[ { "t5Formulas": [ { "Question": "What is the total number of losses of the player with an avg/g smaller than -3.3 and a gain larger than 126?", "Formula": "SUM(FILTER(C1, (E1<-3.3)*(B1>126)))", "Formula2": "SUM(FILTER(C2:C18, (E2:E18<-3.3)*(B2:B18>126)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "-", "3.3", "*", "B1", ">", "126" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "-", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of losses Jackson, T., who had more than 27 gain, an avg/g smaller than 55.9, and a long less than 34, had?", "Formula": "SUM(FILTER(C1, (B1>27)*(E1<55.9)*(A1=\"jackson, t.\")*(D1<34)))", "Formula2": "SUM(FILTER(C2:C18, (B2:B18>27)*(E2:E18<55.9)*(A2:A18=\"jackson, t.\")*(D2:D18<34)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", ">", "27", "*", "E1", "<", "55.9", "*", "A1", "=", "\"jackson, t.\"", "*", "D1", "<", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total number of long Dubose, E., who had 0 losses, a gain less than 17, and an avg/g bigger than 0, had?", "Formula": "SUM(FILTER(D1, (C1=0)*(B1<17)*(E1>0)*(A1=\"dubose, e.\")))", "Formula2": "SUM(FILTER(D2:D18, (C2:C18=0)*(B2:B18<17)*(E2:E18>0)*(A2:A18=\"dubose, e.\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "0", "*", "B1", "<", "17", "*", "E1", ">", "0", "*", "A1", "=", "\"dubose, e.\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-12796193-30", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Gain", "Loss", "Long", "Avg/G" ], [ "2", "Wiliams, E.", "690", "19", "46", "55.9" ], [ "3", "Taylor, F.", "650", "21", "30", "69.9" ], [ "4", "Jackson, T.", "398", "10", "34", "32.3" ], [ "5", "McCaslin, E.", "301", "11", "63", "32.2" ], [ "6", "Baker, T.", "80", "0", "18", "7.3" ], [ "7", "Hilliard, I.", "33", "0", "13", "3.0" ], [ "8", "Anthony, R.", "27", "0", "21", "2.3" ], [ "9", "Green, J.", "24", "3", "10", "1.8" ], [ "10", "Mobley, D.", "17", "0", "10", "1.4" ], [ "11", "Evans, J.", "11", "0", "9", "0.9" ], [ "12", "Dubose, E.", "9", "0", "6", "0.8" ], [ "13", "Schottenheimer, B.", "10", "7", "3", "0.3" ], [ "14", "Richardson, J.", "0", "0", "0", "0.0" ], [ "15", "Johnson, D.", "2", "12", "1", "-1.4" ], [ "16", "Brindise, N.", "0", "10", "0", "-3.3" ], [ "17", "Wuerffel, D.", "126", "226", "18", "-8.3" ], [ "18", "Team Total", "2378", "338", "63", "170.0" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the pictorial in the 11-98 issue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"11-98\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"11-98\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"11-98\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many centerfolds were in the 9-98 issue?", "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"9-98\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C10, A2:A10=\"9-98\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"9-98\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was interviewed in the 8-98 issue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"8-98\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"8-98\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"8-98\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was asked 20 questions in the issue where the centerfold is Marliece Andrada?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Marliece Andrada\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"Marliece Andrada\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Marliece Andrada\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was asked 20 questions in the issue where the cover model is Linda Brava?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Linda Brava\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"Linda Brava\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Linda Brava\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was featured in the pictorials in the issue where John Peterman was asked 20 questions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"John Peterman\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"John Peterman\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"John Peterman\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1566850-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions", "Pictorials" ], [ "2", "2-98", "Daphne Deckers", "Julia Schultz", "Conan O'Brien", "Paul Thomas Anderson", "Juli Ashton and Doria of Playboy TV's Night Calls" ], [ "3", "3-98", "Marliece Andrada", "Marliece Andrada", "Kevin Kline", "John Peterman", "Jaime Pressly , Erika Eleniak" ], [ "4", "4-98", "Linda Brava", "Holly Joan Hart", "Joe Eszterhas", "Keith Olbermann", "Linda Brava, Jody Watley" ], [ "5", "5-98", "Geri Halliwell", "Deanna Brooks", "Scott Adams", "Ben Stiller", "Geri Halliwell, Elizabeth Green" ], [ "6", "7-98", "Karen McDougal", "Lisa Dergan", "Jerry Springer", "Craig Kilborn", "Karen McDougal - PMOY, The Newton Girls" ], [ "7", "8-98", "Julie Brown", "Angela Little", "Matt Drudge", "Bruce Willis", "Downtown Julie Brown, The Women of Iceland" ], [ "8", "9-98", "Lisa Rinna", "Vanessa Gleason", "Daniel Patrick Moynihan", "Kevin Williamson", "Lisa Rinna" ], [ "9", "10-98", "Cindy Crawford", "Laura Cover", "Geraldo Rivera", "Tori Spelling", "Cindy Crawford" ], [ "10", "11-98", "Julia Schultz", "Tiffany Taylor", "Mike Tyson", "Drew Pinsky", "Girls of the ACC" ] ] }, { "t5Formulas": [ { "Question": "How many wins for team nsu and over 2 points?", "Formula": "SUM(FILTER(E1, (C1=\"nsu\")*(D1>2)))", "Formula2": "SUM(FILTER(E2:E10, (C2:C10=\"nsu\")*(D2:D10>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"nsu\"", "*", "D1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the earliest year associated with under 0 wins?", "Formula": "MIN(FILTER(A1, E1<0))", "Formula2": "MIN(FILTER(A2:A10, E2:E10<0))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How many wins for team mv agusta, over 10 points, and after 1957?", "Formula": "SUM(FILTER(E1, (C1=\"mv agusta\")*(D1>10)*(A1>1957)))", "Formula2": "SUM(FILTER(E2:E10, (C2:C10=\"mv agusta\")*(D2:D10>10)*(A2:A10>1957)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"mv agusta\"", "*", "D1", ">", "10", "*", "A1", ">", "1957" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-15099176-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Class", "Team", "Points", "Wins" ], [ "2", "1952", "250cc", "NSU", "2", "0" ], [ "3", "1954", "125cc", "MV Agusta", "6", "0" ], [ "4", "1954", "250cc", "Moto Guzzi", "5", "0" ], [ "5", "1955", "350cc", "Moto Guzzi", "7", "0" ], [ "6", "1956", "125cc", "MV Agusta", "0", "0" ], [ "7", "1956", "250cc", "MV Agusta", "9", "0" ], [ "8", "1956", "350cc", "MV Agusta", "4", "0" ], [ "9", "1957", "125cc", "MV Agusta", "11", "0" ], [ "10", "1957", "250cc", "MV Agusta", "10", "0" ] ] }, { "t5Formulas": [ { "Question": "What number was the game resulting in a 5-11 record?", "Formula": "SUMIFS(A1,I1,\"5-11\")", "Formula2": "SUMIFS(A2:A12,I2:I12,\"5-11\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "I1", "\"5-11\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many high assists are listed for the game with a score of 68-60?", "Formula": "ROWS(UNIQUE(FILTER(G1, D1=\"68-60\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G12, D2:D12=\"68-60\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "D1", "=", "\"68-60\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In the game resulting in a 5-11 record, who scored the high rebounds?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"5-11\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,I2:I12=\"5-11\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"5-11\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17118657-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "14", "July 1", "@ Minnesota", "73-71", "Dupree (26)", "Melvin (11)", "Canty (5)", "Target Center 4,765", "5-9" ], [ "3", "15", "July 2", "@ Indiana", "67-74", "Dupree (20)", "Dupree (13)", "Dupree , Wyckoff (4)", "Conseco Fieldhouse 6,196", "5-10" ], [ "4", "16", "July 5", "@ Atlanta", "84-91", "Perkins (24)", "Dupree (8)", "Canty (6)", "Philips Arena 8,468", "5-11" ], [ "5", "17", "July 10", "San Antonio", "67-75", "Perkins (17)", "Dupree (8)", "Canty , Perkins (4)", "UIC Pavilion 3,040", "5-12" ], [ "6", "18", "July 12", "@ Indiana", "57-66", "Dupree (19)", "Melvin (12)", "Melvin (5)", "Conseco Fieldhouse 7,134", "5-13" ], [ "7", "19", "July 13", "Atlanta", "79-66", "Dupree , Perkins (18)", "Price (7)", "4 players (3)", "UIC Pavilion 2,907", "6-13" ], [ "8", "20", "July 16", "@ Detroit", "63-66", "Perkins (26)", "Dupree (12)", "Dupree , Melvin (4)", "Palace of Auburn Hills 15,210", "6-14" ], [ "9", "21", "July 18", "Connecticut", "73-65", "Perkins (15)", "Dupree (9)", "Sharp (4)", "UIC Pavilion 3,379", "7-14" ], [ "10", "22", "July 20", "@ Connecticut", "67-74", "Price (15)", "Melvin (10)", "Perkins (5)", "Mohegan Sun Arena 7,367", "7-15" ], [ "11", "23", "July 22", "Indiana", "68-60", "Dupree (20)", "Perkins (10)", "Perkins (8)", "UIC Pavilion 3,035", "8-15" ], [ "12", "24", "July 24", "@ San Antonio", "67-78", "Dupree (20)", "Dupree (10)", "Perkins , Sharp (3)", "AT&T Center 9,372", "8-16" ] ] }, { "t5Formulas": [ { "Question": "What university has a 2009 int'l student review greater than 268 and median rank greater than 4?", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(J1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)>268)))", "Formula2": "LET(query1,SUMMARIZE(H2:H11,SUMX(J2:J11),SUMX(F2:F11)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)>268)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "J1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4", "*", "CHOOSECOLS(", "query1", "3", ">", "268" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What's the ARWU ranking that has the int' student review of 144, a median rank of less than 10, and 2000 Singapore “Asiaweek” of none?", "Formula": "LET(query1,LET(query1,FILTER(A1:J1,G1=\"none\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,10)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<10)*(CHOOSECOLS(query1,3)=144)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J11,G2:G11=\"none\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,10)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<10)*(CHOOSECOLS(query1,3)=144)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "G1", "=", "\"none\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "10", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "10", "*", "CHOOSECOLS(", "query1", "3", "=", "144" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the local that has the Int'l student review less than 320 and 2010 Eduniversal ranking of none.", "Formula": "LET(query1,LET(query1,FILTER(A1:J1,(D1=\"none\")*(A1=\"none\")),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<320))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J11,(D2:D11=\"none\")*(A2:A11=\"none\")),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<320))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "D1", "=", "\"none\"", "*", "A1", "=", "\"none\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "9", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "320" ], "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" ] }, { "Question": "What's the int'l student review that has the 2010 QS Rank of none?", "Formula": "SUMIFS(F1,C1,\"none\")", "Formula2": "SUMIFS(F2:F11,C2:C11,\"none\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"none\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What university has an int'l student review of 195?", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=195))", "Formula2": "LET(query1,SUMMARIZE(H2:H11,SUMX(F2:F11)),FILTER(query1,CHOOSECOLS(query1,2)=195))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "195" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-1699468-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "2010 ARWU Rankings", "2010 QS World Rankings", "2010 QS Asian Rankings", "2010 eduniversal Rankings", "2009 QS Asian Rankings: Int’l faculty review", "2009 QS Asian Rankings: Int’l student review", "2000 Singapore “Asiaweek” Rankings", "University", "Local", "Median ranks" ], [ "2", "none", "551-600", "113=", "3rd class", "010", "300", "70", "Fu Jen Catholic University", "New Taipei", "01" ], [ "3", "406", "none", "089=", "none", "236", "209", "none", "Chang Gung University", "Taoyuan", "02" ], [ "4", "none", "none", "151=", "none", "138", "195", "none", "Feng Chia University", "Taichung", "03" ], [ "5", "none", "none", "none", "none", "036", "144", "none", "Ming Chuan University", "Taipei", "04" ], [ "6", "none", "none", "none", "none", "038", "320", "none", "Tunghai University", "Taichung", "05" ], [ "7", "none", "none", "none", "none", "083", "317", "none", "Soochow University (Taiwan)", "Taipei", "06" ], [ "8", "none", "none", "none", "none", "110", "268", "none", "Tamkang University", "New Taipei", "07" ], [ "9", "none", "none", "none", "none", "178", "311", "none", "Chung Yuan Christian University", "Taoyuan", "08" ], [ "10", "none", "none", "none", "none", "324=", "243", "none", "Yuan Ze University", "Taoyuan", "09" ], [ "11", "none", "none", "none", "none", "324=", "354", "none", "Tatung University", "Taipei", "10" ] ] }, { "t5Formulas": [ { "Question": "What is the number of weeks where the venue was memorial stadium and the attendance was less than 41,252?", "Formula": "SUM(FILTER(A1, (E1=\"memorial stadium\")*(F1<41252)))", "Formula2": "SUM(FILTER(A2:A15, (E2:E15=\"memorial stadium\")*(F2:F15<41252)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"memorial stadium\"", "*", "F1", "<", "41252" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of the weeks that games occured on october 21, 1974 and less than 50,623 fans attended?", "Formula": "SUM(FILTER(A1, (B1=\"october 21, 1974\")*(F1<50623)))", "Formula2": "SUM(FILTER(A2:A15, (B2:B15=\"october 21, 1974\")*(F2:F15<50623)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"october 21, 1974\"", "*", "F1", "<", "50623" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-14655820-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Venue", "Attendance" ], [ "2", "1", "September 15, 1974", "Minnesota Vikings", "L 32-17", "Lambeau Field", "56,267" ], [ "3", "2", "September 22, 1974", "at Baltimore Colts", "W 20-13", "Memorial Stadium", "41,252" ], [ "4", "3", "September 29, 1974", "Detroit Lions", "W 21-19", "Milwaukee County Stadium", "47,292" ], [ "5", "4", "October 6, 1974", "Buffalo Bills", "L 27-7", "Lambeau Field", "56,267" ], [ "6", "5", "October 13, 1974", "Los Angeles Rams", "W 17-6", "Milwaukee County Stadium", "47,499" ], [ "7", "6", "October 21, 1974", "at Chicago Bears", "L 10-9", "Soldier Field", "50,623" ], [ "8", "7", "October 27, 1974", "at Detroit Lions", "L 19-17", "Tiger Stadium", "51,775" ], [ "9", "8", "November 3, 1974", "Washington Redskins", "L 17-6", "Lambeau Field", "56,267" ], [ "10", "9", "November 10, 1974", "Chicago Bears", "W 20-3", "Milwaukee County Stadium", "46,567" ], [ "11", "10", "November 17, 1974", "at Minnesota Vikings", "W 19-7", "Metropolitan Stadium", "47,924" ], [ "12", "11", "November 24, 1974", "San Diego Chargers", "W 34-0", "Lambeau Field", "56,267" ], [ "13", "12", "December 1, 1974", "at Philadelphia Eagles", "L 36-14", "Veterans Stadium", "42,030" ], [ "14", "13", "December 8, 1974", "at San Francisco 49ers", "L 7-6", "Candlestick Park", "47,475" ], [ "15", "14", "December 15, 1974", "at Atlanta Falcons", "L 10-3", "Atlanta Stadium", "10,020" ] ] }, { "t5Formulas": [ { "Question": "What are the total number of losses for the team who has conceded 22?", "Formula": "SUM(FILTER(F1, H1=22))", "Formula2": "SUM(FILTER(F2:F11, H2:H11=22))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "H1", "=", "22" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the amount of points for the team with 13 wins?", "Formula": "SUM(FILTER(I1, D1=13))", "Formula2": "SUM(FILTER(I2:I11, D2:D11=13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "I1", "D1", "=", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many draws did švyturys Klaipėda have?", "Formula": "SUMIFS(E1,B1,\"Švyturys Klaipėda\")", "Formula2": "SUMIFS(E2:E11,B2:B11,\"Švyturys Klaipėda\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"Švyturys Klaipėda\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What position did the team with 3 losses finish?", "Formula": "SUM(FILTER(A1, F1=3))", "Formula2": "SUM(FILTER(A2:A11, F2:F11=3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many points did piritas klaipėda get?", "Formula": "SUMIFS(I1,B1,\"Piritas Klaipėda\")", "Formula2": "SUMIFS(I2:I11,B2:B11,\"Piritas Klaipėda\")", "Level": "easy", "Tokens": [ "SUMIFS(", "I1", "B1", "\"Piritas Klaipėda\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many wins did the team with 42 points get?", "Formula": "SUM(FILTER(D1, I1=42))", "Formula2": "SUM(FILTER(D2:D11, I2:I11=42))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "I1", "=", "42" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_1-16034882-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Club", "Games played", "Wins", "Draws", "Loses", "Goals scored", "Goals conceded", "Points" ], [ "2", "1", "SM Šilutė-2", "20", "16", "3", "1", "88", "12", "51" ], [ "3", "2", "Sakuona Plikiai", "20", "17", "0", "3", "96", "23", "51" ], [ "4", "3", "Tauras ir ERRA Tauragė", "20", "13", "3", "4", "71", "28", "42" ], [ "5", "4", "Švyturys Klaipėda", "20", "12", "3", "5", "55", "23", "39" ], [ "6", "5", "Glestum Klaipėda", "20", "12", "3", "5", "48", "22", "39" ], [ "7", "6", "Minija Kretinga", "20", "9", "4", "7", "40", "30", "31" ], [ "8", "7", "Bangele Gargždai", "20", "8", "1", "11", "40", "42", "25" ], [ "9", "8", "Salantas Salantai", "20", "5", "1", "14", "23", "66", "16" ], [ "10", "9", "Piritas Klaipėda", "20", "4", "2", "14", "25", "48", "14" ], [ "11", "10", "FK Pagėgiai", "20", "3", "1", "16", "18", "96", "10" ] ] }, { "t5Formulas": [ { "Question": "What are the most points listed?", "Formula": "MAX(E1)", "Formula2": "MAX(E2:E6)", "Level": "easy", "Tokens": [ "MAX(", "E1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "How many touchdowns were the when there was more than 1.0 extra point?", "Formula": "SUM(FILTER(B1, C1>1))", "Formula2": "SUM(FILTER(B2:B6, C2:C6>1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Name the player/s when there were 20 points with less than 1.0 extra point .", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)<1)*(CHOOSECOLS(query1,3)=20)))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6),SUMX(E2:E6)),FILTER(query1,(CHOOSECOLS(query1,2)<1)*(CHOOSECOLS(query1,3)=20)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "20" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What were the least amount of field goals when Frederick L. Conklin played?", "Formula": "MINIFS(D1,A1,\"Frederick L. Conklin\")", "Formula2": "MINIFS(D2:D6,A2:A6,\"Frederick L. Conklin\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "A1", "\"Frederick L. Conklin\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25730123-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Touchdowns", "Extra points", "Field goals", "Points" ], [ "2", "George C. Thomson", "7", "0", "0", "35" ], [ "3", "Frederick L. Conklin", "2", "10", "2", "26" ], [ "4", "Stanfield Wells", "4", "0", "0", "20" ], [ "5", "Jimmy Craig", "1", "0", "0", "5" ], [ "6", "Thomas A. Bogle, Jr.", "0", "1", "1", "4" ] ] }, { "t5Formulas": [ { "Question": "What was the Premiership Years that had in the Competition of 1983-1992?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1983-1992\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"1983-1992\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1983-1992\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Years in competition that had a Premiership of 1982, 1984, 1999, 2002-03, 2008-09-10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1982, 1984, 1999, 2002-03, 2008-09-10\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"1982, 1984, 1999, 2002-03, 2008-09-10\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1982, 1984, 1999, 2002-03, 2008-09-10\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Nickname in the Competition of 1982-1994?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1982-1994\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"1982-1994\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1982-1994\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Nickname that had a No. 0, and Years in Competition of 1982-2003?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"1982-2003\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,C2:C16=\"1982-2003\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1982-2003\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-13887110-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Nickname", "Years in Competition", "No. of Premierships", "Premiership Years" ], [ "2", "Ardlethan", "Stars", "1987-2003", "0", "None" ], [ "3", "Ariah Park - Mirrool", "Brown Bombers", "1991-2003", "0", "None" ], [ "4", "Barellan United", "Two Blues", "1983-1992", "1", "1987" ], [ "5", "Boree Creek", "Creekers", "1982", "0", "None" ], [ "6", "Collingullie - Ashmont - Kapooka", "Demons", "1982-1994; 1998-2010", "8", "1982, 1984, 1999, 2002-03, 2008-09-10" ], [ "7", "Cootamundra", "Blues", "1982-2003", "0", "None" ], [ "8", "Junee", "Bulldogs", "1987", "0", "None" ], [ "9", "Junee - Kapooka", "Bulldogs", "1982-1986", "0", "None" ], [ "10", "Mangoplah - Cookardinia United", "Goannas", "1982-1994", "5", "1985, 1988-89-90, 1993" ], [ "11", "Royal Australian Air Force", "Cats", "1982-1996", "0", "None" ], [ "12", "South Wagga- Tolland", "Dons", "1982-1997", "0", "None" ], [ "13", "Uranquinty", "Rosellas", "1985-1986", "0", "None" ], [ "14", "Uranquinty - Kapooka", "Rosellas", "1987-1998", "0", "None" ], [ "15", "Whitton", "Tigers", "1982-1990", "0", "None" ], [ "16", "Whitton - Yanco", "Tigers", "1991-1994", "0", "None" ] ] }, { "t5Formulas": [ { "Question": "What was the lead with an alternate of li dongyan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"li dongyan\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"li dongyan\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"li dongyan\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which lead had a season of 2007-08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"2007-08\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"2007-08\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"2007-08\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which lead had a season of 2009-10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"2009-10\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"2009-10\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"2009-10\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16871409-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Skip", "Third", "Second", "Lead", "Alternate", "Events" ], [ "2", "2002-03", "Xu Xiaoming", "Wang Fengchun", "Yu Zhu", "Liu Rui", "Ma Yongjun", "2002 PCC" ], [ "3", "2005-06", "Xu Xiaoming", "Li Hongchen", "Wang Fengchun", "Liu Rui", "Ma Yongjun", "2005 PCC" ], [ "4", "2007-08", "Wang Fengchun", "Liu Rui", "Xu Xiaoming", "Zang Jialiang", "Li Dongyan", "2008 WMCC" ], [ "5", "2008-09", "Wang Fengchun", "Liu Rui", "Xu Xiaoming", "Zang Jialiang", "Chen Lu'an", "2009 WMCC" ], [ "6", "2009-10", "Liu Rui", "Wang Fengchun (skip)", "Xu Xiaoming", "Zang Jialiang", "Li Hongchen", "2010 Olympic Games" ] ] }, { "t5Formulas": [ { "Question": "Who are all the opponents of Slovakia?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Slovakia\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,E2:E8=\"Slovakia\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Slovakia\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the round against the opponents jesse huta galung peter wessels?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Jesse Huta Galung Peter Wessels\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,G2:G8=\"Jesse Huta Galung Peter Wessels\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Jesse Huta Galung Peter Wessels\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-16741821-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Edition", "Round", "Date", "Partnering", "Against", "Surface", "Opponents", "W/L", "Result" ], [ "2", "2007 Davis Cup Europe/Africa Group I", "1R", "9–11 February 2007", "Frederico Gil", "Georgia", "Carpet", "Lado Chikladze Irakli Labadze", "Loss", "6–7 (6–7) , 7–6 (9–7) , 6–7 (4–7) , 7–5, 3–6" ], [ "3", "2007 Davis Cup Europe/Africa Group I", "GI PO", "21–23 September 2007", "Frederico Gil", "Netherlands", "Hard", "Jesse Huta Galung Peter Wessels", "Loss", "2–6, 7–6 (7–5) , 6–7 (5–7) , 3–6" ], [ "4", "2008 Davis Cup Europe/Africa Group II", "1R", "11–13 April 2008", "Leonardo Tavares", "Tunisia", "Clay", "Walid Jallali Malek Jaziri", "Win", "6–3, 6–3, 6–3" ], [ "5", "2008 Davis Cup Europe/Africa Group II", "SF", "19–21 September 2008", "Leonardo Tavares", "Ukraine", "Hard", "Sergei Bubka Sergiy Stakhovsky", "Loss", "3–6, 2–6, 4–6" ], [ "6", "2012 Davis Cup Europe/Africa Group I", "2R", "6–8 April 2012", "João Sousa", "Israel", "Clay", "Andy Ram Jonathan Erlich", "Loss", "4–6, 4–6, 3–6" ], [ "7", "2012 Davis Cup Europe/Africa Group I", "GI PO", "14–16 September 2012", "João Sousa", "Slovakia", "Hard", "Michal Mertiňák Filip Polášek", "Loss", "5–7, 6–4, 6–7 (5–7) , 3–6" ], [ "8", "2013 Davis Cup Europe/Africa Group II", "2R", "5–7 April 2013", "Rui Machado", "Lithuania", "Clay", "Lukas Mugevicius Mantas Bugailiskis", "Win", "6-3, 6-0, 6-2" ] ] }, { "t5Formulas": [ { "Question": "Who was the Coat of Cash Wearing Celebrity in Episode 6?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the air date of episode 5?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(B2:B7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-1590967-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Episode Number", "Air Date", "Guest Host", "Musical Guest (Song performed)", "Coat Of Cash Wearing Celebrity" ], [ "2", "1", "21 March 2008", "Elle Macpherson", "Estelle ( American Boy )", "Rhino" ], [ "3", "2", "28 March 2008", "David Tennant", "The Wombats ( Backfire at the Disco )", "Nicholas de Lacy-Brown" ], [ "4", "3", "4 April 2008", "Mariah Carey", "Mariah Carey ( Touch My Body )", "Matt Di Angelo" ], [ "5", "4", "11 April 2008", "Elijah Wood", "Heloise and the Savoir Faire (Illusions)", "Ian Stringer" ], [ "6", "5", "18 April 2008", "Geri Halliwell", "Sam Sparro ( Black and Gold )", "Caroline Pearce" ], [ "7", "6", "25 April 2008", "Gok Wan", "One Night Only ( It's About Time )", "Lindi Mngaza" ] ] }, { "t5Formulas": [ { "Question": "Retrieve the list of all cities.", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "List all the distinct cities", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Find the city with zip post code 255", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=255),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,D2:D16=255),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "255", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which city is post code 255 located in?", "Formula": "FILTER(C1,D1=255)", "Formula2": "FILTER(C2:C16,D2:D16=255)", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "255" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "List the countries having more than 4 addresses listed.", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "For which countries are there more than four distinct addresses listed?", "Formula": "LET(query1,SUMMARIZE(F1,DCOUNTX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,DCOUNTX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "DCOUNTX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "customers_and_addresses_addresses", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "address id", "address content", "city", "zip postcode", "state province county", "country", "state", "other address details" ], [ "2", "1", "9443 Boyle Route Suite 857", "Lucasville", "416", "Colorado", "USA", "", "" ], [ "3", "2", "1969 Jabari Port Suite 393", "New Sabryna", "721", "SouthCarolina", "USA", "", "" ], [ "4", "3", "295 Hackett Curve", "Reingertown", "255", "NewJersey", "USA", "", "" ], [ "5", "4", "92865 Margaretta Streets Suite 467", "Gleasonmouth", "940", "Arizona", "USA", "", "" ], [ "6", "5", "08996 Brisa Lane Apt. 583", "Stantonville", "354", "Mississippi", "USA", "", "" ], [ "7", "6", "826 Murray Locks Apt. 654", "South Meghanview", "918", "Colorado", "USA", "", "" ], [ "8", "7", "59540 Grover Wells Apt. 814", "Lake Walterton", "767", "Virginia", "USA", "", "" ], [ "9", "8", "78614 Maybell Alley Suite 057", "South Bellaland", "921", "Florida", "USA", "", "" ], [ "10", "9", "9168 King Rest", "Felicityfort", "482", "Texas", "USA", "", "" ], [ "11", "10", "120 Noble Radial", "East Julianaside", "821", "Texas", "USA", "", "" ], [ "12", "11", "618 Odie Villages Suite 133", "Lake Geovannyton", "623", "NewMexico", "USA", "", "" ], [ "13", "12", "16438 Herman Pine", "New Terrillport", "684", "Arkansas", "USA", "", "" ], [ "14", "13", "47831 Martin Islands", "Port Lilyan", "235", "RhodeIsland", "USA", "", "" ], [ "15", "14", "995 Weimann Gateway", "Lake Ryann", "470", "Kentucky", "USA", "", "" ], [ "16", "15", "41632 Kerluke Field", "East Pascale", "720", "Texas", "USA", "", "" ] ] }, { "t5Formulas": [ { "Question": "what's the duration with mission being sts-87", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"STS-87\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"STS-87\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"STS-87\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds", "Formula": "SUMIFS(A1,E1,\"17 days, 15 hours, 53 minutes, 18 seconds\")", "Formula2": "SUMIFS(A2:A10,E2:E10,\"17 days, 15 hours, 53 minutes, 18 seconds\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"17 days, 15 hours, 53 minutes, 18 seconds\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the primary payload(s) with launch date being july 8, 1994", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"July 8, 1994\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"July 8, 1994\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"July 8, 1994\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the mission with primary payload(s) being spacelab life sciences-2", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Spacelab Life Sciences-2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"Spacelab Life Sciences-2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Spacelab Life Sciences-2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the shuttle with primary payload(s) being united states microgravity laboratory-1", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"United States Microgravity Laboratory-1\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"United States Microgravity Laboratory-1\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"United States Microgravity Laboratory-1\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many primary payload(s) with shuttle being columbia and duration being 13 days, 19 hours, 30 minutes, 4 seconds", "Formula": "ROWS(UNIQUE(FILTER(F1, (B1=\"Columbia\")*(E1=\"13 days, 19 hours, 30 minutes, 4 seconds\"))))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F10, (B2:B10=\"Columbia\")*(E2:E10=\"13 days, 19 hours, 30 minutes, 4 seconds\"))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"Columbia\"", "*", "E1", "=", "\"13 days, 19 hours, 30 minutes, 4 seconds\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_1-14118521-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "EDO Flight", "Shuttle", "Mission", "Launch Date", "Duration", "Primary Payload(s)" ], [ "2", "1", "Columbia", "STS-50", "June 25, 1992", "13 days, 19 hours, 30 minutes, 4 seconds", "United States Microgravity Laboratory-1" ], [ "3", "2", "Columbia", "STS-58", "October 18, 1993", "14 days, 0 hours, 12 minutes, 32 seconds", "Spacelab Life Sciences-2" ], [ "4", "3", "Columbia", "STS-62", "March 4, 1994", "13 days, 23 hours, 16 minutes, 41 seconds", "United States Microgravity Payload-2" ], [ "5", "4", "Columbia", "STS-65", "July 8, 1994", "14 days, 17 hours, 55 minutes, 1 second", "International Microgravity Laboratory-2" ], [ "6", "5", "Endeavour", "STS-67", "March 2, 1995", "16 days, 15 hours, 8 minutes, 48 seconds", "ASTRO-2" ], [ "7", "6", "Columbia", "STS-73", "October 20, 1995", "15 days, 21 hours, 53 minutes, 16 seconds", "United States Microgravity Laboratory-2" ], [ "8", "8", "Columbia", "STS-78", "June 20, 1996", "16 days, 21 hours, 48 minutes, 30 seconds", "Life and Microgravity Spacelab" ], [ "9", "9", "Columbia", "STS-80", "November 19, 1996", "17 days, 15 hours, 53 minutes, 18 seconds", "Wake Shield Facility ORFEUS-SPAS II" ], [ "10", "12", "Columbia", "STS-87", "November 19, 1997", "15 days, 16 hours, 35 minutes, 1 second", "United States Microgravity Payload-4 SPARTAN-201" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the team from cisne fairfield school?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"cisne fairfield\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"cisne fairfield\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"cisne fairfield\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the team from goreville vienna school?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"goreville vienna\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"goreville vienna\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"goreville vienna\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the colors of the team hosted by Christopher?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"christopher\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"christopher\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"christopher\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18304058-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team Name", "Schools", "Sports", "Host", "Nickname(s)", "Colors", "Enrollment (2013/14)" ], [ "2", "Christopher-Zeigler-Royalton", "Christopher Zeigler-Royalton", "Football, Track and Field", "Christopher", "Bearcats Lady Cats", "Blue Orange", "412" ], [ "3", "Eldorado-Galatia", "Eldorado Galatia", "Cross Country, Golf, Track and Field", "Eldorado", "Eagles", "Purple Gold", "461" ], [ "4", "Elverado-Trico", "Elverado Trico", "Football", "Elverado", "Falcons", "Blue Gold", "436" ], [ "5", "Fairfield-Cisne", "Cisne Fairfield", "Wrestling", "Fairfield", "Mules Lady Mules", "Red Black", "549" ], [ "6", "Sesser-Valier-Waltonville", "Sesser-Valier Waltonville", "Girls' Basketball, Track and Field, Volleyball", "Sesser-Valier", "Red Devils", "Maroon White", "309" ], [ "7", "Sesser-Valier-Waltonville-Woodlawn", "Sesser-Valier Waltonville Woodlawn", "Football", "Sesser-Valier", "Red Devils", "Maroon White", "494" ], [ "8", "Vienna-Goreville", "Goreville Vienna", "Football", "Vienna", "Eagles", "Royal Blue Orange", "503" ], [ "9", "Zeigler-Royalton-Christopher", "Christopher Zeigler-Royalton", "Baseball, Girls' Basketball, Golf, Softball", "Zeigler-Royalton", "Tornadoes", "Navy Blue White", "412" ] ] }, { "t5Formulas": [ { "Question": "Which places have points larger than 10?", "Formula": "MIN(FILTER(G1,A1>10))", "Formula2": "MIN(FILTER(G2:G11,A2:A11>10))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "A1", ">", "10" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "dev_2-10301911-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Place", "Rider", "Country", "Machine", "Speed", "Time", "Points" ], [ "2", "1", "Klaus Enders / Wolfgang Kalauch", "West Germany", "BMW", "92.93mph", "1:13.05.6", "15" ], [ "3", "2", "Siegfried Schauzu /H.Schneider", "West Germany", "BMW", "90.64mph", "1:14.56.4", "12" ], [ "4", "3", "Hans Luthringhauser /H.Cusnik", "West Germany", "BMW", "88.25mph", "1:16.58.0", "10" ], [ "5", "4", "Jean Claude Castella/A.Castella", "Switzerland", "BMW", "87.91mph", "1:17.16.0", "8" ], [ "6", "5", "Horst Owesle/J.Kremer", "West Germany", "Munch URS", "87.99mph", "1:17.22.0", "6" ], [ "7", "6", "Georg Auerbacher /Hermann Hahn", "West Germany", "BMW", "86.81mph", "1:18.14.6", "5" ], [ "8", "7", "Arseneus Butscher/Karl Lauterbach", "West Germany", "BMW", "83.25mph", "1:21.35.6", "4" ], [ "9", "8", "Charlie Freedman/Eddie Fletcher", "United Kingdom", "Norton", "79.86mph", "1:25.02.8", "3" ], [ "10", "9", "L Currie/F Kay", "United Kingdom", "GSM", "79.28mph", "1:25.40.6", "2" ], [ "11", "10", "Mick Horsepole/E MacPherson", "United Kingdom", "Triumph", "77.64mph", "1:27.28.8", "1" ] ] }, { "t5Formulas": [ { "Question": "What place did russia finish in?", "Formula": "SUMIFS(C1,A1,\"russia\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"russia\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"russia\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14209223-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Players", "Placing", "Round Robin W-L", "Matches W-L", "Sets W-L" ], [ "2", "United States", "Monica Seles / Jan-Michael Gambill", "1", "3-0", "8-1", "17-7" ], [ "3", "Russia", "Elena Likhovtseva / Marat Safin", "2", "1-2", "4-5", "11-13" ], [ "4", "Slovakia", "Karina Habšudová / Dominik Hrbatý", "3", "1-2", "3-6", "12-15" ], [ "5", "Belgium", "Kim Clijsters / Olivier Rochus", "4", "1-2", "3-6", "8-18" ], [ "6", "Japan", "Ai Sugiyama / Takao Suzuki Did not qualify", "5", "0-0", "0-0", "0-0" ] ] }, { "t5Formulas": [ { "Question": "What was the game on April 25?", "Formula": "SUMIFS(A1,B1,\"april 25\")", "Formula2": "SUMIFS(A2:A6,B2:B6,\"april 25\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"april 25\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17288845-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "April 18", "Dallas", "L 97–105 (OT)", "Tim Duncan (27)", "Tim Duncan (9)", "Tony Parker (8)", "AT&T Center 18,797", "0–1" ], [ "3", "2", "April 20", "Dallas", "W 105–84 (OT)", "Tony Parker (38)", "Tim Duncan (11)", "Tony Parker (8)", "AT&T Center 18,797", "1–1" ], [ "4", "3", "April 23", "@ Dallas", "L 67–88 (OT)", "Tony Parker (12)", "Kurt Thomas (10)", "Tony Parker (3)", "American Airlines Center 20,491", "1–2" ], [ "5", "4", "April 25", "@ Dallas", "L 90–99 (OT)", "Tony Parker (43)", "Tim Duncan (10)", "Tim Duncan (7)", "American Airlines Center 20,829", "1–3" ], [ "6", "5", "April 28", "Dallas", "L 93–106 (OT)", "Tim Duncan (31)", "Tim Duncan (12)", "Tony Parker (6)", "AT&T Center 20,829", "1–4" ] ] }, { "t5Formulas": [ { "Question": "What was the margin of victory at the Hawaiian Open tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Hawaiian Open\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,C2:C15=\"Hawaiian Open\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Hawaiian Open\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the margin of victory at the Mercedes Championships?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Mercedes Championships\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,C2:C15=\"Mercedes Championships\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Mercedes Championships\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-1514634-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No.", "Date", "Tournament", "Winning score", "To par", "Margin of victory", "Runner(s)-up" ], [ "2", "1", "Sep 16, 1984", "Greater Milwaukee Open", "67-68-69-68=272", "–16", "5 strokes", "Tom Watson" ], [ "3", "2", "Feb 3, 1985", "Bing Crosby National Pro-Am", "70-72-68-73=283", "–5", "1 stroke", "Kikuo Arai , Larry Rinker , Curtis Strange" ], [ "4", "3", "Feb 10, 1985", "Hawaiian Open", "67-66-65-69=267", "–21", "1 stroke", "Craig Stadler" ], [ "5", "4", "Jan 29, 1989", "AT&T Pebble Beach National Pro-Am", "66-68-73-70=277", "–11", "1 stroke", "Tom Kite" ], [ "6", "5", "Feb 4, 1990", "AT&T Pebble Beach National Pro-Am", "67-73-69-72=281", "–7", "2 strokes", "Kenny Perry" ], [ "7", "6", "Oct 7, 1990", "H.E.B. Texas Open", "64-68-66-63=261", "–19", "1 stroke", "Gary Hallberg" ], [ "8", "7", "Oct 16, 1991", "Walt Disney World/Oldsmobile Classic", "66-66-71-64=267", "–21", "1 stroke", "David Peoples" ], [ "9", "8", "Feb 2, 1992", "AT&T Pebble Beach National Pro-Am", "69-68-68-70=275", "–13", "Playoff", "Jeff Sluman" ], [ "10", "9", "Mar 12, 1995", "Honda Classic", "68-65-71-71=275", "–9", "1 stroke", "Nick Faldo" ], [ "11", "10", "Sep 10, 1995", "Bell Canadian Open", "72-67-68-67=274", "–14", "Playoff", "Bob Lohr" ], [ "12", "11", "Jan 7, 1996", "Mercedes Championships", "68-69-66-68=271", "–17", "3 strokes", "Nick Faldo , Scott Hoch" ], [ "13", "12", "Apr 28, 1996", "Greater Greensboro Chrysler Classic", "75-68-62-69=274", "–14", "2 strokes", "Duffy Waldorf" ], [ "14", "13", "Feb 2, 1997", "AT&T Pebble Beach National Pro-Am", "67-67-67-67=268", "–20", "1 stroke", "David Duval , Tiger Woods" ], [ "15", "15", "Apr 12, 1998", "Masters Tournament", "74-70-68-67=279", "–9", "1 stroke", "Fred Couples , David Duval" ] ] }, { "t5Formulas": [ { "Question": "Did the race get reported where the winning team was Newman Wachs racing and the pole belonged to Carl Skerlong", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"Carl Skerlong\")*(F1=\"Newman Wachs Racing\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(C2:C10=\"Carl Skerlong\")*(F2:F10=\"Newman Wachs Racing\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Carl Skerlong\"", "*", "F1", "=", "\"Newman Wachs Racing\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Did the round 8 race get reported", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(G2:G10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which race was the winning team mathiasen motorsports and the pole belonged to jonathan bomarito", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"Mathiasen Motorsports\")*(C1=\"Jonathan Bomarito\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(F2:F10=\"Mathiasen Motorsports\")*(C2:C10=\"Jonathan Bomarito\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"Mathiasen Motorsports\"", "*", "C1", "=", "\"Jonathan Bomarito\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "how many winners were in round 8", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=8)))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E10, A2:A10=8)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "8" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-15511178-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rd", "Race", "Pole Position", "Fastest Lap", "Winning driver", "Winning team", "Report" ], [ "2", "2", "Monterey Festival of Speed", "James Hinchcliffe", "Douglas Soares", "James Hinchcliffe", "Forsythe Pettit Racing", "Report" ], [ "3", "3", "Sommet des Legends", "Junior Strous", "Junior Strous", "Junior Strous", "Condor Motorsports", "Report" ], [ "4", "4", "Rexall Grand Prix of Edmonton - Race 1", "James Hinchcliffe", "David Garza Pérez", "Jonathan Bomarito", "Mathiasen Motorsports", "Report" ], [ "5", "5", "Rexall Grand Prix of Edmonton - Race 2", "Carl Skerlong", "Carl Skerlong", "Jonathan Summerton", "Newman Wachs Racing", "Report" ], [ "6", "6", "Road Race Showcase/Road America - Race 1", "Dane Cameron", "Tõnis Kasemets", "Jonathan Bomarito", "Mathiasen Motorsports", "Report" ], [ "7", "7", "Road Race Showcase/Road America - Race 2", "Jonathan Bomarito", "Dane Cameron", "Jonathan Summerton", "Newman Wachs Racing", "Report" ], [ "8", "8", "Grand Prix de Trois-Rivières", "Jonathan Bomarito", "Jonathan Summerton", "Jonathan Bomarito", "Mathiasen Motorsports", "Report" ], [ "9", "9", "Mazda Formula Zoom Zoom", "Carl Skerlong", "Carl Skerlong", "Carl Skerlong", "Pacific Coast Motorsports", "Report" ], [ "10", "10", "SunRichGourmet.com 1000", "Markus Niemelä", "Carl Skerlong", "Markus Niemelä", "Brooks Associates Racing", "Report" ] ] }, { "t5Formulas": [ { "Question": "What was the score of game 30?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=30))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=30))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "30" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who was the high scorer in the Toronto game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"toronto\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,C2:C17=\"toronto\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"toronto\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17322817-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "Location Attendance", "Record" ], [ "2", "17", "December 2", "Washington", "L 88–108 (OT)", "Devin Harris (18)", "Brook Lopez (9)", "Izod Center 15,062", "9–8" ], [ "3", "18", "December 5", "Minnesota", "W 113–84 (OT)", "Vince Carter (18)", "Brook Lopez (10)", "Izod Center 15,364", "10–8" ], [ "4", "19", "December 6", "@ Philadelphia", "W 95–84 (OT)", "Devin Harris (27)", "Vince Carter , Brook Lopez (11)", "Wachovia Center 13,096", "11–8" ], [ "5", "20", "December 10", "New York", "L 109–121 (OT)", "Devin Harris (32)", "Vince Carter (7)", "Izod Center 16,722", "11–9" ], [ "6", "21", "December 12", "Toronto", "L 79–101 (OT)", "Yi Jianlian , Devin Harris (14)", "Brook Lopez (8)", "Izod Center 13,926", "11–10" ], [ "7", "22", "December 13", "@ Chicago", "L 104–113 (OT)", "Vince Carter (39)", "Bobby Simmons (10)", "United Center 21,751", "11–11" ], [ "8", "23", "December 15", "@ Toronto", "W 94–87 (OT)", "Ryan Anderson (21)", "Vince Carter (10)", "Air Canada Centre 18,561", "12–11" ], [ "9", "24", "December 17", "Utah", "L 92–103 (OT)", "Vince Carter (32)", "Yi Jianlian , Brook Lopez (7)", "Izod Center 12,542", "12–12" ], [ "10", "25", "December 19", "Dallas", "W 121–97 (OT)", "Devin Harris (41)", "Vince Carter , Yi Jianlian (10)", "Izod Center 9,889", "13–12" ], [ "11", "26", "December 20", "Miami", "L 103–106 (OT)", "Brook Lopez (22)", "Brook Lopez (13)", "Izod Center 14,139", "13–13" ], [ "12", "27", "December 22", "Houston", "L 91–114 (OT)", "Keyon Dooling (17)", "Brook Lopez (9)", "Izod Center 16,303", "13–14" ], [ "13", "28", "December 23", "@ Indiana", "W 108–107 (OT)", "Vince Carter (38)", "Vince Carter , Brook Lopez (8)", "Conseco Fieldhouse 11,272", "14–14" ], [ "14", "29", "December 26", "Charlotte", "L 87–95 (OT)", "Vince Carter (19)", "Brook Lopez (7)", "Izod Center 16,852", "14–15" ], [ "15", "30", "December 27", "@ Charlotte", "W 114–103 (OT)", "Vince Carter (28)", "Brook Lopez (13)", "Time Warner Cable Arena 15,837", "15–15" ], [ "16", "31", "December 29", "Chicago", "L 87–100 (OT)", "Vince Carter (31)", "Bobby Simmons (10)", "Izod Center 18,786", "15–16" ], [ "17", "32", "December 31", "@ Detroit", "L 75–83 (OT)", "Brook Lopez (23)", "Brook Lopez (12)", "The Palace of Auburn Hills 22,076", "15–17" ] ] }, { "t5Formulas": [ { "Question": "Who was the candidate in the Virginia 3 district election? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Virginia 3\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Virginia 3\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Virginia 3\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the election in the Virginia 3 district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Virginia 3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Virginia 3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Virginia 3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341577-47", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Virginia 3", "Thomas J. Bliley, Jr.", "Republican", "1980", "Re-elected", "Thomas J. Bliley, Jr. (R) Unopposed" ], [ "3", "Virginia 4", "Norman Sisisky", "Democratic", "1982", "Re-elected", "Norman Sisisky (D) Unopposed" ], [ "4", "Virginia 6", "Jim Olin", "Democratic", "1982", "Re-elected", "Jim Olin (D) 63.9% Charles E. Judd (R) 36.1%" ], [ "5", "Virginia 7", "D. French Slaughter, Jr.", "Republican", "1984", "Re-elected", "D. French Slaughter, Jr. (R) Unopposed" ], [ "6", "Virginia 9", "Rick Boucher", "Democratic", "1982", "Re-elected", "Rick Boucher (D) 63.4% John C. Brown (R) 36.6%" ] ] }, { "t5Formulas": [ { "Question": "What is the PCT when the total number of games is less than 944?", "Formula": "SUM(FILTER(D1, F1<944))", "Formula2": "SUM(FILTER(D2:D9, F2:F9<944))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "<", "944" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the highest number lost when the number tied is more than 42, the years are less than 132, and the PCT is less than 0.5729000000000001?", "Formula": "MAX(FILTER(B1, (C1>42)*(E1<132)*(D1<0.5729000000000001)))", "Formula2": "MAX(FILTER(B2:B9, (C2:C9>42)*(E2:E9<132)*(D2:D9<0.5729000000000001)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", ">", "42", "*", "E1", "<", "132", "*", "D1", "<", "0.5729000000000001" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average number lost when the PCT is more than 0.7334 and the total number of games is larger than 48?", "Formula": "AVERAGE(FILTER(B1, (D1>0.7334)*(F1>48)))", "Formula2": "AVERAGE(FILTER(B2:B9, (D2:D9>0.7334)*(F2:F9>48)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "D1", ">", "0.7334", "*", "F1", ">", "48" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of tied games when Old Dominion is the independent and the years is more than 4?", "Formula": "SUM(FILTER(C1, (A1=\"old dominion\")*(E1>4)))", "Formula2": "SUM(FILTER(C2:C9, (A2:A9=\"old dominion\")*(E2:E9>4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"old dominion\"", "*", "E1", ">", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the lowest PCT when Old Dominion is the independent and the years is more than 4?", "Formula": "MIN(FILTER(D1, (A1=\"old dominion\")*(E1>4)))", "Formula2": "MIN(FILTER(D2:D9, (A2:A9=\"old dominion\")*(E2:E9>4)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "\"old dominion\"", "*", "E1", ">", "4" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-11513625-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Independent", "Lost", "Tied", "Pct.", "Years", "Total Games" ], [ "2", "Old Dominion", "10", "0", ".7917", "4", "48" ], [ "3", "Notre Dame", "301", "42", ".7334", "124", "1208" ], [ "4", "BYU", "388", "26", ".5752", "88", "944" ], [ "5", "Army", "481", "51", ".5729", "123", "1186" ], [ "6", "Navy", "536", "57", ".5509", "132", "1257" ], [ "7", "Idaho", "569", "26", ".4377", "114", "1035" ], [ "8", "New Mexico State", "586", "30", ".4159", "116", "1029" ], [ "9", "TOTAL", "2,871", "232", ".555", "100.1", "6,707" ] ] }, { "t5Formulas": [ { "Question": "What is the new hampshire in 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=2009),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,A2:A13=2009),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "2009", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-13011547-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Connecticut", "Maine", "Massachusetts", "New Hampshire", "Rhode Island", "Vermont" ], [ "2", "2001", "Yalesville LL Wallingford", "Lincoln County LL Damariscotta", "Pittsfield South LL Pittsfield", "Manchester East LL Manchester", "Lincoln LL Lincoln", "South Burlington LL South Burlington" ], [ "3", "2002", "Orange LL Orange", "Westbrook LL Westbrook", "Jesse Burkett LL Worcester", "Portsmouth LL Portsmouth", "Portsmouth LL Portsmouth", "Essex Junction LL Essex Junction" ], [ "4", "2003", "North Stamford LL Stamford", "Augusta West LL Augusta", "Saugus American LL Saugus", "Rye LL Rye", "Lincoln LL Lincoln", "South Burlington LL South Burlington" ], [ "5", "2004", "Berlin LL Berlin", "West Biddeford LL Biddeford", "Jesse Burkett LL Worcester", "Portsmouth LL Portsmouth", "Lincoln LL Lincoln", "Essex Junction LL Essex Junction" ], [ "6", "2005", "Farmington LL Farmington", "Westbrook LL Westbrook", "Dudley LL Dudley", "Bedford LL Bedford", "Cranston Western LL Cranston", "Shelburne LL Shelburne" ], [ "7", "2006", "Glastonbury American LL Glastonbury", "Yarmouth LL Yarmouth", "Peabody Western LL Peabody", "Portsmouth LL Portsmouth", "Lincoln LL Lincoln", "Colchester LL Colchester" ], [ "8", "2007", "Shelton National LL Shelton", "Portland North LL Portland", "Walpole American LL Walpole", "Portsmouth LL Portsmouth", "Cranston Western LL Cranston", "Essex Junction LL Essex Junction" ], [ "9", "2008", "Shelton National LL Shelton", "Camden-Rockport LL Camden", "Parkway National LL Boston (West Roxbury)", "Manchester North LL Manchester", "Cranston Western LL Cranston", "Williston LL Williston" ], [ "10", "2009", "Glastonbury National LL Glastonbury", "Bangor East LL Bangor", "Peabody Western LL Peabody", "Portsmouth LL Portsmouth", "Lincoln LL Lincoln", "Brattleboro LL Brattleboro" ], [ "11", "2010", "Fairfield American LL Fairfield", "Bangor East LL Bangor", "Southborough Youth LL Southborough", "Portsmouth LL Portsmouth", "Cumberland National LL Cumberland", "Shelburne LL Shelburne" ], [ "12", "2011", "Fairfield American LL Fairfield", "Yarmouth LL Yarmouth", "Andover National LL Andover", "Goffstown LL Goffstown", "Cumberland American LL Cumberland", "Barre Community LL Barre" ], [ "13", "2012", "Fairfield American LL Fairfield", "Scarborough LL Scarborough", "Wellesley South LL Wellesley", "Bedford LL Bedford", "Coventry American LL Coventry", "South Burlington LL South Burlington" ] ] }, { "t5Formulas": [ { "Question": "How many rounds were there in the 2006 davis cup europe/africa group I?", "Formula": "ROWS(FILTER(B1,A1=\"2006 Davis Cup Europe/Africa Group I\"))", "Formula2": "ROWS(FILTER(B2:B17,A2:A17=\"2006 Davis Cup Europe/Africa Group I\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "A1", "=", "\"2006 Davis Cup Europe/Africa Group I\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-22853654-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Edition", "Round", "Date", "Partnering", "Against", "Surface", "Opponents", "W–L", "Result" ], [ "2", "2003 Davis Cup Europe/Africa Group II", "QF", "11–13 July 2003", "Rui Machado", "South Africa", "Hard", "Chris Haggard Robbie Koenig", "Loss", "5–7, 3–6, 2–6" ], [ "3", "2004 Davis Cup Europe/Africa Group II", "1R", "9–11 April 2004", "Frederico Gil", "Tunisia", "Hard", "Haithem Abid Malek Jaziri", "Win", "7–5, 6–3, 6–2" ], [ "4", "2004 Davis Cup Europe/Africa Group II", "QF", "16–18 July 2004", "Frederico Gil", "Serbia and Montenegro", "Clay", "Nikola Ćirić Dušan Vemić", "Loss", "6–1, 7–6 (7–5) , 3–6, 1–6, 4–6" ], [ "5", "2005 Davis Cup Europe/Africa Group II", "1R", "4–6 March 2005", "Frederico Gil", "Estonia", "Carpet", "Mait Künnap Alti Vahkal", "Win", "6–3, 6–4, 6–4" ], [ "6", "2005 Davis Cup Europe/Africa Group II", "QF", "15–17 July 2005", "Frederico Gil", "Algeria", "Clay", "Slimane Saoudi Abdel-Hak Hameurlaine", "Win", "6–7 (3–7) , 6–3, 6–1, 7–6 (7–3)" ], [ "7", "2005 Davis Cup Europe/Africa Group II", "SF", "23–25 September 2005", "Frederico Gil", "Slovenia", "Clay", "Rok Jarc Grega Žemlja", "Win", "6–4, 6–2, 6–4" ], [ "8", "2006 Davis Cup Europe/Africa Group I", "1R", "10–12 February 2006", "Frederico Gil", "Luxembourg", "Hard", "Gilles Müller Mike Scheidweiler", "Loss", "6–4, 3–6, 5–7, 1–6" ], [ "9", "2008 Davis Cup Europe/Africa Group II", "1R", "11–13 April 2008", "Gastão Elias", "Tunisia", "Clay", "Walid Jallali Malek Jaziri", "Win", "6–3, 6–3, 6–3" ], [ "10", "2008 Davis Cup Europe/Africa Group II", "QF", "18–20 July 2008", "Frederico Gil", "Cyprus", "Clay", "Photos Kallias Demetrios Leontis", "Win", "6–2, 6–1, 5–7, 6–3" ], [ "11", "2008 Davis Cup Europe/Africa Group II", "SF", "19–21 September 2008", "Gastão Elias", "Ukraine", "Hard", "Sergei Bubka Sergiy Stakhovsky", "Loss", "3–6, 2–6, 4–6" ], [ "12", "2009 Davis Cup Europe/Africa Group II", "1R", "6–8 March 2009", "Frederico Gil", "Cyprus", "Hard", "Marcos Baghdatis Photos Kallias", "Loss", "4–6, 6–3, 6–4, 3–6, 1–6" ], [ "13", "2009 Davis Cup Europe/Africa Group II", "GII Play-Offs", "10–12 July 2009", "Frederico Gil", "Algeria", "Clay", "Abdel-Hak Hameurlaine Valentin Rahmine", "Win", "6–1, 6–2, 6–3" ], [ "14", "2010 Davis Cup Europe/Africa Group II", "1R", "5–7 March 2010", "Frederico Gil", "Denmark", "Clay", "Frederik Nielsen Martin Pedersen", "Win", "6–4, 6–3, 6–1" ], [ "15", "2010 Davis Cup Europe/Africa Group II", "QF", "9–11 July 2010", "Frederico Gil", "Cyprus", "Clay", "Eleftherios Christou Rares Cuzdriorean", "Win", "6–1, 6–2, 6–3" ], [ "16", "2010 Davis Cup Europe/Africa Group II", "SF", "17–19 September 2010", "Frederico Gil", "Bosnia and Herzegovina", "Clay", "Amer Delić Aldn Setkic", "Win", "6–1, 6–4, 4–6, 6–4" ], [ "17", "2011 Davis Cup Europe/Africa Group I", "1R", "4–6 March 2011", "Frederico Gil", "Slovakia", "Clay", "Michal Mertiňák Filip Polášek", "Loss", "3–6, 4–6, 6–1, 1–6" ] ] }, { "t5Formulas": [ { "Question": "Which country is bob tway from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"bob tway\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"bob tway\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"bob tway\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country won in 1986?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=1986),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=1986),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "1986", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Fiji's lowest total?", "Formula": "MINIFS(D1,B1,\"fiji\")", "Formula2": "MINIFS(D2:D8,B2:B8,\"fiji\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"fiji\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18017347-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Paul Azinger", "United States", "1993", "278", "–2", "T22" ], [ "3", "Nick Price", "Zimbabwe", "1992 , 1994", "279", "–1", "T29" ], [ "4", "Tiger Woods", "United States", "1999 , 2000", "279", "–1", "T29" ], [ "5", "Bob Tway", "United States", "1986", "279", "–1", "T29" ], [ "6", "Davis Love III", "United States", "1997", "280", "E", "T37" ], [ "7", "Hal Sutton", "United States", "1983", "281", "+1", "T44" ], [ "8", "Vijay Singh", "Fiji", "1998", "282", "+2", "T51" ] ] }, { "t5Formulas": [ { "Question": "What is the amount of US open runner-up score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"US Open\")*(A1=\"Runner-up\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"US Open\")*(A2:A7=\"Runner-up\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"US Open\"", "*", "A1", "=", "\"Runner-up\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the year where the runner-up outcome was at its basic minimum?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Runner-up\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Runner-up\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Runner-up\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many championships have there been with Steffi Graf?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Steffi Graf\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"Steffi Graf\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Steffi Graf\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22858557-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Opponent in final", "Score in final" ], [ "2", "Winner", "1998", "US Open", "Hard", "Martina Hingis", "6–3, 7–5" ], [ "3", "Winner", "1999", "Wimbledon", "Grass", "Steffi Graf", "6–4, 7–5" ], [ "4", "Winner", "2000", "Australian Open", "Hard", "Martina Hingis", "6–1, 7–5" ], [ "5", "Runner-up", "2000", "Wimbledon", "Grass", "Venus Williams", "6–3, 7–6" ], [ "6", "Runner-up", "2000", "US Open", "Hard", "Venus Williams", "6–4, 7–5" ], [ "7", "Runner-up", "2005", "Australian Open", "Hard", "Serena Williams", "2–6, 6–3, 6–0" ] ] }, { "t5Formulas": [ { "Question": "Which Opposing Teams is on 06/02/1988?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"06/02/1988\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"06/02/1988\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"06/02/1988\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When Status of five nations, and a Venue of twickenham , london, and a Opposing Teams of ireland are in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"five nations\")*(D1=\"twickenham , london\")*(A1=\"ireland\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"five nations\")*(D2:D10=\"twickenham , london\")*(A2:A10=\"ireland\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"five nations\"", "*", "D1", "=", "\"twickenham , london\"", "*", "A1", "=", "\"ireland\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18178608-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposing Teams", "Against", "Date", "Venue", "Status" ], [ "2", "France", "10", "16/01/1988", "Parc des Princes , Paris", "Five Nations" ], [ "3", "Wales", "11", "06/02/1988", "Twickenham , London", "Five Nations" ], [ "4", "Scotland", "6", "05/03/1988", "Murrayfield , Edinburgh", "Five Nations" ], [ "5", "Ireland", "3", "19/03/1988", "Twickenham , London", "Five Nations" ], [ "6", "Ireland", "10", "23/04/1988", "Lansdowne Road , Dublin", "Millennium Trophy Match" ], [ "7", "Australia", "22", "29/05/1988", "Ballymore , Brisbane", "First Test" ], [ "8", "Australia", "28", "12/06/1988", "Concord Oval , Sydney", "Second Test" ], [ "9", "Fiji", "12", "16/06/1988", "National Stadium , Suva", "Test Match" ], [ "10", "Australia", "19", "05/11/1988", "Twickenham , London", "Test Match" ] ] }, { "t5Formulas": [ { "Question": "How many have been replaced where the appointment date is 10 December 2007 and the manner of departure is quit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"10 December 2007\")*(C1=\"Quit\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(F2:F11=\"10 December 2007\")*(C2:C11=\"Quit\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"10 December 2007\"", "*", "C1", "=", "\"Quit\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date of vacancy for 10 december 2007 when quit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"10 December 2007\")*(C1=\"Quit\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(F2:F11=\"10 December 2007\")*(C2:C11=\"Quit\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"10 December 2007\"", "*", "C1", "=", "\"Quit\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many manners of departure did peter voets have?", "Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Peter Voets\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C11, B2:B11=\"Peter Voets\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "\"Peter Voets\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-11713303-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment" ], [ "2", "Sint-Truiden", "Valère Billen", "Quit", "18 September 2007", "Peter Voets (caretaker)", "18 September 2007" ], [ "3", "Anderlecht", "Franky Vercauteren", "Mutual consent", "12 November 2007", "Ariel Jacobs", "12 November 2007" ], [ "4", "Dender EH", "Jean-Pierre Van De Velde", "Mutual consent", "19 November 2007", "Johan Boskamp", "27 November 2007" ], [ "5", "Charleroi", "Philippe Van de Walle", "Quit", "10 December 2007", "Thierry Siquet", "10 December 2007" ], [ "6", "Sint-Truiden", "Peter Voets", "Caretaker replaced", "10 December 2007", "Dennis Van Wijk", "10 December 2007" ], [ "7", "Mouscron", "Marc Brys", "Fired", "17 December 2007", "Geert Broeckaert (caretaker)", "17 December 2007" ], [ "8", "Brussels", "Albert Cartier", "Fired", "22 December 2007", "Edy De Bolle (caretaker)", "22 December 2007" ], [ "9", "Mouscron", "Geert Broeckaert", "Caretaker replaced", "27 December 2007", "Enzo Scifo", "27 December 2007" ], [ "10", "Brussels", "Edy De Bolle", "Caretaker replaced", "24 January 2008", "Franky Van Der Elst", "24 January 2008" ], [ "11", "Mons", "José Riga", "Fired", "27 January 2008", "Albert Cartier", "28 January 2008" ] ] }, { "t5Formulas": [ { "Question": "what are all the positions of players who's hometown is concord, california", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Concord, California\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"Concord, California\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Concord, California\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who are all the players for st. thomas aquinas high school", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"St. Thomas Aquinas High School\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"St. Thomas Aquinas High School\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"St. Thomas Aquinas High School\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who are all the players for mission viejo high school", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Mission Viejo High School\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"Mission Viejo High School\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Mission Viejo High School\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the hometown of the players for de la salle high school", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"De La Salle High School\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"De La Salle High School\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"De La Salle High School\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who are all the players for armwood high school", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Armwood High School\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"Armwood High School\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Armwood High School\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the hometown of the players for placer, california", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Placer, California\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"Placer, California\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Placer, California\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-11677691-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "School", "Hometown", "College" ], [ "2", "Jonathan Allen", "Defensive line", "Stone Bridge High School", "Ashburn, Virginia", "Alabama" ], [ "3", "Da'Shawn Hand ‡", "Defensive line", "Woodbridge High School", "Woodbridge, Virginia", "Undecided" ], [ "4", "Tim Williams ‡", "Defensive line", "University Lab School", "Baton Rouge, Louisiana", "Undecided" ], [ "5", "Joey Bosa", "Defensive line", "St. Thomas Aquinas High School", "Fort Lauderdale, Florida", "Ohio State" ], [ "6", "A'Shawn Robinson", "Defensive line", "Arlington Heights High School", "Fort Worth, Texas", "Alabama" ], [ "7", "Eddie Vanderdoes", "Defensive line", "Placer High School", "Placer, California", "Notre Dame" ], [ "8", "Michael Hutchings", "Linebacker", "De La Salle High School", "Concord, California", "Southern California" ], [ "9", "Mark Fossati ‡", "Linebacker", "St. Joseph High School", "Montvale, New Jersey", "Undecided" ], [ "10", "Raekwon McMillan ‡", "Linebacker", "Liberty County High School", "Hinesville, Georgia", "Undecided" ], [ "11", "Max Redfield", "Defensive back", "Mission Viejo High School", "Mission Viejo, California", "Notre Dame" ], [ "12", "Leon McQuay III", "Defensive back", "Armwood High School", "Seffner, Florida", "Southern California" ] ] }, { "t5Formulas": [ { "Question": "What is Domenik Hixon's average rush?", "Formula": "FILTER(D1,A1=\"domenik hixon\")", "Formula2": "FILTER(D2:D10,A2:A10=\"domenik hixon\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"domenik hixon\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15581223-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Att.", "Yards", "Avg.", "Long", "FumL" ], [ "2", "Brandon Jacobs", "219", "1089", "5.0", "44", "1" ], [ "3", "Derrick Ward", "182", "1025", "5.6", "51", "0" ], [ "4", "Ahmad Bradshaw", "67", "355", "5.3", "77", "0" ], [ "5", "Domenik Hixon", "2", "26", "13.0", "15", "0" ], [ "6", "Danny Ware", "2", "15", "7.5", "9", "0" ], [ "7", "David Carr", "8", "10", "1.3", "7", "0" ], [ "8", "Eli Manning", "20", "10", ".5", "13", "2" ], [ "9", "Madison Hedgecock", "1", "0", "0.0", "0", "0" ], [ "10", "Mario Manningham", "1", "−12", "−12.0", "−12", "0" ] ] }, { "t5Formulas": [ { "Question": "Which division was the Rampage in when they were in the 2nd round in the Open Cup?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"2nd round\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"2nd round\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"2nd round\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Rampage's regular season in 1997?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1997),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=1997),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1997", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the Rampage's status in the Open Cup in the year that they made it to the 2nd round of the playoffs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2nd round\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"2nd round\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2nd round\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Rampage's result in the playoffs in the year that their regular season resulted in 4th, central?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"4th, central\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"4th, central\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"4th, central\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1009527-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Reg. Season", "Playoffs", "Open Cup" ], [ "2", "1993", "Exhibition schedule", "Exhibition schedule", "Exhibition schedule", "Exhibition schedule", "Exhibition schedule" ], [ "3", "1994", "3", "USISL", "2nd, Midwest", "Divisional Finals", "Did not enter" ], [ "4", "1995", "3", "USISL Pro League", "1st, Midwest West", "Sizzling Nine", "Did not qualify" ], [ "5", "1996", "3", "USISL Select League", "1st, Central", "2nd Round", "Did not qualify" ], [ "6", "1997", "2", "USISL A-League", "4th, Central", "Champion", "Did not qualify" ], [ "7", "1998", "2", "USISL A-League", "3rd, Central", "Conference Quarterfinals", "2nd Round" ], [ "8", "1999", "2", "USL A-League", "5th, Central", "Did not qualify", "Did not qualify" ], [ "9", "2000", "2", "USL A-League", "2nd, Central", "Conference Finals", "Did not qualify" ], [ "10", "2001", "2", "USL A-League", "3rd, Western", "Semifinals", "3rd Round" ], [ "11", "2002", "2", "USL A-League", "1st, Central", "Champion", "Quarterfinals" ] ] }, { "t5Formulas": [ { "Question": "Akin Ayodele drafted before round 7 plays what position?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"akin ayodele\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"akin ayodele\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"akin ayodele\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the total overall for the pick that went before round 4, who went to Tennessee for college, and was picked at a number bigger than 9?", "Formula": "SUM(FILTER(C1, (A1<4)*(F1=\"tennessee\")*(B1>9)))", "Formula2": "SUM(FILTER(C2:C10, (A2:A10<4)*(F2:F10=\"tennessee\")*(B2:B10>9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "<", "4", "*", "F1", "=", "\"tennessee\"", "*", "B1", ">", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the pick number average for the player who was drafted before round 7, and went to college at Tennessee?", "Formula": "AVERAGE(FILTER(B1, (A1<7)*(F1=\"tennessee\")))", "Formula2": "AVERAGE(FILTER(B2:B10, (A2:A10<7)*(F2:F10=\"tennessee\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "A1", "<", "7", "*", "F1", "=", "\"tennessee\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-17977772-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "9", "9", "John Henderson", "Defensive Tackle", "Tennessee" ], [ "3", "2", "8", "40", "Mike Pearson", "Offensive Tackle", "Florida" ], [ "4", "3", "24", "89", "Akin Ayodele", "Linebacker", "Purdue" ], [ "5", "4", "10", "108", "David Garrard", "Quarterback", "East Carolina" ], [ "6", "4", "20", "118", "Chris Luzar", "Tight End", "Virginia" ], [ "7", "6", "8", "180", "Clenton Ballard", "Defensive Tackle", "Southwest Texas State" ], [ "8", "7", "11", "222", "Kendall Newson", "Wide Receiver", "Middle Tennessee State" ], [ "9", "7", "36", "247", "Steve Smith", "Defensive Back", "Oregon" ], [ "10", "7", "37", "248", "Hayden Epstein", "Kicker", "Michigan" ] ] }, { "t5Formulas": [ { "Question": "What was the highest attendance of February 7, 2009 and more than 49 points?", "Formula": "MAX(FILTER(F1, (B1=\"february 7, 2009\")*(H1>49)))", "Formula2": "MAX(FILTER(F2:F14, (B2:B14=\"february 7, 2009\")*(H2:H14>49)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "B1", "=", "\"february 7, 2009\"", "*", "H1", ">", "49" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which game has a number lower than 57 and more than 50 points?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1),SUMX(H1)),FILTER(query1,(CHOOSECOLS(query1,2)<57)*(CHOOSECOLS(query1,3)>50)))", "Formula2": "LET(query1,SUMMARIZE(E2:E14,SUMX(A2:A14),SUMX(H2:H14)),FILTER(query1,(CHOOSECOLS(query1,2)<57)*(CHOOSECOLS(query1,3)>50)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "57", "*", "CHOOSECOLS(", "query1", "3", ">", "50" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What game in February 10, 2009 has the most points and a game number larger than 54?", "Formula": "MAX(FILTER(H1, (B1=\"february 10, 2009\")*(A1>54)))", "Formula2": "MAX(FILTER(H2:H14, (B2:B14=\"february 10, 2009\")*(A2:A14>54)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "H1", "B1", "=", "\"february 10, 2009\"", "*", "A1", ">", "54" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16864968-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "51", "February 3, 2009", "Florida Panthers", "3–4 (OT)", "Air Canada Centre", "19,095", "19–23–9", "47" ], [ "3", "52", "February 4, 2009", "@ Buffalo Sabres", "0–5", "HSBC Arena", "17,355", "19–24–9", "47" ], [ "4", "53", "February 7, 2009", "@ Montreal Canadiens", "5–2", "Bell Centre", "21,273", "20–24–9", "49" ], [ "5", "54", "February 10, 2009", "@ Florida Panthers", "4–5 (OT)", "BankAtlantic Center", "13,764", "20–24–10", "50" ], [ "6", "55", "February 12, 2009", "@ Tampa Bay", "4–6", "St. Pete Times Forum", "16,526", "20–25–10", "50" ], [ "7", "56", "February 14, 2009", "Pittsburgh Penguins", "6–2", "Air Canada Centre", "19,365", "21–25–10", "52" ], [ "8", "57", "February 17, 2009", "Buffalo Sabres", "1–4", "Air Canada Centre", "19,287", "21–26–10", "52" ], [ "9", "58", "February 19, 2009", "Columbus Blue Jackets", "3–4 (SO)", "Air Canada Centre", "19,179", "21–26–11", "53" ], [ "10", "59", "February 21, 2009", "Vancouver Canucks", "2–3 (SO)", "Air Canada Centre", "19,504", "21–26–12", "54" ], [ "11", "60", "February 22, 2009", "@ New York Rangers", "3–2 (OT)", "Madison Square Garden", "18,200", "22–26–12", "56" ], [ "12", "61", "February 25, 2009", "New York Rangers", "2–1 (SO)", "Air Canada Centre", "19,383", "23–26–12", "58" ], [ "13", "62", "February 26, 2009", "@ New York Islanders", "5–4 (SO)", "Nassau Veterans Memorial Coliseum", "12,201", "24–26–12", "60" ], [ "14", "63", "February 28, 2009", "@ Ottawa Senators", "4–3 (OT)", "Scotiabank Place", "20,050", "25–26–12", "62" ] ] }, { "t5Formulas": [ { "Question": "What is the name of constituency 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=5),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=5),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "5", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17922000-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Constituency number", "Name", "Reserved for ( SC / ST /None)", "District", "Number of electorates (2009)" ], [ "2", "1", "Kalka", "None", "Panchkula", "114,353" ], [ "3", "2", "Panchkula", "None", "Panchkula", "130,932" ], [ "4", "3", "Naraingarh", "None", "Ambala", "133,850" ], [ "5", "4", "Ambala Cantonment", "None", "Ambala", "134,401" ], [ "6", "5", "Ambala City", "None", "Ambala", "172,404" ], [ "7", "6", "Mulana", "SC", "Ambala", "157,696" ], [ "8", "7", "Sadhaura", "SC", "Yamuna Nagar", "149,418" ], [ "9", "8", "Jagadhri", "None", "Yamuna Nagar", "137,791" ], [ "10", "9", "Yamuna Nagar", "None", "Yamuna Nagar", "128,829" ], [ "11", "Total:", "Total:", "Total:", "Total:", "1,259,674" ] ] }, { "t5Formulas": [ { "Question": "Who was the center from Washington State?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"center\")*(E1=\"washington state\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"center\")*(E2:E9=\"washington state\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"center\"", "*", "E1", "=", "\"washington state\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What school did Paul Dawkins play for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"paul dawkins\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"paul dawkins\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"paul dawkins\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11545282-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years for Jazz", "School/Club Team" ], [ "2", "Adrian Dantley", "United States", "Guard-Forward", "1979-86", "Notre Dame" ], [ "3", "Brad Davis", "United States", "Guard", "1979-80", "Maryland" ], [ "4", "Darryl Dawkins", "United States", "Center", "1987-88", "Maynard Evans HS" ], [ "5", "Paul Dawkins", "United States", "Guard", "1979-80", "Northern Illinois" ], [ "6", "Greg Deane", "United States", "Guard", "1979-80", "Utah" ], [ "7", "James Donaldson", "United States", "Center", "1993; 1994-95", "Washington State" ], [ "8", "John Drew", "United States", "Guard-Forward", "1982-85", "Gardner-Webb" ], [ "9", "John Duren", "United States", "Guard", "1980-82", "Georgetown" ] ] }, { "t5Formulas": [ { "Question": "What ran has noel patterson as the rider?", "Formula": "SUMIFS(A1,B1,\"noel patterson\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"noel patterson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"noel patterson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What time has jules croft as the rider?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jules croft\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"jules croft\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jules croft\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team has adam barclay as the rider?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"adam barclay\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"adam barclay\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"adam barclay\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18649514-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Adam Barclay", "750cc Suzuki", "119.605mph", "37' 51.28" ], [ "3", "2", "James McCullagh", "750cc Suzuki", "119.021mph", "38' 02.41" ], [ "4", "3", "Mickey Fitzpatrick", "600cc Honda", "117.530mph", "38' 31.38" ], [ "5", "4", "Scott Wilson", "750cc Suzuki", "117.223mph", "38' 37.43" ], [ "6", "5", "Noel Patterson", "750cc Suzuki", "116.731mph", "38' 47.19" ], [ "7", "6", "Wayne Kirwan", "750cc Suzuki", "116.731mph", "38' 47.19" ], [ "8", "7", "Michael Russell", "600cc Yamaha", "116.576mph", "38' 50.29" ], [ "9", "8", "Kevin Fitzpatrick", "750cc Suzuki", "116.168mph", "38' 58.47" ], [ "10", "9", "Jules Croft", "750cc Suzuki", "115.868mph", "39' 04.53" ], [ "11", "10", "Stephen Mcllvenna", "600cc Yamaha", "115.618mph", "39' 09.59" ] ] }, { "t5Formulas": [ { "Question": "What is 17th c., when Initial-Syllable Open/Semi-Open Unstressed Vowels is \"o /ɵ/\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"o /ɵ/\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"o /ɵ/\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"o /ɵ/\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is British, when Examples is \"November, rotunda, colossus, proscenium\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"november, rotunda, colossus, proscenium\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"november, rotunda, colossus, proscenium\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"november, rotunda, colossus, proscenium\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is American, when British is \"ɪ, ə\", and when Initial-Syllable Open/Semi-Open Unstressed Vowels is \"æ /ɨ/\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"ɪ, ə\")*(A1=\"æ /ɨ/\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(D2:D7=\"ɪ, ə\")*(A2:A7=\"æ /ɨ/\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ɪ, ə\"", "*", "A1", "=", "\"æ /ɨ/\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Initial-Syllable Open/Semi-Open Unstresses Vowels, when Australian is \"ə\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"ə\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"ə\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"ə\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Australian, when British is \"aɪ, ɪ, ə\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"aɪ, ɪ, ə\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"aɪ, ɪ, ə\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"aɪ, ɪ, ə\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is American, when Initial-Syllable Open/Semi-Open Unstressed Vowels is \"y /aɪ, ɨ/\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"y /aɪ, ɨ/\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"y /aɪ, ɨ/\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"y /aɪ, ɨ/\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17798093-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Initial-syllable open/semi-open unstressed vowels", "17th c.", "American", "British", "Australian", "Examples" ], [ "2", "a /ə/", "ɐ", "ə", "ə", "ə", "papyrus, placebo, saliva, basilica" ], [ "3", "e /ɨ/", "e", "ɪ, ə", "ɪ, ə", "ɪ, ə", "December, thesaurus" ], [ "4", "æ /ɨ/", "e", "ɪ, ə", "ɪ, ə", "ɪ, ə", "Mæcenas, pæninsula, phænomenon" ], [ "5", "i /aɪ, ɨ/", "ɛi, ɪ", "ai, ɪ, ə", "aɪ, ɪ, ə", "ɑe, ɪ, ə", "criteria, tribunal, minutiæ, cicada" ], [ "6", "y /aɪ, ɨ/", "ɛi, ɪ", "ai, ɪ, ə", "aɪ, ɪ, ə", "ɑe, ɪ, ə", "lyceum, psychosis, synopsis, chrysanthemum" ], [ "7", "o /ɵ/", "o", "ɞu, ɞ, ə", "əʊ, ə", "əʉ, ə", "November, rotunda, colossus, proscenium" ] ] }, { "t5Formulas": [ { "Question": "WHich Open Cup has a Division larger than 4?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Name the League which has a Regular Season of 3rd, atlantic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"3rd, atlantic\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"3rd, atlantic\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"3rd, atlantic\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHICH Regular Season has a Division of 4?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "WHICH Regular Season has a League of npsl, and a Year of 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"npsl\")*(A1=2008)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"npsl\")*(A2:A8=2008)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"npsl\"", "*", "A1", "=", "2008", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "NAME THE Playoffs that HAVE a League of npsl, and a Open Cup of did not enter, and a Year of 2013?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"npsl\")*(F1=\"did not enter\")*(A1=2013)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"npsl\")*(F2:F8=\"did not enter\")*(A2:A8=2013)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"npsl\"", "*", "F1", "=", "\"did not enter\"", "*", "A1", "=", "2013", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-16636344-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Regular Season", "Playoffs", "Open Cup" ], [ "2", "2008", "4", "NPSL", "2nd, Mid Atlantic", "Did not qualify", "Did not qualify" ], [ "3", "2009", "4", "NPSL", "5th, Atlantic", "Did not qualify", "Did not enter" ], [ "4", "2010", "4", "NPSL", "5th, Atlantic", "Did not qualify", "Did not enter" ], [ "5", "2010–11", "5", "CSL I", "In progress", "N/A", "N/A" ], [ "6", "2011", "4", "NPSL", "4th, Atlantic", "Did not qualify", "Did not enter" ], [ "7", "2012", "4", "NPSL", "3rd, Atlantic", "Did not qualify", "Did not enter" ], [ "8", "2013", "4", "NPSL", "3rd, Atlantic", "Did not qualify", "Did not enter" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance of the North Melbourne's home game?", "Formula": "SUMIFS(F1,A1,\"north melbourne\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"north melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"north melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the attendance at the Fitzroy home game?", "Formula": "SUMIFS(F1,A1,\"fitzroy\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"fitzroy\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"fitzroy\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was Richmond's highest attendance?", "Formula": "MAXIFS(F1,A1,\"richmond\")", "Formula2": "MAXIFS(F2:F7,A2:A7,\"richmond\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "A1", "\"richmond\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10809271-20", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "13.14 (92)", "St Kilda", "9.11 (65)", "Kardinia Park", "7,500", "1 September 1945" ], [ "3", "Fitzroy", "14.22 (106)", "Melbourne", "15.11 (101)", "Brunswick Street Oval", "5,000", "1 September 1945" ], [ "4", "South Melbourne", "16.16 (112)", "Hawthorn", "11.10 (76)", "Junction Oval", "12,000", "1 September 1945" ], [ "5", "North Melbourne", "14.17 (101)", "Essendon", "13.17 (95)", "Arden Street Oval", "12,000", "1 September 1945" ], [ "6", "Richmond", "8.19 (67)", "Collingwood", "12.15 (87)", "Punt Road Oval", "23,000", "1 September 1945" ], [ "7", "Footscray", "8.14 (62)", "Carlton", "16.19 (115)", "Western Oval", "30,000", "1 September 1945" ] ] }, { "t5Formulas": [ { "Question": "Name the number of party for richard l. hanna (r) 53.1% mike arcuri (d) 46.9%", "Formula": "ROWS(FILTER(C1,F1=\"Richard L. Hanna (R) 53.1% Mike Arcuri (D) 46.9%\"))", "Formula2": "ROWS(FILTER(C2:C18,F2:F18=\"Richard L. Hanna (R) 53.1% Mike Arcuri (D) 46.9%\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "F1", "=", "\"Richard L. Hanna (R) 53.1% Mike Arcuri (D) 46.9%\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the party for new york 4", "Formula": "FILTER(C1,A1=\"New York 4\")", "Formula2": "FILTER(C2:C18,A2:A18=\"New York 4\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"New York 4\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the first elected for re-elected and brian higgins", "Formula": "FILTER(D1,(E1=\"Re-elected\")*(B1=\"Brian Higgins\"))", "Formula2": "FILTER(D2:D18,(E2:E18=\"Re-elected\")*(B2:B18=\"Brian Higgins\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"Re-elected\"", "*", "B1", "=", "\"Brian Higgins\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Name the party for yvette clarke (d) 90.6% hugh carr (r) 9.4%", "Formula": "FILTER(C1,F1=\"Yvette Clarke (D) 90.6% Hugh Carr (R) 9.4%\")", "Formula2": "FILTER(C2:C18,F2:F18=\"Yvette Clarke (D) 90.6% Hugh Carr (R) 9.4%\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"Yvette Clarke (D) 90.6% Hugh Carr (R) 9.4%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the result for new york 8", "Formula": "FILTER(E1,A1=\"New York 8\")", "Formula2": "FILTER(E2:E18,A2:A18=\"New York 8\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"New York 8\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-19753079-35", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "New York 1", "Tim Bishop", "Democratic", "2002", "Re-elected", "Tim Bishop (D) 50.2% Randy Altschuler (R) 49.8%" ], [ "3", "New York 3", "Peter King", "Republican", "1992", "Re-elected", "Peter King (R) 72.0% Howard Kudler (D) 28.0%" ], [ "4", "New York 4", "Carolyn McCarthy", "Democratic", "1996", "Re-elected", "Carolyn McCarthy (D) 53.6% Fran Becker (R) 46.4%" ], [ "5", "New York 6", "Gregory Meeks", "Democratic", "1998", "Re-elected", "Gregory Meeks (D) 87.8% Asher Taub (R) 12.2%" ], [ "6", "New York 8", "Jerrold Nadler", "Democratic", "1992", "Re-elected", "Jerrold Nadler (D) 75.5% Susan Kone (R) 24.5%" ], [ "7", "New York 9", "Anthony Weiner", "Democratic", "1998", "Re-elected", "Anthony Weiner (D) 60.8% Bob Turner (R) 39.2%" ], [ "8", "New York 11", "Yvette Clarke", "Democratic", "2006", "Re-elected", "Yvette Clarke (D) 90.6% Hugh Carr (R) 9.4%" ], [ "9", "New York 16", "Jose Serrano", "Democratic", "1990", "Re-elected", "Jose Serrano (D) 96.3% Frank Della Valle (R) 3.7%" ], [ "10", "New York 18", "Nita Lowey", "Democratic", "1988", "Re-elected", "Nita Lowey (D) 62.2% James Russell (R) 37.8%" ], [ "11", "New York 19", "John Hall", "Democratic", "2006", "Lost re-election Republican gain", "Nan Hayworth (R) 52.7% John Hall (D) 47.3%" ], [ "12", "New York 20", "Scott Murphy", "Democratic", "2009", "Lost re-election Republican gain", "Chris Gibson (R) 54.9% Scott Murphy (D) 45.1%" ], [ "13", "New York 21", "Paul Tonko", "Democratic", "2008", "Re-elected", "Paul Tonko (D) 59.3% Theodore Danz (R) 40.7%" ], [ "14", "New York 24", "Mike Arcuri", "Democratic", "2006", "Lost re-election Republican gain", "Richard L. Hanna (R) 53.1% Mike Arcuri (D) 46.9%" ], [ "15", "New York 25", "Dan Maffei", "Democratic", "2008", "Lost re-election Republican gain", "Ann Marie Buerkle (R) 50.2% Dan Maffei (D) 49.8%" ], [ "16", "New York 26", "Chris Lee", "Republican", "2008", "Re-elected", "Chris Lee (R) 73.6% Philip Fedele (D) 26.4%" ], [ "17", "New York 27", "Brian Higgins", "Democratic", "2004", "Re-elected", "Brian Higgins (D) 60.9% Leonard Roberto (R) 39.1%" ], [ "18", "New York 28", "Louise Slaughter", "Democratic", "1986", "Re-elected", "Louise Slaughter (D) 64.9% Jill Rowland (R) 35.1%" ] ] }, { "t5Formulas": [ { "Question": "How many clubs were founded in the westfalenstadion stadium?", "Formula": "SUMIFS(G1,C1,\"Westfalenstadion\")", "Formula2": "SUMIFS(G2:G16,C2:C16,\"Westfalenstadion\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "C1", "\"Westfalenstadion\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which club was originally named hapoel katamon jerusalem f.c.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Hapoel Katamon Jerusalem F.C.\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Hapoel Katamon Jerusalem F.C.\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Hapoel Katamon Jerusalem F.C.\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many clubs were founded in belo horizonte?", "Formula": "SUMIFS(G1,D1,\"Belo Horizonte\")", "Formula2": "SUMIFS(G2:G16,D2:D16,\"Belo Horizonte\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "D1", "\"Belo Horizonte\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which club was originally named the newcastle falcons?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Newcastle Falcons\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Newcastle Falcons\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Newcastle Falcons\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26218124-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "Original Club", "Stadium", "City", "Country", "Sport", "Founded", "Reason for foundation with source" ], [ "2", "A.F.C. Liverpool", "Liverpool F.C.", "Valerie Park", "Prescot", "England", "Association football", "2008", "Protesting ticket prices at Anfield" ], [ "3", "Bradford City A.F.C.", "Manningham F.C.", "Valley Parade", "Bradford", "England", "Association football", "1903", "Wanted to play another sport" ], [ "4", "Bray Wanderers A.F.C.", "St. Kevin's", "Carlisle Grounds", "Bray", "Republic of Ireland", "Association football", "1942", "Wanted to play another sport" ], [ "5", "BV Borussia Dortmund", "Trinity Youth", "Westfalenstadion", "Dortmund", "Germany", "Association Football", "1909", "Broke away in protest of Trinity Youth's manager" ], [ "6", "Cruzeiro Esporte Clube", "Yale Atlético Clube", "Mineirão", "Belo Horizonte", "Brazil", "Association football", "1921", "Protesting Yale's administration" ], [ "7", "Enfield Town F.C.", "Enfield F.C.", "Goldsdown Road", "London", "England", "Association football", "2001", "Protesting the way the original club was run" ], [ "8", "Hapoel Katamon Jerusalem F.C.", "Hapoel Jerusalem F.C.", "Hebrew University Stadium", "Jerusalem", "Israel", "Association football", "2007", "Protesting the management of the original club" ], [ "9", "Liverpool F.C.", "Everton F.C.", "Anfield", "Liverpool", "England", "Association football", "1892", "Protesting over ground usage" ], [ "10", "London Wasps", "Harlequin F.C.", "Adams Park", "High Wycombe", "England", "Rugby Union", "1867", "Split in membership of Hampshire Rugby Club" ], [ "11", "Newcastle Falcons", "Gosforth RFC", "Kingston Park", "Newcastle upon Tyne", "England", "Rugby Union", "1990", "Wanted to turn professional" ], [ "12", "Norwich City F.C.", "Norwich CEYMS F.C.", "Carrow Road", "Norwich", "England", "Association football", "1902", "Wanted to play another sport" ], [ "13", "Real Madrid C.F.", "Club Español de Madrid", "Estadio Santiago Bernabéu", "Madrid", "Spain", "Association football", "1902", "Club split in membership" ], [ "14", "Royal Ordnance Factories F.C.", "Royal Arsenal F.C.", "Invicta Ground", "London", "England", "Association football", "1893", "Wanted a team for amateur factory workers" ], [ "15", "Sheffield Eagles", "Huddersfield-Sheffield Giants", "Bramall Lane", "Sheffield", "England", "Rugby League", "2000", "Protesting an unsuccessful merger" ], [ "16", "Torino F.C.", "Juventus F.C.", "Stadio Olimpico di Torino", "Turin", "Italy", "Association football", "1906", "Protesting a move away from Torino" ] ] }, { "t5Formulas": [ { "Question": "What is the highest position the album Where we belong, which had an issue date higher than 9, had?", "Formula": "SUM(FILTER(E1, (A1<9)*(B1=\"where we belong\")))", "Formula2": "SUM(FILTER(E2:E11, (A2:A11<9)*(B2:B11=\"where we belong\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "<", "9", "*", "B1", "=", "\"where we belong\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the biggest issue date Madonna, who had less than 1,060,000 sales, had?", "Formula": "MAX(FILTER(A1, (C1=\"madonna\")*(D1<1060000)))", "Formula2": "MAX(FILTER(A2:A11, (C2:C11=\"madonna\")*(D2:D11<1060000)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "\"madonna\"", "*", "D1", "<", "1060000" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest position Talk on Corners, which had an issue date greater than 1, had?", "Formula": "SUM(FILTER(E1, (B1=\"talk on corners\")*(A1>1)))", "Formula2": "SUM(FILTER(E2:E11, (B2:B11=\"talk on corners\")*(A2:A11>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"talk on corners\"", "*", "A1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest sales All Saints had?", "Formula": "MAXIFS(D1,B1,\"all saints\")", "Formula2": "MAXIFS(D2:D11,B2:B11,\"all saints\")", "Level": "easy", "Tokens": [ "MAXIFS(", "D1", "B1", "\"all saints\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1383396-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Issue Date", "Album Title", "Artist", "Sales", "Highest Position" ], [ "2", "1", "Talk On Corners", "The Corrs", "1,676,439", "1" ], [ "3", "2", "Ladies & Gentlemen: The Best of George Michael", "George Michael", "1,640,000", "1" ], [ "4", "3", "Where We Belong", "Boyzone", "1,520,000", "1" ], [ "5", "4", "Life Thru A Lens", "Robbie Williams", "1,380,000", "1" ], [ "6", "5", "I've Been Expecting You", "Robbie Williams", "1,350,000", "1" ], [ "7", "6", "Urban Hymns", "The Verve", "1,100,000", "1" ], [ "8", "7", "Ray of Light", "Madonna", "1,060,000", "1" ], [ "9", "8", "Let's Talk About Love", "Celine Dion", "920,000", "1" ], [ "10", "9", "Titanic", "James Horner", "860,000", "1" ], [ "11", "10", "All Saints", "All Saints", "820,000", "1" ] ] }, { "t5Formulas": [ { "Question": "What date had a Result of l 23–17 in a week later than 7?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"l 23–17\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,D2:D17=\"l 23–17\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"l 23–17\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "How many people attended the game against the cincinnati bengals?", "Formula": "SUMIFS(E1,C1,\"cincinnati bengals\")", "Formula2": "SUMIFS(E2:E17,C2:C17,\"cincinnati bengals\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"cincinnati bengals\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10650760-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 10, 1989", "at Pittsburgh Steelers", "W 51–0", "57,928" ], [ "3", "2", "September 17, 1989", "New York Jets", "W 38–24", "73,516" ], [ "4", "3", "September 25, 1989", "at Cincinnati Bengals", "L 21–14", "55,996" ], [ "5", "4", "October 1, 1989", "Denver Broncos", "W 16–13", "78,637" ], [ "6", "5", "October 8, 1989", "at Miami Dolphins", "L 13–10", "58,444" ], [ "7", "6", "October 15, 1989", "Pittsburgh Steelers", "L 17–7", "78,840" ], [ "8", "7", "October 23, 1989", "Chicago Bears", "W 27–7", "78,722" ], [ "9", "8", "October 29, 1989", "Houston Oilers", "W 28–17", "78,765" ], [ "10", "9", "November 5, 1989", "at Tampa Bay Buccaneers", "W 42–31", "69,162" ], [ "11", "10", "November 12, 1989", "at Seattle Seahawks", "W 17–7", "58,978" ], [ "12", "11", "November 19, 1989", "Kansas City Chiefs", "T 10–10", "77,922" ], [ "13", "12", "November 23, 1989", "at Detroit Lions", "L 13–10", "65,624" ], [ "14", "13", "December 3, 1989", "Cincinnati Bengals", "L 21–0", "76,236" ], [ "15", "14", "December 10, 1989", "at Indianapolis Colts", "L 23–17", "58,550" ], [ "16", "15", "December 17, 1989", "Minnesota Vikings", "W 23–17", "70,777" ], [ "17", "16", "December 23, 1989", "at Houston Oilers", "W 24–20", "58,852" ] ] }, { "t5Formulas": [ { "Question": "How many clubs are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A5)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Count the total number of clubs.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A5)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "What are the names of all clubs?", "Formula": "B1", "Formula2": "B2:B5", "Level": "easy", "Tokens": [ "B1" ], "Funcs": [ "Cell" ] }, { "Question": "Give me the name of each club.", "Formula": "B1", "Formula2": "B2:B5", "Level": "easy", "Tokens": [ "B1" ], "Funcs": [ "Cell" ] }, { "Question": "What is the description of the club named \"Tennis Club\"?", "Formula": "FILTER(C1,B1=\"Tennis Club\")", "Formula2": "FILTER(C2:C5,B2:B5=\"Tennis Club\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Tennis Club\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Find the description of the club called \"Tennis Club\".", "Formula": "FILTER(C1,B1=\"Tennis Club\")", "Formula2": "FILTER(C2:C5,B2:B5=\"Tennis Club\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Tennis Club\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Find the description of the club \"Pen and Paper Gaming\".", "Formula": "FILTER(C1,B1=\"Pen and Paper Gaming\")", "Formula2": "FILTER(C2:C5,B2:B5=\"Pen and Paper Gaming\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Pen and Paper Gaming\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the description of the club \"Pen and Paper Gaming\"?", "Formula": "FILTER(C1,B1=\"Pen and Paper Gaming\")", "Formula2": "FILTER(C2:C5,B2:B5=\"Pen and Paper Gaming\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Pen and Paper Gaming\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the location of the club named \"Tennis Club\"?", "Formula": "FILTER(D1,B1=\"Tennis Club\")", "Formula2": "FILTER(D2:D5,B2:B5=\"Tennis Club\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Tennis Club\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Find the location of the club \"Pen and Paper Gaming\".", "Formula": "FILTER(D1,B1=\"Pen and Paper Gaming\")", "Formula2": "FILTER(D2:D5,B2:B5=\"Pen and Paper Gaming\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Pen and Paper Gaming\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Tell me the location of the club \"Hopkins Student Enterprises\".", "Formula": "FILTER(D1,B1=\"Hopkins Student Enterprises\")", "Formula2": "FILTER(D2:D5,B2:B5=\"Hopkins Student Enterprises\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Hopkins Student Enterprises\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Find the name of all the clubs at \"AKW\".", "Formula": "FILTER(B1,D1=\"AKW\")", "Formula2": "FILTER(B2:B5,D2:D5=\"AKW\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"AKW\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which clubs are located at \"AKW\"? Return the club names.", "Formula": "FILTER(B1,D1=\"AKW\")", "Formula2": "FILTER(B2:B5,D2:D5=\"AKW\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"AKW\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many clubs are located at \"HHH\"?", "Formula": "SUMIFS(A1,D1,\"hhh\")", "Formula2": "SUMIFS(A2:A5,D2:D5,\"hhh\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"hhh\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "The number of clubs.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A5)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Show the names and ids of all clubs.", "Formula": "UNIQUE(HSTACK(B1,A1))", "Formula2": "UNIQUE(HSTACK(B2:B5,A2:A5))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "B1", "A1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": "What are the names and ids of clubs?", "Formula": "UNIQUE(HSTACK(B1,A1))", "Formula2": "UNIQUE(HSTACK(B2:B5,A2:A5))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "B1", "A1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": " tennis club description", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the description for the tennis club?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the description and id of pen and paper gaming?", "Formula": "LET(query1,FILTER(A1:D1,B1=\"pen and paper gaming\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Formula2": "LET(query1,FILTER(A2:D5,B2:B5=\"pen and paper gaming\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "B1", "=", "\"pen and paper gaming\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "The description and id of pen and paper gaming.", "Formula": "LET(query1,FILTER(A1:D1,B1=\"pen and paper gaming\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Formula2": "LET(query1,FILTER(A2:D5,B2:B5=\"pen and paper gaming\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "B1", "=", "\"pen and paper gaming\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "Tennis club locations", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where does pen and paper gaming take place?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"pen and paper gaming\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"pen and paper gaming\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"pen and paper gaming\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location and id of hopkins student enterprises?", "Formula": "LET(query1,FILTER(A1:D1,B1=\"hopkins student enterprises\"),UNIQUE(CHOOSECOLS(query1,4,1)))", "Formula2": "LET(query1,FILTER(A2:D5,B2:B5=\"hopkins student enterprises\"),UNIQUE(CHOOSECOLS(query1,4,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "B1", "=", "\"hopkins student enterprises\"", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "What is the name and id of the club at akw?", "Formula": "LET(query1,FILTER(A1:D1,D1=\"akw\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:D5,D2:D5=\"akw\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "D1", "=", "\"akw\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "The id and name of the club at akw.", "Formula": "LET(query1,FILTER(A1:D1,D1=\"akw\"),UNIQUE(CHOOSECOLS(query1,1,2)))", "Formula2": "LET(query1,FILTER(A2:D5,D2:D5=\"akw\"),UNIQUE(CHOOSECOLS(query1,1,2)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "D1", "=", "\"akw\"", "UNIQUE(", "CHOOSECOLS(", "query1", "1", "2" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "How many clubs are in hhh?", "Formula": "SUMIFS(A1,D1,\"hhh\")", "Formula2": "SUMIFS(A2:A5,D2:D5,\"hhh\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"hhh\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "The names and ids of clubs.", "Formula": "UNIQUE(HSTACK(B1,A1))", "Formula2": "UNIQUE(HSTACK(B2:B5,A2:A5))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "B1", "A1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": "The description of tennis club.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What description does tennis club have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The location of tennis club.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"tennis club\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"tennis club\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"tennis club\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location of pen and paper gaming?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"pen and paper gaming\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D5,B2:B5=\"pen and paper gaming\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "D1", "B1", "=", "\"pen and paper gaming\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name and id of the club located at akw?", "Formula": "LET(query1,FILTER(A1:D1,D1=\"akw\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:D5,D2:D5=\"akw\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "D1", "=", "\"akw\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "The number of clubs located at hhh.", "Formula": "SUMIFS(A1,D1,\"hhh\")", "Formula2": "SUMIFS(A2:A5,D2:D5,\"hhh\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"hhh\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "club_1_club", "Table": [ [ "0", "A", "B", "C", "D" ], [ "1", "club id", "club name", "club description", "club location" ], [ "2", "1", "Bootup Baltimore", "Refurbish computers; teach kids and adults about computer basics.", "AKW" ], [ "3", "2", "Hopkins Student Enterprises", "Venture capital fund for student business.", "AKW" ], [ "4", "3", "Pen and Paper Gaming", "Play pen and paper games on campus.", "HHH" ], [ "5", "4", "Tennis Club", "A competitive tennis club.", "AKW" ] ] }, { "t5Formulas": [ { "Question": "What is the highest Wins, when Goals For is greater than 39, and when Points is less than 25?", "Formula": "MAX(FILTER(D1, (G1>39)*(C1<25)))", "Formula2": "MAX(FILTER(D2:D17, (G2:G17>39)*(C2:C17<25)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "G1", ">", "39", "*", "C1", "<", "25" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total number of Goals For, when Losses is greater than 16?", "Formula": "SUM(FILTER(G1, F1>16))", "Formula2": "SUM(FILTER(G2:G17, F2:F17>16))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "F1", ">", "16" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the average Position, when Goal Difference is \"17\", and when Wins is greater than 13?", "Formula": "AVERAGE(FILTER(A1, (I1=17)*(D1>13)))", "Formula2": "AVERAGE(FILTER(A2:A17, (I2:I17=17)*(D2:D17>13)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "I1", "=", "17", "*", "D1", ">", "13" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the lowest Goals For, when Draws is less than 4, and when Points is less than 27?", "Formula": "MIN(FILTER(G1, (E1<4)*(C1<27)))", "Formula2": "MIN(FILTER(G2:G17, (E2:E17<4)*(C2:C17<27)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "E1", "<", "4", "*", "C1", "<", "27" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-17716320-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Played", "Points", "Wins", "Draws", "Losses", "Goals for", "Goals against", "Goal Difference" ], [ "2", "1", "30", "43", "17", "9", "4", "68", "35", "+33" ], [ "3", "2", "30", "40", "17", "6", "7", "64", "31", "+33" ], [ "4", "3", "30", "37", "14", "9", "7", "39", "34", "+5" ], [ "5", "4", "30", "35", "15", "5", "10", "48", "39", "+9" ], [ "6", "5", "30", "34", "13", "8", "9", "60", "44", "+16" ], [ "7", "6", "30", "33", "13", "7", "10", "53", "36", "+17" ], [ "8", "7", "30", "29", "11", "7", "12", "47", "40", "+7" ], [ "9", "8", "30", "28", "11", "6", "13", "43", "60", "-17" ], [ "10", "9", "30", "27", "12", "3", "15", "43", "44", "-1" ], [ "11", "10", "30", "27", "10", "7", "13", "41", "53", "-12" ], [ "12", "11", "30", "27", "10", "7", "13", "39", "47", "-8" ], [ "13", "12", "30", "26", "11", "4", "15", "46", "56", "-10" ], [ "14", "13", "30", "25", "10", "5", "15", "52", "63", "-11" ], [ "15", "14", "30", "25", "10", "5", "15", "39", "50", "-11" ], [ "16", "15", "30", "22", "8", "6", "16", "33", "51", "-18" ], [ "17", "16", "30", "22", "8", "6", "16", "34", "66", "-23" ] ] }, { "t5Formulas": [ { "Question": "What is the week for Result of w 28-17?", "Formula": "SUMIFS(A1,D1,\"w 28-17\")", "Formula2": "SUMIFS(A2:A13,D2:D13,\"w 28-17\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"w 28-17\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the avarage Attendance for the Date of october 26, 1947?", "Formula": "AVERAGEIFS(E1,B1,\"october 26, 1947\")", "Formula2": "AVERAGEIFS(E2:E13,B2:B13,\"october 26, 1947\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"october 26, 1947\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-11172791-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 29, 1947", "at Pittsburgh Steelers", "W 48-7", "35,658" ], [ "3", "2", "October 5, 1947", "at Green Bay Packers", "L 17-14", "31,613" ], [ "4", "3", "October 12, 1947", "at Detroit Lions", "W 27-13", "42,955" ], [ "5", "4", "October 19, 1947", "Chicago Cardinals", "W 27-7", "69,631" ], [ "6", "5", "October 26, 1947", "at Philadelphia Eagles", "L 14-7", "36,364" ], [ "7", "6", "November 2, 1947", "at Chicago Cardinals", "L 17-10", "40,075" ], [ "8", "7", "November 9, 1947", "Boston Yanks", "L 27-16", "19,715" ], [ "9", "8", "November 16, 1947", "Chicago Bears", "L 41-21", "36,702" ], [ "10", "9", "November 23, 1947", "Detroit Lions", "W 28-17", "17,693" ], [ "11", "10", "November 30, 1947", "Green Bay Packers", "L 30-10", "31,080" ], [ "12", "11", "December 7, 1947", "at Chicago Bears", "W 17-14", "34,215" ], [ "13", "12", "December 14, 1947", "New York Giants", "W 34-10", "24,050" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance of the South Melbourne away game?", "Formula": "SUMIFS(F1,C1,\"south melbourne\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"south melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"south melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the opponents score when Carlton played at home?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"carlton\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"carlton\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"carlton\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the home team at MCG?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10808681-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "7.9 (51)", "North Melbourne", "10.13 (73)", "Glenferrie Oval", "10,136", "20 May 1967" ], [ "3", "Geelong", "16.12 (108)", "South Melbourne", "13.11 (89)", "Kardinya Park", "21,565", "20 May 1967" ], [ "4", "Carlton", "10.13 (73)", "Collingwood", "9.13 (67)", "Princes Park", "43,589", "20 May 1967" ], [ "5", "St Kilda", "9.4 (58)", "Richmond", "14.15 (99)", "Moorabbin Oval", "32,342", "20 May 1967" ], [ "6", "Melbourne", "13.15 (93)", "Fitzroy", "7.9 (51)", "MCG", "17,582", "20 May 1967" ], [ "7", "Footscray", "4.7 (31)", "Essendon", "11.13 (79)", "Western Oval", "21,278", "20 May 1967" ] ] }, { "t5Formulas": [ { "Question": "What is Manufacturer, when Quantity Made is 2, and when Year Made is 1884?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=2)*(D1=\"1884\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(E2:E15=2)*(D2:D15=\"1884\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "2", "*", "D1", "=", "\"1884\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Quantity Made, when Manufacturer is \"Baldwin\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"baldwin\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"baldwin\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"baldwin\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Wheel Arrangement, when Manufacturer is \"Baldwin\", and when Quantity Made is 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"baldwin\")*(E1=12)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(C2:C15=\"baldwin\")*(E2:E15=12)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"baldwin\"", "*", "E1", "=", "12", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Quantity Made, when Year Made is \"4-4-0 — oooo — american\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"4-4-0 — oooo — american\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"4-4-0 — oooo — american\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"4-4-0 — oooo — american\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Wheel Arrangement, when Quantity Made is 44?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=44),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=44),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "44", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Quantitiy Made, when Quantity Preserved is \"4-4-0 — oooo — american\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"4-4-0 — oooo — american\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"4-4-0 — oooo — american\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"4-4-0 — oooo — american\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17248696-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Class", "Wheel arrangement", "Manufacturer", "Year made", "Quantity made", "Quantity preserved" ], [ "2", "4-4-0 — ooOO — American", "4-4-0 — ooOO — American", "4-4-0 — ooOO — American", "4-4-0 — ooOO — American", "4-4-0 — ooOO — American", "4-4-0 — ooOO — American" ], [ "3", "C", "4-4-0", "Baldwin", "1886–1887", "6", "0" ], [ "4", "C-1", "4-4-0", "New Jersey", "1857", "1", "0" ], [ "5", "C-1", "4-4-0", "New Jersey", "1862", "1", "0" ], [ "6", "V", "4-4-0", "New Jersey", "1855", "1", "0" ], [ "7", "C-3", "4-4-0", "Rhode Island", "1884", "2", "0" ], [ "8", "C-4/C-5", "4-4-0", "Baldwin", "1886–1887", "44", "0" ], [ "9", "C-5-s", "4-4-0", "MStP&SSteM (rebuilder)", "1928–1931 (rebuilt)", "9", "0" ], [ "10", "C-20", "4-4-0", "Schenectady", "1882", "2", "0" ], [ "11", "C-21", "4-4-0", "Schenectady", "1885", "12", "0" ], [ "12", "C-22", "4-4-0", "Schenectady", "1886", "11", "0" ], [ "13", "C-23", "4-4-0", "Baldwin", "1886–1887", "12", "0" ], [ "14", "C-24", "4-4-0", "Brooks", "1902 (rebuilt)", "1", "0" ], [ "15", "C-25", "4-4-0", "Schenectady", "1887", "2", "0" ] ] }, { "t5Formulas": [ { "Question": "What team was the opponent on 03/18/08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"03/18/08\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"03/18/08\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"03/18/08\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the site where the game was held in the city of Delaware?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"delaware\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"delaware\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"delaware\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What city was the game held in when the opponent was Towson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"towson\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"towson\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"towson\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team was opponen in baltimore, at 2:00pm, on 4/06/08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"baltimore\")*(B1=\"2:00pm\")*(A1=\"4/06/08\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"baltimore\")*(B2:B10=\"2:00pm\")*(A2:A10=\"4/06/08\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"baltimore\"", "*", "B1", "=", "\"2:00pm\"", "*", "A1", "=", "\"4/06/08\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What date was the game held at UMBC Field?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"umbc field\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"umbc field\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"umbc field\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date was the game held in Towson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"towson\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"towson\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"towson\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16311967-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Time", "Opponent", "Site", "City" ], [ "2", "02/24/08", "2:00pm", "UMBC", "UMBC field", "Catonsville, MD" ], [ "3", "03/01/08", "3:00pm", "Maryland", "Recreration Field 1", "College Park" ], [ "4", "03/18/08", "6:00pm", "Navy", "Rip Miller Field", "Annapolis" ], [ "5", "03/29/08", "1:00pm", "Towson", "Burdick Field", "Towson" ], [ "6", "03/30/08", "2:30pm", "Loyola", "Herring Run Park", "Baltimore" ], [ "7", "4/05/08", "2:00pm", "NYU", "UMBC Turf", "Baltimore" ], [ "8", "4/06/08", "2:00pm", "UMBC", "UMBC Turf", "Baltimore" ], [ "9", "4/10/08", "4:00pm", "Delaware", "Rollo Stadium", "Delaware" ], [ "10", "4/26/08", "3:00pm", "George Washington", "GW-Mount Vernon Athletic Complex", "Washington, DC" ] ] }, { "t5Formulas": [ { "Question": "What was the score in the 1st leg when Stade d'Abidjan was Team 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"stade d'abidjan\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"stade d'abidjan\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"stade d'abidjan\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the aggregate score that had Union Douala as Team 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"union douala\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"union douala\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"union douala\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the 2nd leg score of the aggregate score of 4-9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"4-9\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"4-9\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"4-9\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was Team 2 when Stationery Stores was Team 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"stationery stores\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"stationery stores\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"stationery stores\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Team 1 has an aggregate score of 1-1 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1-1 1\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"1-1 1\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1-1 1\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12335175-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "AS Real Bamako", "4-9", "Stade d'Abidjan", "2-3", "2-6" ], [ "3", "TP Englebert", "5-2", "CARA Brazzaville", "3-0", "2-2" ], [ "4", "AS Kaloum Star", "4-3", "ASC Jeanne d'Arc", "3-1", "1-2" ], [ "5", "Al-Ismaily", "1-0", "Al-Hilal Omdurman", "1-0", "0-0" ], [ "6", "Nakuru All Stars", "2-3", "Young Africans", "1-0", "1-3" ], [ "7", "Prisons FC Kampala", "4-4 1", "Tele SC Asmara", "3-2", "1-2" ], [ "8", "Union Douala", "1-1 1", "Modèle Lomé", "0-0", "1-1" ], [ "9", "Stationery Stores", "3-3", "Asante Kotoko", "3-2", "0-1 2" ] ] }, { "t5Formulas": [ { "Question": "How many teams scored 616 points?", "Formula": "SUM(FILTER(D1, G1=616))", "Formula2": "SUM(FILTER(D2:D10, G2:G10=616))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "616" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many teams drew the widnes vikings?", "Formula": "SUMIFS(E1,B1,\"Widnes Vikings\")", "Formula2": "SUMIFS(E2:E10,B2:B10,\"Widnes Vikings\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"Widnes Vikings\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many games did whitehaven win?", "Formula": "SUMIFS(D1,B1,\"Whitehaven\")", "Formula2": "SUMIFS(D2:D10,B2:B10,\"Whitehaven\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"Whitehaven\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What position did the sheffield eagles finish in?", "Formula": "SUMIFS(A1,B1,\"Sheffield Eagles\")", "Formula2": "SUMIFS(A2:A10,B2:B10,\"Sheffield Eagles\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Sheffield Eagles\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-13018091-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Position", "Club", "Played", "Won", "Drawn", "Lost", "Pts For", "Pts Agst", "B.P.", "Points" ], [ "2", "1", "Castleford Tigers", "18", "17", "0", "1", "860", "247", "0", "51" ], [ "3", "2", "Widnes Vikings", "18", "16", "0", "2", "740", "220", "2", "50" ], [ "4", "3", "Halifax", "18", "12", "0", "6", "616", "421", "2", "38" ], [ "5", "4", "Whitehaven", "18", "11", "0", "7", "474", "342", "5", "38" ], [ "6", "5", "Leigh Centurions", "18", "9", "0", "9", "454", "474", "4", "31" ], [ "7", "6", "Sheffield Eagles", "18", "6", "1", "11", "414", "527", "4", "24" ], [ "8", "7", "Dewsbury Rams", "18", "5", "0", "13", "346", "572", "6", "19" ], [ "9", "8", "Batley Bulldogs", "18", "5", "1", "12", "372", "645", "2", "19" ], [ "10", "9", "Rochdale Hornets", "18", "3", "0", "15", "302", "700", "1", "10" ] ] }, { "t5Formulas": [ { "Question": "If the dry density is 800, what is the drying shrinkage %?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=800))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=800))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "800" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-24969173-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Dry Density (kg/m3)", "7-day Compressive Strength (N/mm2)", "Thermal Conductivity* (W/mK)", "Modulus of Elasticity (kN/mm2)", "Drying Shrinkage (%)" ], [ "2", "400", "0.5 – 1.0", "0.10", "0.8 – 1.0", "0.30 – 0.35" ], [ "3", "600", "1.0 – 1.5", "0.11", "1.0 – 1.5", "0.22 – 0.25" ], [ "4", "800", "1.5 – 2.0", "0.17 – 0.23", "2.0 – 2.5", "0.20 – 0.22" ], [ "5", "1000", "2.5 – 3.0", "0.23 – 0.30", "2.5 – 3.0", "0.18 – 0.15" ], [ "6", "1200", "4.5 – 5.5", "0.38 – 0.42", "3.5 – 4.0", "0.11 – 0.19" ], [ "7", "1400", "6.0 – 8.0", "0.50 – 0.55", "5.0 – 6.0", "0.09 – 0.07" ] ] }, { "t5Formulas": [ { "Question": "What is the frequency MHz of the ERP W's greater than 250?", "Formula": "SUM(FILTER(B1, D1>250))", "Formula2": "SUM(FILTER(B2:B7, D2:D7>250))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "250" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the call sign of the MHz Frequency less than 94.9 and an ERP W of 170?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<94.9)*(CHOOSECOLS(query1,3)=170)))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7),SUMX(D2:D7)),FILTER(query1,(CHOOSECOLS(query1,2)<94.9)*(CHOOSECOLS(query1,3)=170)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "94.9", "*", "CHOOSECOLS(", "query1", "3", "=", "170" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the FCC info for the city of Tribune, Kansas?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"tribune, kansas\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"tribune, kansas\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"tribune, kansas\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the city of license with an ERP W less than 170?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<170))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(D2:D7)),FILTER(query1,CHOOSECOLS(query1,2)<170))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "170" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the smallest ERP W with a frequency MHz of 94.9?", "Formula": "MIN(FILTER(D1, B1=94.9))", "Formula2": "MIN(FILTER(D2:D7, B2:B7=94.9))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "94.9" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the ERP W of a Frequency MHz greater than 89.5 in the city of Washburn, Texas?", "Formula": "SUM(FILTER(D1, (B1>89.5)*(C1=\"washburn, texas\")))", "Formula2": "SUM(FILTER(D2:D7, (B2:B7>89.5)*(C2:C7=\"washburn, texas\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", ">", "89.5", "*", "C1", "=", "\"washburn, texas\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-14203256-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "K208CL", "89.5", "Tribune, Kansas", "250", "D", "FCC" ], [ "3", "K217CS", "91.3", "Washburn, Texas", "170", "D", "FCC" ], [ "4", "K222AK", "92.3", "Hugoton, Kansas", "170", "D", "FCC" ], [ "5", "K222BJ", "92.3", "Ashland, Kansas", "250", "D", "FCC" ], [ "6", "K235AL", "94.9", "Amarillo, Texas", "62", "D", "FCC" ], [ "7", "K242AK", "96.3", "Liberal, Kansas", "250", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "What is the weight for the v t e of živko gocić category:articles with hcards?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"živko gocić category:articles with hcards\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"živko gocić category:articles with hcards\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"živko gocić category:articles with hcards\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the weight of the v t e of duško pijetlović category:articles with hcards?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"duško pijetlović category:articles with hcards\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"duško pijetlović category:articles with hcards\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"duško pijetlović category:articles with hcards\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10955187-21", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name v t e", "Pos.", "Height", "Weight", "Club" ], [ "2", "Denis Šefik Category:Articles with hCards", "GK", "m ()", "kg (lb)", "PVK Budvanska rivijera" ], [ "3", "Andrija Prlainović Category:Articles with hCards", "D", "m ()", "kg (lb)", "VK Partizan" ], [ "4", "Živko Gocić Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Olympiacos" ], [ "5", "Vanja Udovičić Category:Articles with hCards", "CB", "m ()", "kg (lb)", "Pro Recco" ], [ "6", "Dejan Savić Category:Articles with hCards", "CB", "m ()", "kg (lb)", "Sintez Kazan" ], [ "7", "Duško Pijetlović Category:Articles with hCards", "CF", "m ()", "kg (lb)", "VK Partizan" ], [ "8", "Nikola Rađen Category:Articles with hCards", "CB", "m ()", "kg (lb)", "VK Partizan" ], [ "9", "Filip Filipović Category:Articles with hCards", "D", "m ()", "kg (lb)", "VK Partizan" ], [ "10", "Aleksandar Ćirić Category:Articles with hCards", "D", "m ()", "kg (lb)", "PVK Budvanska rivijera" ], [ "11", "Aleksandar Šapić Category:Articles with hCards", "D", "m ()", "kg (lb)", "Shturm 2002 Chekhov" ], [ "12", "Vladimir Vujasinović Category:Articles with hCards", "CB", "m ()", "kg (lb)", "VK Partizan" ], [ "13", "Branko Peković Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Dynamo Moscow" ], [ "14", "Slobodan Soro Category:Articles with hCards", "GK", "m ()", "kg (lb)", "VK Partizan" ] ] }, { "t5Formulas": [ { "Question": "Which home team faced an away team that scored 8.9 (57)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"8.9 (57)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"8.9 (57)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"8.9 (57)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which home team's venue is junction oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"junction oval\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"junction oval\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"junction oval\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which venue was melbourne the away team of?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the home teams score against the away team footscray?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"footscray\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"footscray\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"footscray\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10809529-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "15.16 (106)", "South Melbourne", "19.12 (126)", "Kardinia Park", "19,500", "5 June 1948" ], [ "3", "Collingwood", "11.17 (83)", "Melbourne", "11.10 (76)", "Victoria Park", "20,000", "5 June 1948" ], [ "4", "St Kilda", "7.12 (54)", "Hawthorn", "10.12 (72)", "Junction Oval", "7,000", "5 June 1948" ], [ "5", "North Melbourne", "11.6 (72)", "Footscray", "8.9 (57)", "Arden Street Oval", "12,000", "5 June 1948" ], [ "6", "Fitzroy", "12.8 (80)", "Essendon", "9.10 (64)", "Brunswick Street Oval", "25,000", "5 June 1948" ], [ "7", "Richmond", "13.10 (88)", "Carlton", "9.21 (75)", "Punt Road Oval", "33,000", "5 June 1948" ] ] }, { "t5Formulas": [ { "Question": "What is Ken Walter's lowest pick number with an overall pick number larger than 195?", "Formula": "MIN(FILTER(B1, (D1=\"ken walter\")*(C1>195)))", "Formula2": "MIN(FILTER(B2:B14, (D2:D14=\"ken walter\")*(C2:C14>195)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", "=", "\"ken walter\"", "*", "C1", ">", "195" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-13312898-28", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "5", "5", "Curtis Dickey", "Running Back", "Texas A&M" ], [ "3", "1", "24", "24", "Derrick Hatchett", "Cornerback", "Texas" ], [ "4", "2", "4", "32", "Ray Donaldson", "Center", "Georgia" ], [ "5", "2", "23", "51", "Tim Foley", "Offensive Tackle", "Notre Dame" ], [ "6", "4", "5", "88", "Ray Butler", "Wide Receiver", "USC" ], [ "7", "6", "6", "144", "Chris Foote", "Center", "USC" ], [ "8", "7", "5", "170", "Wes Roberts", "Defensive End", "TCU" ], [ "9", "8", "2", "195", "Ken Walter", "Offensive Tackle", "Texas Tech" ], [ "10", "9", "6", "227", "Mark Bright", "Running Back", "Temple" ], [ "11", "10", "5", "254", "Larry Stewart", "Offensive Tackle", "Maryland" ], [ "12", "11", "3", "280", "Ed Whitley", "Tight End", "Kansas State" ], [ "13", "12", "6", "311", "Randy Bielski", "Placekicker", "Towson" ], [ "14", "12", "19", "324", "Marvin Sims", "Fullback", "Clemson" ] ] }, { "t5Formulas": [ { "Question": "Which country has the format ed Remaster double-12\" (500 copies)?", "Formula": "FILTER(A1,D1=\"ed remaster double-12 (500 copies)\")", "Formula2": "FILTER(A2:A6,D2:D6=\"ed remaster double-12 (500 copies)\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"ed remaster double-12 (500 copies)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which date has Total Holocaust records in the ed Remaster cassette format?", "Formula": "FILTER(B1,(C1=\"total holocaust records\")*(D1=\"ed remaster cassette\"))", "Formula2": "FILTER(B2:B6,(C2:C6=\"total holocaust records\")*(D2:D6=\"ed remaster cassette\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"total holocaust records\"", "*", "D1", "=", "\"ed remaster cassette\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which country has the catalog nr of thr-048 in 2004?", "Formula": "FILTER(A1,(B1=\"2004\")*(E1=\"thr-048\"))", "Formula2": "FILTER(A2:A6,(B2:B6=\"2004\")*(E2:E6=\"thr-048\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"2004\"", "*", "E1", "=", "\"thr-048\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What country is the Debemur Morti prod. label from?", "Formula": "FILTER(A1,C1=\"debemur morti prod.\")", "Formula2": "FILTER(A2:A6,C2:C6=\"debemur morti prod.\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"debemur morti prod.\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18182309-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Date", "Label", "Format", "Catalog Nr." ], [ "2", "United States", "September 12, 2001", "Ma-Kahru / Profane Productions", "mono CD-R (150 copies)", "profanecdr 001" ], [ "3", "Sweden", "2004", "Total Holocaust Records", "ed Remaster cassette", "thr-048" ], [ "4", "Sweden", "2004", "Total Holocaust Records", "ed Remaster CD (1000 copies)", "thr-050" ], [ "5", "France", "August 31, 2004", "Debemur Morti Prod.", "ed Remaster double-12\" (500 copies)", "DMP0003" ], [ "6", "United States", "January 29, 2008", "Hydra Head Records", "double CD", "HH666-150" ] ] }, { "t5Formulas": [ { "Question": "What was the College/junior/club team of the player with the united states nationality?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"united states\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"united states\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"united states\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the lowest pick number for a united states player picked before round 7?", "Formula": "MIN(FILTER(B1, (A1>7)*(D1=\"united states\")))", "Formula2": "MIN(FILTER(B2:B12, (A2:A12>7)*(D2:D12=\"united states\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "A1", ">", "7", "*", "D1", "=", "\"united states\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-16783017-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Nationality", "College/junior/club team" ], [ "2", "1", "11.", "Brad Marsh (D)", "Canada", "London Knights ( OHA )" ], [ "3", "3", "47.", "Tim Bernhardt (G)", "Canada", "Cornwall Royals ( OHA )" ], [ "4", "4", "64.", "Jim MacRae (F)", "Canada", "London Knights ( OHA )" ], [ "5", "5", "80.", "Gord Wappel (D)", "Canada", "Regina Pats ( WCHL )" ], [ "6", "6", "97.", "Greg Meredith (D)", "Canada", "University of Notre Dame ( NCAA )" ], [ "7", "7", "114.", "Dave Hindmarch (C)", "Canada", "University of Alberta ( CIAU )" ], [ "8", "8", "131.", "Dave Morrison (RW)", "Canada", "Calgary Wranglers ( WCHL )" ], [ "9", "9", "148.", "Doug Todd (RW)", "Canada", "University of Michigan ( NCAA )" ], [ "10", "10", "165.", "Mark Green (C)", "United States", "Sherbrooke Beavers ( QMJHL )" ], [ "11", "11", "180.", "Bob Sullivan (LW)", "Canada", "Toledo Goaldiggers ( IHL )" ], [ "12", "12", "196.", "Bernhardt Engelbrecht (G)", "West Germany", "Landshut EV ( Bundesliga )" ] ] }, { "t5Formulas": [ { "Question": "Name the leader battle for 4-3 vote", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"4-3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"4-3\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"4-3\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the finish for 4-4", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"4-4\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"4-4\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"4-4\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the left day 9 finish for eliminated", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"Left Day 9\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,H2:H13=\"Left Day 9\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"Left Day 9\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the leader battle for plamen", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Plamen\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,F2:F13=\"Plamen\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"Plamen\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-25920798-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Episode", "Reward", "Leader Battle", "Immunity", "Individual Immunity", "Eliminated", "Vote", "Finish" ], [ "2", "1", "Pitogo", "Pitogo", "Pitogo", "Tblizzi", "Indira", "5-4", "1st Voted Out Day 4" ], [ "3", "2", "Tayak", "Svetlin", "Tayak", "Iva", "Maria", "6-2-1", "2nd Voted Out Day 7" ], [ "4", "3", "Tayak", "Kiril", "Tayak", "Iva", "Plamen", "No Vote", "Left Day 9" ], [ "5", "3", "Tayak", "Kiril", "Tayak", "Iva", "Ralica K.", "4-4", "3rd Voted Out Day 10" ], [ "6", "4", "Pitogo", "None", "Tayak", "Iva", "Georgi P.", "5-2", "4th Voted Out Day 13" ], [ "7", "5", "Pitogo", "Kiril", "Pitogo", "None", "Noncho", "No Vote", "Died Day 14" ], [ "8", "6", "Tayak", "Svetlin", "Mindanao", "None", "Svetoslav", "No Vote", "Left Day 18" ], [ "9", "6", "Tayak", "Svetlin", "Mindanao", "None", "Svetlin", "5-0", "5th Voted Out Day 18" ], [ "10", "7", "Pitogo", "Kiril", "None", "None", "Emanuela", "No vote", "Left Day 21" ], [ "11", "8", "Mindanao", "Nikolai Ivan", "Pitogo", "Hristina", "Ivan", "5-3", "6th Voted Out Day 24" ], [ "12", "9", "None", "None", "Mindanao", "None", "Nikolai", "4-3", "7th Voted Out Day 25" ], [ "13", "10", "None", "None", "Mindanao", "Iva", "Verislav", "5-1", "8th Voted Out Day 27" ] ] }, { "t5Formulas": [ { "Question": "What Game site has an Opponent of Miami Dolphins?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"miami dolphins\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"miami dolphins\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"miami dolphins\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the Lowest Attendance with a Game site of Riverfront Stadium?", "Formula": "MINIFS(F1,E1,\"riverfront stadium\")", "Formula2": "MINIFS(F2:F15,E2:E15,\"riverfront stadium\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "E1", "\"riverfront stadium\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What's the lowest Attendance for a Week of 2?", "Formula": "MIN(FILTER(F1, A1=2))", "Formula2": "MIN(FILTER(F2:F15, A2:A15=2))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "2" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-13962594-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "1973-09-17", "at Green Bay Packers", "L 23–7", "Milwaukee County Stadium", "47,124" ], [ "3", "2", "1973-09-23", "at Baltimore Colts", "W 34–10", "Memorial Stadium", "55,942" ], [ "4", "3", "1973-09-30", "at Buffalo Bills", "L 9–7", "Rich Stadium", "77,425" ], [ "5", "4", "1973-10-07", "at Miami Dolphins", "L 31–3", "Miami Orange Bowl", "63,850" ], [ "6", "5", "1973-10-14", "at New England Patriots", "W 9–7", "Schafer Stadium", "58,659" ], [ "7", "6", "1973-10-21", "at Pittsburgh Steelers", "L 26–14", "Three Rivers Stadium", "48,682" ], [ "8", "7", "1973-10-28", "Denver Broncos", "L 40–28", "Shea Stadium", "55,108" ], [ "9", "8", "1973-11-04", "Miami Dolphins", "L 24–14", "Shea Stadium", "57,791" ], [ "10", "9", "1973-11-11", "New England Patriots", "W 33–13", "Shea Stadium", "51,034" ], [ "11", "10", "1973-11-18", "at Cincinnati Bengals", "L 20–14", "Riverfront Stadium", "55,745" ], [ "12", "11", "1973-11-25", "Atlanta Falcons", "L 28–20", "Shea Stadium", "47,283" ], [ "13", "12", "1973-12-02", "Baltimore Colts", "W 20–17", "Shea Stadium", "51,167" ], [ "14", "13", "1973-12-09", "at Philadelphia Eagles", "L 24–23", "Veterans Stadium", "34,621" ], [ "15", "14", "1973-12-16", "Buffalo Bills", "L 34–14", "Shea Stadium", "47,740" ] ] }, { "t5Formulas": [ { "Question": "What was the score on game number 12?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "12" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the record when Canty (5) was the high assists?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Canty (5)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,G2:G10=\"Canty (5)\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Canty (5)\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many players received high points where location/attendance was UIC Pavilion 6,304 respectively?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"UIC Pavilion 6,304\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,H2:H10=\"UIC Pavilion 6,304\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"UIC Pavilion 6,304\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what date did Canty (6) receive high assists?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Canty (6)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,G2:G10=\"Canty (6)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Canty (6)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which game number had a location/attendance of US Airways Center 7,311 respectively?", "Formula": "SUMIFS(A1,H1,\"US Airways Center 7,311\")", "Formula2": "SUMIFS(A2:A10,H2:H10,\"US Airways Center 7,311\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "H1", "\"US Airways Center 7,311\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "On which date was the record 1-4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"1-4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,I2:I10=\"1-4\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"1-4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-17118657-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "4", "June 1", "Connecticut", "73-75", "Perkins (21)", "Fowles (12)", "Canty (5)", "UIC Pavilion 2,276", "1-3" ], [ "3", "5", "June 3", "Los Angeles", "77-81 (OT)", "Dupree (22)", "Dupree (11)", "Canty (8)", "UIC Pavilion 6,304", "1-4" ], [ "4", "6", "June 6", "@ Atlanta", "86-72", "Canty , Perkins (16)", "Dupree , Perkins (9)", "Price (5)", "Philips Arena 7,418", "2-4" ], [ "5", "7", "June 7", "Atlanta", "91-70", "Dupree (20)", "Melvin (7)", "Canty (6)", "UIC Pavilion 3,182", "3-4" ], [ "6", "8", "June 13", "Washington", "57-64", "Perkins (17)", "Dupree (8)", "Canty , Price (4)", "UIC Pavilion 2,600", "3-5" ], [ "7", "9", "June 18", "@ Los Angeles", "67-80", "Perkins (18)", "Dupree (8)", "Canty , Dupree (3)", "STAPLES Center 7,245", "3-6" ], [ "8", "10", "June 20", "@ Phoenix", "105-112 (OT)", "Perkins (30)", "Dupree (12)", "Dupree (5)", "US Airways Center 7,311", "3-7" ], [ "9", "11", "June 22", "@ Sacramento", "70-82", "Perkins (22)", "Dupree (11)", "Canty (8)", "ARCO Arena 6,107", "3-8" ], [ "10", "12", "June 26", "Phoenix", "79-89", "Melvin (19)", "Melvin (15)", "Wyckoff (9)", "UIC Pavilion 3,103", "3-9" ] ] }, { "t5Formulas": [ { "Question": "What venue had SF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"sf\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"sf\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"sf\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What venue has more than 50,715 attending?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>50715))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)>50715))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "50715" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What round was at the A venue with a attendance more than 14,314?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"a\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>14314))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G6,D2:D6=\"a\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>14314))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"a\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14314" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16649577-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance", "Scorers" ], [ "2", "9 January 1993", "R3", "Motherwell", "A", "2–0", "14,314", "McCoist (2)" ], [ "3", "6 February 1993", "R4", "Ayr United", "A", "2–0", "13,176", "McCoist, Gordon" ], [ "4", "6 March 1993", "QF", "Arbroath", "A", "3–0", "6,488", "Hateley, Murray, McCoist (pen.)" ], [ "5", "3 April 1993", "SF", "Heart of Midlothian", "N", "2–1", "41,738", "McPherson, McCoist" ], [ "6", "29 May 1993", "F", "Aberdeen", "N", "2–1", "50,715", "Murray, Hateley" ] ] }, { "t5Formulas": [ { "Question": "How many snatches were there with a total of 267.5?", "Formula": "ROWS(FILTER(C1,E1<267.5))", "Formula2": "ROWS(FILTER(C2:C9,E2:E9<267.5))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "E1", "<", "267.5" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What event has a 122.5 snatch rate?", "Formula": "FILTER(B1,C1=122.5)", "Formula2": "FILTER(B2:B9,C2:C9=122.5)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "122.5" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the lowest total that had less than 170 snatches, 56 kg events and less than 145 clean & jerk?", "Formula": "MIN(FILTER(E1,(C1<170)*(B1=\"56 kg\")*(D1<145)))", "Formula2": "MIN(FILTER(E2:E9,(C2:C9<170)*(B2:B9=\"56 kg\")*(D2:D9<145)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "<", "170", "*", "B1", "=", "\"56 kg\"", "*", "D1", "<", "145" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total that had an event of +105 kg and clean & jerk less than 227.5?", "Formula": "ROWS(FILTER(E1,(B1=\"+105 kg\")*(D1<227.5)))", "Formula2": "ROWS(FILTER(E2:E9,(B2:B9=\"+105 kg\")*(D2:D9<227.5)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "B1", "=", "\"+105 kg\"", "*", "D1", "<", "227.5" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-10831471-35", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Athlete", "Event", "Snatch", "Clean & Jerk", "Total" ], [ "2", "Mehdi Panzvan", "56 kg", "122.5", "145", "267.5" ], [ "3", "Mehran Azari", "77 kg", "147.5", "180", "327.5" ], [ "4", "Mohammad Hossein Barkhah", "77 kg", "155", "197.5", "352.5" ], [ "5", "Shahin Nassirinia", "85 kg", "170", "210", "380" ], [ "6", "Kourosh Bagheri", "94 kg", "175", "202.5", "377.5" ], [ "7", "Kamal Mousavi", "105 kg", "170", "205", "375" ], [ "8", "Hossein Tavakkoli", "105 kg", "175", "215", "390" ], [ "9", "Hossein Rezazadeh", "+105 kg", "187.5", "227.5", "415" ] ] }, { "t5Formulas": [ { "Question": "Which 2011-12 season with a volume larger than 27,543 at club of melfi?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"melfi\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>27543))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E19,A2:A19=\"melfi\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>27543))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"melfi\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "27543" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the name of the stadium for the city of melfi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"melfi\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"melfi\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"melfi\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total capacity for the stadium of pasquale ianniello?", "Formula": "SUMIFS(D1,C1,\"pasquale ianniello\")", "Formula2": "SUMIFS(D2:D19,C2:C19,\"pasquale ianniello\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "C1", "\"pasquale ianniello\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1083851-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "City", "Stadium", "Capacity", "2011–12 season" ], [ "2", "Aprilia", "Aprilia", "Quinto Ricci", "2,000", "5th in Lega Pro Seconda Divisione B" ], [ "3", "Arzanese", "Arzano (playing in Frattamaggiore )", "Pasquale Ianniello", "4,000", "9th in Lega Pro Seconda Divisione B" ], [ "4", "AversaNormanna", "Aversa", "Augusto Bisceglia", "2,555", "11th in Lega Pro Seconda Divisione B" ], [ "5", "Borgo a Buggiano", "Buggiano", "Alberto Benedetti", "2,000", "10th in Lega Pro Seconda Divisione A" ], [ "6", "Campobasso", "Campobasso", "Romagnoli", "4,000", "13th in Lega Pro Seconda Divisione B" ], [ "7", "Chieti", "Chieti", "Guido Angelini", "12,750", "4th in Lega Pro Seconda Divisione B" ], [ "8", "Foligno", "Foligno", "Enzo Blasone", "5,650", "18th in Lega Pro Prima Divisione A" ], [ "9", "Fondi", "Fondi", "Domenico Purificato", "2,500", "12th in Lega Pro Seconda Divisione B" ], [ "10", "Gavorrano", "Gavorrano", "Romeo Malservisi", "2,000", "7th in Lega Pro Seconda Divisione B" ], [ "11", "HinterReggio", "Reggio Calabria", "Oreste Granillo", "27,543", "1st in Serie D Girone I" ], [ "12", "L'Aquila", "L'Aquila", "Tommaso Fattori", "10,000", "8th in Lega Pro Seconda Divisione B" ], [ "13", "Martina Franca", "Martina Franca", "Gian Domenico Tursi", "5,000", "1st in Serie D Girone H" ], [ "14", "Melfi", "Melfi", "Arturo Valerio", "4,100", "16th in Lega Pro Seconda Divisione B" ], [ "15", "Poggibonsi", "Poggibonsi", "Stefano Lotti", "2,513", "9th in Lega Pro Seconda Divisione A" ], [ "16", "Pontedera", "Pontedera", "Ettore Mannucci", "5,000", "1st in Serie D Girone E" ], [ "17", "Salernitana", "Salerno", "Arechi", "37,245", "1st in Serie D Girone G (as Salerno)" ], [ "18", "Teramo", "Teramo", "Comunale", "7,498", "1st in Serie D Girone F" ], [ "19", "VigorLamezia", "Lamezia Terme", "Guido D'Ippolito", "4,000", "3rd in Lega Pro Seconda Divisione B" ] ] }, { "t5Formulas": [ { "Question": "Which Points is the highest one that has a Nationality of aut, and a Name of thomas morgenstern?", "Formula": "SUM(FILTER(F1, (C1=\"aut\")*(B1=\"thomas morgenstern\")))", "Formula2": "SUM(FILTER(F2:F6, (C2:C6=\"aut\")*(B2:B6=\"thomas morgenstern\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "\"aut\"", "*", "B1", "=", "\"thomas morgenstern\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which Name has a 2nd (m) larger than 128.5, and Points of 260.8?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)>128.5)*(CHOOSECOLS(query1,3)=260.8)))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(E2:E6),SUMX(F2:F6)),FILTER(query1,(CHOOSECOLS(query1,2)>128.5)*(CHOOSECOLS(query1,3)=260.8)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "128.5", "*", "CHOOSECOLS(", "query1", "3", "=", "260.8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-14407512-19", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "Name", "Nationality", "1st (m)", "2nd (m)", "Points", "Overall WC points (Rank)" ], [ "2", "1", "Thomas Morgenstern", "AUT", "132.0", "128.5", "272.4", "1555 (1)" ], [ "3", "2", "Gregor Schlierenzauer", "AUT", "130.5", "129.0", "268.1", "919 (2)" ], [ "4", "3", "Andreas Küttel", "SUI", "128.0", "130.5", "260.8", "584 (7)" ], [ "5", "4", "Janne Ahonen", "FIN", "127.5", "128.5", "258.8", "895 (3)" ], [ "6", "5", "Anders Bardal", "NOR", "124.5", "129.5", "255.7", "592 (6)" ] ] }, { "t5Formulas": [ { "Question": "What is the series score of the game on May 6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"may 6\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"may 6\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"may 6\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13619027-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "April 30", "L.A. Lakers", "L 103–107", "Charles Barkley (15)", "Negele Knight , Dan Majerle (5)", "America West Arena 19,023", "0–1" ], [ "3", "2", "May 2", "L.A. Lakers", "L 81–86", "Charles Barkley (21)", "Kevin Johnson (16)", "America West Arena 19,023", "0–2" ], [ "4", "3", "May 4", "@ L.A. Lakers", "W 107–102", "Charles Barkley (11)", "Charles Barkley , Kevin Johnson , Dan Majerle (5)", "Great Western Forum 17,505", "1–2" ], [ "5", "4", "May 6", "@ L.A. Lakers", "W 101–86", "Charles Barkley (11)", "Kevin Johnson (6)", "Great Western Forum 17,505", "2–2" ], [ "6", "5", "May 9", "L.A. Lakers", "W 112–104 (OT)", "Charles Barkley , Oliver Miller (14)", "Kevin Johnson (13)", "America West Arena 19,023", "3–2" ] ] }, { "t5Formulas": [ { "Question": "How tall is Braxton Kelley?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Braxton Kelley\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"Braxton Kelley\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Braxton Kelley\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what class is Braxton Kelley in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Braxton Kelley\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"Braxton Kelley\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Braxton Kelley\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "how many hometowns use the position of fs?", "Formula": "ROWS(UNIQUE(FILTER(G1, A1=\"FS\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G11, A2:A11=\"FS\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "A1", "=", "\"FS\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "who is number 98?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=98),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,B2:B11=98),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "98", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-14966667-19", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Number", "Name", "Height", "Weight", "Class", "Hometown", "Games↑" ], [ "2", "LE", "99", "Jeremy Jarmon", "6'3\"", "277lb.", "So.", "Collierville, Tennessee", "13" ], [ "3", "LT", "98", "Myron Pryor", "6'1\"", "310lb.", "So.", "Louisville, Kentucky", "12" ], [ "4", "RT", "91", "Corey Peters", "6'3\"", "290lb.", "So.", "Louisville, Kentucky", "13" ], [ "5", "RE", "95", "Ventrell Jenkins", "6'2\"", "285lb.", "Jr.", "Columbia, South Carolina", "11" ], [ "6", "SLB", "16'", "Wesley Woodyard", "6'1\"", "225lb.", "Sr.", "LaGrange, Georgia", "13" ], [ "7", "MLB", "56", "Braxton Kelley", "6'0\"", "230lb.", "Jr.", "LaGrange, Georgia", "12" ], [ "8", "WLB", "51", "Johnny Williams", "6'3\"", "244lb.", "Jr.", "Jacksonville, Florida", "12" ], [ "9", "RCB", "32", "Trevard Lindley", "6'0\"", "175lb.", "So.", "Hiram, Georgia", "13" ], [ "10", "LCB", "34", "Paul Warford", "5'10\"", "200lb.", "So.", "Richmond, Kentucky", "10" ], [ "11", "FS", "35", "Roger Williams", "6'0\"", "204lb.", "Sr.", "Rockmart, Georgia", "13" ] ] }, { "t5Formulas": [ { "Question": "When was there a result of w 65-20 after week 6?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"w 65-20\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=\"w 65-20\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"w 65-20\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16678254-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Record" ], [ "2", "1", "September 26, 1949", "Washington Redskins", "W 38-7", "1-0" ], [ "3", "2", "October 2, 1949", "Chicago Bears", "L 17-7", "1-1" ], [ "4", "3", "October 8, 1949", "at Philadelphia Eagles", "L 28-3", "1-2" ], [ "5", "4", "October 16, 1949", "at Green Bay Packers", "W 39-17", "2-2" ], [ "6", "5", "October 23, 1949", "Detroit Lions", "L 24-7", "2-3" ], [ "7", "6", "October 30, 1949", "New York Giants", "L 41-38", "2-4" ], [ "8", "7", "November 6, 1949", "at Detroit Lions", "W 42-19", "3-4" ], [ "9", "8", "November 13, 1949", "at New York Bulldogs", "W 65-20", "4-4" ], [ "10", "9", "November 20, 1949", "Los Angeles Rams", "T 28-28", "4-4-1" ], [ "11", "10", "November 27, 1949", "Green Bay Packers", "W 41-21", "5-4-1" ], [ "12", "11", "December 4, 1949", "at Los Angeles Rams", "W 31-27", "6-4-1" ], [ "13", "12", "December 11, 1949", "at Chicago Bears", "L 52-21", "6-5-1" ] ] }, { "t5Formulas": [ { "Question": "What's the location of the team Peter Stuyvesant International Racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"peter stuyvesant international racing\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"peter stuyvesant international racing\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"peter stuyvesant international racing\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the winner of the Adelaide International Raceway circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"adelaide international raceway\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"adelaide international raceway\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"adelaide international raceway\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date has the Surfers Paradise International Raceway circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"surfers paradise international raceway\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"surfers paradise international raceway\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"surfers paradise international raceway\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the race title of Dick Johnson Racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"dick johnson racing\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"dick johnson racing\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"dick johnson racing\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18928120-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Title", "Circuit", "City / State", "Date", "Winner", "Team" ], [ "2", "Sandown", "Sandown International Raceway", "Melbourne , Victoria", "17 - 18 Feb", "Peter Brock", "Marlboro Holden Dealer Team" ], [ "3", "Symmons Plains", "Symmons Plains Raceway", "Launceston , Tasmania", "10 - 11 Mar", "Peter Brock", "Marlboro Holden Dealer Team" ], [ "4", "Wanneroo", "Wanneroo Park Raceway", "Perth , Western Australia", "31 Mar - 1 Apr", "Allan Moffat", "Peter Stuyvesant International Racing" ], [ "5", "Surfers Paradise", "Surfers Paradise International Raceway", "Surfers Paradise , Queensland", "12–13 May", "Dick Johnson", "Dick Johnson Racing" ], [ "6", "Oran Park", "Oran Park Raceway", "Sydney , New South Wales", "26 - 27 Jun", "Bob Morris", "Barry Jones" ], [ "7", "Lakeside", "Lakeside International Raceway", "Brisbane , Queensland", "16 - 17 Jun", "George Fury", "Nissan Motor Co" ], [ "8", "Motorcraft 100", "Adelaide International Raceway", "Adelaide , South Australia", "30 Jun - 1 Jul", "Allan Grice", "Roadways Pty Ltd" ] ] }, { "t5Formulas": [ { "Question": "What is the highest rank for ben crenshaw after winning more than 14 times?", "Formula": "MAX(FILTER(A1, (B1=\"ben crenshaw\")*(E1>14)))", "Formula2": "MAX(FILTER(A2:A6, (B2:B6=\"ben crenshaw\")*(E2:E6>14)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", "=", "\"ben crenshaw\"", "*", "E1", ">", "14" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the lowest number of wins for ben crenshaw?", "Formula": "MINIFS(E1,B1,\"ben crenshaw\")", "Formula2": "MINIFS(E2:E6,B2:B6,\"ben crenshaw\")", "Level": "easy", "Tokens": [ "MINIFS(", "E1", "B1", "\"ben crenshaw\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What player has 14 wins?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "14" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-14639860-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Wins" ], [ "2", "1", "Tom Kite", "United States", "5,600,691", "13" ], [ "3", "2", "Tom Watson", "United States", "5,160,243", "37" ], [ "4", "3", "Jack Nicklaus", "United States", "5,102,420", "73" ], [ "5", "4", "Curtis Strange", "United States", "5,015,720", "17" ], [ "6", "5", "Ben Crenshaw", "United States", "4,115,074", "14" ] ] }, { "t5Formulas": [ { "Question": "What year did University of Saskatchewan have their first season?", "Formula": "MAX(FILTER(E1,A1=\"University of Saskatchewan\"))", "Formula2": "MAX(FILTER(E2:E6,A2:A6=\"University of Saskatchewan\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "=", "\"University of Saskatchewan\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What football stadium has a school enrollment of 43579?", "Formula": "FILTER(I1,G1=43579)", "Formula2": "FILTER(I2:I6,G2:G6=43579)", "Level": "easy", "Tokens": [ "FILTER(", "I1", "G1", "=", "43579" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many endowments does Mosaic Stadium have?", "Formula": "ROWS(FILTER(H1,I1=\"Mosaic Stadium\"))", "Formula2": "ROWS(FILTER(H2:H6,I2:I6=\"Mosaic Stadium\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "H1", "I1", "=", "\"Mosaic Stadium\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the enrollment for Foote Field?", "Formula": "MAX(FILTER(G1,I1=\"Foote Field\"))", "Formula2": "MAX(FILTER(G2:G6,I2:I6=\"Foote Field\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "G1", "I1", "=", "\"Foote Field\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many cities have an enrollment of 19082?", "Formula": "ROWS(FILTER(C1,G1=19082))", "Formula2": "ROWS(FILTER(C2:C6,G2:G6=19082))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "G1", "=", "19082" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_1-12896884-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Institution", "Team", "City", "Province", "First season", "Head coach", "Enrollment", "Endowment", "Football stadium", "Capacity" ], [ "2", "University of British Columbia", "Thunderbirds", "Vancouver", "BC", "1923", "Shawn Olson", "43579", "$1.01B", "Thunderbird Stadium", "3500" ], [ "3", "University of Calgary", "Dinos", "Calgary", "AB", "1964", "Blake Nill", "28196", "$444M", "McMahon Stadium", "35650" ], [ "4", "University of Alberta", "Golden Bears", "Edmonton", "AB", "1910", "Chris Morris", "36435", "$751M", "Foote Field", "3500" ], [ "5", "University of Saskatchewan", "Huskies", "Saskatoon", "SK", "1912", "Brian Towriss", "19082", "$136.7M", "Griffiths Stadium", "6171" ], [ "6", "University of Regina", "Rams", "Regina", "SK", "1999", "Frank McCrystal", "12800", "$25.9M", "Mosaic Stadium", "32848" ] ] }, { "t5Formulas": [ { "Question": "When was the result l 14–24?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"l 14–24\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"l 14–24\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"l 14–24\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the first week when there was an attendance over 75,007 at Mile High Stadium?", "Formula": "MIN(FILTER(A1, (E1=\"mile high stadium\")*(G1>75007)))", "Formula2": "MIN(FILTER(A2:A15, (E2:E15=\"mile high stadium\")*(G2:G15>75007)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "=", "\"mile high stadium\"", "*", "G1", ">", "75007" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16727827-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 18", "St. Louis Cardinals", "W 7–0", "Mile High Stadium", "1–0", "75,002" ], [ "3", "2", "September 25", "Buffalo Bills", "W 26–6", "Mile High Stadium", "2–0", "74,897" ], [ "4", "3", "October 2", "at Seattle Seahawks", "W 24–13", "Kingdome", "3–0", "53,108" ], [ "5", "4", "October 9", "Kansas City Chiefs", "W 23–7", "Mile High Stadium", "4–0", "74,878" ], [ "6", "5", "October 16", "at Oakland Raiders", "W 30–7", "Oakland-Alameda County Coliseum", "5–0", "53,616" ], [ "7", "6", "October 23", "at Cincinnati Bengals", "W 24 - 13", "Riverfront Stadium", "6–0", "54,395" ], [ "8", "7", "October 30", "Oakland Raiders", "L 14–24", "Mile High Stadium", "6–1", "75,007" ], [ "9", "8", "November 6", "Pittsburgh Steelers", "W 21–7", "Mile High Stadium", "7–1", "74,967" ], [ "10", "9", "November 13", "at San Diego Chargers", "W 17–14", "San Diego Stadium", "8–1", "45,211" ], [ "11", "10", "November 20", "at Kansas City Chiefs", "W 14–7", "Arrowhead Stadium", "9–1", "54,050" ], [ "12", "11", "November 27", "Baltimore Colts", "W 27–13", "Mile High Stadium", "10–1", "74,939" ], [ "13", "12", "December 4", "at Houston Oilers", "W 24–14", "Astrodome", "11–1", "46,875" ], [ "14", "13", "December 11", "San Diego Chargers", "W 17–9", "Mile High Stadium", "12–1", "74,905" ], [ "15", "14", "December 18", "at Dallas Cowboys", "L 6–14", "Texas Stadium", "12–2", "63,752" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the friendly competition?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"friendly\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"friendly\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12500162-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Goal", "Date", "Score", "Result", "Competition" ], [ "2", "1", "30 October 1996", "1–0", "1–2", "Friendly" ], [ "3", "2", "7 October 1997", "1–0", "2–2", "1997 Southeast Asian Games" ], [ "4", "3", "16 October 1997", "1–0", "2–1", "1997 Southeast Asian Games" ], [ "5", "4", "27 August 1998", "2–0", "3–0", "1998 Tiger Cup" ], [ "6", "5", "29 August 1998", "4–1", "6–2", "1998 Tiger Cup" ], [ "7", "6", "6 August 1999", "1–0", "1–1", "1999 Southeast Asian Games" ], [ "8", "7", "9 August 1999", "0–2", "0–3", "1999 Southeast Asian Games" ], [ "9", "8", "9 August 1999", "0–3", "0–3", "1999 Southeast Asian Games" ], [ "10", "9", "30 August 2000", "1–0", "1–0", "2000 Indonesia Independence Cup" ], [ "11", "10", "3 September 2000", "2–0", "3–0", "2000 Indonesia Independence Cup" ], [ "12", "11", "8 April 2001", "3–0", "5–0", "2002 FIFA World Cup qualification" ] ] }, { "t5Formulas": [ { "Question": "What name is associated with a longer length than 903?", "Formula": "FILTER(B1,E1>903)", "Formula2": "FILTER(B2:B11,E2:E11>903)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", ">", "903" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "dev_2-10724559-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Club", "Season", "Length" ], [ "2", "1", "Sebastiano Rossi", "Milan", "1993–94", "929" ], [ "3", "2", "Dino Zoff", "Juventus", "1972–73", "903" ], [ "4", "3", "Mario Da Pozzo", "Genoa", "1963–64", "791" ], [ "5", "4", "Ivan Pelizzoli", "Roma", "2003–04", "773" ], [ "6", "5", "Davide Pinato", "Atalanta", "1997–98", "757" ], [ "7", "6", "Morgan De Sanctis", "Roma", "2013–14", "744" ], [ "8", "7", "Luca Marchegiani", "Lazio", "1997–98", "744" ], [ "9", "8", "Adriano Reginato", "Cagliari", "1966–67", "712" ], [ "10", "9", "Sebastiano Rossi", "Milan", "1993–94", "690" ], [ "11", "10", "Fabio Cudicini", "Milan", "1971–72", "687" ] ] }, { "t5Formulas": [ { "Question": "How many different skippers of the yacht City Index Leopard?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"City Index Leopard\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"City Index Leopard\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"City Index Leopard\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are all elapsed time amounts for yacht type Reichel Pugh 55?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Reichel Pugh 55\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"Reichel Pugh 55\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Reichel Pugh 55\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are all elapsed time for yacht type STP 65?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"STP 65\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"STP 65\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"STP 65\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If sail number is AUS 03, what are all associated race numbers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"AUS 03\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,C2:C10=\"AUS 03\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"AUS 03\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are all values of LOA(metres) for an elapsed time of 2:17:01:05?", "Formula": "SUMIFS(G1,I1,\"2:17:01:05\")", "Formula2": "SUMIFS(G2:G10,I2:I10,\"2:17:01:05\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "I1", "\"2:17:01:05\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the elapsed time is 2:14:12:49, what are all yachts associated with this value?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"2:14:12:49\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,I2:I10=\"2:14:12:49\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"2:14:12:49\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-14882588-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Race number", "Sail number", "Yacht", "State/country", "Yacht type", "LOA (Metres)", "Skipper", "Elapsed time d:hh:mm:ss" ], [ "2", "1", "X1", "10001", "Wild Oats XI", "NSW", "RP100", "30.00", "Mark Richards", "1:21:24:32" ], [ "3", "2", "18", "GBR1R", "City Index Leopard", "UK", "Farr Maxi", "29.99", "Mike Slade", "1:21:51:55" ], [ "4", "3", "03", "AUS 03", "Ichi Ban", "NSW", "Jones 70", "21.50", "Matt Allen", "2:05:01:21" ], [ "5", "4", "60", "US60065", "Rosebud", "USA", "STP 65", "20.00", "Roger Sturgeon", "2:06:02:02" ], [ "6", "5", "89", "8899", "Quantum Racing", "NSW", "Cookson 50", "15.20", "Ray Roberts", "2:14:12:47" ], [ "7", "6", "36", "1836", "Yendys", "NSW", "Reichel Pugh 55", "16.80", "Geoff Ross", "2:14:12:49" ], [ "8", "7", "70", "AUS 70", "Ragamuffin", "NSW", "TP 52", "15.85", "Syd Fischer", "2:14:19:41" ], [ "9", "8", "72", "10000", "Toyota Aurion V6", "NSW", "Jutson 79", "24.08", "Andrew Short", "2:14:23:16" ], [ "10", "9", "69", "6952", "Wot Yot", "NSW", "TP 52", "15.85", "Graeme Wood", "2:17:01:05" ] ] }, { "t5Formulas": [ { "Question": "List the stadium and number of people in attendance when the team record was 45-22.", "Formula": "ROWS(FILTER(H1,I1=\"45-22\"))", "Formula2": "ROWS(FILTER(H2:H15,I2:I15=\"45-22\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "H1", "I1", "=", "\"45-22\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many games had been played when the Mavericks had a 46-22 record?", "Formula": "MAX(FILTER(A1,I1=\"46-22\"))", "Formula2": "MAX(FILTER(A2:A15,I2:I15=\"46-22\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "I1", "=", "\"46-22\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-23284271-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "61", "March 1", "@ Charlotte", "W 89–84 (OT)", "Dirk Nowitzki (27)", "Dirk Nowitzki (13)", "Jason Kidd (7)", "Time Warner Cable Arena 15,691", "40-21" ], [ "3", "62", "March 3", "Minnesota", "W 112–109 (OT)", "Jason Terry (26)", "Shawn Marion (7)", "Jason Terry (5)", "American Airlines Center 19,511", "41-21" ], [ "4", "63", "March 5", "Sacramento", "W 108–100 (OT)", "Dirk Nowitzki (31)", "Dirk Nowitzki (12)", "Jason Kidd (12)", "American Airlines Center 19,954", "42-21" ], [ "5", "64", "March 6", "@ Chicago", "W 122–116 (OT)", "Dirk Nowitzki (27)", "Jason Kidd (11)", "Jason Kidd (15)", "United Center 21,737", "43-21" ], [ "6", "65", "March 8", "@ Minnesota", "W 125–112 (OT)", "Shawn Marion (29)", "Shawn Marion (14)", "Jason Kidd (9)", "Target Center 14,007", "44-21" ], [ "7", "66", "March 10", "New Jersey", "W 96–87 (OT)", "Jason Kidd (20)", "Shawn Marion (13)", "Jason Kidd (9)", "American Airlines Center 19,770", "45-21" ], [ "8", "67", "March 13", "NY Knicks", "L 94–128 (OT)", "Dirk Nowitzki (20)", "Dirk Nowitzki (12)", "Jason Kidd (6)", "American Airlines Center 20,224", "45-22" ], [ "9", "68", "March 17", "Chicago", "W 113–106 (OT)", "Caron Butler (27)", "Dirk Nowitzki (7)", "Dirk Nowitzki (5)", "American Airlines Center 20,406", "46-22" ], [ "10", "69", "March 20", "Boston", "L 93–102 (OT)", "Dirk Nowitzki (28)", "Jason Kidd (6)", "Jason Kidd (9)", "American Airlines Center 20,488", "46-23" ], [ "11", "70", "March 22", "@ New Orleans", "L 99–115 (OT)", "Jason Terry (24)", "Brendan Haywood (9)", "Jason Kidd (6)", "New Orleans Arena 14,047", "46-24" ], [ "12", "71", "March 23", "LA Clippers", "W 106–96 (OT)", "Jason Kidd (26)", "Brendan Haywood (10)", "Jason Kidd (12)", "American Airlines Center 19,705", "47-24" ], [ "13", "72", "March 25", "@ Portland", "L 89–101 (OT)", "Caron Butler (25)", "Caron Butler (9)", "Jason Kidd (7)", "Rose Garden Arena 20,611", "47-25" ], [ "14", "73", "March 27", "@ Golden State", "W 111–90 (OT)", "Rodrigue Beaubois (40)", "Dirk Nowitzki (10)", "Jason Kidd (11)", "Oracle Arena 19,104", "48-25" ], [ "15", "74", "March 29", "Denver", "W 109–93 (OT)", "Dirk Nowitzki (34)", "Dirk Nowitzki (10)", "Jason Kidd (10)", "American Airlines Center 20,085", "49-25" ] ] }, { "t5Formulas": [ { "Question": "What school joined the conference in 1996-97 and left it in 2011-12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(F1=\"1996-97\")*(G1=\"2011-12\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,(F2:F13=\"1996-97\")*(G2:G13=\"2011-12\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "F1", "=", "\"1996-97\"", "*", "G1", "=", "\"2011-12\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What location has a school with enrollment of 850?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=850))", "Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(E2:E13)),FILTER(query1,CHOOSECOLS(query1,2)=850))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "850" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many schools left in 2002-03?", "Formula": "ROWS(UNIQUE(FILTER(B1, G1=\"2002-03\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B13, G2:G13=\"2002-03\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "G1", "=", "\"2002-03\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which city has a school where the nickname is Pioneers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"Pioneers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,H2:H13=\"Pioneers\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"Pioneers\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What type of school has the nickname the Oilers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"Oilers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,H2:H13=\"Oilers\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"Oilers\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many locations have a school that is nicknamed the Panthers?", "Formula": "ROWS(UNIQUE(FILTER(B1, H1=\"Panthers\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B13, H2:H13=\"Panthers\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "H1", "=", "\"Panthers\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-262560-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Institution", "Location", "Founded", "Type", "Enrollment", "Joined", "Left", "Nickname", "Primary Conference when joining the MSFA", "Current Primary Conference" ], [ "2", "University of Findlay", "Findlay, Ohio", "1882", "Private", "4600", "1994-95", "1997-98", "Oilers", "American Mideast", "GLIAC (NCAA Division II)" ], [ "3", "Geneva College", "Beaver Falls, Pennsylvania", "1848", "Private", "1791", "1994-95", "2006-07", "Golden Tornadoes", "American Mideast", "Presidents' (PAC) (NCAA Division III)" ], [ "4", "Iowa Wesleyan College", "Mount Pleasant, Iowa", "1842", "Private", "850", "1996-97", "2011-12", "Tigers", "MCC", "NCAA D-III Independent" ], [ "5", "Lindenwood University", "St. Charles, Missouri", "1827", "Private", "17351", "1994-95", "1995-96", "Lions", "American Midwest", "MIAA (NCAA Division II)" ], [ "6", "Malone University", "Canton, Ohio", "1892", "Private", "2559", "1994-95", "2010-11", "Pioneers", "American Mideast", "GLIAC (NCAA Division II)" ], [ "7", "McKendree University", "Lebanon, Illinois", "1828", "Private", "3220", "1998-99", "2010-11", "Bearcats", "American Midwest", "GLVC (NCAA Division II)" ], [ "8", "Ohio Dominican University", "Columbus, Ohio", "1911", "Private", "3052", "2004-05", "2008-09", "Panthers", "American Mideast", "GLIAC (NCAA Division II)" ], [ "9", "Quincy University", "Quincy, Illinois", "1860", "Private", "1169", "2003-04", "2011-12", "Hawks", "GLVC (NCAA Division II)", "GLVC (NCAA Division II)" ], [ "10", "Tiffin University", "Tiffin, Ohio", "1888", "Private", "6816", "1994-95", "2001-02", "Dragons", "American Mideast", "GLIAC (NCAA Division II)" ], [ "11", "Trine University", "Angola, Indiana", "1884", "Private", "1779", "1996-97", "2002-03", "Thunder", "WHAC", "MIAA (NCAA Division III)" ], [ "12", "Urbana University", "Urbana, Ohio", "1850", "Private", "1505", "1994-95", "2007-08", "Blue Knights", "American Mideast", "G-MAC (NCAA Division II)" ], [ "13", "Walsh University", "North Canton, Ohio", "1960", "Private", "2500", "1996-97", "2010-11", "Cavaliers", "American Mideast", "GLIAC (NCAA Division II)" ] ] }, { "t5Formulas": [ { "Question": "Which Score has Points of 64, and a Game of 49?", "Formula": "FILTER(D1,(F1=64)*(A1=49))", "Formula2": "FILTER(D2:D16,(F2:F16=64)*(A2:A16=49))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "64", "*", "A1", "=", "49" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Which Points have a Score of 4–1, and a Record of 18–10–8–1, and a January larger than 2?", "Formula": "AVERAGE(FILTER(F1,(D1=\"4–1\")*(E1=\"18–10–8–1\")*(B1>2)))", "Formula2": "AVERAGE(FILTER(F2:F16,(D2:D16=\"4–1\")*(E2:E16=\"18–10–8–1\")*(B2:B16>2)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "D1", "=", "\"4–1\"", "*", "E1", "=", "\"18–10–8–1\"", "*", "B1", ">", "2" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many Points have a January of 18?", "Formula": "ROWS(FILTER(F1,B1=18))", "Formula2": "ROWS(FILTER(F2:F16,B2:B16=18))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "F1", "B1", "=", "18" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many Games have a Score of 5–4, and Points smaller than 49?", "Formula": "ROWS(FILTER(A1,(D1=\"5–4\")*(F1<49)))", "Formula2": "ROWS(FILTER(A2:A16,(D2:D16=\"5–4\")*(F2:F16<49)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "D1", "=", "\"5–4\"", "*", "F1", "<", "49" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-14347546-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "January", "Opponent", "Score", "Record", "Points" ], [ "2", "37", "2", "@ Los Angeles Kings", "4–1", "18–10–8–1", "45" ], [ "3", "38", "3", "@ Mighty Ducks of Anaheim", "1–0", "19–10–8–1", "47" ], [ "4", "39", "5", "@ Atlanta Thrashers", "5–4", "20–10–8–1", "49" ], [ "5", "40", "7", "Buffalo Sabres", "3–2", "21–10–8–1", "51" ], [ "6", "41", "9", "@ New York Islanders", "4–0", "22–10–8–1", "53" ], [ "7", "42", "11", "Detroit Red Wings", "3–2", "23–10–8–1", "55" ], [ "8", "43", "13", "Atlanta Thrashers", "4–7", "23–11–8–1", "55" ], [ "9", "44", "16", "Montreal Canadiens", "4–1", "24–11–8–1", "57" ], [ "10", "45", "18", "Tampa Bay Lightning", "3–2", "25–11–8–1", "59" ], [ "11", "46", "19", "@ New York Rangers", "4–2", "26–11–8–1", "61" ], [ "12", "47", "21", "@ Toronto Maple Leafs", "3–1", "27–11–8–1", "63" ], [ "13", "48", "24", "New York Islanders", "1–3", "27–12–8–1", "63" ], [ "14", "49", "25", "@ Boston Bruins", "0–1 OT", "27–12–8–2", "64" ], [ "15", "50", "28", "Tampa Bay Lightning", "0–3", "27–13–8–2", "64" ], [ "16", "51", "30", "@ New Jersey Devils", "1–5", "27–14–8–2", "64" ] ] }, { "t5Formulas": [ { "Question": "What is the mean number of totals with no silvers and a bronze number less than 0?", "Formula": "AVERAGE(FILTER(F1, (D1=0)*(E1<0)))", "Formula2": "AVERAGE(FILTER(F2:F12, (D2:D12=0)*(E2:E12<0)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "D1", "=", "0", "*", "E1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the least number of Silvers with a ranking of less than 4 where the bronze number was larger than 9?", "Formula": "MIN(FILTER(D1, (A1<4)*(E1>9)))", "Formula2": "MIN(FILTER(D2:D12, (A2:A12<4)*(E2:E12>9)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "<", "4", "*", "E1", ">", "9" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which mean rank had a silver number smaller than 0?", "Formula": "AVERAGE(FILTER(A1, D1<0))", "Formula2": "AVERAGE(FILTER(A2:A12, D2:D12<0))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the least total number with a rank of 4 and a total silver number bigger than 3?", "Formula": "MIN(FILTER(F1, (A1=4)*(D1>3)))", "Formula2": "MIN(FILTER(F2:F12, (A2:A12=4)*(D2:D12>3)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "4", "*", "D1", ">", "3" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-113362-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "East Germany (GDR)", "9", "9", "6", "24" ], [ "3", "2", "Soviet Union (URS)", "6", "10", "9", "25" ], [ "4", "3", "United States (USA)", "4", "4", "0", "8" ], [ "5", "4", "Finland (FIN)", "4", "3", "6", "13" ], [ "6", "5", "Sweden (SWE)", "4", "2", "2", "8" ], [ "7", "6", "Norway (NOR)", "3", "2", "4", "9" ], [ "8", "7", "Switzerland (SUI)", "2", "2", "1", "5" ], [ "9", "8", "Canada (CAN)", "2", "1", "1", "4" ], [ "10", "8", "West Germany (FRG)", "2", "1", "1", "4" ], [ "11", "10", "Italy (ITA)", "2", "0", "0", "2" ], [ "12", "14", "Yugoslavia (YUG)", "0", "1", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "Name the game site with result of l 7-38", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"l 7-38\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,D2:D17=\"l 7-38\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"l 7-38\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the result for arrowhead stadium", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arrowhead stadium\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,E2:E17=\"arrowhead stadium\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arrowhead stadium\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the least attendance for opponent of new orleans saints and week more than 2", "Formula": "MIN(FILTER(G1, (A1>2)*(C1=\"new orleans saints\")))", "Formula2": "MIN(FILTER(G2:G17, (A2:A17>2)*(C2:C17=\"new orleans saints\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "A1", ">", "2", "*", "C1", "=", "\"new orleans saints\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-13258789-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 4, 1988", "at Denver Broncos", "W 21-14", "Mile High Stadium", "1-0", "75,986" ], [ "3", "2", "September 11, 1988", "Kansas City Chiefs", "W 31-10", "Kingdome", "2-0", "61,512" ], [ "4", "3", "September 18, 1988", "at San Diego Chargers", "L 6-17", "Jack Murphy Stadium", "2-1", "44,449" ], [ "5", "4", "September 25, 1988", "San Francisco 49ers", "L 7-38", "Kingdome", "2-2", "62,382" ], [ "6", "5", "October 2, 1988", "at Atlanta Falcons", "W 31-20", "Atlanta-Fulton County Stadium", "3-2", "28,619" ], [ "7", "6", "October 9, 1988", "at Cleveland Browns", "W 16-10", "Cleveland Stadium", "4-2", "78,605" ], [ "8", "7", "October 16, 1988", "New Orleans Saints", "L 19-20", "Kingdome", "4-3", "63,569" ], [ "9", "8", "October 23, 1988", "at Los Angeles Rams", "L 10-31", "Anaheim Stadium", "4-4", "57,033" ], [ "10", "9", "October 30, 1988", "San Diego Chargers", "W 17-14", "Kingdome", "5-4", "59,641" ], [ "11", "10", "November 6, 1988", "Buffalo Bills", "L 3-13", "Kingdome", "5-5", "61,074" ], [ "12", "11", "November 13, 1988", "Houston Oilers", "W 27-24", "Kingdome", "6-5", "60,446" ], [ "13", "12", "November 20, 1988", "at Kansas City Chiefs", "L 24-27", "Arrowhead Stadium", "6-6", "33,152" ], [ "14", "13", "November 28, 1988", "Los Angeles Raiders", "W 35-27", "Kingdome", "7-6", "62,641" ], [ "15", "14", "December 4, 1988", "at New England Patriots", "L 7-13", "Sullivan Stadium", "7-7", "59,086" ], [ "16", "15", "December 11, 1988", "Denver Broncos", "W 42-14", "Kingdome", "8-7", "62,838" ], [ "17", "16", "December 18, 1988", "at Los Angeles Raiders", "W 43-37", "Los Angeles Memorial Coliseum", "9-7", "61,127" ] ] }, { "t5Formulas": [ { "Question": "Who is the winner of the European Poker Tour Grand Final?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"european poker tour grand final\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"european poker tour grand final\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"european poker tour grand final\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the event that had a prize of zł 1,226,711?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"zł 1,226,711\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"zł 1,226,711\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"zł 1,226,711\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the winner of the prize zł 1,226,711?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"zł 1,226,711\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"zł 1,226,711\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"zł 1,226,711\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1296513-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Event", "Winner", "Prize" ], [ "2", "13–16 September 2006", "Barcelona", "2006 Barcelona Open", "Bjørn-Erik Glenne", "€691,000" ], [ "3", "21–24 September 2006", "London", "The European Poker Championships", "Victoria Coren", "£500,000" ], [ "4", "7–10 October 2006", "Baden", "The Big Double 2006", "Duc Thang Nguyen", "€487,397" ], [ "5", "26–29 October 2006", "Dublin", "The Irish Masteres 2005", "Roland De Wolfe", "€554,300" ], [ "6", "17–20 January 2007", "Copenhagen", "EPT Scandinavian Open", "Magnus Petersson", "kr4,078,080" ], [ "7", "8–11 March 2007", "Dortmund", "EPT Dortmund", "Andreas Høivold", "€672,000" ], [ "8", "14–17 March 2007", "Warsaw", "EPT Warsaw", "Peter Willers Jepsen", "zł 1,226,711" ], [ "9", "28 Mar–2 Apr 2007", "Monte Carlo", "European Poker Tour Grand Final", "Gavin Griffin", "€1,825,010" ] ] }, { "t5Formulas": [ { "Question": "what's the country/region with seasons and winners being season 1, 2012: demetra malalan", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Season 1, 2012: Demetra Malalan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Season 1, 2012: Demetra Malalan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Season 1, 2012: Demetra Malalan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many local title with televbeingion network being tv nova website", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"TV Nova Website\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B11, C2:C11=\"TV Nova Website\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"TV Nova Website\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "who is the the judges with seasons and winners being season 1, 2013–2014: upcoming season", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Season 1, 2013–2014: Upcoming season\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Season 1, 2013–2014: Upcoming season\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Season 1, 2013–2014: Upcoming season\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the the judges with local title being x factor and presenters being heikki paasonen jukka rossi (xtra factor)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"X Factor\")*(F1=\"Heikki Paasonen Jukka Rossi (Xtra Factor)\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(B2:B11=\"X Factor\")*(F2:F11=\"Heikki Paasonen Jukka Rossi (Xtra Factor)\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"X Factor\"", "*", "F1", "=", "\"Heikki Paasonen Jukka Rossi (Xtra Factor)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the local title with seasons and winners being series 1, 2006: lucy benjamin", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Series 1, 2006: Lucy Benjamin\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Series 1, 2006: Lucy Benjamin\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Series 1, 2006: Lucy Benjamin\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the country/region with presenters being heikki paasonen jukka rossi (xtra factor)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Heikki Paasonen Jukka Rossi (Xtra Factor)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Heikki Paasonen Jukka Rossi (Xtra Factor)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Heikki Paasonen Jukka Rossi (Xtra Factor)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-13779832-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Country/Region", "Local title", "Television network", "Seasons and winners", "Judges", "Presenters" ], [ "2", "Czech Republic", "X Factor", "TV Nova Website", "Season 1, 2008: Jiří Zonyga", "Gábina Osvaldová Ondřej Soukup Petr Janda", "Leoš Mareš" ], [ "3", "Finland", "X Factor", "MTV3 Website", "Season 1, 2010: Elias Hämäläinen", "Linda Brava Renne Korppila Gugi Kokljuschkin", "Heikki Paasonen Jukka Rossi (Xtra Factor)" ], [ "4", "India", "X Factor India", "Sony Entertainment TV Website", "Season 1, 2011: Geet Sagar", "Sonu Nigam Shreya Ghoshal Sanjay Leela Bhansali", "Aditya Narayan" ], [ "5", "Israel", "The X Factor ישראל The X Factor Israel", "Channel 2 – Reshet Website", "Season 1, 2013: Current Season", "Rami Fortis Moshe Peretz Ivri Lider Shiri Maimon", "Bar Refaeli" ], [ "6", "Slovakia", "X Factor Slovensko", "TV JOJ", "Season 1, 2014: Upcoming season", "TBA", "TBA" ], [ "7", "Slovenia", "X Faktor", "POP TV", "Season 1, 2012: Demetra Malalan", "Damjan Damjanovič Jadranka Juras Aleš Uranjek", "Peter Poles Vid Valič" ], [ "8", "Sweden", "X Factor", "TV4 Website", "Season 1, 2012: Awa Santesson-Sey", "Andreas Carlsson Marie Serneholt Orup Ison Glasgow", "David Hellenius" ], [ "9", "Turkey", "X Factor", "Kanal D", "Season 1, 2013–2014: Upcoming season", "Gülşen Mustafa Ceceli Armağan Çağlayan", "Gamze Özçelik" ], [ "10", "United Kingdom", "The X Factor: Battle of the Stars", "ITV Website", "Series 1, 2006: Lucy Benjamin", "Simon Cowell Sharon Osbourne Louis Walsh", "Kate Thornton" ], [ "11", "United States", "El Factor X The X Factor", "MundoFox", "Season 1, 2013: Los Tres Charritos", "Belinda Angélica María Chino & Nacho", "Poncho de Anda" ] ] }, { "t5Formulas": [ { "Question": "What Tournament has an Outcome of runner-up, and a Score of 4–6, 3–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner-up\")*(F1=\"4–6, 3–6\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(A2:A9=\"runner-up\")*(F2:F9=\"4–6, 3–6\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"runner-up\"", "*", "F1", "=", "\"4–6, 3–6\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Surface has a Date of 1 september 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"1 september 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"1 september 2008\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"1 september 2008\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Score has an Opponent of nina bratchikova?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"nina bratchikova\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"nina bratchikova\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"nina bratchikova\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Surface has a Tournament of pune, india?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"pune, india\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"pune, india\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"pune, india\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Tournament has a Date of 20 december 2010?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"20 december 2010\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"20 december 2010\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"20 december 2010\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Tournament has a Score of 5–7, 2–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"5–7, 2–6\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"5–7, 2–6\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"5–7, 2–6\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18183850-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Winner", "7 July 2008", "Prokuplje , Serbia", "Clay", "Karin Morgošová", "6–0, 6–1" ], [ "3", "Winner", "18 August 2008", "Vinkovci , Croatia", "Clay", "Zorica Petrov", "6–1, 6–3" ], [ "4", "Winner", "1 September 2008", "Brčko , Bosnia and Herzegovina", "Clay", "Gracia Radovanović", "6–4, 3–6, 6–2" ], [ "5", "Runner-up", "27 December 2008", "Delhi , India", "Hard", "Sandra Záhlavová", "4–6, 3–6" ], [ "6", "Runner-up", "16 November 2009", "Pune , India", "Hard", "Rika Fujiwara", "7–5, 4–6, 3–6" ], [ "7", "Runner-up", "23 November 2009", "Toyota , Japan", "Carpet (i)", "Kimiko Date-Krumm", "5–7, 2–6" ], [ "8", "Runner-up", "13 December 2010", "Dubai , United Arab Emirates", "Clay", "Sania Mirza", "6–4, 3–6, 0–6" ], [ "9", "Winner", "20 December 2010", "Pune, India", "Hard", "Nina Bratchikova", "6–4, 6–4" ] ] }, { "t5Formulas": [ { "Question": "What is the average Points, when Date is \"February 2\", and when Attendance is less than 16,874?", "Formula": "AVERAGE(FILTER(H1, (A1=\"february 2\")*(E1<16874)))", "Formula2": "AVERAGE(FILTER(H2:H13, (A2:A13=\"february 2\")*(E2:E13<16874)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "H1", "A1", "=", "\"february 2\"", "*", "E1", "<", "16874" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest Attendance, when Date is \"February 4\", and when Points is less than 57?", "Formula": "MIN(FILTER(E1, (A1=\"february 4\")*(H1<57)))", "Formula2": "MIN(FILTER(E2:E13, (A2:A13=\"february 4\")*(H2:H13<57)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"february 4\"", "*", "H1", "<", "57" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17798130-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record", "Arena", "Points" ], [ "2", "February 2", "Sabres", "3–2", "Lalime (2–7–1)", "16,874", "26–22–5", "Honda Center", "57" ], [ "3", "February 4", "@ Wild", "3–0", "Hiller (14–11–1)", "18,568", "26–23–5", "Xcel Energy Center", "57" ], [ "4", "February 5", "@ Predators", "4–2", "Giguere (12–13–4)", "14,877", "26–24–5", "Sommet Center", "57" ], [ "5", "February 7", "@ Flames", "2–1", "McElhinney (0–3–1)", "19,289", "27–24–5", "Pengrowth Saddledome", "59" ], [ "6", "February 11", "Flames", "3–2", "Kiprusoff (31–15–4)", "17,270", "28–24–5", "Honda Center", "61" ], [ "7", "February 15", "Thrashers", "8–4", "Giguere (14–14–4)", "17,228", "28–25–5", "Honda Center", "61" ], [ "8", "February 18", "Kings", "4–3", "Hiller (14–12–1)", "17,089", "28–26–5", "Honda Center", "61" ], [ "9", "February 20", "@ Red Wings", "5–2", "Giguere (14–15–4)", "20,066", "28–27–5", "Joe Louis Arena", "61" ], [ "10", "February 21", "@ Blue Jackets", "5–2", "Mason (23–13–3)", "18,628", "29–27–5", "Nationwide Arena", "63" ], [ "11", "February 24", "@ Sabres", "3–2", "Lalime (2–8–1)", "18,690", "30–27–5", "HSBC Arena", "65" ], [ "12", "February 26", "@ Bruins", "6–0", "Giguere (16–16–4)", "17,565", "30–28–5", "TD Banknorth Garden", "65" ], [ "13", "February 28", "@ Stars", "4–3", "Turco (28–23–7)", "18,171", "31–28–5", "American Airlines Center", "67" ] ] }, { "t5Formulas": [ { "Question": "What network has lap-by-laps by Bill Flemming, and Pit reporter Chris Economaki?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"bill flemming\")*(D1=\"chris economaki\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"bill flemming\")*(D2:D19=\"chris economaki\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bill flemming\"", "*", "D1", "=", "\"chris economaki\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which lap-by-lap has a year after 1973, with pit reporter Bill Flemming?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1973)*(D1=\"bill flemming\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19>1973)*(D2:D19=\"bill flemming\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1973", "*", "D1", "=", "\"bill flemming\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11691212-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Network", "Lap-by-lap", "Pit reporters", "Host" ], [ "2", "1960", "CBS Sports Spectacular", "Bud Palmer", "Bud Palmer", "Bud Palmer" ], [ "3", "1962", "ABC's WWOS", "Jim McKay", "Chris Economaki", "Jim McKay" ], [ "4", "1963", "ABC's WWOS", "Bill Flemming", "Chris Economaki", "Bill Flemming" ], [ "5", "1964", "ABC's WWOS", "Bill Flemming", "Chris Economaki Stirling Moss", "Bill Flemming" ], [ "6", "1965", "ABC's WWOS", "Bill Flemming", "Bill Flemming", "Bill Flemming" ], [ "7", "1966", "ABC's WWOS", "Curt Gowdy", "Chris Economaki", "Curt Gowdy" ], [ "8", "1967", "ABC's WWOS", "Jim McKay", "Chris Economaki", "Jim McKay" ], [ "9", "1968", "ABC's WWOS", "Bill Flemming", "Bill Flemming", "Bill Flemming" ], [ "10", "1969", "ABC's WWOS", "Bill Flemming", "Bill Flemming", "Bill Flemming" ], [ "11", "1970", "ABC's WWOS", "Keith Jackson", "Chris Economaki", "Keith Jackson" ], [ "12", "1971", "ABC's WWOS", "Keith Jackson", "Chris Economaki", "Keith Jackson" ], [ "13", "1972", "ABC's WWOS", "Keith Jackson", "Chris Economaki", "Keith Jackson" ], [ "14", "1973", "ABC's WWOS", "Jim McKay", "Chris Economaki", "Jim McKay" ], [ "15", "1974", "ABC's WWOS", "Keith Jackson", "Chris Economaki", "Keith Jackson" ], [ "16", "1975", "ABC's WWOS", "Bill Flemming", "Bill Flemming", "Bill Flemming" ], [ "17", "1976", "ABC's WWOS", "Bill Flemming", "Chris Economaki", "Bill Flemming" ], [ "18", "1977", "ABC's WWOS", "Jim McKay", "Chris Economaki", "Jim McKay" ], [ "19", "1978", "ABC's WWOS", "Jim McKay", "Chris Economaki", "Jim McKay" ] ] }, { "t5Formulas": [ { "Question": "Who was the LMP2 winner when the LMP1 winning team was No. 20 Oryx Dyson Racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"No. 20 Oryx Dyson Racing\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"No. 20 Oryx Dyson Racing\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"No. 20 Oryx Dyson Racing\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the GT winning team when the GTC winning team was No. 54 Black Swan Racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"No. 54 Black Swan Racing\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"No. 54 Black Swan Racing\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"No. 54 Black Swan Racing\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the GT winning team when the results were \"report\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Report\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,G2:G6=\"Report\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Report\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27743641-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "LMP1 Winning Team", "LMP2 Winning Driver", "LMPC Winning Team", "GT Winning Team", "GTC Winning Team", "Results" ], [ "2", "2011", "No. 20 Oryx Dyson Racing", "Did Not Participate", "No. 37 Intersport Racing", "No. 17 Team Falken Tire", "No. 54 Black Swan Racing", "Results" ], [ "3", "2011", "Humaid Al-Masaood Steven Kane", "Did Not Participate", "Kyle Marcelli Tomy Drissi", "Wolf Henzler Bryan Sellers", "Tim Pappas Jeroen Bleekemolen", "Results" ], [ "4", "2012", "No. 20 Dyson Racing Team", "No. 055 Level 5 Motorsports", "No. 06 CORE Autosport", "No. 17 Team Falken Tire", "No. 68 TRG", "Results" ], [ "5", "2012", "Michael Marsal Eric Lux", "Scott Tucker Christophe Bouchut", "Alex Popow Ryan Dalziel", "Wolf Henzler Bryan Sellers", "Al Carter Patrick Pilet", "Results" ], [ "6", "2013", "#6 Muscle Milk Picket Racing", "#552 Level 5 Motorsports", "#18 Performance Tech Motorsports", "#3 Corvette Racing", "#44 Flying Lizard Motorsports", "Report" ] ] }, { "t5Formulas": [ { "Question": "What School/Club Team has a Player named Juan Dixon and a Position of guard?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"guard\")*(A1=\"juan dixon\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"guard\")*(A2:A15=\"juan dixon\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"guard\"", "*", "A1", "=", "\"juan dixon\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Player's Position is guard and played in Toronto during the Years 2007-08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"guard\")*(D1=\"2007-08\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"guard\")*(D2:D15=\"2007-08\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"guard\"", "*", "D1", "=", "\"2007-08\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Player is from Argentina and whose position is a guard-forward?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"guard-forward\")*(B1=\"argentina\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"guard-forward\")*(B2:B15=\"argentina\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"guard-forward\"", "*", "B1", "=", "\"argentina\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What School/Club Team played in Toronto during 2012?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"2012\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"2012\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"2012\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10015132-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years in Toronto", "School/Club Team" ], [ "2", "Austin Daye", "United States", "Forward", "2013-present", "Gonzaga" ], [ "3", "Lloyd Daniels", "United States", "Guard-Forward", "1997-98", "Mt. San Antonio College" ], [ "4", "Kornel David", "Hungary", "Forward", "2000-01", "Albacomp Székesfehérvár ( Hungary )" ], [ "5", "Antonio Davis", "United States", "Forward-Center", "1999-2003, 2006", "UTEP" ], [ "6", "Ed Davis", "United States", "Forward", "2010-2013", "North Carolina" ], [ "7", "Hubert Davis", "United States", "Guard", "1996-97", "North Carolina" ], [ "8", "Carlos Delfino", "Argentina", "Guard-Forward", "2007-08", "Skipper Bologna ( Italy )" ], [ "9", "Justin Dentmon", "United States", "Guard", "2012", "Washington" ], [ "10", "DeMar DeRozan", "United States", "Guard", "2009-present", "USC" ], [ "11", "Derrick Dial", "United States", "Guard", "2001-02", "Eastern Michigan" ], [ "12", "Juan Dixon", "United States", "Guard", "2007-08", "Maryland" ], [ "13", "Joey Dorsey", "United States", "Forward-Center", "2010-11", "Memphis" ], [ "14", "Quincy Douby", "United States", "Guard", "2009", "Rutgers" ], [ "15", "Ronald Dupree", "United States", "Forward", "2010-11", "LSU" ] ] }, { "t5Formulas": [ { "Question": "Who built the ship that is 42.8 m long and was delivered in 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"42.8 m\")*(G1=2007)),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(B2:B6=\"42.8 m\")*(G2:G6=2007)),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"42.8 m\"", "*", "G1", "=", "2007", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1238462-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name of Ship", "Length", "Max speed", "Crew/Capacity", "Class", "Builder", "Delivery" ], [ "2", "HMJS Cornwall", "42.8 m", "26 knots", "12 + 4", "County Class Offshore Patrol Vessel", "Damen Group", "2006" ], [ "3", "HMJS Middlesex", "42.8 m", "26 knots", "12 + 4", "County Class Offshore Patrol Vessel", "Damen Group", "2006" ], [ "4", "HMJS Surrey", "42.8 m", "26 knots", "12 + 4", "County Class Offshore Patrol Vessel", "Damen Group", "2007" ], [ "5", "HMJS Fort Charles (P 7)", "35.3 m", "32 knots", "16", "Fort", "Swiftships", "1974" ], [ "6", "HMJS Paul Bogle (P 8)", "32.3 m", "30 knots", "17", "Hero", "Lantana Boatyard", "1985" ] ] }, { "t5Formulas": [ { "Question": "Which Hereditary peers have a Total of 1?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(E2:E13)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Total has a Hereditary peer of –, and a Lords spiritual of –, and a Life peers of 2, and an Affiliation of plaid cymru?", "Formula": "SUM(FILTER(E1, (C1=\"–\")*(D1=\"–\")*(B1=2)*(A1=\"plaid cymru\")))", "Formula2": "SUM(FILTER(E2:E13, (C2:C13=\"–\")*(D2:D13=\"–\")*(B2:B13=2)*(A2:A13=\"plaid cymru\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"–\"", "*", "D1", "=", "\"–\"", "*", "B1", "=", "2", "*", "A1", "=", "\"plaid cymru\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-13658-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Affiliation", "Life peers", "Hereditary peers", "Lords spiritual", "Total" ], [ "2", "Labour", "215", "4", "–", "219" ], [ "3", "Conservative", "168", "49", "–", "217" ], [ "4", "Liberal Democrats", "91", "4", "–", "95" ], [ "5", "Democratic Unionist", "2", "–", "–", "2" ], [ "6", "Ulster Unionist", "2", "–", "–", "2" ], [ "7", "UKIP", "1", "1", "–", "2" ], [ "8", "Plaid Cymru", "2", "–", "–", "2" ], [ "9", "Green", "1", "–", "–", "1" ], [ "10", "s Crossbencher", "152", "31", "–", "183" ], [ "11", "Lords Spiritual", "–", "–", "22", "22" ], [ "12", "Non-affiliated and independent", "26", "–", "–", "26" ], [ "13", "Total", "660", "89", "22", "771" ] ] }, { "t5Formulas": [ { "Question": "Name the content for sky famiglia for italian and dar 16:9 for mtv hits", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(I1=\"Sky Famiglia\")*(D1=\"Italian\")*(F1=\"16:9\")*(B1=\"MTV Hits\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,(I2:I16=\"Sky Famiglia\")*(D2:D16=\"Italian\")*(F2:F16=\"16:9\")*(B2:B16=\"MTV Hits\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"Sky Famiglia\"", "*", "D1", "=", "\"Italian\"", "*", "F1", "=", "\"16:9\"", "*", "B1", "=", "\"MTV Hits\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the least number for mydeejay", "Formula": "MINIFS(A1,B1,\"myDeejay\")", "Formula2": "MINIFS(A2:A16,B2:B16,\"myDeejay\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"myDeejay\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the number of package options for music box italia", "Formula": "ROWS(UNIQUE(FILTER(I1, B1=\"Music Box Italia\")))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I16, B2:B16=\"Music Box Italia\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "B1", "=", "\"Music Box Italia\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the hdtv for sky famiglia and dar 16:9 for mydeejay", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(I1=\"Sky Famiglia\")*(F1=\"16:9\")*(B1=\"myDeejay\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,(I2:I16=\"Sky Famiglia\")*(F2:F16=\"16:9\")*(B2:B16=\"myDeejay\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"Sky Famiglia\"", "*", "F1", "=", "\"16:9\"", "*", "B1", "=", "\"myDeejay\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the dar for mtv rocks", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"MTV Rocks\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"MTV Rocks\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"MTV Rocks\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the ppv for sky famiglia and dar 16:9 for mtv dance", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(I1=\"Sky Famiglia\")*(F1=\"16:9\")*(B1=\"MTV Dance\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,(I2:I16=\"Sky Famiglia\")*(F2:F16=\"16:9\")*(B2:B16=\"MTV Dance\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"Sky Famiglia\"", "*", "F1", "=", "\"16:9\"", "*", "B1", "=", "\"MTV Dance\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15887683-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "N°", "Television service", "Country", "Language", "Content", "DAR", "HDTV", "PPV", "Package/Option" ], [ "2", "700", "Sky Radio", "Italy", "Italian", "music", "4:3", "no", "no", "Sky Famiglia" ], [ "3", "701", "Sky Music", "Italy", "Italian", "music", "4:3", "no", "no", "Sky Famiglia" ], [ "4", "703", "Music Box Italia", "Italy", "Italian", "music", "4:3 / 16:9", "no", "no", "Sky Famiglia" ], [ "5", "704", "MTV Hits", "Italy", "Italian", "music", "16:9", "no", "no", "Sky Famiglia" ], [ "6", "705", "MTV Classic", "Italy", "Italian", "music", "4:3", "no", "no", "Sky Famiglia" ], [ "7", "706", "MTV Rocks", "United Kingdom", "English", "music", "16:9", "no", "no", "Sky Famiglia" ], [ "8", "707", "MTV Dance", "United Kingdom", "English", "music", "16:9", "no", "no", "Sky Famiglia" ], [ "9", "708", "MTV Music", "Italy", "Italian", "music", "16:9", "no", "no", "no ( FTV )" ], [ "10", "710", "MTV Live HD", "Poland", "English", "music", "16:9", "yes", "no", "Sky Famiglia + Sky HD" ], [ "11", "713", "Radio Capital TiVù", "Italy", "Italian", "music", "4:3", "no", "no", "no ( FTV )" ], [ "12", "714", "myDeejay", "Italy", "Italian", "music", "16:9", "no", "no", "Sky Famiglia" ], [ "13", "716", "Match Music", "Italy", "Italian", "music", "4:3 / 16:9", "no", "no", "Sky Famiglia" ], [ "14", "718", "Rock TV", "Italy", "Italian", "music", "4:3 / 16:9", "no", "no", "Sky Famiglia" ], [ "15", "720", "Hip Hop TV", "Italy", "Italian", "music", "4:3", "no", "no", "Sky Famiglia" ], [ "16", "728", "Classica", "Italy", "Italian", "music", "4:3", "no", "no", "Option" ] ] }, { "t5Formulas": [ { "Question": "How many employees are there within each city?", "Formula": "SUMMARIZE(D1,SUMX(A1))", "Formula2": "SUMMARIZE(D2:D11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "How many employees work in each city?", "Formula": "SUMMARIZE(D1,SUMX(A1))", "Formula2": "SUMMARIZE(D2:D11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "Cities which have more than one employee aged 30.", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,3)=30)*(CHOOSECOLS(query1,4)>1)))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11),SUMX(C2:C11)),FILTER(query1,(CHOOSECOLS(query1,3)=30)*(CHOOSECOLS(query1,4)>1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "30", "*", "CHOOSECOLS(", "query1", "4", ">", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "How many employees in each city?", "Formula": "SUMMARIZE(D1,SUMX(A1))", "Formula2": "SUMMARIZE(D2:D11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "the city having more than 1 employees aged 30", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,3)=30)*(CHOOSECOLS(query1,4)>1)))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11),SUMX(C2:C11)),FILTER(query1,(CHOOSECOLS(query1,3)=30)*(CHOOSECOLS(query1,4)>1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "30", "*", "CHOOSECOLS(", "query1", "4", ">", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "hire_evaluation_employee", "Table": [ [ "0", "A", "B", "C", "D" ], [ "1", "employee id", "name", "age", "city" ], [ "2", "1", "George Chuter", "23", "Bristol" ], [ "3", "2", "Lee Mears", "29", "Bath" ], [ "4", "3", "Mark Regan", "43", "Bristol" ], [ "5", "4", "Jason Hobson", "30", "Bristol" ], [ "6", "5", "Tim Payne", "29", "Wasps" ], [ "7", "6", "Andrew Sheridan", "28", "Sale" ], [ "8", "7", "Matt Stevens", "29", "Bath" ], [ "9", "8", "Phil Vickery", "40", "Wasps" ], [ "10", "9", "Steve Borthwick", "32", "Bath" ], [ "11", "10", "Louis Deacon", "36", "Leicester" ] ] }, { "t5Formulas": [ { "Question": "What is the special when the challenger is dominique bouchet?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Dominique Bouchet\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"Dominique Bouchet\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Dominique Bouchet\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the winner when the iron chef is hiroyuki sakai?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Hiroyuki Sakai\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"Hiroyuki Sakai\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Hiroyuki Sakai\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the challenger when winner was kimio nonaga?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Kimio Nonaga\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,G2:G8=\"Kimio Nonaga\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Kimio Nonaga\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the winner for the original airdate is january 5, 2000 and challenger specialty is french?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"January 5, 2000\")*(E1=\"French\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(B2:B8=\"January 5, 2000\")*(E2:E8=\"French\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"January 5, 2000\"", "*", "E1", "=", "\"French\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23982399-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Special", "Original airdate", "Iron Chef", "Challenger", "Challenger Specialty", "Theme Ingredient", "Winner" ], [ "2", "Millennium Cup", "January 5, 2000", "Chen Kenichi", "Zhao Renliang ( 趙仁良 Chō Jinryō ? )", "Chinese (Beijing)", "Abalone", "Chen Kenichi" ], [ "3", "Millennium Cup", "January 5, 2000", "Rokusaburo Michiba", "Dominique Bouchet", "French", "Kobe beef", "Rokusaburo Michiba" ], [ "4", "New York Special", "March 28, 2000", "Masaharu Morimoto", "Bobby Flay", "Southwestern", "Rock crab [ disambiguation needed ]", "Masaharu Morimoto" ], [ "5", "21st Century Battles", "January 2, 2001", "Hiroyuki Sakai", "Toshirō Kandagawa", "Japanese", "Red snapper", "Toshirō Kandagawa" ], [ "6", "21st Century Battles", "January 2, 2001", "Masaharu Morimoto", "Bobby Flay", "Southwestern", "Spiny lobster", "Bobby Flay" ], [ "7", "Japan Cup", "January 2, 2002", "Chen Kenichi", "Yūichirō Ebisu (胡 雄一郎)", "Italian", "King crab", "Chen Kenichi" ], [ "8", "Japan Cup", "January 2, 2002", "Kimio Nonaga (野永喜三夫)", "Takeshi Tanabe (田辺 猛)", "Japanese (Nonaga); French (Tanabe)", "Pacific bluefin tuna", "Kimio Nonaga" ] ] }, { "t5Formulas": [ { "Question": "What event is 200m larger than 922?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>922))", "Formula2": "LET(query1,SUMMARIZE(B2:B7,SUMX(D2:D7)),FILTER(query1,CHOOSECOLS(query1,2)>922))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "922" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16615577-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Athlete", "Event", "100H", "200 m", "800 m", "Final", "Rank" ], [ "2", "Pramila Gudanda", "Result", "13.97", "24.92", "2:23.46", "5771", "27*" ], [ "3", "Pramila Gudanda", "Points", "983", "894", "777", "5771", "27*" ], [ "4", "Shobha Javur", "Result", "13.62", "24.62", "2:27.50", "5749", "29*" ], [ "5", "Shobha Javur", "Points", "1033", "922", "725", "5749", "29*" ], [ "6", "Susmita Singha Roy", "Result", "14.11", "24.34", "2:21.14", "5705", "32*" ], [ "7", "Susmita Singha Roy", "Points", "963", "948", "808", "5705", "32*" ] ] }, { "t5Formulas": [ { "Question": "Who is the challenge leader that played on 9:30 pm on Wed., Nov. 28?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"9:30 pm\")*(A1=\"wed., nov. 28\")),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,(B2:B13=\"9:30 pm\")*(A2:A13=\"wed., nov. 28\")),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"9:30 pm\"", "*", "A1", "=", "\"wed., nov. 28\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the Big Ten team who played ACC Team Maryland where 17,472 attended the game?", "Formula": "LET(query1,LET(query1,FILTER(A1:I1,C1=\"maryland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>17472))", "Formula2": "LET(query1,LET(query1,FILTER(A2:I13,C2:C13=\"maryland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>17472))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "I1", "C1", "=", "\"maryland\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "17472" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the location of the game that was televised on ESPNU at 7:15 pm on Tue., Nov. 27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(F1=\"espnu\")*(B1=\"7:15 pm\")*(A1=\"tue., nov. 27\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,(F2:F13=\"espnu\")*(B2:B13=\"7:15 pm\")*(A2:A13=\"tue., nov. 27\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"espnu\"", "*", "B1", "=", "\"7:15 pm\"", "*", "A1", "=", "\"tue., nov. 27\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1672976-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Date", "Time", "ACC Team", "Big Ten Team", "Location", "Television", "Attendance", "Winner", "Challenge Leader" ], [ "2", "Tue., Nov. 27", "7:15 pm", "Virginia Tech", "Iowa", "Cassell Coliseum • Blacksburg, VA", "ESPNU", "5,647", "Virginia Tech (95-79)", "ACC (1-0)" ], [ "3", "Tue., Nov. 27", "7:15 pm", "Florida State", "#21 Minnesota", "Donald L. Tucker Center • Tallahassee, FL", "ESPN2", "7,941", "Minnesota (77-68)", "Tied (1-1)" ], [ "4", "Tue., Nov. 27", "7:30 pm", "#18 NC State", "#3 Michigan", "Crisler Arena • Ann Arbor, MI", "ESPN", "12,693", "Michigan (79-72)", "Big Ten (2-1)" ], [ "5", "Tue., Nov. 27", "9:15 pm", "Wake Forest", "Nebraska", "LJVM Coliseum • Winston-Salem, NC", "ESPNU", "6,508", "Nebraska (79-63)", "Big Ten (3-1)" ], [ "6", "Tue., Nov. 27", "9:15 pm", "Maryland", "Northwestern", "Welsh-Ryan Arena • Evanston, IL", "ESPN2", "6,009", "Maryland (77-57)", "Big Ten (3-2)" ], [ "7", "Tue., Nov. 27", "9:30 pm", "#14 North Carolina", "#1 Indiana", "Assembly Hall • Bloomington, IN", "ESPN", "17,472", "Indiana (83-59)", "Big Ten (4-2)" ], [ "8", "Wed., Nov. 28", "7:00 pm", "Virginia", "Wisconsin", "Kohl Center • Madison, WI", "ESPN2", "16,690", "Virginia (60-54)", "Big Ten (4-3)" ], [ "9", "Wed., Nov. 28", "7:15 pm", "Clemson", "Purdue", "Littlejohn Coliseum • Clemson, SC", "ESPNU", "7,632", "Purdue (73-61)", "Big Ten (5-3)" ], [ "10", "Wed., Nov. 28", "7:30 pm", "Miami", "#13 Michigan State", "BankUnited Center • Coral Gables, FL", "ESPN", "5,791", "Miami (67-59)", "Big Ten (5-4)" ], [ "11", "Wed., Nov. 28", "9:00 pm", "Georgia Tech", "#22 Illinois", "Assembly Hall • Champaign, IL", "ESPN2", "12,224", "Illinois (75-62)", "Big Ten (6-4)" ], [ "12", "Wed., Nov. 28", "9:15 pm", "Boston College", "Penn State", "Bryce Jordan Center • University Park, PA", "ESPNU", "6,889", "Boston College (73-61)", "Big Ten (6-5)" ], [ "13", "Wed., Nov. 28", "9:30 pm", "#2 Duke", "#4 Ohio State", "Cameron Indoor Stadium • Durham, NC", "ESPN", "9,314", "Duke (73-68)", "Tied (6-6)" ] ] }, { "t5Formulas": [ { "Question": "What was the Overall number for the player with a position of C and a round greater than 7?", "Formula": "SUM(FILTER(C1, (A1>7)*(E1=\"c\")))", "Formula2": "SUM(FILTER(C2:C11, (A2:A11>7)*(E2:E11=\"c\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", ">", "7", "*", "E1", "=", "\"c\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What was the Overall number that is the lowest, and has a pick greater than 9?", "Formula": "SUM(FILTER(C1, B1>9))", "Formula2": "SUM(FILTER(C2:C11, B2:B11>9))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", ">", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-17100961-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "1", "9", "9", "Andy Farkas", "RB", "Detroit Mercy [e ]" ], [ "3", "3", "9", "24", "Sam Chapman", "RB", "California" ], [ "4", "5", "9", "39", "Dave Price", "C", "Mississippi State" ], [ "5", "6", "9", "49", "Elmer Dohrmann", "E", "Nebraska" ], [ "6", "7", "9", "59", "Roy Young", "G", "Texas A&M" ], [ "7", "8", "9", "69", "Bill Hartman", "RB", "Georgia" ], [ "8", "9", "9", "79", "Ed Parks", "C", "Oklahoma" ], [ "9", "10", "9", "89", "Jack Abbitt", "RB", "Elon" ], [ "10", "11", "9", "99", "Dick Johnson", "E", "Washington" ], [ "11", "12", "9", "109", "Hank Bartos", "G", "North Carolina" ] ] }, { "t5Formulas": [ { "Question": "Which Points have an Opponent of vancouver canucks?", "Formula": "SUMIFS(F1,C1,\"vancouver canucks\")", "Formula2": "SUMIFS(F2:F10,C2:C10,\"vancouver canucks\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"vancouver canucks\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many Points have a Score of 3–0?", "Formula": "SUMIFS(F1,D1,\"3–0\")", "Formula2": "SUMIFS(F2:F10,D2:D10,\"3–0\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "D1", "\"3–0\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Game has Points smaller than 10, and an October larger than 12, and an Opponent of @ washington capitals?", "Formula": "SUM(FILTER(A1, (F1<10)*(B1>12)*(C1=\"@ washington capitals\")))", "Formula2": "SUM(FILTER(A2:A10, (F2:F10<10)*(B2:B10>12)*(C2:C10=\"@ washington capitals\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "<", "10", "*", "B1", ">", "12", "*", "C1", "=", "\"@ washington capitals\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which Record has Points larger than 0, and a Score of 7–3?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"7–3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"7–3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"7–3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-14320222-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "October", "Opponent", "Score", "Record", "Points" ], [ "2", "1", "10", "New Jersey Devils", "5–6", "0–1–0", "0" ], [ "3", "2", "12", "@ Pittsburgh Penguins", "4–2", "1–1–0", "2" ], [ "4", "3", "13", "@ Washington Capitals", "4–2", "2–1–0", "4" ], [ "5", "4", "17", "Quebec Nordiques", "1–2", "2–2–0", "4" ], [ "6", "5", "19", "Minnesota North Stars", "7–3", "3–2–0", "6" ], [ "7", "6", "20", "@ Chicago Black Hawks", "5–2", "4–2–0", "8" ], [ "8", "7", "24", "Hartford Whalers", "3–0", "5–2–0", "10" ], [ "9", "8", "27", "Vancouver Canucks", "7–4", "6–2–0", "12" ], [ "10", "9", "30", "@ Montreal Canadiens", "5–4", "7–2–0", "14" ] ] }, { "t5Formulas": [ { "Question": "What is the highest date in october for a game number larger than 8 with a record of 4-4-0?", "Formula": "MAX(FILTER(B1, (E1=\"4-4-0\")*(A1>8)))", "Formula2": "MAX(FILTER(B2:B14, (E2:E14=\"4-4-0\")*(A2:A14>8)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", "=", "\"4-4-0\"", "*", "A1", ">", "8" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17562992-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "October", "Opponent", "Score", "Record" ], [ "2", "1", "6", "Minnesota North Stars", "6 - 5", "1-0-0" ], [ "3", "2", "8", "@ Colorado Rockies", "5 - 3", "2-0-0" ], [ "4", "3", "9", "@ St. Louis Blues", "2 - 1", "2-1-0" ], [ "5", "4", "12", "@ Minnesota North Stars", "10 - 4", "3-1-0" ], [ "6", "5", "13", "Boston Bruins", "5 - 1", "3-2-0" ], [ "7", "6", "16", "@ Montreal Canadiens", "7 - 4", "3-3-0" ], [ "8", "7", "17", "Colorado Rockies", "4 - 3", "4-3-0" ], [ "9", "8", "20", "Los Angeles Kings", "4 - 2", "4-4-0" ], [ "10", "9", "24", "Vancouver Canucks", "5 - 4", "4-5-0" ], [ "11", "10", "26", "@ Cleveland Barons", "5 - 2", "5-5-0" ], [ "12", "11", "27", "Boston Bruins", "4 - 3", "5-6-0" ], [ "13", "12", "30", "@ Pittsburgh Penguins", "2 - 2", "5-6-1" ], [ "14", "13", "31", "Detroit Red Wings", "6 - 5", "5-7-1" ] ] }, { "t5Formulas": [ { "Question": "Which Outcome has a Score of 6–2, 6–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–2, 6–2\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"6–2, 6–2\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–2, 6–2\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has an Outcome of winner, and a Score of 7–5, 6–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(F1=\"7–5, 6–4\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(A2:A18=\"winner\")*(F2:F18=\"7–5, 6–4\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "F1", "=", "\"7–5, 6–4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Tournament has an Outcome of winner, and a Surface of clay, and a Score of 6–4, 6–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(D1=\"clay\")*(F1=\"6–4, 6–1\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(A2:A18=\"winner\")*(D2:D18=\"clay\")*(F2:F18=\"6–4, 6–1\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "D1", "=", "\"clay\"", "*", "F1", "=", "\"6–4, 6–1\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the outcome in mari andersson's tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"mari andersson\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"mari andersson\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"mari andersson\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15100199-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner-up", "14 May 2006", "Edinburgh , United Kingdom", "Clay", "Mari Andersson", "6–0, 1–6, 3–6" ], [ "3", "Winner", "20 August 2006", "Koksijde , Belgium", "Clay", "Kristina Steiert", "6–4, 6–1" ], [ "4", "Winner", "19 November 2006", "Florianópolis , Brazil", "Clay", "Estefania Craciún", "6–1, 6–0" ], [ "5", "Winner", "26 November 2006", "Córdoba, Argentina", "Clay", "Teliana Pereira", "6–1, 6–7 (4–7) , 6–0" ], [ "6", "Runner-up", "15 April 2007", "Torhout , Belgium", "Hard", "Claire Feuerstein", "4–6, 4–6" ], [ "7", "Winner", "29 July 2007", "Les Contamines , France", "Hard", "Julie Coin", "6–2, 7–6 (7–3)" ], [ "8", "Winner", "28 October 2007", "Hamanako , Japan", "Carpet", "Junri Namigata", "4–6, 6–4, 6–2" ], [ "9", "Runner-up", "4 November 2007", "Taoyuan City , Taiwan", "Hard", "Akiko Morigami", "4–6, 6–7 (5–7)" ], [ "10", "Winner", "11 November 2007", "Taizhou , China", "Hard", "Han Xinyun", "6–2, 6–2" ], [ "11", "Winner", "18 November 2007", "Kunming , China", "Hard", "Urszula Radwańska", "7–5, 6–4" ], [ "12", "Runner-up", "15 March 2008", "New Delhi , India", "Hard", "Ekaterina Dzehalevich", "6–2, 3–6, 2–6" ], [ "13", "Runner-up", "13 April 2008", "Monzón , Spain", "Hard", "Petra Kvitová", "6–2, 4–6, 5–7" ], [ "14", "Winner", "11 May 2008", "Indian Harbour Beach , USA", "Clay", "Bethanie Mattek", "6–4, 7–5" ], [ "15", "Winner", "22 February 2009", "Surprise , USA", "Hard", "Julia Vakulenko", "6–7 (0–7) , 6–3, 4–3, retired" ], [ "16", "Runner-up", "1 March 2009", "Clearwater , United States", "Hard", "Julie Coin", "6–3, 1–1 retired" ], [ "17", "Runner-up", "17 March 2009", "Saint-Gaudens , France", "Clay", "Anastasiya Yakimova", "5–7, 6–7 (0–7)" ], [ "18", "Winner", "17 October 2010", "Torhout , Belgium", "Hard", "Simona Halep", "6–3, 6–2" ] ] }, { "t5Formulas": [ { "Question": "What shows for 10:00 PM when the 11:00 PM is to ma dauy kan (vj ja)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"to ma dauy kan (vj ja)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,H2:H8=\"to ma dauy kan (vj ja)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"to ma dauy kan (vj ja)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 08:00 PM when the 07:00 PM is I am siam (rerun)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"i am siam (rerun)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,C2:C8=\"i am siam (rerun)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"i am siam (rerun)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15535243-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Time", "06:00 PM", "07:00 PM", "08:00 PM", "09:00 PM", "10:00 PM", "10:30 PM", "11:00 PM" ], [ "2", "Monday", "Asian Hero (VJ Mike)", "I Am Siam (Live)", "[V] Japan Bravo (Live)", "[V] Life Begin (Live)", "[V] Tunes", "[V] Tunes", "To Ma Dauy Kan (VJ Ja)" ], [ "3", "Tuesday", "Asian Hero (VJ Mike)", "I Am Siam (Live)", "[V] Japan Bravo (Live)", "[V] Life Begin (Live)", "Let [V] Entertain U (VJ Loukked)", "Let [V] Entertain U (VJ Loukked)", "To Ma Dauy Kan (VJ Ja)" ], [ "4", "Wednesday", "Asian Hero (VJ Mike)", "I Am Siam (Live)", "[V] Japan Bravo (Live)", "[V] Life Begin (Live)", "[V] Style", "[V] Tunes", "To Ma Dauy Kan (VJ Ja)" ], [ "5", "Thursday", "Asian Hero (VJ Mike)", "I Am Siam (Live)", "[V] Japan Bravo (Live)", "[V] Life Begin (Live)", "Let [V] Entertain U (VJ Loukked)", "Let [V] Entertain U (VJ Loukked)", "To Ma Dauy Kan (VJ Ja)" ], [ "6", "Friday", "Asian Hero (VJ Mike)", "I Am Siam (Live)", "[V] Japan Bravo (Live)", "[V] Life Begin (Live)", "[V] Tunes", "[V] Tunes", "To Ma Dauy Kan (VJ Ja)" ], [ "7", "Saturday", "I Am Siam (Live)", "I Am Siam (Live)", "[V] Play & Learn", "To Ma Dauy Kan (VJ Ja)", "The Record Shop", "The Record Shop", "[V] Countdown (VJ Pitta)" ], [ "8", "Sunday", "I Am Siam (Rerun)", "I Am Siam (Rerun)", "[V] Play & Learn", "To Ma Dauy Kan (VJ Ja)", "The Record Shop", "The Record Shop", "Siam Top 20 (VJ Loukked)" ] ] }, { "t5Formulas": [ { "Question": "Name the traditional for area 544", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=544))", "Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(F2:F9)),FILTER(query1,CHOOSECOLS(query1,2)=544))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "544" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the foochow for pingnan county", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Pingnan County\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,A2:A9=\"Pingnan County\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Pingnan County\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the pinyin for ciá-ìng-gâing", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"Ciá-ìng-gâing\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,E2:E9=\"Ciá-ìng-gâing\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"Ciá-ìng-gâing\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the traditional for 屏南县", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"屏南县\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,B2:B9=\"屏南县\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"屏南县\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the density for 古田縣", "Formula": "SUMIFS(H1,C1,\"古田縣\")", "Formula2": "SUMIFS(H2:H9,C2:C9,\"古田縣\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "C1", "\"古田縣\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the english name for 福鼎市", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"福鼎市\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,C2:C9=\"福鼎市\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"福鼎市\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2013618-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "English Name", "Simplified", "Traditional", "Pinyin", "Foochow", "Area", "Population", "Density" ], [ "2", "Jiaocheng District", "蕉城区", "蕉城區", "Jiāochéng Qū", "Ciĕu-siàng-kṳ̆", "1537", "429260", "279" ], [ "3", "Fu'an City", "福安市", "福安市", "Fú'ān Shì", "Hók-ăng-chê", "1795", "563640", "314" ], [ "4", "Fuding City", "福鼎市", "福鼎市", "Fúdǐng Shì", "Hók-tīng-chê", "1526", "529534", "347" ], [ "5", "Xiapu County", "霞浦县", "霞蒲縣", "Xiápǔ Xiàn", "Hà-puō-gâing", "1716", "461176", "269" ], [ "6", "Gutian County", "古田县", "古田縣", "Gǔtián Xiàn", "Kŭ-chèng-gâing", "2377", "323700", "136" ], [ "7", "Pingnan County", "屏南县", "屏南縣", "Píngnán Xiàn", "Bìng-nàng-gâing", "1485", "137724", "93" ], [ "8", "Shouning County", "寿宁县", "壽寧縣", "Shòuníng Xiàn", "Sêu-nìng-gâing", "1425", "175874", "123" ], [ "9", "Zherong County", "柘荣县", "柘榮縣", "Zhèróng Xiàn", "Ciá-ìng-gâing", "544", "88387", "162" ] ] }, { "t5Formulas": [ { "Question": "What is the constructor for Brazilian Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"brazilian grand prix\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=\"brazilian grand prix\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"brazilian grand prix\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the fastest lap for Belgian Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"belgian grand prix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=\"belgian grand prix\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"belgian grand prix\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1132593-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Grand Prix", "Pole Position", "Fastest Lap", "Winning Driver", "Constructor", "Report" ], [ "2", "Australian Grand Prix", "Michael Schumacher", "Michael Schumacher", "Michael Schumacher", "Ferrari", "Report" ], [ "3", "Malaysian Grand Prix", "Michael Schumacher", "Mika Häkkinen", "Michael Schumacher", "Ferrari", "Report" ], [ "4", "Brazilian Grand Prix", "Michael Schumacher", "Ralf Schumacher", "David Coulthard", "McLaren - Mercedes", "Report" ], [ "5", "San Marino Grand Prix", "David Coulthard", "Ralf Schumacher", "Ralf Schumacher", "Williams - BMW", "Report" ], [ "6", "Spanish Grand Prix", "Michael Schumacher", "Michael Schumacher", "Michael Schumacher", "Ferrari", "Report" ], [ "7", "Austrian Grand Prix", "Michael Schumacher", "David Coulthard", "David Coulthard", "McLaren - Mercedes", "Report" ], [ "8", "Monaco Grand Prix", "David Coulthard", "David Coulthard", "Michael Schumacher", "Ferrari", "Report" ], [ "9", "Canadian Grand Prix", "Michael Schumacher", "Ralf Schumacher", "Ralf Schumacher", "Williams - BMW", "Report" ], [ "10", "European Grand Prix", "Michael Schumacher", "Juan Pablo Montoya", "Michael Schumacher", "Ferrari", "Report" ], [ "11", "French Grand Prix", "Ralf Schumacher", "David Coulthard", "Michael Schumacher", "Ferrari", "Report" ], [ "12", "British Grand Prix", "Michael Schumacher", "Mika Häkkinen", "Mika Häkkinen", "McLaren - Mercedes", "Report" ], [ "13", "German Grand Prix", "Juan Pablo Montoya", "Juan Pablo Montoya", "Ralf Schumacher", "Williams - BMW", "Report" ], [ "14", "Hungarian Grand Prix", "Michael Schumacher", "Mika Häkkinen", "Michael Schumacher", "Ferrari", "Report" ], [ "15", "Belgian Grand Prix", "Juan Pablo Montoya", "Michael Schumacher", "Michael Schumacher", "Ferrari", "Report" ], [ "16", "Italian Grand Prix", "Juan Pablo Montoya", "Ralf Schumacher", "Juan Pablo Montoya", "Williams - BMW", "Report" ], [ "17", "United States Grand Prix", "Michael Schumacher", "Juan Pablo Montoya", "Mika Häkkinen", "McLaren - Mercedes", "Report" ], [ "18", "Japanese Grand Prix", "Michael Schumacher", "Ralf Schumacher", "Michael Schumacher", "Ferrari", "Report" ] ] }, { "t5Formulas": [ { "Question": "How many frequencies have a line of East London and destination of Crystal Palace?", "Formula": "SUM(FILTER(B1, (F1=\"east london\")*(C1=\"crystal palace\")))", "Formula2": "SUM(FILTER(B2:B10, (F2:F10=\"east london\")*(C2:C10=\"crystal palace\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "\"east london\"", "*", "C1", "=", "\"crystal palace\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which line has an operator of the London Overground and ends at the Crystal Palace?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"london overground\")*(C1=\"crystal palace\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(E2:E10=\"london overground\")*(C2:C10=\"crystal palace\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"london overground\"", "*", "C1", "=", "\"crystal palace\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1569516-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Platform", "Frequency (per hour)", "Destination", "Service Pattern", "Operator", "Line" ], [ "2", "1", "4", "Highbury & Islington", "All stations via Shoreditch High Street", "London Overground", "East London" ], [ "3", "1", "4", "Dalston Junction", "All stations via Shoreditch High Street", "London Overground", "East London" ], [ "4", "1", "4", "London Bridge", "All stations", "Southern", "Metro" ], [ "5", "2", "4", "Crystal Palace", "All Stations", "London Overground", "East London" ], [ "6", "2", "4", "West Croydon", "All stations", "London Overground", "East London" ], [ "7", "2", "2", "London Victoria (Mon-Sat)", "All stations via Clapham Junction", "Southern", "Metro" ], [ "8", "2", "2", "Caterham (Mon-Sat)", "All stations via East Croydon", "Southern", "Metro" ], [ "9", "2", "2", "West Croydon (Peaks & Sun only)", "Sydenham then fast to Norwood Junction", "Southern", "Metro" ], [ "10", "2", "2", "Tattenham Corner (Sun only)", "All stations via East Croydon", "Southern", "Metro" ] ] }, { "t5Formulas": [ { "Question": "What is the result for salmonella spp. if you use citrate?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Salmonella spp.\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Salmonella spp.\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Salmonella spp.\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which species show a negative result with both voges-proskauer and indole?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"Negative\")*(B1=\"Negative\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"Negative\")*(B2:B7=\"Negative\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Negative\"", "*", "B1", "=", "\"Negative\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the results for testing the species with voges-proskauer when citrate yields a positive result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Positive\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Positive\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Positive\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result of proteus mirabilis tested with indole?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Proteus mirabilis\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Proteus mirabilis\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Proteus mirabilis\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-16083989-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Species", "Indole", "Methyl Red", "Voges-Proskauer", "Citrate" ], [ "2", "Escherichia coli", "Positive", "Positive", "Negative", "Negative" ], [ "3", "Shigella spp.", "Negative", "Positive", "Negative", "Negative" ], [ "4", "Salmonella spp.", "Negative", "Positive", "Negative", "Positive" ], [ "5", "Klebsiella spp.", "Negative", "Negative", "Positive", "Positive" ], [ "6", "Proteus vulgaris", "Positive", "Positive", "Negative", "Negative" ], [ "7", "Proteus mirabilis", "Negative", "Positive", "Negative", "Positive" ] ] }, { "t5Formulas": [ { "Question": "What is the Place of the Player with a Score of 68-73-66-74=281?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"68-73-66-74=281\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"68-73-66-74=281\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"68-73-66-74=281\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Place of the Player with 122,100 Money and a Score of 68-70-68-74=280?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"68-70-68-74=280\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>122100))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"68-70-68-74=280\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>122100))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"68-70-68-74=280\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "122100" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What Country's Player scored 71-69-70-71=281?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"71-69-70-71=281\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"71-69-70-71=281\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"71-69-70-71=281\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is T5 Place Vijay Singh's To par?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t5\")*(B1=\"vijay singh\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(A2:A11=\"t5\")*(B2:B11=\"vijay singh\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t5\"", "*", "B1", "=", "\"vijay singh\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16225902-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( £ )" ], [ "2", "1", "Tiger Woods", "United States", "66-67-71-70=274", "−14", "720,000" ], [ "3", "2", "Colin Montgomerie", "Scotland", "71-66-70-72=279", "−9", "430,000" ], [ "4", "T3", "Fred Couples", "United States", "68-71-73-68=280", "−8", "242,350" ], [ "5", "T3", "José María Olazábal", "Spain", "68-70-68-74=280", "−8", "242,350" ], [ "6", "T5", "Michael Campbell", "New Zealand", "69-72-68-72=281", "−7", "122,100" ], [ "7", "T5", "Sergio García", "Spain", "70-69-69-73=281", "−7", "122,100" ], [ "8", "T5", "Retief Goosen", "South Africa", "68-73-66-74=281", "−7", "122,100" ], [ "9", "T5", "Bernhard Langer", "Germany", "71-69-70-71=281", "−7", "122,100" ], [ "10", "T5", "Geoff Ogilvy", "Australia", "71-74-67-69=281", "−7", "122,100" ], [ "11", "T5", "Vijay Singh", "Fiji", "69-69-71-72=281", "−7", "122,100" ] ] }, { "t5Formulas": [ { "Question": "What Place has a Player of tony jacklin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tony jacklin\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"tony jacklin\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tony jacklin\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Place has a Player of bernhard langer?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"bernhard langer\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"bernhard langer\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"bernhard langer\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Player has a Country of west germany?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"west germany\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,C2:C14=\"west germany\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"west germany\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Player has a To par of –2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"–2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"–2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What To par has a Place of t2, and a Country of united states?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t2\")*(C1=\"united states\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14=\"t2\")*(C2:C14=\"united states\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t2\"", "*", "C1", "=", "\"united states\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Score has a Place of t2, and a Country of england?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t2\")*(C1=\"england\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14=\"t2\")*(C2:C14=\"england\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t2\"", "*", "C1", "=", "\"england\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18169093-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Bill Rogers", "United States", "72-66=138", "–2" ], [ "3", "T2", "Ben Crenshaw", "United States", "72-67=139", "–1" ], [ "4", "T2", "Nick Job", "England", "70-69=139", "–1" ], [ "5", "4", "Bernhard Langer", "West Germany", "73-67=140", "E" ], [ "6", "5", "Sam Torrance", "Scotland", "72-69=141", "+1" ], [ "7", "T6", "David Graham", "Australia", "71-71=142", "+2" ], [ "8", "T6", "Tony Jacklin", "England", "71-71=142", "+2" ], [ "9", "T6", "Mark James", "England", "72-70=142", "+2" ], [ "10", "T6", "Tom Watson", "United States", "73-69=142", "+2" ], [ "11", "T10", "Gordon J. Brand", "England", "78-65=143", "+3" ], [ "12", "T10", "Bill Dunk", "Australia", "76-67=143", "+3" ], [ "13", "T10", "Trevor Powell", "Wales", "75-68=143", "+3" ], [ "14", "T10", "Peter Townsend", "England", "73-70=143", "+3" ] ] }, { "t5Formulas": [ { "Question": "What is the torque of the 5.8l v12 engine?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"5.8l v12\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"5.8l v12\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"5.8l v12\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the torque of the 6.3l v12 engine?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"6.3l v12\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"6.3l v12\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"6.3l v12\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 0-100km/h (62mph) of the supercharged 5.4l v8 engine?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"supercharged 5.4l v8\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"supercharged 5.4l v8\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"supercharged 5.4l v8\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1775438-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Engine", "Power", "Torque", "0–100km/h (62mph)", "Top speed" ], [ "2", "5.0L V8", "kW (PS; hp)", "N·m (lb·ft)", "6.1seconds", "km/h (mph)" ], [ "3", "5.8L V12", "kW (PS; hp)", "N·m (lb·ft)", "5.8seconds", "km/h (mph)" ], [ "4", "Turbocharged 5.5L V12", "kW (PS; hp)", "N·m (lb·ft)", "4.2seconds", "km/h (mph)" ], [ "5", "5.4L V8", "kW (PS; hp)", "N·m (lb·ft)", "5.8seconds", "km/h (mph)" ], [ "6", "Supercharged 5.4L V8", "kW (PS; hp)", "N·m (lb·ft)", "4.2seconds", "km/h (mph)" ], [ "7", "6.3L V12", "kW (PS; hp)", "N·m (lb·ft)", "4.8seconds", "km/h (mph)" ], [ "8", "Turbocharged 6.0L V12", "kW (PS; hp)", "N·m (lb·ft)", "4.2seconds", "km/h (mph)" ] ] }, { "t5Formulas": [ { "Question": "Who were the incumbent(s) in the election featuring john murray (dr) 50.4% george denison (dr) 49.6% with a result of a retired democratic-republican hold?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"John Murray (DR) 50.4% George Denison (DR) 49.6%\")*(E1=\"Retired Democratic-Republican hold\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(F2:F8=\"John Murray (DR) 50.4% George Denison (DR) 49.6%\")*(E2:E8=\"Retired Democratic-Republican hold\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"John Murray (DR) 50.4% George Denison (DR) 49.6%\"", "*", "E1", "=", "\"Retired Democratic-Republican hold\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the incumbent(s) when the result was a retired democratic-republican hold and the first elected representative was in 1816>", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Retired Democratic-Republican hold\")*(D1=1816)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"Retired Democratic-Republican hold\")*(D2:D8=1816)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Retired Democratic-Republican hold\"", "*", "D1", "=", "1816", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Who were the candidates in the election where william wilson was the incumbent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"William Wilson\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"William Wilson\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"William Wilson\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-2668336-19", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Pennsylvania 8", "Alexander Ogle", "Democratic-Republican", "1816", "Retired Democratic-Republican hold", "Robert Philson (DR) 59.6% John A. Bard (F) 40.4%" ], [ "3", "Pennsylvania 9", "William P. Maclay", "Democratic-Republican", "1816", "Re-elected", "William P. Maclay (DR) 77.6% John Brown (DR) 22.4%" ], [ "4", "Pennsylvania 10 Plural district with 2 seats", "William Wilson", "Democratic-Republican", "1814", "Retired Democratic-Republican hold", "John Murray (DR) 50.4% George Denison (DR) 49.6%" ], [ "5", "Pennsylvania 10 Plural district with 2 seats", "John Murray", "Democratic-Republican", "1817 ( special )", "Re-elected", "John Murray (DR) 50.4% George Denison (DR) 49.6%" ], [ "6", "Pennsylvania 11", "David Marchand", "Democratic-Republican", "1816", "Re-elected", "David Marchand (DR) 52.6% James Kelly (F) 47.4%" ], [ "7", "Pennsylvania 13", "Christian Tarr", "Democratic-Republican", "1816", "Re-elected", "Christian Tarr (DR) 78.7% Henry Heaton (DR) 21.3%" ], [ "8", "Pennsylvania 14", "Henry Baldwin", "Democratic-Republican", "1816", "Re-elected", "Henry Baldwin (DR) 55.1% Samuel Douglas (DR) 44.9%" ] ] }, { "t5Formulas": [ { "Question": "What is the relative height of Scotland with Ben Vorlich as parent?", "Formula": "ROWS(FILTER(C1,(E1=\"scotland\")*(D1=\"ben vorlich\")))", "Formula2": "ROWS(FILTER(C2:C13,(E2:E13=\"scotland\")*(D2:D13=\"ben vorlich\")))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "E1", "=", "\"scotland\"", "*", "D1", "=", "\"ben vorlich\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1456056-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Peak", "Absolute height (m)", "Relative height (m)", "Parent", "Country" ], [ "2", "Mullach Coire Mhic Fhearchair", "1019", "595", "Sgùrr Mòr", "Scotland" ], [ "3", "Moel Siabod", "872", "595", "Glyder Fawr", "Wales" ], [ "4", "Ben Cleuch", "721", "595", "Ben Vorlich", "Scotland" ], [ "5", "Moruisg", "928", "594", "Sgùrr a' Choire Ghlais", "Scotland" ], [ "6", "Beinn Bhuidhe", "948", "592", "Ben Lui", "Scotland" ], [ "7", "Carn Dearg", "945", "590", "Creag Meagaidh", "Scotland" ], [ "8", "Tigra Mor", "679", "588", "Clisham", "Scotland" ], [ "9", "Moel Hebog", "783", "585", "Snowdon", "Wales" ], [ "10", "Cairnsmore of Carsphairn", "797", "582", "Merrick", "Scotland" ], [ "11", "Beinn Heasgarnich", "1078", "579", "Ben Lawers", "Scotland" ], [ "12", "Sgùrr a' Mhuilinn", "879", "576", "Moruisg", "Scotland" ], [ "13", "Stob Coire a' Chearcaill", "771", "575", "Sgùrr Ghiubhsachain", "Scotland" ] ] }, { "t5Formulas": [ { "Question": "What is the Average for South Carolina with an Interview less than 9.626?", "Formula": "SUM(FILTER(E1, (A1=\"south carolina\")*(B1<9.626)))", "Formula2": "SUM(FILTER(E2:E13, (A2:A13=\"south carolina\")*(B2:B13<9.626)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"south carolina\"", "*", "B1", "<", "9.626" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest interview for Louisiana with an average above 9.324?", "Formula": "MAX(FILTER(B1, (E1>9.324)*(A1=\"louisiana\")))", "Formula2": "MAX(FILTER(B2:B13, (E2:E13>9.324)*(A2:A13=\"louisiana\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", ">", "9.324", "*", "A1", "=", "\"louisiana\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-12015401-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "State", "Interview", "Swimsuit", "Evening Gown", "Average" ], [ "2", "Virginia", "9.843", "9.635", "9.851", "9.776" ], [ "3", "North Carolina", "9.454", "9.301", "9.569", "9.441" ], [ "4", "South Carolina", "9.626", "9.460", "9.870", "9.652" ], [ "5", "Louisiana", "9.539", "9.613", "9.683", "9.612" ], [ "6", "Texas", "9.489", "9.354", "9.699", "9.514" ], [ "7", "New York", "9.561", "9.548", "9.626", "9.578" ], [ "8", "Illinois", "9.460", "9.288", "9.484", "9.411" ], [ "9", "Missouri", "9.320", "9.318", "9.508", "9.382" ], [ "10", "Tennessee", "9.300", "9.234", "9.439", "9.324" ], [ "11", "Minnesota", "9.290", "9.241", "9.421", "9.317" ], [ "12", "Kansas", "9.191", "9.176", "9.375", "9.247" ], [ "13", "Hawaii", "9.229", "9.096", "9.345", "9.223" ] ] }, { "t5Formulas": [ { "Question": "What venue has the away side scoring 16.14 (110)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"16.14 (110)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"16.14 (110)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"16.14 (110)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the away side score when hawthorn is the home side?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10869537-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "14.14 (98)", "Melbourne", "13.22 (100)", "Glenferrie Oval", "13,128", "14 April 1973" ], [ "3", "Carlton", "18.15 (123)", "North Melbourne", "14.12 (96)", "Princes Park", "29,185", "14 April 1973" ], [ "4", "Richmond", "18.19 (127)", "Geelong", "16.14 (110)", "MCG", "29,665", "14 April 1973" ], [ "5", "St Kilda", "20.8 (128)", "Fitzroy", "10.11 (71)", "Moorabbin Oval", "23,662", "14 April 1973" ], [ "6", "South Melbourne", "15.19 (109)", "Essendon", "21.20 (146)", "Lake Oval", "16,260", "14 April 1973" ], [ "7", "Footscray", "11.16 (82)", "Collingwood", "14.18 (102)", "Western Oval", "24,794", "14 April 1973" ] ] }, { "t5Formulas": [ { "Question": "Which Time has a Lane smaller than 4, and a Rank larger than 6?", "Formula": "SUM(FILTER(E1, (B1<4)*(A1>6)))", "Formula2": "SUM(FILTER(E2:E9, (B2:B9<4)*(A2:A9>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "<", "4", "*", "A1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which Rank has a Nationality of france, and a Name of alain bernard, and a Lane smaller than 6?", "Formula": "SUM(FILTER(A1, (D1=\"france\")*(C1=\"alain bernard\")*(B1<6)))", "Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"france\")*(C2:C9=\"alain bernard\")*(B2:B9<6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"france\"", "*", "C1", "=", "\"alain bernard\"", "*", "B1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Nationality has a Rank larger than 1, and a Time smaller than 22.12, and a Lane smaller than 4, and a Name of ashley callus?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"ashley callus\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<22.12)*(CHOOSECOLS(query1,4)<4)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,C2:C9=\"ashley callus\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<22.12)*(CHOOSECOLS(query1,4)<4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ashley callus\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", "<", "22.12", "*", "CHOOSECOLS(", "query1", "4", "<", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-18579618-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "6", "Alain Bernard", "France", "21.54" ], [ "3", "2", "1", "Ashley Callus", "Australia", "21.68" ], [ "4", "3", "3", "Roland Mark Schoeman", "South Africa", "21.74" ], [ "5", "4", "4", "Amaury Leveaux", "France", "21.76" ], [ "6", "4", "5", "Ben Wildman-Tobriner", "United States", "21.76" ], [ "7", "6", "2", "Garrett Weber-Gale", "United States", "22.08" ], [ "8", "7", "8", "Bartosz Kizierowski", "Poland", "22.12" ], [ "9", "8", "7", "Nicholas Santos", "Brazil", "22.15" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Goals Agains, when Played is greater than 34?", "Formula": "MIN(FILTER(G1, C1>34))", "Formula2": "MIN(FILTER(G2:G19, C2:C19>34))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "C1", ">", "34" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the lowest Lost, when Goals For is greater than 52, when Points 1 is \"44\", and when Drawn is less than 8?", "Formula": "MIN(FILTER(E1, (F1>52)*(I1=44)*(D1<8)))", "Formula2": "MIN(FILTER(E2:E19, (F2:F19>52)*(I2:I19=44)*(D2:D19<8)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", ">", "52", "*", "I1", "=", "44", "*", "D1", "<", "8" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total number of Lost, when Played is less than 34?", "Formula": "SUM(FILTER(E1, C1<34))", "Formula2": "SUM(FILTER(E2:E19, C2:C19<34))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "<", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-17785973-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Team", "Played", "Drawn", "Lost", "Goals For", "Goals Against", "Goal Difference", "Points 1" ], [ "2", "1", "Droylsden", "34", "8", "6", "79", "42", "+37", "48" ], [ "3", "2", "Warrington Town", "34", "13", "5", "48", "34", "+14", "45" ], [ "4", "3", "Ashton United", "34", "6", "9", "73", "45", "+28", "44" ], [ "5", "4", "Wren Rovers", "34", "8", "8", "65", "39", "+26", "44" ], [ "6", "5", "Colwyn Bay", "34", "9", "8", "61", "43", "+18", "43" ], [ "7", "6", "Darwen", "34", "8", "11", "45", "47", "−2", "38" ], [ "8", "7", "Chadderton", "34", "9", "11", "52", "47", "+5", "37" ], [ "9", "8", "Colne Dynamoes", "34", "8", "12", "57", "44", "+13", "36" ], [ "10", "9", "Skelmersdale United", "34", "10", "11", "52", "53", "−1", "36" ], [ "11", "10", "Ellesmere Port & Neston", "34", "5", "14", "68", "54", "+14", "35" ], [ "12", "11", "Formby", "34", "7", "14", "54", "55", "−1", "33" ], [ "13", "12", "Blackpool Mechanics", "34", "8", "14", "56", "64", "−8", "32" ], [ "14", "13", "Lancaster City", "34", "7", "15", "55", "53", "+2", "31" ], [ "15", "14", "Prescot Cables", "34", "6", "16", "46", "48", "−2", "28 2" ], [ "16", "15", "Great Harwood Town", "34", "8", "17", "36", "59", "−23", "24 2" ], [ "17", "16", "Oldham Town", "34", "9", "18", "38", "57", "−19", "23" ], [ "18", "17", "Atherton Laburnum Rovers", "34", "5", "21", "32", "61", "−29", "21" ], [ "19", "18", "Salford", "34", "8", "25", "17", "89", "−72", "10" ] ] }, { "t5Formulas": [ { "Question": "How many winners did I Dessau Autobahnspinne have?", "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"I Dessau Autobahnspinne\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D8, A2:A8=\"I Dessau Autobahnspinne\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"I Dessau Autobahnspinne\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the date on which a race was run at Halle-Saale-Schleife circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Halle-Saale-Schleife\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Halle-Saale-Schleife\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Halle-Saale-Schleife\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many races take place in Dessau circuit?", "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"Dessau\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A8, B2:B8=\"Dessau\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"Dessau\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which races did Paul Greifzu win?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Paul Greifzu\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"Paul Greifzu\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Paul Greifzu\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-1140116-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Name", "Circuit", "Date", "Winning driver", "Constructor", "Report" ], [ "2", "I Rostock Osthafenkurs", "Rostock", "20 April", "Paul Greifzu", "BMW - Eigenbau", "Report" ], [ "3", "I Bernau Autobahnschleife", "Bernau", "4 May", "Rudolf Krause", "BMW - Reif", "Report" ], [ "4", "I Dessau Autobahnspinne", "Dessau", "11 May", "Fritz Riess", "Veritas-Meteor", "Report" ], [ "5", "III Leipzig Stadtparkrennen", "Leipzig", "2 June", "Edgar Barth", "IFA - Kollektiv", "Report" ], [ "6", "III Strassen-Rennen Halle-Saale-Schleife", "Halle-Saale-Schleife", "8 June", "Edgar Barth", "IFA - Kollektiv", "Report" ], [ "7", "I Strassen-rennen Leipzig", "Leipzig", "17 August", "Hans Stuck", "AFM - BMW", "Report" ], [ "8", "V DMV Grenzlandringrennen", "Grenzlandring", "31 August", "Toni Ulmen", "Veritas", "Report" ] ] }, { "t5Formulas": [ { "Question": "What Competition on August 3, 2005 had a Score of 5-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"5-0\")*(A1=\"august 3, 2005\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"5-0\")*(A2:A6=\"august 3, 2005\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"5-0\"", "*", "A1", "=", "\"august 3, 2005\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Venue of the 2009 Gulf Cup of Nations?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2009 gulf cup of nations\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"2009 gulf cup of nations\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2009 gulf cup of nations\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Venue on October 27, 2005 had a Score of 5-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"5-0\")*(A1=\"october 27, 2005\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"5-0\")*(A2:A6=\"october 27, 2005\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"5-0\"", "*", "A1", "=", "\"october 27, 2005\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Result of the Friendly Competition on October 27, 2005 with a Score of 5-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly\")*(C1=\"5-0\")*(A1=\"october 27, 2005\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"friendly\")*(C2:C6=\"5-0\")*(A2:A6=\"october 27, 2005\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "*", "C1", "=", "\"5-0\"", "*", "A1", "=", "\"october 27, 2005\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16350742-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "August 3, 2005", "Manama , Bahrain", "5-0", "Won", "Friendly" ], [ "3", "October 27, 2005", "Manama , Bahrain", "5-0", "Won", "Friendly" ], [ "4", "August 29, 2008", "Abu Dhabi , UAE", "3-2", "Won", "Friendly" ], [ "5", "December 29, 2008", "Manama , Bahrain", "2-2", "Draw", "Friendly" ], [ "6", "January 4, 2009", "Muscat , Oman", "3-1", "Won", "2009 Gulf Cup of Nations" ] ] }, { "t5Formulas": [ { "Question": "What is the Segment A entry for the episode that has an entry of Diesel filters for Segment D?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"diesel filters\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"diesel filters\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"diesel filters\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the series episode number that is larger than 262 and has a Segment A entry of Aluminium s canoe?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"aluminium s canoe\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>262))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,C2:C14=\"aluminium s canoe\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>262))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"aluminium s canoe\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "262" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-15187735-21", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Series Ep.", "Episode", "Segment A", "Segment B", "Segment C", "Segment D" ], [ "2", "21-01", "261", "Rubber Gloves", "Soap Carvings", "Aircraft Cabinets", "Motorcycle Brake Locks" ], [ "3", "21-02", "262", "Powder Horns", "Handcrafted Moulds", "Perogies", "Inner Tubes" ], [ "4", "21-03", "263", "Lace", "Antique Frame Replicas", "Orchids", "Unicycle Wheel Hubs" ], [ "5", "21-04", "264", "External Hard Drives", "Frozen Shrimp", "Thai Rice Boxes", "Paper Towels" ], [ "6", "21-05", "265", "Tea", "Roof Finials", "Artificial Flowers", "Alloy Wheels" ], [ "7", "21-06", "266", "Gel Caps", "Playground Spring Riders", "Frozen Pancakes", "Natural Rubber" ], [ "8", "21-07", "267", "Paper Umbrellas", "Coal", "Aircraft Seats", "s Cremation Urn" ], [ "9", "21-08", "268", "Aluminium s Canoe", "Wooden Stave Bowls", "Wheelchair Accessible Vans", "s Marimba" ], [ "10", "21-09", "269", "Indy Car Seats", "Paper Flowers", "Standby Generators (Part 1)", "Standby Generators (Part 2)" ], [ "11", "21-10", "270", "Customized Knee Replacements", "Leaf Springs", "Lavender Essential Oil", "Rivets and Rivet Tools" ], [ "12", "21-11", "271", "Cast Iron Stoves", "Ultralight Aircraft", "Snow Groomers", "Rubber Bands" ], [ "13", "21-12", "272", "Barber Chairs", "Sewage Pumps", "Bimini Boat Tops", "Diesel Filters" ], [ "14", "21-13", "273", "Car Tires", "Silk", "Art Conservation", "Scuba Tanks" ] ] }, { "t5Formulas": [ { "Question": "What is the team's record when they play nashville at home?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"nashville\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,D2:D16=\"nashville\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"nashville\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the decision when they're at phoenix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"phoenix\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,B2:B16=\"phoenix\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"phoenix\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11786815-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "December 1", "Phoenix", "2 – 3", "Detroit", "Osgood", "18,557", "18–6–2" ], [ "3", "December 4", "Detroit", "4 – 1", "Montreal", "Hasek", "21,273", "19–6–2" ], [ "4", "December 7", "Minnesota", "0 – 5", "Detroit", "Hasek", "19,508", "20–6–2" ], [ "5", "December 9", "Carolina", "2 – 5", "Detroit", "Hasek", "19,609", "21–6–2" ], [ "6", "December 10", "Detroit", "2 – 1", "Nashville", "Osgood", "15,056", "22–6–2" ], [ "7", "December 13", "Edmonton", "4 – 3", "Detroit", "Hasek", "18,859", "22–6–3" ], [ "8", "December 15", "Florida", "2 – 5", "Detroit", "Osgood", "20,066", "23–6–3" ], [ "9", "December 17", "Washington", "3 – 4", "Detroit", "Hasek", "19,483", "24–6–3" ], [ "10", "December 19", "Los Angeles", "2 – 6", "Detroit", "Hasek", "19,516", "25–6–3" ], [ "11", "December 20", "Detroit", "2 – 3", "St. Louis", "Osgood", "19,150", "25–7–3" ], [ "12", "December 22", "Detroit", "4 – 1", "Minnesota", "Hasek", "18,568", "26–7–3" ], [ "13", "December 26", "Detroit", "5 – 0", "St. Louis", "Osgood", "19,250", "27–7–3" ], [ "14", "December 27", "Detroit", "4 – 2", "Colorado", "Hasek", "18,007", "28–7–3" ], [ "15", "December 29", "Detroit", "4 – 2", "Phoenix", "Osgood", "17,866", "29–7–3" ], [ "16", "December 31", "St. Louis", "2 – 0", "Detroit", "Hasek", "20,066", "29–8–3" ] ] }, { "t5Formulas": [ { "Question": "Which event won by KCLMS in 2008 has KCLMS as the winner and less than 10 wins by KCL?", "Formula": "SUM(FILTER(D1, (C1=\"kclms\")*(E1<10)*(A1=2008)))", "Formula2": "SUM(FILTER(D2:D11, (C2:C11=\"kclms\")*(E2:E11<10)*(A2:A11=2008)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "\"kclms\"", "*", "E1", "<", "10", "*", "A1", "=", "2008" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "How many years were the events won by KCLMS less than 7?", "Formula": "ROWS(UNIQUE(FILTER(A1, E1<7)))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A11, E2:E11<7)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "E1", "<", "7" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the average value for events won by KCL in a year earlier than 2004?", "Formula": "AVERAGE(FILTER(D1, A1<2004))", "Formula2": "AVERAGE(FILTER(D2:D11, A2:A11<2004))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", "<", "2004" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-16674265-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Date held", "Winner", "Events won by KCL", "Events won by KCLMS" ], [ "2", "2004", "8 March", "GKT", "4", "10" ], [ "3", "2005", "22 March", "GKT", "3", "17" ], [ "4", "2006", "15 March", "KCLMS", "9", "18" ], [ "5", "2007", "21 March", "KCLMS", "5", "7" ], [ "6", "2008", "27 February", "KCLMS", "4", "8" ], [ "7", "2009", "25 March", "KCLMS", "6", "9" ], [ "8", "2010", "31 March", "KCLMS", "7", "10" ], [ "9", "2011", "30 March", "KCL", "7", "6" ], [ "10", "2012", "28 March", "KCLMS", "6", "11" ], [ "11", "2013", "27 March", "KCLMS", "8", "9" ] ] }, { "t5Formulas": [ { "Question": "How many match values have points under 14 and 0 draws?", "Formula": "SUM(FILTER(B1, (C1<14)*(D1<0)))", "Formula2": "SUM(FILTER(B2:B7, (C2:C7<14)*(D2:D7<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "<", "14", "*", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of losses for teams with under 10 matches?", "Formula": "SUM(FILTER(E1, B1<10))", "Formula2": "SUM(FILTER(E2:E7, B2:B7<10))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "<", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the average number of draws for teams with more than 10 matches?", "Formula": "AVERAGE(FILTER(D1, B1>10))", "Formula2": "AVERAGE(FILTER(D2:D7, B2:B7>10))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", ">", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the sum of points for teams with more than 10 matches, more than 0 draws, and 7 losses?", "Formula": "SUM(FILTER(C1, (D1>0)*(E1=7)*(B1>10)))", "Formula2": "SUM(FILTER(C2:C7, (D2:D7>0)*(E2:E7=7)*(B2:B7>10)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", ">", "0", "*", "E1", "=", "7", "*", "B1", ">", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-15430129-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Match", "Points", "Draw", "Lost" ], [ "2", "Gwardia Bydgoszcz", "10", "18", "0", "1" ], [ "3", "Kolejarz Rawicz", "10", "14", "0", "3" ], [ "4", "Sparta Wrocław", "10", "12", "0", "4" ], [ "5", "Budowlani Warszawa", "10", "11", "1", "4" ], [ "6", "Unia Leszno", "10", "5", "1", "7" ], [ "7", "CWKS Wrocław", "10", "0", "0", "10" ] ] }, { "t5Formulas": [ { "Question": "How many laps for sébastien bourdais, and a Grid smaller than 1?", "Formula": "SUM(FILTER(C1, (A1=\"sébastien bourdais\")*(E1<1)))", "Formula2": "SUM(FILTER(C2:C18, (A2:A18=\"sébastien bourdais\")*(E2:E18<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"sébastien bourdais\"", "*", "E1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12719328-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Team", "Laps", "Time/Retired", "Grid", "Points" ], [ "2", "Sébastien Bourdais", "N/H/L Racing", "53", "1:40:58.596", "1", "34" ], [ "3", "Dan Clarke", "Minardi Team USA", "53", "+9.8 secs", "8", "27" ], [ "4", "Graham Rahal", "N/H/L Racing", "53", "+12.2 secs", "4", "25" ], [ "5", "Oriol Servià", "Forsythe Racing", "53", "+20.9 secs", "14", "24" ], [ "6", "Alex Tagliani", "RSPORTS", "53", "+50.7 secs", "6", "21" ], [ "7", "Jan Heylen", "Conquest Racing", "53", "+1:00.1", "9", "19" ], [ "8", "Tristan Gommendy", "PKV Racing", "53", "+1:02.3", "11", "17" ], [ "9", "Justin Wilson", "RSPORTS", "53", "+1:03.0", "10", "15" ], [ "10", "Bruno Junqueira", "Dale Coyne Racing", "53", "+1:04.5", "5", "13" ], [ "11", "Neel Jani", "PKV Racing", "53", "+1:13.0", "7", "11" ], [ "12", "Simon Pagenaud", "Team Australia", "53", "+1:28.9", "12", "10" ], [ "13", "Paul Tracy", "Forsythe Racing", "53", "+1:35.1", "16", "9" ], [ "14", "Alex Figge", "Pacific Coast Motorsports", "52", "+ 1 Lap", "15", "8" ], [ "15", "Robert Doornbos", "Minardi Team USA", "49", "+ 4 Laps", "3", "7" ], [ "16", "Katherine Legge", "Dale Coyne Racing", "36", "Mechanical", "17", "6" ], [ "17", "Will Power", "Team Australia", "25", "Mechanical", "2", "5" ], [ "18", "Ryan Dalziel", "Pacific Coast Motorsports", "15", "Collision", "13", "4" ] ] }, { "t5Formulas": [ { "Question": "What final score was there on October 8, 2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"october 8, 2006\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"october 8, 2006\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"october 8, 2006\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which final opponent's surface was hard (i) and participated on October 9, 2005?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard (i)\")*(B1=\"october 9, 2005\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(D2:D8=\"hard (i)\")*(B2:B8=\"october 9, 2005\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"hard (i)\"", "*", "B1", "=", "\"october 9, 2005\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1577734-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Championship", "Surface", "Opponent in the final", "Score in the final" ], [ "2", "Runner-up", "June 13, 2004", "Birmingham , Birmingham, UK", "Grass", "Maria Sharapova Category:Articles with hCards", "6–4, 2–6, 1–6" ], [ "3", "Runner-up", "October 9, 2005", "Tokyo , Tokyo, Japan", "Hard (i)", "Nicole Vaidišová Category:Articles with hCards", "6–7 4 , 2–3, retired" ], [ "4", "Runner-up", "October 8, 2006", "Stuttgart ,Stuttgart, Germany", "Hard (i)", "Nadia Petrova Category:Articles with hCards", "4–6, 6–7 4" ], [ "5", "Winner", "April 8, 2007", "Amelia Island ,Amelia Island, USA", "Clay", "Nadia Petrova Category:Articles with hCards", "6–2, 6–1" ], [ "6", "Winner", "September 22, 2007", "Portorož ,Portorož, Slovenia", "Hard", "Katarina Srebotnik Category:Articles with hCards", "2–6, 6–4, 6–4" ], [ "7", "Runner-up", "October 7, 2007", "Stuttgart ,Stuttgart, Germany", "Hard (i)", "Justine Henin Category:Articles with hCards", "6–2, 2–6, 1–6" ], [ "8", "Runner-up", "October 21, 2007", "Zürich ,Zürich, Switzerland", "Hard (i)", "Justine Henin Category:Articles with hCards", "4–6, 4–6" ] ] }, { "t5Formulas": [ { "Question": "What is the score for Australia with a place of 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"australia\")*(A1=\"4\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"australia\")*(A2:A13=\"4\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"australia\"", "*", "A1", "=", "\"4\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the place of To par of e when Arron Oberholser was the player ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"e\")*(B1=\"arron oberholser\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"e\")*(B2:B13=\"arron oberholser\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"e\"", "*", "B1", "=", "\"arron oberholser\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score with a place of t6 for the player k.j. choi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t6\")*(B1=\"k.j. choi\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t6\")*(B2:B13=\"k.j. choi\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t6\"", "*", "B1", "=", "\"k.j. choi\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the country for the player Tiger Woods?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tiger woods\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"tiger woods\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tiger woods\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the player with a score of 72-68-70=210?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"72-68-70=210\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"72-68-70=210\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"72-68-70=210\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the player with t6 as his place and a country of United states?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t6\")*(C1=\"united states\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t6\")*(C2:C13=\"united states\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t6\"", "*", "C1", "=", "\"united states\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12333215-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "71-63-69=203", "–7" ], [ "3", "2", "Stephen Ames", "Canada", "68-69-69=206", "–4" ], [ "4", "3", "Woody Austin", "United States", "68-70-69=207", "–3" ], [ "5", "4", "John Senden", "Australia", "69-70-69=208", "–2" ], [ "6", "5", "Ernie Els", "South Africa", "72-68-69=209", "–1" ], [ "7", "T6", "K.J. Choi", "South Korea", "71-71-68=210", "E" ], [ "8", "T6", "Nathan Green", "Australia", "75-68-67=210", "E" ], [ "9", "T6", "Arron Oberholser", "United States", "68-72-70=210", "E" ], [ "10", "T6", "Adam Scott", "Australia", "72-68-70=210", "E" ], [ "11", "T6", "Kevin Sutherland", "United States", "73-69-68=210", "E" ], [ "12", "T6", "Scott Verplank", "United States", "70-66-74=210", "E" ], [ "13", "T6", "Boo Weekley", "United States", "76-69-65=210", "E" ] ] }, { "t5Formulas": [ { "Question": "What is the SZDSZ percentage with an MSZP of 25% on 25/2/2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"25%\")*(B1=\"25/2/2009\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(D2:D17=\"25%\")*(B2:B17=\"25/2/2009\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"25%\"", "*", "B1", "=", "\"25/2/2009\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What percentage of others have an SZDSZ of 4% and a Fidesz of 60%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"4%\")*(C1=\"60%\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(E2:E17=\"4%\")*(C2:C17=\"60%\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"4%\"", "*", "C1", "=", "\"60%\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the percentage of others with a Fidesz of 62% and a Jobbik of 4%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"62%\")*(F1=\"4%\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(C2:C17=\"62%\")*(F2:F17=\"4%\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"62%\"", "*", "F1", "=", "\"4%\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "On what date do others have 5% with an SZDSZ of 5%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"5%\")*(E1=\"5%\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(G2:G17=\"5%\")*(E2:E17=\"5%\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"5%\"", "*", "E1", "=", "\"5%\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the SZDSZ percentage with a Jobbik of 5% and a Fidesz of 68%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"5%\")*(C1=\"68%\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(F2:F17=\"5%\")*(C2:C17=\"68%\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"5%\"", "*", "C1", "=", "\"68%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Jobbik percentage with a Fidesz of 61% and others of 2%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"61%\")*(G1=\"2%\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(C2:C17=\"61%\")*(G2:G17=\"2%\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"61%\"", "*", "G1", "=", "\"2%\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15125074-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Source", "Date", "Fidesz", "MSZP", "SZDSZ", "Jobbik", "others" ], [ "2", "Medián", "25/2/2009", "63%", "25%", "4%", "4%", "2%" ], [ "3", "Medián", "18/3/2009", "66%", "23%", "2%", "4%", "1%" ], [ "4", "Tárki", "30/3/2009", "62%", "23%", "3%", "4%", "5%" ], [ "5", "Marketing Centrum", "30/3/2009", "61%", "25%", "3%", "5%", "2%" ], [ "6", "Progresszív Intézet", "13/4/2009", "62%", "25%", "3%", "3%", "2%" ], [ "7", "Medián", "15/4/2009", "70%", "18%", "2%", "4%", "4%" ], [ "8", "Századvég-Forsense", "21/4/2009", "70%", "18%", "2%", "5%", "4%" ], [ "9", "Forsense", "27/4/2009", "63%", "27%", "2%", "6%", "1%" ], [ "10", "Tárki", "29/4/2009", "64%", "22%", "4%", "4%", "4%" ], [ "11", "Gallup", "8/5/2009", "68%", "21%", "1%", "5%", "3%" ], [ "12", "Századvég-Forsense", "26/5/2009", "71%", "17%", "1%", "6%", "3%" ], [ "13", "Nézőpont", "27/5/2009", "66%", "14%", "4%", "7%", "3%" ], [ "14", "Tárki", "27/5/2009", "70%", "17%", "3%", "4%", "5%" ], [ "15", "Szonda Ipsos", "28/5/2009", "67%", "21%", "2%", "4%", "3%" ], [ "16", "Marketing Centrum", "01/06/2009", "61%", "19%", "5%", "8%", "5%" ], [ "17", "Medián", "03/06/2009", "60%", "21%", "4%", "7%", "4%" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent in the mallorca 2, spain tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"mallorca 2, spain\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"mallorca 2, spain\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"mallorca 2, spain\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was varvara lepchenko the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"varvara lepchenko\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"varvara lepchenko\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"varvara lepchenko\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17717526-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "13 August 2007", "Pesaro , Italy", "Clay", "Stephanie Vogt", "6–2, 2–6, 6–1" ], [ "3", "21 August 2007", "Maribor , Slovenia", "Clay", "Tereza Hladíková", "4–6, 6–1, 4–1 ret." ], [ "4", "4 February 2008", "Mallorca , Spain", "Clay", "Inés Ferrer Suárez", "6–3, 6–1" ], [ "5", "11 February 2008", "Mallorca 2, Spain", "Clay", "Stephanie Vogt", "4–6, 6–1, 6–3" ], [ "6", "13 April 2009", "Civitavecchia , Italy", "Clay", "Andrea Petkovic", "6–2,6–4" ], [ "7", "4 May 2009", "Zagreb , Croatia", "Clay", "Maša Zec Peškirič", "7–5, 6–2" ], [ "8", "8 June 2009", "Zlín , Czech Republic", "Clay", "Zuzana Kučová", "6–3, 6–1" ], [ "9", "8 June 2009", "Cuneo , Italy", "Clay", "Varvara Lepchenko", "6–1, 6–2" ], [ "10", "8 February 2010", "Cali , Colombia", "Clay", "Mariana Duque-Marino", "6–4, 5–7, 6–2" ], [ "11", "21 July 2013", "Olomouc , Czech Republic", "Clay", "Katarzyna Piter", "6–0, 6–3" ] ] }, { "t5Formulas": [ { "Question": "what is the away team score when the home team is essendon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"essendon\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"essendon\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"essendon\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the venue when the crowd is more than 11,131 and the home team is essendon?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"essendon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>11131))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,A2:A7=\"essendon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>11131))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "A1", "=", "\"essendon\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "11131" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-10885968-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Fitzroy", "15.13 (103)", "Melbourne", "17.13 (115)", "Junction Oval", "11,131", "1 May 1976" ], [ "3", "Essendon", "10.15 (75)", "Hawthorn", "14.10 (94)", "Windy Hill", "14,389", "1 May 1976" ], [ "4", "Carlton", "8.19 (67)", "South Melbourne", "9.12 (66)", "Princes Park", "20,327", "1 May 1976" ], [ "5", "Richmond", "12.17 (89)", "Footscray", "15.20 (110)", "MCG", "31,434", "1 May 1976" ], [ "6", "St Kilda", "19.19 (133)", "Collingwood", "16.6 (102)", "Moorabbin Oval", "28,737", "1 May 1976" ], [ "7", "Geelong", "15.6 (96)", "North Melbourne", "13.12 (90)", "VFL Park", "20,760", "1 May 1976" ] ] }, { "t5Formulas": [ { "Question": "What is the 2011 Australian Open and a 2010 QF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"australian open\")*(C1=\"qf\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(A2:A11=\"australian open\")*(C2:C11=\"qf\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"australian open\"", "*", "C1", "=", "\"qf\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is 2010 that has 1r 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1r\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"1r\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1r\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the winning % for the 2010 QF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"qf\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"qf\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"qf\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2009 for 2012 1R in Wimbledon and a 2011 2r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"1r\")*(A1=\"wimbledon\")*(D1=\"2r\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(E2:E11=\"1r\")*(A2:A11=\"wimbledon\")*(D2:D11=\"2r\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1r\"", "*", "A1", "=", "\"wimbledon\"", "*", "D1", "=", "\"2r\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is 2012 that has a winning % of 67%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"67%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"67%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"67%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18288707-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "2009", "2010", "2011", "2012", "Win %" ], [ "2", "Women's Singles", "Women's Singles", "Women's Singles", "Women's Singles", "Women's Singles", "Women's Singles" ], [ "3", "Australian Open", "A", "Q2", "A", "1R", "50%" ], [ "4", "French Open", "A", "A", "A", "1R", "0%" ], [ "5", "Wimbledon", "1R", "1R", "2R", "1R", "44%" ], [ "6", "US Open", "Q3", "Q3", "2R", "4R", "67%" ], [ "7", "Women's Doubles", "Women's Doubles", "Women's Doubles", "Women's Doubles", "Women's Doubles", "Women's Doubles" ], [ "8", "Australian Open", "A", "QF", "A", "1R", "50%" ], [ "9", "French Open", "A", "A", "A", "A", "0%" ], [ "10", "Wimbledon", "2R", "1R", "1R", "1R", "29%" ], [ "11", "US Open", "A", "A", "A", "1R", "0%" ] ] }, { "t5Formulas": [ { "Question": "What is the LMS class of trains with numbers 14510-5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"14510-5\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,H2:H6=\"14510-5\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"14510-5\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date of the 279 wheels?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=279))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(B2:B6)),FILTER(query1,CHOOSECOLS(query1,2)=279))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "279" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the class when the LMS class is 3F?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3F\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,G2:G6=\"3F\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3F\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the LMS number of the trains built by G&SWR Kilmarnock?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"G&SWR Kilmarnock\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,D2:D6=\"G&SWR Kilmarnock\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"G&SWR Kilmarnock\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many figures are there for wheels for LMS numbers 16377-9?", "Formula": "SUMIFS(B1,H1,\"16377-9\")", "Formula2": "SUMIFS(B2:B6,H2:H6,\"16377-9\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "H1", "\"16377-9\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the builder of the train with LMS Class 3f?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3F\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,G2:G6=\"3F\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3F\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15412381-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Class", "Wheels", "Date", "Builder", "No. built", "1919 nos.", "LMS Class", "LMS nos." ], [ "2", "4-4-0", "131", "1913", "North British", "6", "331-336", "3P", "14510-5" ], [ "3", "4-4-0", "137", "1915", "G&SWR Kilmarnock", "6", "325-330", "3P", "14516-21" ], [ "4", "0-6-0T", "5", "1917", "North British", "3", "322-324", "2F", "16377-9" ], [ "5", "0-6-2T", "45", "1915-17", "North British", "18", "11-28", "3F", "16410-27 (later 16910-27)" ], [ "6", "0-6-0", "279", "1913", "North British", "15", "71-85", "4F", "17750-64" ] ] }, { "t5Formulas": [ { "Question": "What publishers were involved with product number SCUS-97265?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"SCUS-97265\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"SCUS-97265\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"SCUS-97265\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total number of James Bond 007: Everything or Nothing for each system?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"James Bond 007: Everything or Nothing\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"James Bond 007: Everything or Nothing\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"James Bond 007: Everything or Nothing\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many products have the title \"Jak 3\"?", "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"Jak 3\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D6, A2:A6=\"Jak 3\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"Jak 3\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which James Bond 007: Agent Under Fire from Electronic Arts is compatible with 60 gb pal/80 gb NTSC PS3 (CECHC/CECHE)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Electronic Arts\")*(A1=\"James Bond 007: Agent Under Fire\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"Electronic Arts\")*(A2:A6=\"James Bond 007: Agent Under Fire\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Electronic Arts\"", "*", "A1", "=", "\"James Bond 007: Agent Under Fire\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What publishers produce product number SLUS-20265?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"SLUS-20265\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"SLUS-20265\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"SLUS-20265\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many titles have the product number SCUS-97330?", "Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"SCUS-97330\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A6, D2:D6=\"SCUS-97330\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "\"SCUS-97330\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "test_1-10875694-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Title", "System", "Publisher", "Product No.", "Compatible with 20/60GB NTSC PS3 (CECHA/CECHB)", "Compatible with 60GB PAL/80GB NTSC PS3 (CECHC/CECHE)" ], [ "2", "Jak II", "PS2", "Sony Computer Entertainment", "SCUS-97265", "Yes", "Yes" ], [ "3", "Jak 3", "PS2", "Sony Computer Entertainment", "SCUS-97330", "Yes", "Yes" ], [ "4", "James Bond 007: Agent Under Fire", "PS2", "Electronic Arts", "SLUS-20265", "Yes", "Yes" ], [ "5", "James Bond 007: Everything or Nothing", "PS2", "Electronic Arts", "SLUS-20751", "Yes", "unknown" ], [ "6", "Jaws Unleashed", "PS2", "Majesco", "SCUS-97124GH", "Yes", "Plays, will freeze sometimes." ] ] }, { "t5Formulas": [ { "Question": "What is the top speed of a 4-speed automatic with production in 2002-2005?", "Formula": "FILTER(G1,(C1=\"4-speed automatic\")*(B1=\"2002-2005\"))", "Formula2": "FILTER(G2:G7,(C2:C7=\"4-speed automatic\")*(B2:B7=\"2002-2005\"))", "Level": "easy", "Tokens": [ "FILTER(", "G1", "C1", "=", "\"4-speed automatic\"", "*", "B1", "=", "\"2002-2005\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the top speed of a 5-speed manual transmission produced in 2006-2009?", "Formula": "FILTER(G1,(B1=\"2006-2009\")*(C1=\"5-speed manual\"))", "Formula2": "FILTER(G2:G7,(B2:B7=\"2006-2009\")*(C2:C7=\"5-speed manual\"))", "Level": "easy", "Tokens": [ "FILTER(", "G1", "B1", "=", "\"2006-2009\"", "*", "C1", "=", "\"5-speed manual\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the acceleration 0-100km/h that was produced in 2002-2006?", "Formula": "FILTER(F1,B1=\"2002-2006\")", "Formula2": "FILTER(F2:F7,B2:B7=\"2002-2006\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"2002-2006\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1857216-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Engine", "Production", "Transmission", "Power", "Torque", "Acceleration 0–100km/h (0–62mph)", "Top Speed" ], [ "2", "1.6L", "2002-2006", "5-speed manual", "PS (kW; bhp)", "N·m (lb·ft)", "11.6 s", "km/h (mph)" ], [ "3", "2.0L", "2002-2005", "5-speed manual", "PS (kW; bhp)", "N·m (lb·ft)", "9.2 s", "km/h (mph)" ], [ "4", "2.0L", "2002-2005", "4-speed automatic", "PS (kW; bhp)", "N·m (lb·ft)", "10.5 s", "km/h (mph)" ], [ "5", "2.0L", "2006-2009", "5-speed manual", "PS (kW; bhp)", "N·m (lb·ft)", "9.1 s", "km/h (mph)" ], [ "6", "2.0L", "2006-2009", "4-speed automatic", "PS (kW; bhp)", "N·m (lb·ft)", "10.4 s", "km/h (mph)" ], [ "7", "2.7L", "2002-2009", "5-speed manual 6-speed manual", "PS (kW; bhp)", "N·m (lb·ft)", "8.2 s", "km/h (mph)" ] ] }, { "t5Formulas": [ { "Question": "What is the current map designation of the feature for which derain crater was the namesake?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"derain crater\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"derain crater\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"derain crater\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Albedo name for Neruda?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"neruda\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"neruda\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"neruda\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What number is Kuiper?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"kuiper\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"kuiper\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"kuiper\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the current map designation of the feature which was named for discovery rupes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"discovery rupes\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"discovery rupes\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"discovery rupes\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the current map designation for Debussy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"debussy\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"debussy\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"debussy\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the current map designation for Beethoven?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"beethoven\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"beethoven\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"beethoven\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14225237-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Number", "Namesake", "Albedo feature name", "Area", "Current map" ], [ "2", "Borealis", "H-1", "Borealis Planitia", "Borea", "North pole to 67° latitude", "H-1" ], [ "3", "Victoria", "H-2", "Victoria Rupes", "Aurora", "0 to 90° longitude, 21 to 66° latitude", "H-2" ], [ "4", "Shakespeare", "H-3", "Shakespeare crater", "Caduceata", "90 to 180° longitude, 21 to 66° latitude", "H-3" ], [ "5", "Raditladi", "H-4", "Raditladi Basin", "Liguria", "270 to 180° longitude, 21 to 66° latitude", "H-4" ], [ "6", "Hokusai", "H-5", "Hokusai crater", "Apollonia", "360 to 270° longitude, 21 to 66° latitude", "H-5" ], [ "7", "Kuiper", "H-6", "Kuiper crater", "Tricrena", "0 to 72° longitude, −22 to 22° latitude", "H-6" ], [ "8", "Beethoven", "H-7", "Beethoven crater", "Solitudo Lycaonis", "72 to 144° longitude, −22 to 22° latitude", "H-7" ], [ "9", "Tolstoj", "H-8", "Tolstoj crater", "Phaethontias", "144 to 216° longitude, −22 to 22° latitude", "H-8" ], [ "10", "Eminescu", "H-9", "Eminescu crater", "Solitudo Criophori", "216 to 288° longitude, −22 to 22° latitude", "H-9" ], [ "11", "Derain", "H-10", "Derain crater", "Pieria", "288 to 360° longitude, –22 to 22° latitude", "H-10" ], [ "12", "Discovery", "H-11", "Discovery Rupes", "Solitudo Hermae Trismegisti", "0 to 90° longitude, −21 to −66° latitude", "H-11" ], [ "13", "Michelangelo", "H-12", "Michelangelo crater", "Solitudo Promethei", "90 to 180° longitude, −21 to -66° latitude", "H-12" ], [ "14", "Neruda", "H-13", "Neruda crater", "Solitudo Persephones", "180 to 270° longitude, −21 to –66° latitude", "H-13" ], [ "15", "Debussy", "H-14", "Debussy crater", "Cyllene", "270 to 360° longitude, −21 to −66° latitude", "H-14" ], [ "16", "Bach", "H-15", "Bach crater", "Australia", "South pole to −67° latitude", "H-15" ] ] }, { "t5Formulas": [ { "Question": "What is the smallest total for a rank below 4, 0 silver medals, and 2 gold medals?", "Formula": "MIN(FILTER(F1, (A1<4)*(D1>0)*(C1<2)))", "Formula2": "MIN(FILTER(F2:F9, (A2:A9<4)*(D2:D9>0)*(C2:C9<2)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "<", "4", "*", "D1", ">", "0", "*", "C1", "<", "2" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many gold medals on average were earned by Italy when they held the rank of 4?", "Formula": "SUM(FILTER(C1, (B1=\"italy\")*(A1>4)))", "Formula2": "SUM(FILTER(C2:C9, (B2:B9=\"italy\")*(A2:A9>4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"italy\"", "*", "A1", ">", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-10122032-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "4", "2", "2", "8" ], [ "3", "2", "Germany", "2", "1", "0", "3" ], [ "4", "3", "Australia", "0", "0", "2", "2" ], [ "5", "4", "Great Britain", "0", "1", "0", "1" ], [ "6", "4", "USA", "0", "1", "0", "1" ], [ "7", "4", "Italy", "0", "1", "0", "1" ], [ "8", "7", "Greece", "0", "0", "1", "1" ], [ "9", "7", "Egypt", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Week has a Result of w 23–22?", "Formula": "SUMIFS(A1,D1,\"w 23–22\")", "Formula2": "SUMIFS(A2:A18,D2:D18,\"w 23–22\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"w 23–22\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When was there a bye result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"bye\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"bye\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"bye\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the attendance 65,806?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=65806),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=65806),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "65806", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who was the opponent after week 16?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>16))", "Formula2": "LET(query1,SUMMARIZE(C2:C18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)>16))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17860875-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 2004", "at New York Jets", "L 24–31", "77,230" ], [ "3", "2", "September 19, 2004", "Miami Dolphins", "W 16–13", "65,705" ], [ "4", "3", "September 26, 2004", "Baltimore Ravens", "L 9–23", "65,575" ], [ "5", "4", "October 3, 2004", "at Pittsburgh Steelers", "L 17–18", "62,402" ], [ "6", "5", "Bye", "Bye", "Bye", "Bye" ], [ "7", "6", "October 17, 2004", "at Cleveland Browns", "L 17–34", "73,263" ], [ "8", "7", "October 25, 2004", "Denver Broncos", "W 23–10", "65,806" ], [ "9", "8", "October 31, 2004", "at Tennessee Titans", "L 20–27", "68,932" ], [ "10", "9", "November 7, 2004", "Dallas Cowboys", "W 26–3", "65,721" ], [ "11", "10", "November 14, 2004", "at Washington Redskins", "W 17–10", "87,786" ], [ "12", "11", "November 21, 2004", "Pittsburgh Steelers", "L 14–19", "65,780" ], [ "13", "12", "November 28, 2004", "Cleveland Browns", "W 58–48", "65,677" ], [ "14", "13", "December 5, 2004", "at Baltimore Ravens", "W 27–26", "69,695" ], [ "15", "14", "December 12, 2004", "at New England Patriots", "L 28–35", "68,756" ], [ "16", "15", "December 19, 2004", "Buffalo Bills", "L 17–33", "65,378" ], [ "17", "16", "December 26, 2004", "New York Giants", "W 23–22", "64,606" ], [ "18", "17", "January 2, 2005", "at Philadelphia Eagles", "W 38–10", "67,074" ] ] }, { "t5Formulas": [ { "Question": "If the rebounds are at 87, what are the amount of steals?", "Formula": "SUM(FILTER(E1, C1=87))", "Formula2": "SUM(FILTER(E2:E11, C2:C11=87))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "87" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many players 89 points?", "Formula": "SUM(FILTER(F1, G1=89))", "Formula2": "SUM(FILTER(F2:F11, G2:G11=89))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "=", "89" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "If the Steals are 20, what are the blocks?", "Formula": "SUM(FILTER(F1, E1=20))", "Formula2": "SUM(FILTER(F2:F11, E2:E11=20))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "20" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-25342713-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Games Played", "Rebounds", "Assists", "Steals", "Blocks", "Points" ], [ "2", "Chasity Melvin", "34", "215", "52", "28", "22", "444" ], [ "3", "Penny Taylor", "34", "148", "80", "38", "10", "398" ], [ "4", "LaToya Thomas", "32", "164", "37", "28", "13", "345" ], [ "5", "Betty Lennox", "34", "89", "32", "14", "4", "258" ], [ "6", "Deanna Jackson", "34", "89", "51", "20", "13", "245" ], [ "7", "Merlakia Jones", "34", "97", "44", "22", "3", "164" ], [ "8", "Helen Darling", "34", "87", "128", "39", "6", "141" ], [ "9", "Pollyanna Johns Kimbrough", "30", "82", "19", "12", "10", "89" ], [ "10", "Lucienne Berthieu", "22", "42", "6", "10", "4", "84" ], [ "11", "Jennifer Rizzotti", "33", "42", "65", "14", "0", "59" ] ] }, { "t5Formulas": [ { "Question": "What primary conference does the team nicknamed Phoenix belongs to?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"phoenix\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,F2:F8=\"phoenix\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"phoenix\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where is the location for the home rink Triangle sports plex/Greensboro ice house?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"triangle sports plex/greensboro ice house\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,H2:H8=\"triangle sports plex/greensboro ice house\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"triangle sports plex/greensboro ice house\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16403890-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Institution", "Location", "Founded", "Affiliation", "Enrollment", "Team Nickname", "Primary conference", "Home Rink" ], [ "2", "Duke University", "Durham, NC", "1838", "Private/Non-Sectarian", "6,496", "Blue Devils", "Atlantic Coast Conference ( D-I )", "Triangle Sports Plex" ], [ "3", "Elon University", "Elon, NC", "1889", "Private", "5,225", "Phoenix", "Southern Conference ( D-I )", "Triangle Sports Plex/Greensboro Ice House" ], [ "4", "Georgetown University", "Washington, DC", "1789", "Private/Catholic", "13,612", "Hoyas", "Big East Conference ( D-I )", "Kettler Capitals Iceplex" ], [ "5", "George Washington University", "Washington, DC", "1821", "Private", "6,655", "Colonials", "Atlantic 10 Conference ( D-I )", "Fort Dupont Ice Arena/ Kettler Capitals Iceplex" ], [ "6", "University of North Carolina", "Chapel Hill, NC", "1789", "Public", "17,895", "Tar Heels", "Atlantic Coast Conference ( D-I )", "Triangle Sports Plex" ], [ "7", "North Carolina State University", "Raleigh, NC", "1887", "Public", "24,741", "Wolfpack", "Atlantic Coast Conference ( D-I )", "Raleigh Center Ice" ], [ "8", "Wake Forest University", "Winston-Salem, NC", "1834", "Private/Non-sectarian", "7,400", "Demon Deacons", "Atlantic Coast Conference ( D-I )", "Winston-Salem Joel Coliseum Annex" ] ] }, { "t5Formulas": [ { "Question": "What is the score for the Dec 11 game?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(B2:B16)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which game has an opponent of Phoenix Coyotes and was before Dec 9?", "Formula": "SUM(FILTER(A1, (C1=\"phoenix coyotes\")*(B1<9)))", "Formula2": "SUM(FILTER(A2:A16, (C2:C16=\"phoenix coyotes\")*(B2:B16<9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"phoenix coyotes\"", "*", "B1", "<", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the December game that led to an 11-13-5 record?", "Formula": "SUMIFS(B1,E1,\"11-13-5\")", "Formula2": "SUMIFS(B2:B16,E2:E16,\"11-13-5\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"11-13-5\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the record after game 41?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=41))", "Formula2": "LET(query1,SUMMARIZE(E2:E16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=41))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "41" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-14034799-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "December", "Opponent", "Score", "Record" ], [ "2", "27", "1", "Montreal Canadiens", "6 - 2", "10-13-4" ], [ "3", "28", "4", "Philadelphia Flyers", "1 - 1 OT", "10-13-5" ], [ "4", "29", "6", "Toronto Maple Leafs", "6 - 5", "11-13-5" ], [ "5", "30", "7", "@ Toronto Maple Leafs", "4 - 0", "12-13-5" ], [ "6", "31", "9", "Phoenix Coyotes", "5 - 2", "13-13-5" ], [ "7", "32", "11", "New York Islanders", "5 - 3", "13-14-5" ], [ "8", "33", "13", "@ Buffalo Sabres", "3 - 0", "14-14-5" ], [ "9", "34", "16", "Hartford Whalers", "5 - 2", "15-14-5" ], [ "10", "35", "18", "Los Angeles Kings", "4 - 0", "16-14-5" ], [ "11", "36", "21", "@ Montreal Canadiens", "3 - 2 OT", "17-14-5" ], [ "12", "37", "22", "Florida Panthers", "7 - 3", "18-14-5" ], [ "13", "38", "26", "@ Ottawa Senators", "5 - 2", "18-15-5" ], [ "14", "39", "27", "Mighty Ducks of Anaheim", "3 - 2", "19-15-5" ], [ "15", "40", "30", "@ Dallas Stars", "3 - 2", "20-15-5" ], [ "16", "41", "31", "@ Tampa Bay Lightning", "4 - 2", "20-16-5" ] ] }, { "t5Formulas": [ { "Question": "Who was the worship leader that had a lead supporting vocal Marcus Temu?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"marcus temu\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"marcus temu\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"marcus temu\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the lead supporting vocalist on the song that was 4:54 long?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"4:54\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"4:54\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"4:54\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Worship Leader for the song that was 7:05 long?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"7:05\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"7:05\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"7:05\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the song name that featured Marcus Temu as the lead supporting vocalist?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"marcus temu\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"marcus temu\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"marcus temu\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16755452-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Track", "Song", "Author", "Worship Leader", "Lead Supporting Vocal", "Time" ], [ "2", "1", "Your Name High", "Joel Houston", "Joel Houston", "Annie Garratt", "3:55" ], [ "3", "2", "Run", "Joel Houston", "Joel Houston", "Annie Garratt", "3:20" ], [ "4", "3", "Desert Song", "Jill McCloghry", "Brooke Fraser & Jill McCloghry", "None", "4:11" ], [ "5", "4", "This Is Our God", "Reuben Morgan", "Reuben Morgan", "Jill McCloghry", "5:48" ], [ "6", "5", "He Is Lord", "Ben Fielding", "Annie Garratt", "Marcus Temu", "4:54" ], [ "7", "6", "High And Lifted Up", "Darlene Zschech & Mike Guglielmucci", "Darlene Zschech", "None", "4:37" ], [ "8", "7", "Stronger", "Reuben Morgan & Ben Fielding", "Jad Gillies", "Darlene Zschech", "4:26" ], [ "9", "8", "Healer", "Mike Guglielmucci", "Darlene Zschech & Mike Guglielmucci", "Joel Houston", "7:05" ], [ "10", "9", "You Are Here (The Same Power)", "Dave George & Grant Pankratz", "Joel Houston & Darlene Zschech", "None", "2:51" ], [ "11", "10", "You Deserve", "Matt Crocker & James Dunlop", "Sam Knock", "Jonathon Douglass & Annie Garratt", "4:37" ], [ "12", "11", "Across The Earth", "Reuben Morgan & Matt Crocker", "Matt Crocker", "Annie Garratt", "4:29" ], [ "13", "12", "Where We Belong", "Reuben Morgan & Joel Davies", "Joel Davies", "None", "5:32" ], [ "14", "13", "Sing To The Lord", "Mike Guglielmucci & Matt Crocker", "Marty Sampson", "Reuben Morgan & Brooke Fraser", "6:43" ], [ "15", "14", "You'll Come", "Brooke Fraser", "Darlene Zschech & Brooke Fraser", "Joel Houston", "5:04" ], [ "16", "15", "Turn Your Eyes Upon Jesus", "Traditional", "Brooke Fraser", "None", "1:45" ], [ "17", "16", "With Everything", "Joel Houston", "Joel Houston", "Darlene Zschech", "7:55" ] ] }, { "t5Formulas": [ { "Question": "At which venue did an away team play with a score of 15.13 (103)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.13 (103)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.13 (103)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.13 (103)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what date did the home team score 19.15 (129)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"19.15 (129)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"19.15 (129)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"19.15 (129)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10809823-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "15.12 (102)", "Richmond", "29.21 (195)", "MCG", "27,217", "24 May 1980" ], [ "3", "Fitzroy", "14.16 (100)", "South Melbourne", "16.25 (121)", "Junction Oval", "14,665", "24 May 1980" ], [ "4", "Collingwood", "18.28 (136)", "Geelong", "15.15 (105)", "Victoria Park", "30,157", "24 May 1980" ], [ "5", "St Kilda", "19.15 (129)", "Footscray", "15.13 (103)", "Moorabbin Oval", "15,207", "24 May 1980" ], [ "6", "North Melbourne", "14.9 (93)", "Hawthorn", "13.10 (88)", "VFL Park", "34,384", "24 May 1980" ], [ "7", "Carlton", "20.11 (131)", "Essendon", "13.16 (94)", "SCG", "24,545", "25 May 1980" ] ] }, { "t5Formulas": [ { "Question": "What is the score on December 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"december 2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,B2:B16=\"december 2\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"december 2\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17190012-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "Location Attendance", "Record" ], [ "2", "16", "December 2", "@ Indiana", "L 117–118 (OT)", "Kobe Bryant (28)", "Pau Gasol , Andrew Bynum (9)", "Conseco Fieldhouse 16,412", "14–2" ], [ "3", "17", "December 3", "@ Philadelphia", "W 114–102 (OT)", "Kobe Bryant (32)", "Pau Gasol (13)", "Wachovia Center 19,119", "15–2" ], [ "4", "18", "December 5", "@ Washington", "W 106–104 (OT)", "Kobe Bryant (23)", "Pau Gasol , Andrew Bynum (10)", "Verizon Center 20,173", "16–2" ], [ "5", "19", "December 7", "Milwaukee", "W 105–92 (OT)", "Kobe Bryant (20)", "Andrew Bynum (14)", "Staples Center 18,997", "17–2" ], [ "6", "20", "December 9", "@ Sacramento", "L 101–113 (OT)", "Kobe Bryant (28)", "Pau Gasol (12)", "ARCO Arena 16,068", "17–3" ], [ "7", "21", "December 10", "Phoenix", "W 115–110 (OT)", "Pau Gasol (28)", "Andrew Bynum (11)", "Staples Center 18,997", "18–3" ], [ "8", "22", "December 12", "Sacramento", "W 112–103 (OT)", "Kobe Bryant (32)", "Pau Gasol (11)", "Staples Center 18,997", "19–3" ], [ "9", "23", "December 14", "Minnesota", "W 98–86 (OT)", "Kobe Bryant (26)", "Pau Gasol (11)", "Staples Center 18,997", "20–3" ], [ "10", "24", "December 16", "New York", "W 116–114 (OT)", "Kobe Bryant (28)", "Lamar Odom (12)", "Staples Center 18,997", "21–3" ], [ "11", "25", "December 19", "@ Miami", "L 87–89 (OT)", "Kobe Bryant (28)", "Pau Gasol (11)", "American Airlines Arena 19,600", "21–4" ], [ "12", "26", "December 20", "@ Orlando", "L 103–106 (OT)", "Kobe Bryant (41)", "Kobe Bryant , Lamar Odom (8)", "Amway Arena 17,461", "21–5" ], [ "13", "27", "December 22", "@ Memphis", "W 105–96 (OT)", "Kobe Bryant (36)", "Pau Gasol (7)", "FedExForum 17,456", "22–5" ], [ "14", "28", "December 23", "@ New Orleans", "W 100–87 (OT)", "Kobe Bryant (26)", "Lamar Odom (8)", "New Orleans Arena 18,405", "23–5" ], [ "15", "29", "December 25", "Boston", "W 92–83 (OT)", "Kobe Bryant (27)", "Kobe Bryant (9)", "Staples Center 18,997", "24–5" ], [ "16", "30", "December 28", "Golden State", "W 130–113 (OT)", "Kobe Bryant (31)", "Andrew Bynum (10)", "Staples Center 18,997", "25–5" ] ] }, { "t5Formulas": [ { "Question": "What player weight 235?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=235))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)=235))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "235" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the height of the F who weighs less than 195?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"f\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<195))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,A2:A14=\"f\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<195))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"f\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "195" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What team does F Trey Gilder play for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"f\")*(B1=\"trey gilder\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14=\"f\")*(B2:B14=\"trey gilder\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"f\"", "*", "B1", "=", "\"trey gilder\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What player plays for the Dakota Wizards?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"dakota wizards\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,C2:C14=\"dakota wizards\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dakota wizards\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which player who weighs 210 plays for the Reno Bighorns?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"reno bighorns\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=210))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,C2:C14=\"reno bighorns\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=210))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"reno bighorns\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "210" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What position does Brian Butch play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"brian butch\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"brian butch\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"brian butch\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15753220-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pos.", "Player", "Team", "Height", "Weight" ], [ "2", "G", "Pat Carroll", "Iowa Energy", "6–5", "190" ], [ "3", "F", "Trey Gilder", "Maine Red Claws", "6–9", "185" ], [ "4", "F", "Carlos Powell", "Albuquerque Thunderbirds", "6–7", "225" ], [ "5", "F", "Romel Beck", "Dakota Wizards", "6–8", "195" ], [ "6", "F", "Brian Butch", "Bakersfield Jam", "6–11", "240" ], [ "7", "F", "Desmon Farmer", "Reno Bighorns", "6–5", "210" ], [ "8", "F", "Mike Harris", "Rio Grande Valley Vipers", "6–6", "235" ], [ "9", "G", "Donell Taylor", "Idaho Stampede", "6–5", "215" ], [ "10", "G", "Curtis Jerrells", "Austin Toros", "6–1", "195" ], [ "11", "G", "Mustafa Shakur", "Tulsa 66ers", "6–3", "190" ], [ "12", "F", "Diamon Simpson", "Los Angeles D-Fenders", "6–7", "230" ], [ "13", "F", "Reggie Williams", "Sioux Falls Skyforce", "6–6", "210" ], [ "14", "G", "Dontell Jefferson", "Utah Flash", "6–5", "190" ] ] }, { "t5Formulas": [ { "Question": "For the 2nd string of Ra what is the Depart de la main gauche?", "Formula": "FILTER(B1,D1=\"ra\")", "Formula2": "FILTER(B2:B9,D2:D9=\"ra\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"ra\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "For a 1st string of si Accord du and a 2nd string of mi what is the 3rd string?", "Formula": "FILTER(E1,(C1=\"si\")*(D1=\"mi\"))", "Formula2": "FILTER(E2:E9,(C2:C9=\"si\")*(D2:D9=\"mi\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"si\"", "*", "D1", "=", "\"mi\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the mode of the Depart de la main gauche of 1st case and a la or mi 3rd string?", "Formula": "FILTER(A1,(B1=\"1st case\")*(E1=\"la or mi\"))", "Formula2": "FILTER(A2:A9,(B2:B9=\"1st case\")*(E2:E9=\"la or mi\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"1st case\"", "*", "E1", "=", "\"la or mi\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the Depart de la main gauche of the do Mode?", "Formula": "FILTER(B1,A1=\"do\")", "Formula2": "FILTER(B2:B9,A2:A9=\"do\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"do\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "For the 2nd string of Do and an Accord du 1st string of FA what is the Depart de la main gauche?", "Formula": "FILTER(B1,(D1=\"do\")*(C1=\"fa\"))", "Formula2": "FILTER(B2:B9,(D2:D9=\"do\")*(C2:C9=\"fa\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"do\"", "*", "C1", "=", "\"fa\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-16795570-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Mode", "Départ de la main gauche", "Accord du 1st string", "2nd string", "3rd string" ], [ "2", "DO", "Chanterelles jouant à vide", "SOL", "DO", "DO ou SOL" ], [ "3", "RE", "1st case", "LA", "RA", "LA ou RE" ], [ "4", "MI", "2nd case", "SI", "MI", "SI ou MI" ], [ "5", "FA 1st façon", "3rd case", "DO", "FA", "DO or FA" ], [ "6", "FA 2nd façon", "6th case", "FA", "DO", "DO or FA" ], [ "7", "SOL", "Chanterelles jouant à vide", "SOL", "RE", "SOL or RE" ], [ "8", "LA", "1st case", "LA", "MI", "LA or MI" ], [ "9", "SI", "2nd case", "SI", "FA", "SI or FA" ] ] }, { "t5Formulas": [ { "Question": "What was Geelong's score when they were the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"geelong\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the game when Collingwood was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"collingwood\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team that scored 8.12 (60)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"8.12 (60)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"8.12 (60)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"8.12 (60)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10776868-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "15.8 (98)", "Richmond", "7.12 (54)", "Kardinia Park", "23,555", "4 August 1962" ], [ "3", "Fitzroy", "7.8 (50)", "North Melbourne", "8.12 (60)", "Brunswick Street Oval", "9,399", "4 August 1962" ], [ "4", "Essendon", "15.7 (97)", "St Kilda", "5.17 (47)", "Windy Hill", "26,000", "4 August 1962" ], [ "5", "Carlton", "8.11 (59)", "Hawthorn", "7.11 (53)", "Princes Park", "18,250", "4 August 1962" ], [ "6", "South Melbourne", "9.9 (63)", "Footscray", "10.20 (80)", "Lake Oval", "17,200", "4 August 1962" ], [ "7", "Melbourne", "14.8 (92)", "Collingwood", "11.11 (77)", "MCG", "54,322", "4 August 1962" ] ] }, { "t5Formulas": [ { "Question": "When the score was 71-71-70-70=282 what was the To par recorded?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"71-71-70-70=282\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"71-71-70-70=282\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"71-71-70-70=282\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score for Tom Lehman?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"tom lehman\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"tom lehman\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"tom lehman\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17162179-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Ernie Els", "South Africa", "71-67-69-69=276", "–4", "465,000" ], [ "3", "2", "Colin Montgomerie", "Scotland", "65-76-67-69=277", "–3", "275,000" ], [ "4", "3", "Tom Lehman", "United States", "67-70-68-73=278", "–2", "172,828" ], [ "5", "4", "Jeff Maggert", "United States", "73-66-68-74=281", "+1", "120,454" ], [ "6", "T5", "Olin Browne", "United States", "71-71-69-71=282", "+2", "79,875" ], [ "7", "T5", "Jim Furyk", "United States", "74-68-69-71=282", "+2", "79,875" ], [ "8", "T5", "Jay Haas", "United States", "73-69-68-72=282", "+2", "79,875" ], [ "9", "T5", "Tommy Tolles", "United States", "74-67-69-72=282", "+2", "79,875" ], [ "10", "T5", "Bob Tway", "United States", "71-71-70-70=282", "+2", "79,875" ], [ "11", "T10", "Scott Hoch", "United States", "71-68-72-72=283", "+3", "56,949" ], [ "12", "T10", "Scott McCarron", "United States", "73-71-69-70=283", "+3", "56,949" ], [ "13", "T10", "David Ogrin", "United States", "70-69-71-73=283", "+3", "56,949" ] ] }, { "t5Formulas": [ { "Question": "What was the margin of victory of Steve Stricker as a runner up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Steve Stricker\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,G2:G8=\"Steve Stricker\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Steve Stricker\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many to par has the winning score of 69-66-68=203.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"69-66-68=203\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"69-66-68=203\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"69-66-68=203\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the minimum number of the bmw championship tournament.", "Formula": "MINIFS(A1,C1,\"BMW Championship\")", "Formula2": "MINIFS(A2:A8,C2:C8,\"BMW Championship\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"BMW Championship\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the total number of John Merrick as a runner up?", "Formula": "SUMIFS(A1,G1,\"John Merrick\")", "Formula2": "SUMIFS(A2:A8,G2:G8,\"John Merrick\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "G1", "\"John Merrick\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-19630743-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No.", "Date", "Tournament", "Winning score", "To par", "Margin of victory", "Runner(s)-up" ], [ "2", "1", "Oct 5, 2008", "Turning Stone Resort Championship", "72-68-70-69=279", "−9", "1 stroke", "Robert Allenby" ], [ "3", "2", "Feb 15, 2009", "AT&T Pebble Beach National Pro-Am *", "65-69-67=201", "−15", "4 strokes", "Mike Weir" ], [ "4", "3", "Feb 14, 2010", "AT&T Pebble Beach National Pro-Am (2)", "64-68-64-74=270", "−16", "1 stroke", "David Duval , J. B. Holmes" ], [ "5", "4", "Sep 12, 2010", "BMW Championship", "68-70-68-69=275", "−9", "1 stroke", "Paul Casey" ], [ "6", "5", "Aug 27, 2011", "The Barclays *", "66-63-65=194", "−19", "2 strokes", "Matt Kuchar" ], [ "7", "6", "Jun 10, 2012", "FedEx St. Jude Classic", "70-68-67-66=271", "−9", "1 stroke", "John Merrick" ], [ "8", "7", "Jan 8, 2013", "Hyundai Tournament of Champions *", "69-66-68=203", "−16", "4 strokes", "Steve Stricker" ] ] }, { "t5Formulas": [ { "Question": "Names of products from most expensive to cheapest in total.", "Formula": "SORT(SUMMARIZE(B1,SUMX(C1)), 2, -1)", "Formula2": "SORT(SUMMARIZE(B2:B16,SUMX(C2:C16)), 2, -1)", "Level": "medium", "Tokens": [ "SORT(", "SUMMARIZE(", "B1", "SUMX(", "C1", "2", "-", "1" ], "Funcs": [ "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num" ] }, { "Question": "Average price for each product category.", "Formula": "SUMMARIZE(B1,AVERAGEX(C1))", "Formula2": "SUMMARIZE(B2:B16,AVERAGEX(C2:C16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "B1", "AVERAGEX(", "C1" ], "Funcs": [ "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell" ] }, { "Question": "What is the mean price of each product category?", "Formula": "SUMMARIZE(B1,AVERAGEX(C1))", "Formula2": "SUMMARIZE(B2:B16,AVERAGEX(C2:C16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "B1", "AVERAGEX(", "C1" ], "Funcs": [ "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell" ] }, { "Question": "Product names with mean prices less than 1 million.", "Formula": "LET(query1,SUMMARIZE(B1,AVERAGEX(C1)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,AVERAGEX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "AVERAGEX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which product categories have a mean price below 1000000?", "Formula": "LET(query1,SUMMARIZE(B1,AVERAGEX(C1)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,AVERAGEX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "AVERAGEX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Names of product categories costing less than 1000000 on average.", "Formula": "LET(query1,SUMMARIZE(B1,AVERAGEX(C1)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,AVERAGEX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,2)<1000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "AVERAGEX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "drama_workshop_groups_products", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "product id", "product name", "product price", "product description", "other product service details" ], [ "2", "11", "photo", "4448536", "", "" ], [ "3", "154", "film", "2302", "", "" ], [ "4", "156", "film", "17622723", "", "" ], [ "5", "179", "film", "1432324", "", "" ], [ "6", "188", "film", "49097627", "", "" ], [ "7", "21", "photo", "22082866", "", "" ], [ "8", "216", "film", "157216", "", "" ], [ "9", "232", "photo", "22", "", "" ], [ "10", "233", "photo", "4082352", "", "" ], [ "11", "250", "photo", "797", "", "" ], [ "12", "273", "photo", "1577", "", "" ], [ "13", "300", "dinning", "30625", "", "" ], [ "14", "46", "dinning", "50828", "", "" ], [ "15", "81", "dinning", "634660", "", "" ], [ "16", "83", "film", "900", "", "" ] ] }, { "t5Formulas": [ { "Question": "How many people directed \"a little death\"?", "Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"A Little Death\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D13, C2:C13=\"A Little Death\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "C1", "=", "\"A Little Death\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-28680377-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (million)" ], [ "2", "14", "1", "\"Losing Patients\"", "Michael Engler", "Darlene Hunt", "June27,2011", "0.89" ], [ "3", "15", "2", "\"Musical Chairs\"", "Michael Engler", "Jenny Bicks", "July4,2011", "0.58" ], [ "4", "16", "3", "\"Sexual Healing\"", "Miguel Arteta", "Mark Kunerth", "July11,2011", "0.53" ], [ "5", "17", "4", "\"Boo!\"", "Miguel Arteta", "Cara DiPaolo", "July18,2011", "0.62" ], [ "6", "18", "5", "\"Cats and Dogs\"", "Jennifer Getzinger", "Melanie Marnich", "July25,2011", "0.51" ], [ "7", "19", "6", "\"The Little c\"", "Jennifer Getzinger", "Hilly Hicks, Jr.", "August1,2011", "0.57" ], [ "8", "20", "7", "\"Goldilocks and the Bears\"", "Michael Engler", "Cusi Cram", "August8,2011", "0.49" ], [ "9", "21", "8", "\"The Last Thanksgiving\"", "Michael Engler", "Darlene Hunt", "August15,2011", "0.53" ], [ "10", "22", "9", "\"A Little Death\"", "Ryan Fleck & Anna Boden", "Jenny Bicks", "August22,2011", "0.62" ], [ "11", "23", "10", "\"How Do You Feel?\"", "Anna Boden & Ryan Fleck", "Mark Kunerth", "August29,2011", "0.70" ], [ "12", "24", "11", "\"Fight or Flight\"", "Craig Zisk", "Cara DiPoalo & Melanie Marnich", "September12,2011", "0.54" ], [ "13", "25", "12", "\"The Darkest Day\"", "Craig Zisk", "Jenny Bicks", "September19,2011", "0.45" ] ] }, { "t5Formulas": [ { "Question": "What is the Outcome of the match with Partner Marcella Mesker and a Score of 6–4, 4–6, 4–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"marcella mesker\")*(G1=\"6–4, 4–6, 4–6\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(E2:E10=\"marcella mesker\")*(G2:G10=\"6–4, 4–6, 4–6\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"marcella mesker\"", "*", "G1", "=", "\"6–4, 4–6, 4–6\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Surface of the match with a Score of 2–6, 6–4, 7–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"2–6, 6–4, 7–6\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"2–6, 6–4, 7–6\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"2–6, 6–4, 7–6\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Surface of the match played on October 5, 1987?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"october 5, 1987\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"october 5, 1987\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"october 5, 1987\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the match with a Score of 0–6, 2–6 with Partner Marcella Mesker?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"marcella mesker\")*(G1=\"0–6, 2–6\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(E2:E10=\"marcella mesker\")*(G2:G10=\"0–6, 2–6\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"marcella mesker\"", "*", "G1", "=", "\"0–6, 2–6\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Opponents on May 3, 1982?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"may 3, 1982\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"may 3, 1982\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"may 3, 1982\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score of the match on May 21, 1984 with Outcome of runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"runner-up\")*(B1=\"may 21, 1984\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(A2:A10=\"runner-up\")*(B2:B10=\"may 21, 1984\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"runner-up\"", "*", "B1", "=", "\"may 21, 1984\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17727652-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winner", "May 3, 1982", "Perugia", "Clay", "Yvonne Vermaak", "Billie Jean King Ilana Kloss", "2–6, 6–4, 7–6" ], [ "3", "Winner", "August 1, 1983", "Indianapolis", "Clay", "Virginia Ruzici", "Gigi Fernández Beth Herr", "4–6, 7–6, 6–2" ], [ "4", "Runner-up", "May 14, 1984", "Berlin", "Clay", "Virginia Ruzici", "Anne Hobbs Candy Reynolds", "3–6, 6–4, 6–7(11)" ], [ "5", "Runner-up", "May 21, 1984", "Perugia", "Clay", "Virginia Ruzici", "Iva Budařová Helena Suková", "6–7(5), 6–1, 4–6" ], [ "6", "Winner", "March 10, 1985", "Indianapolis", "Carpet (I)", "Elise Burgin", "Jennifer Mundel Molly Van Nostrand", "6–4, 6–1" ], [ "7", "Runner-up", "April 22, 1985", "Orlando", "Clay", "Elise Burgin", "Martina Navratilova Pam Shriver", "3–6, 1–6" ], [ "8", "Runner-up", "May 18, 1987", "Strasbourg", "Clay", "Marcella Mesker", "Jana Novotná Catherine Suire", "0–6, 2–6" ], [ "9", "Runner-up", "July 6, 1987", "Knokke", "Clay", "Marcella Mesker", "Bettina Bunge Manuela Maleeva", "6–4, 4–6, 4–6" ], [ "10", "Runner-up", "October 5, 1987", "Athens", "Clay", "Dinky Van Rensburg", "Andrea Betzner Judith Wiesner", "4–6, 6–7(0)" ] ] }, { "t5Formulas": [ { "Question": "Which Week has a Result of l 21-19?", "Formula": "SUMIFS(A1,D1,\"l 21-19\")", "Formula2": "SUMIFS(A2:A18,D2:D18,\"l 21-19\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"l 21-19\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Week has a Result of l 41-14?", "Formula": "SUMIFS(A1,D1,\"l 41-14\")", "Formula2": "SUMIFS(A2:A18,D2:D18,\"l 41-14\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"l 41-14\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Result has a Date of september 3, 2000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"september 3, 2000\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"september 3, 2000\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"september 3, 2000\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has an Attendance of 54,626?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"54,626\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"54,626\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"54,626\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Result has an Attendance of bye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"bye\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"bye\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"bye\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16710848-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 3, 2000", "San Francisco 49ers", "W 36-28", "54,626" ], [ "3", "2", "September 10, 2000", "at Denver Broncos", "L 42-14", "75,466" ], [ "4", "3", "September 17, 2000", "at Carolina Panthers", "W 15-10", "66,498" ], [ "5", "4", "September 24, 2000", "St. Louis Rams", "L 41-20", "58,761" ], [ "6", "5", "October 1, 2000", "at Philadelphia Eagles", "L 38-10", "65,424" ], [ "7", "6", "October 8, 2000", "New York Giants", "L 13-6", "50,947" ], [ "8", "7", "October 15, 2000", "at St. Louis Rams", "L 45-29", "66,019" ], [ "9", "8", "October 22, 2000", "New Orleans Saints", "L 21-19", "56,508" ], [ "10", "9", "October 29, 2000", "Carolina Panthers", "W 13-12", "46,178" ], [ "11", "10", "November 5, 2000", "Tampa Bay Buccaneers", "L 27-14", "70,097" ], [ "12", "11", "November 12, 2000", "at Detroit Lions", "L 13-10", "74,309" ], [ "13", "12", "November 19, 2000", "at San Francisco 49ers", "L 16-6", "67,447" ], [ "14", "13", "November 26, 2000", "at Oakland Raiders", "L 41-14", "55,175" ], [ "15", "14", "December 3, 2000", "Seattle Seahawks", "L 30-10", "44,680" ], [ "16", "15", "Bye", "Bye", "Bye", "Bye" ], [ "17", "16", "December 17, 2000", "at New Orleans Saints", "L 23-7", "64,900" ], [ "18", "17", "December 24, 2000", "Kansas City Chiefs", "W 29-13", "41,017" ] ] }, { "t5Formulas": [ { "Question": "Who is the conductor on the Multisonic label? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Multisonic\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Multisonic\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Multisonic\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the conductor for Rusalka? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Rusalka\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Rusalka\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Rusalka\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who composed the work conducted by jaroslav Vogel? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Jaroslav Vogel\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"Jaroslav Vogel\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Jaroslav Vogel\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-24521345-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Record label", "Composer", "Work title", "Part", "Conductor", "Recording year" ], [ "2", "Supraphon", "Leoš Janáček", "Jenůfa", "Jano", "Jaroslav Vogel", "1952" ], [ "3", "Multisonic", "Antonín Dvořák", "Armida", "Armida", "Václav Jiráček", "1956" ], [ "4", "Supraphon", "Bedřich Smetana", "Čertova stěna(The Devil's Wall)", "Hedvika", "Zdeněk Chalabala", "1960" ], [ "5", "Supraphon", "Antonín Dvořák", "Rusalka", "Rusalka", "Zdeněk Chalabala", "1961" ], [ "6", "Supraphon", "Bedřich Smetana", "Braniboři v Čechách(The Brandenburgers in Bohemia)", "Ludiše", "Jan Hus Tichý", "1963" ] ] }, { "t5Formulas": [ { "Question": "What is every score for location attendance of Madison Square Garden 19,763 and game less than 80.0?", "Formula": "LET(query1,LET(query1,FILTER(A1:I1,H1=\"Madison Square Garden 19,763\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<80))", "Formula2": "LET(query1,LET(query1,FILTER(A2:I8,H2:H8=\"Madison Square Garden 19,763\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<80))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Madison Square Garden 19,763\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "80" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is every record for the team Boston?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Boston\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"Boston\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Boston\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many values for high assists when the game is 81?", "Formula": "ROWS(UNIQUE(FILTER(G1, A1=81)))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G8, A2:A8=81)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "A1", "=", "81" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-23248869-10", "Table": [ [ "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", "75", "April 2", "@ Golden State", "L 117–128 (OT)", "David Lee (37)", "David Lee (20)", "David Lee (10)", "Oracle Arena 19,230", "26–49" ], [ "3", "76", "April 4", "@ LA Clippers", "W 113–107 (OT)", "David Lee (29)", "David Lee (10)", "Sergio Rodríguez (10)", "Staples Center 16,083", "27–49" ], [ "4", "77", "April 6", "Boston", "W 104–101 (OT)", "Danilo Gallinari (31)", "Earl Barron (18)", "Chris Duhon (8)", "Madison Square Garden 19,763", "28–49" ], [ "5", "78", "April 7", "@ Indiana", "L 105–113 (OT)", "Toney Douglas (20)", "David Lee (16)", "Tracy McGrady (6)", "Conseco Fieldhouse 15,330", "28–50" ], [ "6", "79", "April 9", "@ Orlando", "L 103–118 (OT)", "Danilo Gallinari (28)", "Earl Barron (12)", "Chris Duhon (5)", "Amway Arena 17,461", "28–51" ], [ "7", "80", "April 11", "Miami", "L 98–111 (OT)", "David Lee (26)", "Earl Barron (12)", "David Lee (5)", "Madison Square Garden 19,763", "28–52" ], [ "8", "81", "April 12", "Washington", "W 114–103 (OT)", "David Lee (26)", "Earl Barron (13)", "Toney Douglas (5)", "Madison Square Garden 19,763", "29–52" ] ] }, { "t5Formulas": [ { "Question": "When dydek (11) has the highest rebounds what is the date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Dydek (11)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"Dydek (11)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Dydek (11)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When mcwilliams-franklin (8) has the highest rebounds what is the date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"McWilliams-Franklin (8)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"McWilliams-Franklin (8)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"McWilliams-Franklin (8)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When dydek (8) has the highest rebounds who has the highest amount of points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Dydek (8)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"Dydek (8)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Dydek (8)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When w 73-70 is the score what is the location?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 73-70\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"W 73-70\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 73-70\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-18904831-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location", "Record" ], [ "2", "15", "July 7", "@ New York", "L 79-89", "Whalen (24)", "McWilliams-Franklin (8)", "Whalen (5)", "Madison Square Garden", "12-3" ], [ "3", "16", "July 13", "@ Indiana", "L 53-64", "Sales (15)", "Douglas (7)", "Whalen (4)", "Conseco Fieldhouse", "12-4" ], [ "4", "17", "July 15", "Houston", "W 70-66", "Sales (22)", "Dydek (7)", "Whalen (5)", "Mohegan Sun Arena", "13-4" ], [ "5", "18", "July 17", "@ Minnesota", "W 72-53", "Dydek (17)", "Dydek (8)", "Douglas , Dydek (4)", "Target Center", "14-4" ], [ "6", "19", "July 19", "@ Charlotte", "W 64-55", "Douglas (15)", "Dydek (11)", "Whalen (6)", "Charlotte Bobcats Arena", "15-4" ], [ "7", "20", "July 20", "@ Detroit", "L 57-66", "Sales (17)", "McWilliams-Franklin (11)", "Sales , Whalen , Wyckoff (3)", "Palace of Auburn Hills", "15-5" ], [ "8", "21", "July 22", "Charlotte", "W 73-63", "Sales (21)", "Sales (8)", "Whalen (7)", "Mohegan Sun Arena", "16-5" ], [ "9", "22", "July 26", "Indiana", "W 68-55", "Sales (19)", "Dydek (12)", "Whalen (5)", "Mohegan Sun Arena", "17-5" ], [ "10", "23", "July 28", "New York", "W 73-70", "Sales (21)", "Douglas , Jones , McWilliams-Franklin (6)", "Whalen (6)", "Mohegan Sun Arena", "18-5" ] ] }, { "t5Formulas": [ { "Question": "Ranking higher than 2, what Team has Player Paolo Maldini?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"paolo maldini\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,B2:B13=\"paolo maldini\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"paolo maldini\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What Country is in Rank 2?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-16040505-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "RANK", "NAME", "TEAM", "COUNTRY", "POINTS" ], [ "2", "1", "\"Romario\"", "FC Barcelona", "Brazil", "346" ], [ "3", "2", "Hristo Stoitchkov", "FC Barcelona", "Bulgaria", "100" ], [ "4", "3", "Roberto Baggio", "Juventus FC", "Italy", "80" ], [ "5", "4", "Gheorghe Hagi", "FC Barcelona", "Romania", "50" ], [ "6", "5", "Paolo Maldini", "Milan AC", "Italy", "40" ], [ "7", "6", "\"Bebeto\"", "Deportivo La Coruna", "Brazil", "16" ], [ "8", "7", "Dennis BERGKAMP", "Inter Milan", "Netherlands", "11" ], [ "9", "8", "Carlos Bledorn Verri DUNGA", "VfB Stuttgart", "Brazil", "9" ], [ "10", "9", "Franco BARESI", "Milan AC", "Italy", "7" ], [ "11", "9", "Tomas BROLIN", "Parma FC", "Sweden", "7" ], [ "12", "9", "Jürgen Klinsmann", "Tottenham Hotspur FC", "Germany", "7" ], [ "13", "9", "MAURO da SILVA Gomes", "Deportivo La Coruna", "Brazil", "7" ] ] }, { "t5Formulas": [ { "Question": "What is the series number for the episode written by Kristen Dunphy and David Ogilvy?", "Formula": "SUMIFS(A1,D1,\"Kristen Dunphy and David Ogilvy\")", "Formula2": "SUMIFS(A2:A7,D2:D7,\"Kristen Dunphy and David Ogilvy\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Kristen Dunphy and David Ogilvy\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "If the title if the Lost Boy, how many directors were there?", "Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"The Lost Boy\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E7, C2:C7=\"The Lost Boy\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "C1", "=", "\"The Lost Boy\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the title for the episode that written by Michael Miller?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Michael Miller\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"Michael Miller\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Michael Miller\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19517621-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series #", "Episode #", "Title", "Written by", "Directed by", "Viewers", "Original airdate" ], [ "2", "7", "1", "The Lost Boy", "Kristen Dunphy", "Peter Andrikidis", "193000", "13 October 2009" ], [ "3", "8", "2", "A Prodigal Fear", "Kristen Dunphy and David Ogilvy", "Peter Andrikidis", "154000", "20 October 2009" ], [ "4", "9", "3", "Just Cargo", "Michelle Offen", "Peter Andrikidis", "141000", "27 October 2009" ], [ "5", "10", "4", "Ice in the Veins", "Michael Miller", "Peter Andrikidis", "171000", "3 November 2009" ], [ "6", "11", "5", "Men of Conscience", "Vanessa Bates", "Peter Andrikidis", "146000", "10 November 2009" ], [ "7", "12", "6", "Another Life", "Katherine Thomson", "Peter Andrikidis", "138000", "17 November 2009" ] ] }, { "t5Formulas": [ { "Question": "Name the score for miami", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Miami\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Miami\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Miami\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the high assists for w 107–99 (ot)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 107–99 (OT)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,D2:D14=\"W 107–99 (OT)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 107–99 (OT)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27723228-7", "Table": [ [ "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", "4", "November 3", "@ Houston", "W 107–99 (OT)", "Chris Paul (25)", "Emeka Okafor , David West , Jason Smith (9)", "Chris Paul (8)", "Toyota Center 13,484", "4–0" ], [ "3", "5", "November 5", "Miami", "W 96–93 (OT)", "Emeka Okafor (26)", "Emeka Okafor (13)", "Chris Paul (19)", "New Orleans Arena 17,988", "5–0" ], [ "4", "6", "November 6", "@ Milwaukee", "W 87–81 (OT)", "David West (25)", "Chris Paul (9)", "Chris Paul (6)", "Bradley Center 16,731", "6–0" ], [ "5", "7", "November 9", "L.A. Clippers", "W 101–82 (OT)", "Willie Green (19)", "Emeka Okafor (7)", "Jerryd Bayless (9)", "New Orleans Arena 12,479", "7–0" ], [ "6", "8", "November 13", "Portland", "W 107–87 (OT)", "Marco Belinelli , David West (18)", "Emeka Okafor (12)", "Chris Paul (13)", "New Orleans Arena 14,706", "8–0" ], [ "7", "9", "November 15", "@ Dallas", "L 95–98 (OT)", "Chris Paul (22)", "Emeka Okafor (14)", "Chris Paul (9)", "American Airlines Center 19,712", "8–1" ], [ "8", "10", "November 17", "Dallas", "W 99–97 (OT)", "Chris Paul (20)", "Emeka Okafor (10)", "Chris Paul (11)", "New Orleans Arena 13,828", "9–1" ], [ "9", "11", "November 19", "Cleveland", "W 108–101 (OT)", "David West (34)", "David West (11)", "Chris Paul (10)", "New Orleans Arena 14,755", "10–1" ], [ "10", "12", "November 21", "@ Sacramento", "W 75–71 (OT)", "David West (17)", "Emeka Okafor (12)", "Chris Paul (14)", "ARCO Arena 12,003", "11–1" ], [ "11", "13", "November 22", "@ L.A. Clippers", "L 95–99 (OT)", "David West (30)", "Emeka Okafor (12)", "Chris Paul (6)", "Staples Center 17,787", "11–2" ], [ "12", "14", "November 24", "@ Utah", "L 87–105 (OT)", "Chris Paul (17)", "Emeka Okafor (10)", "Chris Paul (9)", "EnergySolutions Arena 19,237", "11–3" ], [ "13", "15", "November 26", "@ Portland", "W 97–78 (OT)", "Willie Green (19)", "Emeka Okafor (9)", "Chris Paul (13)", "Rose Garden 20,452", "12–3" ], [ "14", "16", "November 28", "San Antonio", "L 95–109 (OT)", "David West (23)", "Emeka Okafor , David West (7)", "Chris Paul (7)", "New Orleans Arena 12,449", "12–4" ] ] }, { "t5Formulas": [ { "Question": "What was St Kilda's away team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"st kilda\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was home team South Melbourne's opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10783853-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "15.8 (98)", "North Melbourne", "5.13 (43)", "Kardinia Park", "21,396", "17 August 1963" ], [ "3", "Fitzroy", "8.9 (57)", "Melbourne", "22.21 (153)", "Brunswick Street Oval", "11,989", "17 August 1963" ], [ "4", "Collingwood", "6.6 (42)", "St Kilda", "14.20 (104)", "Victoria Park", "27,298", "17 August 1963" ], [ "5", "South Melbourne", "6.9 (45)", "Hawthorn", "15.15 (105)", "Lake Oval", "14,100", "17 August 1963" ], [ "6", "Richmond", "7.10 (52)", "Footscray", "16.21 (117)", "Punt Road Oval", "15,200", "17 August 1963" ], [ "7", "Essendon", "10.10 (70)", "Carlton", "11.10 (76)", "Windy Hill", "29,000", "17 August 1963" ] ] }, { "t5Formulas": [ { "Question": "List the service id and details for the events.", "Formula": "UNIQUE(HSTACK(B1,C1,D1))", "Formula2": "UNIQUE(HSTACK(B2:B16,C2:C16,D2:D16))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "B1", "C1", "D1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ] }, { "Question": "the service ids, events and details", "Formula": "UNIQUE(HSTACK(B1,C1,D1))", "Formula2": "UNIQUE(HSTACK(B2:B16,C2:C16,D2:D16))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "B1", "C1", "D1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ] } ], "TableName": "local_govt_in_alabama_events", "Table": [ [ "0", "A", "B", "C", "D" ], [ "1", "event id", "service id", "event details", "events" ], [ "2", "3", "5", "Success", "" ], [ "3", "8", "8", "Success", "" ], [ "4", "13", "8", "Fail", "" ], [ "5", "16", "2", "Fail", "" ], [ "6", "17", "5", "Fail", "" ], [ "7", "38", "6", "Fail", "" ], [ "8", "40", "6", "Fail", "" ], [ "9", "43", "8", "Fail", "" ], [ "10", "48", "8", "Fail", "" ], [ "11", "57", "5", "Success", "" ], [ "12", "60", "2", "Fail", "" ], [ "13", "74", "2", "Success", "" ], [ "14", "80", "5", "Success", "" ], [ "15", "95", "2", "Fail", "" ], [ "16", "96", "2", "Success", "" ] ] }, { "t5Formulas": [ { "Question": "What was the score when attendance was 19,887?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"19,887\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,F2:F16=\"19,887\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"19,887\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What week was the Bye attendance week?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"bye\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,F2:F16=\"bye\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"bye\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who won when the Patriots played the Denver Broncos?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"denver broncos\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,B2:B16=\"denver broncos\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"denver broncos\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who won when the attendance was 8,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"8,000\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,F2:F16=\"8,000\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"8,000\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10646390-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Opponent", "Result", "Stadium", "Record", "Attendance" ], [ "2", "1", "at Dallas Texans", "L: 48–28", "Cotton Bowl", "0–1–0", "32,000" ], [ "3", "2", "Houston Oilers", "W: 32–21", "Harvard Stadium", "1–1–0", "32,276" ], [ "4", "3", "Denver Broncos", "W: 41–16", "Nickerson Field", "2–1–0", "21,038" ], [ "5", "4 – BYE Week", "BYE", "BYE", "BYE", "BYE", "BYE" ], [ "6", "5", "at New York Titans", "W: 43–14", "Polo Grounds", "3–1–0", "14,412" ], [ "7", "6", "Dallas Texans", "L: 27–7", "Nickerson Field", "3–2–0", "23,874" ], [ "8", "7", "San Diego Chargers", "W: 24–20", "Nickerson Field", "4–2–0", "20,888" ], [ "9", "8", "Oakland Raiders", "W: 26–16", "Nickerson Field", "5–2–0", "12,514" ], [ "10", "9", "at Buffalo Bills", "T: 28–28", "War Memorial Stadium", "5–2–1", "33,247" ], [ "11", "10", "at Denver Broncos", "W: 33–29", "Mile High Stadium", "6–2–1", "28,187" ], [ "12", "11", "at Houston Oilers", "L: 21–17", "Jeppesen Stadium", "6–3–1", "35,250" ], [ "13", "12", "Buffalo Bills", "W: 21–10", "Nickerson Field", "7–3–1", "20,021" ], [ "14", "13", "New York Titans", "W: 24–17", "Nickerson Field", "8–3–1", "20,015" ], [ "15", "14", "at San Diego Chargers", "W: 20–14", "Balboa Stadium", "9–3–1", "19,887" ], [ "16", "15", "at Oakland Raiders", "L: 20–0", "Frank Youell Field", "9–4–1", "8,000" ] ] }, { "t5Formulas": [ { "Question": "Who won when Jamie Green had the best lap?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Jamie Green\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"Jamie Green\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Jamie Green\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had the fasted lap in motorsport arena oschersleben?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Motorsport Arena Oschersleben\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"Motorsport Arena Oschersleben\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Motorsport Arena Oschersleben\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When did Oliver Jarvis have pole position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Oliver Jarvis\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,D2:D10=\"Oliver Jarvis\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Oliver Jarvis\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-21321935-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Circuit", "Date", "Pole position", "Fastest lap", "Winning driver", "Winning team" ], [ "2", "1", "Hockenheimring", "17 May", "Mattias Ekström", "Mattias Ekström", "Tom Kristensen", "Abt Sportsline" ], [ "3", "2", "EuroSpeedway Lausitz", "31 May", "Mattias Ekström", "Jamie Green", "Gary Paffett", "HWA Team" ], [ "4", "3", "Norisring , Nuremberg", "28 June", "Timo Scheider", "Katherine Legge", "Jamie Green", "Persson Motorsport" ], [ "5", "4", "Circuit Park Zandvoort", "19 July", "Oliver Jarvis", "Mattias Ekström", "Gary Paffett", "HWA Team" ], [ "6", "5", "Motorsport Arena Oschersleben", "2 August", "Tom Kristensen", "Timo Scheider", "Timo Scheider", "Abt Sportsline" ], [ "7", "6", "Nürburgring", "16 August", "Martin Tomczyk", "Mattias Ekström", "Martin Tomczyk", "Abt Sportsline" ], [ "8", "7", "Brands Hatch , Kent", "6 September", "Paul di Resta", "Paul di Resta", "Paul di Resta", "HWA Team" ], [ "9", "8", "Circuit de Catalunya , Barcelona", "20 September", "Tom Kristensen", "Timo Scheider", "Timo Scheider", "Abt Sportsline" ], [ "10", "9", "Dijon-Prenois", "11 October", "Bruno Spengler", "Paul di Resta", "Gary Paffett", "HWA Team" ] ] }, { "t5Formulas": [ { "Question": "In what Week was Serena Williams 6–1, 6–7(7), 6–3 the Winner?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"serena williams 6–1, 6–7(7), 6–3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"serena williams 6–1, 6–7(7), 6–3\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"serena williams 6–1, 6–7(7), 6–3\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Finalist on a Hard Surface with Winner Serena Williams 6–1, 6–7(7), 6–3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"hard\")*(D1=\"serena williams 6–1, 6–7(7), 6–3\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(B2:B10=\"hard\")*(D2:D10=\"serena williams 6–1, 6–7(7), 6–3\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"hard\"", "*", "D1", "=", "\"serena williams 6–1, 6–7(7), 6–3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "In what Week is the Rome Tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"rome\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"rome\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"rome\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16851172-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "Surface", "Week", "Winners", "Finalists", "Semifinalists" ], [ "2", "Tokyo", "Carpet (i)", "January 29", "Lindsay Davenport 6–7(4), 6–4, 6–2", "Martina Hingis", "Magdalena Maleeva Anna Kournikova" ], [ "3", "Indian Wells", "Hard", "March 5", "Serena Williams 4–6, 6–4, 6–2", "Kim Clijsters", "Martina Hingis Venus Williams" ], [ "4", "Miami", "Hard", "March 19", "Venus Williams 4–6, 6–1, 7–6(4)", "Jennifer Capriati", "Martina Hingis Elena Dementieva" ], [ "5", "Charleston", "Clay", "April 16", "Jennifer Capriati 6–0, 4–6, 6–4", "Martina Hingis", "Conchita Martínez Marlene Weingärtner" ], [ "6", "Berlin", "Clay", "May 7", "Amélie Mauresmo 6–4, 2–6, 6–3", "Jennifer Capriati", "Martina Hingis Justine Henin" ], [ "7", "Rome", "Clay", "May 14", "Jelena Dokić 7–6(3), 6–1", "Amélie Mauresmo", "Martina Hingis Conchita Martínez" ], [ "8", "Canada (Toronto)", "Hard", "August 13", "Serena Williams 6–1, 6–7(7), 6–3", "Jennifer Capriati", "Anke Huber Monica Seles" ], [ "9", "Moscow", "Carpet (i)", "October 1", "Jelena Dokić 6–3, 6–3", "Elena Dementieva", "Anastasia Myskina Silvia Farina Elia" ], [ "10", "Zurich", "Carpet (i)", "October 15", "Lindsay Davenport 6–3, 6–1", "Jelena Dokić", "Nathalie Tauziat Jennifer Capriati" ] ] }, { "t5Formulas": [ { "Question": "Which network has more than 31.4 channels with a 4:3 aspect?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"4:3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>31.4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,C2:C6=\"4:3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>31.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"4:3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "31.4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which video is on channel 31.2 with a 4:3 aspect?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"4:3\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=31.2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,C2:C6=\"4:3\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=31.2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"4:3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "31.2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which video has a 16:9 aspect?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"16:9\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"16:9\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"16:9\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-188003-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Channel", "Video", "Aspect", "PSIP Short Name", "Network" ], [ "2", "31.1", "720p", "16:9", "ION", "Ion Television" ], [ "3", "31.2", "480i", "4:3", "qubo", "qubo" ], [ "4", "31.3", "480i", "4:3", "IONLife", "Ion Life" ], [ "5", "31.4", "480i", "4:3", "Shop", "Ion Shop" ], [ "6", "31.5", "480i", "4:3", "QVC", "QVC" ] ] }, { "t5Formulas": [ { "Question": "Tell me the bullet tip color of headstamp id of h1z", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"h1z\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"h1z\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"h1z\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1036189-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Headstamp ID", "Primer Annulus Color", "Bullet Tip Color", "Other Features", "Functional Type" ], [ "2", "VII or VIIZ", "Purple", "None", "None", "Light Ball" ], [ "3", "VIIIZ", "Purple", "None", "None", "Heavy Ball" ], [ "4", "G1, G2, G3, G7 or G8", "Red", "None", "None", "Tracer" ], [ "5", "G4, G4Z, G6 or G6Z", "Red", "White", "None", "Tracer" ], [ "6", "G5 or G5Z", "Red", "Gray", "None", "Tracer" ], [ "7", "W1 or W1Z", "Green", "None", "None", "AP" ], [ "8", "B4 or B4Z", "Blue", "None", "Step in bullet jacket", "Incendiary" ], [ "9", "B6 or B6Z", "Blue", "None", "None", "Incendiary" ], [ "10", "B7 or B7Z", "Blue", "Blue", "None", "Incendiary" ], [ "11", "O.1", "Black", "Black", "None", "Observing" ], [ "12", "PG1 or PG1Z", "Red", "None", "Blue band on case base", "Practice-tracer" ], [ "13", "H1Z", "None", "None", "Front half of case blackened", "Grenade-Launching" ], [ "14", "H2", "None", "None", "Entire case blackened", "Grenade-Launching" ], [ "15", "H4", "None", "None", "Case blackened 3/4\" inch from each end", "Grenade-Launching" ], [ "16", "H7Z", "None", "None", "Rear Half of case blackened", "Grenade-Launching (v.powerful load)" ] ] }, { "t5Formulas": [ { "Question": "Who is the away team for the tome team Leeds United, at the League Cup Competition?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"leeds united\")*(F1=\"league cup\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(B2:B6=\"leeds united\")*(F2:F6=\"league cup\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"leeds united\"", "*", "F1", "=", "\"league cup\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15651485-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Home team", "Score", "Away team", "Venue", "Competition" ], [ "2", "18 October 2003", "Leeds United", "0–1", "Manchester United", "Elland Road", "Premier League" ], [ "3", "28 October 2003", "Leeds United", "2–3", "Manchester United", "Elland Road", "League Cup" ], [ "4", "21 February 2004", "Manchester United", "1–1", "Leeds United", "Old Trafford", "Premier League" ], [ "5", "3 January 2010", "Manchester United", "0–1", "Leeds United", "Old Trafford", "FA Cup" ], [ "6", "20 September 2011", "Leeds United", "0–3", "Manchester United", "Elland Road", "League Cup" ] ] }, { "t5Formulas": [ { "Question": "What's the mascot in Anderson for the Independent previous conference?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"independent\")*(B1=\"anderson\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(F2:F15=\"independent\")*(B2:B15=\"anderson\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"independent\"", "*", "B1", "=", "\"anderson\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the location for the Spartans?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"spartans\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,C2:C15=\"spartans\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"spartans\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the mascot in Huntington after the year 2000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1>2000)*(B1=\"huntington\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(G2:G15>2000)*(B2:B15=\"huntington\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", ">", "2000", "*", "B1", "=", "\"huntington\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18709882-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "School", "Location", "Mascot", "County", "Year joined", "Previous Conference", "Year Left", "Conference joined" ], [ "2", "Kokomo Haworth", "Kokomo", "Huskies", "34 Howard", "1971", "independent", "1984", "none (school closed)" ], [ "3", "Madison Heights", "Anderson", "Pirates", "48 Madison", "1971", "independent", "1997", "none (school closed)" ], [ "4", "Muncie North Side", "Muncie", "Titans", "18 Delaware", "1971", "none (new school)", "1986", "none (school closed)" ], [ "5", "Muncie Southside", "Muncie", "Rebels", "18 Delaware", "1971", "independent", "2010", "independent" ], [ "6", "Carmel", "Carmel", "Greyhounds", "29 Hamilton", "1974", "Sagamore", "1998", "Metro" ], [ "7", "Huntington North", "Huntington", "Vikings", "35 Huntington", "1974", "Central Indiana", "2003", "North Central" ], [ "8", "Anderson Highland", "Anderson", "Scots", "48 Madison", "1985", "Classic", "2010", "none (school closed)" ], [ "9", "Jay County", "Portland", "Patriots", "38 Jay", "1985", "Classic", "2010", "independent" ], [ "10", "Noblesville", "Noblesville", "Millers", "29 Hamilton", "1985", "Central Suburban", "2000", "Hoosier Crossroads" ], [ "11", "Connersville", "Connersville", "Spartans", "21 Fayette", "1991", "South Central", "2010", "independent" ], [ "12", "Brownsburg", "Brownsburg", "Bulldogs", "32 Hendricks", "1997", "independent", "2000", "Hoosier Crossroads" ], [ "13", "Hamilton Southeastern", "Fishers", "Royals", "29 Hamilton", "1997", "Hoosier Heritage", "2000", "Hoosier Crossroads" ], [ "14", "Harrison (West Lafayette)", "West Lafayette", "Raiders", "79 Tippecanoe", "1997", "Hoosier", "2000", "Hoosier Crossroads" ], [ "15", "McCutcheon", "Lafayette", "Mavericks", "79 Tippecanoe", "1997", "Hoosier", "2000", "Hoosier Crossroads" ] ] }, { "t5Formulas": [ { "Question": "Which Eruptions have a Location of pacific ring of fire, and a Volcanic Explosivity Index of 6, and a Country of peru?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"pacific ring of fire\")*(E1=6)*(B1=\"peru\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(C2:C14=\"pacific ring of fire\")*(E2:E14=6)*(B2:B14=\"peru\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"pacific ring of fire\"", "*", "E1", "=", "6", "*", "B1", "=", "\"peru\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many fatalities does Italy have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"italy\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"italy\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"italy\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many years have a Location of pacific ring of fire, and Eruptions of pinatubo?", "Formula": "SUM(FILTER(D1, (C1=\"pacific ring of fire\")*(A1=\"pinatubo\")))", "Formula2": "SUM(FILTER(D2:D14, (C2:C14=\"pacific ring of fire\")*(A2:A14=\"pinatubo\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "\"pacific ring of fire\"", "*", "A1", "=", "\"pinatubo\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-152994-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Eruptions", "Country", "Location", "Year", "Volcanic Explosivity Index", "Fatalities" ], [ "2", "Mount Vesuvius", "Italy", "Mediterranean", "79", "5", "02001 >2,000" ], [ "3", "Hatepe (Taupo)", "New Zealand", "Pacific Ring of Fire", "186", "7", "00000 ?" ], [ "4", "Baekdu", "China / North Korea", "Pacific Ring of Fire", "969", "6–7", "00000 ?" ], [ "5", "Kuwae", "Vanuatu", "Pacific Ring of Fire", "1452", "6", "00000 ?" ], [ "6", "Huaynaputina", "Peru", "Pacific Ring of Fire", "1600", "6", "01400 ≈1,400" ], [ "7", "Tambora", "Indonesia", "Pacific Ring of Fire", "1815", "7", "71001 >71,000" ], [ "8", "Krakatoa", "Indonesia", "Pacific Ring of Fire", "1883", "6", "36000 36,600" ], [ "9", "Santa María", "Guatemala", "Pacific Ring of Fire", "1902", "6", "07001 7,000–13,000" ], [ "10", "Novarupta", "USA, Alaska", "Pacific Ring of Fire", "1912", "6", "00002 2" ], [ "11", "Mt. St. Helens", "USA, Washington", "Pacific Ring of Fire", "1980", "5", "00057 57" ], [ "12", "El Chichón", "Mexico", "Pacific Ring of Fire", "1982", "4–5", "02001 >2,000" ], [ "13", "Nevado del Ruiz", "Colombia", "Pacific Ring of Fire", "1985", "3", "23000 23,000" ], [ "14", "Pinatubo", "Philippines", "Pacific Ring of Fire", "1991", "6", "01202 1,202" ] ] }, { "t5Formulas": [ { "Question": "What is Venue, when Balls is \"148\"?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=148))", "Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(C2:C12)),FILTER(query1,CHOOSECOLS(query1,2)=148))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "148" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is Name, when Score is \"101\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"101\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"101\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"101\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Venue is \"Taunton\", and when Name is \"SC Ganguly\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"taunton\")*(A1=\"sc ganguly\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"taunton\")*(A2:A12=\"sc ganguly\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"taunton\"", "*", "A1", "=", "\"sc ganguly\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Balls, when Venue is \"Bristol\", and when Score is \"104*\"?", "Formula": "SUM(FILTER(C1, (D1=\"bristol\")*(B1=\"104*\")))", "Formula2": "SUM(FILTER(C2:C12, (D2:D12=\"bristol\")*(B2:B12=\"104*\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "\"bristol\"", "*", "B1", "=", "\"104*\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-180866-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Score", "Balls", "Venue", "Date" ], [ "2", "R Dravid", "104*", "109", "Bristol", "23 May 1999" ], [ "3", "SR Tendulkar", "140*", "101", "Bristol", "23 May 1999" ], [ "4", "SC Ganguly", "183", "158", "Taunton", "26 May 1999" ], [ "5", "R Dravid", "145", "129", "Taunton", "26 May 1999" ], [ "6", "A Jadeja", "100*", "138", "The Oval", "4 Jun 1999" ], [ "7", "ME Waugh", "104", "120", "Lord's", "9 Jun 1999" ], [ "8", "NC Johnson", "132*", "144", "Lord's", "9 Jun 1999" ], [ "9", "Saeed Anwar", "103", "144", "The Oval", "11 Jun 1999" ], [ "10", "HH Gibbs", "101", "134", "Headingley, Leeds", "13 Jun 1999" ], [ "11", "SR Waugh", "120*", "110", "Headingley, Leeds", "13 Jun 1999" ], [ "12", "Saeed Anwar", "113*", "148", "Old Trafford, Manchester", "16 Jun 1999" ] ] }, { "t5Formulas": [ { "Question": "Which lane did the swimmer who had a Reaction time of 0.185 and a time of 20.9 swim in?", "Formula": "SUM(FILTER(B1, (F1=0.185)*(E1<20.9)))", "Formula2": "SUM(FILTER(B2:B9, (F2:F9=0.185)*(E2:E9<20.9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "0.185", "*", "E1", "<", "20.9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What was the 200-metre time for the swimmer from Slovenia in lane 9?", "Formula": "SUM(FILTER(E1, (D1=\"slovenia\")*(B1<9)))", "Formula2": "SUM(FILTER(E2:E9, (D2:D9=\"slovenia\")*(B2:B9<9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "\"slovenia\"", "*", "B1", "<", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Who was the swimmer from Dominica who had a time of 21.2 and swam in lane 7?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"dominica\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<21.2)*(CHOOSECOLS(query1,3)<7)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,D2:D9=\"dominica\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<21.2)*(CHOOSECOLS(query1,3)<7)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"dominica\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "21.2", "*", "CHOOSECOLS(", "query1", "3", "<", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-18569011-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Lane", "Athlete", "Nationality", "Time", "React" ], [ "2", "1", "8", "Marlon Devonish", "Great Britain", "20.49", "0.157" ], [ "3", "2", "5", "Kim Collins", "Saint Kitts and Nevis", "20.55", "0.175" ], [ "4", "3", "7", "Marvin Anderson", "Jamaica", "20.85", "0.175" ], [ "5", "4", "9", "Matic Osovnikar", "Slovenia", "20.89", "0.189" ], [ "6", "5", "2", "Chris Lloyd", "Dominica", "20.90", "0.185" ], [ "7", "6", "6", "Heber Viera", "Uruguay", "20.93", "0.210" ], [ "8", "7", "4", "Cristián Reyes", "Chile", "21.20", "0.165" ], [ "9", "8", "3", "Franklin Nazareno", "Ecuador", "21.26", "0.174" ] ] }, { "t5Formulas": [ { "Question": "What is the to par for Gene Littler?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"gene littler\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"gene littler\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"gene littler\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the country that placed 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=4),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=4),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "4", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-13279533-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Arnold Palmer", "United States", "70-66=136", "–8" ], [ "3", "2", "Gary Player", "South Africa", "67-71=138", "–6" ], [ "4", "3", "Gene Littler", "United States", "71-68=139", "–5" ], [ "5", "4", "Gardner Dickinson", "United States", "70-71=141", "–3" ], [ "6", "T5", "Julius Boros", "United States", "69-73=142", "–2" ], [ "7", "T5", "Dow Finsterwald", "United States", "74-68=142", "–2" ], [ "8", "T5", "Mike Souchak", "United States", "70-72=142", "–2" ], [ "9", "T8", "Al Balding", "Canada", "75-68=143", "–2" ], [ "10", "T8", "Dave Ragan", "United States", "70-73=143", "–2" ], [ "11", "T10", "Jerry Barber", "United States", "72-72=144", "E" ], [ "12", "T10", "Chi-Chi Rodríguez", "United States", "72-72=144", "E" ], [ "13", "T10", "Billy Maxwell", "United States", "71-73=144", "E" ], [ "14", "T10", "Bob Rosburg", "United States", "71-73=144", "E" ], [ "15", "T10", "Don January", "United States", "71-73=144", "E" ] ] }, { "t5Formulas": [ { "Question": "Which Team has a Location Attendance of staples center 18,997, and a Series of 1–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"staples center 18,997\")*(H1=\"1–0\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,(G2:G6=\"staples center 18,997\")*(H2:H6=\"1–0\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"staples center 18,997\"", "*", "H1", "=", "\"1–0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which High points have High rebounds of lamar odom (15), and a Date of april 27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"lamar odom (15)\")*(B1=\"april 27\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,(F2:F6=\"lamar odom (15)\")*(B2:B6=\"april 27\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"lamar odom (15)\"", "*", "B1", "=", "\"april 27\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has High rebounds of pau gasol (9)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"pau gasol (9)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,F2:F6=\"pau gasol (9)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"pau gasol (9)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of game 2?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17190012-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "Location Attendance", "Series" ], [ "2", "1", "April 19", "Utah", "W 113–100 (OT)", "Kobe Bryant (24)", "Pau Gasol (9)", "Staples Center 18,997", "1–0" ], [ "3", "2", "April 21", "Utah", "W 119–109 (OT)", "Kobe Bryant (26)", "Trevor Ariza , Kobe Bryant (9)", "Staples Center 18,997", "2–0" ], [ "4", "3", "April 23", "@ Utah", "L 86–88 (OT)", "Lamar Odom (21)", "Lamar Odom (14)", "EnergySolutions Arena 19,111", "2–1" ], [ "5", "4", "April 25", "@ Utah", "W 108–94 (OT)", "Kobe Bryant (38)", "Lamar Odom (15)", "EnergySolutions Arena 19,111", "3–1" ], [ "6", "5", "April 27", "Utah", "W 107–96 (OT)", "Kobe Bryant (31)", "Lamar Odom (15)", "Staples Center 18,997", "4–1" ] ] }, { "t5Formulas": [ { "Question": "How many touchdowns were scored when QB rating was 82.7?", "Formula": "SUM(FILTER(F1, H1=82.7))", "Formula2": "SUM(FILTER(F2:F6, H2:H6=82.7))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "H1", "=", "82.7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the QB rating for Neil lomax?", "Formula": "SUMIFS(H1,A1,\"Neil Lomax\")", "Formula2": "SUMIFS(H2:H6,A2:A6,\"Neil Lomax\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "A1", "\"Neil Lomax\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many attempts did Charley Johnson have?", "Formula": "SUMIFS(C1,A1,\"Charley Johnson\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"Charley Johnson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Charley Johnson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many touchdowns were there with QB rating of 66.6?", "Formula": "SUM(FILTER(F1, H1=66.6))", "Formula2": "SUM(FILTER(F2:F6, H2:H6=66.6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "H1", "=", "66.6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-20906175-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "Completions", "Attempts", "Completion %", "Yards", "Touchdowns", "Interceptions", "QB Rating" ], [ "2", "Charley Johnson", "1030", "2047", "50.3%", "14928", "108", "110", "69.6" ], [ "3", "Jake Plummer", "1540", "2754", "55.9%", "17622", "90", "114", "69.0" ], [ "4", "Jim Hart", "2590", "5069", "51.1%", "34639", "209", "247", "66.6" ], [ "5", "Kurt Warner", "1371", "2105", "65.1%", "15843", "100", "59", "91.9" ], [ "6", "Neil Lomax", "1817", "3153", "57.6%", "22771", "136", "90", "82.7" ] ] }, { "t5Formulas": [ { "Question": "How much did the home team st kilda score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"st kilda\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"st kilda\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the crowd was larger than 7,500 what was the away teams score?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>7500))", "Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>7500))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7500" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What's the total number of people to attend games at junction oval?", "Formula": "SUMIFS(F1,E1,\"junction oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"junction oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"junction oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the Away team scored 11.8 (74) how many people showed up?", "Formula": "SUMIFS(F1,D1,\"11.8 (74)\")", "Formula2": "SUMIFS(F2:F7,D2:D7,\"11.8 (74)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "D1", "\"11.8 (74)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many people have attended victoria park?", "Formula": "SUMIFS(F1,E1,\"victoria park\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"victoria park\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"victoria park\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10790804-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "11.7 (73)", "Richmond", "9.11 (65)", "Arden Street Oval", "7,000", "8 August 1936" ], [ "3", "Footscray", "11.15 (81)", "South Melbourne", "12.21 (93)", "Western Oval", "12,000", "8 August 1936" ], [ "4", "Collingwood", "13.12 (90)", "Fitzroy", "11.8 (74)", "Victoria Park", "16,400", "8 August 1936" ], [ "5", "Carlton", "11.17 (83)", "Hawthorn", "8.16 (64)", "Princes Park", "9,000", "8 August 1936" ], [ "6", "Melbourne", "14.16 (100)", "Geelong", "15.15 (105)", "MCG", "12,229", "8 August 1936" ], [ "7", "St Kilda", "16.23 (119)", "Essendon", "14.14 (98)", "Junction Oval", "7,500", "8 August 1936" ] ] }, { "t5Formulas": [ { "Question": "What is week 15's result?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "15" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What week did Cleveland Browns played?", "Formula": "SUMIFS(A1,C1,\"cleveland browns\")", "Formula2": "SUMIFS(A2:A17,C2:C17,\"cleveland browns\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"cleveland browns\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17643197-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 2, 1979", "at Denver Broncos", "L 10–0", "74,788" ], [ "3", "2", "September 9, 1979", "at Buffalo Bills", "L 51–24", "43,504" ], [ "4", "3", "September 16, 1979", "New England Patriots", "L 20–14", "41,805" ], [ "5", "4", "September 23, 1979", "Houston Oilers", "L 30–27", "45,615" ], [ "6", "5", "September 30, 1979", "at Dallas Cowboys", "L 38–13", "63,179" ], [ "7", "6", "October 7, 1979", "Kansas City Chiefs", "L 10–7", "40,041" ], [ "8", "7", "October 14, 1979", "Pittsburgh Steelers", "W 34–10", "52,381" ], [ "9", "8", "October 21, 1979", "at Cleveland Browns", "L 28–27", "75,119" ], [ "10", "9", "October 28, 1979", "Philadelphia Eagles", "W 37–13", "42,036" ], [ "11", "10", "November 4, 1979", "at Baltimore Colts", "L 38–28", "37,740" ], [ "12", "11", "November 11, 1979", "San Diego Chargers", "L 26–24", "40,782" ], [ "13", "12", "November 18, 1979", "at Houston Oilers", "L 42–21", "49,829" ], [ "14", "13", "November 25, 1979", "St. Louis Cardinals", "W 34–28", "25,103" ], [ "15", "14", "December 2, 1979", "at Pittsburgh Steelers", "L 37–17", "46,521" ], [ "16", "15", "December 9, 1979", "at Washington Redskins", "L 28–14", "52,882" ], [ "17", "16", "December 16, 1979", "Cleveland Browns", "W 16–12", "42,183" ] ] }, { "t5Formulas": [ { "Question": "In 1879-81 with number built 4, what is the LMS nos?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"1879-81\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G10,B2:B10=\"1879-81\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"1879-81\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "On which date was the class 157?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=157))", "Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=157))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "157" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15412381-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Class", "Date", "Builder", "No. built", "1919 nos.", "LMS Class", "LMS nos." ], [ "2", "157", "1879-81", "G&SWR Kilmarnock", "12", "720-5", "1P", "14001-2" ], [ "3", "119", "1882-5", "G&SWR Kilmarnock", "24", "467-8, 700-719", "1P", "14116-37" ], [ "4", "153", "1886-9", "G&SWR Kilmarnock", "20", "448-466", "1P", "14138-56" ], [ "5", "1", "1879-81", "G&SWR Kilmarnock", "4", "728-31", "1P", "15241-4" ], [ "6", "291", "1883", "A.Barclay", "1", "734", "U", "16042" ], [ "7", "218", "1881", "Andrews, Barr & Co", "2", "658-9", "U", "16040-1" ], [ "8", "224", "1881-92", "G&SWR Kilmarnock", "44", "135-9, 560-616 with gaps", "1F", "17112-64" ], [ "9", "224", "1883", "Neilson", "10", "135-9, 560-616 with gaps", "1F", "17112-64" ], [ "10", "224", "1889", "Dübs", "10", "135-9, 560-616 with gaps", "1F", "17112-64" ] ] }, { "t5Formulas": [ { "Question": "Which Date has a Crowd that is larger than 18,000 with a Home team score of 14.13 (97)?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"14.13 (97)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>18000))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"14.13 (97)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>18000))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.13 (97)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "18000" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Date has an Away team score of 11.7 (73)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.7 (73)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.7 (73)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.7 (73)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total Crowd number for the Away team of Hawthorn?", "Formula": "SUMIFS(F1,C1,\"hawthorn\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"hawthorn\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"hawthorn\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10809142-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "10.9 (69)", "Melbourne", "22.10 (142)", "Kardinia Park", "8,000", "27 May 1944" ], [ "3", "Collingwood", "11.18 (84)", "South Melbourne", "12.18 (90)", "Victoria Park", "13,000", "27 May 1944" ], [ "4", "Carlton", "13.17 (95)", "Essendon", "14.9 (93)", "Princes Park", "18,000", "27 May 1944" ], [ "5", "St Kilda", "9.12 (66)", "Hawthorn", "11.7 (73)", "Junction Oval", "10,000", "27 May 1944" ], [ "6", "North Melbourne", "15.14 (104)", "Footscray", "9.16 (70)", "Arden Street Oval", "10,000", "27 May 1944" ], [ "7", "Richmond", "14.13 (97)", "Fitzroy", "7.9 (51)", "Punt Road Oval", "29,000", "27 May 1944" ] ] }, { "t5Formulas": [ { "Question": "Name the college that has 7 rounds and boston celtics team", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"boston celtics\")*(A1=7)),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(F2:F17=\"boston celtics\")*(A2:A17=7)),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"boston celtics\"", "*", "A1", "=", "7", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Name the position that has baltimore bullets and college of texas tech", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"baltimore bullets\")*(G1=\"texas tech\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(F2:F17=\"baltimore bullets\")*(G2:G17=\"texas tech\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"baltimore bullets\"", "*", "G1", "=", "\"texas tech\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the nationality for milwaukee hawks?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"milwaukee hawks\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,F2:F17=\"milwaukee hawks\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"milwaukee hawks\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12086839-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Pick", "Player", "Position", "Nationality", "Team", "College" ], [ "2", "3", "–", "Norm Grekin Category:Articles with hCards", "F", "United States", "Philadelphia Warriors", "La Salle" ], [ "3", "3", "–", "Cliff Hagan Category:Articles with hCards ^", "G/F", "United States", "Boston Celtics", "Kentucky" ], [ "4", "5", "–", "Bob Santini Category:Articles with hCards", "F", "United States", "New York Knicks", "Iona" ], [ "5", "7", "–", "Lou Tsioropoulos Category:Articles with hCards", "F", "United States", "Boston Celtics", "Kentucky" ], [ "6", "–", "–", "Richard Atha Category:Articles with hCards", "G", "United States", "New York Knicks", "Indiana State" ], [ "7", "–", "–", "Irv Bemoras Category:Articles with hCards", "G/F", "United States", "Milwaukee Hawks", "Illinois" ], [ "8", "–", "–", "Bill Bolger Category:Articles with hCards", "F", "United States", "Milwaukee Hawks", "Georgetown" ], [ "9", "–", "–", "Gene Dyker Category:Articles with hCards", "F", "United States", "Milwaukee Hawks", "DePaul" ], [ "10", "–", "–", "Jack George Category:Articles with hCards *", "G", "United States", "Philadelphia Warriors", "La Salle" ], [ "11", "–", "–", "Ken Sears Category:Articles with hCards +", "F", "United States", "Rochester Royals", "Santa Clara" ], [ "12", "–", "–", "Billy Kenville Category:Articles with hCards", "G/F", "United States", "Syracuse Nationals", "St. Bonaventure" ], [ "13", "–", "–", "Paul Nolen Category:Articles with hCards", "C", "United States", "Baltimore Bullets", "Texas Tech" ], [ "14", "–", "–", "Bob Peterson Category:Articles with hCards", "F", "United States", "Baltimore Bullets", "Oregon" ], [ "15", "–", "–", "Connie Rea Category:Articles with hCards", "G/F", "United States", "Baltimore Bullets", "Centenary" ], [ "16", "–", "–", "Frank Reddout Category:Articles with hCards", "F", "United States", "Rochester Royals", "Syracuse" ], [ "17", "–", "–", "Joe Smyth Category:Articles with hCards", "F", "United States", "New York Knicks", "Niagara" ] ] }, { "t5Formulas": [ { "Question": "what's the record with result being w 52–19", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"W 52–19\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,D2:D14=\"W 52–19\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"W 52–19\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many result with opponent being cleveland browns", "Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"Cleveland Browns\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D14, C2:C14=\"Cleveland Browns\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "C1", "=", "\"Cleveland Browns\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what's the result with opponent being at new england patriots", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"at New England Patriots\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"at New England Patriots\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"at New England Patriots\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the record with result being w 21–7", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"W 21–7\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,D2:D14=\"W 21–7\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"W 21–7\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the date with attendance being 40657", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=40657))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(G2:G14)),FILTER(query1,CHOOSECOLS(query1,2)=40657))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "40657" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_1-14951643-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Game Site", "Attendance" ], [ "2", "1", "September 21, 1975", "at Chicago Bears", "W 35–7", "1–0", "Soldier Field", "54152" ], [ "3", "2", "September 28, 1975", "Oakland Raiders", "L 20–31", "1–1", "Memorial Stadium", "40657" ], [ "4", "3", "October 5, 1975", "at Los Angeles Rams", "L 13–24", "1–2", "Los Angeles Memorial Coliseum", "62491" ], [ "5", "4", "October 12, 1975", "Buffalo Bills", "L 31–38", "1–3", "Memorial Stadium", "43907" ], [ "6", "5", "October 19, 1975", "at New England Patriots", "L 10–21", "1–4", "Schaeffer Stadium", "51417" ], [ "7", "6", "October 26, 1975", "at New York Jets", "W 45–28", "2–4", "Shea Stadium", "55137" ], [ "8", "7", "November 2, 1975", "Cleveland Browns", "W 21–7", "3–4", "Memorial Stadium", "35235" ], [ "9", "8", "November 9, 1975", "at Buffalo Bills", "W 42–35", "4–4", "Rich Stadium", "77320" ], [ "10", "9", "November 16, 1975", "New York Jets", "W 52–19", "5–4", "Memorial Stadium", "52097" ], [ "11", "10", "November 23, 1975", "at Miami Dolphins", "W 33–17", "6–4", "Miami Orange Bowl", "61986" ], [ "12", "11", "November 30, 1975", "Kansas City Chiefs", "W 28–14", "7–4", "Memorial Stadium", "42122" ], [ "13", "12", "December 7, 1975", "at New York Giants", "W 21–0", "8–4", "Shea Stadium", "49863" ], [ "14", "13", "December 14, 1975", "Miami Dolphins", "W 10–7", "9–4", "Memorial Stadium", "59398" ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE MUSIC WITH SAMBA?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"samba\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"samba\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"samba\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17093372-16", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Couple", "Style", "Music", "Choreographer(s)", "Results" ], [ "2", "Emma Hedlund Ronnie Morgonstjerne", "Contemporary Jazz", "\"You Could Be Happy\"— Snow Patrol", "Knut Arild Flatner Karl-Erik Nedregaard", "Hedlund in Bottom 6 Morgonstjerne eliminated" ], [ "3", "Emma Hedlund Ronnie Morgonstjerne", "Hip-Hop", "\"The Trips\"—Karma 9", "Ambra Succi", "Hedlund in Bottom 6 Morgonstjerne eliminated" ], [ "4", "Mynte Lagoni Martin Gæbe", "Hip-Hop", "\"Sakura Planet\"—A-Bee", "Ambra Succi", "Bottom 6" ], [ "5", "Mynte Lagoni Martin Gæbe", "Quickstep", "\"Big and Bad\"— Big Bad Voodoo Daddy", "Malin Watson David Watson", "Bottom 6" ], [ "6", "Mona Berntsen Daniel Koivunen", "Samba", "\"It Had Better Be Tonight\"— Michael Bublé", "Malin Watson David Watson", "Safe" ], [ "7", "Mona Berntsen Daniel Koivunen", "Lyrical Jazz", "\" It's Been Awhile \"— Staind", "René Winther", "Safe" ], [ "8", "Siv Gaustad Sergio Junior", "Jazz", "\" Mercy \"— Duffy", "Toni Ferraz", "Gaustad eliminated Junior in Bottom 6" ], [ "9", "Siv Gaustad Sergio Junior", "Disco", "\" Jump (for My Love) \"— Girls Aloud", "Tomas Glans", "Gaustad eliminated Junior in Bottom 6" ] ] }, { "t5Formulas": [ { "Question": "What was the Location and Attendance of Game 6?", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(H2:H8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17190012-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "May 4", "Houston", "L 92–100 (OT)", "Kobe Bryant (32)", "Pau Gasol (13)", "Kobe Bryant , Pau Gasol (4)", "Staples Center 18,997", "0–1" ], [ "3", "2", "May 6", "Houston", "W 111–98 (OT)", "Kobe Bryant (40)", "Pau Gasol (14)", "Luke Walton (5)", "Staples Center 18,997", "1–1" ], [ "4", "3", "May 8", "@ Houston", "W 108–94 (OT)", "Kobe Bryant (33)", "Lamar Odom (13)", "Luke Walton (7)", "Toyota Center 18,495", "2–1" ], [ "5", "4", "May 10", "@ Houston", "L 87–99 (OT)", "Pau Gasol (30)", "Pau Gasol (9)", "Kobe Bryant (5)", "Toyota Center 18,495", "2–2" ], [ "6", "5", "May 12", "Houston", "W 118–78 (OT)", "Kobe Bryant (26)", "Pau Gasol (13)", "Jordan Farmar (6)", "Staples Center 18,997", "3–2" ], [ "7", "6", "May 14", "@ Houston", "L 80–95 (OT)", "Kobe Bryant (32)", "Lamar Odom (14)", "Kobe Bryant (3)", "Toyota Center 18,501", "3–3" ], [ "8", "7", "May 17", "Houston", "W 89–70 (OT)", "Pau Gasol (21)", "Pau Gasol (18)", "Kobe Bryant (5)", "Staples Center 18,997", "4–3" ] ] }, { "t5Formulas": [ { "Question": "What was location and attendance for the game where the Celtics played San Antonio? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"San Antonio\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"San Antonio\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"San Antonio\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27722408-8", "Table": [ [ "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", "32", "January 2", "@ Toronto", "W 93–79 (OT)", "Paul Pierce (30)", "Glen Davis (11)", "Glen Davis , Rajon Rondo (8)", "Air Canada Centre 19,986", "25–7" ], [ "3", "33", "January 3", "Minnesota", "W 96–93 (OT)", "Paul Pierce (23)", "Paul Pierce , Von Wafer (6)", "Rajon Rondo (16)", "TD Garden 18,624", "26–7" ], [ "4", "34", "January 5", "San Antonio", "W 105–103 (OT)", "Ray Allen (31)", "Rajon Rondo (10)", "Rajon Rondo (22)", "TD Garden 18,624", "27–7" ], [ "5", "35", "January 7", "Toronto", "W 122–102 (OT)", "Paul Pierce (20)", "Luke Harangody (11)", "Rajon Rondo (7)", "TD Garden 18,624", "28–7" ], [ "6", "36", "January 8", "@ Chicago", "L 79–90 (OT)", "Paul Pierce (21)", "Rajon Rondo (5)", "Rajon Rondo (8)", "United Center 22,663", "28–8" ], [ "7", "37", "January 10", "Houston", "L 102–108 (OT)", "Ray Allen , Marquis Daniels (19)", "Ray Allen , Marquis Daniels (7)", "Rajon Rondo (12)", "TD Garden 18,624", "28–9" ], [ "8", "38", "January 12", "Sacramento", "W 119–95 (OT)", "Paul Pierce (25)", "Semih Erden (9)", "Rajon Rondo (13)", "TD Garden 18,624", "29–9" ], [ "9", "39", "January 14", "Charlotte", "W 99–94 (OT)", "Shaquille O'Neal (23)", "Rajon Rondo (6)", "Rajon Rondo (13)", "TD Garden 18,624", "30–9" ], [ "10", "40", "January 17", "Orlando", "W 109–106 (OT)", "Ray Allen (26)", "Kevin Garnett (8)", "Rajon Rondo (13)", "TD Garden 18,624", "31–9" ], [ "11", "41", "January 19", "Detroit", "W 86–82 (OT)", "Paul Pierce (22)", "Shaquille O'Neal (12)", "Rajon Rondo (8)", "TD Garden 18,624", "32–9" ], [ "12", "42", "January 21", "Utah", "W 110–86 (OT)", "Kevin Garnett (21)", "Glen Davis , Semih Erden (7)", "Rajon Rondo (12)", "TD Garden 18,624", "33–9" ], [ "13", "43", "January 22", "@ Washington", "L 83–85 (OT)", "Kevin Garnett (17)", "Semih Erden (11)", "Rajon Rondo (9)", "Verizon Center 20,278", "33–10" ], [ "14", "44", "January 25", "Cleveland", "W 112–95 (OT)", "Paul Pierce (24)", "Semih Erden (8)", "Rajon Rondo (10)", "TD Garden 18,624", "34–10" ], [ "15", "45", "January 27", "@ Portland", "W 88–78 (OT)", "Ray Allen (18)", "Kevin Garnett , Kendrick Perkins (9)", "Kevin Garnett (9)", "Rose Garden 20,706", "35–10" ], [ "16", "46", "January 28", "@ Phoenix", "L 71–88 (OT)", "Kevin Garnett (18)", "Kevin Garnett (9)", "Rajon Rondo (6)", "US Airways Center 18,422", "35–11" ] ] }, { "t5Formulas": [ { "Question": "List all department names ordered by their starting date.", "Formula": "SORTBY(A1,D1,1)", "Formula2": "SORTBY(A2:A4,D2:D4,1)", "Level": "easy", "Tokens": [ "SORTBY(", "A1", "D1", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ] }, { "Question": "Names of departments from the longest-serving manager to the shorest one.", "Formula": "SORT(UNIQUE(HSTACK(A1,E1,D1)), 3, -1)", "Formula2": "SORT(UNIQUE(HSTACK(A2:A4,E2:E4,D2:D4)), 3, -1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "A1", "E1", "D1", "3", "-", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "-", "Num" ] }, { "Question": "Names of departments by their managers starting dates in chronological order.", "Formula": "SORT(UNIQUE(HSTACK(A1,E1,D1)), 3, 1)", "Formula2": "SORT(UNIQUE(HSTACK(A2:A4,E2:E4,D2:D4)), 3, 1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "A1", "E1", "D1", "3", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "Num" ] } ], "TableName": "company_1_department", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "department name", "department number", "manager ssn", "manager start date", "department" ], [ "2", "Headquarters", "1", "888665555", "1981-06-19", "" ], [ "3", "Administration", "4", "987654321", "1995-01-01", "" ], [ "4", "Research", "5", "333445555", "1988-05-22", "" ] ] }, { "t5Formulas": [ { "Question": "Which Round has an Opponent of aleksandr pitchkounov?", "Formula": "SUMIFS(E1,B1,\"aleksandr pitchkounov\")", "Formula2": "SUMIFS(E2:E8,B2:B8,\"aleksandr pitchkounov\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"aleksandr pitchkounov\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Result has a Round of 5, and an Event of mt one?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"mt one\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,D2:D8=\"mt one\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"mt one\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18722380-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Result", "Opponent", "Method", "Event", "Round", "Location" ], [ "2", "Win", "Michael Bisping", "Decision (Unanimous)", "CWFC: Strike Force 1", "4", "Coventry , West Midlands , England" ], [ "3", "Loss", "Aleksandr Pitchkounov", "Decision (Unanimous)", "Ichigeki Paris 2005", "5", "Paris , France" ], [ "4", "Loss", "Alexey Ignashov", "Decision", "MT ONE", "5", "Saint-Pierre, Réunion" ], [ "5", "Loss", "Petar Majstorović", "Decision (Unanimous)", "K-1 Spain Grand Prix 2003 in Barcelona", "3", "Barcelona , Spain" ], [ "6", "Win", "Damián García", "KO", "K-1 Spain Grand Prix 2003 in Barcelona", "1", "Barcelona , Spain" ], [ "7", "Win", "Lee Hasdell", "TKO (Doctor Stoppage)", "Shoot Boxing: S Volume 1", "4", "Tokyo , Japan" ], [ "8", "Win", "Rick Roufus", "TKO (Doctor Stoppage)", "I.S.K.A. Championship", "3", "Las Vegas , Nevada, United States" ] ] }, { "t5Formulas": [ { "Question": "What is the average pick # of the player from round 11?", "Formula": "AVERAGE(FILTER(B1, A1=11))", "Formula2": "AVERAGE(FILTER(B2:B12, A2:A12=11))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "A1", "=", "11" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the overall of the player with a pick # higher than 13?", "Formula": "SUM(FILTER(C1, B1<13))", "Formula2": "SUM(FILTER(C2:C12, B2:B12<13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "<", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "test_2-15198842-22", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "13", "13", "Chris Miller", "Quarterback", "Oregon" ], [ "3", "2", "3", "31", "Kenny Flowers", "Running Back", "Clemson" ], [ "4", "4", "13", "97", "Ralph Van Dyke", "Offensive Tackle", "Southern Illinois" ], [ "5", "5", "13", "125", "Mark Mraz", "Defensive End", "Utah State" ], [ "6", "6", "13", "153", "Paul Kiser", "Guard", "Wake Forest" ], [ "7", "7", "13", "181", "Michael Reid", "Linebacker", "Wisconsin" ], [ "8", "8", "13", "208", "Curtis Taliaferro", "Linebacker", "Virginia Tech" ], [ "9", "9", "13", "236", "Terrance Anthony", "Defensive Back", "Iowa State" ], [ "10", "10", "13", "264", "Jerry Reese", "Tight End", "Illinois" ], [ "11", "11", "13", "292", "Elbert Shelley", "Defensive Back", "Arkansas State" ], [ "12", "12", "13", "320", "Larry Emery", "Running Back", "Wisconsin" ] ] }, { "t5Formulas": [ { "Question": "What is the average Lost when the difference is - 3, and a Played is less than 10?", "Formula": "AVERAGE(FILTER(F1, (H1=\"- 3\")*(D1<10)))", "Formula2": "AVERAGE(FILTER(F2:F12, (H2:H12=\"- 3\")*(D2:D12<10)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "H1", "=", "\"- 3\"", "*", "D1", "<", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the Position when the Drawn is less than 2, with a Difference of 2?", "Formula": "SUM(FILTER(A1, (E1<2)*(H1=\"2\")))", "Formula2": "SUM(FILTER(A2:A12, (E2:E12<2)*(H2:H12=\"2\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "<", "2", "*", "H1", "=", "\"2\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the sum of Against when the drawn is less than 2, the position is more than 8, and the lost is more than 6.", "Formula": "SUM(FILTER(G1, (E1<2)*(A1>8)*(F1>6)))", "Formula2": "SUM(FILTER(G2:G12, (E2:E12<2)*(A2:A12>8)*(F2:F12>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "<", "2", "*", "A1", ">", "8", "*", "F1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the Difference with a position of less than 3, and, 17 points.", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(A1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)=17)))", "Formula2": "LET(query1,SUMMARIZE(H2:H12,SUMX(A2:A12),SUMX(C2:C12)),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)=17)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "3", "*", "CHOOSECOLS(", "query1", "3", "=", "17" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15351508-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Corinthians", "17", "10", "3", "0", "8", "11" ], [ "3", "2", "São Paulo", "14", "10", "2", "2", "13", "17" ], [ "4", "3", "Portuguesa Santista", "13", "10", "1", "3", "13", "9" ], [ "5", "4", "Palestra Itália-SP", "12", "10", "2", "3", "22", "- 1" ], [ "6", "5", "Juventus", "9", "10", "1", "5", "15", "- 1" ], [ "7", "6", "Santos", "9", "10", "1", "5", "18", "4" ], [ "8", "7", "Portuguesa", "8", "10", "0", "6", "18", "2" ], [ "9", "8", "Hespanha", "8", "10", "0", "6", "18", "- 3" ], [ "10", "9", "São Paulo Railway", "8", "10", "2", "5", "23", "- 4" ], [ "11", "10", "Ypiranga-SP", "7", "10", "0", "6", "23", "- 8" ], [ "12", "11", "Luzitano", "4", "10", "0", "8", "38", "- 26" ] ] }, { "t5Formulas": [ { "Question": "What is the number with the f position in Dallas, Texas?", "Formula": "SUM(FILTER(B1, (C1=\"f\")*(F1=\"dallas, texas\")))", "Formula2": "SUM(FILTER(B2:B19, (C2:C19=\"f\")*(F2:F19=\"dallas, texas\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "\"f\"", "*", "F1", "=", "\"dallas, texas\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-14027795-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Number", "Position", "Weight*", "Year", "Hometown" ], [ "2", "Davis, Bryan", "0", "F/C", "250", "So.-1L", "Dallas, Texas" ], [ "3", "Lewis, Derreck", "2", "G", "197", "Fr.", "Tulsa, Oklahoma" ], [ "4", "Roland, Derrick", "3", "G", "190", "So.-1L", "Dallas, Texas" ], [ "5", "Graham, Bryson", "5", "G", "190", "spm Jr.-1L", "San Antonio, Texas" ], [ "6", "Bowles, Denzel", "10", "F/C", "250", "Fr.-HS", "Virginia Beach, Virginia" ], [ "7", "Holmes, B.J.", "11", "G", "175", "Fr.-HS", "Houston, Texas" ], [ "8", "Jordan, DeAndre", "12", "C", "255", "Fr.-HS", "Houston, Texas" ], [ "9", "Darko, Andrew", "14", "G", "165", "Fr.", "Conroe, Texas" ], [ "10", "Sloan, Donald", "15", "G", "205", "So.-1L", "Dallas, Texas" ], [ "11", "Kirk, Dominique", "22", "G", "185", "Sr.-3L", "Dallas, Texas" ], [ "12", "Carter, Josh", "23", "F", "200", "sp Jr.-2L", "Dallas, Texas" ], [ "13", "Schepel, Shawn", "24", "G", "200", "Fr.", "Dallas, Texas" ], [ "14", "Jones, Joseph", "30", "F", "255", "Sr.-3L", "Normangee, Texas" ], [ "15", "Chapman, Chris", "31", "G", "170", "So.", "Houston, Texas" ], [ "16", "Muhlbach, Beau", "32", "G/F", "205", "Sr.-2L", "Lufkin, Texas" ], [ "17", "Elonu, Chinemelu", "41", "F/C", "235", "So.-1L", "Houston, Texas" ], [ "18", "Walkup, Nathan", "45", "F", "195", "Fr.-HS", "Houston, Texas" ], [ "19", "Carrell, Marshall", "50", "F", "200", "Fr.", "Paris, Texas" ] ] }, { "t5Formulas": [ { "Question": "For ranks over 2 with Golds over 6 and Silvers over 5 what would be the lowest qualifying Total?", "Formula": "MIN(FILTER(F1, (C1>6)*(A1>2)*(D1>5)))", "Formula2": "MIN(FILTER(F2:F11, (C2:C11>6)*(A2:A11>2)*(D2:D11>5)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "C1", ">", "6", "*", "A1", ">", "2", "*", "D1", ">", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-113198-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "11", "8", "4", "23" ], [ "3", "2", "Norway", "10", "11", "5", "26" ], [ "4", "3", "Germany", "9", "7", "8", "24" ], [ "5", "4", "Italy", "7", "5", "8", "20" ], [ "6", "5", "United States", "6", "5", "2", "13" ], [ "7", "6", "South Korea", "4", "1", "1", "6" ], [ "8", "7", "Canada", "3", "6", "4", "13" ], [ "9", "8", "Switzerland", "3", "4", "2", "9" ], [ "10", "9", "Austria", "2", "3", "4", "9" ], [ "11", "10", "Sweden", "2", "1", "0", "3" ] ] }, { "t5Formulas": [ { "Question": "Which tracking method supports MySQL databases and is named Open Web Analytics?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"mysql\")*(A1=\"open web analytics\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"mysql\")*(A2:A8=\"open web analytics\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mysql\"", "*", "A1", "=", "\"open web analytics\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which tracking method has a latest stable release of 2.23-05?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2.23-05\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"2.23-05\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2.23-05\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the latest stable release date for Crawltrack?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"crawltrack\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"crawltrack\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"crawltrack\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which tracking method has a latest stable release of 6.0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"6.0\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"6.0\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"6.0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16651861-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Platform", "Supported databases", "Tracking Method", "Latest stable release", "License" ], [ "2", "Analog", "C", "Logfile-based", "Web log files", "6.0", "GNU GPL" ], [ "3", "AWStats", "Perl", "Logfile-based", "Web log files", "7.1", "GNU GPL" ], [ "4", "CrawlTrack", "PHP", "MySQL", "PHP pagetag", "3.3.2", "GNU GPL" ], [ "5", "Open Web Analytics", "PHP", "MySQL", "JavaScript or PHP pagetag", "1.5.2", "GNU GPL" ], [ "6", "Piwik", "PHP", "MySQL", "JavaScript or PHP pagetag or Web log files", "1.12", "GNU GPL" ], [ "7", "W3Perl", "Perl", "Logfile-based", "Web log files", "3.17", "GNU GPL" ], [ "8", "Webalizer", "C", "Logfile-based", "Web log files", "2.23-05", "GNU GPL" ] ] }, { "t5Formulas": [ { "Question": "What's the pick for the New York jets with a defensive end?", "Formula": "SUM(FILTER(A1, (D1=\"defensive end\")*(B1=\"new york jets\")))", "Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"defensive end\")*(B2:B9=\"new york jets\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"defensive end\"", "*", "B1", "=", "\"new york jets\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What's the pick for Georgia tech?", "Formula": "SUMIFS(A1,E1,\"georgia tech\")", "Formula2": "SUMIFS(A2:A9,E2:E9,\"georgia tech\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"georgia tech\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who plays halfback?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"halfback\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"halfback\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"halfback\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the team for Washington College?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"washington\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"washington\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"washington\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18652198-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "33", "Denver Broncos", "Bob Breitenstein Category:Articles with hCards", "Tackle", "Tulsa" ], [ "3", "34", "Houston Oilers", "Frank Molden Category:Articles with hCards", "Defensive tackle", "Jackson State" ], [ "4", "35", "Denver Broncos (from Oakland Raiders)", "Max Leetzow Category:Articles with hCards", "Defensive end", "Idaho" ], [ "5", "36", "New York Jets", "Glenn Sasser Category:Articles with hCards", "Defensive end", "North Carolina State" ], [ "6", "37", "Kansas City Chiefs", "Smith Reed Category:Articles with hCards", "Halfback", "Alcorn State" ], [ "7", "38", "San Diego Chargers", "Rick Redman Category:Articles with hCards", "Linebacker", "Washington" ], [ "8", "39", "Boston Patriots", "Corwyn Aldredge Category:Articles with hCards", "End", "Northwestern State" ], [ "9", "40", "Buffalo Bills", "Dave Simmons Category:Articles with hCards", "Linebacker", "Georgia Tech" ] ] }, { "t5Formulas": [ { "Question": "For the vessel with a listed In service of 1, what is the origin given?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the lowest listed In service for a vessel of xavery czernicki class?", "Formula": "MINIFS(D1,A1,\"xavery czernicki class\")", "Formula2": "MINIFS(D2:D6,A2:A6,\"xavery czernicki class\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "A1", "\"xavery czernicki class\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which vessel has a type of logistic support?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"logistic support\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"logistic support\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"logistic support\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the type for a vessel of lublin class?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"lublin class\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"lublin class\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"lublin class\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest In service for a vessel with a listed Unit of 12th minesweeper squadron?", "Formula": "MAXIFS(D1,E1,\"12th minesweeper squadron\")", "Formula2": "MAXIFS(D2:D6,E2:E6,\"12th minesweeper squadron\")", "Level": "easy", "Tokens": [ "MAXIFS(", "D1", "E1", "\"12th minesweeper squadron\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the type for a vessel with a listed unit of naval base swinoujscie (auxiliary squadron)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"naval base swinoujscie (auxiliary squadron)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"naval base swinoujscie (auxiliary squadron)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"naval base swinoujscie (auxiliary squadron)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18965165-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Vessel", "Origin", "Type", "In service", "Unit" ], [ "2", "Xavery Czernicki Class", "Poland", "Logistic Support", "1", "2nd Minelaying and Transport Squadron" ], [ "3", "Lublin Class", "Poland", "Landing Craft", "5", "2nd Minelaying and Transport Squadron" ], [ "4", "Deba Class", "Poland", "Landing Craft", "3", "2nd Minelaying and Transport Squadron" ], [ "5", "Gardno Class", "Poland", "Minesweeper", "12", "12th Minesweeper Squadron" ], [ "6", "Various Class", "Poland", "auxiliary vessels", "14", "Naval Base Swinoujscie (auxiliary squadron)" ] ] }, { "t5Formulas": [ { "Question": "What is the high assists score of Nick Collison (11)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"nick collison (11)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,F2:F9=\"nick collison (11)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"nick collison (11)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11964154-11", "Table": [ [ "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", "75", "April 2", "L. A. Clippers", "L 84–102 (OT)", "Kevin Durant (30)", "Nick Collison (17)", "Luke Ridnour (6)", "KeyArena 10,392", "17–58" ], [ "3", "76", "April 4", "Houston", "L 66–79 (OT)", "Nick Collison (15)", "Johan Petro (15)", "Three players (4)", "KeyArena 14,170", "17–59" ], [ "4", "77", "April 6", "Denver", "W 151–147 (2OT)", "Kevin Durant (37)", "Nick Collison (14)", "Earl Watson (11)", "KeyArena 13,104", "18–59" ], [ "5", "78", "April 8", "@ Dallas", "L 83–99 (OT)", "Earl Watson (22)", "Jeff Green (8)", "Earl Watson (8)", "American Airlines Center 20,228", "18–60" ], [ "6", "79", "April 9", "@ Houston", "L 80–103 (OT)", "Kevin Durant (26)", "Nick Collison (15)", "Earl Watson (8)", "Toyota Center 18,370", "18–61" ], [ "7", "80", "April 11", "@ San Antonio", "L 74–95 (OT)", "Kevin Durant (20)", "Nick Collison (14)", "Luke Ridnour (4)", "AT&T Center 18,797", "18–62" ], [ "8", "81", "April 13", "Dallas", "W 99–95 (OT)", "Earl Watson (21)", "Nick Collison (11)", "Earl Watson (10)", "KeyArena 16,272", "19–62" ], [ "9", "82", "April 16", "@ Golden State", "W 126–121 (OT)", "Kevin Durant (42)", "Nick Collison Kevin Durant (13)", "Earl Watson (12)", "Oracle Arena 19,596", "20–62" ] ] }, { "t5Formulas": [ { "Question": "What is the average for the team with n/a in 1992 and 37 in 1992-93?", "Formula": "SUM(FILTER(B1, (E1=\"N/A\")*(F1=37)))", "Formula2": "SUM(FILTER(B2:B20, (E2:E20=\"N/A\")*(F2:F20=37)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"N/A\"", "*", "F1", "=", "37" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What is the result in 91-92 for the team with a 1.053 average?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1.053))", "Formula2": "LET(query1,SUMMARIZE(E2:E20,SUMX(B2:B20)),FILTER(query1,CHOOSECOLS(query1,2)=1.053))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.053" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the 92'-93 result for the team with 55 in 91'-92?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"55\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,E2:E20=\"55\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"55\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the average for the team with 39 in 1991-92?", "Formula": "SUMIFS(B1,E1,\"39\")", "Formula2": "SUMIFS(B2:B20,E2:E20,\"39\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"39\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-14368332-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Average", "Points", "Played", "1991-92", "1992-93", "1993-94" ], [ "2", "River Plate", "1.281", "146", "114", "55", "46", "45" ], [ "3", "Boca Juniors", "1.228", "140", "114", "50", "48", "42" ], [ "4", "Vélez Sársfield", "1.175", "134", "114", "48", "48", "38" ], [ "5", "Independiente", "1.096", "125", "114", "36", "41", "48" ], [ "6", "Huracán", "1.088", "124", "114", "38", "43", "43" ], [ "7", "San Lorenzo", "1.079", "123", "114", "34", "45", "44" ], [ "8", "Banfield", "1.053", "40", "38", "N/A", "N/A", "40" ], [ "9", "Deportivo Español", "1.035", "118", "114", "45", "41", "32" ], [ "10", "Lanús", "1.026", "78", "76", "N/A", "37", "41" ], [ "11", "Racing Club", "1.026", "117", "114", "39", "36", "42" ], [ "12", "Gimnasia de La Plata", "0.982", "112", "114", "41", "34", "37" ], [ "13", "Rosario Central", "0.974", "111", "114", "34", "39", "38" ], [ "14", "Ferro Carril Oeste", "0.965", "110", "114", "37", "38", "35" ], [ "15", "Belgrano de Córdoba", "0.947", "108", "114", "35", "38", "35" ], [ "16", "Platense", "0.947", "108", "114", "42", "28", "38" ], [ "17", "Newell's Old Boys", "0.921", "105", "114", "44", "25", "36" ], [ "18", "Argentinos Juniors", "0.912", "104", "114", "35", "33", "36" ], [ "19", "Textil Mandiyú", "0.877", "100", "114", "33", "37", "30" ], [ "20", "Estudiantes de La Plata", "0.851", "97", "114", "29", "38", "30" ] ] }, { "t5Formulas": [ { "Question": "Which Water has a Metal of contracting?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"contracting\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"contracting\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"contracting\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Metal has an Element of heavenly stems?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"heavenly stems\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"heavenly stems\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"heavenly stems\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which water has green wood?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"green\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"green\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"green\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which earth has west metal?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"west\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"west\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"west\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which wood has stabilizing earth?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"stabilizing\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"stabilizing\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"stabilizing\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which fire has dry metal?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"dry\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"dry\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"dry\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15305217-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Element", "Wood", "Fire", "Earth", "Metal", "Water" ], [ "2", "Color", "Green", "Red", "Yellow", "White", "Black" ], [ "3", "Direction", "east", "south", "center", "west", "north" ], [ "4", "Planet", "Jupiter", "Mars", "Saturn", "Venus", "Mercury" ], [ "5", "Heavenly creature", "Azure Dragon 青龍", "Vermilion Bird 朱雀", "Yellow Dragon 黃龍", "White Tiger 白虎", "Black Tortoise 玄武" ], [ "6", "Heavenly Stems", "甲 , 乙", "丙 , 丁", "戊 , 己", "庚 , 辛", "壬 , 癸" ], [ "7", "Phase", "New Yang", "Full Yang", "Yin/Yang balance", "New Yin", "Full Yin" ], [ "8", "Energy", "Generative", "Expansive", "Stabilizing", "Contracting", "Conserving" ], [ "9", "Season", "Spring", "Summer", "Change of seasons (Every third month)", "Autumn", "Winter" ], [ "10", "Climate", "Windy", "Hot", "Damp", "Dry", "Cold" ], [ "11", "Development", "Sprouting", "Blooming", "Ripening", "Withering", "Dormant" ], [ "12", "Livestock", "dog", "sheep / goat", "cattle", "chicken", "pig" ], [ "13", "Fruit", "plum", "apricot", "jujube", "peach", "chestnut" ], [ "14", "Grain", "wheat", "beans", "rice", "hemp", "millet" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Record that has the Home of ny islanders?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ny islanders\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"ny islanders\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ny islanders\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Record that has the Date of december 15?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 15\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"december 15\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"december 15\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Record that has the Home of detroit, and the Visitor of phoenix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"detroit\")*(B1=\"phoenix\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"detroit\")*(B2:B14=\"phoenix\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"detroit\"", "*", "B1", "=", "\"phoenix\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Date that has the Visitor of florida?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"florida\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"florida\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"florida\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13909437-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Visitor", "Score", "Home", "Record" ], [ "2", "December 1", "Florida", "4 – 2", "Detroit", "14–9–3" ], [ "3", "December 3", "Vancouver", "2 – 2", "Detroit", "14–9–4" ], [ "4", "December 4", "Detroit", "2 – 0", "Washington", "15–9–4" ], [ "5", "December 10", "Edmonton", "0 – 0", "Detroit", "15–9–5" ], [ "6", "December 12", "Chicago", "2 – 6", "Detroit", "16–9–5" ], [ "7", "December 15", "Toronto", "1 – 3", "Detroit", "17–9–5" ], [ "8", "December 17", "Detroit", "3 – 4", "Colorado", "17–10–5" ], [ "9", "December 18", "Detroit", "3 – 3", "Calgary", "17–10–6" ], [ "10", "December 20", "Detroit", "2 – 3", "Vancouver", "17–11–6" ], [ "11", "December 22", "Detroit", "6 – 2", "Edmonton", "18–11–6" ], [ "12", "December 26", "Washington", "4 – 5", "Detroit", "19–11–6" ], [ "13", "December 28", "Detroit", "7 – 1", "NY Islanders", "20–11–6" ], [ "14", "December 30", "Phoenix", "5 – 3", "Detroit", "20–12–6" ] ] }, { "t5Formulas": [ { "Question": "Who had the highest assists in game 4?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(G2:G8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many games was Damien Wilkins (27) the high scorer?", "Formula": "SUMIFS(A1,E1,\"Damien Wilkins (27)\")", "Formula2": "SUMIFS(A2:A8,E2:E8,\"Damien Wilkins (27)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Damien Wilkins (27)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-11964154-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "1", "October 9", "@ Sacramento", "L 98–104 (OT)", "Damien Wilkins (18)", "Nick Collison (9)", "Delonte West (6)", "ARCO Arena 13,284", "0–1" ], [ "3", "2", "October 12", "@ Cleveland", "W 96–90 (OT)", "Chris Wilcox (20)", "Nick Collison (11)", "Earl Watson (6)", "Quicken Loans Arena 15,878", "1–1" ], [ "4", "3", "October 13", "@ Indiana", "L 87–97 (OT)", "Kevin Durant (21)", "Mouhamed Sene (15)", "Four players (4)", "Conseco Fieldhouse 10,796", "1–2" ], [ "5", "4", "October 18", "@ L. A. Lakers", "L 106–126 (OT)", "Kevin Durant (19)", "Robert Swift (8)", "Luke Ridnour (8)", "Bakersfield , California 6,016", "1–3" ], [ "6", "5", "October 20", "Houston", "L 94–117 (OT)", "Kevin Durant (25)", "Kurt Thomas (12)", "Delonte West (7)", "KeyArena 10,854", "1–4" ], [ "7", "6", "October 23", "Golden State", "L 122–126 (OT)", "Damien Wilkins (27)", "Chris Wilcox (12)", "Earl Watson (14)", "KeyArena 9,861", "1–5" ], [ "8", "7", "October 24", "@ Portland", "L 107–109 (OT)", "Nick Collison (17)", "Chris Wilcox (7)", "Luke Ridnour (8)", "Rose Garden 11,342", "1–6" ] ] }, { "t5Formulas": [ { "Question": "What was Freddie Starr, who entered on Day 1, known for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"day 1\")*(A1=\"freddie starr\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"day 1\")*(A2:A14=\"freddie starr\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"day 1\"", "*", "A1", "=", "\"freddie starr\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who exited on Day 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"day 12\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"day 12\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"day 12\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What day did the person who finished in 12th place leave on?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"12th\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"12th\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"12th\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What place did the person who left on day 3 finish in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"day 3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"day 3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"day 3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On which day did the person who is known for the only way is essex star enter?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"the only way is essex star\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"the only way is essex star\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"the only way is essex star\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was Freddie Starr, who entered on Day 1, known for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"day 1\")*(A1=\"freddie starr\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"day 1\")*(A2:A14=\"freddie starr\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"day 1\"", "*", "A1", "=", "\"freddie starr\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14345690-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Celebrity", "Known for", "Entered", "Exited", "Finished" ], [ "2", "Dougie Poynter", "McFly bassist", "Day 1", "Day 21", "1st" ], [ "3", "Mark Wright", "The Only Way Is Essex star", "Day 1", "Day 21", "2nd" ], [ "4", "Fatima Whitbread", "Former Olympic athlete", "Day 1", "Day 20", "3rd" ], [ "5", "Antony Cotton", "Actor (plays Sean Tully in Coronation Street )", "Day 1", "Day 20", "4th" ], [ "6", "Willie Carson", "Former jockey", "Day 1", "Day 19", "5th" ], [ "7", "Crissy Rock", "Benidorm actress and comedian", "Day 1", "Day 18", "6th" ], [ "8", "Emily Scott", "Model and DJ", "Day 5", "Day 17", "7th" ], [ "9", "Jessica-Jane Clement", "TV presenter, actress and model", "Day 1", "Day 16", "8th" ], [ "10", "Lorraine Chase", "Actress (played Steph Forsythe in Emmerdale )", "Day 1", "Day 15", "9th" ], [ "11", "Pat Sharp", "DJ, television and radio presenter", "Day 3", "Day 14", "10th" ], [ "12", "Sinitta", "Singer and reality-TV judge", "Day 3", "Day 13", "11th" ], [ "13", "Stefanie Powers", "Hart to Hart actress", "Day 1", "Day 12", "12th" ], [ "14", "Freddie Starr", "Comedian and impressionist", "Day 1", "Day 3", "13th" ] ] }, { "t5Formulas": [ { "Question": "What is the Laid down for the Hyperion ship?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"hyperion\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"hyperion\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"hyperion\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the ship that had a Pennant number of h55?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"h55\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"h55\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"h55\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1210297-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Ship", "Pennant number", "Laid down", "Launched", "Completed" ], [ "2", "Hardy", "(H87) Flotilla Leader", "30 May 1935", "7 April 1936", "11 December 1936" ], [ "3", "Hasty", "H24", "15 April 1935", "5 May 1936", "11 November 1936" ], [ "4", "Havock", "H43", "15 May 1935", "7 July 1936", "16 January 1937" ], [ "5", "Hereward", "H93", "28 February 1935", "10 March 1936", "9 December 1936" ], [ "6", "Hero", "H99", "28 February 1935", "10 March 1936", "21 October 1936" ], [ "7", "Hostile", "H55", "27 February 1935", "24 January 1936", "10 September 1936" ], [ "8", "Hotspur", "H01", "27 February 1935", "23 March 1936", "29 December 1936" ], [ "9", "Hunter", "H35", "27 March 1935", "25 February 1936", "30 September 1936" ], [ "10", "Hyperion", "H97", "27 March 1935", "8 April 1936", "3 December 1936" ] ] }, { "t5Formulas": [ { "Question": "Which Branding has a frequency of 1080khz?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1080khz\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"1080khz\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1080khz\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which frequency is located in Dagupan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"dagupan\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"dagupan\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"dagupan\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What frequency does branding dzec radyo agila 1062 have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"dzec radyo agila 1062\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"dzec radyo agila 1062\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"dzec radyo agila 1062\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which frequency has 40kw power?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"40kw\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"40kw\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"40kw\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which frequency is located in Davao?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"davao\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"davao\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"davao\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17368176-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Branding", "Callsign", "Frequency", "Power (kW)", "Location" ], [ "2", "DZEC Radyo Agila 1062", "DZEC-AM", "1062kHz", "40kW", "Metro Manila" ], [ "3", "DWIN Radyo Agila Dagupan*", "DWIN-AM", "1080kHz", "10kW", "Dagupan" ], [ "4", "DZEL Radyo Agila Lucena*", "DZEL-AM", "1260kHz", "10kW", "Lucena" ], [ "5", "DYFX Radyo Agila Cebu*", "DYFX-AM", "1332kHz", "10kW", "Cebu" ], [ "6", "DXED Radyo Agila Davao*", "DXED-AM", "1224kHz", "10kW", "Davao" ] ] }, { "t5Formulas": [ { "Question": "What was the date for the game in week 7?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,SUMMARIZE(B2:B18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "On what date was the attendance of the crowd 78,431?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=78431),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=78431),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "78431", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-10996075-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 2004", "at Denver Broncos", "L 34–24", "75,939" ], [ "3", "2", "September 19, 2004", "Carolina Panthers", "L 28–17", "78,136" ], [ "4", "3", "September 26, 2004", "Houston Texans", "L 24–21", "77,433" ], [ "5", "4", "October 4, 2004", "at Baltimore Ravens", "W 27–24", "69,827" ], [ "6", "5", "Bye", "Bye", "Bye", "Bye" ], [ "7", "6", "October 17, 2004", "at Jacksonville Jaguars", "L 22–16", "66,413" ], [ "8", "7", "October 24, 2004", "Atlanta Falcons", "W 56–10", "78,260" ], [ "9", "8", "October 31, 2004", "Indianapolis Colts", "W 45–35", "78,312" ], [ "10", "9", "November 7, 2004", "at Tampa Bay Buccaneers", "L 34–31", "65,495" ], [ "11", "10", "November 14, 2004", "at New Orleans Saints", "L 27–20", "64,900" ], [ "12", "11", "November 22, 2004", "New England Patriots", "L 27–19", "78,431" ], [ "13", "12", "November 28, 2004", "San Diego Chargers", "L 34–31", "77,447" ], [ "14", "13", "December 5, 2004", "at Oakland Raiders", "W 34–27", "51,292" ], [ "15", "14", "December 13, 2004", "at Tennessee Titans", "W 49–38", "68,932" ], [ "16", "15", "December 19, 2004", "Denver Broncos", "W 45–17", "77,702" ], [ "17", "16", "December 25, 2004", "Oakland Raiders", "W 31–30", "77,289" ], [ "18", "17", "January 2, 2005", "at San Diego Chargers", "L 24–17", "64,920" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Record that has the Location of fleetcenter, and the Date of fri. apr. 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"fleetcenter\")*(B1=\"fri. apr. 5\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(E2:E9=\"fleetcenter\")*(B2:B9=\"fri. apr. 5\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"fleetcenter\"", "*", "B1", "=", "\"fri. apr. 5\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Record that has the Game smaller than 76?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<76))", "Formula2": "LET(query1,SUMMARIZE(F2:F9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)<76))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "76" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Can you tell me the highest Game that has the Opponent of atlanta hawks?", "Formula": "MAXIFS(A1,C1,\"atlanta hawks\")", "Formula2": "MAXIFS(A2:A9,C2:C9,\"atlanta hawks\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "C1", "\"atlanta hawks\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Can you tell me the Game that has the Opponent of miami heat?", "Formula": "SUMIFS(A1,C1,\"miami heat\")", "Formula2": "SUMIFS(A2:A9,C2:C9,\"miami heat\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"miami heat\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Can you tell me the Record that has the Score of 100-105?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"100-105\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"100-105\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"100-105\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17622423-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Record" ], [ "2", "75", "Tue. Apr. 2", "@ Indiana Pacers", "105-94", "Conseco Fieldhouse", "43-32" ], [ "3", "76", "Fri. Apr. 5", "Los Angeles Lakers", "99-81", "FleetCenter", "44-32" ], [ "4", "77", "Sun. Apr. 7", "@ New Jersey Nets", "102-90", "Continental Airlines Arena", "45-32" ], [ "5", "78", "Mon. Apr. 8", "@ Chicago Bulls", "100-105", "United Center", "45-33" ], [ "6", "79", "Wed. Apr. 10", "Miami Heat", "70-65", "FleetCenter", "46-33" ], [ "7", "80", "Fri. Apr. 12", "New York Knicks", "107-92", "FleetCenter", "47-33" ], [ "8", "81", "Mon. Apr. 15", "@ Minnesota Timberwolves", "93-90", "Target Center", "48-33" ], [ "9", "82", "Wed. Apr. 17", "Atlanta Hawks", "89-81", "FleetCenter", "49-33" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent at the competition held at Jeonju?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,F1=\"jeonju\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,F2:F8=\"jeonju\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "F1", "=", "\"jeonju\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14904972-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Name", "Date", "Goals", "Assists", "Team", "Venue", "Opponent", "Competition", "Total Goals", "Total Assists" ], [ "2", "Kim Hyun-Seok", "2001-07-21", "99", "50", "Ulsan Hyundai Horangi", "Gwangyang", "Chunnam Dragons", "K-League", "110", "54" ], [ "3", "Shin Tae-Yong", "2001-10-13", "78", "50", "Seongnam Ilhwa Chunma", "Seongnam", "Suwon Samsung Bluewings", "K-League", "99", "68" ], [ "4", "Denis Laktionov", "2005-03-06", "55", "50", "Seongnam Ilhwa Chunma", "Seongnam", "Busan I'Park", "K-League Cup", "57", "59" ], [ "5", "Kim Eun-Jung", "2011-09-10", "102", "50", "Jeju United", "Jeju", "Ulsan Hyundai", "K-League", "119", "54" ], [ "6", "Lee Dong-Gook", "2012-05-26", "122", "50", "Jeonbuk Hyundai Motors", "Jeonju", "Suwon Samsung Bluewings", "K-League", "141", "53" ], [ "7", "Eninho", "2012-06-17", "69", "50", "Jeonbuk Hyundai Motors", "Daegu", "Daegu FC", "K-League", "80", "60" ], [ "8", "Molina", "2013-05-26", "54", "50", "FC Seoul", "Jeju", "Jeju United", "K League Classic", "54", "50" ] ] }, { "t5Formulas": [ { "Question": "What Game had a Score of 101–92?", "Formula": "AVERAGE(FILTER(A1,D1=\"101–92\"))", "Formula2": "AVERAGE(FILTER(A2:A17,D2:D17=\"101–92\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "=", "\"101–92\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the Score of the Game with a Record of 13–12?", "Formula": "FILTER(D1,E1=\"13–12\")", "Formula2": "FILTER(D2:D17,E2:E17=\"13–12\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"13–12\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the Streak on December 30?", "Formula": "FILTER(F1,B1=\"december 30\")", "Formula2": "FILTER(F2:F17,B2:B17=\"december 30\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"december 30\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17064796-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Team", "Score", "Record", "Streak" ], [ "2", "19", "December 2", "New Orleans Jazz", "96–108", "9–10", "Loss 6" ], [ "3", "20", "December 5", "Cleveland Cavaliers", "125–88", "10–10", "Win 1" ], [ "4", "21", "December 6", "@ New York Knicks", "98–108", "10–11", "Loss 1" ], [ "5", "22", "December 9", "Kansas City Kings", "126–107", "11–11", "Win 1" ], [ "6", "23", "December 11", "@ Atlanta Hawks", "99–122", "11–12", "Loss 1" ], [ "7", "24", "December 12", "New York Knicks", "123–110", "12–12", "Win 1" ], [ "8", "25", "December 13", "@ Chicago Bulls", "103–101", "13–12", "Win 2" ], [ "9", "26", "December 16", "@ Washington Bullets", "94–100", "13–13", "Loss 1" ], [ "10", "27", "December 17", "Houston Rockets", "88–85", "14–13", "Win 1" ], [ "11", "28", "December 19", "Washington Bullets", "104–88", "15–13", "Win 2" ], [ "12", "29", "December 20", "@ Kansas City Kings", "117–110", "16–13", "Win 3" ], [ "13", "30", "December 23", "Boston Celtics", "101–92", "17–13", "Win 4" ], [ "14", "31", "December 26", "@ Philadelphia 76ers", "95–96", "17–14", "Loss 1" ], [ "15", "32", "December 27", "Philadelphia 76ers", "130–105", "18–14", "Win 1" ], [ "16", "33", "December 28", "@ Cleveland Cavaliers", "88–111", "18–15", "Loss 1" ], [ "17", "34", "December 30", "Milwaukee Bucks", "118–106", "19–15", "Win 1" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of opponets venue for oklahoma", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"Oklahoma\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,A2:A10=\"Oklahoma\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"Oklahoma\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the total number of last 5 meetings for texas tech", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"Texas Tech\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,A2:A10=\"Texas Tech\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"Texas Tech\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-16201038-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Missouri vs.", "Overall Record", "at Columbia", "at Opponents Venue", "at Neutral Site", "Last 5 Meetings", "Last 10 Meetings", "Current Streak", "During Time in Big 12" ], [ "2", "Baylor", "MU, 16-10", "MU, 10-2", "BU, 6-4", "Tied, 2-2", "MU, 4-1", "MU, 7-3", "W 4", "MU, 13-6" ], [ "3", "Iowa State", "MU, 149-84", "MU, 84-21", "ISU, 56-49", "MU, 16-5", "MU, 5-0", "MU, 9-1", "W 9", "MU, 20-14" ], [ "4", "Kansas", "KU, 173-95", "KU, 65-57", "KU, 89-31", "KU, 19-7", "KU, 4-1", "KU, 8-2", "L 1", "KU, 25-10" ], [ "5", "Kansas State", "KSU, 118-117", "MU, 64-41", "KSU, 60-44", "KSU, 15-8", "KSU, 4-1", "KSU, 6-4", "L 3", "MU, 18-15" ], [ "6", "Oklahoma", "OU, 112-97", "MU, 62-31", "OU, 65-21", "OU, 16-14", "MU, 4-1", "MU, 7-3", "W 3", "OU, 13-11" ], [ "7", "Oklahoma State", "MU, 77-41", "MU, 45-7", "OSU, 29-21", "MU, 10-5", "MU, 3-2", "MU, 7-3", "W 2", "MU, 11-9" ], [ "8", "Texas", "MU, 14-12", "MU, 7-4", "UT, 6-4", "MU, 3-2", "MU, 4-1", "MU, 6-4", "W 3", "UT, 11-9" ], [ "9", "Texas A&M", "MU, 14-11", "MU, 6-3", "TAMU, 7-4", "MU, 4-1", "MU, 3-2", "TAMU, 7-3", "W 1", "Tied, 10-10" ], [ "10", "Texas Tech", "MU, 15-8", "MU, 8-2", "TTU, 6-3", "MU, 4-0", "MU, 5-0", "MU, 8-2", "W 7", "MU, 13-7" ] ] }, { "t5Formulas": [ { "Question": "What was their record on week 11?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(F2:F15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who did they play at Atlanta-Fulton County Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"atlanta-fulton county stadium\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,E2:E15=\"atlanta-fulton county stadium\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"atlanta-fulton county stadium\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was their record when they played at Riverfront Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"riverfront stadium\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,E2:E15=\"riverfront stadium\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"riverfront stadium\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17848578-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 17", "Houston Oilers", "W 30–17", "Mile High Stadium", "1–0", "51,656" ], [ "3", "2", "September 24", "at San Diego Chargers", "L 14–37", "San Diego Stadium", "1–1", "49,048" ], [ "4", "3", "October 1", "Kansas City Chiefs", "L 24–45", "Mile High Stadium", "1–2", "51,656" ], [ "5", "4", "October 8", "at Cincinnati Bengals", "L 10–21", "Riverfront Stadium", "1–3", "55,812" ], [ "6", "5", "October 15", "Minnesota Vikings", "L 20–23", "Mile High Stadium", "1–4", "51,656" ], [ "7", "6", "October 22", "at Oakland Raiders", "W 30–23", "Oakland-Alameda County Coliseum", "2–4", "53,551" ], [ "8", "7", "October 29", "Cleveland Browns", "L 20–27", "Mile High Stadium", "2–5", "51,656" ], [ "9", "8", "November 5", "at New York Giants", "L 17–29", "Yankee Stadium", "2–6", "62,689" ], [ "10", "9", "November 12", "at Los Angeles Rams", "W 16–10", "Los Angeles Memorial Coliseum", "3–6", "65,398" ], [ "11", "10", "November 19", "Oakland Raiders", "L 20–37", "Mile High Stadium", "3–7", "51,656" ], [ "12", "11", "November 26", "at Atlanta Falcons", "L 20–23", "Atlanta-Fulton County Stadium", "3–8", "58,850" ], [ "13", "12", "December 3", "at Kansas City Chiefs", "L 21–24", "Arrowhead Stadium", "3–9", "66,725" ], [ "14", "13", "December 10", "San Diego Chargers", "W 38–13", "Mile High Stadium", "4–9", "51,478" ], [ "15", "14", "December 17", "New England Patriots", "W 45–21", "Mile High Stadium", "5–9", "51,656" ] ] }, { "t5Formulas": [ { "Question": "What was the Result at Strathclyde Homes Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"strathclyde homes stadium\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"strathclyde homes stadium\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"strathclyde homes stadium\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17644259-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Venue", "Result", "St. Mirren Scorer(s)" ], [ "2", "22/07/2008", "Dumbarton", "Strathclyde Homes Stadium", "2–2", "Brady , Molloy" ], [ "3", "23/07/2008", "Stirling Albion", "Forthbank Stadium", "3–1", "Hamilton (2), Dorman" ], [ "4", "26/07/2008", "Morton ( Renfrewshire Cup )", "Cappielow", "1–1 (5–4 on penalties)", "McAusland" ], [ "5", "29/07/2008", "Blackpool", "Bloomfield Road", "2–0", "Tonet , Wyness" ], [ "6", "02/08/2008", "Darlington", "TFM Darlington Arena", "1–0", "Mehmet" ] ] }, { "t5Formulas": [ { "Question": "What is the average long that Ramon Richardson played and an average greater than 5.5?", "Formula": "AVERAGE(FILTER(E1, (A1=\"ramon richardson\")*(D1>5.5)))", "Formula2": "AVERAGE(FILTER(E2:E14, (A2:A14=\"ramon richardson\")*(D2:D14>5.5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "A1", "=", "\"ramon richardson\"", "*", "D1", ">", "5.5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which has and average less than 3 and the lowest yards?", "Formula": "MIN(FILTER(C1, D1<3))", "Formula2": "MIN(FILTER(C2:C14, D2:D14<3))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "<", "3" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the average rec that is greater than 10 and has 40 yards?", "Formula": "AVERAGE(FILTER(B1, (C1=40)*(D1>10)))", "Formula2": "AVERAGE(FILTER(B2:B14, (C2:C14=40)*(D2:D14>10)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "C1", "=", "40", "*", "D1", ">", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-11755831-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "Long" ], [ "2", "Derrick Lewis", "113", "1411", "12.5", "49" ], [ "3", "Kevin Nickerson", "98", "1082", "11", "45" ], [ "4", "Sedrick Robinson", "28", "351", "12.5", "41" ], [ "5", "Darrin Chiaverini", "39", "317", "8.1", "20" ], [ "6", "Greg Brown", "25", "235", "9.4", "34" ], [ "7", "Dane Krager", "10", "84", "8.4", "16" ], [ "8", "Angel Rubio", "4", "40", "10", "23" ], [ "9", "Henry Bryant", "3", "35", "11.7", "24" ], [ "10", "P.J. Winston", "3", "25", "8.3", "16" ], [ "11", "Ramon Richardson", "4", "22", "5.5", "8" ], [ "12", "Donavan Arp", "2", "12", "6", "7" ], [ "13", "Aaron Humphrey", "1", "5", "5", "5" ], [ "14", "Bernard Holsey", "1", "3", "3", "3" ] ] }, { "t5Formulas": [ { "Question": "Which All Games have a Nonconference Games of 1–10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1–10\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"1–10\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1–10\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many Nonconference Games % have a Team of maryland?", "Formula": "SUMIFS(E1,A1,\"maryland\")", "Formula2": "SUMIFS(E2:E10,A2:A10,\"maryland\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"maryland\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which All Games have a Nonconference Games % smaller than 0.75, and a Ranked AP Nonconference of 3–7?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"3–7\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<0.75))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,F2:F10=\"3–7\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<0.75))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"3–7\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "0.75" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-16347193-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "All Games", "All Games %", "Nonconference Games", "Nonconference Games %", "Ranked AP Nonconference" ], [ "2", "North Carolina", "19–4", ".826", "5–2", ".714", "0–2" ], [ "3", "Wake Forest", "19–11", ".633", "6–7", ".462", "2–3" ], [ "4", "Duke", "22–6", ".786", "10–0", "1.000", "1–0" ], [ "5", "NC State", "16–9", ".640", "6–2", ".750", "0–1" ], [ "6", "Maryland", "14–12", ".538", "7–1", ".875", "0–0" ], [ "7", "Clemson", "10–16", ".385", "5–6", ".455", "0–0" ], [ "8", "South Carolina", "9–17", ".346", "6–4", ".600", "0–0" ], [ "9", "Virginia", "3–23", ".115", "1–10", ".091", "0–1" ], [ "10", "Total", "112–98", ".533", "46–32", ".590", "3–7" ] ] }, { "t5Formulas": [ { "Question": "Which Name has a Time larger than 53.06, and a Lane smaller than 8, and a Rank larger than 2, and a Nationality of japan?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"japan\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)>53.06)*(CHOOSECOLS(query1,3)<8)*(CHOOSECOLS(query1,4)>2)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"japan\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)>53.06)*(CHOOSECOLS(query1,3)<8)*(CHOOSECOLS(query1,4)>2)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"japan\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "53.06", "*", "CHOOSECOLS(", "query1", "3", "<", "8", "*", "CHOOSECOLS(", "query1", "4", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "How many lanes have a Time of 53.61, and a Rank larger than 3?", "Formula": "SUM(FILTER(B1, (E1=53.61)*(A1>3)))", "Formula2": "SUM(FILTER(B2:B9, (E2:E9=53.61)*(A2:A9>3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "53.61", "*", "A1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18624696-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Arkady Vyatchanin", "Russia", "53.06" ], [ "3", "2", "5", "Aschwin Wildeboer Faber", "Spain", "53.51" ], [ "4", "3", "3", "Liam Tancock", "Great Britain", "53.61" ], [ "5", "4", "2", "Junichi Miyashita", "Japan", "53.69" ], [ "6", "5", "7", "Tomomi Morita", "Japan", "53.95" ], [ "7", "6", "8", "Gregor Tait", "Great Britain", "54.37" ], [ "8", "7", "6", "Ľuboš Križko", "Slovakia", "54.38" ], [ "9", "8", "1", "Mirco Di Tora", "Italy", "54.92" ] ] }, { "t5Formulas": [ { "Question": "How many location attendance was recorded for December 5?", "Formula": "ROWS(UNIQUE(FILTER(H1, B1=\"December 5\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H15, B2:B15=\"December 5\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "B1", "=", "\"December 5\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the attendance and location on December 15?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 15\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"December 15\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"December 15\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many games were recorded when the team was @ Memphis?", "Formula": "SUMIFS(A1,C1,\"@ Memphis\")", "Formula2": "SUMIFS(A2:A15,C2:C15,\"@ Memphis\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"@ Memphis\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the score of the game when the high rebounds Jeff Foster (10)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Jeff Foster (10)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,F2:F15=\"Jeff Foster (10)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Jeff Foster (10)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17326036-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 2", "L.A. Lakers", "W 118–117 (OT)", "Danny Granger (32)", "Troy Murphy (17)", "T. J. Ford (8)", "Conseco Fieldhouse 16,412", "7–10" ], [ "3", "18", "December 3", "@ Boston", "L 96–114 (OT)", "Danny Granger (20)", "Troy Murphy (10)", "T. J. Ford (8)", "TD Banknorth Garden 18,624", "7–11" ], [ "4", "19", "December 5", "@ Cleveland", "L 73–97 (OT)", "Troy Murphy (15)", "Jeff Foster (7)", "Danny Granger (5)", "Quicken Loans Arena 20,562", "7–12" ], [ "5", "20", "December 7", "Boston", "L 117–122 (OT)", "Marquis Daniels (26)", "Marquis Daniels , Jeff Foster (7)", "Danny Granger (6)", "Conseco Fieldhouse 16,102", "7–13" ], [ "6", "21", "December 10", "@ Toronto", "L 88–101 (OT)", "Danny Granger (22)", "Troy Murphy (20)", "Troy Murphy (6)", "Air Canada Centre 17,877", "7–14" ], [ "7", "22", "December 12", "@ Detroit", "L 110–114 (OT)", "Danny Granger (42)", "Troy Murphy (11)", "T. J. Ford (10)", "The Palace of Auburn Hills 22,076", "7–15" ], [ "8", "23", "December 13", "@ Milwaukee", "L 103–121 (OT)", "T. J. Ford (27)", "Troy Murphy (11)", "T. J. Ford (6)", "Bradley Center 14,921", "7–16" ], [ "9", "24", "December 15", "@ Washington", "W 118–98 (OT)", "Danny Granger (27)", "Troy Murphy (12)", "Marquis Daniels (7)", "Verizon Center 14,502", "8–16" ], [ "10", "25", "December 17", "Golden State", "W 127–120 (OT)", "Danny Granger (41)", "Danny Granger , Brandon Rush , Jeff Foster (11)", "Danny Granger (6)", "Conseco Fieldhouse 11,151", "9–16" ], [ "11", "26", "December 19", "L.A. Clippers", "L 109–117 (2OT)", "Jarrett Jack (27)", "Jeff Foster (11)", "Jarrett Jack (7)", "Conseco Fieldhouse 12,653", "9–17" ], [ "12", "27", "December 20", "@ Philadelphia", "W 95–94 (OT)", "T. J. Ford (25)", "Jeff Foster (10)", "Jarrett Jack (8)", "Wachovia Center 14,599", "10–17" ], [ "13", "28", "December 23", "New Jersey", "L 107–108 (OT)", "Danny Granger (26)", "Jeff Foster (14)", "Jarrett Jack (8)", "Conseco Fieldhouse 11,272", "10–18" ], [ "14", "29", "December 26", "@ Memphis", "L 105–108 (OT)", "Marquis Daniels (28)", "Troy Murphy (12)", "Jarrett Jack , Danny Granger (5)", "FedExForum 12,346", "10–19" ], [ "15", "30", "December 28", "New Orleans", "L 103–105 (OT)", "Danny Granger (34)", "Troy Murphy (16)", "Jarrett Jack , Marquis Daniels (6)", "Conseco Fieldhouse 14,374", "10–20" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of wins for golfers whose earnings are 313,845 dollars and rank is larger than 4?", "Formula": "SUM(FILTER(F1, (D1=313845)*(A1>4)))", "Formula2": "SUM(FILTER(F2:F6, (D2:D6=313845)*(A2:A6>4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "313845", "*", "A1", ">", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of earnings for golfers who have 28 events and more than 2 wins?", "Formula": "SUM(FILTER(D1, (E1=28)*(F1>2)))", "Formula2": "SUM(FILTER(D2:D6, (E2:E6=28)*(F2:F6>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "28", "*", "F1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-14640475-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Hal Sutton", "United States", "426,668", "30", "2" ], [ "3", "2", "Fuzzy Zoeller", "United States", "417,597", "28", "2" ], [ "4", "3", "Lanny Wadkins", "United States", "319,271", "25", "2" ], [ "5", "4", "Calvin Peete", "United States", "313,845", "24", "2" ], [ "6", "5", "Gil Morgan", "United States", "306,133", "25", "2" ] ] }, { "t5Formulas": [ { "Question": "What is the Halil Mutlu when the world record is Olympic record and the 138kg is 305kg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(D1=\"305kg\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(D2:D6=\"305kg\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"olympic record\"", "*", "D1", "=", "\"305kg\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the world record when the 138 kg is 137kg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"137kg\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"137kg\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"137kg\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Halil Mutlu when the world record is olympic record and the 138kg is 167kg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(D1=\"167kg\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(D2:D6=\"167kg\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"olympic record\"", "*", "D1", "=", "\"167kg\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18508174-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "World record", "Snatch", "Halil Mutlu ( TUR )", "138kg", "Antalya , Turkey" ], [ "2", "Clean & Jerk", "Halil Mutlu ( TUR )", "168kg", "Trenčín , Slovakia", "24 April 2001" ], [ "3", "Total", "Halil Mutlu ( TUR )", "305kg", "Sydney , Australia", "16 September 2000" ], [ "4", "Olympic record", "Snatch", "Halil Mutlu ( TUR )", "137kg", "Sydney , Australia" ], [ "5", "Olympic record", "Clean & Jerk", "Halil Mutlu ( TUR )", "167kg", "Sydney , Australia" ], [ "6", "Olympic record", "Total", "Halil Mutlu ( TUR )", "305kg", "Sydney , Australia" ] ] }, { "t5Formulas": [ { "Question": "What position did Pranita Sahu's team get?", "Formula": "FILTER(F1,B1=\"Pranita Sahu\")", "Formula2": "FILTER(F2:F14,B2:B14=\"Pranita Sahu\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"Pranita Sahu\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What date did Jatin Shah and Shalini Chandran perform?", "Formula": "FILTER(C1,(A1=\"Jatin Shah\")*(B1=\"Shalini Chandran\"))", "Formula2": "FILTER(C2:C14,(A2:A14=\"Jatin Shah\")*(B2:B14=\"Shalini Chandran\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"Jatin Shah\"", "*", "B1", "=", "\"Shalini Chandran\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Who performed with Tina Parekh?", "Formula": "FILTER(A1,B1=\"Tina Parekh\")", "Formula2": "FILTER(A2:A14,B2:B14=\"Tina Parekh\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"Tina Parekh\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What position did the team with the total score of 41/60 get?", "Formula": "FILTER(F1,E1=\"41/60\")", "Formula2": "FILTER(F2:F14,E2:E14=\"41/60\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "E1", "=", "\"41/60\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-18278508-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Main contestant", "Co-contestant (Yaar vs. Pyaar)", "Date performed", "Scores by each individual judge", "Total score/week", "Position", "Status" ], [ "2", "Hiten Tejwani", "Nandini Singh", "July 16", "6 + 8 + 4 = 18", "38/60", "Safe", "Current" ], [ "3", "Hiten Tejwani", "Gauri Pradhan", "July 17", "6 + 7 + 7 = 20", "38/60", "Safe", "Current" ], [ "4", "Kashmira Shah", "Mukul Dev", "July 16", "9 + 9 + 9 = 27", "52/60", "Top 2", "Current" ], [ "5", "Kashmira Shah", "Krushna Abhishek", "July 17", "9 + 8 + 8 = 25", "52/60", "Top 2", "Current" ], [ "6", "Amit Sareen", "Aashka Goradia", "July 16", "6 + 6 + 5 = 17", "34/60", "Bottom 2", "Eliminated" ], [ "7", "Amit Sareen", "Vinisha Arora", "July 17", "5 + 6 + 6 = 17", "34/60", "Bottom 2", "Eliminated" ], [ "8", "Vishal Singh", "Dimple Jhangiani", "July 16", "8 + 8 + 5 = 21", "37/60", "Bottom 2", "Current" ], [ "9", "Vishal Singh", "Pranita Sahu", "July 17", "5 + 7 + 4 = 16", "37/60", "Bottom 2", "Current" ], [ "10", "Karanvir Bohra", "Tina Parekh", "July 16", "6 + 8 + 6 = 20", "46/60", "Top 2", "Current" ], [ "11", "Karanvir Bohra", "Teejay Sidhu", "July 17", "8 + 9 + 9 = 26", "46/60", "Top 2", "Current" ], [ "12", "Jatin Shah", "Shalini Chandran", "July 16", "6 + 5 + 7 = 18", "39/60", "Safe", "Current" ], [ "13", "Jatin Shah", "Priya Bhatija", "July 17", "7 + 6 + 8 = 21", "39/60", "Safe", "Current" ], [ "14", "Mridul Singhvi", "Wasna Ahmed", "July 16", "5 + 6 + 5 = 16", "41/60", "Safe", "Current" ] ] }, { "t5Formulas": [ { "Question": "What ship was built by Palmers Shipbuilding and Iron Company for the Royal Navy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"royal navy\")*(B1=\"palmers shipbuilding and iron company\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(A2:A16=\"royal navy\")*(B2:B16=\"palmers shipbuilding and iron company\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"royal navy\"", "*", "B1", "=", "\"palmers shipbuilding and iron company\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the class/type at Trieste?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"trieste\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"trieste\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"trieste\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the country of Palmers Shipbuilding and Iron Company?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"palmers shipbuilding and iron company\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"palmers shipbuilding and iron company\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"palmers shipbuilding and iron company\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what country is Aberdeen?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"aberdeen\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"aberdeen\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"aberdeen\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18264771-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Builder", "Location", "Ship", "Class / type" ], [ "2", "Royal Navy", "Laird, Son & Co.", "Birkenhead", "HMSVanguard", "Audacious-classbattleship" ], [ "3", "Hellenic Navy", "Stabilimento Tecnico Triestino", "Trieste", "Vasilissa Olga", "Battleship" ], [ "4", "United Kingdom", "Maudslay, Sons & Field", "Greenwich", "Blackadder", "Clipper" ], [ "5", "Royal Navy", "Dudgeon", "Poplar, London", "HMSAbyssinia", "Breastwork monitor" ], [ "6", "Royal Navy", "Pembroke Dockyard", "Pembroke", "HMSIron Duke", "Audacious-classbattleship" ], [ "7", "Royal Navy", "Thames Ironworks and Shipbuilding Company", "River Thames", "HMSMagdala", "Cerberus-classmonitor" ], [ "8", "United Kingdom", "J & G Thomson", "Govan", "SSAbyssinia", "ocean liner" ], [ "9", "Royal Navy", "Napier", "Govan", "HMSHotspur", "Ironclad ram" ], [ "10", "Royal Navy", "Chatham Dockyard", "Chatham", "HMSSultan", "Central battery ironclad" ], [ "11", "Royal Navy", "Palmers Shipbuilding and Iron Company", "Jarrow", "HMSSwiftsure", "Swiftsure-class battleship" ], [ "12", "United Kingdom", "Harland and Wolff", "Belfast", "RMSOceanic", "ocean liner" ], [ "13", "United Kingdom", "William Denny and Brothers", "Dumbarton", "SSParthia", "ocean liner" ], [ "14", "Royal Navy", "Palmers Shipbuilding and Iron Company", "Jarrow", "HMSTriumph", "Swiftsure-class battleship" ], [ "15", "Royal Navy", "Pembroke Dockyard", "Pembroke", "HMYOsborne", "Royal yacht" ], [ "16", "Imperial Japanese Navy", "A. Hall & Co.", "Aberdeen", "Unyo", "Gunboat" ] ] }, { "t5Formulas": [ { "Question": "What is Score, when Place is \"T9\", and when Player is \"Jeff Sluman\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t9\")*(B1=\"jeff sluman\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19=\"t9\")*(B2:B19=\"jeff sluman\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t9\"", "*", "B1", "=", "\"jeff sluman\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when Player is \"Scott Dunlap\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott dunlap\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"scott dunlap\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scott dunlap\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is To Par, when Country is \"United States\", when Place is \"T4\", and when Score is \"71-68=139\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(A1=\"t4\")*(D1=\"71-68=139\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"united states\")*(A2:A19=\"t4\")*(D2:D19=\"71-68=139\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "A1", "=", "\"t4\"", "*", "D1", "=", "\"71-68=139\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Player is \"Jeff Maggert\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jeff maggert\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"jeff maggert\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jeff maggert\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Place, when Player is \"Justin Leonard\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"justin leonard\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"justin leonard\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"justin leonard\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Place is \"T4\", and when Player is \"Scott Hoch\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(B1=\"scott hoch\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19=\"t4\")*(B2:B19=\"scott hoch\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t4\"", "*", "B1", "=", "\"scott hoch\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17162179-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tom Lehman", "United States", "67-70=137", "–3" ], [ "3", "T2", "Stewart Cink", "United States", "71-67=138", "–2" ], [ "4", "T2", "Ernie Els", "South Africa", "71-67=138", "–2" ], [ "5", "T4", "Scott Hoch", "United States", "71-68=139", "–1" ], [ "6", "T4", "Jeff Maggert", "United States", "73-66=139", "–1" ], [ "7", "T4", "David Ogrin", "United States", "70-69=139", "–1" ], [ "8", "T4", "Hal Sutton", "United States", "66-73=139", "–1" ], [ "9", "8", "Mark McNulty", "Zimbabwe", "67-73=140", "E" ], [ "10", "T9", "Scott Dunlap", "United States", "75-66=141", "+1" ], [ "11", "T9", "Kelly Gibson", "United States", "72-69=141", "+1" ], [ "12", "T9", "Hideki Kase", "Japan", "68-73=141", "+1" ], [ "13", "T9", "Justin Leonard", "United States", "69-72=141", "+1" ], [ "14", "T9", "Colin Montgomerie", "Scotland", "65-76=141", "+1" ], [ "15", "T9", "Loren Roberts", "United States", "72-69=141", "+1" ], [ "16", "T9", "Dave Schreyer", "United States", "68-73=141", "+1" ], [ "17", "T9", "Jeff Sluman", "United States", "69-72=141", "+1" ], [ "18", "T9", "Tommy Tolles", "United States", "74-67=141", "+1" ], [ "19", "T9", "Tiger Woods", "United States", "74-67=141", "+1" ] ] }, { "t5Formulas": [ { "Question": "Which record has a score of l 121–127?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"l 121–127\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"l 121–127\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"l 121–127\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What high points did San Francisco have in a game later than 69?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"san francisco\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>69))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G15,C2:C15=\"san francisco\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>69))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"san francisco\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "69" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the record for March 10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"march 10\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,B2:B15=\"march 10\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"march 10\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What high points did a game earlier than 80 have with a score of l 123–142?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"l 123–142\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<80))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G15,D2:D15=\"l 123–142\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<80))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"l 123–142\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "80" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-17382411-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Team", "Score", "High points", "Location Attendance", "Record" ], [ "2", "69", "March 2", "@ L. A. Lakers", "L 121–127", "Walt Hazzard (31)", "The Forum 11,335", "20–49" ], [ "3", "70", "March 3", "Cincinnati", "L 128–138", "Rod Thorn (22)", "Seattle Center Coliseum 8,894", "20–50" ], [ "4", "71", "March 5", "Baltimore", "L 121–126", "Tommy Kron (27)", "Seattle Center Coliseum 4,939", "20–51" ], [ "5", "72", "March 7", "St. Louis", "L 133–150", "Walt Hazzard , Rod Thorn (29)", "Portland , Oregon 2,428", "20–52" ], [ "6", "73", "March 8", "Baltimore", "L 116–122", "Tom Meschery (30)", "Olympia , Washington 4,012", "20–53" ], [ "7", "74", "March 9", "@ San Diego", "W 115–111", "Tom Meschery (23)", "San Diego Sports Arena 6,331", "21–53" ], [ "8", "75", "March 10", "San Francisco", "L 112–118", "Al Tucker (28)", "Seattle Center Coliseum 5,536", "21–54" ], [ "9", "76", "March 11", "Boston", "L 112–119", "Tom Meschery (22)", "Seattle Center Coliseum 8,136", "21–55" ], [ "10", "77", "March 12", "@ Detroit", "L 123–139", "Tommy Kron (24)", "Cobo Arena 5,304", "21–56" ], [ "11", "78", "March 13", "@ Cincinnati", "L 123–142", "Bob Rule (46)", "Cincinnati Gardens 4,958", "21–57" ], [ "12", "79", "March 15", "@ Chicago", "W 113–101", "Walt Hazzard (21)", "Chicago Stadium 3,426", "22–57" ], [ "13", "80", "March 16", "@ St. Louis", "L 106–124", "Walt Hazzard (24)", "Kiel Auditorium 7,665", "22–58" ], [ "14", "81", "March 18", "Detroit", "L 82–88", "Walt Hazzard (22)", "Seattle Center Coliseum 6,244", "22–59" ], [ "15", "82", "March 19", "Chicago", "W 122–104", "Walt Hazzard (36)", "Seattle Center Coliseum 10,429", "23–59" ] ] }, { "t5Formulas": [ { "Question": "Name the high assists for l 93–103 (ot)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"L 93–103 (OT)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"L 93–103 (OT)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"L 93–103 (OT)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17288861-9", "Table": [ [ "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", "58", "March 1", "@ New Jersey", "W 99–96 (OT)", "David West (32)", "Tyson Chandler (12)", "Chris Paul (9)", "Izod Center 15,509", "36–22" ], [ "3", "59", "March 2", "@ Philadelphia", "W 98–91 (OT)", "David West (30)", "James Posey (12)", "Chris Paul (12)", "Wachovia Center 14,299", "37–22" ], [ "4", "60", "March 5", "Dallas", "W 104–88 (OT)", "Chris Paul (27)", "Tyson Chandler (11)", "Chris Paul (15)", "New Orleans Arena 17,230", "38–22" ], [ "5", "61", "March 7", "Oklahoma City", "W 108–90 (OT)", "Chris Paul (21)", "David West (12)", "Chris Paul (14)", "New Orleans Arena 18,114", "39–22" ], [ "6", "62", "March 9", "@ Atlanta", "L 79–89 (OT)", "Chris Paul (24)", "David West (20)", "Chris Paul (10)", "Philips Arena 14,204", "39–23" ], [ "7", "63", "March 11", "@ Washington", "W 109–98 (OT)", "Chris Paul (30)", "Chris Paul , Tyson Chandler (10)", "Chris Paul (13)", "Verizon Center 15,255", "40–23" ], [ "8", "64", "March 13", "@ Milwaukee", "W 95–86 (OT)", "Chris Paul (30)", "Tyson Chandler (17)", "Chris Paul (9)", "Bradley Center 15,701", "41–23" ], [ "9", "65", "March 14", "@ Chicago", "L 79–97 (OT)", "Chris Paul (29)", "Tyson Chandler (9)", "Chris Paul (6)", "United Center 22,135", "41–24" ], [ "10", "66", "March 16", "Houston", "L 84–95 (OT)", "Chris Paul (29)", "David West (13)", "Chris Paul (11)", "New Orleans Arena 17,723", "41–25" ], [ "11", "67", "March 18", "Minnesota", "W 94–93 (OT)", "Chris Paul (26)", "David West , Hilton Armstrong (8)", "Chris Paul (10)", "New Orleans Arena 17,253", "42–25" ], [ "12", "68", "March 20", "Memphis", "W 96–84 (OT)", "Chris Paul (32)", "James Posey (8)", "Chris Paul (9)", "New Orleans Arena 17,837", "43–25" ], [ "13", "69", "March 22", "Golden State", "W 99–89 (OT)", "Chris Paul (27)", "Hilton Armstrong (11)", "Chris Paul (8)", "New Orleans Arena 16,351", "44–25" ], [ "14", "70", "March 25", "Denver", "L 88–101 (OT)", "Chris Paul (19)", "David West (8)", "Chris Paul (13)", "New Orleans Arena 17,274", "44–26" ], [ "15", "71", "March 27", "@ New York", "L 93–103 (OT)", "David West (29)", "Julian Wright (14)", "Chris Paul (10)", "Madison Square Garden 19,763", "44–27" ], [ "16", "72", "March 29", "San Antonio", "W 90–86 (OT)", "Chris Paul (26)", "David West (16)", "Chris Paul (9)", "New Orleans Arena 18,204", "45–27" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance at the Meadowlands against the New England Patriots?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"the meadowlands\")*(C1=\"new england patriots\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"the meadowlands\")*(C2:C18=\"new england patriots\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"the meadowlands\"", "*", "C1", "=", "\"new england patriots\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What game did Jets have an attendance of 78,722?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=78722),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=78722),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "78722", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-10768951-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "2001-09-09", "Indianapolis Colts", "L 45–24", "The Meadowlands", "78,606" ], [ "3", "2", "2001-09-23", "at New England Patriots", "W 10–3", "Foxboro Stadium", "60,292" ], [ "4", "3", "2001-10-01", "San Francisco 49ers", "L 19–17", "The Meadowlands", "78,722" ], [ "5", "4", "2001-10-07", "at Buffalo Bills", "W 42–36", "Ralph Wilson Stadium", "72,654" ], [ "6", "5", "2001-10-14", "Miami Dolphins", "W 21–17", "The Meadowlands", "78,823" ], [ "7", "6", "2001-10-21", "St. Louis Rams", "L 34–14", "The Meadowlands", "78,766" ], [ "8", "7", "2001-10-28", "at Carolina Panthers", "W 13–12", "Bank of America Stadium", "72,642" ], [ "9", "8", "2001-11-04", "at New Orleans Saints", "W 16–9", "Louisiana Superdome", "70,020" ], [ "10", "9", "2001-11-11", "Kansas City Chiefs", "W 27–7", "The Meadowlands", "78,234" ], [ "11", "10", "2001-11-18", "at Miami Dolphins", "W 24–0", "Pro Player Stadium", "74,259" ], [ "12", "11", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "13", "12", "2001-12-02", "New England Patriots", "L 17–16", "The Meadowlands", "78,712" ], [ "14", "13", "2001-12-09", "at Pittsburgh Steelers", "L 18–7", "Heinz Field", "62,884" ], [ "15", "14", "2001-12-16", "Cincinnati Bengals", "W 15–14", "The Meadowlands", "77,745" ], [ "16", "15", "2001-12-23", "at Indianapolis Colts", "W 29–28", "RCA Dome", "56,302" ], [ "17", "16", "2001-12-30", "Buffalo Bills", "L 14–9", "The Meadowlands", "78,200" ], [ "18", "17", "2002-01-06", "at Oakland Raiders", "W 24–22", "Network Associates Coliseum", "62,011" ] ] }, { "t5Formulas": [ { "Question": "What were the results for November 24, 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 24, 2002\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"november 24, 2002\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"november 24, 2002\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18733407-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 8, 2002", "at Miami Dolphins", "L 21-49", "72,216" ], [ "3", "2", "September 15, 2002", "at Carolina Panthers", "L 7-31", "71,951" ], [ "4", "3", "September 22, 2002", "Green Bay Packers", "L 31-37", "61,505" ], [ "5", "4", "September 29, 2002", "New Orleans Saints", "W 26-21", "60,023" ], [ "6", "5", "Bye", "Bye", "Bye", "Bye" ], [ "7", "6", "October 13, 2002", "at Minnesota Vikings", "L 24-31", "64,013" ], [ "8", "7", "October 20, 2002", "Chicago Bears", "W 23-20 (OT)", "60,421" ], [ "9", "8", "October 27, 2002", "at Buffalo Bills", "L 17-24", "72,710" ], [ "10", "9", "November 3, 2002", "Dallas Cowboys", "W 9-7", "61,789" ], [ "11", "10", "November 10, 2002", "at Green Bay Packers", "L 14-40", "63,313" ], [ "12", "11", "November 17, 2002", "New York Jets", "L 14-31", "61,720" ], [ "13", "12", "November 24, 2002", "at Chicago Bears", "L 17-20 (OT)", "62,375" ], [ "14", "13", "November 28, 2002", "New England Patriots", "L 12-20", "62,109" ], [ "15", "14", "December 8, 2002", "at Arizona Cardinals", "L 20-23 (OT)", "28,640" ], [ "16", "15", "December 15, 2002", "Tampa Bay Buccaneers", "L 20-23", "61,942" ], [ "17", "16", "December 28, 2002", "at Atlanta Falcons", "L 15-36", "69,307" ], [ "18", "17", "December 29, 2002", "Minnesota Vikings", "L 36-38", "60,233" ] ] }, { "t5Formulas": [ { "Question": "Which Cover Model was featured on 8-03?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"8-03\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"8-03\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"8-03\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Centerfold model when O.J. Simpson was the Interview Subject?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"o.j. simpson\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"o.j. simpson\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"o.j. simpson\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Cover model when the Centerfold Model was Marketa Janska?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"marketa janska\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"marketa janska\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"marketa janska\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Cover model on 11-03?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"11-03\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"11-03\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"11-03\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Centerfold Model on 9-03?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"9-03\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"9-03\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"9-03\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Interview Subject when the 20 Questions was William H. Macy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"william h. macy\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"william h. macy\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"william h. macy\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1566852-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions" ], [ "2", "1-03", "Tia Carrere", "Rebecca Anne Ramos", "Halle Berry", "Ron Insana" ], [ "3", "2-03", "Alison Eastwood", "Charis Boyle", "Jimmy Kimmel", "Bernie Mac" ], [ "4", "3-03", "Dorismar", "Pennelope Jimenez", "Colin Farrell", "Juliette Lewis" ], [ "5", "4-03", "Carmen Electra", "Carmella DeCesare", "Jay-Z", "Andy Richter" ], [ "6", "5-03", "Torrie Wilson", "Laurie Fetter", "Billy Bob Thornton", "Jorja Fox" ], [ "7", "6-03", "Sarah Kozer", "Tailor James", "Mike Piazza", "Nelly" ], [ "8", "7-03", "Nikki Ziering", "Marketa Janska", "Lisa Marie Presley", "Rachel Weisz" ], [ "9", "8-03", "Jenna Morasca , Heidi Strobel", "Colleen Marie", "Tobey Maguire", "Charles Rangel" ], [ "10", "9-03", "Signe Nordli", "Luci Victoria", "Jon Gruden", "Nicolas Cage" ], [ "11", "10-03", "Lauren Hill", "Audra Lynn", "O.J. Simpson", "Joe Rogan" ], [ "12", "11-03", "Daryl Hannah", "Divini Rae", "Quentin Tarantino", "Bill Murray" ], [ "13", "12-03", "Shannen Doherty", "Deisy Teles and Sarah Teles", "John Cusack", "William H. Macy" ] ] }, { "t5Formulas": [ { "Question": "What is the entry for weight in kilograms of jockey D. Nikolic?", "Formula": "SUMIFS(G1,I1,\"D. Nikolic\")", "Formula2": "SUMIFS(G2:G11,I2:I11,\"D. Nikolic\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "I1", "\"D. Nikolic\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which group had the time 1:11.65?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"1:11.65\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,H2:H11=\"1:11.65\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"1:11.65\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which horse won with a time of 1:35.98 and what was their position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"1:35.98\"),10))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,H2:H11=\"1:35.98\"),10))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"1:35.98\"", "10" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15926991-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Time", "Jockey", "Winner/2nd" ], [ "2", "4th", "19 Aug 2007", "3yo Maiden", "Sale", "NA", "1208m", "57.0", "1:12.89", "L. Nolen", "1st - Aceland Street" ], [ "3", "Won", "2 Sep 2007", "3yo Maiden", "Cranbourne", "NA", "1200m", "57.0", "1:11.65", "C. Symons", "2nd - Embracing" ], [ "4", "Won", "19 Sep 2007", "3yo Rst72", "Sandown", "NA", "1300m", "57.0", "1:15.94", "B. Rawiller", "2nd - Simplest" ], [ "5", "Won", "30 Sep 2007", "3yo Open", "Sandown", "NA", "1400m", "57.0", "1:24.23", "B. Rawiller", "2nd - Viatorian" ], [ "6", "Won", "13 Oct 2007", "Caulfield Guineas", "Caulfield", "G1", "1600m", "55.5", "1:36.42", "B. Rawiller", "2nd - Scenic Blast" ], [ "7", "Won", "3 Nov 2007", "Ascot Vale Stakes", "Flemington", "G1", "1200m", "55.5", "1:08.95", "B. Rawiller", "2nd - Bel Mer" ], [ "8", "10th", "10 Nov 2007", "Emirates Stakes", "Flemington", "G1", "1600m", "51.5", "1:35.98", "D. Nikolic", "1st - Tears I Cry" ], [ "9", "Won", "23 Feb 2008", "Oakleigh Plate", "Caulfield", "G1", "1100m", "53.0", "1:03.22", "B. Rawiller", "2nd - Magnus" ], [ "10", "Won", "8 Mar 2008", "Newmarket Handicap", "Flemington", "G1", "1200m", "56.0", "1:08.97", "B. Rawiller", "2nd - Magnus" ], [ "11", "Won", "29 Mar 2008", "Randwick Guineas", "Randwick", "G1", "1600m", "56.5", "1:36.30", "B. Rawiller", "2nd - Triple Honour" ] ] }, { "t5Formulas": [ { "Question": "What is the long in 1994?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"1994\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,A2:A20=\"1994\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"1994\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which team has a long of 67?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=67),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,D2:D20=67),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "67", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the RAvg of the year with Ratt of 9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=9),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,F2:F20=9),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "9", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Ratt of the year with a 78 long?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=78),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,D2:D20=78),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "78", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which team has a Ravg of 1.3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=1.3),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,H2:H20=1.3),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "1.3", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the rate of 17 years?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"17 years\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,A2:A20=\"17 years\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"17 years\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11983460-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Team", "Comp", "Long", "Rate", "RAtt", "RYds", "RAvg" ], [ "2", "1983", "Miami", "173", "85", "96.0", "28", "45", "1.6" ], [ "3", "1984", "Miami", "362", "80", "108.9", "28", "-7", "-0.3" ], [ "4", "1985", "Miami", "336", "73", "84.1", "26", "-24", "-0.9" ], [ "5", "1986", "Miami", "378", "85", "92.5", "12", "-3", "-0.3" ], [ "6", "1987", "Miami", "263", "59", "89.2", "12", "-5", "-0.4" ], [ "7", "1988", "Miami", "354", "80", "80.8", "20", "-17", "-0.9" ], [ "8", "1989", "Miami", "308", "78", "76.9", "14", "-7", "-0.5" ], [ "9", "1990", "Miami", "306", "69", "82.6", "16", "29", "1.8" ], [ "10", "1991", "Miami", "318", "54", "85.8", "27", "32", "1.2" ], [ "11", "1992", "Miami", "330", "62", "85.1", "20", "66", "3.3" ], [ "12", "1993", "Miami", "91", "80", "95.9", "9", "-4", "-0.4" ], [ "13", "1994", "Miami", "385", "64", "89.2", "22", "-6", "-0.3" ], [ "14", "1995", "Miami", "309", "67", "90.8", "11", "14", "1.3" ], [ "15", "1996", "Miami", "221", "74", "87.8", "11", "-3", "-0.3" ], [ "16", "1997", "Miami", "319", "55", "80.7", "18", "-14", "-0.8" ], [ "17", "1998", "Miami", "310", "61", "80.0", "21", "-3", "-0.1" ], [ "18", "1999", "Miami", "204", "62", "67.4", "6", "-6", "-1.0" ], [ "19", "Career", "Career", "Comp", "Long", "Rate", "RAtt", "RYds", "RAvg" ], [ "20", "17 Years", "17 Years", "4,967", "85", "86.4", "301", "87", "0.3" ] ] }, { "t5Formulas": [ { "Question": "What was the away team's score at MCG when attendance was more than 24,365?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"mcg\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24365))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,E2:E7=\"mcg\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24365))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "24365" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-10788451-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "12.13 (85)", "St Kilda", "14.12 (96)", "MCG", "43,412", "1 May 1965" ], [ "3", "Fitzroy", "9.4 (58)", "Melbourne", "14.25 (109)", "Brunswick Street Oval", "15,890", "1 May 1965" ], [ "4", "Collingwood", "19.16 (130)", "Hawthorn", "10.9 (69)", "Victoria Park", "25,733", "1 May 1965" ], [ "5", "North Melbourne", "7.13 (55)", "Geelong", "14.14 (98)", "City of Coburg Oval", "17,408", "1 May 1965" ], [ "6", "Footscray", "6.12 (48)", "Essendon", "18.18 (126)", "Western Oval", "24,365", "1 May 1965" ], [ "7", "South Melbourne", "12.14 (86)", "Carlton", "10.11 (71)", "Lake Oval", "23,100", "1 May 1965" ] ] }, { "t5Formulas": [ { "Question": "What is Position, when Overall is less than 590, and when Round is 3?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<590)*(CHOOSECOLS(query1,3)=3)))", "Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(D2:D8),SUMX(C2:C8)),FILTER(query1,(CHOOSECOLS(query1,2)<590)*(CHOOSECOLS(query1,3)=3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "590", "*", "CHOOSECOLS(", "query1", "3", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is Player, when MLB Team is \"Florida Marlins\", and when Round is less than 15?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"florida marlins\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,E2:E8=\"florida marlins\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"florida marlins\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "15" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the lowest Overall, when Player is \"Dan Jennings\", and when Round is greater than 9?", "Formula": "MIN(FILTER(D1, (A1=\"dan jennings\")*(C1>9)))", "Formula2": "MIN(FILTER(D2:D8, (A2:A8=\"dan jennings\")*(C2:C8>9)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "\"dan jennings\"", "*", "C1", ">", "9" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of Round, when Position is 2B?", "Formula": "SUMIFS(C1,B1,\"2b\")", "Formula2": "SUMIFS(C2:C8,B2:B8,\"2b\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "B1", "\"2b\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16224770-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "Round", "Overall", "MLB Team" ], [ "2", "Aaron Pribanic", "RHP", "3", "98", "Seattle Mariners" ], [ "3", "Dan Jennings", "LHP", "9", "168", "Florida Marlins" ], [ "4", "Jake Opitz", "2B", "12", "371", "Chicago Cubs" ], [ "5", "Johnny Dorn", "RHP", "15", "448", "Florida Marlins" ], [ "6", "Thad Weber", "RHP", "16", "493", "Detroit Tigers" ], [ "7", "Mitch Abeita", "C", "19", "590", "New York Yankees" ], [ "8", "Zach Herr", "LHP", "38", "1155", "San Diego Padres" ] ] }, { "t5Formulas": [ { "Question": "What is the Theme of Christie Paquet after 2004 with an Issue Price of $34.95?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"christie paquet\")*(E1=\"$34.95\")*(A1>2004)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"christie paquet\")*(E2:E7=\"$34.95\")*(A2:A7>2004)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"christie paquet\"", "*", "E1", "=", "\"$34.95\"", "*", "A1", ">", "2004", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num", "Num" ] }, { "Question": "What is the Year of Christie Paquet with Issue Price of $34.95?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"christie paquet\")*(E1=\"$34.95\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"christie paquet\")*(E2:E7=\"$34.95\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"christie paquet\"", "*", "E1", "=", "\"$34.95\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11916083-20", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Theme", "Artist", "Finish", "Issue Price", "Total Mintage" ], [ "2", "2002", "Golden Tulip", "Anthony Testa", "Proof (selectively gold plated)", "$24.95", "19,986" ], [ "3", "2003", "Golden Daffodil", "Christie Paquet", "Proof (selectively gold plated)", "$34.95", "36,293" ], [ "4", "2004", "Golden Easter Lily", "Christie Paquet", "Proof (selectively gold plated)", "$34.95", "23,486" ], [ "5", "2005", "Golden Rose", "Christie Paquet", "Proof (selectively gold plated)", "$34.95", "23,000" ], [ "6", "2006", "Golden Daisy", "Christie Paquet", "Proof (selectively gold plated)", "$34.95", "23,000" ], [ "7", "2007", "Golden Forget-Me-Not", "Christie Paquet", "Proof (selectively gold plated)", "$38.95", "20,000" ] ] }, { "t5Formulas": [ { "Question": "What team has a position of running back and picked after 2?", "Formula": "FILTER(B1,(A1>2)*(D1=\"running back\"))", "Formula2": "FILTER(B2:B9,(A2:A9>2)*(D2:D9=\"running back\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", ">", "2", "*", "D1", "=", "\"running back\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which player is from the College of Alabama?", "Formula": "FILTER(C1,E1=\"alabama\")", "Formula2": "FILTER(C2:C9,E2:E9=\"alabama\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"alabama\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which player is from Ohio State College?", "Formula": "FILTER(C1,E1=\"ohio state\")", "Formula2": "FILTER(C2:C9,E2:E9=\"ohio state\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"ohio state\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "The New York Jets picked someone from what college?", "Formula": "FILTER(E1,B1=\"new york jets\")", "Formula2": "FILTER(E2:E9,B2:B9=\"new york jets\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"new york jets\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the highest pick for the position of defensive end?", "Formula": "MAX(FILTER(A1,D1=\"defensive end\"))", "Formula2": "MAX(FILTER(A2:A9,D2:D9=\"defensive end\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "D1", "=", "\"defensive end\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18652198-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "1", "New York Jets", "Joe Namath Category:Articles with hCards", "Quarterback", "Alabama" ], [ "3", "2", "Houston Oilers", "Larry Elkins Category:Articles with hCards", "Wide receiver", "Baylor" ], [ "4", "3", "Oakland Raiders", "Harry Schuh Category:Articles with hCards", "Defensive tackle", "Memphis" ], [ "5", "4", "New York Jets (from Denver Broncos)", "Tom Nowatzke Category:Articles with hCards", "Fullback", "Indiana" ], [ "6", "5", "Kansas City Chiefs", "Gale Sayers Category:Articles with hCards", "Running back", "Kansas" ], [ "7", "6", "San Diego Chargers", "Steve DeLong Category:Articles with hCards", "Defensive end", "Tennessee" ], [ "8", "7", "Boston Patriots", "Jerry Rush Category:Articles with hCards", "Defensive tackle", "Michigan State" ], [ "9", "8", "Buffalo Bills", "Jim Davidson Category:Articles with hCards", "Tackle", "Ohio State" ] ] }, { "t5Formulas": [ { "Question": "What is the Date of the game when the Record is 32–31–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"32–31–6\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"32–31–6\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"32–31–6\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Opponent at the Honda Center on March 29?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"honda center\")*(A1=\"march 29\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,(G2:G14=\"honda center\")*(A2:A14=\"march 29\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"honda center\"", "*", "A1", "=", "\"march 29\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Opponent when the Record is 34–31–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"34–31–6\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"34–31–6\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"34–31–6\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17798130-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record", "Arena", "Points" ], [ "2", "March 3", "@ Blackhawks", "2–3", "Giguere (17–16–5)", "21,619", "31–28–6", "United Center", "68" ], [ "3", "March 6", "Stars", "3–2", "Giguere (17–17–5)", "17,380", "31–29–6", "Honda Center", "68" ], [ "4", "March 8", "Wild", "3–2", "Hiller (14–13–1)", "17,300", "31–30–6", "Honda Center", "68" ], [ "5", "March 11", "Canucks", "3–4", "Luongo (23–9–6)", "16,967", "32–30–6", "Honda Center", "70" ], [ "6", "March 15", "Sharks", "1–0", "Hiller (15–14–1)", "17,511", "32–31–6", "Honda Center", "70" ], [ "7", "March 18", "Predators", "3–4", "Rinne (24–11–2)", "16,181", "33–31–6", "Honda Center", "72" ], [ "8", "March 19", "@ Coyotes", "3–2", "Bryzgalov (22–28–6)", "12,739", "34–31–6", "Jobing.com Arena", "74" ], [ "9", "March 22", "Coyotes", "2–6", "Bryzgalov (23–29–6)", "17,215", "35–31–6", "Honda Center", "76" ], [ "10", "March 24", "@ Predators", "2–1", "Rinne (24–11–4)", "16,418", "36–31–6", "Sommet Center", "78" ], [ "11", "March 25", "@ Avalanche", "7–2", "Budaj (19–28–2)", "16,279", "37–31–6", "Pepsi Center", "80" ], [ "12", "March 27", "Oilers", "5–3", "Giguere (19–18–5)", "17,257", "37–32–6", "Honda Center", "80" ], [ "13", "March 29", "Avalanche", "1–4", "Budaj (19–29–2)", "17,182", "38–32–6", "Honda Center", "82" ], [ "14", "March 31", "@ Oilers", "5–3", "Roloson (27–22–9)", "16,839", "39–32–6", "Rexall Place", "84" ] ] }, { "t5Formulas": [ { "Question": "Which Top 10 is the lowest one that has Winnings of $405,300, and an Avg Start smaller than 30?", "Formula": "SUM(FILTER(E1, (I1=\"$405,300\")*(G1<30)))", "Formula2": "SUM(FILTER(E2:E20, (I2:I20=\"$405,300\")*(G2:G20<30)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "I1", "=", "\"$405,300\"", "*", "G1", "<", "30" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How many Wins have a Top 5 smaller than 0?", "Formula": "SUM(FILTER(C1, D1<0))", "Formula2": "SUM(FILTER(C2:C20, D2:D20<0))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Which Top 10 has a Top 5 larger than 1, and a Year of 2003, and Poles larger than 0?", "Formula": "SUM(FILTER(E1, (D1>1)*(A1=2003)*(F1>0)))", "Formula2": "SUM(FILTER(E2:E20, (D2:D20>1)*(A2:A20=2003)*(F2:F20>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "1", "*", "A1", "=", "2003", "*", "F1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many Top 10s have Wins larger than 0, and Poles larger than 0?", "Formula": "SUM(FILTER(E1, (C1>0)*(F1>0)))", "Formula2": "SUM(FILTER(E2:E20, (C2:C20>0)*(F2:F20>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", ">", "0", "*", "F1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1507423-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Starts", "Wins", "Top 5", "Top 10", "Poles", "Avg. Start", "Avg. Finish", "Winnings", "Position" ], [ "2", "1991", "2", "0", "0", "0", "0", "35.0", "22.0", "$27,625", "55th" ], [ "3", "1993", "1", "0", "0", "0", "0", "14.0", "42.0", "$17,665", "93rd" ], [ "4", "1994", "1", "0", "0", "0", "0", "38.0", "38.0", "$7,965", "76th" ], [ "5", "1996", "3", "0", "0", "0", "0", "17.3", "40.7", "$33,915", "57th" ], [ "6", "1997", "20", "0", "1", "1", "1", "25.3", "29.6", "$622,439", "40th" ], [ "7", "1998", "1", "0", "0", "0", "0", "18.0", "37.0", "$24,765", "67th" ], [ "8", "2000", "17", "0", "1", "2", "0", "29.9", "29.2", "$620,781", "43rd" ], [ "9", "2001", "17", "1", "2", "3", "0", "32.4", "24.8", "$1,371,900", "44th" ], [ "10", "2002", "36", "0", "1", "5", "0", "18.4", "21.1", "$3,342,703", "20th" ], [ "11", "2003", "36", "2", "4", "10", "0", "23.1", "19.7", "$4,157,064", "16th" ], [ "12", "2004", "36", "0", "2", "6", "0", "23.2", "21.2", "$4,225,719", "23rd" ], [ "13", "2005", "29", "0", "1", "2", "0", "27.0", "30.1", "$2,271,313", "37th" ], [ "14", "2006", "36", "0", "1", "3", "0", "27.5", "25.3", "$3,143,787", "30th" ], [ "15", "2007", "35", "0", "1", "2", "0", "33.9", "25.8", "$3,090,004", "26th" ], [ "16", "2008", "36", "0", "0", "3", "0", "30.9", "29.0", "$3,816,362", "33rd" ], [ "17", "2009", "35", "0", "1", "1", "0", "30.1", "28.5", "$3,860,582", "34th" ], [ "18", "2010", "27", "0", "1", "1", "0", "33.8", "29.1", "$2,913,816", "34th" ], [ "19", "2011", "25", "0", "0", "0", "0", "36.5", "33.4", "$2,271,891", "34th" ], [ "20", "2012", "3", "0", "0", "0", "0", "30.0", "40.3", "$405,300", "52nd" ] ] }, { "t5Formulas": [ { "Question": "What is the position of the competition in Tampere, Finland?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"tampere, finland\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"tampere, finland\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"tampere, finland\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13045475-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Event" ], [ "2", "2001", "World Youth Championships", "Debrecen , Hungary", "10th", "10,000 m" ], [ "3", "2006", "European Championships", "Gothenburg , Sweden", "14th", "50 km" ], [ "4", "2007", "World Championships", "Osaka , Japan", "10th", "50 km" ], [ "5", "2008", "Finnish Championships", "Tampere, Finland", "1st", "20 km" ], [ "6", "2008", "Olympic Games", "Beijing , China", "15th", "50 km" ], [ "7", "2009", "European Race Walking Cup", "Metz, France", "10th", "20 km" ], [ "8", "2009", "Finnish Championships", "Espoo, Finland", "1st", "20 km" ], [ "9", "2009", "World Championships", "Berlin, Germany", "9th", "50 km" ], [ "10", "2010", "European Championships", "Barcelona , Spain", "DNF", "50 km" ] ] }, { "t5Formulas": [ { "Question": "What is the Copa Libertadores 1999 result for team grêmio, who did not qualify for Copa Conmebol 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"did not qualify\")*(A1=\"grêmio\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"did not qualify\")*(A2:A12=\"grêmio\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"did not qualify\"", "*", "A1", "=", "\"grêmio\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the copa mercosur 1999 result for team grêmio, who did not qualify for the Copa Libertadores 1999 and Copa Conmebol 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"did not qualify\")*(D1=\"did not qualify\")*(A1=\"grêmio\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"did not qualify\")*(D2:D12=\"did not qualify\")*(A2:A12=\"grêmio\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"did not qualify\"", "*", "D1", "=", "\"did not qualify\"", "*", "A1", "=", "\"grêmio\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the intercontinental cup 1999 result of the team who did not qualify for the Copa Libertadores 1999 and made quarterfinals in the Copa Mercosur 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"did not qualify\")*(C1=\"quarterfinals\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"did not qualify\")*(C2:C12=\"quarterfinals\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"did not qualify\"", "*", "C1", "=", "\"quarterfinals\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Copa Libertadores 1999 result for team vasco, which made the group stage in the Copa Mercosur 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"group stage\")*(A1=\"vasco\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"group stage\")*(A2:A12=\"vasco\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"group stage\"", "*", "A1", "=", "\"vasco\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Intercontinental Cup 1999 result for the team with a Copa Conmebol 1999 result of runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"runner-up\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"runner-up\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"runner-up\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Copa Conmebol 1999 result of team cruzeiro, which did not qualify for the Copa Libertadores 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"did not qualify\")*(A1=\"cruzeiro\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"did not qualify\")*(A2:A12=\"cruzeiro\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"did not qualify\"", "*", "A1", "=", "\"cruzeiro\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14959336-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Copa Libertadores 1999", "Copa Mercosur 1999", "Copa CONMEBOL 1999", "Intercontinental Cup 1999" ], [ "2", "Corinthians", "Quarterfinals", "Quarterfinals", "Did not qualify", "N/A" ], [ "3", "Cruzeiro", "Did not qualify", "Quarterfinals", "Did not qualify", "N/A" ], [ "4", "CSA", "Did not qualify", "Did not qualify", "Runner-up", "N/A" ], [ "5", "Flamengo", "Did not qualify", "Champions", "Did not qualify", "N/A" ], [ "6", "Grêmio", "Did not qualify", "Group stage", "Did not qualify", "N/A" ], [ "7", "Palmeiras", "Champions", "Runner-up", "Did not qualify", "Runner-up" ], [ "8", "Paraná", "Did not qualify", "Did not qualify", "Quarterfinals", "N/A" ], [ "9", "São Paulo", "Did not qualify", "Group stage", "Did not qualify", "N/A" ], [ "10", "São Raimundo (AM)", "Did not qualify", "Did not qualify", "Semifinals", "N/A" ], [ "11", "Vasco", "Round of 16", "Group stage", "Did not qualify", "N/A" ], [ "12", "Vila Nova", "Did not qualify", "Did not qualify", "Round of 16", "N/A" ] ] }, { "t5Formulas": [ { "Question": "What is the launch site of the delta iv rocket?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"delta iv\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"delta iv\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"delta iv\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the type of the gps iif-10 satellite with an unknown date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"unknown\")*(E1=\"gps iif-10\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"unknown\")*(E2:E9=\"gps iif-10\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"unknown\"", "*", "E1", "=", "\"gps iif-10\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the type of the gps iif-10 satellite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gps iif-10\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"gps iif-10\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gps iif-10\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the launch site of the delta iv rocket with an unknown date and a gps iif-10 satellite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"unknown\")*(B1=\"delta iv\")*(E1=\"gps iif-10\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"unknown\")*(B2:B9=\"delta iv\")*(E2:E9=\"gps iif-10\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"unknown\"", "*", "B1", "=", "\"delta iv\"", "*", "E1", "=", "\"gps iif-10\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date of the gps iif-7 satellite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gps iif-7\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"gps iif-7\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gps iif-7\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16103661-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Rocket", "Type", "Launch site", "Satellite" ], [ "2", "2013-10-23", "Delta IV", "M+(4,2)", "CCAFS SLC-37B", "GPS IIF-5" ], [ "3", "2014-05", "Delta IV", "M+(4,2)", "CCAFS SLC-37B", "GPS IIF-6" ], [ "4", "2014", "Atlas V", "401", "CCAFS SLC-41", "GPS IIF-7" ], [ "5", "2016", "Atlas V", "401", "CCAFS SLC-41", "GPS IIF-8" ], [ "6", "Unknown", "Delta IV", "M+(4,2)", "CCAFS SLC-37B", "GPS IIF-9" ], [ "7", "Unknown", "Delta IV", "M+(4,2)", "CCAFS SLC-37B", "GPS IIF-10" ], [ "8", "Unknown", "TBD", "TBD", "CCAFS", "GPS IIF-11" ], [ "9", "Unknown", "TBD", "TBD", "CCAFS", "GPS IIF-12" ] ] }, { "t5Formulas": [ { "Question": "what is the f/laps when the season is 2011 and races is 18?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(A1=2011)*(D1=18)),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J16,(A2:A16=2011)*(D2:D16=18)),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "A1", "=", "2011", "*", "D1", "=", "18", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "what is the wins when the f/laps is test driver and team is lotus racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(G1=\"test driver\")*(C1=\"lotus racing\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J16,(G2:G16=\"test driver\")*(C2:C16=\"lotus racing\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "G1", "=", "\"test driver\"", "*", "C1", "=", "\"lotus racing\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the poles when the wins is 0 and points is 0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(E1=0)*(I1=0)),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J16,(E2:E16=0)*(I2:I16=0)),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "E1", "=", "0", "*", "I1", "=", "0", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1628093-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Season", "Series", "Team", "Races", "Wins", "Poles", "F/Laps", "Podiums", "Points", "Pos." ], [ "2", "2003", "British Formula Three season", "Promatecme UK / Team SYR", "24", "0", "0", "0", "0", "30.5", "16th" ], [ "3", "2004", "British Formula Three season", "Menu F3 Motorsport / P1 Racing", "24", "0", "0", "0", "1", "49", "12th" ], [ "4", "2005", "GP2 Series", "DAMS", "23", "0", "0", "0", "0", "0", "24th" ], [ "5", "2005–06", "A1 Grand Prix", "A1 Team Malaysia", "4", "0", "0", "0", "0", "8", "5th (1)" ], [ "6", "2006", "GP2 Series", "Super Nova Racing", "21", "0", "0", "0", "0", "0", "25th" ], [ "7", "2007", "Formula One", "Spyker F1", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver" ], [ "8", "2007–08", "A1 Grand Prix", "A1 Team Malaysia", "6", "0", "0", "0", "0", "7", "15th (1)" ], [ "9", "2008", "GP2 Asia Series", "Super Nova Racing", "10", "1", "0", "1", "3", "24", "4th" ], [ "10", "2008–09", "A1 Grand Prix", "A1 Team Malaysia", "12", "1", "1", "1", "3", "43", "6th (1)" ], [ "11", "2009", "Formula Renault 3.5 Series", "Mofaz Racing", "17", "1", "1", "1", "5", "98", "2nd" ], [ "12", "2010", "Formula One", "Lotus Racing", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver" ], [ "13", "2011", "GP2 Asia Series", "Super Nova Racing", "4", "0", "0", "0", "0", "1", "14th" ], [ "14", "2011", "GP2 Series", "Super Nova Racing", "18", "0", "0", "0", "0", "5", "18th" ], [ "15", "2011", "Formula One", "Lotus Renault GP", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver", "Test driver" ], [ "16", "2011", "Formula Renault 3.5 Series", "Mofaz Racing", "4", "0", "0", "0", "1", "15", "16th" ] ] }, { "t5Formulas": [ { "Question": "Which church had a Split off/Continuation in 1836?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1836),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=1836),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1836", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which church was organized by George M. Hinkle?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"george m. hinkle\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"george m. hinkle\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"george m. hinkle\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Pure Church of Christ's Split off/ Continuation?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"pure church of christ\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"pure church of christ\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"pure church of christ\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Independent Church's Split off/ Continuation?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"independent church\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"independent church\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"independent church\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who organized Alston Church?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"alston church\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"alston church\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"alston church\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14265680-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Church name", "Organized by", "Date", "Split off / Continuation of", "Current status" ], [ "2", "Pure Church of Christ", "Wycam Clark", "1831", "Church of Christ", "Defunct" ], [ "3", "Independent Church", "– Hoton", "1832", "Church of Christ", "Defunct" ], [ "4", "Church of Christ", "Ezra Booth", "1836", "Church of the Latter Day Saints", "Defunct" ], [ "5", "Church of Christ (Parrishite)", "Warren Parrish", "1837", "Church of the Latter Day Saints", "Defunct" ], [ "6", "Alston Church", "Isaac Russell", "1839", "Church of Jesus Christ of Latter Day Saints", "Defunct" ], [ "7", "Church of Christ", "William Chubby", "Late 1830s", "Church of Jesus Christ of Latter Day Saints", "Defunct" ], [ "8", "Church of Jesus Christ, the Bride, the Lamb's Wife", "George M. Hinkle", "1840", "Church of Jesus Christ of Latter Day Saints", "Defunct" ], [ "9", "Church of Christ", "Hiram Page", "1842", "Church of Jesus Christ of Latter Day Saints", "Defunct" ], [ "10", "True Church of Jesus Christ of Latter Day Saints", "William Law", "1844", "Church of Jesus Christ of Latter Day Saints", "Defunct" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance number for the Timberwolves game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"timberwolves\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"timberwolves\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"timberwolves\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11965574-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Team", "Score", "High points", "Location Attendance", "Record" ], [ "2", "75", "1 April 2008", "@Nuggets", "120–126", "Leandro Barbosa (27)", "18,870", "50–25" ], [ "3", "76", "4 April 2008", "Timberwolves", "88–117", "Amar'e Stoudemire (24)", "18,422", "51–25" ], [ "4", "77", "6 April 2008", "Mavericks", "105–98", "Amar'e Stoudemire (31)", "18,422", "51–26" ], [ "5", "78", "8 April 2008", "@Grizzlies", "127–113", "Amar'e Stoudemire (28)", "13,987", "52–26" ], [ "6", "79", "9 April 2008", "@Spurs", "96–79", "Amar'e Stoudemire (21)", "18,797", "53–26" ], [ "7", "80", "11 April 2008", "@Rockets", "90–101", "Amar'e Stoudemire (37)", "18,489", "53–27" ], [ "8", "81", "14 April 2008", "Warriors", "116–122", "Amar'e Stoudemire (28)", "18,422", "54–27" ], [ "9", "82", "16 April 2008", "Trail Blazers", "91–100", "Gordon Giricek (17)", "18,422", "55–27" ] ] }, { "t5Formulas": [ { "Question": "WHat was the score for Phil Mickelson when he placed t3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t3\")*(B1=\"phil mickelson\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t3\")*(B2:B11=\"phil mickelson\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t3\"", "*", "B1", "=", "\"phil mickelson\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What place did the golfer take whose country is South Africa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"south africa\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"south africa\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"south africa\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18017347-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Shingo Katayama", "Japan", "67-64=131", "–9" ], [ "3", "T1", "David Toms", "United States", "66-65=131", "–9" ], [ "4", "T3", "Bob Estes", "United States", "67-65=132", "–8" ], [ "5", "T3", "Phil Mickelson", "United States", "66-66=132", "–8" ], [ "6", "T5", "K. J. Choi", "South Korea", "66-68=134", "–6" ], [ "7", "T5", "David Duval", "United States", "66-68=134", "–6" ], [ "8", "T5", "Ernie Els", "South Africa", "67-67=134", "–6" ], [ "9", "T5", "Jim Furyk", "United States", "70-64=134", "–6" ], [ "10", "T5", "Dudley Hart", "United States", "66-68=134", "–6" ], [ "11", "T5", "Steve Lowery", "United States", "67-67=134", "–6" ] ] }, { "t5Formulas": [ { "Question": "What is the elevation of the city with a number of 91,385 Housing dwellings in 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=91385),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=91385),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "91385", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the density of San Sebastián?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"san sebastián\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"san sebastián\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"san sebastián\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the density of the city with an elevation of 3,400 msl?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"3,400 msl\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"3,400 msl\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"3,400 msl\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the area of the city with a density of 8,546.1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=8546.1),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=8546.1),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "8546.1", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the area of the city with a density of 955.6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=955.6),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=955.6),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "955.6", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the density of San Sebastián?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"san sebastián\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"san sebastián\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"san sebastián\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10877159-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "City district", "Area km²", "Population 2007 census(hab)", "Housing (2007)", "Density (hab/km²)", "Elevation msl" ], [ "2", "Cuzco", "116.22km²", "108,798*", "28,476", "936.1", "3,399 msl" ], [ "3", "San Jerónimo", "103.34km²", "28,856*", "8,942", "279.2", "3,244 msl" ], [ "4", "San Sebastián", "89.44km²", "85,472*", "18,109", "955.6", "3,244 msl" ], [ "5", "Santiago", "69.72km²", "66,277*", "21,168", "950.6", "3,400 msl" ], [ "6", "Wanchaq", "6.38km²", "54,524*", "14,690", "8,546.1", "3,366 msl" ], [ "7", "Total", "385.1km²", "358,052*", "91,385", "929.76", "—" ], [ "8", "* Census data conducted by INEI", "* Census data conducted by INEI", "* Census data conducted by INEI", "* Census data conducted by INEI", "* Census data conducted by INEI", "* Census data conducted by INEI" ] ] }, { "t5Formulas": [ { "Question": "What is Score, when Date is December 23?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"december 23\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"december 23\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"december 23\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score when Team is @ Kansas City-Omaha Kings?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"@ kansas city-omaha kings\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"@ kansas city-omaha kings\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"@ kansas city-omaha kings\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17064508-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Team", "Score", "Record", "Streak" ], [ "2", "26", "December 5", "Portland Trail Blazers", "114–110", "11–15", "Win 1" ], [ "3", "27", "December 7", "New York Knicks", "108–113", "11–16", "Loss 1" ], [ "4", "28", "December 9", "Boston Celtics (at Toronto, Canada)", "114–118", "11–17", "Loss 2" ], [ "5", "29", "December 11", "@ Atlanta Hawks", "132–127 (OT)", "12–17", "Win 1" ], [ "6", "30", "December 12", "Boston Celtics (at Providence, RI)", "119–126", "12–18", "Loss 1" ], [ "7", "31", "December 14", "@ Cleveland Cavaliers", "102–98", "13–18", "Win 1" ], [ "8", "32", "December 18", "Cleveland Cavaliers", "100–93", "14–18", "Win 2" ], [ "9", "33", "December 21", "New York Knicks", "117–115", "15–18", "Win 3" ], [ "10", "34", "December 22", "@ Kansas City-Omaha Kings", "112–122", "15–19", "Loss 1" ], [ "11", "35", "December 23", "Capital Bullets (at Toronto, Canada)", "85–110", "15–20", "Loss 2" ], [ "12", "36", "December 26", "Boston Celtics", "123–125", "15–21", "Loss 3" ], [ "13", "37", "December 29", "@ Phoenix Suns", "120–108", "16–21", "Win 1" ], [ "14", "38", "December 30", "@ Los Angeles Lakers", "105–108", "16–22", "Loss 1" ] ] }, { "t5Formulas": [ { "Question": "What's the English name for the month with พ.ย. abbreviation? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"พ.ย.\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"พ.ย.\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"พ.ย.\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the zodiac sing for the month abbreviated as มี.ค.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"มี.ค.\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"มี.ค.\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"มี.ค.\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the transcription of the thai name of the month พฤษภาคม?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"พฤษภาคม\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"พฤษภาคม\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"พฤษภาคม\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many zodiac signs does the month by the Thai name of กันยายน belong to?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"กันยายน\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F12, B2:B12=\"กันยายน\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"กันยายน\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the English name of the month abbreviated as มิ.ย.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"มิ.ย.\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"มิ.ย.\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"มิ.ย.\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the abbreviation of the month in the zodiac sign scorpio?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Scorpio\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"Scorpio\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Scorpio\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-180802-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "English name", "Thai name", "Abbr.", "Transcription", "Sanskrit word", "Zodiac sign" ], [ "2", "January", "มกราคม", "ม.ค.", "makarakhom, mokkarakhom", "makara \"sea-monster\"", "Capricorn" ], [ "3", "February", "กุมภาพันธ์", "ก.พ.", "kumphaphan", "kumbha \"pitcher, water-pot\"", "Aquarius" ], [ "4", "March", "มีนาคม", "มี.ค.", "minakhom", "mīna \"(a specific kind of) fish\"", "Pisces" ], [ "5", "April", "เมษายน", "เม.ย.", "mesayon", "meṣa \"ram\"", "Aries" ], [ "6", "May", "พฤษภาคม", "พ.ค.", "phruetsaphakhom", "vṛṣabha \"bull\"", "Taurus" ], [ "7", "June", "มิถุนายน", "มิ.ย.", "mithunayon", "mithuna \"a pair\"", "Gemini" ], [ "8", "July", "กรกฎาคม", "ก.ค.", "karakadakhom", "karkaṭa \"crab\"", "Cancer" ], [ "9", "August", "สิงหาคม", "ส.ค.", "singhakhom", "sinha \"lion\"", "Leo" ], [ "10", "September", "กันยายน", "ก.ย.", "kanyayon", "kanyā \"girl\"", "Virgo" ], [ "11", "October", "ตุลาคม", "ต.ค.", "tulakhom", "tulā \"balance\"", "Libra" ], [ "12", "November", "พฤศจิกายน", "พ.ย.", "phruetsachikayon", "vṛścika \"scorpion\"", "Scorpio" ] ] }, { "t5Formulas": [ { "Question": "after december 29 what is the score?", "Formula": "FILTER(D1,B1>29)", "Formula2": "FILTER(D2:D16,B2:B16>29)", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", ">", "29" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "dev_2-14344289-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "December", "Opponent", "Score", "Record", "Points" ], [ "2", "30", "2", "Edmonton Oilers", "3–6", "17–11–2", "36" ], [ "3", "31", "6", "Buffalo Sabres", "3–4", "17–12–2", "36" ], [ "4", "32", "8", "@ Minnesota North Stars", "0–7", "17–13–2", "36" ], [ "5", "33", "9", "@ Chicago Blackhawks", "5–4", "18–13–2", "38" ], [ "6", "34", "11", "@ Washington Capitals", "1–4", "18–14–2", "38" ], [ "7", "35", "13", "New York Islanders", "2–2 OT", "18–14–3", "39" ], [ "8", "36", "15", "Detroit Red Wings", "1–3", "18–15–3", "39" ], [ "9", "37", "16", "@ Winnipeg Jets", "4–2", "19–15–3", "41" ], [ "10", "38", "18", "@ Detroit Red Wings", "1–3", "19–16–3", "41" ], [ "11", "39", "20", "New Jersey Devils", "3–3 OT", "19–16–4", "42" ], [ "12", "40", "22", "@ Hartford Whalers", "0–1", "19–17–4", "42" ], [ "13", "41", "23", "Montreal Canadiens", "4–4 OT", "19–17–5", "43" ], [ "14", "42", "27", "@ Los Angeles Kings", "7–5", "20–17–5", "45" ], [ "15", "43", "29", "@ St. Louis Blues", "3–1", "21–17–5", "47" ], [ "16", "44", "31", "@ Buffalo Sabres", "2–5", "21–18–5", "47" ] ] }, { "t5Formulas": [ { "Question": "What region has a transmitter located at Mount Sugarloaf?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"mount sugarloaf\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,G2:G6=\"mount sugarloaf\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"mount sugarloaf\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1213811-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Region served", "City", "Channels ( Analog / Digital )", "First air date", "ERP (Analog/ Digital)", "HAAT (Analog/ Digital) 1", "Transmitter Location" ], [ "2", "Grafton / Kempsey", "Coffs Harbour", "11 ( VHF ) 3 38 ( UHF )", "23 January 1965", "250 kW 250kW", "706 m 730 m", "Mount Moombil" ], [ "3", "Manning River", "Taree", "65 ( UHF ) 3 44 ( UHF )", "31 December 1991", "600kW 320kW", "633 m 633 m", "Middle Brother" ], [ "4", "Newcastle / Hunter River", "Newcastle", "57 ( UHF ) 3 51 ( UHF )", "31 December 1991", "1200kW 500kW", "439 m 439 m", "Mount Sugarloaf" ], [ "5", "Richmond and Tweed 2", "Lismore", "8 ( VHF ) 3 32 ( UHF )", "12 May 1962", "200kW 200kW", "612 m 648 m", "Mount Nardi" ], [ "6", "Upper Namoi", "Tamworth", "34 ( UHF ) 3 40 ( UHF )", "31 December 1991", "600kW 330kW", "844 m 874 m", "Mount Dowe" ] ] }, { "t5Formulas": [ { "Question": "How many laps resulted from a Qual of 165.229?", "Formula": "SUM(FILTER(F1, C1=165.229))", "Formula2": "SUM(FILTER(F2:F20, C2:C20=165.229))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "165.229" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Whent he start was 15, what was the Qual?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=15),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=15),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "15", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the start result with a Rank of 7 and more than 100 laps?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=7),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>100))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F20,D2:D20=7),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>100))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "7", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "100" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-1235044-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1960", "12", "144.208", "15", "7", "200" ], [ "3", "1961", "25", "146.909", "2", "8", "200" ], [ "4", "1962", "24", "146.520", "24", "8", "200" ], [ "5", "1963", "19", "149.123", "15", "13", "200" ], [ "6", "1964", "7", "153.932", "8", "3", "200" ], [ "7", "1965", "9", "157.246", "9", "11", "184" ], [ "8", "1966", "5", "162.433", "5", "11", "166" ], [ "9", "1967", "7", "165.229", "8", "33", "3" ], [ "10", "1968", "5", "167.613", "5", "5", "200" ], [ "11", "1969", "20", "166.428", "20", "20", "105" ], [ "12", "1970", "25", "168.895", "6", "27", "54" ], [ "13", "1971", "7", "173.821", "7", "11", "174" ], [ "14", "1972", "11", "181.415", "20", "6", "196" ], [ "15", "1973", "15", "191.622", "18", "27", "21" ], [ "16", "1974", "18", "181.699", "20", "9", "187" ], [ "17", "1975", "6", "186.984", "7", "32", "7" ], [ "18", "1976", "30", "186.480", "7", "11", "100" ], [ "19", "1977", "19", "190.840", "11", "27", "34" ], [ "20", "Totals", "Totals", "Totals", "Totals", "Totals", "2431" ] ] }, { "t5Formulas": [ { "Question": "What did Ku Hyo-Jin rank?", "Formula": "SUMIFS(A1,C1,\"ku hyo-jin\")", "Formula2": "SUMIFS(A2:A9,C2:C9,\"ku hyo-jin\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"ku hyo-jin\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the rank of the person who swam in Lane 7 with a time of 2:25.86?", "Formula": "SUM(FILTER(A1, (E1=\"2:25.86\")*(B1<7)))", "Formula2": "SUM(FILTER(A2:A9, (E2:E9=\"2:25.86\")*(B2:B9<7)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"2:25.86\"", "*", "B1", "<", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12382876-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Kristy Kowal", "United States", "2:25.46" ], [ "3", "2", "6", "Sarah Poewe", "South Africa", "2:25.54" ], [ "4", "3", "7", "Luo Xuejuan", "China", "2:25.86" ], [ "5", "4", "5", "Karine Brémond", "France", "2:27.86" ], [ "6", "5", "3", "Caroline Hildreth", "Australia", "2:28.30" ], [ "7", "6", "2", "Ku Hyo-Jin", "South Korea", "2:28.50" ], [ "8", "7", "1", "Anne Poleska", "Germany", "2:28.99" ], [ "9", "8", "8", "Junko Isoda", "Japan", "2:31.71" ] ] }, { "t5Formulas": [ { "Question": "What is the total attendance on April 25?", "Formula": "SUMIFS(F1,A1,\"april 25\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"april 25\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"april 25\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the decision of the game with an attendance greater than 19,883?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>19883))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>19883))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "19883" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17511295-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Series" ], [ "2", "April 15", "Philadelphia", "1 – 4", "Pittsburgh", "Biron", "17,132", "Penguins lead 1–0" ], [ "3", "April 17", "Philadelphia", "2 – 3", "Pittsburgh", "Biron", "17,132", "Penguins lead 2–0" ], [ "4", "April 19", "Pittsburgh", "3 – 6", "Philadelphia", "Biron", "19,745", "Penguins lead 2–1" ], [ "5", "April 21", "Pittsburgh", "3 – 1", "Philadelphia", "Biron", "19,883", "Penguins lead 3–1" ], [ "6", "April 23", "Philadelphia", "3 – 0", "Pittsburgh", "Biron", "17,132", "Penguins lead 3–2" ], [ "7", "April 25", "Pittsburgh", "5 – 3", "Philadelphia", "Biron", "20,072", "Penguins win 4–2" ] ] }, { "t5Formulas": [ { "Question": "Who is the player with a t10 place, from the United States, and has a score of 69-70-76=215?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t10\")*(C1=\"united states\")*(D1=\"69-70-76=215\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14=\"t10\")*(C2:C14=\"united states\")*(D2:D14=\"69-70-76=215\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t10\"", "*", "C1", "=", "\"united states\"", "*", "D1", "=", "\"69-70-76=215\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What place is the player from the United States with a to par of e?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(E1=\"e\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"united states\")*(E2:E14=\"e\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "E1", "=", "\"e\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the player with a score of 69-70-76=215?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-70-76=215\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"69-70-76=215\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-70-76=215\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the place of plyaer Tim Herron from the United States with a to par of +1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(E1=\"+1\")*(B1=\"tim herron\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"united states\")*(E2:E14=\"+1\")*(B2:B14=\"tim herron\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "E1", "=", "\"+1\"", "*", "B1", "=", "\"tim herron\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the to par of player Tim Herron from the United States with a t3 place?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(A1=\"t3\")*(B1=\"tim herron\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"united states\")*(A2:A14=\"t3\")*(B2:B14=\"tim herron\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "A1", "=", "\"t3\"", "*", "B1", "=", "\"tim herron\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17162128-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Payne Stewart", "United States", "68-69-72=209", "–1" ], [ "3", "2", "Phil Mickelson", "United States", "67-70-73=210", "E" ], [ "4", "T3", "Tim Herron", "United States", "69-72-70=211", "+1" ], [ "5", "T3", "Tiger Woods", "United States", "68-71-72=211", "+1" ], [ "6", "T5", "David Duval", "United States", "67-70-75=212", "+2" ], [ "7", "T5", "Vijay Singh", "Fiji", "69-70-73=212", "+2" ], [ "8", "T5", "Steve Stricker", "United States", "70-73-69=212", "+2" ], [ "9", "8", "Billy Mayfair", "United States", "67-72-74=213", "+3" ], [ "10", "9", "Jeff Maggert", "United States", "71-69-74=214", "+4" ], [ "11", "T10", "Paul Goydos", "United States", "67-74-74=215", "+5" ], [ "12", "T10", "John Huston", "United States", "71-69-75=215", "+5" ], [ "13", "T10", "Miguel Ángel Jiménez", "Spain", "73-70-72=215", "+5" ], [ "14", "T10", "Hal Sutton", "United States", "69-70-76=215", "+5" ] ] }, { "t5Formulas": [ { "Question": "Record of 42–16–8, and a March larger than 5 has what average points?", "Formula": "AVERAGE(FILTER(F1, (E1=\"42–16–8\")*(B1>5)))", "Formula2": "AVERAGE(FILTER(F2:F16, (E2:E16=\"42–16–8\")*(B2:B16>5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "E1", "=", "\"42–16–8\"", "*", "B1", ">", "5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Points smaller than 96, and a Record of 43–16–8 belongs to what game?", "Formula": "SUM(FILTER(A1, (F1<96)*(E1=\"43–16–8\")))", "Formula2": "SUM(FILTER(A2:A16, (F2:F16<96)*(E2:E16=\"43–16–8\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "<", "96", "*", "E1", "=", "\"43–16–8\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Game smaller than 70, and a Record of 43–16–8 is what opponent?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"43–16–8\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<70))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F16,E2:E16=\"43–16–8\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<70))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"43–16–8\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "70" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Record of 44–18–8 involves which score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"44–18–8\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"44–18–8\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"44–18–8\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14318917-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "March", "Opponent", "Score", "Record", "Points" ], [ "2", "64", "2", "@ Toronto Maple Leafs", "2–2", "41–15–8", "90" ], [ "3", "65", "3", "@ New Jersey Devils", "4–1", "42–15–8", "92" ], [ "4", "66", "5", "@ Washington Capitals", "3–4", "42–16–8", "92" ], [ "5", "67", "6", "@ Pittsburgh Penguins", "5–3", "43–16–8", "94" ], [ "6", "68", "8", "Chicago Black Hawks", "1–4", "43–17–8", "94" ], [ "7", "69", "10", "Minnesota North Stars", "6–3", "44–17–8", "96" ], [ "8", "70", "12", "@ Boston Bruins", "2–5", "44–18–8", "96" ], [ "9", "71", "14", "@ New York Rangers", "2–8", "44–19–8", "96" ], [ "10", "72", "17", "Montreal Canadiens", "6–4", "45–19–8", "98" ], [ "11", "73", "19", "@ New York Islanders", "2–9", "45–20–8", "98" ], [ "12", "74", "20", "Washington Capitals", "2–3", "45–21–8", "98" ], [ "13", "75", "24", "Toronto Maple Leafs", "7–4", "46–21–8", "100" ], [ "14", "76", "25", "@ New Jersey Devils", "5–6", "46–22–8", "100" ], [ "15", "77", "27", "New Jersey Devils", "4–1", "47–22–8", "102" ], [ "16", "78", "31", "New York Rangers", "2–4", "47–23–8", "102" ] ] }, { "t5Formulas": [ { "Question": "What is the song title from 1963 on the Pacific Jazz label, and a Label-Nr of st-81?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"pacific jazz\")*(A1=1963)*(E1=\"st-81\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(D2:D19=\"pacific jazz\")*(A2:A19=1963)*(E2:E19=\"st-81\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"pacific jazz\"", "*", "A1", "=", "1963", "*", "E1", "=", "\"st-81\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the earliest year with a label-Nr of st-43?", "Formula": "MINIFS(A1,E1,\"st-43\")", "Formula2": "MINIFS(A2:A19,E2:E19,\"st-43\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "E1", "\"st-43\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the song title on the Pacific Jazz label, and a Label-Nr of st-20124?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"pacific jazz\")*(E1=\"st-20124\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(D2:D19=\"pacific jazz\")*(E2:E19=\"st-20124\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"pacific jazz\"", "*", "E1", "=", "\"st-20124\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the type earlier than 1968, and a Title of stretchin' out?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<1968)*(B1=\"stretchin' out\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19<1968)*(B2:B19=\"stretchin' out\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1968", "*", "B1", "=", "\"stretchin' out\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1892579-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Title", "Type", "Label", "Label-Nr" ], [ "2", "1961", "Freedom Sound", "Studio", "Pacific Jazz", "ST-27" ], [ "3", "1962", "Lookin' Ahead", "Studio", "Pacific Jazz", "ST-43" ], [ "4", "1962", "The Jazz Crusaders at the Lighthouse", "Live", "Pacific Jazz", "ST-57" ], [ "5", "1963", "Tough Talk", "Studio", "Pacific Jazz", "ST-68" ], [ "6", "1963", "Heat Wave", "Studio", "Pacific Jazz", "ST-76" ], [ "7", "1963", "Jazz Waltz (w. Les McCann)", "Studio", "Pacific Jazz", "ST-81" ], [ "8", "1964", "Stretchin' Out", "Studio", "Pacific Jazz", "ST-83" ], [ "9", "1965", "The Thing", "Studio", "Pacific Jazz", "ST-87" ], [ "10", "1965", "Chile Con Soul", "Studio", "Pacific Jazz", "ST-20092" ], [ "11", "1966", "Live at the Lighthouse '66", "Live", "Pacific Jazz", "ST-20098" ], [ "12", "1966", "Talk That Talk", "Studio", "Pacific Jazz", "ST-20106" ], [ "13", "1966", "The Festival Album", "Live", "Pacific Jazz", "ST-20115" ], [ "14", "1967", "Uh Huh", "Studio", "Pacific Jazz", "ST-20124" ], [ "15", "1968", "Lighthouse '68", "Live", "Pacific Jazz", "ST-20131" ], [ "16", "1968", "Powerhouse", "Studio", "Pacific Jazz", "ST-20136" ], [ "17", "1969", "Lighthouse '69", "Live", "Pacific Jazz", "ST-20165" ], [ "18", "1970", "Give Peace a Chance", "Studio", "Liberty", "LST-11005" ], [ "19", "1970", "Old Socks, New Shoes", "Studio", "Chisa", "CS-804" ] ] }, { "t5Formulas": [ { "Question": "On what surface did Katarina Srebotnik play Paola Suárez?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"paola suárez\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"paola suárez\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"paola suárez\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "At what tournament was the Score 5–7, 7–5, 6–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"5–7, 7–5, 6–4\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"5–7, 7–5, 6–4\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"5–7, 7–5, 6–4\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Final Score on February 24, 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"february 24, 2002\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"february 24, 2002\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"february 24, 2002\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1729366-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent in Final", "Score in Final" ], [ "2", "Winner", "April 11, 1999", "Estoril , Portugal", "Clay", "Rita Kuti-Kis", "6–3, 6–1" ], [ "3", "Runner-up", "February 24, 2002", "Bogotá , Colombia", "Clay", "Fabiola Zuluaga", "1–6, 4–6" ], [ "4", "Winner", "March 3, 2002", "Acapulco , Mexico", "Clay", "Paola Suárez", "6–7 (1–7) , 6–4, 6–2" ], [ "5", "Runner-up", "July 13, 2003", "Palermo , Italy", "Clay", "Dinara Safina", "3–6, 4–6" ], [ "6", "Winner", "January 8, 2005", "Auckland , New Zealand", "Hard", "Shinobu Asagoe", "5–7, 7–5, 6–4" ], [ "7", "Winner", "August 14, 2005", "Stockholm , Sweden", "Hard", "Anastasia Myskina", "7–5, 6–2" ], [ "8", "Runner-up", "September 25, 2005", "Portorož , Slovenia", "Hard", "Klára Koukalová", "2–6, 6–4, 3–6" ], [ "9", "Runner-up", "July 25, 2006", "Cincinnati , United States", "Hard", "Vera Zvonareva", "2–6, 4–6" ], [ "10", "Runner-up", "September 23, 2007", "Portorož , Slovenia", "Hard", "Tatiana Golovin", "6–2, 4–6, 4–6" ], [ "11", "Runner-up", "May 25, 2008", "Strasbourg , France", "Clay", "Anabel Medina Garrigues", "6–4, 6–7 (4–7) , 0–6" ] ] }, { "t5Formulas": [ { "Question": "Which poll source determined undecided of 5% and Jim DeMint (R) of 58%?", "Formula": "FILTER(A1,(G1=\"5%\")*(C1=\"58%\"))", "Formula2": "FILTER(A2:A8,(G2:G8=\"5%\")*(C2:C8=\"58%\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "G1", "=", "\"5%\"", "*", "C1", "=", "\"58%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which poll source had an other of 15%?", "Formula": "FILTER(A1,F1=\"15%\")", "Formula2": "FILTER(A2:A8,F2:F8=\"15%\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "F1", "=", "\"15%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the vote for Alvin Green when other was 9%?", "Formula": "FILTER(D1,F1=\"9%\")", "Formula2": "FILTER(D2:D8,F2:F8=\"9%\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"9%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the vote for Alvin Green when Jim DeMint was 62%?", "Formula": "FILTER(D1,C1=\"62%\")", "Formula2": "FILTER(D2:D8,C2:C8=\"62%\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"62%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the vote for Alvin Green when other was 9%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"9%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,F2:F8=\"9%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"9%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "dev_2-16299161-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Poll source", "Dates administered", "Jim DeMint (R)", "Alvin Greene (D)", "Tom Clements (G)", "Other", "Undecided" ], [ "2", "Rasmussen Reports", "October 19, 2010", "58%", "21%", "––", "15%", "6%" ], [ "3", "Winthrop University", "October 5–10, 2010", "58%", "11%", "12%", "3%", "14%" ], [ "4", "Crantford & Associates", "October 2, 2010", "58%", "21%", "––", "10%", "5%" ], [ "5", "Rasmussen Reports", "September 22, 2010", "64%", "21%", "––", "10%", "5%" ], [ "6", "Rasmussen Reports", "August 25, 2010", "63%", "19%", "––", "8%", "10%" ], [ "7", "Rasmussen Reports", "August 3, 2010", "62%", "20%", "––", "7%", "10%" ], [ "8", "Rasmussen Reports", "June 10, 2010", "58%", "21%", "––", "9%", "13%" ] ] }, { "t5Formulas": [ { "Question": "Team 1, Everton, has what as a 1st leg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"everton\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"everton\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"everton\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The 2nd leg is what for the Atlético Madrid as Team 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"atlético madrid\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"atlético madrid\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"atlético madrid\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Fulham as Team 1 has the 2nd leg score of what?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fulham\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"fulham\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"fulham\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16623894-36", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "Rubin Kazan", "3–0", "Hapoel Tel Aviv", "3–0", "0–0" ], [ "3", "Athletic Bilbao", "1–5", "Anderlecht", "1–1", "0–4" ], [ "4", "Copenhagen", "2–6", "Marseille", "1–3", "1–3" ], [ "5", "Panathinaikos", "6–4", "Roma", "3–2", "3–2" ], [ "6", "Atlético Madrid", "3–2", "Galatasaray", "1–1", "2–1" ], [ "7", "Ajax", "1–2", "Juventus", "1–2", "0–0" ], [ "8", "Club Brugge", "1–3", "Valencia", "1–0", "0–3 ( aet )" ], [ "9", "Fulham", "3–2", "Shakhtar Donetsk", "2–1", "1–1" ], [ "10", "Liverpool", "4–1", "Unirea Urziceni", "1–0", "3–1" ], [ "11", "Hamburg", "3–3 ( a )", "PSV Eindhoven", "1–0", "2–3" ], [ "12", "Villarreal", "3–6", "Wolfsburg", "2–2", "1–4" ], [ "13", "Standard Liège", "3–2", "Red Bull Salzburg", "3–2", "0–0" ], [ "14", "Twente", "2–4", "Werder Bremen", "1–0", "1–4" ], [ "15", "Lille", "3–2", "Fenerbahçe", "2–1", "1–1" ], [ "16", "Everton", "2–4", "Sporting CP", "2–1", "0–3" ], [ "17", "Hertha BSC", "1–5", "Benfica", "1–1", "0–4" ] ] }, { "t5Formulas": [ { "Question": "What is the highest rank of a building erected in 1976 with fewer than 21 floors?", "Formula": "MAX(FILTER(A1, (E1=1976)*(D1<21)))", "Formula2": "MAX(FILTER(A2:A17, (E2:E17=1976)*(D2:D17<21)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "1976", "*", "D1", "<", "21" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17265352-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Height ft / m", "Floors", "Year" ], [ "2", "1", "Xerox Tower", "443 / 135", "30", "1968" ], [ "3", "2", "Bausch & Lomb Place", "401 / 122", "20", "1995" ], [ "4", "3", "Chase Tower", "392 / 119", "27", "1973" ], [ "5", "4", "Kodak Tower", "360 / 110", "19", "1914" ], [ "6", "5", "First Federal Plaza", "309 / 94", "21", "1976" ], [ "7", "6", "One HSBC Plaza", "284 / 87", "21", "1970" ], [ "8", "7", "Hyatt Regency Hotel", "271 / 83", "25", "1990" ], [ "9", "8", "Times Square Building", "260 / 79", "14", "1930" ], [ "10", "9", "Midtown Tower", "251 / 77", "18", "1962" ], [ "11", "10", "Saint Michael's Church", "246 / 75", "1", "1890" ], [ "12", "11", "Temple Building", "218 / 66", "14", "1925" ], [ "13", "12", "Crossroads Building", "215 / 66", "15", "1969" ], [ "14", "13", "Eastman School of Music Student Living Center", "213 / 65", "14", "1990" ], [ "15", "14", "Seneca Towers Apartments", "212 / 65", "22", "1968" ], [ "16", "15", "Sibley Center", "203 / 62", "12", "1926" ], [ "17", "16", "Clinton Square Building", "200 / 61", "14", "1990" ] ] }, { "t5Formulas": [ { "Question": "List the contestant numbers and names, ordered by contestant name descending.", "Formula": "SORT(SUMMARIZE(B1,SUMX(A1)), 1, -1)", "Formula2": "SORT(SUMMARIZE(B2:B12,SUMX(A2:A12)), 1, -1)", "Level": "medium", "Tokens": [ "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "1", "-", "1" ], "Funcs": [ "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num" ] }, { "Question": "What are the names of the contestants whose names are not 'Jessie Alloway'", "Formula": "LET(query1,FILTER(A1:C1,B1<>\"jessie alloway\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1))))", "Formula2": "LET(query1,FILTER(A2:C12,B2:B12<>\"jessie alloway\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "C1", "B1", "<>", "\"jessie alloway\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] } ], "TableName": "voter_1_contestants", "Table": [ [ "0", "A", "B", "C" ], [ "1", "contestant number", "contestant name", "" ], [ "2", "1", "Edwina Burnam", "" ], [ "3", "2", "Tabatha Gehling", "" ], [ "4", "3", "Kelly Clauss", "" ], [ "5", "4", "Jessie Alloway", "" ], [ "6", "5", "Alana Bregman", "" ], [ "7", "6", "Jessie Eichman", "" ], [ "8", "7", "Allie Rogalski", "" ], [ "9", "8", "Nita Coster", "" ], [ "10", "9", "Kurt Walser", "" ], [ "11", "10", "Ericka Dieter", "" ], [ "12", "11", "Loraine NygrenTania Mattioli", "" ] ] }, { "t5Formulas": [ { "Question": "How many viewers tuned in for season 2?", "Formula": "SUM(FILTER(H1, B1=2))", "Formula2": "SUM(FILTER(H2:H6, B2:B6=2))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "B1", "=", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who directed the episode that has 3x6752 listed as the production code?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3X6752\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,G2:G6=\"3X6752\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3X6752\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which series number had 1.98 million viewers?", "Formula": "SUM(FILTER(A1, H1=1.98))", "Formula2": "SUM(FILTER(A2:A6, H2:H6=1.98))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "H1", "=", "1.98" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-22347090-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code", "U.S. viewers (million)" ], [ "2", "14", "1", "\"Let It Snow\"", "Christopher Chulack", "Ann Biderman and John Wells", "January4,2011", "3X6751", "2.11" ], [ "3", "15", "2", "\"Punching Water\"", "Christopher Chulack", "Cheo Hodari Coker", "January11,2011", "3X6752", "1.64" ], [ "4", "16", "3", "\"Discretion\"", "Nelson McCormick", "Jonathan Lisco", "January18,2011", "3X6753", "2.11" ], [ "5", "19", "6", "\"Cop or Not\"", "J. Michael Muro", "Cheo Hodari Coker", "February8,2011", "3X6756", "1.80" ], [ "6", "20", "7", "\"Sideways\"", "Allison Anders", "Jonathan Lisco", "February15,2011", "3X6757", "1.98" ] ] }, { "t5Formulas": [ { "Question": "Which game has the highest score in October with 9?", "Formula": "MAX(FILTER(B1,A1=9))", "Formula2": "MAX(FILTER(B2:B10,A2:A10=9))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "=", "9" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the average game with a record of 4-4-0?", "Formula": "AVERAGE(FILTER(A1,E1=\"4-4-0\"))", "Formula2": "AVERAGE(FILTER(A2:A10,E2:E10=\"4-4-0\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "=", "\"4-4-0\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-14056076-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "October", "Opponent", "Score", "Record" ], [ "2", "1", "10", "Washington Capitals", "4 - 2", "1-0-0" ], [ "3", "2", "12", "@ Hartford Whalers", "8 - 2", "1-1-0" ], [ "4", "3", "13", "New Jersey Devils", "3 - 2 OT", "1-2-0" ], [ "5", "4", "16", "@ Los Angeles Kings", "4 - 3", "1-3-0" ], [ "6", "5", "19", "@ New York Islanders", "5 - 4", "1-4-0" ], [ "7", "6", "20", "Vancouver Canucks", "4 - 3", "2-4-0" ], [ "8", "7", "23", "New Jersey Devils", "5 - 1", "3-4-0" ], [ "9", "8", "25", "Los Angeles Kings", "5 - 0", "4-4-0" ], [ "10", "9", "27", "Boston Bruins", "2 - 1", "5-4-0" ] ] }, { "t5Formulas": [ { "Question": "Which Away team scored 21.10 (136)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"21.10 (136)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"21.10 (136)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"21.10 (136)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What did the Melbourne team score in their away game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Home team plays at the arden street oval Venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arden street oval\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Home team Venue for the hawthorn team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Home team plays at the princes park Venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"princes park\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10885968-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "11.9 (75)", "St Kilda", "10.10 (70)", "Western Oval", "19,978", "8 May 1976" ], [ "3", "Collingwood", "14.13 (97)", "Geelong", "15.13 (103)", "Victoria Park", "23,428", "8 May 1976" ], [ "4", "South Melbourne", "16.12 (108)", "Melbourne", "21.10 (136)", "Lake Oval", "14,270", "8 May 1976" ], [ "5", "North Melbourne", "19.21 (135)", "Fitzroy", "9.9 (63)", "Arden Street Oval", "10,342", "8 May 1976" ], [ "6", "Hawthorn", "7.20 (62)", "Carlton", "15.12 (102)", "Princes Park", "27,055", "8 May 1976" ], [ "7", "Richmond", "17.17 (119)", "Essendon", "9.10 (64)", "VFL Park", "27,631", "8 May 1976" ] ] }, { "t5Formulas": [ { "Question": "What competition has June 19, 2004 as the date?", "Formula": "FILTER(E1,A1=\"june 19, 2004\")", "Formula2": "FILTER(E2:E12,A2:A12=\"june 19, 2004\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"june 19, 2004\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What result has January 21, 2002 as the date?", "Formula": "FILTER(D1,A1=\"january 21, 2002\")", "Formula2": "FILTER(D2:D12,A2:A12=\"january 21, 2002\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"january 21, 2002\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What date has alamodome, san antonio, united states as the venue?", "Formula": "FILTER(A1,B1=\"alamodome, san antonio, united states\")", "Formula2": "FILTER(A2:A12,B2:B12=\"alamodome, san antonio, united states\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"alamodome, san antonio, united states\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What date has 2006 fifa world cup qualification as the competition, and alamodome, san antonio, united States as the venue?", "Formula": "FILTER(A1,(E1=\"2006 fifa world cup qualification\")*(B1=\"alamodome, san antonio, united states\"))", "Formula2": "FILTER(A2:A12,(E2:E12=\"2006 fifa world cup qualification\")*(B2:B12=\"alamodome, san antonio, united states\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"2006 fifa world cup qualification\"", "*", "B1", "=", "\"alamodome, san antonio, united states\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1598635-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "January 21, 2002", "Rose Bowl , Pasadena , United States", "3–1", "Win", "2002 CONCACAF Gold Cup" ], [ "3", "March 13, 2002", "Qualcomm Stadium , San Diego , United States", "4–0", "Win", "Friendly" ], [ "4", "March 13, 2002", "Qualcomm Stadium, San Diego, United States", "4–0", "Win", "Friendly" ], [ "5", "June 19, 2004", "Alamodome , San Antonio , United States", "10–0", "Win", "2006 FIFA World Cup qualification" ], [ "6", "June 19, 2004", "Alamodome, San Antonio, United States", "10–0", "Win", "2006 FIFA World Cup qualification" ], [ "7", "June 27, 2004", "Estadio Victoria , Aguascalientes , Mexico", "8–0", "Win", "2006 FIFA World Cup qualification" ], [ "8", "June 27, 2004", "Estadio Victoria, Aguascalientes, Mexico", "8–0", "Win", "2006 FIFA World Cup qualification" ], [ "9", "July 13, 2004", "Estadio Miguel Grau , Piura , Peru", "2–1", "Win", "2004 Copa América" ], [ "10", "March 28, 2007", "McAfee Coliseum , Oakland , United States", "4–2", "Win", "Friendly" ], [ "11", "May 30, 2010", "Hans-Walter Wild Stadion , Bayreuth , Germany", "5–1", "Win", "Friendly" ], [ "12", "May 30, 2010", "Hans-Walter Wild Stadion, Bayreuth, Germany", "5–1", "Win", "Friendly" ] ] }, { "t5Formulas": [ { "Question": "Who is the candidate that was first elected in 1914?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1914),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=1914),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1914", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "In which district is the incumbent Carl Vinson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Carl Vinson\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Carl Vinson\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Carl Vinson\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341973-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Georgia 2", "J. L. Pilcher", "Democratic", "1953", "Re-elected", "√ J. L. Pilcher (D) 100.0% Albert Maples (I) 0.01%" ], [ "3", "Georgia 3", "Tic Forrester", "Democratic", "1950", "Re-elected", "√ Tic Forrester (D) 100.0% J. M. Brophy (R) 0.004%" ], [ "4", "Georgia 4", "John James Flynt, Jr.", "Democratic", "1954", "Re-elected", "√ John James Flynt, Jr. (D) 100.0% ?? (R) 0.03%" ], [ "5", "Georgia 6", "Carl Vinson", "Democratic", "1914", "Re-elected", "√ Carl Vinson (D) Unopposed" ], [ "6", "Georgia 9", "Phillip M. Landrum", "Democratic", "1952", "Re-elected", "√ Phillip M. Landrum (D) Unopposed" ] ] }, { "t5Formulas": [ { "Question": "Which Location has a Frequency of 102.5 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"102.5 fm\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"102.5 fm\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"102.5 fm\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Call sign has a Frequency of 102.5 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"102.5 fm\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"102.5 fm\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"102.5 fm\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Owner has a Name / Format of 105.3 kool fm - hot adult contemporary?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"105.3 kool fm - hot adult contemporary\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"105.3 kool fm - hot adult contemporary\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"105.3 kool fm - hot adult contemporary\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Location has a Call sign of cjtw-fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cjtw-fm\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"cjtw-fm\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"cjtw-fm\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Frequency has an Owner of rogers communications rogers radio, and a Call sign of cikz-fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"rogers communications rogers radio\")*(B1=\"cikz-fm\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"rogers communications rogers radio\")*(B2:B14=\"cikz-fm\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"rogers communications rogers radio\"", "*", "B1", "=", "\"cikz-fm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17059869-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Frequency", "Call sign", "Location", "Name / Format", "Owner" ], [ "2", "570 AM", "CKGL", "Kitchener", "570 News - news / talk", "Rogers Communications" ], [ "3", "88.3 FM", "CJIQ-FM", "Kitchener", "CJIQ - campus radio", "Conestoga College" ], [ "4", "89.1 FM", "CBLA-FM-2", "Paris", "CBC Radio One", "Canadian Broadcasting Corporation" ], [ "5", "91.5 FM", "CKBT-FM", "Kitchener", "91.5 The Beat - CHR / top 40", "Corus Entertainment" ], [ "6", "94.3 FM", "CJTW-FM", "Kitchener", "Faith FM 94.3 - christian radio", "Sound of Faith Broadcasting Inc" ], [ "7", "96.7 FM", "CHYM-FM", "Kitchener", "CHYM FM - light rock / adult contemporary", "Rogers Communications Rogers Radio" ], [ "8", "98.5 FM", "CKWR-FM", "Waterloo", "FM 98.5 CKWR - community radio", "Wired World Inc" ], [ "9", "99.5 FM", "CKKW-FM", "Waterloo", "KFUN 99.5 - oldies", "Bell Media Radio" ], [ "10", "100.3 FM", "CKMS-FM", "Waterloo", "100.3 Sound FM - campus radio and community radio", "Radio Waterloo Inc." ], [ "11", "102.5 FM", "CKAV-FM-8", "Kitchener", "Aboriginal Voices Radio - First Nations", "Aboriginal Voices" ], [ "12", "105.3 FM", "CFCA-FM", "Waterloo", "105.3 Kool FM - hot adult contemporary", "Bell Media Radio" ], [ "13", "106.7 FM", "CIKZ-FM", "Waterloo", "KIX 106 - country music", "Rogers Communications Rogers Radio" ], [ "14", "107.5 FM", "CJDV-FM", "Kitchener", "107.5 Dave FM - rock", "Corus Entertainment" ] ] }, { "t5Formulas": [ { "Question": "When jim is eliminated what is the finish?", "Formula": "FILTER(G1,E1=\"Jim\")", "Formula2": "FILTER(G2:G17,E2:E17=\"Jim\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "E1", "=", "\"Jim\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many rewards are there for air date October 6, 2005?", "Formula": "FILTER(C1,B1=\"October 6, 2005\")", "Formula2": "FILTER(C2:C17,B2:B17=\"October 6, 2005\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"October 6, 2005\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was eliminated on the air date of November 3, 2005?", "Formula": "FILTER(E1,B1=\"November 3, 2005\")", "Formula2": "FILTER(E2:E17,B2:B17=\"November 3, 2005\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"November 3, 2005\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many air dates were there when Morgan was eliminated?", "Formula": "ROWS(FILTER(B1,E1=\"Morgan\"))", "Formula2": "ROWS(FILTER(B2:B17,E2:E17=\"Morgan\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "E1", "=", "\"Morgan\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1893276-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Episode title", "Air date", "Reward", "Immunity", "Eliminated", "Vote", "Finish" ], [ "2", "\" Big Trek, Big Trouble, Big Surprise \"", "September 15, 2005", "Nakúm", "Yaxhá", "Jim", "8–1", "1st Voted Out Day 3" ], [ "3", "\" Man Down \"", "September 22, 2005", "Nakúm", "Nakúm", "Morgan", "8–1", "2nd Voted Out Day 6" ], [ "4", "\" To Betray, or Not to Betray \"", "October 6, 2005", "None", "Yaxhá", "Brooke", "5–3", "4th Voted Out Day 11" ], [ "5", "\" Crocs, Cowboys and City Slickers \"", "October 13, 2005", "Yaxhá", "Nakúm", "Blake", "5–2", "5th Voted Out Day 14" ], [ "6", "\" Big Ball, Big Mouth, Big Trouble \"", "October 20, 2005", "Nakúm", "Rafe", "Margaret", "6–1", "6th Voted Out Day 15" ], [ "7", "\" Big Ball, Big Mouth, Big Trouble \"", "October 20, 2005", "Nakúm", "[Gary]", "Brian", "5–1", "7th Voted Out Day 15" ], [ "8", "\" Surprise Enemy Visit \"", "October 27, 2005", "Yaxhá", "Nakúm", "Amy", "4–1", "8th Voted Out Day 18" ], [ "9", "\" The Hidden Immunity Idol \"", "November 3, 2005", "None", "Gary", "Brandon", "6–4", "9th Voted Out Day 21" ], [ "10", "\" Secrets and Lies and an Idol Surprise \"", "November 10, 2005", "Judd", "Jamie", "Bobby Jon", "6–2–1", "10th Voted Out 1st Jury Member Day 24" ], [ "11", "\" Eating and Sleeping With the Enemy \"", "November 17, 2005", "Danni, Gary, Judd, Stephenie", "Rafe", "Jamie", "6–2", "11th Voted Out 2nd Jury Member Day 27" ], [ "12", "\" Everything Is Personal \"", "November 24, 2005", "Cindy, [Rafe]", "Rafe", "Gary", "6–1", "12th Voted Out 3rd Jury Member Day 30" ], [ "13", "\" Price for Immunity \"", "December 1, 2005", "Survivor Auction", "Danni", "Judd", "4–2", "13th Voted Out 4th Jury Member Day 33" ], [ "14", "\" Big Win, Big Decision, Big Mistake? \"", "December 8, 2005", "Cindy, [Stephenie]", "Stephenie", "Cindy", "4–1", "14th Voted Out 5th Jury Member Day 36" ], [ "15", "\" Thunder Storms & Sacrifice \"", "December 11, 2005", "None", "Rafe", "Lydia", "3–1", "15th Voted Out 6th Jury Member Day 37" ], [ "16", "\" Thunder Storms & Sacrifice \"", "December 11, 2005", "None", "Danni", "Rafe", "1–0", "16th Voted Out 7th Jury Member Day 38" ], [ "17", "\"The Reunion\"", "December 11, 2005", "Jury Vote", "Jury Vote", "Stephenie", "6–1", "Runner-Up" ] ] }, { "t5Formulas": [ { "Question": "Record description of maximum load to m (ft), and a Date of 23 september 1961 is what pilot?", "Formula": "FILTER(E1,(C1=\"maximum load to m (ft)\")*(A1=\"23 september 1961\"))", "Formula2": "FILTER(E2:E7,(C2:C7=\"maximum load to m (ft)\")*(A2:A7=\"23 september 1961\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"maximum load to m (ft)\"", "*", "A1", "=", "\"23 september 1961\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Date of 23 september 1961, and a Pilot of b.v. zemskov had what record description?", "Formula": "FILTER(C1,(A1=\"23 september 1961\")*(E1=\"b.v. zemskov\"))", "Formula2": "FILTER(C2:C7,(A2:A7=\"23 september 1961\")*(E2:E7=\"b.v. zemskov\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"23 september 1961\"", "*", "E1", "=", "\"b.v. zemskov\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Type of mi-10r, and a Record description of altitude with kg (lb) payload, and a Pilot of g.v. alfyorov is what date?", "Formula": "FILTER(A1,(B1=\"mi-10r\")*(C1=\"altitude with kg (lb) payload\")*(E1=\"g.v. alfyorov\"))", "Formula2": "FILTER(A2:A7,(B2:B7=\"mi-10r\")*(C2:C7=\"altitude with kg (lb) payload\")*(E2:E7=\"g.v. alfyorov\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"mi-10r\"", "*", "C1", "=", "\"altitude with kg (lb) payload\"", "*", "E1", "=", "\"g.v. alfyorov\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Record description of altitude with kg (lb) payload, and a Pilot of g.v. alfyorov had what type?", "Formula": "FILTER(B1,(C1=\"altitude with kg (lb) payload\")*(E1=\"g.v. alfyorov\"))", "Formula2": "FILTER(B2:B7,(C2:C7=\"altitude with kg (lb) payload\")*(E2:E7=\"g.v. alfyorov\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"altitude with kg (lb) payload\"", "*", "E1", "=", "\"g.v. alfyorov\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Pilot of g.v. alfyorov, and a Record description of altitude with kg (lb) payload, and a Type of mi-10 involved what date?", "Formula": "FILTER(A1,(E1=\"g.v. alfyorov\")*(C1=\"altitude with kg (lb) payload\")*(B1=\"mi-10\"))", "Formula2": "FILTER(A2:A7,(E2:E7=\"g.v. alfyorov\")*(C2:C7=\"altitude with kg (lb) payload\")*(B2:B7=\"mi-10\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"g.v. alfyorov\"", "*", "C1", "=", "\"altitude with kg (lb) payload\"", "*", "B1", "=", "\"mi-10\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Achievement of m (ft), and a Type of mi-10r, and a Pilot of v.p. koloshenko, and a Date of 28 may 1965 had what record description?", "Formula": "FILTER(C1,(D1=\"m (ft)\")*(B1=\"mi-10r\")*(E1=\"v.p. koloshenko\")*(A1=\"28 may 1965\"))", "Formula2": "FILTER(C2:C7,(D2:D7=\"m (ft)\")*(B2:B7=\"mi-10r\")*(E2:E7=\"v.p. koloshenko\")*(A2:A7=\"28 may 1965\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"m (ft)\"", "*", "B1", "=", "\"mi-10r\"", "*", "E1", "=", "\"v.p. koloshenko\"", "*", "A1", "=", "\"28 may 1965\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1493427-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Type", "Record description", "Achievement", "Pilot" ], [ "2", "23 September 1961", "Mi-10", "Altitude with kg (lb) payload", "m (ft)", "G.V. Alfyorov" ], [ "3", "23 September 1961", "Mi-10", "Maximum load to m (ft)", "kg (lb)", "B.V. Zemskov" ], [ "4", "26 May 1965", "Mi-10R", "Altitude with kg (lb) payload", "m (ft)", "V.P. Koloshenko" ], [ "5", "28 May 1965", "Mi-10R", "Altitude with kg (lb) / kg (lb) payload", "m (ft)", "V.P. Koloshenko" ], [ "6", "28 May 1965", "Mi-10R", "Altitude with kg (lb) payload", "m (ft)", "G.V. Alfyorov" ], [ "7", "28 May 1965", "Mi-10R", "Maximum load to m (ft)", "kg (lb)", "G.V. Alfyorov" ] ] }, { "t5Formulas": [ { "Question": "How many passengers (in millions) flew from Seoul in 2012?", "Formula": "FILTER(D1,B1=\"Seoul\")", "Formula2": "FILTER(D2:D10,B2:B10=\"Seoul\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Seoul\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What the is the first city listed on the route that had 6.6+ passengers in 2011 and a distance of 1075km?", "Formula": "FILTER(B1,(E1=\"6.6+\")*(F1=\"1075km\"))", "Formula2": "FILTER(B2:B10,(E2:E10=\"6.6+\")*(F2:F10=\"1075km\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"6.6+\"", "*", "F1", "=", "\"1075km\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "How many passengers (in millions) flew through along the route that is 1075km long in 2012?", "Formula": "FILTER(D1,F1=\"1075km\")", "Formula2": "FILTER(D2:D10,F2:F10=\"1075km\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"1075km\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many passengers (in millions) in 2011 flew through along the route that had 6.640 million passengers in 2012?", "Formula": "FILTER(E1,D1=\"6.640\")", "Formula2": "FILTER(E2:E10,D2:D10=\"6.640\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"6.640\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which city is listed first when Okinawa is listed as the second city?", "Formula": "FILTER(B1,C1=\"Okinawa\")", "Formula2": "FILTER(B2:B10,C2:C10=\"Okinawa\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"Okinawa\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In 2011, which city is listed first along the route that had 7.6+ million passengers?", "Formula": "FILTER(B1,E1=\"7.6+\")", "Formula2": "FILTER(B2:B10,E2:E10=\"7.6+\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"7.6+\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-16066063-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "City 1", "City 2", "2012 Passengers (in millions)", "2011 Passengers (in millions)", "Distance" ], [ "2", "1", "Seoul", "Jeju", "10.156", "9.9", "450km" ], [ "3", "2", "Tokyo", "Sapporo", "8.211", "7.5", "819km" ], [ "4", "3", "São Paulo", "Rio de Janeiro", "7.716", "7.6+", "366km" ], [ "5", "4", "Beijing", "Shanghai", "7.246", "6.6+", "1075km" ], [ "6", "5", "Sydney", "Melbourne", "6.943", "7.0+", "706km" ], [ "7", "6", "Tokyo", "Osaka", "6.744", "7.5", "405km" ], [ "8", "7", "Tokyo", "Fukuoka", "6.640", "6.6+", "883km" ], [ "9", "8", "Hong Kong", "Taipei", "5.513", "6.2+", "780km" ], [ "10", "9", "Tokyo", "Okinawa", "4.584", "4.1", "1554km" ] ] }, { "t5Formulas": [ { "Question": "What was the lowest long with 26 yards?", "Formula": "MIN(FILTER(E1, C1=26))", "Formula2": "MIN(FILTER(E2:E7, C2:C7=26))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "=", "26" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the highest average when Fuml was 0?", "Formula": "MAX(FILTER(D1, F1<0))", "Formula2": "MAX(FILTER(D2:D7, F2:F7<0))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "F1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-15582870-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Att.", "Yards", "Avg.", "Long", "FumL" ], [ "2", "Marion Barber", "93", "395", "4.2", "25", "1" ], [ "3", "Felix Jones", "27", "244", "9.0", "60", "0" ], [ "4", "Tashard Choice", "5", "26", "5.2", "15", "0" ], [ "5", "Terrell Owens", "3", "19", "6.3", "8", "0" ], [ "6", "Tony Romo", "10", "7", "0.7", "7", "2" ], [ "7", "Deon Anderson", "1", "3", "3.0", "3", "0" ] ] }, { "t5Formulas": [ { "Question": "What was Stéphan Perrot rank average?", "Formula": "AVERAGE(FILTER(A1,C1=\"stéphan perrot\"))", "Formula2": "AVERAGE(FILTER(A2:A9,C2:C9=\"stéphan perrot\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "C1", "=", "\"stéphan perrot\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was Maxim Podoprigora's lowest rank?", "Formula": "MIN(FILTER(A1,C1=\"maxim podoprigora\"))", "Formula2": "MIN(FILTER(A2:A9,C2:C9=\"maxim podoprigora\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "C1", "=", "\"maxim podoprigora\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-12386570-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "1", "Kyle Salyards", "United States", "2:13.38" ], [ "3", "2", "4", "Daniel Málek", "Czech Republic", "2:13.46" ], [ "4", "3", "7", "Yohann Bernard", "France", "2:13.48" ], [ "5", "4", "2", "Terence Parkin", "South Africa", "2:13.57" ], [ "6", "5", "8", "Dmitry Komornikov", "Russia", "2:13.95" ], [ "7", "6", "5", "Maxim Podoprigora", "Austria", "2:14.20" ], [ "8", "7", "3", "Stéphan Perrot", "France", "2:14.59" ], [ "9", "8", "6", "Martin Gustavsson", "Sweden", "2:15.23" ] ] }, { "t5Formulas": [ { "Question": "How large was the crowd at Brunswick Street Oval?", "Formula": "FILTER(F1,E1=\"brunswick street oval\")", "Formula2": "FILTER(F2:F7,E2:E7=\"brunswick street oval\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "E1", "=", "\"brunswick street oval\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How big was the crowd when the away team was Richmond?", "Formula": "FILTER(F1,C1=\"richmond\")", "Formula2": "FILTER(F2:F7,C2:C7=\"richmond\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "=", "\"richmond\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the largest crowd where the home team was Fitzroy?", "Formula": "MAX(FILTER(F1,A1=\"fitzroy\"))", "Formula2": "MAX(FILTER(F2:F7,A2:A7=\"fitzroy\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "A1", "=", "\"fitzroy\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the venue where Fitzroy played as the home team?", "Formula": "FILTER(E1,A1=\"fitzroy\")", "Formula2": "FILTER(E2:E7,A2:A7=\"fitzroy\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"fitzroy\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was the away team playing the home team North Melbourne?", "Formula": "FILTER(C1,A1=\"north melbourne\")", "Formula2": "FILTER(C2:C7,A2:A7=\"north melbourne\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"north melbourne\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-10747009-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "10.12 (72)", "South Melbourne", "9.12 (66)", "Corio Oval", "13,500", "9 July 1927" ], [ "3", "Fitzroy", "8.7 (55)", "Richmond", "17.9 (111)", "Brunswick Street Oval", "18,000", "9 July 1927" ], [ "4", "North Melbourne", "9.18 (72)", "Footscray", "15.10 (100)", "Arden Street Oval", "12,000", "9 July 1927" ], [ "5", "Hawthorn", "9.17 (71)", "Essendon", "11.12 (78)", "Glenferrie Oval", "6,000", "9 July 1927" ], [ "6", "Melbourne", "10.12 (72)", "Collingwood", "11.13 (79)", "MCG", "27,092", "9 July 1927" ], [ "7", "St Kilda", "6.8 (44)", "Carlton", "21.9 (135)", "Junction Oval", "19,000", "9 July 1927" ] ] }, { "t5Formulas": [ { "Question": "What was the score on March 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"march 4\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,B2:B17=\"march 4\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"march 4\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On which date was Raymond Felton (6) the high assists and Jason Richardson (42) the high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"raymond felton (6)\")*(E1=\"jason richardson (42)\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(F2:F17=\"raymond felton (6)\")*(E2:E17=\"jason richardson (42)\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"raymond felton (6)\"", "*", "E1", "=", "\"jason richardson (42)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location attendance when the team is Golden State?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"golden state\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,C2:C17=\"golden state\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"golden state\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11907963-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High assists", "Location Attendance", "Record" ], [ "2", "59", "March 2", "Toronto", "110–98", "Jason Richardson (30)", "Raymond Felton (8)", "Time Warner Cable Arena 12,083", "20–39" ], [ "3", "60", "March 4", "@ Minnesota", "109–89", "Jason Richardson (25)", "Raymond Felton (10)", "Target Center 10,019", "21–39" ], [ "4", "61", "March 5", "Golden State", "118–109", "Jason Richardson (42)", "Raymond Felton (6)", "Time Warner Cable Arena 13,747", "22–39" ], [ "5", "62", "March 7", "Atlanta", "108–93", "Raymond Felton (23)", "Raymond Felton (11)", "Time Warner Cable Arena 15,203", "23–39" ], [ "6", "63", "March 8", "@ Wizards", "100–97", "Jason Richardson (34)", "Raymond Felton (12)", "Verizon Center 20,173", "24–39" ], [ "7", "64", "March 12", "@ Dallas", "93–118", "Raymond Felton (21)", "Raymond Felton (6)", "American Airlines Center 20,279", "24–40" ], [ "8", "65", "March 14", "@ Houston", "80–89", "Jason Richardson (28)", "Jason Richardson (5)", "Toyota Center 18,265", "24–41" ], [ "9", "66", "March 16", "@ Cleveland", "91–98", "Jason Richardson (33)", "Raymond Felton (9)", "Quicken Loans Arena 20,562", "24–42" ], [ "10", "67", "March 17", "@ Memphis", "80–98", "Derek Anderson (17)", "Earl Boykins (5)", "FedEx Forum 10,971", "24–43" ], [ "11", "68", "March 19", "@ Indiana", "95–102", "Jason Richardson (20)", "Jason Richardson (8)", "Conseco Fieldhouse 10,813", "24–44" ], [ "12", "69", "March 22", "Miami", "94–82", "Gerald Wallace (26)", "Raymond Felton (10)", "Time Warner Cable Arena 17,522", "25–44" ], [ "13", "70", "March 25", "@ Utah", "106–128", "Jason Richardson (26)", "Raymond Felton (6)", "EnergySolutions Arena 19,911", "25–45" ], [ "14", "71", "March 26", "@ L.A. Lakers", "108–95", "Jason Richardson (34)", "Raymond Felton (10)", "Staples Center 18,997", "26–45" ], [ "15", "72", "March 28", "@ Seattle", "96–93", "Jason Richardson (27)", "Raymond Felton (6)", "KeyArena 13,592", "27–45" ], [ "16", "73", "March 29", "@ Portland", "93–85", "Emeka Okafor (21)", "Raymond Felton (9)", "Rose Garden 19,980", "28–45" ], [ "17", "74", "March 31", "Toronto", "100–104", "Jason Richardson (26)", "Raymond Felton (10)", "Time Warner Cable Arena 12,188", "28–46" ] ] }, { "t5Formulas": [ { "Question": "In which category did Nick Jonas win at the Kids' Choice Awards Mexico?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"nick jonas\")*(B1=\"kids' choice awards mexico\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"nick jonas\")*(B2:B15=\"kids' choice awards mexico\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"nick jonas\"", "*", "B1", "=", "\"kids' choice awards mexico\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the award for the Choice TV: Breakout Star Female category?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"choice tv: breakout star female\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"choice tv: breakout star female\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"choice tv: breakout star female\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Joe Jonas' result at the Kids' Choice Awards Mexico?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"joe jonas\")*(B1=\"kids' choice awards mexico\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"joe jonas\")*(B2:B15=\"kids' choice awards mexico\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"joe jonas\"", "*", "B1", "=", "\"kids' choice awards mexico\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What category was Joe Jonas nominated for at the Kids' Choice Awards Mexico in 2010?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"nominated\")*(A1=2010)*(B1=\"kids' choice awards mexico\")*(D1=\"joe jonas\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(E2:E15=\"nominated\")*(A2:A15=2010)*(B2:B15=\"kids' choice awards mexico\")*(D2:D15=\"joe jonas\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"nominated\"", "*", "A1", "=", "2010", "*", "B1", "=", "\"kids' choice awards mexico\"", "*", "D1", "=", "\"joe jonas\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12441518-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award", "Category", "Recipient(s)", "Result" ], [ "2", "2009", "Teen Choice Awards", "Choice TV Actor: Comedy", "Jonas Brothers", "Won" ], [ "3", "2009", "Teen Choice Awards", "Choice TV: Breakout Star Female", "Chelsea Staub", "Nominated" ], [ "4", "2009", "Teen Choice Awards", "Choice TV: Breakout Star Male", "Frankie Jonas", "Won" ], [ "5", "2009", "Teen Choice Awards", "Choice TV: Breakout Show", "Jonas L.A.", "Won" ], [ "6", "2010", "2010 Kids' Choice Awards", "Favorite TV Actor", "Joe Jonas", "Nominated" ], [ "7", "2010", "2010 Kids' Choice Awards", "Favorite TV Actor", "Nick Jonas", "Nominated" ], [ "8", "2010", "Teen Choice Awards", "Choice TV Actor: Comedy", "Jonas Brothers", "Won" ], [ "9", "2010", "Hollywood Teen TV Awards", "Teen Pick Actress: Comedy", "Chelsea Staub", "Nominated" ], [ "10", "2010", "Emmy Award", "Outstanding Children's Program", "Jonas L.A.", "Nominated" ], [ "11", "2010", "Kids' Choice Awards Mexico", "Favorite International Character Male", "Joe Jonas", "Nominated" ], [ "12", "2010", "Kids' Choice Awards Mexico", "Favorite International Character Male", "Nick Jonas", "Nominated" ], [ "13", "2010", "Kids' Choice Awards Mexico", "Favorite Show", "Jonas L.A", "Nominated" ], [ "14", "2011", "2011 Kids' Choice Awards", "Favorite TV Actor", "Nick Jonas", "Nominated" ], [ "15", "2011", "2011 Kids' Choice Awards", "Favorite TV Actor", "Joe Jonas", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "What ship size had a cargo value of $46,000 in 2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"$46,000\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"$46,000\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"$46,000\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What ship size had a cargo value of $31,750 in 2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"$31,750\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"$31,750\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"$31,750\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the cargo value in 2005 with a ship size of all product carriers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"all product carriers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"all product carriers\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"all product carriers\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the cargo value in 2004 for ship size?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ship size\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"ship size\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"ship size\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What cargo was contained in a ship size of aframax?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"aframax\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"aframax\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"aframax\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the cargo value in 2005 for all product carriers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"all product carriers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"all product carriers\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"all product carriers\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15923603-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Ship size", "Cargo", "2004", "2005", "2006" ], [ "2", "Ship size", "Cargo", "2004", "2005", "2006" ], [ "3", "VLCC", "Crude", "$95,250", "$59,070", "$51,550" ], [ "4", "Suezmax", "Crude", "$64,800", "$47,500", "$46,000" ], [ "5", "Aframax", "Crude", "$43,915", "$39,000", "$31,750" ], [ "6", "All product carriers", "All product carriers", "$24,550", "$25,240", "$21,400" ] ] }, { "t5Formulas": [ { "Question": "Which player had a total of 152?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=152),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=152),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "152", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which player won the Masters in 1976?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1976),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=1976),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1976", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the total of the player from Spain?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"spain\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"spain\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"spain\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which player won in 1987 and ended with a score of +9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=9)*(C1=1987)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(E2:E15=9)*(C2:C15=1987)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "9", "*", "C1", "=", "1987", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-16147528-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par" ], [ "2", "Raymond Floyd", "United States", "1976", "152", "+8" ], [ "3", "Sandy Lyle", "Scotland", "1988", "152", "+8" ], [ "4", "Larry Mize", "United States", "1987", "153", "+9" ], [ "5", "Jack Nicklaus", "United States", "1963 , 1965 , 1966 , 1972 , 1975 , 1986", "153", "+9" ], [ "6", "José María Olazábal", "Spain", "1994 , 1999", "153", "+9" ], [ "7", "Tom Watson", "United States", "1977 , 1981", "153", "+9" ], [ "8", "Ben Crenshaw", "United States", "1984 , 1995", "156", "+12" ], [ "9", "Ian Woosnam", "Wales", "1991", "156", "+12" ], [ "10", "Tommy Aaron", "United States", "1973", "161", "+17" ], [ "11", "Fuzzy Zoeller", "United States", "1979", "162", "+18" ], [ "12", "Gary Player", "South Africa", "1961 , 1974 , 1978", "167", "+23" ], [ "13", "Charles Coody", "United States", "1971", "171", "+27" ], [ "14", "Billy Casper", "United States", "1970", "WD", "WD" ], [ "15", "Nick Faldo", "England", "1989 , 1990 , 1996", "WD", "WD" ] ] }, { "t5Formulas": [ { "Question": "How many weeks did the single that entered the charts 14 september 2002 stay on the charts ?", "Formula": "SUMIFS(D1,B1,\"14 september 2002\")", "Formula2": "SUMIFS(D2:D6,B2:B6,\"14 september 2002\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"14 september 2002\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which single was on the Charts for 23 weeks ?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "23" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-1255729-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Title", "Entered chart (UK)", "Peak position (UK)", "Weeks on Chart (UK)", "Sent to CBeebies Album" ], [ "2", "No. 1", "11 November 2000", "4", "23", "Yes" ], [ "3", "Best Friends Forever", "31 March 2001", "12", "10", "Yes" ], [ "4", "Do The Lollipop", "4 August 2001", "17", "8", "No" ], [ "5", "I Believe In Christmas", "15 December 2001", "9", "6", "No" ], [ "6", "Have Fun, Go Mad", "14 September 2002", "20", "7", "Yes" ] ] }, { "t5Formulas": [ { "Question": "Which B Score has a Total larger than 15.325, and an A Score smaller than 6.4?", "Formula": "SUM(FILTER(D1, (E1>15.325)*(C1<6.4)))", "Formula2": "SUM(FILTER(D2:D9, (E2:E9>15.325)*(C2:C9<6.4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", ">", "15.325", "*", "C1", "<", "6.4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which Total has an A Score of 6.5, and a Position larger than 5?", "Formula": "SUM(FILTER(E1, (C1=6.5)*(A1>5)))", "Formula2": "SUM(FILTER(E2:E9, (C2:C9=6.5)*(A2:A9>5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "6.5", "*", "A1", ">", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18662018-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Gymnast", "A Score", "B Score", "Total" ], [ "2", "1", "Xiao Qin ( CHN )", "6.400", "9.600", "16.000" ], [ "3", "2", "José Luis Fuentes Bustamante ( VEN )", "6.500", "9.025", "15.525" ], [ "4", "3", "Filip Ude ( CRO )", "6.400", "9.075", "15.475" ], [ "5", "4", "Yang Wei ( CHN )", "6.100", "9.325", "15.425" ], [ "6", "5", "Louis Smith ( GBR )", "6.500", "8.825", "15.325" ], [ "7", "6", "Alexander Artemev ( USA )", "6.100", "9.150", "15.250" ], [ "8", "7", "Hiroyuki Tomita ( JPN )", "6.100", "9.075", "15.175" ], [ "9", "8", "Kim Ji-Hoon ( KOR )", "6.100", "9.075", "15.175" ] ] }, { "t5Formulas": [ { "Question": "What is the highest place of a song by Henri Dès that has fewer than 8 points?", "Formula": "MAX(FILTER(D1, (B1=\"henri dès\")*(E1<8)))", "Formula2": "MAX(FILTER(D2:D13, (B2:B13=\"henri dès\")*(E2:E13<8)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "\"henri dès\"", "*", "E1", "<", "8" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-184813-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Language", "Artist", "Song", "Place", "Points" ], [ "2", "Dutch", "Hearts of Soul", "\" Waterman \"", "7", "7" ], [ "3", "French", "Henri Dès", "\" Retour \"", "4", "8" ], [ "4", "Italian", "Gianni Morandi", "\" Occhi di ragazza \"", "8", "5" ], [ "5", "Slovene", "Eva Sršen", "\" Pridi, dala ti bom cvet \"", "11", "4" ], [ "6", "French", "Jean Vallée", "\" Viens l'oublier \"", "8", "5" ], [ "7", "French", "Guy Bonnet", "\" Marie-Blanche \"", "4", "8" ], [ "8", "English", "Mary Hopkin", "\" Knock, Knock Who's There? \"", "2", "26" ], [ "9", "French", "David Alexandre Winter", "\" Je suis tombé du ciel \"", "12", "0" ], [ "10", "Spanish", "Julio Iglesias", "\" Gwendolyne \"", "4", "8" ], [ "11", "French", "Dominique Dussault", "\" Marlène \"", "8", "5" ], [ "12", "German", "Katja Ebstein", "\" Wunder gibt es immer wieder \"", "3", "12" ], [ "13", "English", "Dana", "\" All Kinds of Everything \"", "1", "32" ] ] }, { "t5Formulas": [ { "Question": "What was the group in the British Champion Stakes? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"British Champion Stakes\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"British Champion Stakes\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"British Champion Stakes\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the weight of the jockey at Sandown Park? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Sandown Park\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,D2:D8=\"Sandown Park\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Sandown Park\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the distance of the Mooresbridge Stakes race? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Mooresbridge Stakes\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"Mooresbridge Stakes\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Mooresbridge Stakes\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who was the winner /2nd for the British Champion Stakes race? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"British Champion Stakes\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"British Champion Stakes\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"British Champion Stakes\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-24850630-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight", "Jockey", "Winner/2nd" ], [ "2", "Won", "2 May 2011", "Mooresbridge Stakes", "Curragh", "G3", "2000 m", "60", "S. Heffernan", "2nd - Bob le Beau" ], [ "3", "Won", "22 May 2011", "Tattersalls Gold Cup", "Curragh", "G1", "2100 m", "57.5", "R. Moore", "2nd - Campanologist" ], [ "4", "2nd", "15 Jun 2011", "Prince of Wales's Stakes", "Ascot", "G1", "2000 m", "57", "R. Moore", "1st - Rewilding" ], [ "5", "Won", "2 Jul 2011", "Eclipse Stakes", "Sandown Park", "G1", "2000 m", "60.5", "S. Heffernan", "2nd - Workforce" ], [ "6", "Won", "3 Sep 2011", "Irish Champion Stakes", "Leopardstown", "G1", "2000 m", "60.5kg", "S. Heffernan", "2nd - Snow Fairy" ], [ "7", "4th", "2 Oct 2011", "Prix de l'Arc de Triomphe", "Longchamp", "G1", "2400 m", "59.5kg", "S. Heffernan", "1st - Danedream" ], [ "8", "2nd", "15 Oct 2011", "British Champion Stakes", "Ascot", "G1", "2000 m", "129lb", "R. Moore", "1st - Cirrus des Aigles" ] ] }, { "t5Formulas": [ { "Question": "Which Overall has a College of florida state, and a Round larger than 2?", "Formula": "SUM(FILTER(C1, (F1=\"florida state\")*(A1>2)))", "Formula2": "SUM(FILTER(C2:C11, (F2:F11=\"florida state\")*(A2:A11>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "\"florida state\"", "*", "A1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many Picks have a Position of kicker, and an Overall smaller than 137?", "Formula": "SUM(FILTER(B1, (E1=\"kicker\")*(C1<137)))", "Formula2": "SUM(FILTER(B2:B11, (E2:E11=\"kicker\")*(C2:C11<137)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"kicker\"", "*", "C1", "<", "137" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Position has a Pick # of 18?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "18" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which College has a Round smaller than 7, and a Pick # smaller than 27, and a Name of anthony maddox?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"anthony maddox\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<7)*(CHOOSECOLS(query1,3)<27)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"anthony maddox\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<7)*(CHOOSECOLS(query1,3)<27)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"anthony maddox\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7", "*", "CHOOSECOLS(", "query1", "3", "<", "27" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "How much Overall has a Pick # larger than 9, and a Round larger than 5?", "Formula": "SUM(FILTER(C1, (B1>9)*(A1>5)))", "Formula2": "SUM(FILTER(C2:C11, (B2:B11>9)*(A2:A11>5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", ">", "9", "*", "A1", ">", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-15100419-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "9", "9", "Reggie Williams", "Wide Receiver", "Washington" ], [ "3", "2", "7", "39", "Daryl Smith", "Linebacker", "Georgia Tech" ], [ "4", "2", "23", "55", "Greg Jones", "Fullback", "Florida State" ], [ "5", "3", "23", "86", "Jorge Cordova", "Linebacker", "Nevada" ], [ "6", "4", "22", "118", "Anthony Maddox", "Defensive Tackle", "Delta State" ], [ "7", "4", "24", "120", "Ernest Wilford", "Wide Receiver", "Virginia Tech" ], [ "8", "5", "5", "137", "Josh Scobee", "Kicker", "Louisiana Tech" ], [ "9", "5", "18", "150", "Chris Thompson", "Cornerback", "Nicholls State" ], [ "10", "5", "27", "159", "Sean Bubin", "Offensive Tackle", "Illinois" ], [ "11", "7", "48", "249", "Bobby McCray", "Defensive End", "Florida" ] ] }, { "t5Formulas": [ { "Question": "Which episode has boy george and lee mack on dave's team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Boy George and Lee Mack\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"Boy George and Lee Mack\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Boy George and Lee Mack\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many daves team entries are there on 27 october 2006?", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"27 October 2006\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D9, B2:B9=\"27 October 2006\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"27 October 2006\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which episode has ulrika jonsson and michael mcintyre on sean's team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Ulrika Jonsson and Michael McIntyre\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"Ulrika Jonsson and Michael McIntyre\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Ulrika Jonsson and Michael McIntyre\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score in the episode with john barrowman and vic reeves on sean's team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"John Barrowman and Vic Reeves\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"John Barrowman and Vic Reeves\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"John Barrowman and Vic Reeves\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the first broadcast date of episode 4x03?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"4x03\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"4x03\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"4x03\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23292220-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Episode", "First broadcast", "Seans team", "Daves team", "Scores" ], [ "2", "4x01", "20 October 2006", "Nikki Grahame and Rich Hall", "Boy George and Lee Mack", "5–6" ], [ "3", "4x02", "27 October 2006", "Scott Capurro and Kirsty Gallacher", "Jason Manford and Piers Morgan", "5–5" ], [ "4", "4x03", "3 November 2006", "Duncan Bannatyne and Trisha Goddard", "Frankie Boyle and Jonathan Ross", "8–4" ], [ "5", "4x04", "10 November 2006", "Rhys Thomas and Louis Walsh", "Reginald D. Hunter and Sally Lindsay", "6–6" ], [ "6", "4x05", "17 November 2006", "Ulrika Jonsson and Michael McIntyre", "Krishnan Guru-Murthy and Johnny Vegas", "8–4" ], [ "7", "4x06", "24 November 2006", "Lee Mack and Bill Oddie", "Fiona Allen and Griff Rhys Jones", "2–8" ], [ "8", "4x07", "1 December 2006", "John Barrowman and Vic Reeves", "Chris Addison and Jade Goody", "4–6" ], [ "9", "4x08", "8 December 2006", "Alan Carr and David Gest", "Joan Rivers and Alex Zane", "4–5" ] ] }, { "t5Formulas": [ { "Question": "who is the winner when the team is mobil 1 racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"mobil 1 racing\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"mobil 1 racing\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"mobil 1 racing\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the circuit when the date is 16 april?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"16 april\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"16 april\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"16 april\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the circuit when the date is 4 june?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"4 june\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"4 june\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"4 june\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the race title when the winner is dick johnson and the circuit is sandown raceway?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"dick johnson\")*(B1=\"sandown raceway\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(E2:E9=\"dick johnson\")*(B2:B9=\"sandown raceway\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"dick johnson\"", "*", "B1", "=", "\"sandown raceway\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16512496-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Title", "Circuit", "City / State", "Date", "Winner", "Team" ], [ "2", "Amaroo", "Amaroo Park", "Sydney , New South Wales", "5 March", "John Bowe", "Dick Johnson Racing" ], [ "3", "Launceston", "Symmons Plains Raceway", "Launceston , Tasmania", "12 March", "Dick Johnson", "Dick Johnson Racing" ], [ "4", "Lakeside", "Lakeside International Raceway", "Brisbane , Queensland", "16 April", "Dick Johnson", "Dick Johnson Racing" ], [ "5", "Perth", "Barbagallo Raceway", "Perth , Western Australia", "30 April", "John Bowe", "Dick Johnson Racing" ], [ "6", "Mallala", "Mallala Motor Sport Park", "Mallala , South Australia", "7 May", "Dick Johnson", "Dick Johnson Racing" ], [ "7", "Sandown", "Sandown Raceway", "Melbourne , Victoria", "21 May", "Dick Johnson", "Dick Johnson Racing" ], [ "8", "Winton", "Winton Motor Raceway", "Benalla , Victoria", "4 June", "George Fury", "Nissan Motorsport Australia" ], [ "9", "Oran Park", "Oran Park Raceway", "Sydney , New South Wales", "9 July", "Peter Brock", "Mobil 1 Racing" ] ] }, { "t5Formulas": [ { "Question": "What shows as the First US Tour Cast when the Original Broadway Cast was Sarah Bolt?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"sarah bolt\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"sarah bolt\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sarah bolt\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the person in the First UK Tour Cast for the Character of Sister Mary Robert?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"sister mary robert\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"sister mary robert\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"sister mary robert\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What character did Katie Rowley Jones play in the Original West End Cast?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"katie rowley jones\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"katie rowley jones\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"katie rowley jones\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Original West End Cast when the irst US Tour Cast was lael van keuren?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lael van keuren\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"lael van keuren\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"lael van keuren\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was in the Original West End Cast when the Original Broadway Cast was audrie neenan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"audrie neenan\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"audrie neenan\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"audrie neenan\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the person who was in the Original Broadway Cast that was Original West End Cast of sheila hancock?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"sheila hancock\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"sheila hancock\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"sheila hancock\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12564469-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Character", "Original West End Cast", "Original Broadway Cast", "First UK Tour Cast", "First US Tour Cast" ], [ "2", "Deloris Van Cartier / Sister Mary Clarence", "Patina Miller", "Patina Miller", "Cynthia Erivo", "Ta'Rea Campbell" ], [ "3", "Mother Superior", "Sheila Hancock", "Victoria Clark", "Denise Black", "Hollis Resnik" ], [ "4", "Curtis Shank", "Chris Jarman", "Kingsley Leggs", "Cavin Cornwall", "Kingsley Leggs" ], [ "5", "Lt. Eddie Souther", "Ako Mitchell", "Chester Gregory", "Edward Baruwa", "E. Clayton Cornelious" ], [ "6", "Sister Mary Robert", "Katie Rowley Jones", "Marla Mindelle", "Julie Atherton", "Lael Van Keuren" ], [ "7", "Sister Mary Patrick", "Claire Greenway", "Sarah Bolt", "Laurie Scarth", "Florrie Bagel" ], [ "8", "Sister Mary Lazarus", "Julia Sutton", "Audrie Neenan", "Jacqueline Clarke", "Diane J. Findlay" ], [ "9", "Monsignor Howard", "Ian Lavender", "Fred Applegate", "Michael Starke", "Richard Pruitt" ] ] }, { "t5Formulas": [ { "Question": "Who was the away team when the home team was South Melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10808089-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Essendon", "11.6 (72)", "Geelong", "9.4 (58)", "Windy Hill", "31,560", "23 April 1966" ], [ "3", "Collingwood", "17.13 (115)", "Hawthorn", "9.8 (62)", "Victoria Park", "32,741", "23 April 1966" ], [ "4", "South Melbourne", "16.19 (115)", "Fitzroy", "9.8 (62)", "Lake Oval", "22,376", "23 April 1966" ], [ "5", "Melbourne", "4.9 (33)", "St Kilda", "17.7 (109)", "MCG", "64,934", "25 April 1966" ], [ "6", "Footscray", "11.9 (75)", "North Melbourne", "13.9 (87)", "Western Oval", "23,252", "25 April 1966" ], [ "7", "Carlton", "14.16 (100)", "Richmond", "16.10 (106)", "Princes Park", "43,695", "25 April 1966" ] ] }, { "t5Formulas": [ { "Question": "What is the Venue with an Attendance that is larger than 6,938?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>6938))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)>6938))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "6938" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the Date with an Opponent that is hearts?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"hearts\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"hearts\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"hearts\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Result with a Venue that is n?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"n\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"n\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"n\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15767661-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "25 January 1986", "Morton", "H", "4–0", "6,938" ], [ "3", "15 February 1986", "Kilmarnock", "H", "1–1", "6,610" ], [ "4", "19 February 1986", "Kilmarnock", "A", "1–0", "9,054" ], [ "5", "8 March 1986", "Motherwell", "A", "1–0", "6,822" ], [ "6", "5 April 1986", "Hearts", "N", "0–1", "30,872" ] ] }, { "t5Formulas": [ { "Question": "what was the ACC home game record for the team who's ACC winning percentage was .813?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=0.813))", "Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(C2:C12)),FILTER(query1,CHOOSECOLS(query1,2)=0.813))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0.813" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-16372911-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Team", "ACC Regular Season", "ACC %", "ACC Home", "ACC Road", "All Games", "All Games %", "All Home", "All Road", "All Neutral" ], [ "2", "North Carolina", "14–2", ".875", "6–2", "8–0", "35–2", ".946", "14–2", "13–0", "9–1" ], [ "3", "Duke", "13–3", ".813", "7–1", "6–2", "28–6", ".824", "15–1", "8–2", "5–3" ], [ "4", "Clemson", "10–6", ".625", "7–1", "3–5", "24–10", ".706", "14–2", "6–5", "4–3" ], [ "5", "Virginia Tech", "9–7", ".563", "6–2", "3–5", "21–14", ".600", "14–3", "4–8", "3–3" ], [ "6", "Miami", "8–8", ".500", "6–2", "2–6", "23–11", ".676", "14–2", "4–6", "5–3" ], [ "7", "Maryland", "8–8", ".500", "4–4", "4–4", "19–15", ".559", "13–6", "6–5", "0–4" ], [ "8", "Georgia Tech", "7–9", ".438", "3–5", "4–4", "15–17", ".469", "6–7", "6–8", "3–2" ], [ "9", "Wake Forest", "7–9", ".438", "6–2", "1–7", "17–13", ".567", "15–2", "2–10", "0–1" ], [ "10", "Florida State", "7–9", ".438", "4–4", "3–5", "19–15", ".559", "13–5", "4–7", "2–3" ], [ "11", "Virginia", "5–11", ".313", "3–5", "2–6", "17–16", ".515", "13–7", "4–7", "0–2" ], [ "12", "Boston College", "4–12", ".250", "3–5", "1–7", "14–17", ".452", "11–8", "2–7", "1–2" ] ] }, { "t5Formulas": [ { "Question": "Which home has a Decision of kolzig, and a Date of november 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"kolzig\")*(A1=\"november 5\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(E2:E16=\"kolzig\")*(A2:A16=\"november 5\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"kolzig\"", "*", "A1", "=", "\"november 5\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which score has a Decision of johnson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"johnson\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,E2:E16=\"johnson\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"johnson\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which date has a Home of washington, a Visitor of florida, and a Record of 8-15-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"washington\")*(B1=\"florida\")*(G1=\"8-15-2\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(D2:D16=\"washington\")*(B2:B16=\"florida\")*(G2:G16=\"8-15-2\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"washington\"", "*", "B1", "=", "\"florida\"", "*", "G1", "=", "\"8-15-2\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total of attendance with a Record of 5-9-0?", "Formula": "SUMIFS(F1,G1,\"5-9-0\")", "Formula2": "SUMIFS(F2:F16,G2:G16,\"5-9-0\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "G1", "\"5-9-0\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which score has a Date of november 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"november 2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,A2:A16=\"november 2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"november 2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11772462-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "November 1", "Washington", "0 - 2", "NY Rangers", "Kolzig", "18,200", "5-7-0" ], [ "3", "November 2", "Philadelphia", "3 - 2", "Washington", "Kolzig", "16,055", "5-8-0" ], [ "4", "November 5", "Washington", "0 - 5", "Carolina", "Kolzig", "12,171", "5-9-0" ], [ "5", "November 6", "Washington", "1 - 2", "Atlanta", "Johnson", "15,530", "5-9-1" ], [ "6", "November 8", "Washington", "4 - 1", "Ottawa", "Kolzig", "19,666", "6-9-1" ], [ "7", "November 10", "Tampa Bay", "5 - 2", "Washington", "Kolzig", "14,617", "6-10-1" ], [ "8", "November 15", "Washington", "1 - 2", "Florida", "Kolzig", "12,101", "6-11-1" ], [ "9", "November 16", "Washington", "2 - 5", "Tampa Bay", "Kolzig", "19,526", "6-12-1" ], [ "10", "November 19", "Florida", "4 - 3", "Washington", "Kolzig", "13,411", "6-13-1" ], [ "11", "November 21", "Atlanta", "5 - 1", "Washington", "Kolzig", "11,669", "6-14-1" ], [ "12", "November 23", "Washington", "4 - 3", "Philadelphia", "Kolzig", "19,727", "7-14-1" ], [ "13", "November 24", "Carolina", "2 - 5", "Washington", "Kolzig", "13,650", "8-14-1" ], [ "14", "November 26", "Buffalo", "3 - 1", "Washington", "Kolzig", "11,204", "8-15-1" ], [ "15", "November 28", "Florida", "2 - 1", "Washington", "Kolzig", "10,526", "8-15-2" ], [ "16", "November 30", "Washington", "3 - 4", "Carolina", "Kolzig", "16,386", "8-16-2" ] ] }, { "t5Formulas": [ { "Question": "Who scored with a grid of 10 and the highest amount of laps?", "Formula": "MAX(FILTER(C1,E1=10))", "Formula2": "MAX(FILTER(C2:C20,E2:E20=10))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", "=", "10" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-15565520-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Driver", "Team", "Laps", "Time/Retired", "Grid", "Points" ], [ "2", "Justin Wilson", "RuSPORT", "70", "1:58:23.479", "1", "34" ], [ "3", "A. J. Allmendinger", "RuSPORT", "70", "+3.936 secs", "2", "28" ], [ "4", "Paul Tracy", "Forsythe Racing", "70", "+6.784 secs", "4", "25" ], [ "5", "Oriol Servià", "Newman/Haas Racing", "70", "+9.634 secs", "7", "23" ], [ "6", "Timo Glock", "Rocketsports Racing", "70", "+9.923 secs", "12", "21" ], [ "7", "Jimmy Vasser", "PKV Racing", "70", "+10.477 secs", "10", "19" ], [ "8", "Nelson Philippe", "Mi-Jack Conquest Racing", "70", "+13.348 secs", "8", "17" ], [ "9", "Alex Tagliani", "Team Australia", "70", "+14.139 secs", "11", "15" ], [ "10", "Andrew Ranger", "Mi-Jack Conquest Racing", "70", "+15.190 secs", "17", "14" ], [ "11", "Will Power", "Team Australia", "70", "+16.185 secs", "13", "11" ], [ "12", "Michael McDowell", "Rocketsports Racing", "70", "+18.060 secs", "16", "10" ], [ "13", "Mario Domínguez", "Forsythe Racing", "70", "+18.678 secs", "6", "9" ], [ "14", "Charles Zwolsman", "Team Australia", "70", "+19.459 secs", "18", "8" ], [ "15", "Cristiano da Matta", "PKV Racing", "70", "+21.676 secs", "5", "7" ], [ "16", "Rodolfo Lavín", "CTE Racing - HVM", "69", "+ 1 Lap", "9", "7" ], [ "17", "Homero Richards", "CTE Racing - HVM", "69", "+ 1 Lap", "19", "5" ], [ "18", "Sébastien Bourdais", "Newman/Haas Racing", "61", "Contact", "3", "4" ], [ "19", "Ricardo Sperafico", "Dale Coyne Racing", "54", "Suspension", "14", "3" ], [ "20", "Ronnie Bremer", "Dale Coyne Racing", "18", "Contact", "15", "2" ] ] }, { "t5Formulas": [ { "Question": "How many receptions were smaller than 161 receiving yards but also had less than 14 rushing TDs?", "Formula": "SUM(FILTER(F1, (G1<161)*(E1<14)))", "Formula2": "SUM(FILTER(F2:F6, (G2:G6<161)*(E2:E6<14)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "<", "161", "*", "E1", "<", "14" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What was the greatest number of rushing yards for a runner who had 283 rushes and less than 10 rushing TDs?", "Formula": "MAX(FILTER(D1, (C1=283)*(E1<10)))", "Formula2": "MAX(FILTER(D2:D6, (C2:C6=283)*(E2:E6<10)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "=", "283", "*", "E1", "<", "10" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12816301-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Games", "Rushes", "Rushing Yards", "Rushing TDs", "Receptions", "Receiving Yards", "Receiving TDs" ], [ "2", "1989", "11", "169", "545", "3", "22", "161", "1" ], [ "3", "1990", "11", "283", "1,325", "10", "36", "312", "0" ], [ "4", "1991", "11", "360", "1,692", "14", "14", "136", "0" ], [ "5", "1992", "11", "279", "1,386", "11", "22", "283", "4" ], [ "6", "Total", "44", "1091", "4948", "38", "94", "892", "5" ] ] }, { "t5Formulas": [ { "Question": "What nation has more than 1 bronze and less than 3 silver?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<3)))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14),SUMX(D2:D14)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", "<", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What's the highest number of silver for 9 bronze and less than 27 total?", "Formula": "MAX(FILTER(D1, (E1=9)*(F1<27)))", "Formula2": "MAX(FILTER(D2:D14, (E2:E14=9)*(F2:F14<27)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", "=", "9", "*", "F1", "<", "27" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-18358072-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "China (CHN)", "2", "3", "2", "7" ], [ "3", "2", "Great Britain (GBR)", "2", "1", "1", "4" ], [ "4", "3", "South Korea (KOR)", "2", "1", "0", "3" ], [ "5", "4", "Czech Republic (CZE)", "1", "0", "1", "2" ], [ "6", "5", "Mongolia (MGL)", "1", "0", "0", "1" ], [ "7", "5", "Turkey (TUR)", "1", "0", "0", "1" ], [ "8", "7", "Italy (ITA)", "0", "2", "1", "3" ], [ "9", "8", "France (FRA)", "0", "1", "0", "1" ], [ "10", "8", "Japan (JPN)", "0", "1", "0", "1" ], [ "11", "10", "United States (USA)", "0", "0", "2", "2" ], [ "12", "11", "Switzerland (SUI)", "0", "0", "1", "1" ], [ "13", "11", "Chinese Taipei (TPE)", "0", "0", "1", "1" ], [ "14", "Total", "Total", "9", "9", "9", "27" ] ] }, { "t5Formulas": [ { "Question": "Which Annual ridership (2008) has a Number of stations larger than 70, and an Annual ridership (1998) smaller than 451,971,849?", "Formula": "SUM(FILTER(F1, (D1>70)*(E1<451971849)))", "Formula2": "SUM(FILTER(F2:F9, (D2:D9>70)*(E2:E9<451971849)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", ">", "70", "*", "E1", "<", "451971849" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-16456054-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Line", "Operator", "Line length (kilometres)", "Number of stations", "Annual ridership (1998)", "Annual ridership (2008)" ], [ "2", "Mitre", "UGOMS", "185,5", "55", "84,081,493", "73,207,048" ], [ "3", "Belgrano Norte", "Ferrovías", "54,3", "22", "35,931,801", "45,830,200" ], [ "4", "Belgrano Sur", "UGOFE", "66,3", "30", "16,219,806", "11,472,416" ], [ "5", "Roca", "UGOFE", "237,2", "70", "152,082,063", "125,556,026" ], [ "6", "San Martín", "UGOFE", "56,3", "19", "25,581,310", "46,647,676" ], [ "7", "Sarmiento", "UGOMS", "184,1", "40", "113,218,819", "118,143,006" ], [ "8", "Urquiza", "Metrovías", "29,9", "23", "25,581,310", "24,212,133" ], [ "9", "Totals:", "—", "813", "259", "451,971,849", "445,068,505" ] ] }, { "t5Formulas": [ { "Question": "What is the penalty for the DET team player Andreas Lilja?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"det\")*(C1=\"andreas lilja\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"det\")*(C2:C12=\"andreas lilja\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"det\"", "*", "C1", "=", "\"andreas lilja\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the penalty for Jonathan Toews?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"jonathan toews\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"jonathan toews\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"jonathan toews\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the period for Ben Eager?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ben eager\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"ben eager\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ben eager\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the period for the DET Team with a time of 11:27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"det\")*(E1=\"11:27\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"det\")*(E2:E12=\"11:27\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"det\"", "*", "E1", "=", "\"11:27\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What player has a penalty of holding on the DET team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"holding\")*(B1=\"det\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"holding\")*(B2:B12=\"det\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"holding\"", "*", "B1", "=", "\"det\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What time does Dustin Byfuglien have in 1st period?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"1st\")*(C1=\"dustin byfuglien\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"1st\")*(C2:C12=\"dustin byfuglien\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1st\"", "*", "C1", "=", "\"dustin byfuglien\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18463659-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Period", "Team", "Player", "Penalty", "Time" ], [ "2", "1st", "DET", "Pavel Datsyuk", "Hooking", "0:37" ], [ "3", "1st", "DET", "Red Wings Bench (served by Jiri Hudler )", "Too Many Men", "2:06" ], [ "4", "1st", "CHI", "Ben Eager", "Slashing", "4:52" ], [ "5", "1st", "CHI", "Dustin Byfuglien", "Roughing", "7:53" ], [ "6", "1st", "DET", "Brett Lebda", "Delay of Game", "11:27" ], [ "7", "1st", "DET", "Andreas Lilja", "Roughing", "13:01" ], [ "8", "2nd", "DET", "Marian Hossa", "Goaltender Interference", "4:28" ], [ "9", "2nd", "CHI", "Jonathan Toews", "High-Sticking", "4:35" ], [ "10", "2nd", "CHI", "Brian Campbell", "Tripping", "10:42" ], [ "11", "3rd", "CHI", "James Wisniewski", "Holding", "2:20" ], [ "12", "3rd", "DET", "Valtteri Filppula", "Holding", "19:07" ] ] }, { "t5Formulas": [ { "Question": "How big was the crowd when Geelong was the home team?", "Formula": "SUMIFS(F1,A1,\"geelong\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"geelong\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"geelong\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Where was the game when the away team scored 11.6 (72)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.6 (72)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.6 (72)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.6 (72)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team when Hawthorn was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team when the home team scored 9.16 (70)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"9.16 (70)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"9.16 (70)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"9.16 (70)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10767641-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "16.7 (103)", "St Kilda", "14.8 (92)", "Glenferrie Oval", "18,000", "3 May 1930" ], [ "3", "Geelong", "18.13 (121)", "North Melbourne", "2.7 (19)", "Corio Oval", "9,500", "3 May 1930" ], [ "4", "Fitzroy", "12.14 (86)", "Footscray", "11.6 (72)", "Brunswick Street Oval", "18,500", "3 May 1930" ], [ "5", "South Melbourne", "9.16 (70)", "Melbourne", "13.17 (95)", "Lake Oval", "16,000", "3 May 1930" ], [ "6", "Richmond", "7.18 (60)", "Collingwood", "10.14 (74)", "Punt Road Oval", "32,000", "3 May 1930" ], [ "7", "Essendon", "7.9 (51)", "Carlton", "8.10 (58)", "Windy Hill", "26,000", "3 May 1930" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the race that had a group of G1 at Moonee Valley?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(E1=\"g1\")*(D1=\"moonee valley\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J9,(E2:E9=\"g1\")*(D2:D9=\"moonee valley\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "E1", "=", "\"g1\"", "*", "D1", "=", "\"moonee valley\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the race that was a 2000m distance?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,F1=\"2000m\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J9,F2:F9=\"2000m\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "F1", "=", "\"2000m\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15926991-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Time", "Jockey", "Winner/2nd" ], [ "2", "2nd", "16 Aug 2008", "J J Liston Stakes", "Caulfield", "G2", "1400m", "58.5", "1:24.83", "B.Rawiller", "1st - Light Fantastic" ], [ "3", "Won", "30 Aug 2008", "Memsie Stakes", "Caulfield", "G2", "1400m", "58.5", "1:23.27", "B. Rawiller", "2nd - Maldivian" ], [ "4", "Won", "6 Sep 2008", "Craiglee Stakes", "Flemington", "G2", "1600m", "58.5", "1:38.60", "B.Rawiller", "2nd - Zarita" ], [ "5", "Won", "20 Sep 2008", "Underwood Stakes", "Caulfield", "G1", "1800m", "58.0", "1:49.68", "B.Rawiller", "2nd - Pompeii Ruler" ], [ "6", "8th", "4 Oct 2008", "Turnbull Stakes", "Flemington", "G1", "2000m", "57.5", "2:02.44", "B.Rawiller", "1st - Littorio" ], [ "7", "12th", "18 Oct 2008", "Caulfield Cup", "Caulfield", "G1", "2400m", "57.0", "2:27.45", "B.Rawiller", "1st - All The Good" ], [ "8", "4th", "31 Jan 2009", "Lightning Stakes", "Flemington", "G1", "1000m", "58.5", "0:56.94", "B.Rawiller", "1st - Scenic Blast" ], [ "9", "5th", "14 Feb 2009", "Australia Stakes", "Moonee Valley", "G1", "1200m", "58.5", "1:09.60", "B.Rawiller", "1st - Apache Cat" ] ] }, { "t5Formulas": [ { "Question": "Who was the athlete from Lithuania?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"lithuania\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"lithuania\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"lithuania\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18662643-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Athlete", "Country", "Time", "Notes" ], [ "2", "1", "Ondřej Synek", "Czech Republic", "7:23.94", "Q" ], [ "3", "2", "Mindaugas Griskonis", "Lithuania", "7:28.05", "Q" ], [ "4", "3", "Bajrang Lal Takhar", "India", "7:39.91", "Q" ], [ "5", "4", "Mathias Raymond", "Monaco", "7:51.69", "Q" ], [ "6", "5", "Chaouki Dries", "Algeria", "7:57.65", "SE/F" ] ] }, { "t5Formulas": [ { "Question": "what is the round on 21 february 2009?", "Formula": "FILTER(A1,B1=\"21 february 2009\")", "Formula2": "FILTER(A2:A9,B2:B9=\"21 february 2009\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"21 february 2009\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18703579-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Date", "Opponents", "Venue", "Result", "Score F–A", "Attendance" ], [ "2", "1", "16 December 2008", "Northwich Victoria", "A", "W", "2–0", "393" ], [ "3", "2", "13 January 2009", "Oxford United", "A", "W", "2–1", "1,958" ], [ "4", "3", "31 January 2009", "Kidderminster Harriers", "A", "D", "1–1", "1,153" ], [ "5", "3r", "11 February 2009", "Kidderminster Harriers", "H", "D", "1–1 [A ]", "683" ], [ "6", "4", "21 February 2009", "Havant & Waterlooville", "H", "W", "2–0", "1,679" ], [ "7", "SF1", "14 March 2009", "AFC Telford United", "A", "W", "2–0", "2,792" ], [ "8", "SF2", "21 March 2009", "AFC Telford United", "H", "W", "2–1", "3,512" ], [ "9", "F", "9 May 2009", "Stevenage Borough", "Wembley Stadium", "L", "0–2", "27,102" ] ] }, { "t5Formulas": [ { "Question": "Name the most # of total votes with % of popular vote of 32.41% and # of seats won more than 95", "Formula": "MAX(FILTER(D1, (E1=\"32.41%\")*(C1>95)))", "Formula2": "MAX(FILTER(D2:D19, (E2:E19=\"32.41%\")*(C2:C19>95)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", "=", "\"32.41%\"", "*", "C1", ">", "95" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-123462-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Election", "# of candidates nominated", "# of seats won", "# of total votes", "% of popular vote" ], [ "2", "1945", "203", "65", "1,448,744", "27.62%" ], [ "3", "1949", "249", "41", "1,734,261", "29.62%" ], [ "4", "1953", "248", "50", "1,749,579", "31.01%" ], [ "5", "1957", "256", "109", "2,564,732", "38.81%" ], [ "6", "1958", "265", "208", "3,908,633", "53.56%" ], [ "7", "1962", "265", "114", "2,865,542", "37.22%" ], [ "8", "1963", "265", "93", "2,582,322", "32.72%" ], [ "9", "1965", "265", "95", "2,500,113", "32.41%" ], [ "10", "1968", "262", "72", "2,548,949", "31.36%" ], [ "11", "1972", "265", "107", "3,388,980", "35.02%" ], [ "12", "1974", "264", "95", "3,371,319", "35.46%" ], [ "13", "1979", "282", "136", "4,111,606", "35.89%" ], [ "14", "1980", "282", "103", "3,552,994", "32.49%" ], [ "15", "1984", "282", "211", "6,278,818", "50.03%" ], [ "16", "1988", "295", "169", "5,667,543", "43.02%" ], [ "17", "1993", "295", "2", "2,178,303", "16.04%" ], [ "18", "1997", "301", "20", "2,446,705", "18.84%" ], [ "19", "2000", "291", "12", "1,566,994", "12.19%" ] ] }, { "t5Formulas": [ { "Question": "What's the D 48 √ when the D 40 √ is D 37?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"d 37\"),10))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,B2:B11=\"d 37\"),10))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "B1", "=", "\"d 37\"", "10" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the D 42 √ when D 46 √ is majority→?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"majority→\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,H2:H11=\"majority→\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"majority→\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the D 40 √ when D 43 √ is d 14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,E1=\"d 14\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,E2:E11=\"d 14\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "E1", "=", "\"d 14\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the D 42 √ when D 44 √ is majority→?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,F1=\"majority→\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,F2:F11=\"majority→\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "F1", "=", "\"majority→\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the D 44 √ when D 46 √ is d 26?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,H1=\"d 26\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,H2:H11=\"d 26\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"d 26\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the D 42 √ when D 43 √ is r 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,E1=\"r 5\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J11,E2:E11=\"r 5\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "E1", "=", "\"r 5\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1134236-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "D 39 √", "D 40 √", "D 41 √", "D 42 √", "D 43 √", "D 44 √", "D 45 √", "D 46 √", "D 47 √", "D 48 √" ], [ "2", "D 18", "D 17", "D 16", "D 15", "D 14", "D 13", "D 12", "D 11", "D 10", "D 9" ], [ "3", "D 19", "D 20", "D 21", "D 22", "D 23", "D 24", "D 25", "D 26", "D 27", "D 28" ], [ "4", "D 38", "D 37", "D 36", "D 35", "D 34", "D 33", "D 32", "D 31", "D 30", "D 29" ], [ "5", "D 39 √", "D 40 √", "D 41 √", "D 42 √", "D 43 √", "D 44 √", "D 45 √", "D 46 √", "D 47 √", "D 48 √" ], [ "6", "Majority→", "Majority→", "Majority→", "Majority→", "Majority→", "Majority→", "Majority→", "Majority→", "Majority→", "D 49 O" ], [ "7", "R 41 O", "R 42 +", "R 43 +", "R 44 +", "R 45 +", "R 46 +", "R 47 +", "D 51 O", "D 50 O", "D 49 O" ], [ "8", "R 40 O", "R 39 O", "R 38 O", "R 37 O", "R 36 O", "R 35 O", "R 34 √", "R 33 √", "R 32 √", "R 31 √" ], [ "9", "R 21", "R 22", "R 23", "R 24 √", "R 25 √", "R 26 √", "R 27 √", "R 28 √", "R 29 √", "R 30 √" ], [ "10", "R 20", "R 19", "R 18", "R 17", "R 16", "R 15", "R 14", "R 13", "R 12", "R 11" ], [ "11", "R 1", "R 2", "R 3", "R 4", "R 5", "R 6", "R 7", "R 8", "R 9", "R 10" ] ] }, { "t5Formulas": [ { "Question": "Name the manner of departyre for 26 january date of appointment", "Formula": "FILTER(C1,F1=\"26 january\")", "Formula2": "FILTER(C2:C7,F2:F7=\"26 january\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"26 january\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "I want to know the team that was sacked and date of vacancy was 4 december", "Formula": "FILTER(A1,(C1=\"sacked\")*(D1=\"4 december\"))", "Formula2": "FILTER(A2:A7,(C2:C7=\"sacked\")*(D2:D7=\"4 december\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"sacked\"", "*", "D1", "=", "\"4 december\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Tell me the outgoing manager for 22 november date of vacancy", "Formula": "FILTER(B1,D1=\"22 november\")", "Formula2": "FILTER(B2:B7,D2:D7=\"22 november\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"22 november\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Tell me the outgoing manager for livingston", "Formula": "FILTER(B1,A1=\"livingston\")", "Formula2": "FILTER(B2:B7,A2:A7=\"livingston\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"livingston\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Tell me the manner of departure for 3 january date of appointment", "Formula": "FILTER(C1,F1=\"3 january\")", "Formula2": "FILTER(C2:C7,F2:F7=\"3 january\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"3 january\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11207040-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment" ], [ "2", "Clyde", "Joe Miller", "Mutual consent", "25 May", "Colin Hendry", "11 June" ], [ "3", "St. Johnstone", "Owen Coyle", "Mutual consent", "22 November", "Derek McInnes", "27 November" ], [ "4", "Dunfermline Athletic", "Stephen Kenny", "Sacked", "4 December", "Jim McIntyre", "3 January" ], [ "5", "Clyde", "Colin Hendry", "Resigned", "18 January", "John Brown", "26 January" ], [ "6", "Greenock Morton", "Jim McInally", "Resigned", "12 February", "David Irons", "19 February" ], [ "7", "Livingston", "Mark Proctor", "Sacked", "June 3", "Roberto Landi", "11 June" ] ] }, { "t5Formulas": [ { "Question": "result is lost re-election republican gain, what is the district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lost re-election republican gain\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"lost re-election republican gain\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"lost re-election republican gain\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1434986-16", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result" ], [ "2", "Missouri 1", "John Richard Barret", "Democratic", "1858", "Lost Re-election Republican Gain" ], [ "3", "Missouri 2", "Thomas L. Anderson", "Independent Democrat", "1857", "Retired Constitutional Union Gain" ], [ "4", "Missouri 3", "John Bullock Clark", "Democratic", "1856", "Re-elected" ], [ "5", "Missouri 4", "James Craig", "Democratic", "1856", "Retired Democratic Hold" ], [ "6", "Missouri 5", "Samuel H. Woodson", "American", "1856", "Retired Democratic Gain" ], [ "7", "Missouri 6", "John S. Phelps", "Democratic", "1844", "Re-elected" ], [ "8", "Missouri 7", "John William Noell", "Democratic", "1858", "Re-elected" ] ] }, { "t5Formulas": [ { "Question": "What was Footscray's score when it played as the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"footscray\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"footscray\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"footscray\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "hat was Hawthorn's score as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10701914-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "9.5 (59)", "Geelong", "11.11 (77)", "Western Oval", "19,500", "16 June 1951" ], [ "3", "Essendon", "15.13 (103)", "St Kilda", "12.7 (79)", "Windy Hill", "15,000", "16 June 1951" ], [ "4", "Carlton", "7.11 (53)", "Collingwood", "9.13 (67)", "Princes Park", "31,000", "16 June 1951" ], [ "5", "North Melbourne", "14.9 (93)", "Melbourne", "6.12 (48)", "Arden Street Oval", "13,000", "16 June 1951" ], [ "6", "South Melbourne", "12.14 (86)", "Hawthorn", "7.11 (53)", "Lake Oval", "8,500", "16 June 1951" ], [ "7", "Richmond", "9.12 (66)", "Fitzroy", "12.16 (88)", "Punt Road Oval", "26,000", "16 June 1951" ] ] }, { "t5Formulas": [ { "Question": "Which tennis team is from the United States?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"tennis\")*(C1=\"united states\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(F2:F13=\"tennis\")*(C2:C13=\"united states\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"tennis\"", "*", "C1", "=", "\"united states\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the nation of citizenship for athletes later than 2011 year of award?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1>2011),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13>2011),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", ">", "2011", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "Num" ] } ], "TableName": "train_2-10976484-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year of award", "Athlete", "Nation of citizenship", "Team", "Competition , governing body , or league", "Sport" ], [ "2", "2001", "Pete Sampras", "United States", "not applicable", "ATP Tour", "Tennis" ], [ "3", "2002", "Tiger Woods", "United States", "not applicable", "PGA Tour", "Golf" ], [ "4", "2003", "Emmitt Smith", "United States", "Dallas Cowboys", "National Football League (NFL)", "American football" ], [ "5", "2004", "Éric Gagné", "Canada", "Los Angeles Dodgers", "Major League Baseball (MLB)", "Baseball" ], [ "6", "2005", "Peyton Manning", "United States", "Indianapolis Colts", "National Football League (NFL)", "American football" ], [ "7", "2006", "Shaun Alexander", "United States", "Seattle Seahawks", "National Football League (NFL)", "American football" ], [ "8", "2007", "LaDainian Tomlinson", "United States", "San Diego Chargers", "National Football League (NFL)", "American football" ], [ "9", "2008", "Brett Favre", "United States", "Green Bay Packers", "National Football League (NFL)", "American football" ], [ "10", "2009", "Michael Phelps", "United States", "Not applicable", "Olympic Games", "Swimming" ], [ "11", "2010", "John Isner vs. Nicolas Mahut", "United States and France", "Not applicable", "Wimbledon", "Tennis" ], [ "12", "2011", "Rory McIlroy", "Northern Ireland", "Not applicable", "U.S. Open", "Golf" ], [ "13", "2012", "Drew Brees", "United States", "New Orleans Saints", "National Football League (NFL)", "American Football" ] ] }, { "t5Formulas": [ { "Question": "the minimum dialysis <=137.7 and the median ESRD <= 249.4 at different ages", "Formula": "LET(query1,SUMMARIZE(A1,MINX(C1),MEDIANX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)<=137.7)*(CHOOSECOLS(query1,3)<=249.4)))", "Formula2": "LET(query1,SUMMARIZE(A2:A5,MINX(C2:C5),MEDIANX(B2:B5)),FILTER(query1,(CHOOSECOLS(query1,2)<=137.7)*(CHOOSECOLS(query1,3)<=249.4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "MINX(", "C1", "MEDIANX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<=", "137.7", "*", "CHOOSECOLS(", "query1", "3", "<=", "249.4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "MINX(", "Cell", "MEDIANX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<=", "Num" ] }, { "Question": "The table with the end stage renal disease >= 94.9 or < 25.6.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>=94.9)+(B1<25.6)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E5,(B2:B5>=94.9)+(B2:B5<25.6)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", ">=", "94.9", "+", "B1", "<", "25.6", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">=", "Num", "+", "Cell", "<", "Num", "Num" ] }, { "Question": "Fewest general medicare age", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "E1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "Age of people who received the fewest general medicare.", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "E1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "two greatest general medicare receiving age groups", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, -1), 2)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, -1), 2)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "E1", "2", "-", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Two age groups which received greatest general medicares.", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, -1), 2)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, -1), 2)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "E1", "2", "-", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "three least transplant case age groups", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(D2:D5)), 2, 1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "Three age groups with the least transplant cases.", "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(D2:D5)), 2, 1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "Most common age.", "Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "COUNTX(", "A1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Ages listed in this table.", "Formula": "UNIQUE(A1)", "Formula2": "UNIQUE(A2:A5)", "Level": "easy", "Tokens": [ "UNIQUE(", "A1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "How many ages have greatest ESRD <= 249.3?", "Formula": "ROWS(UNIQUE(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,MAXX(B1)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))", "Formula2": "ROWS(UNIQUE(LET(a,A2:A5,b,A2:A5,c,INDEX(LET(query1,SUMMARIZE(A2:A5,MAXX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))", "Level": "hard", "Tokens": [ "ROWS(", "UNIQUE(", "LET(", "a", "A1", "b", "A1", "c", "INDEX(", "LET(", "query1", "SUMMARIZE(", "A1", "MAXX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<=", "249.3", "", "1", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Funcs": [ "ROWS(", "UNIQUE(", "LET(", "a", "Cell", "b", "Cell", "c", "INDEX(", "LET(", "query1", "SUMMARIZE(", "Cell", "MAXX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<=", "Num", "", "Num", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Question": "How many ages have greatest ESRD no higher than 249.3?", "Formula": "ROWS(UNIQUE(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,MAXX(B1)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))", "Formula2": "ROWS(UNIQUE(LET(a,A2:A5,b,A2:A5,c,INDEX(LET(query1,SUMMARIZE(A2:A5,MAXX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))", "Level": "hard", "Tokens": [ "ROWS(", "UNIQUE(", "LET(", "a", "A1", "b", "A1", "c", "INDEX(", "LET(", "query1", "SUMMARIZE(", "A1", "MAXX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<=", "249.3", "", "1", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Funcs": [ "ROWS(", "UNIQUE(", "LET(", "a", "Cell", "b", "Cell", "c", "INDEX(", "LET(", "query1", "SUMMARIZE(", "Cell", "MAXX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<=", "Num", "", "Num", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Question": "What are the total dialyses for each age starting with '20-'?", "Formula": "LET(query1,FILTER(A1:E1,LEFT(A1,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))", "Formula2": "LET(query1,FILTER(A2:E5,LEFT(A2:A5,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "E1", "LEFT(", "A1", "LEN(", "\"20-\"", "=", "\"20-\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "LEFT(", "Cell", "LEN(", "Str", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "What are total dialyses for each age starting with '20-'?", "Formula": "LET(query1,FILTER(A1:E1,LEFT(A1,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))", "Formula2": "LET(query1,FILTER(A2:E5,LEFT(A2:A5,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "E1", "LEFT(", "A1", "LEN(", "\"20-\"", "=", "\"20-\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "LEFT(", "Cell", "LEN(", "Str", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] } ], "TableName": "hospital2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Age", "ESRD", "Dialysis ", "Transplant", "General Medicare" ], [ "2", "<20", "25.6", "46.6", "4.9", "6" ], [ "3", "20-44", "41.5", "70.8", "8", "11" ], [ "4", "45-64", "94.9", "137.7", "22.2", "21.5" ], [ "5", "65+", "249.4", "287.1", "62.3", "47.4" ] ] }, { "t5Formulas": [ { "Question": "Who was the visiting team on weeks under 12 and at Sports Authority Field at Mile High?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"sports authority field at mile high\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<12))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,F2:F9=\"sports authority field at mile high\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<12))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"sports authority field at mile high\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "12" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Who was the visiting team at Raymond James Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"raymond james stadium\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"raymond james stadium\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"raymond james stadium\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date had the Houston Texans as visitors?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"houston texans\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"houston texans\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"houston texans\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12771946-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Visiting Team", "Final Score", "Host Team", "Stadium" ], [ "2", "10", "November 10", "Oakland Raiders", "24–17", "San Diego Chargers", "Qualcomm Stadium" ], [ "3", "11", "November 17", "New York Jets", "13–17", "Denver Broncos", "Sports Authority Field at Mile High" ], [ "4", "12", "November 24", "San Francisco 49ers", "6–16", "Baltimore Ravens", "M&T Bank Stadium" ], [ "5", "13", "December 1", "Philadelphia Eagles", "14–31", "Seattle Seahawks", "CenturyLink Field" ], [ "6", "14", "December 8", "Cleveland Browns", "3–14", "Pittsburgh Steelers", "Heinz Field" ], [ "7", "15", "December 15", "Jacksonville Jaguars", "14–41", "Atlanta Falcons", "Georgia Dome" ], [ "8", "15", "December 17", "Dallas Cowboys", "31–15", "Tampa Bay Buccaneers", "Raymond James Stadium" ], [ "9", "16", "December 22", "Houston Texans", "16–19", "Indianapolis Colts", "Lucas Oil Stadium" ] ] }, { "t5Formulas": [ { "Question": "What is the latest year the world championships were held in Thun?", "Formula": "MAXIFS(A1,B1,\"thun\")", "Formula2": "MAXIFS(A2:A13,B2:B13,\"thun\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"thun\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who won gold when the world championships were held in Phoenix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"phoenix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"phoenix\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"phoenix\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18656178-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Place", "Gold", "Silver", "Bronze" ], [ "2", "1962", "Cairo", "Karl Wenk ( FRG )", "Vladimir Chuian ( URS )", "James Enoch Hill ( USA )" ], [ "3", "1966", "Wiesbaden", "David Boyd ( USA )", "Jerzy Nowicki ( POL )", "Bill Krilling ( USA )" ], [ "4", "1970", "Phoenix", "Manfred Fiess ( RSA )", "Esa Einari Kervinen ( FIN )", "Klaus Zaehringer ( FRG )" ], [ "5", "1974", "Thun", "Karel Bulan ( TCH )", "Helge Edvin Anshushaug ( NOR )", "Wolfram Waibel Sr. ( AUT )" ], [ "6", "1978", "Seoul", "Alister Allan ( GBR )", "Lones Wigger ( USA )", "Lanny Bassham ( USA )" ], [ "7", "1982", "Caracas", "Victor Daniltchenko ( URS )", "William Beard ( USA )", "Viktor Vlasov ( URS )" ], [ "8", "1986", "Suhl", "Sandor Bereczky ( HUN )", "Gale Stewart ( CAN )", "Michael Heine ( FRG )" ], [ "9", "1990", "Moscow", "Viatcheslav Botchkarev ( URS )", "Harald Stenvaag ( NOR )", "Tadeusz Czerwinski ( POL )" ], [ "10", "1994", "Milan", "Wenjie Li ( CHN )", "Stevan Pletikosic ( IOP )", "Michel Bury ( FRA )" ], [ "11", "1998", "Barcelona", "Thomas Tamas ( USA )", "Juha Hirvi ( FIN )", "Sergei Kovalenko ( RUS )" ], [ "12", "2002", "Lahti", "Matthew Emmons ( USA )", "Rajmond Debevec ( SLO )", "Espen Berg-Knutsen ( NOR )" ], [ "13", "2006", "Zagreb", "Sergei Martynov ( BLR )", "Jury Sukhorukov ( UKR )", "Marco de Nicolo ( ITA )" ] ] }, { "t5Formulas": [ { "Question": "What is the total erp w of class c3, which has a frequency mhz less than 89.9?", "Formula": "ROWS(FILTER(D1,(E1=\"c3\")*(B1<89.9)))", "Formula2": "ROWS(FILTER(D2:D8,(E2:E8=\"c3\")*(B2:B8<89.9)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "E1", "=", "\"c3\"", "*", "B1", "<", "89.9" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total frequency mhz of the kgrj call sign, which has an erp w greater than 21,500?", "Formula": "ROWS(FILTER(B1,(A1=\"kgrj\")*(D1>\"21,500\")))", "Formula2": "ROWS(FILTER(B2:B8,(A2:A8=\"kgrj\")*(D2:D8>\"21,500\")))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "A1", "=", "\"kgrj\"", "*", "D1", ">", "\"21,500\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Str" ] }, { "Question": "What is the call sign with a 222 erp w?", "Formula": "FILTER(A1,D1=222)", "Formula2": "FILTER(A2:A8,D2:D8=222)", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "222" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the average frequency mhz of the loomis, south dakota city license?", "Formula": "AVERAGE(FILTER(B1,C1=\"loomis, south dakota\"))", "Formula2": "AVERAGE(FILTER(B2:B8,C2:C8=\"loomis, south dakota\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "C1", "=", "\"loomis, south dakota\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the sum of the erp w of the k222al call sign?", "Formula": "SUM(FILTER(D1,A1=\"k222al\"))", "Formula2": "SUM(FILTER(D2:D8,A2:A8=\"k222al\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"k222al\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the highest erp w with a 90.5 frequency mhz?", "Formula": "MAX(FILTER(D1,B1=90.5))", "Formula2": "MAX(FILTER(D2:D8,B2:B8=90.5))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "90.5" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-18943807-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "KGKD", "90.5", "Columbus, Nebraska", "10,000", "C2", "FCC" ], [ "3", "KGRJ", "89.9", "Chamberlain, South Dakota", "21,500", "C3", "FCC" ], [ "4", "KGRH", "88.1", "Loomis, South Dakota", "800", "A", "FCC" ], [ "5", "K205CU", "88.9", "Burwell, Nebraska", "235", "D", "FCC" ], [ "6", "K217CT", "91.3", "Ainsworth, Nebraska", "222", "D", "FCC" ], [ "7", "K220FV", "91.9", "Yankton, South Dakota", "140", "D", "FCC" ], [ "8", "K222AL", "92.3", "Platte, South Dakota", "75", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "Which Team 2 faced Team 1 from Barcelona?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"barcelona\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"barcelona\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"barcelona\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which first leg had Galatasaray as Team 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"galatasaray\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"galatasaray\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"galatasaray\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11399628-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "Anorthosis", "3–1", "Olympiacos", "3–0", "0–1" ], [ "3", "Vitória Guimarães", "1–2", "Basel", "0–0", "1–2" ], [ "4", "Shakhtar Donetsk", "5–1", "Dinamo Zagreb", "2–0", "3–1" ], [ "5", "Schalke 04", "1–4", "Atlético Madrid", "1–0", "0–4" ], [ "6", "Aalborg BK", "4–0", "Kaunas", "2–0", "2–0" ], [ "7", "Barcelona", "4–1", "Wisła Kraków", "4–0", "0–1" ], [ "8", "Levski Sofia", "1–2", "BATE Borisov", "0–1", "1–1" ], [ "9", "Standard Liège", "0–1", "Liverpool", "0–0", "0–1 ( aet )" ], [ "10", "Partizan", "3–4", "Fenerbahçe", "2–2", "1–2" ], [ "11", "Twente", "0–6", "Arsenal", "0–2", "0–4" ], [ "12", "Spartak Moscow", "2–8", "Dynamo Kyiv", "1–4", "1–4" ], [ "13", "Juventus", "5–1", "Artmedia Petržalka", "4–0", "1–1" ], [ "14", "Brann", "1–3", "Marseille", "0–1", "1–2" ], [ "15", "Fiorentina", "2–0", "Slavia Prague", "2–0", "0–0" ], [ "16", "Galatasaray", "2–3", "Steaua Bucureşti", "2–2", "0–1" ], [ "17", "Sparta Prague", "1–3 [C ]", "Panathinaikos", "1–2", "0–1" ] ] }, { "t5Formulas": [ { "Question": "How many people attended the game when sydney spirit was at home?", "Formula": "SUMIFS(F1,B1,\"sydney spirit\")", "Formula2": "SUMIFS(F2:F8,B2:B8,\"sydney spirit\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"sydney spirit\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-16653153-24", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Home team", "Score", "Away team", "Venue", "Crowd", "Box Score", "Report" ], [ "2", "7 January", "Adelaide 36ers", "106-99", "Wollongong Hawks", "Distinctive Homes Dome", "6,307", "box score", "report" ], [ "3", "9 January", "Perth Wildcats", "77-81", "Cairns Taipans", "Challenge Stadium", "4,100", "box score", "report" ], [ "4", "10 January", "Adelaide 36ers", "107-86", "Cairns Taipans", "Distinctive Homes Dome", "5,039", "box score", "report" ], [ "5", "10 January", "South Dragons", "115-112", "New Zealand Breakers", "Melbourne Sports and Aquatic Centre", "1,994", "box score", "report" ], [ "6", "10 January", "Sydney Spirit", "88-79", "Wollongong Hawks", "State Sports Centre", "1,469", "box score", "report" ], [ "7", "11 January", "Melbourne Tigers", "108-81", "Perth Wildcats", "State Netball and Hockey Centre", "2,930", "box score", "report" ], [ "8", "11 January", "Townsville Crocodiles", "115-92", "Gold Coast Blaze", "Townsville Entertainment Centre", "4,457", "box score", "report" ] ] }, { "t5Formulas": [ { "Question": "When was the institution of Kansas city Kansas community college founded?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kansas City Kansas Community College\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"Kansas City Kansas Community College\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Kansas City Kansas Community College\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the mascot for the instition of Kansas city Kansas community college?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kansas City Kansas Community College\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"Kansas City Kansas Community College\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Kansas City Kansas Community College\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many school colors is there for the main campus location of highland?", "Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Highland\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E10, B2:B10=\"Highland\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "\"Highland\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the mascot for the school founded in 1923 with the school colors of blue, red & white?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=1923)*(E1=\"Blue, Red & White\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=1923)*(E2:E10=\"Blue, Red & White\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1923", "*", "E1", "=", "\"Blue, Red & White\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the instition where the main campus location is overland park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Overland Park\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"Overland Park\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Overland Park\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the institution with the mascot of blue devils?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Blue Devils\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"Blue Devils\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Blue Devils\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-12434380-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Institution", "Main Campus Location", "Founded", "Mascot", "School Colors" ], [ "2", "Allen Community College", "Iola", "1923", "Red Devils", "Scarlet & Black" ], [ "3", "Coffeyville Community College", "Coffeyville", "1923", "Red Ravens", "Red & White" ], [ "4", "Cowley College", "Arkansas City", "1922", "Tigers", "Orange & Black" ], [ "5", "Fort Scott Community College", "Fort Scott", "1919", "Greyhounds", "Maroon & Grey" ], [ "6", "Highland Community College", "Highland", "1858", "Scotties", "Navy & Gold" ], [ "7", "Independence Community College", "Independence", "1925", "Pirates", "Navy Blue & Vegas Gold" ], [ "8", "Johnson County Community College", "Overland Park", "1967", "Cavaliers", "Maroon & Gold" ], [ "9", "Kansas City Kansas Community College", "Kansas City", "1923", "Blue Devils", "Blue, Red & White" ], [ "10", "Labette Community College", "Parsons", "1923", "Cardinals", "Red & White" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the player that was loaned out on 13 August 2008 ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"13 august 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"13 august 2008\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"13 august 2008\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was febian brandy loaned out until, when was loaned out on 2 february 2009.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"febian brandy\")*(A1=\"2 february 2009\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"febian brandy\")*(A2:A14=\"2 february 2009\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"febian brandy\"", "*", "A1", "=", "\"2 february 2009\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "When was james chester loaned out until ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"james chester\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"james chester\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"james chester\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did the player loaned out on 27 november 2008 move to ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"27 november 2008\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"27 november 2008\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"27 november 2008\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was ron-robert zieler loaned out until ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ron-robert zieler\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"ron-robert zieler\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ron-robert zieler\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did the player in Pos mf, move to until 30 june 2009 ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"30 june 2009\")*(C1=\"mf\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(B2:B14=\"30 june 2009\")*(C2:C14=\"mf\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"30 june 2009\"", "*", "C1", "=", "\"mf\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17626681-15", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date From", "Date To", "Pos.", "Name", "Moving To" ], [ "2", "1 July 2008", "30 June 2009", "GK", "Tom Heaton", "Cardiff City" ], [ "3", "22 July 2008", "17 January 2009", "FW", "Febian Brandy", "Swansea City" ], [ "4", "4 August 2008", "30 June 2009", "DF", "Danny Simpson", "Blackburn Rovers" ], [ "5", "8 August 2008", "30 June 2009", "DF", "Craig Cathcart", "Plymouth Argyle" ], [ "6", "13 August 2008", "31 December 2008", "MF", "Lee Martin", "Nottingham Forest" ], [ "7", "1 September 2008", "30 June 2009", "FW", "Fraizer Campbell", "Tottenham Hotspur" ], [ "8", "27 November 2008", "25 February 2009", "GK", "Ron-Robert Zieler", "Northampton Town" ], [ "9", "1 January 2009", "30 June 2009", "DF", "David Gray", "Plymouth Argyle" ], [ "10", "5 January 2009", "5 April 2009", "MF", "Sam Hewson", "Hereford United" ], [ "11", "16 January 2009", "30 June 2009", "FW", "Manucho", "Hull City" ], [ "12", "16 January 2009", "30 June 2009", "MF", "Tom Cleverley", "Leicester City" ], [ "13", "2 February 2009", "2 March 2009", "DF", "James Chester", "Peterborough United" ], [ "14", "2 February 2009", "30 June 2009", "FW", "Febian Brandy", "Hereford United" ] ] }, { "t5Formulas": [ { "Question": "Which To par has a Money ($) larger than 5,500?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>5500))", "Formula2": "LET(query1,SUMMARIZE(E2:E15,SUMX(F2:F15)),FILTER(query1,CHOOSECOLS(query1,2)>5500))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5500" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Score has a Place of 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=4),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=4),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "4", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17277107-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Lee Trevino", "United States", "69-68-69-69=275", "–5", "30,000" ], [ "3", "2", "Jack Nicklaus", "United States", "72-70-70-67=279", "–1", "15,000" ], [ "4", "3", "Bert Yancey", "United States", "67-68-70-76=281", "+1", "10,000" ], [ "5", "4", "Bobby Nichols", "United States", "74-71-68-69=282", "+2", "7,500" ], [ "6", "T5", "Don Bies", "United States", "70-70-75-69=284", "+4", "5,500" ], [ "7", "T5", "Steve Spray", "United States", "73-75-71-65=284", "+4", "5,500" ], [ "8", "T7", "Bob Charles", "New Zealand", "73-69-72-71=285", "+5", "3,750" ], [ "9", "T7", "Jerry Pittman", "United States", "73-67-74-71=285", "+5", "3,750" ], [ "10", "T9", "Gay Brewer", "United States", "71-71-75-69=286", "+6", "2,516" ], [ "11", "T9", "Billy Casper", "United States", "75-68-71-72=286", "+6", "2,516" ], [ "12", "T9", "Bruce Devlin", "Australia", "71-69-75-71=286", "+6", "2,516" ], [ "13", "T9", "Al Geiberger", "United States", "72-74-68-72=286", "+6", "2,516" ], [ "14", "T9", "Sam Snead", "United States", "73-71-74-68=286", "+6", "2,516" ], [ "15", "T9", "Dave Stockton", "United States", "72-73-69-72=286", "+6", "2,516" ] ] }, { "t5Formulas": [ { "Question": "List all players with highest assists from April 2.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 2\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"April 2\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"April 2\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "List high points from the April 7 game.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 7\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"April 7\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"April 7\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23248910-10", "Table": [ [ "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", "75", "April 2", "@ Cavaliers", "L 88–93 (OT)", "J. Smith (20)", "A. Horford (8)", "J. Johnson (5)", "Quicken Loans Arena 20,562", "48-27" ], [ "3", "76", "April 3", "Pistons", "W 91–85 (OT)", "J. Crawford (29)", "A. Horford (14) J. Smith (14)", "J. Crawford (6)", "Philips Arena 18,729", "49-27" ], [ "4", "77", "April 6", "@ Bobcats", "L 100–109 (OT)", "M. Evans (20)", "A. Horford (12)", "J. Teague (6) J. Crawford (6)", "Time Warner Cable Arena 18,610", "49-28" ], [ "5", "78", "April 7", "@ Pistons", "L 88–90 (OT)", "J. Crawford (19)", "A. Horford (12)", "A. Horford (6)", "The Palace of Auburn Hills 22,076", "49-29" ], [ "6", "79", "April 9", "Raptors", "W 107–101 (OT)", "J. Crawford (25)", "A. Horford (15)", "J. Johnson (7)", "Philips Arena 19,382", "50-29" ], [ "7", "80", "April 10", "@ Wizards", "W 105–95 (OT)", "J. Crawford (28)", "A. Horford (10)", "J. Smith (8)", "Verizon Center 20,173", "51-29" ], [ "8", "81", "April 12", "@ Bucks", "W 104–96 (OT)", "J. Johnson (31)", "A. Horford (12)", "Z. Pachulia (4)", "Bradley Center 14,186", "52-29" ] ] }, { "t5Formulas": [ { "Question": "Which Record has a Score of w 107–102 (ot)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"w 107–102 (ot)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"w 107–102 (ot)\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"w 107–102 (ot)\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Team has a Location Attendance of fedexforum 11,731?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"fedexforum 11,731\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,H2:H16=\"fedexforum 11,731\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"fedexforum 11,731\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Record has a Score of l 97–99 (ot)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"l 97–99 (ot)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"l 97–99 (ot)\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"l 97–99 (ot)\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is game 34's record?", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=34))", "Formula2": "LET(query1,SUMMARIZE(I2:I16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=34))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "34" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What were the high assist on january 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"january 2\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"january 2\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"january 2\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17288869-7", "Table": [ [ "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", "32", "January 2", "Philadelphia", "W 96–86 (OT)", "Dirk Nowitzki (31)", "Erick Dampier (14)", "Jason Kidd (9)", "American Airlines Center 20,327", "20–12" ], [ "3", "33", "January 4", "@ Memphis", "L 82–102 (OT)", "Dirk Nowitzki (28)", "José Juan Barea , Jason Kidd (6)", "Jason Kidd (5)", "FedExForum 11,731", "20–13" ], [ "4", "34", "January 6", "L.A. Clippers", "W 107–102 (OT)", "Dirk Nowitzki (34)", "Jason Kidd (10)", "José Juan Barea , Jason Kidd (8)", "American Airlines Center 19,794", "21–13" ], [ "5", "35", "January 8", "New York", "W 99–94 (OT)", "Josh Howard (19)", "Brandon Bass (11)", "Dirk Nowitzki (7)", "American Airlines Center 19,779", "22–13" ], [ "6", "36", "January 9", "@ Phoenix", "L 100–128 (OT)", "Dirk Nowitzki (19)", "Dirk Nowitzki (7)", "Jason Kidd (7)", "US Airways Center 18,422", "22–14" ], [ "7", "37", "January 11", "@ Sacramento", "L 95–102 (OT)", "Jason Terry (33)", "Dirk Nowitzki (8)", "Jason Kidd (7)", "ARCO Arena 12,294", "22–15" ], [ "8", "38", "January 13", "@ Denver", "L 97–99 (OT)", "Dirk Nowitzki (44)", "Dirk Nowitzki (14)", "Jason Kidd (7)", "Pepsi Center 14,158", "22–16" ], [ "9", "39", "January 14", "New Orleans", "L 97–104 (OT)", "Jason Terry (28)", "Dirk Nowitzki (13)", "Jason Kidd (7)", "American Airlines Center 19,947", "22–17" ], [ "10", "40", "January 17", "Utah", "W 115–108 (OT)", "Dirk Nowitzki (39)", "Brandon Bass (9)", "Jason Kidd (15)", "American Airlines Center 20,325", "23–17" ], [ "11", "41", "January 19", "@ Philadelphia", "W 95–93 (OT)", "Dirk Nowitzki (24)", "Jason Kidd (12)", "Jason Kidd (6)", "Wachovia Center 14,503", "24–17" ], [ "12", "42", "January 21", "@ Milwaukee", "L 99–133 (OT)", "Dirk Nowitzki (30)", "Erick Dampier (8)", "Jason Terry (5)", "Bradley Center 13,898", "24–18" ], [ "13", "43", "January 23", "@ Detroit", "W 112–91 (OT)", "Dirk Nowitzki (26)", "Dirk Nowitzki (7)", "Jason Kidd (10)", "The Palace of Auburn Hills 22,076", "25–18" ], [ "14", "44", "January 25", "@ Boston", "L 100–124 (OT)", "Jason Terry (27)", "Dirk Nowitzki , Erick Dampier , Jason Kidd (7)", "Jason Kidd (5)", "TD Banknorth Garden 18,624", "25–19" ], [ "15", "45", "January 28", "Golden State", "W 117–93 (OT)", "Jason Terry (22)", "Brandon Bass , Erick Dampier (11)", "Jason Kidd (9)", "American Airlines Center 19,864", "26–19" ], [ "16", "46", "January 31", "@ Miami", "W 111–96 (OT)", "Dirk Nowitzki (30)", "Dirk Nowitzki (7)", "Jason Kidd (11)", "American Airlines Arena 19,600", "27–19" ] ] }, { "t5Formulas": [ { "Question": "What is the Opponent in the final after 2008 at the Paul Hunter Classic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>2008)*(C1=\"paul hunter classic\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6>2008)*(C2:C6=\"paul hunter classic\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", ">", "2008", "*", "C1", "=", "\"paul hunter classic\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1795208-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Outcome", "Year", "Championship", "Opponent in the final", "Score" ], [ "2", "Runner-up", "2008", "World Series – Berlin event", "Graeme Dott Category:Articles with hCards", "1–6" ], [ "3", "Winner", "2008", "Paul Hunter Classic", "Mark Selby Category:Articles with hCards", "4–0" ], [ "4", "Winner", "2009", "World Series – Grand Final", "John Higgins Category:Articles with hCards", "6–2" ], [ "5", "Winner", "2009", "World Series – Champion of Champions Challenge", "Jimmy White Category:Articles with hCards", "5–1" ], [ "6", "Winner", "2009", "Paul Hunter Classic", "Jimmy White Category:Articles with hCards", "4–0" ] ] }, { "t5Formulas": [ { "Question": "What shows for 2006 when 2002 is Grand Slam Tournaments?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"grand slam tournaments\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"grand slam tournaments\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"grand slam tournaments\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for 2002 when 2006 is Grand Slam Tournaments?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"grand slam tournaments\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"grand slam tournaments\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"grand slam tournaments\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for 2005 when 2002 shows 0–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"0–1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"0–1\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"0–1\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for 2006 when 2002 is 0–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"0–1\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"0–1\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"0–1\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for 2002 when the 2004 is A, and the 2005 is 1r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"a\")*(D1=\"1r\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"a\")*(D2:D7=\"1r\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"a\"", "*", "D1", "=", "\"1r\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for 2004 when 2005 is A, 2006 is A, tournament is US Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"a\")*(E1=\"a\")*(A1=\"us open\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"a\")*(E2:E7=\"a\")*(A2:A7=\"us open\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"a\"", "*", "E1", "=", "\"a\"", "*", "A1", "=", "\"us open\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1750635-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tournament", "2002", "2004", "2005", "2006" ], [ "2", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments" ], [ "3", "Australian Open", "A", "A", "A", "1R" ], [ "4", "French Open", "1R", "A", "1R", "A" ], [ "5", "Wimbledon", "A", "A", "A", "A" ], [ "6", "US Open", "A", "A", "A", "A" ], [ "7", "Win–Loss", "0–1", "0–0", "0–1", "0–1" ] ] }, { "t5Formulas": [ { "Question": "Which College has a Pick # larger than 30, and a Position of ol?", "Formula": "FILTER(E1,(A1>30)*(D1=\"ol\"))", "Formula2": "FILTER(E2:E9,(A2:A9>30)*(D2:D9=\"ol\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", ">", "30", "*", "D1", "=", "\"ol\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which Pick # has a College of concordia?", "Formula": "MAX(FILTER(A1,E1=\"concordia\"))", "Formula2": "MAX(FILTER(A2:A9,E2:E9=\"concordia\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "\"concordia\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which CFL Team has a Pick # larger than 31?", "Formula": "FILTER(B1,A1>31)", "Formula2": "FILTER(B2:B9,A2:A9>31)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", ">", "31" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is buffalo's pick #?", "Formula": "MAX(FILTER(A1,E1=\"buffalo\"))", "Formula2": "MAX(FILTER(A2:A9,E2:E9=\"buffalo\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "\"buffalo\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which College has a Position of ol, and a Pick # smaller than 32?", "Formula": "FILTER(E1,(D1=\"ol\")*(A1<32))", "Formula2": "FILTER(E2:E9,(D2:D9=\"ol\")*(A2:A9<32))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"ol\"", "*", "A1", "<", "32" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-16575609-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "25", "Edmonton Eskimos (via Hamilton )", "Sammy Okpro", "DB", "Concordia" ], [ "3", "26", "Edmonton Eskimos", "Jonathan Hood", "DB", "St.FX" ], [ "4", "27", "Calgary Stampeders", "Ronald Hilaire", "DL", "Buffalo" ], [ "5", "28", "Montreal Alouettes", "Terence Firr", "REC", "Manitoba" ], [ "6", "29", "Toronto Argonauts", "Delroy Clarke", "DB", "Ottawa" ], [ "7", "30", "Saskatchewan (via BC)", "Jean-François Morin-Roberge", "OL", "Montréal" ], [ "8", "31", "Winnipeg Blue Bombers", "Marc Beswick", "DB", "Saint Mary's" ], [ "9", "32", "Montreal Alouettes (via Saskatchewan )", "Gurminder Thind", "OL", "South Carolina" ] ] }, { "t5Formulas": [ { "Question": "What is the height in ft and m of the regions bank building?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"regions bank building\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"regions bank building\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"regions bank building\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the street address of the van antwerp building?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"van antwerp building\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"van antwerp building\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"van antwerp building\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the hight in ft and m of the building with less than 11 floors?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-17961233-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Street address", "Years as tallest", "Height ft (m)", "Floors" ], [ "2", "Cathedral Basilica of the Immaculate Conception", "400 Government Street", "1850–1907", "102 (31)", "2" ], [ "3", "Van Antwerp Building", "103 Dauphin Street", "1907–1929", "120 (37) [A ]", "11" ], [ "4", "Regions Bank Building", "56 Saint Joseph Street", "1929–1965", "236 (72) [A ]", "18" ], [ "5", "RSA–BankTrust Building", "107 Saint Francis Street", "1965–2006", "424 (129)", "34" ], [ "6", "RSA Battle House Tower", "11 North Water Street", "2006–present", "745 (227)", "35" ] ] }, { "t5Formulas": [ { "Question": "What kind of party is the district in Alabama 1?", "Formula": "FILTER(C1,A1=\"Alabama 1\")", "Formula2": "FILTER(C2:C6,A2:A6=\"Alabama 1\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"Alabama 1\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many in lost renomination results were elected first?", "Formula": "FILTER(D1,E1=\"Lost renomination\")", "Formula2": "FILTER(D2:D6,E2:E6=\"Lost renomination\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"Lost renomination\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many in total were elected first in lost renomination?", "Formula": "ROWS(FILTER(D1,E1=\"Lost renomination\"))", "Formula2": "ROWS(FILTER(D2:D6,E2:E6=\"Lost renomination\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "E1", "=", "\"Lost renomination\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1342338-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Alabama 1", "John McDuffie", "Democratic", "1918", "Re-elected", "John McDuffie (D) Unopposed" ], [ "3", "Alabama 3", "Henry B. Steagall", "Democratic", "1914", "Re-elected", "Henry B. Steagall (D) Unopposed" ], [ "4", "Alabama 4", "Lamar Jeffers", "Democratic", "1921", "Re-elected", "Lamar Jeffers (D) 83.9% Hogan D. Stewart (R) 16.1%" ], [ "5", "Alabama 5", "LaFayette L. Patterson", "Democratic", "1928", "Lost renomination", "Miles C. Allgood (D) 80.2% Joe Brown (R) 19.8%" ], [ "6", "Alabama 6", "William B. Oliver", "Democratic", "1914", "Re-elected", "William B. Oliver (D) Unopposed" ] ] }, { "t5Formulas": [ { "Question": "What is the official name of the land with an area of 276.84 km2?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=276.84))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=276.84))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "276.84" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the total number of population in the land with an area of 149.32 km2?", "Formula": "SUM(FILTER(D1, C1=149.32))", "Formula2": "SUM(FILTER(D2:D6, C2:C6=149.32))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "149.32" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the maximum population of the land with an area of 276.84 km2?", "Formula": "MAX(FILTER(D1, C1=276.84))", "Formula2": "MAX(FILTER(D2:D6, C2:C6=276.84))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "=", "276.84" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the land area of Hopewell parish in km2?", "Formula": "SUMIFS(C1,A1,\"Hopewell\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"Hopewell\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Hopewell\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-170958-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Coverdale", "Parish", "236.15", "4401", "769 of 5,008" ], [ "3", "Hillsborough", "Parish", "303.73", "1395", "1,684 of 5,008" ], [ "4", "Elgin", "Parish", "519.38", "968", "2,124 of 5,008" ], [ "5", "Hopewell", "Parish", "149.32", "643", "2,689 of 5,008" ], [ "6", "Harvey", "Parish", "276.84", "376", "3,372 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "What was the name of the race on 24 September?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"24 september\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"24 september\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"24 september\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the race on 9 July?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"9 july\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"9 july\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"9 july\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the race that was won by a Maserati being driven by Giuseppe Campari?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maserati\")*(D1=\"giuseppe campari\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"maserati\")*(D2:D6=\"giuseppe campari\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"maserati\"", "*", "D1", "=", "\"giuseppe campari\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What date was the race won by Louis Chiron?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"louis chiron\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"louis chiron\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"louis chiron\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What brand of vehicle won a race driven by Tazio Nuvolari?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tazio nuvolari\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"tazio nuvolari\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"tazio nuvolari\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What race was won by Tazio Nuvolari?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tazio nuvolari\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"tazio nuvolari\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"tazio nuvolari\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10302742-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Circuit", "Date", "Winning drivers", "Winning constructor", "Report" ], [ "2", "Monaco Grand Prix", "Monaco", "23 April", "Achille Varzi", "Bugatti", "Report" ], [ "3", "French Grand Prix", "Montlhéry", "11 June", "Giuseppe Campari", "Maserati", "Report" ], [ "4", "Belgian Grand Prix", "Spa-Francorchamps", "9 July", "Tazio Nuvolari", "Maserati", "Report" ], [ "5", "Italian Grand Prix", "Monza", "10 September", "Luigi Fagioli", "Alfa Romeo", "Report" ], [ "6", "Spanish Grand Prix", "Lasarte", "24 September", "Louis Chiron", "Alfa Romeo", "Report" ] ] }, { "t5Formulas": [ { "Question": "Which class has a peak named fountains fell south top?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fountains fell south top\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"fountains fell south top\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"fountains fell south top\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total of Prom in M for Peak great knoutberry hill?", "Formula": "SUMIFS(C1,A1,\"great knoutberry hill\")", "Formula2": "SUMIFS(C2:C19,A2:A19,\"great knoutberry hill\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"great knoutberry hill\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average height for hewitt class, with prom less than 86, and a Peak of gragareth?", "Formula": "AVERAGE(FILTER(B1, (D1=\"hewitt\")*(C1<86)*(A1=\"gragareth\")))", "Formula2": "AVERAGE(FILTER(B2:B19, (D2:D19=\"hewitt\")*(C2:C19<86)*(A2:A19=\"gragareth\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "D1", "=", "\"hewitt\"", "*", "C1", "<", "86", "*", "A1", "=", "\"gragareth\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-10814429-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Peak", "Height (m)", "Prom. (m)", "Class", "Parent" ], [ "2", "Whernside", "736", "408", "Marilyn", "Cross Fell" ], [ "3", "Ingleborough", "724", "428", "Marilyn", "Cross Fell" ], [ "4", "Great Whernside", "704", "288", "Marilyn", "Whernside" ], [ "5", "Buckden Pike", "702", "207", "Marilyn", "Great Whernside" ], [ "6", "Pen-y-ghent", "694", "306", "Marilyn", "Whernside" ], [ "7", "Great Coum", "687", "221", "Marilyn", "Whernside" ], [ "8", "Plover Hill", "680", "59", "Hewitt", "Pen-y-ghent" ], [ "9", "Great Knoutberry Hill", "672", "254", "Marilyn", "Great Whernside" ], [ "10", "Dodd Fell Hill", "668", "230", "Marilyn", "Great Knoutberry Hill" ], [ "11", "Fountains Fell", "668", "243", "Marilyn", "Pen-y-ghent" ], [ "12", "Fountains Fell south top", "662", "15", "Nuttall", "Fountains Fell" ], [ "13", "Simon Fell", "650", "35", "Hewitt", "Ingleborough" ], [ "14", "Yockenthwaite Moor", "643", "86", "Hewitt", "Dodd Fell Hill" ], [ "15", "Green Hill", "628", "24", "Nuttall", "Great Coum" ], [ "16", "Gragareth", "627", "30", "Hewitt", "Great Coum" ], [ "17", "Darnbrook Fell", "624", "40", "Hewitt", "Fountains Fell" ], [ "18", "Drumaldrace", "614", "66", "Hewitt", "Dodd Fell Hill" ], [ "19", "Birks Fell", "610", "158", "Marilyn", "Pen-y-ghent" ] ] }, { "t5Formulas": [ { "Question": "What is the bronze value associated with ranks over 5?", "Formula": "SUM(FILTER(E1, A1>5))", "Formula2": "SUM(FILTER(E2:E7, A2:A7>5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", ">", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the highest number of bronzes for countries ranking over 5 with 0 golds?", "Formula": "MAX(FILTER(E1, (A1>5)*(C1<0)))", "Formula2": "MAX(FILTER(E2:E7, (A2:A7>5)*(C2:C7<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", ">", "5", "*", "C1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-12898083-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "2", "2", "2", "6" ], [ "3", "2", "France", "1", "0", "0", "1" ], [ "4", "2", "Hungary", "1", "0", "0", "1" ], [ "5", "4", "Ukraine", "0", "1", "1", "2" ], [ "6", "5", "Bulgaria", "0", "1", "0", "1" ], [ "7", "6", "Poland", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the Name of the Historic House of the 18th Century?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"historic house\")*(C1=\"18th century\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(B2:B9=\"historic house\")*(C2:C9=\"18th century\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"historic house\"", "*", "C1", "=", "\"18th century\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Type of castle from the 14th Century which Condition is preserved?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"14th century\")*(D1=\"preserved\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"14th century\")*(D2:D9=\"preserved\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"14th century\"", "*", "D1", "=", "\"preserved\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Name of the private Castle of the 16th century which is occupied?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"private\")*(D1=\"occupied\")*(C1=\"16th century\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"private\")*(D2:D9=\"occupied\")*(C2:C9=\"16th century\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"private\"", "*", "D1", "=", "\"occupied\"", "*", "C1", "=", "\"16th century\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the castle with a Historic Scotland Ownership?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"historic scotland\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"historic scotland\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"historic scotland\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Fortified House?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fortified house\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"fortified house\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"fortified house\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Courtyard Castle?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"courtyard castle\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"courtyard castle\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"courtyard castle\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-142936-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Type", "Date", "Condition", "Ownership" ], [ "2", "Borthwick Castle", "Tower house", "1430", "Occupied", "Private" ], [ "3", "Crichton Castle", "Courtyard castle", "14th century", "Preserved", "Historic Scotland" ], [ "4", "Dalhousie Castle", "Historic house", "16th century", "Occupied", "Private" ], [ "5", "Dalkeith Palace", "Historic house", "18th century", "Occupied", "Duke of Buccleuch" ], [ "6", "Hawthornden Castle", "Tower house", "17th century", "Occupied", "Private" ], [ "7", "Melville Castle", "Castellated mansion", "18th century", "Restored", "Private" ], [ "8", "Newbattle Abbey", "Fortified house", "17th century", "Altered", "Newbattle Abbey College" ], [ "9", "Roslin Castle", "Keep & ranges", "14th century", "Keep is a ruin, later ranges occupied", "Earl of Rosslyn" ] ] }, { "t5Formulas": [ { "Question": "How many points in 89/90 for the team with 55 in 87/88?", "Formula": "SUM(FILTER(G1, E1=55))", "Formula2": "SUM(FILTER(G2:G20, E2:E20=55))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "=", "55" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many points in 87/88 for racing de córdoba?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Racing de Córdoba\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,A2:A20=\"Racing de Córdoba\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Racing de Córdoba\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest number of games played for deportivo español?", "Formula": "MINIFS(D1,A1,\"Deportivo Español\")", "Formula2": "MINIFS(D2:D20,A2:A20,\"Deportivo Español\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "A1", "\"Deportivo Español\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average for the team with 34 in 88/89?", "Formula": "SUM(FILTER(B1, F1=34))", "Formula2": "SUM(FILTER(B2:B20, F2:F20=34))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many points total for san lorenzo?", "Formula": "SUMIFS(C1,A1,\"San Lorenzo\")", "Formula2": "SUMIFS(C2:C20,A2:A20,\"San Lorenzo\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"San Lorenzo\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-14460085-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Average", "Points", "Played", "1987-88", "1988-89", "1989-90" ], [ "2", "River Plate", "1.263", "144", "114", "46", "44", "53" ], [ "3", "Independiente", "1.211", "138", "114", "37", "55", "46" ], [ "4", "Boca Juniors", "1.114", "127", "114", "35", "49", "43" ], [ "5", "San Lorenzo", "1.106", "126", "114", "49", "42", "35" ], [ "6", "Racing Club", "1.114", "127", "114", "48", "40", "39" ], [ "7", "Newell's Old Boys", "1.088", "124", "114", "55", "33", "36" ], [ "8", "Argentinos Juniors", "1.053", "120", "114", "40", "42", "38" ], [ "9", "Gimnasia de La Plata", "1.035", "118", "114", "43", "36", "39" ], [ "10", "Deportivo Español", "1.026", "117", "114", "40", "46", "31" ], [ "11", "Rosario Central", "1.026", "117", "114", "40", "34", "43" ], [ "12", "Vélez Sársfield", "1.018", "116", "114", "41", "33", "42" ], [ "13", "Estudiantes de La Plata", "0.947", "108", "114", "32", "43", "34" ], [ "14", "Unión de Santa Fe", "0.947", "36", "38", "N/A", "N/A", "36" ], [ "15", "Platense", "0.939", "107", "114", "38", "33", "36" ], [ "16", "Talleres de Córdoba", "0.939", "107", "114", "27", "44", "36" ], [ "17", "Textil Mandiyú", "0.908", "69", "76", "N/A", "33", "36" ], [ "18", "Ferro Carril Oeste", "0.895", "102", "114", "33", "30", "39" ], [ "19", "Chaco For Ever", "0.842", "32", "38", "N/A", "N/A", "32" ], [ "20", "Racing de Córdoba", "0.842", "96", "114", "31", "33", "32" ] ] }, { "t5Formulas": [ { "Question": "What's the smallest amount of Laps that had a finish of 7 with a start of 6?", "Formula": "MIN(FILTER(F1, (E1=7)*(B1=6)))", "Formula2": "MIN(FILTER(F2:F10, (E2:E10=7)*(B2:B10=6)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "E1", "=", "7", "*", "B1", "=", "6" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-1236238-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1953", "15", "136.867", "12", "27", "76" ], [ "3", "1954", "6", "138.339", "17", "7", "200" ], [ "4", "1955", "21", "139.866", "14", "15", "178" ], [ "5", "1956", "26", "141.699", "22", "3", "200" ], [ "6", "1957", "21", "139.649", "33", "17", "192" ], [ "7", "1958", "13", "143.033", "17", "7", "200" ], [ "8", "1959", "25", "143.056", "14", "22", "136" ], [ "9", "1960", "11", "144.352", "14", "22", "129" ], [ "10", "Totals", "Totals", "Totals", "Totals", "Totals", "1311" ] ] }, { "t5Formulas": [ { "Question": "How many constructions has a Wheel arrange- ment of 4-4-0?", "Formula": "SUMIFS(B1,D1,\"4-4-0\")", "Formula2": "SUMIFS(B2:B10,D2:D10,\"4-4-0\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "D1", "\"4-4-0\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who built the order on November 1881 of more than 54 TC&StL no. (1883–84)?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"november 1881\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>54))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G10,C2:C10=\"november 1881\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>54))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"november 1881\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "54" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-1234504-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Builder", "Construct- tion no.", "Date ordered", "Wheel arrange- ment", "s Cylinder", "Engine weight", "TC&StL no. (1883–84)" ], [ "2", "Baldwin", "4207", "December 1877", "4-4-0", "12×in (mm)", "lb (kg)", "2" ], [ "3", "Baldwin", "4292", "About January 1881", "4-4-0", "12×in (mm)", "lb (kg)", "4" ], [ "4", "Porter", "401", "November 1880", "2-4-0", "10×in (mm)", "lb (kg)", "96" ], [ "5", "Mason", "645", "March 1881", "2-6-6 T", "13×in (mm)", "lb (kg)", "54" ], [ "6", "Mason", "581", "Spring 1881", "0-4-4 T", "12×in (mm)", "lb (kg)", "55" ], [ "7", "Brooks", "610", "November 1881", "2-6-0", "14×in (mm)", "lb (kg)", "56" ], [ "8", "Brooks", "659", "February 1882", "2-6-0", "14×in (mm)", "lb (kg)", "77" ], [ "9", "Brooks", "937", "June 1883", "2-6-0", "15×in (mm)", "lb (kg)", "96" ], [ "10", "Brooks", "941", "July 1883", "2-6-0", "15×in (mm)", "lb (kg)", "97" ] ] }, { "t5Formulas": [ { "Question": "What was the date that ended in a record of 8-25-7?", "Formula": "FILTER(A1,E1=\"8-25-7\")", "Formula2": "FILTER(A2:A15,E2:E15=\"8-25-7\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"8-25-7\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the home team when the visiting team was Toronto?", "Formula": "FILTER(D1,B1=\"toronto\")", "Formula2": "FILTER(D2:D15,B2:B15=\"toronto\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"toronto\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-12019734-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Visitor", "Score", "Home", "Record" ], [ "2", "January 2", "Vancouver", "1 - 3", "New Jersey", "8-25-7" ], [ "3", "January 5", "Toronto", "4 - 4", "New Jersey", "8-25-8" ], [ "4", "January 7", "Boston", "2 - 2", "New Jersey", "8-25-9" ], [ "5", "January 9", "New Jersey", "3 - 4", "NY Rangers", "8-26-9" ], [ "6", "January 10", "Quebec", "2 - 6", "New Jersey", "9-26-9" ], [ "7", "January 13", "NY Islanders", "5 - 2", "New Jersey", "9-27-9" ], [ "8", "January 15", "New Jersey", "1 - 2", "Hartford", "9-28-9" ], [ "9", "January 16", "Los Angeles", "3 - 5", "New Jersey", "10-28-9" ], [ "10", "January 19", "New Jersey", "1 - 1", "Pittsburgh", "10-28-10" ], [ "11", "January 20", "St. Louis", "3 - 3", "New Jersey", "10-28-11" ], [ "12", "January 23", "New Jersey", "1 - 3", "Washington", "10-29-11" ], [ "13", "January 25", "New Jersey", "1 - 5", "Philadelphia", "10-30-11" ], [ "14", "January 29", "New Jersey", "4 - 6", "Quebec", "10-31-11" ], [ "15", "January 31", "Pittsburgh", "2 - 3", "New Jersey", "11-31-11" ] ] }, { "t5Formulas": [ { "Question": "What away team plays at Victoria Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10784349-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Collingwood", "12.11 (83)", "St Kilda", "10.9 (69)", "Victoria Park", "27,588", "4 July 1964" ], [ "3", "Carlton", "7.19 (61)", "Geelong", "13.7 (85)", "Princes Park", "22,293", "4 July 1964" ], [ "4", "Richmond", "6.12 (48)", "North Melbourne", "10.5 (65)", "Punt Road Oval", "10,170", "4 July 1964" ], [ "5", "South Melbourne", "12.11 (83)", "Melbourne", "18.21 (129)", "Lake Oval", "10,490", "4 July 1964" ], [ "6", "Hawthorn", "12.9 (81)", "Footscray", "3.3 (21)", "Glenferrie Oval", "13,000", "4 July 1964" ], [ "7", "Fitzroy", "7.8 (50)", "Essendon", "10.9 (69)", "Brunswick Street Oval", "11,254", "4 July 1964" ] ] }, { "t5Formulas": [ { "Question": "What are all the stations with a license in Cincinnati?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Cincinnati\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=\"Cincinnati\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Cincinnati\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What station is affiliated with kmgh-tv?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"KMGH-TV\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"KMGH-TV\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"KMGH-TV\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many stations have been owned since wfts-tv?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"WFTS-TV\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"WFTS-TV\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"WFTS-TV\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What city of license/market has the channel of 41?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=41),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,C2:C18=41),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "41", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the minimum stations owned since kero-tv?", "Formula": "MINIFS(D1,B1,\"KERO-TV\")", "Formula2": "MINIFS(D2:D18,B2:B18,\"KERO-TV\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"KERO-TV\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-1847523-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "City of license /Market", "Station", "Channel ( TV / RF )", "Owned Since", "Affiliation" ], [ "2", "Phoenix", "KNXV-TV", "15 (15)", "1985", "ABC" ], [ "3", "Bakersfield, California", "KERO-TV", "23 (10)", "2011", "ABC" ], [ "4", "Bakersfield, California", "KZKC-LP", "42", "2011", "Azteca América" ], [ "5", "San Diego", "KGTV", "10 (10)", "2011", "ABC" ], [ "6", "San Diego", "KZSD-LP", "41", "2011", "Azteca América" ], [ "7", "Colorado Springs, Colorado", "KZKS-LP", "23", "2011", "Azteca América" ], [ "8", "Denver", "KMGH-TV", "7 (7)", "2011", "ABC" ], [ "9", "Denver", "KZCO-LP", "27", "2011", "Azteca América" ], [ "10", "Fort Collins, Colorado", "KZFC-LP", "36", "2011", "Azteca América" ], [ "11", "Tampa – St. Petersburg", "WFTS-TV", "28 (29)", "1986", "ABC" ], [ "12", "West Palm Beach", "WPTV", "5 (12)", "1961", "NBC" ], [ "13", "Indianapolis", "WRTV", "6 (25)", "2011", "ABC" ], [ "14", "Baltimore", "WMAR-TV", "2 (38)", "1991", "ABC" ], [ "15", "Detroit", "WXYZ-TV", "7 (41)", "1986", "ABC" ], [ "16", "Kansas City, MO – Lawrence, KS", "KSHB-TV", "41 (42)", "1977", "NBC" ], [ "17", "Cincinnati", "WCPO-TV **", "9 (22)", "1949", "ABC" ], [ "18", "Cleveland – Akron – Canton", "WEWS **", "5 (15)", "1947", "ABC" ] ] }, { "t5Formulas": [ { "Question": "Which position did the drafted player affiliated with UCLA play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ucla\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"ucla\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ucla\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which MLS tea, drafted a player affilaited with the university of california?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"university of california\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"university of california\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"university of california\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1399423-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "MLS Team", "Player", "Position", "Affiliation" ], [ "2", "1", "Real Salt Lake", "* Nikolas Besagno", "M", "Generation Adidas" ], [ "3", "2", "C.D. Chivas USA", "* Brad Guzan", "GK", "University of South Carolina" ], [ "4", "3", "Chicago Fire", "* Chad Barrett", "F", "UCLA" ], [ "5", "4", "San Jose Earthquakes", "Danny O'Rourke", "M", "Indiana University" ], [ "6", "5", "Los Angeles Galaxy", "Ugo Ihemelu", "D", "SMU" ], [ "7", "6", "F.C. Dallas", "* Drew Moor", "D", "Indiana University" ], [ "8", "7", "Colorado Rapids", "* Hunter Freeman", "D", "University of Virginia" ], [ "9", "8", "Los Angeles Galaxy", "Troy Roberts", "D", "University of California" ], [ "10", "9", "New England Revolution", "* Michael Parkhurst", "D", "Wake Forest University" ], [ "11", "10", "Chicago Fire", "Jack Stewart", "D", "University of Notre Dame" ], [ "12", "11", "Kansas City Wizards", "Scott Sealy", "F", "Wake Forest University" ], [ "13", "12", "MetroStars", "* Tim Ward", "D", "Saint Louis University" ] ] }, { "t5Formulas": [ { "Question": "Who was the outgoing manager that was replaced by Thomas Von Heesen?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"thomas von heesen\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"thomas von heesen\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"thomas von heesen\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the date of vacancy of svetozar šapurić who departed with mutual consent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"mutual consent\")*(B1=\"svetozar šapurić\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"mutual consent\")*(B2:B19=\"svetozar šapurić\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mutual consent\"", "*", "B1", "=", "\"svetozar šapurić\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the date of appointment for Christos Kassianos who belonged to AEK?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"aek\")*(E1=\"christos kassianos\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(A2:A19=\"aek\")*(E2:E19=\"christos kassianos\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"aek\"", "*", "E1", "=", "\"christos kassianos\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17054062-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment" ], [ "2", "Omonia", "Giorgos Savvidis", "Resigned", "4 March 2008", "Nedim Tutić", "4 March 2008" ], [ "3", "Apollon", "Yossi Mizrahi", "Mutual consent", "11 May 2008", "Svetozar Šapurić", "23 May 2008" ], [ "4", "Ethnikos", "Svetozar Šapurić", "Mutual consent", "23 May 2008", "Stéphane Demol", "24 May 2008" ], [ "5", "Apollon", "Svetozar Šapurić", "Sacked", "9 September 2008", "Thomas von Heesen", "15 September 2008" ], [ "6", "AEK", "Nir Klinger", "Sacked", "27 October 2008", "Makis Katsavakis", "28 October 2008" ], [ "7", "AEP", "Savvas Constantinou", "Resigned", "3 November 2008", "Nir Klinger", "5 November 2008" ], [ "8", "APOP", "Eduard Eranosyan", "Sacked", "27 November 2008", "Giorgos Polyviou", "27 November 2008" ], [ "9", "AEK", "Makis Katsavakis", "Resigned", "2 December 2008", "Loizos Stefani", "2 December 2008" ], [ "10", "Enosis", "Marios Constantinou", "Resigned", "7 December 2008", "Panayiotis Xiourouppas", "8 December 2008" ], [ "11", "Alki", "Christos Kassianos", "Resigned", "17 December 2008", "Panayiotis Xiourouppas", "7 January 2009" ], [ "12", "AEK", "Loizos Stefani", "Mutual consent", "18 December 2008", "Christos Kassianos", "18 December 2008" ], [ "13", "Enosis", "Panayiotis Xiourouppas", "Mutual consent", "29 December 2008", "Eduard Eranosyan", "30 December 2008" ], [ "14", "AEK", "Christos Kassianos", "Resigned", "15 January 2009", "Savvas Constantinou", "15 January 2009" ], [ "15", "AEL", "Andreas Michaelides", "Mutual consent", "26 January 2009", "Mihai Stoichiţă", "27 January 2009" ], [ "16", "Enosis", "Eduard Eranosyan", "Resigned", "28 January 2009", "Adamos Adamou & Antonis Kleftis", "29 January 2009" ], [ "17", "Omonia", "Nedim Tutić", "Sacked", "16 March 2009", "Takis Lemonis", "17 March 2009" ], [ "18", "APEP", "Tasos Kyriacou", "Sacked", "5 April 2009", "Willy Scheepers", "5 April 2009" ], [ "19", "Anorthosis", "Temuri Ketsbaia", "Resigned", "13 April 2009", "Michalis Pamboris", "13 April 2009" ] ] }, { "t5Formulas": [ { "Question": "hat is the Result F– A when they played against Leeds United?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"leeds united\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"leeds united\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"leeds united\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the round when they played against Middlesbrough, and the h/a was h?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"middlesbrough\")*(D1=\"h\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"middlesbrough\")*(D2:D9=\"h\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"middlesbrough\"", "*", "D1", "=", "\"h\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17577144-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponents", "H / A", "Result F – A", "Attendance" ], [ "2", "26 September 1991", "Round 2 First leg", "Cambridge United", "H", "3 – 0", "30,934" ], [ "3", "9 October 1991", "Round 2 Second leg", "Cambridge United", "A", "1 – 1", "9,248" ], [ "4", "30 October 1991", "Round 3", "Portsmouth", "H", "3 – 1", "29,543" ], [ "5", "4 December 1991", "Round 4", "Oldham Athletic", "H", "2 – 0", "38,550" ], [ "6", "8 January 1992", "Round 5", "Leeds United", "A", "3 – 1", "28,886" ], [ "7", "4 March 1992", "Semi-final First leg", "Middlesbrough", "A", "0 – 0", "25,572" ], [ "8", "11 March 1992", "Semi-final Second leg", "Middlesbrough", "H", "2 – 1 ( a.e.t. )", "45,875" ], [ "9", "12 April 1992", "Final", "Nottingham Forest", "N", "1 – 0", "76,810" ] ] }, { "t5Formulas": [ { "Question": "What was the away score when the game was at Brunswick Street Oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"brunswick street oval\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"brunswick street oval\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"brunswick street oval\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10806852-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "12.14 (86)", "St Kilda", "19.16 (130)", "Western Oval", "13,500", "17 June 1939" ], [ "3", "Carlton", "19.19 (133)", "Melbourne", "15.13 (103)", "Princes Park", "20,000", "17 June 1939" ], [ "4", "South Melbourne", "15.18 (108)", "Hawthorn", "12.14 (86)", "Lake Oval", "9,000", "17 June 1939" ], [ "5", "Richmond", "12.22 (94)", "Geelong", "9.15 (69)", "Punt Road Oval", "17,000", "17 June 1939" ], [ "6", "Fitzroy", "11.15 (81)", "Essendon", "13.12 (90)", "Brunswick Street Oval", "10,000", "17 June 1939" ], [ "7", "North Melbourne", "10.18 (78)", "Collingwood", "14.21 (105)", "Arden Street Oval", "14,000", "17 June 1939" ] ] }, { "t5Formulas": [ { "Question": "Tell me the average goals with apps less than 3", "Formula": "AVERAGE(FILTER(D1, C1<3))", "Formula2": "AVERAGE(FILTER(D2:D6, C2:C6<3))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", "<", "3" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "test_2-11905904-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "National team", "Season", "Apps", "Goals", "Assists" ], [ "2", "France", "2009–10", "3", "1", "0" ], [ "3", "France", "2010–11", "5", "1", "1" ], [ "4", "France", "2011–12", "4", "0", "0" ], [ "5", "France", "2012–13", "11", "3", "2" ], [ "6", "Total", "Total", "23", "5", "3" ] ] }, { "t5Formulas": [ { "Question": "What is the Week number on October 10, 1976?", "Formula": "SUMIFS(A1,B1,\"october 10, 1976\")", "Formula2": "SUMIFS(A2:A15,B2:B15,\"october 10, 1976\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"october 10, 1976\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Date of the game with a Result of L 33–14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"l 33–14\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"l 33–14\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"l 33–14\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18843099-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 1976", "at Dallas Cowboys", "L 27–7", "54,052" ], [ "3", "2", "September 19, 1976", "New York Giants", "W 20–7", "66,005" ], [ "4", "3", "September 27, 1976", "Washington Redskins", "L 20–17", "66,005" ], [ "5", "4", "October 3, 1976", "at Atlanta Falcons", "W 14–13", "45,535" ], [ "6", "5", "October 10, 1976", "St. Louis Cardinals", "L 33–14", "44,933" ], [ "7", "6", "October 17, 1976", "at Green Bay Packers", "L 28–13", "55,398" ], [ "8", "7", "October 24, 1976", "Minnesota Vikings", "L 31–12", "56,233" ], [ "9", "8", "October 31, 1976", "at New York Giants", "W 10–0", "68,690" ], [ "10", "9", "November 7, 1976", "St. Louis Cardinals", "L 17–14", "65,505" ], [ "11", "10", "November 14, 1976", "at Cleveland Browns", "L 24–3", "62,120" ], [ "12", "11", "November 21, 1976", "Oakland Raiders", "L 26–7", "65,990" ], [ "13", "12", "November 28, 1976", "at Washington Redskins", "L 24–0", "54,292" ], [ "14", "13", "December 5, 1976", "Dallas Cowboys", "L 26–7", "55,072" ], [ "15", "14", "December 12, 1976", "Seattle Seahawks", "W 27–10", "37,949" ] ] }, { "t5Formulas": [ { "Question": "What was the earliest week when the New Orleans Saints were the opponents?", "Formula": "MINIFS(A1,C1,\"new orleans saints\")", "Formula2": "MINIFS(A2:A18,C2:C18,\"new orleans saints\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"new orleans saints\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the name of the opponent that having a TV time of Bye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"bye\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"bye\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"bye\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16409445-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "TV Time", "Attendance" ], [ "2", "1", "August 31, 1997", "at Tennessee Oilers", "L 24–21", "NBC 10:00am", "30,171" ], [ "3", "2", "September 8, 1997", "Kansas City Chiefs", "L 28–27", "ABC 6:00pm", "61,523" ], [ "4", "3", "September 14, 1997", "at Atlanta Falcons", "W 36–31", "NBC 10:00am", "47,922" ], [ "5", "4", "September 21, 1997", "at New York Jets", "L 23–22", "NBC 10:00am", "72,586" ], [ "6", "5", "September 28, 1997", "St. Louis Rams", "W 35–17", "FOX 1:15pm", "42,506" ], [ "7", "6", "October 5, 1997", "San Diego Chargers", "L 25–10", "NBC 1:15pm", "43,648" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 19, 1997", "Denver Broncos", "W 28–25", "NBC 1:15pm", "57,006" ], [ "10", "9", "October 26, 1997", "at Seattle Seahawks", "L 45–34", "NBC 1:15pm", "66,264" ], [ "11", "10", "November 2, 1997", "at Carolina Panthers", "L 38–14", "NBC 10:00am", "71,064" ], [ "12", "11", "November 9, 1997", "New Orleans Saints", "L 13–10", "FOX 1:15pm", "40,091" ], [ "13", "12", "November 16, 1997", "at San Diego Chargers", "W 38–13", "NBC 1:15pm", "65,714" ], [ "14", "13", "November 24, 1997", "at Denver Broncos", "L 31–3", "ABC 6:00pm", "75,307" ], [ "15", "14", "November 30, 1997", "Miami Dolphins", "L 34–16", "NBC 1:15pm", "50,569" ], [ "16", "15", "December 7, 1997", "at Kansas City Chiefs", "L 30–0", "NBC 10:00am", "76,379" ], [ "17", "16", "December 14, 1997", "Seattle Seahawks", "L 22–21", "NBC 1:15pm", "40,124" ], [ "18", "17", "December 21, 1997", "Jacksonville Jaguars", "L 20–9", "NBC 1:15pm", "40,032" ] ] }, { "t5Formulas": [ { "Question": "Notre-Dame-De-Lourdes has what average area km 2?", "Formula": "AVERAGEIFS(C1,A1,\"notre-dame-de-lourdes\")", "Formula2": "AVERAGEIFS(C2:C14,A2:A14,\"notre-dame-de-lourdes\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "C1", "A1", "\"notre-dame-de-lourdes\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Saint-Jacques has what as the area km 2?", "Formula": "SUMIFS(C1,A1,\"saint-jacques\")", "Formula2": "SUMIFS(C2:C14,A2:A14,\"saint-jacques\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"saint-jacques\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "With an area km 2 of 343.95 what is the official name?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=343.95))", "Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(C2:C14)),FILTER(query1,CHOOSECOLS(query1,2)=343.95))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "343.95" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Saint-Basile has what status?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"saint-basile\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"saint-basile\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"saint-basile\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-171250-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Saint-Joseph", "Parish", "321.87", "1,696", "1,472 of 5,008" ], [ "3", "Saint-Jacques", "Parish", "298.82", "1,607", "1,531 of 5,008" ], [ "4", "Sainte-Anne", "Parish", "369.25", "1,081", "1,942 of 5,008" ], [ "5", "Saint-Léonard", "Parish", "343.95", "1,039", "2,011 of 5,008" ], [ "6", "Saint-Basile", "Parish", "129.73", "799", "2,364 of 5,008" ], [ "7", "Rivière-Verte", "Parish", "715.58", "791", "2,384 of 5,008" ], [ "8", "Saint-François", "Parish", "344.70", "754", "2,458 of 5,008" ], [ "9", "Lac-Baker", "Parish", "57.38", "566", "2,847 of 5,008" ], [ "10", "Saint-Hilaire", "Parish", "41.55", "531", "2,928 of 5,008" ], [ "11", "Notre-Dame-de-Lourdes", "Parish", "188.63", "284", "3,729 of 5,008" ], [ "12", "Clair", "Parish", "44.29", "282", "3,737 of 5,008" ], [ "13", "Baker Brook", "Parish", "125.69", "177", "4,103 of 5,008" ], [ "14", "Madawaska", "Parish", "173.32", "10", "4,889 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Date that has the Week smaller than 13, and the Opponent of green bay packers?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"green bay packers\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E15,C2:C15=\"green bay packers\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"green bay packers\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "13" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Can you tell me the average Attendance that has the Opponent of new orleans saints, and the Week larger than 12?", "Formula": "AVERAGE(FILTER(E1, (C1=\"new orleans saints\")*(A1>12)))", "Formula2": "AVERAGE(FILTER(E2:E15, (C2:C15=\"new orleans saints\")*(A2:A15>12)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "=", "\"new orleans saints\"", "*", "A1", ">", "12" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Can you tell me the Attendance that has the Opponent of new york giants?", "Formula": "SUMIFS(E1,C1,\"new york giants\")", "Formula2": "SUMIFS(E2:E15,C2:C15,\"new york giants\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"new york giants\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16678283-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 17, 1967", "New York Giants", "L 37-20", "40,801" ], [ "3", "2", "September 24, 1967", "at Pittsburgh Steelers", "W 28-14", "45,579" ], [ "4", "3", "October 1, 1967", "Detroit Lions", "W 38-28", "43,821" ], [ "5", "4", "October 8, 1967", "at Minnesota Vikings", "W 34-24", "40,017" ], [ "6", "5", "October 15, 1967", "at Cleveland Browns", "L 20-16", "77,813" ], [ "7", "6", "October 22, 1967", "Philadelphia Eagles", "W 48-14", "46,562" ], [ "8", "7", "October 30, 1967", "Green Bay Packers", "L 31-23", "49,792" ], [ "9", "8", "November 5, 1967", "at Washington Redskins", "W 27-21", "50,480" ], [ "10", "9", "November 12, 1967", "Pittsburgh Steelers", "T 14-14", "46,994" ], [ "11", "10", "November 19, 1967", "at Chicago Bears", "L 30-3", "47,417" ], [ "12", "11", "November 23, 1967", "at Dallas Cowboys", "L 46-21", "68,787" ], [ "13", "12", "December 3, 1967", "New Orleans Saints", "W 31-20", "41,171" ], [ "14", "13", "December 10, 1967", "Cleveland Browns", "L 20-16", "47,782" ], [ "15", "14", "December 17, 1967", "at New York Giants", "L 37-14", "62,955" ] ] }, { "t5Formulas": [ { "Question": "What is Position, when Round is less than 6, and when Nationality is \"Denmark\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"denmark\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"denmark\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"denmark\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is Position, when Nationality is \"Canada\", and when Round is greater than 3?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"canada\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "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" ] }, { "Question": "What is the total number of Round, when College/Junior/Club Team (League) is \"Kelowna Rockets ( WHL )\"?", "Formula": "SUMIFS(A1,E1,\"kelowna rockets ( whl )\")", "Formula2": "SUMIFS(A2:A9,E2:E9,\"kelowna rockets ( whl )\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"kelowna rockets ( whl )\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17361114-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Mikkel Boedker", "(LW)", "Denmark", "Kitchener Rangers ( OHL )" ], [ "3", "1", "Viktor Tikhonov", "(RW)", "Russia", "Severstal Cherepovets ( RSL )" ], [ "4", "2", "Jared Staal", "(RW)", "Canada", "Sudbury Wolves ( OHL )" ], [ "5", "3", "Michael Stone", "(D)", "Canada", "Calgary Hitmen ( WHL )" ], [ "6", "3", "Mathieu Brodeur", "(D)", "Canada", "Cape Breton Screaming Eagles ( QMJHL )" ], [ "7", "4", "Colin Long", "(C)", "United States", "Kelowna Rockets ( WHL )" ], [ "8", "6", "Brett Hextall", "(C)", "United States", "Penticton Vees ( BCHL )" ], [ "9", "7", "Tim Billingsley", "(D)", "Canada", "Mississauga St. Michael's Majors ( OHL )" ] ] }, { "t5Formulas": [ { "Question": "How many players lost to eventual winner in the season when ASC Jeanne d'Arc lost to eventual runner up?", "Formula": "ROWS(UNIQUE(FILTER(E1, F1=\"ASC Jeanne d'Arc\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E14, F2:F14=\"ASC Jeanne d'Arc\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "F1", "=", "\"ASC Jeanne d'Arc\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the number of seasons i which USC Bassam lost to eventual runner-up?", "Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"USC Bassam\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A14, F2:F14=\"USC Bassam\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "F1", "=", "\"USC Bassam\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In which season was Jeanne d'Arc (Bamako) the runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Jeanne d'Arc (Bamako)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"Jeanne d'Arc (Bamako)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Jeanne d'Arc (Bamako)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12444503-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Winner", "Score", "Runner-up", "lost to eventual winner", "lost to eventual runner-up" ], [ "2", "1947", "US Gorée", "2 - 1", "ASC Jeanne d'Arc", "Espoir Saint-Louis", "Espérance Rufisque" ], [ "3", "1948", "Foyer France Sénégal", "4 - 0", "Jeunesse Club d'Abidjan", "Saint-Louisienne", "Racing Club de Conakry" ], [ "4", "1949", "Racing Club de Dakar", "3 - 0", "Racing Club de Conakry", "Espoir Saint-Louis", "USC Bassam" ], [ "5", "1949/50", "Racing Club de Conakry", "4 - 2", "Espoir Saint-Louis", "USC Bassam", "Jeanne d'Arc (Bamako)" ], [ "6", "1950/51", "ASC Jeanne d'Arc", "3 - 1", "Jeanne d'Arc (Bamako)", "Africa Sports", "US Indigène" ], [ "7", "1951/52", "ASC Jeanne d'Arc", "2 - 0", "Etoile Sportive Porto Novo", "Africa Sports", "Foyer France Sénégal" ], [ "8", "1952/53", "Jeanne d'Arc (Bamako)", "3 - 1", "Racing Club de Conakry", "US Gorée", "Jeunesse Club d'Abidjan" ], [ "9", "1953/54", "US Gorée", "1 - 0", "Foyer du Soudan", "Etoile Sportive Porto-Novo", "Racing Club de Conakry" ], [ "10", "1954/55", "US Gorée", "7 - 0", "ASEC Abidjan", "AS Porto-Novo", "Avenir Saint-Louis" ], [ "11", "1955/56", "Jeanne d'Arc (Bamako)", "3 - 0", "ASEC Abidjan", "Foyer France Sénégal", "Essor" ], [ "12", "1956/57", "Réveil de Saint-Louis", "4 - 1", "Africa Sports", "Etoile Filante (Lomé)", "Jeanne d'Arc (Bamako)" ], [ "13", "1957/58", "Africa Sports", "5 - 0", "ASEC Abidjan", "Foyer France Sénégal", "Société Sportive de Guinée" ], [ "14", "1958/59", "Saint-Louisienne", "2 - 1", "Modèle Lomé", "Stella d'Abidjan", "ASC Jeanne d'Arc" ] ] }, { "t5Formulas": [ { "Question": "What is the least number of goals scored in the play-offs among the players that have scored 2 in the FA Cup?", "Formula": "SUM(FILTER(D1, E1=2))", "Formula2": "SUM(FILTER(D2:D20, E2:E20=2))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the average number of goals scored in the FA Cup among players that have more than 20 total goals, less than 1 FA Trophy goals, and less than 25 league goals?", "Formula": "SUM(FILTER(E1, (G1>20)*(F1<1)*(C1<25)))", "Formula2": "SUM(FILTER(E2:E20, (G2:G20>20)*(F2:F20<1)*(C2:C20<25)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "G1", ">", "20", "*", "F1", "<", "1", "*", "C1", "<", "25" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-15656280-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Club", "League", "Play-offs", "FA Cup", "FA Trophy", "Total" ], [ "2", "Paul Barnes", "Doncaster Rovers", "25", "1", "2", "0", "28" ], [ "3", "Kirk Jackson", "Yeovil Town", "24", "0", "1", "1", "27" ], [ "4", "Gregg Blundell", "Doncaster Rovers", "20", "0", "0", "2", "22" ], [ "5", "Junior Agogo", "Barnet", "20", "0", "0", "0", "20" ], [ "6", "Wayne Curtis", "Morecambe", "18", "0", "0", "0", "18" ], [ "7", "Dino Maamria", "Stevenage Borough", "17", "0", "1", "0", "18" ], [ "8", "Daryl Clare", "Chester City", "17", "0", "0", "0", "17" ], [ "9", "Mark Stein", "Dagenham & Redbridge", "16", "3", "0", "2", "21" ], [ "10", "Christian Moore", "Burton Albion", "16", "0", "2", "0", "18" ], [ "11", "Steve West", "Dagenham & Redbridge", "16", "0", "0", "1", "17" ], [ "12", "David Brown", "Telford United", "16", "0", "0", "1", "17" ], [ "13", "Neil Grayson", "Forest Green Rovers", "15", "0", "0", "5", "20" ], [ "14", "Mark Quayle", "Chester City", "15", "0", "1", "0", "16" ], [ "15", "Warren Patmore", "Woking", "14", "0", "0", "2", "16" ], [ "16", "Paul Moore", "Telford United", "14", "0", "0", "1", "15" ], [ "17", "Kayode Odejayi", "Forest Green Rovers", "13", "0", "1", "2", "16" ], [ "18", "Lee Elam", "Morecambe", "13", "0", "1", "1", "15" ], [ "19", "Kevin Gall", "Yeovil Town", "13", "0", "0", "1", "14" ], [ "20", "Steve Guinan", "Hereford United", "13", "0", "0", "0", "13" ] ] }, { "t5Formulas": [ { "Question": "Which Week is the highest one that has a Result of w 23-20, and an Attendance smaller than 34,127?", "Formula": "SUM(FILTER(A1, (D1=\"w 23-20\")*(E1<34127)))", "Formula2": "SUM(FILTER(A2:A15, (D2:D15=\"w 23-20\")*(E2:E15<34127)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"w 23-20\"", "*", "E1", "<", "34127" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What was the average attendance on october 3, 1976?", "Formula": "AVERAGEIFS(E1,B1,\"october 3, 1976\")", "Formula2": "AVERAGEIFS(E2:E15,B2:B15,\"october 3, 1976\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"october 3, 1976\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many weeks have a Date of december 4, 1976, and an Attendance larger than 57,366?", "Formula": "SUM(FILTER(A1, (B1=\"december 4, 1976\")*(E1>57366)))", "Formula2": "SUM(FILTER(A2:A15, (B2:B15=\"december 4, 1976\")*(E2:E15>57366)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"december 4, 1976\"", "*", "E1", ">", "57366" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-17131208-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 1976", "Los Angeles Rams", "L 30-14", "53,607" ], [ "3", "2", "September 19, 1976", "at Detroit Lions", "L 24-10", "50,840" ], [ "4", "3", "September 26, 1976", "at Chicago Bears", "W 10-0", "41,029" ], [ "5", "4", "October 3, 1976", "Philadelphia Eagles", "L 14-13", "45,535" ], [ "6", "5", "October 10, 1976", "at New Orleans Saints", "L 30-0", "51,521" ], [ "7", "6", "October 17, 1976", "Cleveland Browns", "L 20-17", "33,364" ], [ "8", "7", "October 23, 1976", "at San Francisco 49ers", "L 15-0", "50,240" ], [ "9", "8", "October 31, 1976", "New Orleans Saints", "W 23-20", "34,127" ], [ "10", "9", "November 7, 1976", "at Seattle Seahawks", "L 30-13", "57,985" ], [ "11", "10", "November 14, 1976", "San Francisco 49ers", "W 21-16", "20,058" ], [ "12", "11", "November 21, 1976", "Dallas Cowboys", "W 17-10", "54,992" ], [ "13", "12", "November 28, 1976", "at Houston Oilers", "L 20-14", "25,838" ], [ "14", "13", "December 4, 1976", "at Los Angeles Rams", "L 59-0", "57,366" ], [ "15", "14", "December 12, 1976", "Green Bay Packers", "L 24-20", "23,436" ] ] }, { "t5Formulas": [ { "Question": "Which Country has a Score of 70-68-70-68=276?", "Formula": "FILTER(D1,E1=\"70-68-70-68=276\")", "Formula2": "FILTER(D2:D14,E2:E14=\"70-68-70-68=276\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"70-68-70-68=276\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1529260-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Year", "Dates", "Champion", "Country", "Score", "To par", "Margin of victory", "Purse ( US$ )", "Winner's share" ], [ "2", "2012", "Jul 26–29", "Inbee Park", "South Korea", "71-64-70-66=271", "–17", "2 strokes", "3,250,000", "487,500" ], [ "3", "2011", "Jul 21–24", "Ai Miyazato", "Japan", "68-68-67-70=273", "–15", "2 strokes", "3,250,000", "487,500" ], [ "4", "2010", "Jul 22–25", "Jiyai Shin", "South Korea", "68-70-71-66=274", "–14", "1 stroke", "3,250,000", "487,500" ], [ "5", "2009", "Jul 23–26", "Ai Miyazato", "Japan", "69-66-70-69=274", "–14", "Playoff", "3,250,000", "487,500" ], [ "6", "2008", "Jul 24–27", "Helen Alfredsson", "Sweden", "72-63-71-67=273", "–15", "Playoff", "3,250,000", "487,500" ], [ "7", "2007", "Jul 26–29", "Natalie Gulbis", "United States", "72-69-73-70=284", "–4", "Playoff", "3,000,000", "450,000" ], [ "8", "2006", "Jul 26–29", "Karrie Webb", "Australia", "67-68-69-68=272", "–16", "1 stroke", "3,000,000", "450,000" ], [ "9", "2005", "Jul 20–23", "Paula Creamer", "United States", "68-68-66-71=273", "–15", "8 strokes", "2,500,000", "375,000" ], [ "10", "2004", "Jul 21–24", "Wendy Doolan", "Australia", "68-68-69-65=270", "–18", "1 stroke", "2,500,000", "375,000" ], [ "11", "2003", "Jul 23–26", "Juli Inkster", "United States", "66-72-64-65=267", "–21", "6 strokes", "2,100,000", "315,000" ], [ "12", "2002", "Jun 12–15", "Annika Sörenstam", "Sweden", "68-67-65-69=269", "–19", "4 strokes", "2,100,000", "315,000" ], [ "13", "2001", "Jun 13–16", "Rachel Teske", "Australia", "71-68-66-68=273", "–15", "1 stroke", "2,100,000", "315,000" ], [ "14", "2000", "Jun 14–17", "Annika Sörenstam", "Sweden", "70-68-70-68=276", "–12", "Playoff", "1,800,000", "270,000" ] ] }, { "t5Formulas": [ { "Question": "What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341884-40", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Pennsylvania 3", "James A. Byrne", "Democratic", "1952", "Re-elected", "James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%" ], [ "3", "Pennsylvania 4", "Herman Toll Redistricted from 6th", "Democratic", "1958", "Re-elected", "Herman Toll (D) 56.0% Frank J. Barbera (R) 44.0%" ], [ "4", "Pennsylvania 16", "John C. Kunkel", "Republican", "1961", "Re-elected", "John C. Kunkel (R) 66.7% John A. Walter (D) 33.3%" ], [ "5", "Pennsylvania 21", "John H. Dent", "Democratic", "1958", "Re-elected", "John H. Dent (D) 59.6% Charles E. Scalf (R) 40.4%" ], [ "6", "Pennsylvania 22", "John P. Saylor", "Republican", "1949", "Re-elected", "John P. Saylor (R) 57.5% Donald J. Perry (D) 42.5%" ], [ "7", "Pennsylvania 24", "Carroll D. Kearns", "Republican", "1946", "Lost renomination Republican hold", "James D. Weaver (R) 51.4% Peter J. Joyce (D) 48.6%" ] ] }, { "t5Formulas": [ { "Question": "What is the medal total when there is 2 gold medals, and Brazil (BRA) is the nation?", "Formula": "SUM(FILTER(F1, (C1=2)*(B1=\"brazil (bra)\")))", "Formula2": "SUM(FILTER(F2:F11, (C2:C11=2)*(B2:B11=\"brazil (bra)\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "2", "*", "B1", "=", "\"brazil (bra)\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which nation has the number of silver medals greater than 1, and bronze medals as 1?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=1)))", "Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(D2:D11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the least total number of medals when the bronze medals is 1, and Czech Republic (CZE) is the nation?", "Formula": "MIN(FILTER(F1, (E1=1)*(B1=\"czech republic (cze)\")))", "Formula2": "MIN(FILTER(F2:F11, (E2:E11=1)*(B2:B11=\"czech republic (cze)\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "E1", "=", "1", "*", "B1", "=", "\"czech republic (cze)\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "For what nation is the gold medals 0, and the bronze medals less than 1?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<1)))", "Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(C2:C11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0", "*", "CHOOSECOLS(", "query1", "3", "<", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the most gold medals when the bronze medals were 0, and the silver medals greater than 1?", "Formula": "MAX(FILTER(C1, (E1=0)*(D1>1)))", "Formula2": "MAX(FILTER(C2:C11, (E2:E11=0)*(D2:D11>1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", "=", "0", "*", "D1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total bronze medals when the silver medals is 0, and 1 is the rank, Brazil (BRA) is the nation, and the gold medals is less than 2?", "Formula": "SUM(FILTER(E1, (D1=0)*(A1=1)*(B1=\"brazil (bra)\")*(C1<2)))", "Formula2": "SUM(FILTER(E2:E11, (D2:D11=0)*(A2:A11=1)*(B2:B11=\"brazil (bra)\")*(C2:C11<2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "0", "*", "A1", "=", "1", "*", "B1", "=", "\"brazil (bra)\"", "*", "C1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-18395141-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Brazil (BRA)", "2", "0", "1", "3" ], [ "3", "1", "South Korea (KOR)", "2", "0", "1", "3" ], [ "4", "3", "Portugal (POR)", "1", "3", "1", "5" ], [ "5", "4", "Great Britain (GBR)", "1", "1", "0", "2" ], [ "6", "4", "Hong Kong (HKG)", "1", "1", "0", "2" ], [ "7", "6", "Spain (ESP)", "0", "1", "2", "3" ], [ "8", "7", "Greece (GRE)", "0", "1", "0", "1" ], [ "9", "8", "Czech Republic (CZE)", "0", "0", "1", "1" ], [ "10", "8", "Ireland (IRL)", "0", "0", "1", "1" ], [ "11", "Total", "Total", "7", "7", "7", "21" ] ] }, { "t5Formulas": [ { "Question": "What is the average week on November 7, 1976 with an attendance less than 46,735?", "Formula": "AVERAGE(FILTER(A1, (B1=\"november 7, 1976\")*(E1<46735)))", "Formula2": "AVERAGE(FILTER(A2:A15, (B2:B15=\"november 7, 1976\")*(E2:E15<46735)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"november 7, 1976\"", "*", "E1", "<", "46735" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Who is the opponent for week 5?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-10361570-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 1976", "at New Orleans Saints", "W 40-9", "58,156" ], [ "3", "2", "September 19, 1976", "Los Angeles Rams", "T 10-10 (OT)", "47,310" ], [ "4", "3", "September 26, 1976", "at Detroit Lions", "W 10-9", "77,292" ], [ "5", "4", "October 4, 1976", "Pittsburgh Steelers", "W 17-6", "47,809" ], [ "6", "5", "October 10, 1976", "Chicago Bears", "W 20-19", "47,614" ], [ "7", "6", "October 17, 1976", "New York Giants", "W 24-7", "46,508" ], [ "8", "7", "October 24, 1976", "at Philadelphia Eagles", "W 31-12", "56,233" ], [ "9", "8", "October 31, 1976", "at Chicago Bears", "L 14-13", "53,602" ], [ "10", "9", "November 7, 1976", "Detroit Lions", "W 31-23", "46,735" ], [ "11", "10", "November 14, 1976", "Seattle Seahawks", "W 27-21", "45,087" ], [ "12", "11", "November 21, 1976", "at Green Bay Packers (Milw)", "W 17-10", "53,104" ], [ "13", "12", "November 29, 1976", "at San Francisco 49ers", "L 20-16", "56,775" ], [ "14", "13", "December 5, 1976", "Green Bay Packers", "W 20-9", "43,700" ], [ "15", "14", "December 11, 1976", "at Miami Dolphins", "W 29-7", "46,543" ] ] }, { "t5Formulas": [ { "Question": "What was the to par score for Tim Herron, who had a score of 69-72=141?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"69-72=141\")*(B1=\"tim herron\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"69-72=141\")*(B2:B12=\"tim herron\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-72=141\"", "*", "B1", "=", "\"tim herron\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which golfer finished with a score of 70-71=141?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-71=141\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"70-71=141\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"70-71=141\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what place did Adam Scott, who had a to par score of +1, finish?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=1)*(B1=\"adam scott\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=1)*(B2:B12=\"adam scott\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1", "*", "B1", "=", "\"adam scott\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "In what place did the golfer that scored 66-74=140 finish?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"66-74=140\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"66-74=140\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"66-74=140\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17991356-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Shaun Micheel", "United States", "69-68=137", "–3" ], [ "3", "T2", "Billy Andrade", "United States", "67-72=139", "–1" ], [ "4", "T2", "Mike Weir", "Canada", "68-71=139", "–1" ], [ "5", "4", "Rod Pampling", "Australia", "66-74=140", "E" ], [ "6", "T5", "Chad Campbell", "United States", "69-72=141", "+1" ], [ "7", "T5", "José Cóceres", "Argentina", "73-68=141", "+1" ], [ "8", "T5", "Ernie Els", "South Africa", "71-70=141", "+1" ], [ "9", "T5", "Tim Herron", "United States", "69-72=141", "+1" ], [ "10", "T5", "Phil Mickelson", "United States", "66-75=141", "+1" ], [ "11", "T5", "Tom Pernice, Jr.", "United States", "70-71=141", "+1" ], [ "12", "T5", "Adam Scott", "Australia", "72-69=141", "+1" ] ] }, { "t5Formulas": [ { "Question": "How many high rebounds took place on December 8?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"December 8\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F15, B2:B15=\"December 8\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"December 8\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What are December 10's high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 10\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"December 10\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"December 10\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27712451-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 1", "Milwaukee", "W 105–94 (OT)", "Nenê (24)", "J. R. Smith (10)", "Chauncey Billups (9)", "Pepsi Center 14,221", "11–6" ], [ "3", "18", "December 3", "L.A. Clippers", "W 109–104 (OT)", "Carmelo Anthony (26)", "Nenê (7)", "Chauncey Billups (5)", "Pepsi Center 15,829", "12–6" ], [ "4", "19", "December 5", "Memphis", "W 108–107 (OT)", "Nenê (27)", "Nenê (11)", "Ty Lawson , Nenê (6)", "Pepsi Center 15,017", "13–6" ], [ "5", "20", "December 7", "@ Charlotte", "L 98–100 (OT)", "Chauncey Billups (25)", "Carmelo Anthony (7)", "Chauncey Billups , Ty Lawson (5)", "Time Warner Cable Arena 15,737", "13–7" ], [ "6", "21", "December 8", "@ Boston", "L 89–105 (OT)", "Ty Lawson (24)", "Al Harrington (8)", "Chauncey Billups , Ty Lawson (7)", "TD Garden 18,624", "13–8" ], [ "7", "22", "December 10", "@ Toronto", "W 123–116 (OT)", "Al Harrington (31)", "Shelden Williams (7)", "Chauncey Billups (8)", "Air Canada Centre 14,715", "14–8" ], [ "8", "23", "December 12", "@ New York", "L 125–129 (OT)", "Carmelo Anthony (31)", "Carmelo Anthony (13)", "Chauncey Billups (6)", "Madison Square Garden 19,387", "14–9" ], [ "9", "24", "December 14", "Orlando", "W 111–94 (OT)", "Carmelo Anthony (35)", "Carmelo Anthony (11)", "Ty Lawson (6)", "Pepsi Center 16,247", "15–9" ], [ "10", "25", "December 16", "San Antonio", "L 112–113 (OT)", "Carmelo Anthony (31)", "Carmelo Anthony (9)", "Ty Lawson (7)", "Pepsi Center 16,190", "15–10" ], [ "11", "26", "December 18", "Minnesota", "W 115–113 (OT)", "Carmelo Anthony (24)", "Carmelo Anthony (7)", "Ty Lawson (9)", "Pepsi Center 15,409", "16–10" ], [ "12", "27", "December 22", "@ San Antonio", "L 103–109 (OT)", "Ty Lawson , J. R. Smith (22)", "Arron Afflalo (10)", "Chauncey Billups (7)", "AT&T Center 18,581", "16–11" ], [ "13", "28", "December 25", "@ Oklahoma City", "L 106–114 (OT)", "Chauncey Billups (30)", "Nenê (12)", "Ty Lawson (5)", "Oklahoma City Arena 18,203", "16–12" ], [ "14", "29", "December 26", "Philadelphia", "L 89–95 (OT)", "Chauncey Billups (24)", "Chris Andersen , J. R. Smith (11)", "Chauncey Billups , Ty Lawson (4)", "Pepsi Center 19,155", "16–13" ], [ "15", "30", "December 28", "Portland", "W 95–77 (OT)", "Chauncey Billups (18)", "Chris Andersen (11)", "Chauncey Billups (9)", "Pepsi Center 17,388", "17–13" ] ] }, { "t5Formulas": [ { "Question": "What is the Date with a Leading scorer with maurice williams (25), and a Score with 102–105?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maurice williams (25)\")*(C1=\"102–105\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"maurice williams (25)\")*(C2:C18=\"102–105\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"maurice williams (25)\"", "*", "C1", "=", "\"102–105\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score with a Home with hornets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"hornets\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,D2:D18=\"hornets\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"hornets\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score with a Visitor of bucks, and a Leading scorer with maurice williams (25)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"bucks\")*(E1=\"maurice williams (25)\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(B2:B18=\"bucks\")*(E2:E18=\"maurice williams (25)\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bucks\"", "*", "E1", "=", "\"maurice williams (25)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Record with a Leading scorer with andrew bogut (29)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"andrew bogut (29)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"andrew bogut (29)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"andrew bogut (29)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Record with a Leading scorer with maurice williams (25), and a Date with 27 january 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maurice williams (25)\")*(A1=\"27 january 2008\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"maurice williams (25)\")*(A2:A18=\"27 january 2008\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"maurice williams (25)\"", "*", "A1", "=", "\"27 january 2008\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Record with a Score with 80–87, and a Visitor with bucks?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"80–87\")*(B1=\"bucks\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(C2:C18=\"80–87\")*(B2:B18=\"bucks\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"80–87\"", "*", "B1", "=", "\"bucks\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11961176-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Record" ], [ "2", "2 January 2008", "Bucks", "103–98", "Heat", "Maurice Williams (25)", "12–19" ], [ "3", "4 January 2008", "Wizards", "101–77", "Bucks", "Charlie Villanueva (20)", "12–20" ], [ "4", "6 January 2008", "Bucks", "93–89", "Bobcats", "Charlie Bell (27)", "13–20" ], [ "5", "8 January 2008", "Bucks", "87–83", "Sixers", "Two-way tie (21)", "14–20" ], [ "6", "9 January 2008", "Heat", "92–98", "Bucks", "Maurice Williams (35)", "15–20" ], [ "7", "11 January 2008", "Bucks", "105–110", "Lakers", "Maurice Williams (28)", "15–21" ], [ "8", "12 January 2008", "Bucks", "114–122", "Suns", "Andrew Bogut (29)", "15–22" ], [ "9", "14 January 2008", "Bucks", "87–98", "Jazz", "Andrew Bogut (23)", "15–23" ], [ "10", "16 January 2008", "Hawks", "80–87", "Bucks", "Andrew Bogut (21)", "16–23" ], [ "11", "19 January 2008", "Warriors", "119–99", "Bucks", "Michael Redd (24)", "16–24" ], [ "12", "21 January 2008", "Bucks", "92–106", "Hornets", "Michael Redd (19)", "16–25" ], [ "13", "22 January 2008", "Suns", "114–105", "Bucks", "Michael Redd (28)", "16–26" ], [ "14", "24 January 2008", "Pacers", "92–104", "Bucks", "Michael Redd (37)", "17–26" ], [ "15", "25 January 2008", "Bucks", "75–106", "Raptors", "Two-way tie (12)", "17–27" ], [ "16", "27 January 2008", "Wizards", "102–105", "Bucks", "Maurice Williams (25)", "18–27" ], [ "17", "29 January 2008", "Bucks", "80–87", "Nets", "Royal Ivey (19)", "18–28" ], [ "18", "30 January 2008", "Bucks", "69–112", "Sixers", "Royal Ivey (17)", "18–29" ] ] }, { "t5Formulas": [ { "Question": "What is the capital (endonym) where Douglas is the Capital (exonym)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Douglas\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"Douglas\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Douglas\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many countries (endonym) has the capital (endonym) of Jakarta?", "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"Jakarta\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C7, D2:D7=\"Jakarta\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"Jakarta\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the country (exonym) where the official or native language(s) (alphabet/script) is Icelandic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Icelandic\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Icelandic\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Icelandic\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In which country (endonym) is Irish English the official or native language(s) (alphabet/script)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Irish English\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Irish English\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Irish English\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country (exonym) is the country (endonym) isle of man ellan vannin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Isle of Man Ellan Vannin\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"Isle of Man Ellan Vannin\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Isle of Man Ellan Vannin\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1008653-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country ( exonym )", "Capital ( exonym )", "Country ( endonym )", "Capital ( endonym )", "Official or native language(s) (alphabet/script)" ], [ "2", "Iceland", "Reykjavík", "Ísland", "Reykjavík", "Icelandic" ], [ "3", "Indonesia", "Jakarta", "Indonesia", "Jakarta", "Bahasa Indonesia" ], [ "4", "Iran", "Tehran", "Īrān ایران", "Tehrān تهران", "Persian ( Arabic script )" ], [ "5", "Iraq", "Baghdad", "Al-'Iraq العراق Îraq", "Baghdad بغداد Bexda", "Arabic ( Arabic script ) Kurdish" ], [ "6", "Ireland", "Dublin", "Éire Ireland", "Baile Átha Cliath Dublin", "Irish English" ], [ "7", "Isle of Man", "Douglas", "Isle of Man Ellan Vannin", "Douglas Doolish", "English Manx" ] ] }, { "t5Formulas": [ { "Question": "How many votes did the security guard get?", "Formula": "SUMIFS(F1,E1,\"security guard\")", "Formula2": "SUMIFS(F2:F8,E2:E8,\"security guard\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"security guard\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is John Marvin Wierenga's occupation?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"john marvin wierenga\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"john marvin wierenga\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"john marvin wierenga\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12890254-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Riding", "Candidate's Name", "Gender", "Residence", "Occupation", "Votes", "Rank" ], [ "2", "Calgary Southwest", "Larry Heather", "M", "Calgary", "Audio Producer", "256", "6th" ], [ "3", "Fort McMurray—Athabasca", "Jacob Strydhorst", "M", "Neerlandia", "Farmer", "186", "7th" ], [ "4", "Lethbridge", "Geoffrey Capp", "M", "Lethbridge", "Security Guard", "1,094", "5th" ], [ "5", "Macleod", "Marc Slingerland", "M", "Lethbridge", "Teacher", "422", "5th" ], [ "6", "Medicine Hat", "Frans VandeStroet", "M", "Enchant", "Farm Realtor", "363", "7th" ], [ "7", "Westlock—St. Paul", "Sippe Hofstede", "M", "Westlock", "Draftsman", "510", "5th" ], [ "8", "Yellowhead", "John Marvin Wierenga", "M", "Neerlandia", "Welder", "606", "5th" ] ] }, { "t5Formulas": [ { "Question": "Which Malaysia Satellite tournaments were played after 1998?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>1998)*(C1=\"malaysia satellite\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(B2:B15>1998)*(C2:C15=\"malaysia satellite\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", ">", "1998", "*", "C1", "=", "\"malaysia satellite\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the runner-up for the Bulgaria Open, before 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1<2007)*(A1=\"runner-up\")*(C1=\"bulgaria open\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(B2:B15<2007)*(A2:A15=\"runner-up\")*(C2:C15=\"bulgaria open\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "<", "2007", "*", "A1", "=", "\"runner-up\"", "*", "C1", "=", "\"bulgaria open\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the player who played against Wong Choong Hann in the Dutch Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dutch open\")*(D1=\"wong choong hann\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"dutch open\")*(D2:D15=\"wong choong hann\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dutch open\"", "*", "D1", "=", "\"wong choong hann\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the outcome of the match against Nguyen Tien Minh in the Bulgaria Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"nguyen tien minh\")*(C1=\"bulgaria open\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"nguyen tien minh\")*(C2:C15=\"bulgaria open\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"nguyen tien minh\"", "*", "C1", "=", "\"bulgaria open\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12155735-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Outcome", "Year", "Tournament", "Opponent", "Score" ], [ "2", "Winner", "1997", "Korea International", "Yap Yong Jyen", "11–15, 15–11, 15–4" ], [ "3", "Winner", "1997", "Chinese Taipei International", "Yap Yong Jyen", "15–5, 11–15, 15–7" ], [ "4", "Winner", "1998", "India International", "Yeoh Kay Bin", "12–15, 15–8, 15–6" ], [ "5", "Runner-up", "1999", "Singapore International", "Sairul Amar Ayob", "8–15, 11–15" ], [ "6", "Winner", "2001", "Dutch Open", "Bao Chunlai", "7–1, 1–7, 7–5, 7–4" ], [ "7", "Runner-up", "2002", "Commonwealth Games", "Muhammad Hafiz Hashim", "3–7, 1–7, 7–3, 8–7, 4–7" ], [ "8", "Runner-up", "2002", "Dutch Open", "Wong Choong Hann", "6–15, 6–15" ], [ "9", "Runner-up", "2004", "Malaysia Satellite", "Nguyen Tien Minh", "11–15, 15–9, 12–15" ], [ "10", "Winner", "2006", "New Zealand Open", "Ronald Susilo", "21–18, 21–13" ], [ "11", "Runner-up", "2006", "Bulgaria Open", "Nguyen Tien Minh", "21–17, 21–23, 19–21" ], [ "12", "Winner", "2007", "U.S. Open Grand Prix", "Yousuke Nakanishi", "21–14, 21–10" ], [ "13", "Winner", "2007", "Canadian Open", "Jun Takemura", "21–13, 21–18" ], [ "14", "Winner", "2008", "Australian International", "Sairul Amar Ayob", "21–16, 19–21, 21–15" ], [ "15", "Winner", "2008", "New Zealand Open Grand Prix", "Sairul Amar Ayob", "24–22, 21–17" ] ] }, { "t5Formulas": [ { "Question": "What is the length of the version from 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2003),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=2003),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "2003", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who remixed the version with a length of 4:22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"4:22\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"4:22\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"4:22\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the length of the UK remix version?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"uk remix\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"uk remix\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"uk remix\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was the version with a remixes album?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"remixes\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"remixes\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"remixes\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14562754-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Version", "Length", "Album", "Remixed by", "Year" ], [ "2", "Album version", "4:45", "Anamorphosée , Les Mots", "—", "1995" ], [ "3", "Single version", "4:23", "—", "Laurent Boutonnat", "1995" ], [ "4", "No voice remix edit", "4:20", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "5", "Extra large remix", "5:02", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "6", "Distorded dance mix", "5:20", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "7", "New remix edit", "4:25", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "8", "Single dance mix", "4:25", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "9", "New remix edit (Germany)", "4:43", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "10", "German radio edit", "3:54", "—", "Laurent Boutonnat, Bertrand Châtenet", "1995" ], [ "11", "Music video", "4:22", "Music Videos II , Music Videos II & III", "—", "1995" ], [ "12", "UK remix", "9:00", "—", "Richard Dekkard", "1996" ], [ "13", "Live version (recorded in 1996)", "7:25", "Live à Bercy", "—", "1996" ], [ "14", "JXL remix", "6:06", "RemixeS", "Junkie XL", "2003" ], [ "15", "Live version (recorded in 2006)", "5:28", "Avant que l'ombre...", "—", "2006" ], [ "16", "Live version (recorded in 2009)", "4:30", "N°5 on Tour", "—", "2009" ] ] }, { "t5Formulas": [ { "Question": "Which country has a GDP (nominal) of $29.9 billion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"$29.9 billion\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country has a GDP (nominal) of $29.9 billion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"$29.9 billion\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which GDP (nominal) has a Population of 5,550,239?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=5550239),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=5550239),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "5550239", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which population has a GDP (nominal) of $6.4 billion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$6.4 billion\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$6.4 billion\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"$6.4 billion\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country has a GDP (nominal) of $29.9 billion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"$29.9 billion\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the GDP (nominal) with Population of 5,125,693?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=5125693),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=5125693),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "5125693", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-11780179-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Population", "Area (km²)", "GDP (nominal)", "GDP per capita (nominal)" ], [ "2", "Kazakhstan", "16,967,000", "2,724,900", "$196.4 billion", "$11,772" ], [ "3", "Kyrgyzstan", "5,550,239", "199,900", "$6.4 billion", "$1,152" ], [ "4", "Uzbekistan", "29,559,100", "447,400", "$52.0 billion", "$1,780" ], [ "5", "Tajikistan", "7,616,000", "143,100", "$7.2 billion", "$903" ], [ "6", "Turkmenistan", "5,125,693", "488,100", "$29.9 billion", "$5,330" ], [ "7", "Total", "64.818,032 ( 22nd )", "4,003,400 ( 7th )", "$292 billion (36th)", "$5,234 ( 95th )" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Weight when the height is 196, and the date of birth is 24.07.1977?", "Formula": "MIN(FILTER(D1, (C1=196)*(B1=\"24.07.1977\")))", "Formula2": "MIN(FILTER(D2:D13, (C2:C13=196)*(B2:B13=\"24.07.1977\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "=", "196", "*", "B1", "=", "\"24.07.1977\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the sum of Spike when the Weight was more than 84, and Block was less than 315?", "Formula": "SUM(FILTER(E1, (D1>84)*(F1<315)))", "Formula2": "SUM(FILTER(E2:E13, (D2:D13>84)*(F2:F13<315)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "84", "*", "F1", "<", "315" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-15859432-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Date of Birth", "Height", "Weight", "Spike", "Block" ], [ "2", "Andrzej Stelmach", "15.08.1972", "200", "98", "330", "220" ], [ "3", "Piotr Gruszka", "08.03.1977", "206", "102", "352", "325" ], [ "4", "Paweł Zagumny", "18.10.1977", "200", "88", "336", "317" ], [ "5", "Dawid Murek", "24.07.1977", "196", "94", "341", "325" ], [ "6", "Krzysztof Ignaczak", "15.05.1972", "188", "86", "330", "315" ], [ "7", "Łukasz Kadziewicz", "20.09.1980", "206", "84", "350", "328" ], [ "8", "Radosław Rybak", "25.03.1973", "195", "90", "356", "330" ], [ "9", "Sebastian Świderski", "26.06.1977", "193", "88", "354", "325" ], [ "10", "Piotr Gabrych", "05.07.1972", "197", "95", "342", "318" ], [ "11", "Arkadiusz Gołaś", "10.05.1981", "201", "82", "365", "342" ], [ "12", "Michał Bąkiewicz", "22.03.1981", "196", "79", "338", "324" ], [ "13", "Robert Szczerbaniuk", "29.05.1977", "199", "89", "350", "327" ] ] }, { "t5Formulas": [ { "Question": "Which Score in the final has an Outcome of winner, and a Date of 3 august 2013?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(B1=\"3 august 2013\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(A2:A20=\"winner\")*(B2:B20=\"3 august 2013\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "B1", "=", "\"3 august 2013\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Partner has a Date of 8 february 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"8 february 2009\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"8 february 2009\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"8 february 2009\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Opponent in the final has a Partner of dustin brown?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"dustin brown\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"dustin brown\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"dustin brown\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Score in the final has a Surface of clay, and a Partner of martin emmrich?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"clay\")*(D1=\"martin emmrich\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(C2:C20=\"clay\")*(D2:D20=\"martin emmrich\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"clay\"", "*", "D1", "=", "\"martin emmrich\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Surface has a Partner of oliver marach?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"oliver marach\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"oliver marach\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"oliver marach\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15271779-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Surface", "Partner", "Opponent in the final", "Score in the final" ], [ "2", "Runner-up", "16 July 2006", "Clay", "Oliver Marach", "Jonas Björkman Thomas Johansson", "3–6, 6–4, [4–10]" ], [ "3", "Runner-up", "23 July 2006", "Clay", "Lucas Arnold Ker", "Alberto Martín Fernando Vicente", "4–6, 3–6" ], [ "4", "Runner-up", "29 July 2007", "Clay", "Tomas Behrend", "Potito Starace Luis Horna", "6–7 (4–7) , 6–7 (5–7)" ], [ "5", "Runner-up", "14 October 2007", "Hard (i)", "Tomas Behrend", "Mariusz Fyrstenberg Marcin Matkowski", "4–6, 2–6" ], [ "6", "Runner-up", "2 March 2008", "Hard (i)", "Rogier Wassen", "Paul Hanley Jordan Kerr", "3–6, 6–3, [8–10]" ], [ "7", "Winner", "13 July 2008", "Clay", "Philipp Kohlschreiber", "Michael Berrer Mischa Zverev", "6–3, 6–4" ], [ "8", "Runner-up", "26 October 2008", "Hard (i)", "Philipp Kohlschreiber", "Mahesh Bhupathi Mark Knowles", "3–6, 3–6" ], [ "9", "Runner-up", "8 February 2009", "Hard (i)", "Rogier Wassen", "Martin Damm Robert Lindstedt", "4–6, 3–6" ], [ "10", "Winner", "14 June 2009", "Grass", "Philipp Kohlschreiber", "Andreas Beck Marco Chiudinelli", "6–3, 6–4" ], [ "11", "Runner-up", "18 July 2010", "Clay", "Philipp Petzschner", "Carlos Berlocq Eduardo Schwank", "6–7 (5–7) , 6–7 (6–8)" ], [ "12", "Winner", "3 October 2010", "Hard", "Viktor Troicki", "Jonathan Erlich Jürgen Melzer", "6–4, 6–4" ], [ "13", "Runner-up", "27 February 2011", "Hard", "Alexander Peya", "Scott Lipsky Rajeev Ram", "6–4, 4–6, [3–10]" ], [ "14", "Runner-up", "1 May 2011", "Clay", "Andreas Beck", "Simone Bolelli Horacio Zeballos", "6–7 (3–7) , 4–6" ], [ "15", "Runner-up", "31 July 2011", "Clay", "Alexander Peya", "František Čermák Filip Polášek", "3–6, 6–7 (7–9)" ], [ "16", "Runner-up", "27 August 2011", "Hard", "Alexander Peya", "Jonathan Erlich Andy Ram", "6–7 (2–7) , 4–6" ], [ "17", "Runner-up", "6 January 2012", "Hard", "Philipp Kohlschreiber", "Filip Polášek Lukáš Rosol", "3–6, 4–6" ], [ "18", "Winner", "4 January 2013", "Hard", "Philipp Kohlschreiber", "Julian Knowle Filip Polášek", "7–5, 6–4" ], [ "19", "Runner-up", "14 April 2013", "Clay", "Dustin Brown", "Julian Knowle Filip Polášek", "3–6, 2–6" ], [ "20", "Winner", "3 August 2013", "Clay", "Martin Emmrich", "František Čermák Lukáš Dlouhý", "6–4, 6–3" ] ] }, { "t5Formulas": [ { "Question": "When was there 204 deaths?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=204),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=204),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "204", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-10998232-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Dates active", "Windspeeds", "Pressure", "Deaths" ], [ "2", "Nargis", "April 27– May 3", "165km/h (105mph)", "962hPa (28.41inHg)", "~140000" ], [ "3", "ARB 01", "June 5– 7", "45km/h (30mph)", "994hPa (29.36inHg)", "0" ], [ "4", "BOB 02", "June 16– 18", "45km/h (30mph)", "988hPa (29.18inHg)", "54" ], [ "5", "BOB 03", "August 9–10", "45km/h (30mph)", "1004hPa (29.65inHg)", "61" ], [ "6", "BOB 04", "September 14– 19", "55km/h (35mph)", "986hPa (29.12inHg)", "25" ], [ "7", "ARB 02", "October 19– 23", "55km/h (35mph)", "1005hPa (29.68inHg)", "180" ], [ "8", "Rashmi", "October 25– 27", "85km/h (50mph)", "984hPa (29.06inHg)", "28" ], [ "9", "Khai Muk", "November 13–16", "65km/h (40mph)", "996hPa (29.42inHg)", "0" ], [ "10", "Nisha", "November 25–29", "85km/h (50mph)", "996hPa (29.42inHg)", "204" ], [ "11", "BOB 08", "December 4–8", "55km/h (35mph)", "996hPa (29.42inHg)", "0" ], [ "12", "Season Aggregates", "Season Aggregates", "Season Aggregates", "Season Aggregates", "Season Aggregates" ], [ "13", "10systems", "April 27– December 8", "165km/h (105mph)", "962hPa (28.41inHg)", "140554" ] ] }, { "t5Formulas": [ { "Question": "Who is born on 1982-01-29?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1982-01-29\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"1982-01-29\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1982-01-29\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the position played by the man born on 1976-09-20?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1976-09-20\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"1976-09-20\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1976-09-20\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17759945-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Pos.", "Height", "Weight", "Date of Birth", "Club" ], [ "2", "Denis Sefik", "GK", "m (ft 8in)", "kg (lb)", "1976-09-20", "VK Partizan" ], [ "3", "Petar Trbojević", "D", "m (ft 6in)", "kg (lb)", "1973-09-09", "CN Atlètic-Barceloneta" ], [ "4", "Slobodan Nikić", "CF", "m (ft 5in)", "kg (lb)", "1983-01-25", "PVK Jadran" ], [ "5", "Vanja Udovičić", "D", "m (ft 4in)", "kg (lb)", "1982-09-12", "PVK Jadran" ], [ "6", "Dejan Savić", "CB", "m (ft 4in)", "kg (lb)", "1975-04-24", "Pro Recco" ], [ "7", "Danilo Ikodinović", "D", "m (ft 2in)", "kg (lb)", "1976-10-04", "Pro Recco" ], [ "8", "Viktor Jelenić", "CF", "m (ft 8in)", "kg (lb)", "1970-10-31", "Rari Nantes Savona" ], [ "9", "Vladimir Gojković", "D", "m (ft 4in)", "kg (lb)", "1982-01-29", "PVK Jadran" ], [ "10", "Aleksandar Ćirić", "D", "m (ft 4in)", "kg (lb)", "1977-12-31", "Leonessa Brescia" ], [ "11", "Aleksandar Šapić", "D", "m (ft 3in)", "kg (lb)", "1978-06-01", "Rari Nantes Savona" ], [ "12", "Vladimir Vujasinović", "CB", "m (ft 5in)", "kg (lb)", "1973-08-14", "Pro Recco" ], [ "13", "Predrag Jokić", "CB", "m (ft 2in)", "kg (lb)", "1983-02-03", "PVK Jadran" ], [ "14", "Nikola Kuljača", "GK", "m (ft 6in)", "kg (lb)", "1974-08-16", "Telimar Palermo" ], [ "15", "Head Coach: Nenad Manojlović", "Head Coach: Nenad Manojlović", "Head Coach: Nenad Manojlović", "Head Coach: Nenad Manojlović", "Head Coach: Nenad Manojlović", "Head Coach: Nenad Manojlović" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent at the game with a score of 35-14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"35-14\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"35-14\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"35-14\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the game when the record was 5-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"5-1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"5-1\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"5-1\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the game against the Los Angeles Dons?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"los angeles dons\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"los angeles dons\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"los angeles dons\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18587562-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Score", "Record" ], [ "2", "1", "August 28, 1949", "Baltimore Colts", "W", "31-17", "1-0" ], [ "3", "2", "September 4, 1949", "Chicago Hornets", "W", "42-7", "2-0" ], [ "4", "3", "September 18, 1949", "Los Angeles Dons", "W", "42-14", "3-0" ], [ "5", "4", "September 25, 1949", "at Buffalo Bills", "L", "28-17", "3-1" ], [ "6", "5", "September 30, 1949", "Chicago Hornets", "W", "42-24", "4-1" ], [ "7", "6", "October 9, 1949", "Cleveland Browns", "W", "56-28", "5-1" ], [ "8", "7", "October 16, 1949", "Buffalo Bills", "W", "51-7", "6-1" ], [ "9", "8", "October 23, 1949", "at New York Yankees", "L", "24-3", "6-2" ], [ "10", "9", "October 30, 1949", "at Cleveland Browns", "L", "30-28", "6-3" ], [ "11", "10", "November 6, 1949", "at Baltimore Colts", "W", "28-10", "7-3" ], [ "12", "11", "November 13, 1949", "at Los Angeles Dons", "W", "41-24", "8-3" ], [ "13", "12", "November 27, 1949", "New York Yankees", "W", "35-14", "9-3" ] ] }, { "t5Formulas": [ { "Question": "what is the pick for adam gettis?", "Formula": "SUMIFS(B1,D1,\"adam gettis\")", "Formula2": "SUMIFS(B2:B10,D2:D10,\"adam gettis\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "D1", "\"adam gettis\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the pick for alfred morris when the overall is less than 217, and the round is smaller than 6?", "Formula": "SUM(FILTER(B1, (C1<217)*(D1=\"alfred morris\")*(A1<6)))", "Formula2": "SUM(FILTER(B2:B10, (C2:C10<217)*(D2:D10=\"alfred morris\")*(A2:A10<6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "<", "217", "*", "D1", "=", "\"alfred morris\"", "*", "A1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "what is the college for keenan robinson when overall is more than 102?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"keenan robinson\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>102))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"keenan robinson\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>102))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"keenan robinson\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "102" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "what is the pick for robert griffin iii?", "Formula": "SUMIFS(B1,D1,\"robert griffin iii\")", "Formula2": "SUMIFS(B2:B10,D2:D10,\"robert griffin iii\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "D1", "\"robert griffin iii\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-17100961-84", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "1", "2", "2", "Robert Griffin III", "QB", "Baylor" ], [ "3", "3", "8", "71", "Josh LeRibeus", "OG", "Southern Methodist" ], [ "4", "4", "7", "102", "Kirk Cousins", "QB", "Michigan State" ], [ "5", "4", "24", "119", "Keenan Robinson", "LB", "Texas" ], [ "6", "5", "6", "141", "Adam Gettis", "OG", "Iowa" ], [ "7", "6", "3", "173", "Alfred Morris", "RB", "Florida Atlantic" ], [ "8", "6", "23", "193", "Tom Compton", "OT", "South Dakota" ], [ "9", "7", "6", "213", "Richard Crawford", "CB", "Southern Methodist" ], [ "10", "7", "10", "217", "Jordan Bernstine", "S", "Iowa" ] ] }, { "t5Formulas": [ { "Question": "What is the sum total of all the years with a bell that weighed 857 kilograms?", "Formula": "SUM(FILTER(A1, D1=857))", "Formula2": "SUM(FILTER(A2:A9, D2:D9=857))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "857" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-15778253-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Foundry", "Diameter (mm)", "Weight (kg)", "Nominal Tone" ], [ "2", "1956", "F. W. Schilling", "2023", "4 935", "g°" ], [ "3", "1956", "F. W. Schilling", "1671", "2 772", "b°" ], [ "4", "1956", "F. W. Schilling", "1477", "1 921", "c′" ], [ "5", "1754", "J. M. Steiger", "1275", "1 400", "es′" ], [ "6", "1956", "F. W. Schilling", "1094", "857", "f′" ], [ "7", "1956", "F. W. Schilling", "1006", "700", "g′" ], [ "8", "1975", "Heidelberger Glockengießerei", "892", "511", "b′" ], [ "9", "1975", "Heidelberger Glockengießerei", "790", "362", "c″" ] ] }, { "t5Formulas": [ { "Question": "Who was the leader at the summit when the stage was larger than 14, the category was 1, the start was Saint-Girons, and the finish was Cauterets?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(D1=\"saint-girons\")*(E1=\"cauterets\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>14)*(CHOOSECOLS(query1,3)=1)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F19,(D2:D19=\"saint-girons\")*(E2:E19=\"cauterets\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>14)*(CHOOSECOLS(query1,3)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"saint-girons\"", "*", "E1", "=", "\"cauterets\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14", "*", "CHOOSECOLS(", "query1", "3", "=", "1" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the earliest year that had a start of Saint-Gaudens and a stage smaller than 15?", "Formula": "MIN(FILTER(A1, (D1=\"saint-gaudens\")*(B1<15)))", "Formula2": "MIN(FILTER(A2:A19, (D2:D19=\"saint-gaudens\")*(B2:B19<15)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"saint-gaudens\"", "*", "B1", "<", "15" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12179265-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Stage", "Category", "Start", "Finish", "Leader at the summit" ], [ "2", "2013", "9", "1", "Saint-Girons", "Bagnères-de-Bigorre", "Tom Danielson ( USA )" ], [ "3", "2012", "17", "1", "Bagnères-de-Luchon", "Peyragudes", "Thomas Voeckler ( FRA )" ], [ "4", "2007", "15", "1", "Foix", "Loudenvielle", "Juan Manuel Gárate ( ESP )" ], [ "5", "2005", "15", "1", "Lézat-sur-Lèze", "Pla d'Adet", "Erik Dekker ( NED )" ], [ "6", "2003", "14", "1", "Saint-Girons", "Loudenvielle", "Richard Virenque ( FRA )" ], [ "7", "2001", "13", "1", "Foix", "Pla d'Adet", "Laurent Jalabert ( FRA )" ], [ "8", "1999", "15", "1", "Saint-Gaudens", "Piau-Engaly", "Alberto Elli ( ITA )" ], [ "9", "1998", "11", "1", "Bagnères-de-Luchon", "Plateau de Beille", "Alberto Elli ( ITA )" ], [ "10", "1995", "15", "1", "Saint-Girons", "Cauterets", "Richard Virenque ( FRA )" ], [ "11", "1988", "15", "1", "Saint-Girons", "Luz Ardiden", "Robert Millar ( GBR )" ], [ "12", "1979", "1", "2", "Fleurance", "Bagnères-de-Luchon", "Bernard Hinault ( FRA )" ], [ "13", "1976", "14", "2", "Saint-Gaudens", "Saint-Lary-Soulan", "Lucien Van Impe ( BEL )" ], [ "14", "1973", "13", "2", "Bourg-Madame", "Bagnères-de-Luchon", "José-Manuel Fuente ( ESP )" ], [ "15", "1971", "14", "2", "Revel", "Bagnères-de-Luchon", "José-Manuel Fuente ( ESP )" ], [ "16", "1970", "18", "2", "Saint-Gaudens", "La Mongie", "Guerrino Tosello ( ITA )" ], [ "17", "1969", "16", "2", "Castelnaudary", "Bagnères-de-Luchon", "Raymond Delisle ( FRA )" ], [ "18", "1967", "16", "1", "Toulouse", "Bagnères-de-Luchon", "Fernando Manzanèque ( ESP )" ], [ "19", "1966", "11", "2", "Pau", "Bagnères-de-Luchon", "Joaquim Galera ( ESP )" ] ] }, { "t5Formulas": [ { "Question": "What was the crowd size at the moorabbin oval venue?", "Formula": "SUMIFS(F1,E1,\"moorabbin oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"moorabbin oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"moorabbin oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the home team score in the game where the away team scored 11.8 (74)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.8 (74)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.8 (74)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.8 (74)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What did the home team score against the away team collingwood?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"collingwood\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10826385-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "21.14 (140)", "North Melbourne", "10.16 (76)", "Glenferrie Oval", "8,201", "1 July 1972" ], [ "3", "Carlton", "10.10 (70)", "Collingwood", "9.8 (62)", "Princes Park", "36,133", "1 July 1972" ], [ "4", "Richmond", "14.8 (92)", "Geelong", "25.18 (168)", "MCG", "22,595", "1 July 1972" ], [ "5", "St Kilda", "13.10 (88)", "Fitzroy", "6.17 (53)", "Moorabbin Oval", "18,355", "1 July 1972" ], [ "6", "South Melbourne", "12.12 (84)", "Essendon", "13.9 (87)", "Lake Oval", "12,984", "1 July 1972" ], [ "7", "Melbourne", "16.15 (111)", "Footscray", "11.8 (74)", "VFL Park", "14,180", "1 July 1972" ] ] }, { "t5Formulas": [ { "Question": "On what date was the episode aired where event 2 was Hang Tough?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Hang Tough\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"Hang Tough\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Hang Tough\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When event 4 was Whiplash, what was event 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Whiplash\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"Whiplash\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Whiplash\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On how many different dates was event 1 Suspension Bridge?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Suspension Bridge\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Suspension Bridge\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Suspension Bridge\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On which episode number is event 4 The Wall and event 1 the Pendulum?", "Formula": "SUM(FILTER(A1, (F1=\"The Wall\")*(C1=\"Pendulum\")))", "Formula2": "SUM(FILTER(A2:A15, (F2:F15=\"The Wall\")*(C2:C15=\"Pendulum\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "\"The Wall\"", "*", "C1", "=", "\"Pendulum\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What was event 2 when event 1 was Atlasphere?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Atlasphere\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Atlasphere\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Atlasphere\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17257687-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode Number", "Air Date", "Event 1", "Event 2", "Event 3", "Event 4" ], [ "2", "1", "30 March 2008", "Gauntlet", "Duel", "Pyramid", "Pendulum" ], [ "3", "2", "6 April 2008", "Hit and Run", "The Wall", "Sumo Ball", "Pyramid" ], [ "4", "3", "13 April 2008", "Hang Tough", "Atlasphere", "Suspension Bridge", "Vertigo" ], [ "5", "4", "20 April 2008", "Pendulum", "Gauntlet", "Hang Tough", "Powerball" ], [ "6", "5", "27 April 2008", "Duel", "Vertigo", "Pyramid", "Hit and Run" ], [ "7", "6", "4 May 2008", "Gauntlet", "Hit and Run", "Sumo Ball", "The Wall" ], [ "8", "7", "11 May 2008", "Gauntlet", "Duel", "Pendulum", "Pyramid" ], [ "9", "8", "18 May 2008", "Suspension Bridge", "Powerball", "Hang Tough", "Atlasphere" ], [ "10", "9", "25 May 2008", "Pendulum", "Whiplash", "Gauntlet", "The Wall" ], [ "11", "10", "1 June 2008", "Atlasphere", "Vertigo", "Suspension Bridge", "Pyramid" ], [ "12", "11", "8 June 2008", "Gauntlet", "Hang Tough", "Powerball", "Sumo Ball" ], [ "13", "12", "15 June 2008", "Hit and Run", "The Wall", "Duel", "Pyramid" ], [ "14", "13", "22 June 2008", "Vertigo", "Suspension Bridge", "Powerball", "The Wall" ], [ "15", "14", "29 June 2008", "Pendulum", "Gauntlet", "Duel", "Whiplash" ] ] }, { "t5Formulas": [ { "Question": "What is the number of wins when the number of third was 1, points were less than 572 and had less than 16 races?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=1),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<572)*(CHOOSECOLS(query1,3)<16)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,F2:F15=1),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<572)*(CHOOSECOLS(query1,3)<16)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "1", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "572", "*", "CHOOSECOLS(", "query1", "3", "<", "16" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-16775140-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Driver", "Points", "Races", "Wins", "Second", "Third" ], [ "2", "Modris Stelle", "14", "10", "—", "—", "—" ], [ "3", "Modris Stelle", "69", "12", "—", "—", "—" ], [ "4", "Daniël Willemsen", "561", "24", "13", "9", "—" ], [ "5", "Daniël Willemsen", "572", "26", "18", "4", "1" ], [ "6", "Kristers Serģis", "440", "22", "7", "12", "—" ], [ "7", "Kristers Serģis", "64", "4", "—", "2", "1" ], [ "8", "Kristers Serģis", "242", "16", "1", "8", "1" ], [ "9", "Kristers Serģis", "434", "24", "4", "12", "2" ], [ "10", "Nicky Pulinx", "229", "25", "—", "—", "—" ], [ "11", "Maris Rupeiks", "423", "28", "1", "4", "2" ], [ "12", "Maris Rupeiks", "316", "22", "1", "4", "—" ], [ "13", "Etienne Bax", "447", "22", "9", "8", "1" ], [ "14", "Etienne Bax", "513", "25", "14", "6", "—" ], [ "15", "Overall 2001 – 2013", "4,224", "250", "68", "69", "8" ] ] }, { "t5Formulas": [ { "Question": "Name the sec wins for .357 percentage and 4-3 home record", "Formula": "SUM(FILTER(B1, (D1=0.357)*(E1=\"4-3\")))", "Formula2": "SUM(FILTER(B2:B12, (D2:D12=0.357)*(E2:E12=\"4-3\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "0.357", "*", "E1", "=", "\"4-3\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Name the percentage for georgia", "Formula": "SUMIFS(D1,A1,\"Georgia\")", "Formula2": "SUMIFS(D2:D12,A2:A12,\"Georgia\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Georgia\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the overall record for road record being 4-3", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"4-3\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,F2:F12=\"4-3\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"4-3\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the number of road record for team ole miss", "Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"Ole Miss\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F12, A2:A12=\"Ole Miss\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "A1", "=", "\"Ole Miss\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the percentage for ole miss", "Formula": "SUMIFS(D1,A1,\"Ole Miss\")", "Formula2": "SUMIFS(D2:D12,A2:A12,\"Ole Miss\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Ole Miss\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22825679-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "SEC Wins", "SEC Losses", "Percentage", "Home Record", "Road Record", "Overall Record" ], [ "2", "Auburn", "12", "2", ".857", "7-0", "5-2", "30-4" ], [ "3", "Vanderbilt", "10", "4", ".714", "7-0", "3-4", "26-9" ], [ "4", "LSU", "10", "4", ".714", "5-2", "5-2", "19-11" ], [ "5", "Florida", "9", "5", ".643", "7-0", "2-5", "24-8" ], [ "6", "Tennessee", "9", "5", ".643", "7-0", "2-5", "22-11" ], [ "7", "Mississippi State", "8", "6", ".571", "4-3", "4-3", "23-10" ], [ "8", "Georgia", "7", "7", ".500", "5-2", "2-5", "18-14" ], [ "9", "Arkansas", "6", "8", ".429", "3-4", "3-4", "18-14" ], [ "10", "Ole Miss", "5", "9", ".357", "4-3", "1-6", "18-15" ], [ "11", "Kentucky", "5", "9", ".357", "3-4", "2-5", "16-16" ], [ "12", "South Carolina", "2", "12", ".168", "1-6", "1-6", "10-18" ] ] }, { "t5Formulas": [ { "Question": "What is the date ground A and Cartagena as an opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(E1=\"cartagena\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"a\")*(E2:E13=\"cartagena\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"a\"", "*", "E1", "=", "\"cartagena\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What ground has a match smaller than 2?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the score of the competition of friendly, at match 7?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"friendly\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,C2:C13=\"friendly\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"friendly\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-12098629-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Match", "Date", "Competition or tour", "Ground", "Opponent", "Score1" ], [ "2", "1", "7 Jul 2007", "Friendly", "A", "Knokke", "11 - 0" ], [ "3", "2", "10 Jul 2007", "OBI-Cup", "N", "Galatasaray", "0 - 1" ], [ "4", "3", "12 Jul 2007", "OBI-Cup", "N", "Borussia Dortmund", "1 - 2" ], [ "5", "4", "18 Jul 2007", "Friendly", "A", "Nancy", "2 - 1" ], [ "6", "5", "19 Jul 2007", "Friendly", "A", "Wolvertem", "3 - 0" ], [ "7", "6", "21 Jul 2007", "Friendly", "A", "Marseille", "2 - 4" ], [ "8", "7", "22 Jul 2007", "Friendly", "A", "OH Leuven", "0 - 2" ], [ "9", "8", "25 Jul 2007", "Friendly", "N", "Alemannia Aachen", "0 - 1" ], [ "10", "9", "31 Jul 2007", "Friendly", "A", "Crystal Palace", "1 - 1" ], [ "11", "10", "6 Jan 2008", "Friendly", "N", "Be Quick", "7 - 0" ], [ "12", "11", "8 Jan 2008", "Friendly", "A", "Cartagena", "0 - 2" ], [ "13", "12", "21 May 2008", "Friendly", "A", "Wolvertem", "4 - 1" ] ] }, { "t5Formulas": [ { "Question": "When the driver is innes ireland and they drove under 53 laps, what was the Time/Retired?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"innes ireland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<53))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,A2:A18=\"innes ireland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<53))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"innes ireland\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "53" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "How many laps does peter arundell have?", "Formula": "SUMIFS(C1,A1,\"peter arundell\")", "Formula2": "SUMIFS(C2:C18,A2:A18,\"peter arundell\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"peter arundell\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which driver has a grid value larger than 11, and drove more than 52 laps?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)>52)))", "Formula2": "LET(query1,SUMMARIZE(A2:A18,SUMX(E2:E18),SUMX(C2:C18)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)>52)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "11", "*", "CHOOSECOLS(", "query1", "3", ">", "52" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-1122312-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Dan Gurney", "Brabham - Climax", "57", "2:07:49.1", "2" ], [ "3", "Graham Hill", "BRM", "57", "+ 24.1", "6" ], [ "4", "Jack Brabham", "Brabham - Climax", "57", "+ 24.9", "5" ], [ "5", "Peter Arundell", "Lotus - Climax", "57", "+ 1:10.6", "4" ], [ "6", "Richie Ginther", "BRM", "57", "+ 2:12.1", "9" ], [ "7", "Bruce McLaren", "Cooper - Climax", "56", "+ 1 lap", "7" ], [ "8", "Phil Hill", "Cooper - Climax", "56", "+ 1 lap", "10" ], [ "9", "Mike Hailwood", "Lotus - BRM", "56", "+ 1 lap", "13" ], [ "10", "Lorenzo Bandini", "Ferrari", "55", "+ 2 laps", "8" ], [ "11", "Chris Amon", "Lotus - BRM", "53", "+ 4 laps", "14" ], [ "12", "Maurice Trintignant", "BRM", "52", "+ 5 laps", "16" ], [ "13", "Bob Anderson", "Brabham - Climax", "50", "+ 7 laps", "15" ], [ "14", "Innes Ireland", "BRP - BRM", "32", "Accident", "11" ], [ "15", "Jim Clark", "Lotus - Climax", "31", "Engine", "1" ], [ "16", "John Surtees", "Ferrari", "6", "Engine", "3" ], [ "17", "Trevor Taylor", "BRP - BRM", "6", "Accident", "12" ], [ "18", "Jo Siffert", "Brabham - BRM", "4", "Clutch", "17" ] ] }, { "t5Formulas": [ { "Question": "how many times did estudiantes de la plata participate in 2008 suruga bank championship", "Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Estudiantes de La Plata\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, A2:A6=\"Estudiantes de La Plata\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "\"Estudiantes de La Plata\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How did the team which was first round eliminated by estudiantes do in 2008 recopa sudamericana", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"First Round eliminated by Estudiantes\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"First Round eliminated by Estudiantes\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"First Round eliminated by Estudiantes\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "how many teams were first round eliminated by estudiantes in 2008 copa sudamericana", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"First Round eliminated by Estudiantes\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"First Round eliminated by Estudiantes\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"First Round eliminated by Estudiantes\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-18027411-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team / Competition", "2008 Suruga Bank Championship", "2008 Recopa Sudamericana", "2008 Copa Sudamericana", "2009 Copa Libertadores" ], [ "2", "Argentinos Juniors", "did not play", "did not play", "Semifinals eliminated by Estudiantes", "did not qualify" ], [ "3", "Arsenal de Sarandí", "Champions defeated Gamba Osaka", "Runner up lost to Boca Juniors", "Round of 16 eliminated by Estudiantes", "did not qualify" ], [ "4", "Boca Juniors", "did not play", "Champions defeated Arsenal de Sarandí", "Quarterfinals eliminated by Internacional", "Round of 16 eliminated by Defensor Sporting" ], [ "5", "Estudiantes de La Plata", "did not play", "did not play", "Runner up lost to Internacional", "Champions defeated Cruzeiro" ], [ "6", "Independiente", "did not play", "did not play", "First Round eliminated by Estudiantes", "did not qualify" ] ] }, { "t5Formulas": [ { "Question": "What is the number of losses for the team with a points difference of -25?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=-25),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,G2:G17=-25),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "-", "25", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "-", "Num", "Num" ] }, { "Question": "What is the number of draws for the team with a points difference of -210?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=-210),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,G2:G17=-210),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "-", "210", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "-", "Num", "Num" ] }, { "Question": "What is the points difference for the team that has allowed 615 points against?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=615),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,F2:F17=615),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "615", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the number of matches played for the team with 0 draws and 33 points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(C1=0)*(H1=33)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(C2:C17=0)*(H2:H17=33)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "0", "*", "H1", "=", "33", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the number of points for the team with 2 matches drawn and 577 points for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(C1=2)*(E1=577)),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(C2:C17=2)*(E2:E17=577)),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "2", "*", "E1", "=", "577", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-1676073-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points difference", "Points" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points difference", "Points" ], [ "3", "Neath RFC", "26", "2", "7", "704", "473", "+231", "53" ], [ "4", "Ebbw Vale RFC", "26", "3", "7", "557", "503", "+54", "51" ], [ "5", "Newport RFC", "26", "2", "8", "619", "480", "+139", "50" ], [ "6", "Pontypridd RFC", "26", "1", "9", "543", "504", "+39", "49" ], [ "7", "Llanelli RFC", "26", "2", "12", "629", "509", "+120", "38" ], [ "8", "Glamorgan Wanderers RFC", "26", "2", "12", "577", "602", "-25", "38" ], [ "9", "Aberavon RFC", "26", "2", "12", "603", "615", "-12", "38" ], [ "10", "Cardiff RFC", "26", "1", "13", "601", "580", "+21", "37" ], [ "11", "Swansea RFC", "26", "0", "14", "487", "611", "-124", "36" ], [ "12", "Bedwas RFC", "26", "1", "14", "446", "524", "-78", "34" ], [ "13", "Bridgend Ravens", "26", "0", "15", "461", "508", "-47", "33" ], [ "14", "Maesteg RFC", "26", "0", "16", "531", "596", "-65", "30" ], [ "15", "Cross Keys RFC", "26", "2", "15", "485", "528", "-43", "29" ], [ "16", "Llandovery RFC", "26", "0", "19", "482", "692", "-210", "21" ], [ "17", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18", "Correct as of 2007-04-18" ] ] }, { "t5Formulas": [ { "Question": "What is the nationality of the PG position from VCU?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"pg\")*(F1=\"vcu\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(D2:D18=\"pg\")*(F2:F18=\"vcu\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"pg\"", "*", "F1", "=", "\"vcu\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What years did jersey number 55 play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=55),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=55),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "55", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What are the Jersey numbers for Notre Dame?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"notre dame\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"notre dame\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"notre dame\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16772687-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Nationality", "Jersey Number(s)", "Position", "Years", "From" ], [ "2", "Al Hairston Category:Articles with hCards", "United States", "25", "PG", "1968 – 1969", "Bowling Green State" ], [ "3", "Lars Hansen Category:Articles with hCards", "Denmark Canada", "22", "C", "1978–1979", "Washington" ], [ "4", "Bill Hanzlik Category:Articles with hCards", "United States", "22", "SG / SF", "1980 – 1982", "Notre Dame" ], [ "5", "Art Harris Category:Articles with hCards", "United States", "12", "G", "1968 – 1969", "Stanford" ], [ "6", "Antonio Harvey Category:Articles with hCards", "United States", "24, 4", "Power forward / Center", "1996–1997 2001", "Pfeiffer" ], [ "7", "Joe Hassett Category:Articles with hCards", "United States", "10", "SG", "1977 – 1978", "Providence" ], [ "8", "Steve Hawes Category:Articles with hCards", "United States", "10", "C", "1983 – 1984", "Washington" ], [ "9", "Hersey Hawkins Category:Articles with hCards", "United States", "33", "SG", "1995 – 1998", "Bradley" ], [ "10", "Steve Hayes Category:Articles with hCards", "United States", "41", "C", "1983–1984", "Idaho State" ], [ "11", "^ Spencer Haywood Category:Articles with hCards", "United States", "24", "PF / C", "1970 – 1975", "Detroit" ], [ "12", "Gar Heard Category:Articles with hCards", "United States", "40", "PF", "1970 – 1972", "Oklahoma" ], [ "13", "Gerald Henderson Category:Articles with hCards", "United States", "15", "PG", "1984 – 1986", "VCU" ], [ "14", "Rod Higgins Category:Articles with hCards", "United States", "55", "PF / C", "1985", "Fresno State" ], [ "15", "Armond Hill Category:Articles with hCards", "United States", "24", "PG", "1980 – 1982", "Princeton" ], [ "16", "Byron Houston Category:Articles with hCards", "United States", "21", "PF", "1994–1995", "Oklahoma State" ], [ "17", "Stephen Howard Category:Articles with hCards", "United States", "44", "PF", "1997–1998", "DePaul" ], [ "18", "John Hummer Category:Articles with hCards", "United States", "14, 42", "PF / C", "1974 – 1976", "Princeton" ] ] }, { "t5Formulas": [ { "Question": "What place is South Africa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"south africa\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"south africa\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"south africa\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16514480-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Nick Faldo", "England", "69-67-73-67=276", "–12", "450,000" ], [ "3", "2", "Greg Norman", "Australia", "63-69-71-78=281", "–7", "270,000" ], [ "4", "3", "Phil Mickelson", "United States", "65-73-72-72=282", "–6", "170,000" ], [ "5", "4", "Frank Nobilo", "New Zealand", "71-71-72-69=283", "–5", "120,000" ], [ "6", "T5", "Scott Hoch", "United States", "67-73-73-71=284", "–4", "95,000" ], [ "7", "T5", "Duffy Waldorf", "United States", "72-71-69-72=284", "–4", "95,000" ], [ "8", "T7", "Davis Love III", "United States", "72-71-74-68=285", "–3", "77,933" ], [ "9", "T7", "Jeff Maggert", "United States", "71-73-72-69=285", "–3", "77,933" ], [ "10", "T7", "Corey Pavin", "United States", "75-66-73-71=285", "–3", "77,933" ], [ "11", "T10", "David Frost", "South Africa", "70-68-74-74=286", "–2", "65,000" ], [ "12", "T10", "Scott McCarron", "United States", "70-70-72-74=286", "–2", "65,000" ] ] }, { "t5Formulas": [ { "Question": "what is the country for the 1972 winter olympics?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1972),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=1972),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1972", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "what is the winter olympics year when the fis nordic world ski championships is 1976?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1976),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=1976),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1976", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "what is the earliest winter olympics when the fis nordic world ski championships is 1976?", "Formula": "MIN(FILTER(C1, D1=1976))", "Formula2": "MIN(FILTER(C2:C6, D2:D6=1976))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "=", "1976" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "what is the winter olympics when the country is soviet union and holmenkollen is 1970, 1979?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"soviet union\")*(E1=\"1970, 1979\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"soviet union\")*(E2:E6=\"1970, 1979\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"soviet union\"", "*", "E1", "=", "\"1970, 1979\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-174491-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Winner", "Country", "Winter Olympics", "FIS Nordic World Ski Championships", "Holmenkollen" ], [ "2", "Ljubov Kozyreva", "Soviet Union", "1956", "1954, 1956", "1955" ], [ "3", "Klavdija Bojarskikh", "Soviet Union", "1964", "1964, 1966", "1965, 1966" ], [ "4", "Toini Gustafsson", "Sweden", "1968", "1968", "1960, 1967, 1968" ], [ "5", "Galina Kulakova", "Soviet Union", "1972", "1972, 1974", "1970, 1979" ], [ "6", "Raisa Smetanina", "Soviet Union", "1976", "1976", "1975" ] ] }, { "t5Formulas": [ { "Question": "What's the total score of Danny Edwards?", "Formula": "SUMIFS(D1,B1,\"danny edwards\")", "Formula2": "SUMIFS(D2:D17,B2:B17,\"danny edwards\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"danny edwards\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Where was the place in Australia that had a score of 70?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"australia\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,C2:C17=\"australia\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"australia\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "70" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-12819742-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Bruce Devlin", "Australia", "70", "–2" ], [ "3", "T1", "Bill Rogers", "United States", "70", "–2" ], [ "4", "T3", "Bobby Clampett", "United States", "71", "–1" ], [ "5", "T3", "Terry Diehl", "United States", "71", "–1" ], [ "6", "T3", "Danny Edwards", "United States", "71", "–1" ], [ "7", "T3", "Jim King", "United States", "71", "–1" ], [ "8", "T3", "Calvin Peete", "United States", "71", "–1" ], [ "9", "T8", "Butch Baird", "United States", "72", "E" ], [ "10", "T8", "George Burns", "United States", "72", "E" ], [ "11", "T8", "Lyn Lott", "United States", "72", "E" ], [ "12", "T8", "Andy North", "United States", "72", "E" ], [ "13", "T8", "Dan Pohl", "United States", "72", "E" ], [ "14", "T8", "Ron Streck", "United States", "72", "E" ], [ "15", "T8", "Jim Thorpe", "United States", "72", "E" ], [ "16", "T8", "Tom Watson", "United States", "72", "E" ], [ "17", "T8", "Fuzzy Zoeller", "United States", "72", "E" ] ] }, { "t5Formulas": [ { "Question": "What's the average Played for a draw of 5 and more than 43 points?", "Formula": "AVERAGE(FILTER(D1, (F1=5)*(C1>43)))", "Formula2": "AVERAGE(FILTER(D2:D13, (F2:F13=5)*(C2:C13>43)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "F1", "=", "5", "*", "C1", ">", "43" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18314162-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Pos.", "Club", "Points", "Played", "Wins", "Draw", "Lost" ], [ "2", "1", "Stade Tunisien", "58", "22", "16", "4", "1" ], [ "3", "2", "Espérance de Tunis", "55", "22", "13", "7", "2" ], [ "4", "3", "Etoile Sportive du Sahel (ESS)", "51", "22", "14", "1", "7" ], [ "5", "4", "Club Africain", "47", "22", "9", "7", "6" ], [ "6", "5", "Jeunesse Sportive Methouienne", "47", "22", "8", "9", "5" ], [ "7", "6", "Club Sportif de Hammam-Lif", "43", "22", "8", "5", "9" ], [ "8", "7", "Union Sportive de Ferryville", "43", "22", "7", "7", "8" ], [ "9", "8", "Club Athlétique Bizertin", "41", "22", "7", "5", "10" ], [ "10", "9", "Olympique Tunisien", "41", "22", "7", "5", "10" ], [ "11", "10", "Club Tunisien", "39", "22", "5", "7", "10" ], [ "12", "11", "Patriote Football Club de Bizerte", "37", "22", "4", "7", "11" ], [ "13", "12", "Sfax Railways Sports", "24", "22", "1", "2", "19" ] ] }, { "t5Formulas": [ { "Question": "How many years did the team place 2nd in Antwerp, Belgium?", "Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"antwerp, belgium\")*(D1=\"2nd\"))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, (C2:C7=\"antwerp, belgium\")*(D2:D7=\"2nd\"))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "\"antwerp, belgium\"", "*", "D1", "=", "\"2nd\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the name of the venue that was used before 1991?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1<1991),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7<1991),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1991", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "Num" ] }, { "Question": "How many years did the team place 2nd in Auckland, New Zealand?", "Formula": "ROWS(UNIQUE(FILTER(A1, (D1=\"2nd\")*(C1=\"auckland, new zealand\"))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, (D2:D7=\"2nd\")*(C2:C7=\"auckland, new zealand\"))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "\"2nd\"", "*", "C1", "=", "\"auckland, new zealand\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-12736407-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Tournament", "Venue", "Result", "Extra" ], [ "2", "1988", "World Cross Country Championships", "Auckland , New Zealand", "2nd", "Team competition" ], [ "3", "1991", "World Cross Country Championships", "Antwerp , Belgium", "7th", "Long race" ], [ "4", "1991", "World Cross Country Championships", "Antwerp , Belgium", "2nd", "Team competition" ], [ "5", "1995", "World Cross Country Championships", "Durham , England", "27th", "Long race" ], [ "6", "1995", "World Cross Country Championships", "Durham , England", "5th", "Team competition" ], [ "7", "1996", "World Cross Country Championships", "Stellenbosch , South Africa", "3rd", "Team competition" ] ] }, { "t5Formulas": [ { "Question": "Which country had a total of 295?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=295))", "Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=295))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "295" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17991748-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Tiger Woods", "United States", "2000", "285", "+1", "T4" ], [ "3", "Nick Faldo", "England", "1987 , 1990 , 1992", "287", "+3", "T8" ], [ "4", "Greg Norman", "Australia", "1986 , 1993", "290", "+6", "T18" ], [ "5", "Tom Watson", "United States", "1975 , 1977 , 1980 , 1982 , 1983", "290", "+6", "T18" ], [ "6", "Ernie Els", "South Africa", "2002", "290", "+6", "T18" ], [ "7", "Nick Price", "Zimbabwe", "1994", "292", "+8", "T28" ], [ "8", "Tom Lehman", "United States", "1996", "295", "+11", "T46" ], [ "9", "Mark O'Meara", "United States", "1998", "298", "+14", "T65" ], [ "10", "John Daly", "United States", "1995", "303", "+19", "T72" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the election featuring ike skelton?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Ike Skelton\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Ike Skelton\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Ike Skelton\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What district is incumbent ike skelton from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Ike Skelton\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Ike Skelton\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Ike Skelton\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was ike skelton first elected?", "Formula": "MINIFS(D1,B1,\"Ike Skelton\")", "Formula2": "MINIFS(D2:D7,B2:B7,\"Ike Skelton\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"Ike Skelton\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-1341604-26", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Missouri 1", "Bill Clay", "Democratic", "1968", "Re-elected", "Bill Clay (D) 66.1% Bill White (R) 33.9%" ], [ "3", "Missouri 3", "Dick Gephardt", "Democratic", "1976", "Re-elected", "Dick Gephardt (D) 77.9% Richard Foristel (R) 22.1%" ], [ "4", "Missouri 4", "Ike Skelton", "Democratic", "1976", "Re-elected", "Ike Skelton (D) 54.8% Wendell Bailey (R) 45.2%" ], [ "5", "Missouri 4", "Wendell Bailey Redistricted from the 8th district", "Republican", "1980", "Lost re-election Republican loss", "Ike Skelton (D) 54.8% Wendell Bailey (R) 45.2%" ], [ "6", "Missouri 7", "Gene Taylor", "Republican", "1972", "Re-elected", "Gene Taylor (R) 50.5% David A. Geisler (D) 49.5%" ], [ "7", "Missouri 8", "Bill Emerson Redistricted from the 10th district", "Republican", "1980", "Re-elected", "Bill Emerson (R) 53.1% Jerry Ford (D) 46.9%" ] ] }, { "t5Formulas": [ { "Question": "Which Average has a Band of f?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"f\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"f\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"f\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Band has a Ratio of 9/9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"9/9\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"9/9\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"9/9\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Ratio as % has a Ratio of 8/9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"8/9\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"8/9\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"8/9\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Value has a Ratio as % of 100%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"100%\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"100%\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"100%\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Ratio has a Ratio as % of 78%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"78%\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"78%\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"78%\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Band has a Ratio of 13/9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"13/9\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"13/9\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"13/9\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-156661-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Band", "Value", "Ratio", "Ratio as %", "Average" ], [ "2", "A", "up to £40,000", "6/9", "67%", "£845" ], [ "3", "B", "£40,001 to £52,000", "7/9", "78%", "£986" ], [ "4", "C", "£52,001 to £68,000", "8/9", "89%", "£1,127" ], [ "5", "D", "£68,001 to £88,000", "9/9", "100%", "£1,268" ], [ "6", "E", "£88,001 to £120,000", "11/9", "122%", "£1,550" ], [ "7", "F", "£120,001 to £160,000", "13/9", "144%", "£1,832" ], [ "8", "G", "£160,001 to £320,000", "15/9", "167%", "£2,113" ], [ "9", "H", "£320,001 and above", "18/9", "200%", "£2,536" ] ] }, { "t5Formulas": [ { "Question": "When is the earliest began operation with a length of sultan ismail and over 27 stations?", "Formula": "MIN(FILTER(B1,(D1=\"sultan ismail\")*(C1>27)))", "Formula2": "MIN(FILTER(B2:B9,(D2:D9=\"sultan ismail\")*(C2:C9>27)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", "=", "\"sultan ismail\"", "*", "C1", ">", "27" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the average operation beginning with a length of ampang and over 27 stations?", "Formula": "AVERAGE(FILTER(B1,(D1=\"ampang\")*(C1>27)))", "Formula2": "AVERAGE(FILTER(B2:B9,(D2:D9=\"ampang\")*(C2:C9>27)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "D1", "=", "\"ampang\"", "*", "C1", ">", "27" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-11309475-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Line", "Began operation", "Stations", "Length (km)", "Terminals" ], [ "2", "1 September 1998", "24", "29", "Kelana Jaya", "Gombak" ], [ "3", "Due 2014", "13", "17", "Kelana Jaya", "Putra Heights" ], [ "4", "16 December 1995", "25", "27", "Ampang", "Sultan Ismail" ], [ "5", "11 July 1998", "25", "27", "Chan Sow Lin", "Sri Petaling" ], [ "6", "6 December 1998", "25", "27", "Sultan Ismail", "Sentul Timur" ], [ "7", "Due 2014", "13", "17.7", "Sri Petaling", "Putra Heights" ], [ "8", "31 August 2003", "11", "8.6", "KL Sentral", "Titiwangsa" ], [ "9", "Due 2016", "31", "51", "Sungai Buloh", "Kajang" ] ] }, { "t5Formulas": [ { "Question": "Name the record for milwaukee", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Milwaukee\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Milwaukee\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the location attendance for 10-14", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"10-14\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,I2:I14=\"10-14\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"10-14\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the record for december 8", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 8\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"December 8\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"December 8\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23248940-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 1", "Boston", "L 90–108 (OT)", "Nazr Mohammed (16)", "Gerald Wallace (8)", "Raymond Felton (5)", "Time Warner Cable Arena 15,129", "7-10" ], [ "3", "18", "December 4", "@ New Jersey", "L 91–97 (OT)", "Stephen Jackson , Raymond Felton (28)", "Gerald Wallace (20)", "Boris Diaw (6)", "Izod Center 12,131", "7-11" ], [ "4", "19", "December 5", "Philadelphia", "W 106–105 (OT)", "Boris Diaw (28)", "Gerald Wallace (14)", "Raymond Felton (8)", "Time Warner Cable Arena 13,352", "8-11" ], [ "5", "20", "December 8", "Denver", "W 107–95 (OT)", "Stephen Jackson , Gerald Wallace (25)", "Gerald Wallace (16)", "Stephen Jackson (6)", "Time Warner Cable Arena 14,127", "9-11" ], [ "6", "21", "December 11", "@ San Antonio", "L 85–104 (OT)", "Stephen Jackson (23)", "Gerald Wallace (6)", "Raymond Felton (5)", "AT&T Center 17,508", "9-12" ], [ "7", "22", "December 12", "@ Dallas", "L 97–98 (OT)", "Stephen Jackson (28)", "Gerald Wallace (16)", "Raymond Felton (8)", "American Airlines Center 20,151", "9-13" ], [ "8", "23", "December 15", "New York", "W 94–87 (OT)", "Stephen Jackson (24)", "Tyson Chandler (12)", "Raymond Felton (6)", "Time Warner Cable Arena 13,606", "10-13" ], [ "9", "24", "December 16", "@ Indiana", "L 98–101 (OT)", "Gerald Wallace (29)", "Tyson Chandler (13)", "D.J. Augustin (6)", "Conseco Fieldhouse 11,888", "10-14" ], [ "10", "25", "December 19", "Utah", "L 102–110 (OT)", "Gerald Wallace (30)", "Gerald Wallace (13)", "Gerald Wallace , Boris Diaw (5)", "Time Warner Cable Arena 14,963", "10-15" ], [ "11", "26", "December 20", "@ New York", "L 94–98 (OT)", "Raymond Felton (27)", "Tyson Chandler (14)", "Raymond Felton (7)", "Madison Square Garden 18,767", "10-16" ], [ "12", "27", "December 22", "Detroit", "W 88–76 (OT)", "Gerald Wallace (29)", "Gerald Wallace (12)", "Raymond Felton (8)", "Time Warner Cable Arena 16,864", "11-16" ], [ "13", "28", "December 26", "@ Oklahoma City", "L 91–98 (OT)", "Stephen Jackson (24)", "Stephen Jackson , Nazr Mohammed (8)", "Stephen Jackson , Raymond Felton (5)", "Ford Center 17,961", "11-17" ], [ "14", "29", "December 28", "Milwaukee", "W 94–84 (OT)", "Gerald Wallace (21)", "Gerald Wallace (14)", "Boris Diaw (5)", "Time Warner Cable Arena 15,473", "12-17" ] ] }, { "t5Formulas": [ { "Question": "What School/Club did Dominique Wilkins play for?", "Formula": "FILTER(E1,A1=\"dominique wilkins\")", "Formula2": "FILTER(E2:E16,A2:A16=\"dominique wilkins\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"dominique wilkins\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15621965-20", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years in Orlando", "School/Club Team" ], [ "2", "Von Wafer", "United States", "Guard", "2012", "Florida State" ], [ "3", "Ben Wallace", "United States", "Forward-Center", "1999–2000", "Virginia Union" ], [ "4", "Spud Webb", "United States", "Guard", "1997–1998", "NC State" ], [ "5", "Chris Whitney", "United States", "Guard", "2002–2003", "Clemson" ], [ "6", "Morlon Wiley", "United States", "Guard", "1989–1991", "Long Beach State" ], [ "7", "Dominique Wilkins", "United States", "Guard-Forward", "1998–1999", "Georgia" ], [ "8", "Gerald Wilkins", "United States", "Guard-Forward", "1996–1999", "Tennessee-Chattanooga" ], [ "9", "Mike Wilks", "United States", "Guard", "2008–2009", "Rice" ], [ "10", "Jason Williams", "United States", "Guard", "2009–2010", "Florida" ], [ "11", "Lorenzo Williams", "United States", "Forward-Center", "1992–1993", "Stetson" ], [ "12", "Monty Williams", "United States", "Forward", "1999–2002", "Notre Dame" ], [ "13", "Shammond Williams", "United States", "Guard", "2003–2004", "North Carolina" ], [ "14", "Joe Wolf", "United States", "Forward-Center", "1995–1996", "North Carolina" ], [ "15", "Howard Wright", "United States", "Forward", "1990–1991", "Stanford" ], [ "16", "Howard Wright", "United States", "Forward", "1992–1993", "Stanford" ] ] }, { "t5Formulas": [ { "Question": "What cover has a published date of May 27, 2009 (hc) May 20, 2009 (tpb)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"may 27, 2009 (hc) may 20, 2009 (tpb)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"may 27, 2009 (hc) may 20, 2009 (tpb)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"may 27, 2009 (hc) may 20, 2009 (tpb)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the number of the volume that has an ISBN of 978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the series with an ISBN of 978-1-59582-523-0 (tpb)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-523-0 (tpb)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-523-0 (tpb)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"978-1-59582-523-0 (tpb)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What volume number has the ISBN of 978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the ISBN of the Conan the Barbarian series that has the title of Queen of the Black Coast?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"conan the barbarian\")*(C1=\"queen of the black coast\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(B2:B19=\"conan the barbarian\")*(C2:C19=\"queen of the black coast\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"conan the barbarian\"", "*", "C1", "=", "\"queen of the black coast\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What cover has Throne of Aquilonia as the title?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"throne of aquilonia\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,C2:C19=\"throne of aquilonia\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"throne of aquilonia\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15338781-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Volume", "Series", "Title", "Cover", "Published", "ISBN" ], [ "2", "0", "Conan", "Born on the Battlefield", "Greg Ruth", "May 21, 2008 (HC) June 18, 2008 (TPB)", "978-1-59307-980-2 (HC) 978-1-59307-981-9 (TPB)" ], [ "3", "1", "Conan", "The Frost Giant's Daughter and other stories", "Cary Nord", "March 30, 2005 (HC) March 30, 2005 (TPB)", "978-1-59307-324-4 (HC) 978-1-59307-301-5 (TPB)" ], [ "4", "2", "Conan", "The God in the Bowl and other stories", "Cary Nord", "September 28, 2005 (HC) October 05, 2005 (TPB)", "978-1-59307-440-1 (HC) 978-1-59307-403-6 (TPB)" ], [ "5", "3", "Conan", "The Tower of the Elephant and other stories", "Cary Nord", "May 17, 2006 (HC) June 21, 2006 (TPB)", "978-1-59307-576-7 (HC) 978-1-59307-547-7 (TPB)" ], [ "6", "4", "Conan", "The Hall of the Dead and other stories", "Cary Nord", "May 30, 2007 (HC) June 13, 2007 (TPB)", "978-1-59307-796-9 (HC) 978-1-59307-775-4 (TPB)" ], [ "7", "5", "Conan", "Rogues in the House and other stories", "Cary Nord", "March 26, 2008 (HC) March 26, 2008 (TPB)", "978-1-59307-941-3 (HC) 978-1-59307-903-1 (TPB)" ], [ "8", "6", "Conan", "The Hand of Nergal", "Tomàs Giorello", "September 17, 2008 (HC) September 17, 2008 (TPB)", "978-1-59582-179-9 (HC) 978-1-59582-178-2 (TPB)" ], [ "9", "7", "Conan the Cimmerian", "Cimmeria", "Tomàs Giorello", "May 27, 2009 (HC) May 20, 2009 (TPB)", "978-1-59582-341-0 (HC) 978-1-59582-283-3 (TPB)" ], [ "10", "8", "Conan the Cimmerian", "Black Colossus", "Tomàs Giorello", "April 28, 2010 (HC) June 02, 2010 (TPB)", "978-1-59582-507-0 (HC) 978-1-59582-533-9 (TPB)" ], [ "11", "9", "Conan the Cimmerian", "Free Companions", "Tomàs Giorello", "November 10, 2010 (HC) March 09, 2011 (TPB)", "978-1-59582-592-6 (HC) 978-1-59582-623-7 (TPB)" ], [ "12", "10", "Conan the Cimmerian", "Iron Shadows in the Moon and other stories", "Cary Nord", "April 6, 2011 (HC) May 4, 2011 (TPB)", "978-1-59582-712-8 (HC) 978-1-59582-713-5 (TPB)" ], [ "13", "11", "Conan: Road of Kings", "Road of Kings", "Doug Wheatley", "February 1, 2012 (HC) June 27, 2012 (TPB)", "978-1-59582-817-0 (HC) 978-1-59582-824-8 (TPB)" ], [ "14", "12", "Conan: Road of Kings", "Throne of Aquilonia", "Aleksi Briclot", "July 25, 2012 (HC) January 16, 2013 (TPB)", "978-1-59582-904-7 (HC) 978-1-59582-905-4 (TPB)" ], [ "15", "13", "Conan the Barbarian", "Queen of the Black Coast", "Massimo Carnevale", "January 9, 2013 (HC) June 19, 2013 (TPB)", "978-1-61655-042-4 (HC) 978-1-61655-043-1 (TPB)" ], [ "16", "14", "Conan the Barbarian", "The Death", "Massimo Carnevale", "July 17, 2013 (HC) December 18, 2013 (TPB)", "978-1-61655-122-3 (HC) 978-1-61655-123-0 (TPB)" ], [ "17", "15", "Conan the Barbarian", "The Nightmare of the Shallows", "Massimo Carnevale", "January 22, 2014 (HC)", "978-1-61655-233-6 (HC)" ], [ "18", "—", "Conan", "The Blood-Stained Crown and other stories", "Cary Nord", "January 30, 2008 (TPB)", "978-1-59307-886-7 (TPB)" ], [ "19", "—", "Conan / Conan the Cimmerian", "The Spear and other stories", "Cary Nord", "June 16, 2010 (TPB)", "978-1-59582-523-0 (TPB)" ] ] }, { "t5Formulas": [ { "Question": "Which Outcome has a Surface of hard (i), and a Date of 28 january 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard (i)\")*(B1=\"28 january 2003\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"hard (i)\")*(B2:B6=\"28 january 2003\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"hard (i)\"", "*", "B1", "=", "\"28 january 2003\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Tournament has an Outcome of winner, and a Surface of hard (i)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(D1=\"hard (i)\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(D2:D6=\"hard (i)\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "D1", "=", "\"hard (i)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Score of 6–1, 6–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–1, 6–2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"6–1, 6–2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–1, 6–2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Surface has an Opponent of oleksandra kravets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"oleksandra kravets\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"oleksandra kravets\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"oleksandra kravets\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Surface has a Date of 3 october 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"3 october 2003\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"3 october 2003\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"3 october 2003\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Surface has a Score of 6–4, 6–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–4, 6–2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"6–4, 6–2\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–4, 6–2\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15272585-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner-up", "28 January 2003", "Tipton", "Hard (i)", "Matea Mezak", "6–4, 4–6, 4–6" ], [ "3", "Winner", "29 June 2003", "Mont-de-Marsan", "Hard (i)", "Oleksandra Kravets", "6–4, 6–2" ], [ "4", "Runner-up", "3 October 2003", "Latina", "Clay", "Roberta Vinci", "3–6, 4–6" ], [ "5", "Runner-up", "8 November 2005", "Pittsburgh", "Hard", "Lilia Osterloh", "6–7, 4–6" ], [ "6", "Winner", "6 June 2006", "Cuneo , Italy", "Clay", "Alice Canepa", "6–1, 6–2" ] ] }, { "t5Formulas": [ { "Question": "Which player has 18-50 .360 field goals?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"18-50 .360\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"18-50 .360\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"18-50 .360\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the most assists for points 129-3.9?", "Formula": "MAXIFS(E1,H1,\"129-3.9\")", "Formula2": "MAXIFS(E2:E13,H2:H13,\"129-3.9\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "H1", "\"129-3.9\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which player has 18-50 .360 field goals?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"18-50 .360\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"18-50 .360\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"18-50 .360\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22875514-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Player", "Field Goals", "Three Pointers", "Free Throws", "Assists", "Steals", "Rebounds", "Points" ], [ "2", "Lacey", "163-369 .442", "53-142 .373", "94-107 .879", "187", "39", "148-4.9", "473-15.8" ], [ "3", "Bolte", "136-348 .391", "84-205 .410", "37-42 .881", "48", "38", "144-4.5", "393-12.3" ], [ "4", "Prins", "99-223 .444", "27-67 .403", "42-54 .778", "14", "3", "113-4.2", "167-9.9" ], [ "5", "Poppens", "111-227 .489", "0-1 .000", "69-110 .627", "22", "19", "238-7.2", "291-8.8" ], [ "6", "Williams", "63-157 .401", "48-120 .400", "20-23 .870", "52", "17", "34-1.0", "194-5.9" ], [ "7", "Zimmerman", "58-113 .513", "15-36 .417", "25-37 .676", "18", "2", "72-2.3", "156-5.0" ], [ "8", "Stuckey", "47-127 .370", "15-46 .326", "34-54 .630", "68", "41", "200-6.1", "143-4.3" ], [ "9", "Schroll", "42-93 .452", "2-12 .167", "43-61 .705", "17", "7", "110-3.3", "129-3.9" ], [ "10", "Cole", "18-50 .360", "11-33 .333", "15-27 .556", "33", "8", "46-1.5", "62-2.0" ], [ "11", "Mosman", "6-19 .316", "4-17 .235", "5-8 .625", "7", "2", "14-0.9", "21-1.3" ], [ "12", "Florzak", "3-9 .333", "2-8 .250", "8-8 1.000", "0", "3", "7-0.5", "16-1.1" ], [ "13", "Lightbourne", "5-18 .278", "0-0 .000", "2-3 .667", "3", "1", "17-1.1", "12-0.8" ] ] }, { "t5Formulas": [ { "Question": "Which position did Michael Lee play?", "Formula": "FILTER(B1,A1=\"michael lee\")", "Formula2": "FILTER(B2:B12,A2:A12=\"michael lee\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"michael lee\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the weight of Serhiy Alfyorov?", "Formula": "FILTER(D1,A1=\"serhiy alfyorov\")", "Formula2": "FILTER(D2:D12,A2:A12=\"serhiy alfyorov\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"serhiy alfyorov\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the weight of the person born in 1980?", "Formula": "FILTER(D1,E1=\"1980\")", "Formula2": "FILTER(D2:D12,E2:E12=\"1980\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"1980\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the position of the player born in 1984 with a height of 1.80m?", "Formula": "FILTER(B1,(E1=\"1984\")*(C1=\"1.80\"))", "Formula2": "FILTER(B2:B12,(E2:E12=\"1984\")*(C2:C12=\"1.80\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"1984\"", "*", "C1", "=", "\"1.80\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the weight of the player with a height of 2.00m?", "Formula": "FILTER(D1,C1=\"2.00\")", "Formula2": "FILTER(D2:D12,C2:C12=\"2.00\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"2.00\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18903697-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Pos.", "Height", "Weight", "Born" ], [ "2", "Serhiy Alfyorov", "PG", "1.88", "86", "1984" ], [ "3", "Saša Vasiljević", "PG", "1.82", "84", "1979" ], [ "4", "Leonid Stefanishin", "SF", "2.00", "84", "1985" ], [ "5", "Yaroslav Zubrytsky", "PF", "2.02", "108", "1974" ], [ "6", "Ivan Shkurupiy", "SF", "1.97", "100", "1982" ], [ "7", "Michael Lee", "PF", "2.07", "103", "1986" ], [ "8", "Darrel Mitchell", "PG", "1.80", "86", "1984" ], [ "9", "Goran Ikonić", "SG", "1.96", "90", "1980" ], [ "10", "Vladan Vukosavljević", "C", "2.06", "130", "1984" ], [ "11", "Denis Ivanov", "SG", "1.97", "87", "1978" ], [ "12", "Head coach: Željko Lukajić", "Head coach: Željko Lukajić", "Head coach: Željko Lukajić", "Head coach: Željko Lukajić", "Head coach: Željko Lukajić" ] ] }, { "t5Formulas": [ { "Question": "Which entrant had fewer than 33 points in 1999?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=1999),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<33))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,A2:A10=1999),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<33))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "1999", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "33" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which chassis had 16 points?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "16" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which gc37-01 v10 engine has the fewest points?", "Formula": "MINIFS(F1,D1,\"gc37-01 v10\")", "Formula2": "MINIFS(F2:F10,D2:D10,\"gc37-01 v10\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "D1", "\"gc37-01 v10\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-1218394-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Tyres", "Points" ], [ "2", "1998", "Mild Seven Benetton", "Benetton B198", "GC37-01 V10", "B", "33" ], [ "3", "1998", "Mild Seven Benetton", "Benetton B198", "GC37-01 V10", "B", "33" ], [ "4", "1998", "Mild Seven Benetton", "Benetton B198", "GC37-01 V10", "B", "33" ], [ "5", "1999", "Mild Seven Benetton", "Benetton B199", "FB01 V10", "B", "16" ], [ "6", "1999", "Mild Seven Benetton", "Benetton B199", "FB01 V10", "B", "16" ], [ "7", "1999", "Mild Seven Benetton", "Benetton B199", "FB01 V10", "B", "16" ], [ "8", "2000", "Mild Seven Benetton", "Benetton B200", "FB02 V10", "B", "20" ], [ "9", "2000", "Mild Seven Benetton", "Benetton B200", "FB02 V10", "B", "20" ], [ "10", "2000", "Mild Seven Benetton", "Benetton B200", "FB02 V10", "B", "20" ] ] }, { "t5Formulas": [ { "Question": "When was the last time, since December 14, 1986, that the attendance was lower than 47,096?", "Formula": "SUM(FILTER(A1, (B1=\"december 14, 1986\")*(E1<47096)))", "Formula2": "SUM(FILTER(A2:A17, (B2:B17=\"december 14, 1986\")*(E2:E17<47096)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"december 14, 1986\"", "*", "E1", "<", "47096" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-15378632-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 7, 1986", "Miami Dolphins", "W 50–28", "57,726" ], [ "3", "2", "September 14, 1986", "at New York Giants", "L 20–7", "74,921" ], [ "4", "3", "September 21, 1986", "Washington Redskins", "L 30–27", "57,853" ], [ "5", "4", "September 28, 1986", "at Los Angeles Raiders", "L 17–13", "63,153" ], [ "6", "5", "October 6, 1986", "at Seattle Seahawks", "L 33–7", "63,207" ], [ "7", "6", "October 12, 1986", "Denver Broncos", "L 31–14", "55,662" ], [ "8", "7", "October 19, 1986", "at Kansas City Chiefs", "L 42–41", "55,767" ], [ "9", "8", "October 26, 1986", "at Philadelphia Eagles", "L 23–7", "41,469" ], [ "10", "9", "November 2, 1986", "Kansas City Chiefs", "L 24–23", "48,518" ], [ "11", "10", "November 9, 1986", "at Denver Broncos", "W 9–3", "75,012" ], [ "12", "11", "November 16, 1986", "Dallas Cowboys", "L 24–21", "55,622" ], [ "13", "12", "November 20, 1986", "Los Angeles Raiders", "L 37–31", "56,031" ], [ "14", "13", "November 30, 1986", "at Indianapolis Colts", "W 17–3", "47,950" ], [ "15", "14", "December 7, 1986", "Houston Oilers", "W 27–0", "40,103" ], [ "16", "15", "December 14, 1986", "Seattle Seahawks", "L 34–24", "47,096" ], [ "17", "16", "December 21, 1986", "at Cleveland Browns", "L 47–17", "68,505" ] ] }, { "t5Formulas": [ { "Question": "After Match 43, what was the Attendance of the Match with a Score of 2-4?", "Formula": "MAX(FILTER(E1,(A1>43)*(C1=\"2-4\")))", "Formula2": "MAX(FILTER(E2:E15,(A2:A15>43)*(C2:C15=\"2-4\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", ">", "43", "*", "C1", "=", "\"2-4\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15994215-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Match No.", "Home Team", "Score", "Away Team", "Attendance" ], [ "2", "35", "Consadole Sapporo", "3-1 ( a.e.t. )", "Nippon Steel Oita F.C.", "2,353" ], [ "3", "36", "Honda F.C.", "1-0", "Kochi University", "605" ], [ "4", "37", "Ehime F.C.", "2-0", "Biwako Seikei Sport College", "1,504" ], [ "5", "38", "Sagan Tosu", "4-3", "Ritsumeikan University", "1,679" ], [ "6", "39", "Montedio Yamagata", "6-2", "Mitsubishi Motors Mizushima F.C.", "1,804" ], [ "7", "40", "Shonan Bellmare", "4-1", "Kansai University", "1,167" ], [ "8", "41", "Thespa Kusatsu", "3-0", "F.C. Gifu", "2,650" ], [ "9", "42", "Tokushima Vortis", "4-1", "Miyazaki Sangyo-keiei University", "831" ], [ "10", "43", "Yokohama F.C.", "0-1", "Banditonce Kobe", "2,011" ], [ "11", "44", "Tokyo Verdy 1969", "0-1", "Tochigi S.C.", "3,023" ], [ "12", "45", "Vegalta Sendai", "1-0", "Rosso Kumamoto", "6,007" ], [ "13", "46", "Mito HollyHock", "0-1", "Shizuoka F.C.", "1,016" ], [ "14", "47", "Vissel Kobe", "2-4", "YKK AP F.C.", "3,551" ], [ "15", "48", "Kashiwa Reysol", "3-0", "Hosei University", "2,752" ] ] }, { "t5Formulas": [ { "Question": "What's the average Year that has Points that's smaller than 9 with a Rank of 24th?", "Formula": "AVERAGE(FILTER(A1, (D1<9)*(E1=\"24th\")))", "Formula2": "AVERAGE(FILTER(A2:A15, (D2:D15<9)*(E2:E15=\"24th\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "<", "9", "*", "E1", "=", "\"24th\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-14861269-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Class", "Team", "Points", "Rank", "Wins" ], [ "2", "1975", "350cc", "Yamaha", "3", "36th", "0" ], [ "3", "1976", "250cc", "Yamaha", "4", "26th", "0" ], [ "4", "1976", "350cc", "Yamaha", "6", "24th", "0" ], [ "5", "1976", "500cc", "Suzuki", "9", "25th", "0" ], [ "6", "1977", "500cc", "Suzuki", "3", "27th", "0" ], [ "7", "1978", "500cc", "Suzuki", "15", "13th", "0" ], [ "8", "1979", "500cc", "Suzuki", "50", "6th", "1" ], [ "9", "1980", "500cc", "Yamaha", "10", "14th", "0" ], [ "10", "1981", "500cc", "Yamaha", "64", "6th", "0" ], [ "11", "1982", "500cc", "Yamaha", "23", "12th", "0" ], [ "12", "1983", "500cc", "Suzuki", "17", "11th", "0" ], [ "13", "1984", "500cc", "Suzuki", "25", "8th", "0" ], [ "14", "1985", "500cc", "Honda", "18", "10th", "0" ], [ "15", "1986", "500cc", "Honda", "8", "12th", "0" ] ] }, { "t5Formulas": [ { "Question": "Which category was Maite Perroni nominated for earlier than 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"maite perroni\")*(A1<2009)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"maite perroni\")*(A2:A11<2009)),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"maite perroni\"", "*", "A1", "<", "2009", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] }, { "Question": "In what year was there an award for TV Adicto Golden Awards and the category Female Revelation?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tv adicto golden awards\")*(C1=\"female revelation\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"tv adicto golden awards\")*(C2:C11=\"female revelation\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tv adicto golden awards\"", "*", "C1", "=", "\"female revelation\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17825020-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award", "Category", "Nominated", "Result" ], [ "2", "2008", "TV Adicto Golden Awards", "Female Revelation", "Maite Perroni", "Won" ], [ "3", "2008", "TV Adicto Golden Awards", "Male Revelation", "William Levy", "Won" ], [ "4", "2008", "TV Adicto Golden Awards", "Best Couple", "Maite Perroni and William Levy", "Won" ], [ "5", "2009", "TVyNovelas Award", "Best Telenovela of the Year", "Nathalie Lartilleux", "Nominated" ], [ "6", "2009", "TVyNovelas Award", "Best Young Lead Actress", "Maite Perroni", "Won" ], [ "7", "2009", "TVyNovelas Award", "Best First Actress", "Helena Rojo", "Won" ], [ "8", "2009", "TVyNovelas Award", "Best Original Story or Adaptation", "Delia Fiallo", "Nominated" ], [ "9", "2009", "TVyNovelas Award", "Best Direction", "Víctor Manuel Fouilloux and Víctor Rodríguez", "Nominated" ], [ "10", "2009", "Premios Juventud", "What a Hottie!", "William Levy", "Won" ], [ "11", "2009", "Premios Juventud", "Girl of my Dreams", "Maite Perroni", "Won" ] ] }, { "t5Formulas": [ { "Question": "Which Home Team has a Game of game 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"game 1\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"game 1\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"game 1\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Game has a Home Team of san francisco, and a Date of april 22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"san francisco\")*(B1=\"april 22\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"san francisco\")*(B2:B6=\"april 22\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"san francisco\"", "*", "B1", "=", "\"april 22\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Road Team has a Home Team of boston, and a Result of 124-101?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"boston\")*(D1=\"124-101\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"boston\")*(D2:D6=\"124-101\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"boston\"", "*", "D1", "=", "\"124-101\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Game has a Home Team of san francisco, and a Date of april 22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"san francisco\")*(B1=\"april 22\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"san francisco\")*(B2:B6=\"april 22\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"san francisco\"", "*", "B1", "=", "\"april 22\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Result has a Road Team of san francisco, and a Game of game 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"san francisco\")*(A1=\"game 2\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"san francisco\")*(A2:A6=\"game 2\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"san francisco\"", "*", "A1", "=", "\"game 2\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Home Team has a Result of 124-101?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"124-101\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"124-101\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"124-101\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17063996-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Home Team", "Result", "Road Team" ], [ "2", "Game 1", "April 18", "Boston", "108-96", "San Francisco" ], [ "3", "Game 2", "April 20", "Boston", "124-101", "San Francisco" ], [ "4", "Game 3", "April 22", "San Francisco", "115-91", "Boston" ], [ "5", "Game 4", "April 24", "San Francisco", "95-98", "Boston" ], [ "6", "Game 5", "April 26", "Boston", "105-99", "San Francisco" ] ] }, { "t5Formulas": [ { "Question": "What was the event where justin robbins had a record of 9-4-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"9-4-1\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"9-4-1\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"9-4-1\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the location where justin robbins fought against billy kidd?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"billy kidd\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,C2:C19=\"billy kidd\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"billy kidd\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the method of resolution for the fight at cage warriors 39?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"cage warriors 39\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,E2:E19=\"cage warriors 39\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"cage warriors 39\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17624425-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Location" ], [ "2", "Win", "10-7-1", "Declan Williams", "Decision (unanimous)", "Cage Warriors 39", "3", "Cork , Ireland" ], [ "3", "Loss", "9-7-1", "Mike Easton", "Submission (guillotine choke)", "UWC - Man \"O\" War", "3", "Virginia , United States" ], [ "4", "Loss", "9-6-1", "Zach Makovsky", "Submission (rear naked choke)", "Extreme Challenge - The War at the Shore", "2", "New Jersey , United States" ], [ "5", "Loss", "9-5-1", "Noah Thomas", "Submission (rear naked choke)", "ROF 33 - Adrenaline", "1", "New Jersey , United States" ], [ "6", "Win", "9-4-1", "Billy Kidd", "Submission (rear naked choke)", "CCCW - Capital City Cage Wars", "1", "Illinois , United States" ], [ "7", "Loss", "8-4-1", "Wilson Reis", "Submission (rear naked choke)", "EliteXC: Primetime", "1", "New Jersey , United States" ], [ "8", "Win", "8-3-1", "Jeff Hodges", "Submission (arm triangle choke)", "WC - Valhalla Rising", "1", "Illinois , United States" ], [ "9", "Loss", "7-3-1", "Antonio Banuelos", "Decision (unanimous)", "WEC 29", "3", "Nevada , United States" ], [ "10", "Win", "7-2-1", "Zach Jenkins", "Decision (unanimous)", "SC - Shootfighting Challenge", "3", "Illinois , United States" ], [ "11", "Win", "6-2-1", "Mustafa Hussaini", "Decision (unanimous)", "KOTC - Hard Knocks", "N/A", "Illinois , United States" ], [ "12", "Loss", "5-2-1", "Mike French", "Decision (unanimous)", "XFO 14 - Xtreme Fighting", "3", "Illinois , United States" ], [ "13", "Loss", "5-1-1", "Matt Fiordirosa", "Submission (rear naked choke)", "XFO 13 - Operation Beatdown", "1", "Illinois , United States" ], [ "14", "Draw", "5-0-1", "Elton Chavez", "Draw", "KOTC - Meltdown", "2", "Indiana , United States" ], [ "15", "Win", "5-0", "Zach Jenkins", "Decision (unanimous)", "SC - Shootfighting Challenge", "3", "Illinois , United States" ], [ "16", "Win", "4-0", "Tristan Yunker", "Decision (unanimous)", "SC - Shootfighting Challenge", "3", "Illinois , United States" ], [ "17", "Win", "3-0", "Mat Jagers", "Submission (triangle choke)", "KOTC - Redemption on the River", "1", "Illinois , United States" ], [ "18", "Win", "2-0", "Brad Hoxsey", "TKO", "SC - Shootfighting Challenge", "1", "Illinois , United States" ], [ "19", "Win", "1-0", "Keith Norman", "Submission (armbar)", "SC - Shootfighting Challenge", "1", "Illinois , United States" ] ] }, { "t5Formulas": [ { "Question": "Which NFL team picked Patrick Collins?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"patrick collins\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"patrick collins\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"patrick collins\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which NFL team picked a player for the Wide Receiver position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wide receiver\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"wide receiver\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"wide receiver\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14650373-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "NFL Team", "Player", "Position", "College" ], [ "2", "7", "Green Bay Packers", "Sterling Sharpe", "Wide Receiver", "South Carolina" ], [ "3", "34", "Green Bay Packers", "Shawn Patterson", "Defensive End", "Arizona State" ], [ "4", "61", "Green Bay Packers", "Keith Woodside", "Running Back", "Texas A&M" ], [ "5", "88", "Green Bay Packers", "Rollin Putzier", "Nose Tackle", "Oregon" ], [ "6", "89", "Green Bay Packers", "Chuck Cecil", "Safety", "Arizona" ], [ "7", "144", "Green Bay Packers", "Nate Hill", "Defensive End", "Auburn" ], [ "8", "173", "Green Bay Packers", "Gary Richard", "Cornerback", "Pittsburgh" ], [ "9", "200", "Green Bay Packers", "Patrick Collins", "Running Back", "Oklahoma" ], [ "10", "228", "Green Bay Packers", "Neal Wilkinson", "Tight End", "James Madison" ] ] }, { "t5Formulas": [ { "Question": "What aircraft is located at S of Avion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"s of avion\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"s of avion\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"s of avion\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Unit for the Aircraft F.e.2b, located in Logeast?", "Formula": "SUM(FILTER(B1, (C1=\"f.e.2b\")*(E1=\"logeast\")))", "Formula2": "SUM(FILTER(B2:B13, (C2:C13=\"f.e.2b\")*(E2:E13=\"logeast\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "\"f.e.2b\"", "*", "E1", "=", "\"logeast\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-17850104-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Unit", "Aircraft", "Opponent", "Location" ], [ "2", "15 July 1916", "23", "F.E.2b", "AGO C (DESF)", "Bapaume" ], [ "3", "22 August 1916", "11", "F.E.2b (6994)", "Roland C.II (OOC)", "S of Bapaume" ], [ "4", "25 August 1916", "11", "F.E.2b (6994)", "Aviatik C (OOC)", "Bapaume" ], [ "5", "14 September 1916", "11", "F.E.2b (6994)", "Two-seater (OOC)", "SE of Bapaume" ], [ "6", "22 September 1916", "11", "F.E.2b", "Scout (OOC)", "Logeast" ], [ "7", "10 October 1916", "11", "F.E.2b (7678)", "Scout (OOC)", "Bapaume" ], [ "8", "17 October 1916", "11", "F.E.2b (7027)", "Albatros D.I (OOC)", "Mory" ], [ "9", "20 October 1916", "11", "F.E.2b (7027)", "Albatros D.I (OOC)", "Douxcette - Ayette" ], [ "10", "6 May 1917", "43", "Sopwith 1½ Strutter (A1010)", "Two-seater (DES)", "S of Avion" ], [ "11", "23 July 1917", "43", "Sopwith 1½ Strutter (A8785)", "Albatros D.III (OOC)", "NE of Lens" ], [ "12", "8 August 1917", "25", "D.H.4 (A7543)", "Albatros D.V (OOC)", "Henin Lietard" ], [ "13", "14 August 1917", "25", "D.H.4 (A7543)", "Two-seater (OOC)", "Lens" ] ] }, { "t5Formulas": [ { "Question": "When 74804 is the attendance what week is it?", "Formula": "FILTER(A1,G1=74804)", "Formula2": "FILTER(A2:A16,G2:G16=74804)", "Level": "easy", "Tokens": [ "FILTER(", "A1", "G1", "=", "74804" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When it is October 25, 1981 who is the opponent?", "Formula": "FILTER(C1,B1=\"October 25, 1981\")", "Formula2": "FILTER(C2:C16,B2:B16=\"October 25, 1981\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"October 25, 1981\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When it is week 2 what is the record?", "Formula": "FILTER(E1,A1=2)", "Formula2": "FILTER(E2:E16,A2:A16=2)", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "2" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When it is October 18, 1981 where is the game site?", "Formula": "FILTER(F1,B1=\"October 18, 1981\")", "Formula2": "FILTER(F2:F16,B2:B16=\"October 18, 1981\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"October 18, 1981\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-14941284-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Game Site", "Attendance" ], [ "2", "1", "September 6, 1981", "at New England Patriots", "W 29–28", "1–0", "Schaeffer Stadium", "49572" ], [ "3", "2", "September 13, 1981", "Buffalo Bills", "L 3–35", "1–1", "Memorial Stadium", "44950" ], [ "4", "3", "September 20, 1981", "at Denver Broncos", "L 10–28", "1–2", "Mile High Stadium", "74804" ], [ "5", "4", "September 27, 1981", "Miami Dolphins", "L 28–31", "1–3", "Memorial Stadium", "41630" ], [ "6", "5", "October 4, 1981", "at Buffalo Bills", "L 17–23", "1–4", "Rich Stadium", "77811" ], [ "7", "6", "October 11, 1981", "Cincinnati Bengals", "L 19–41", "1–5", "Memorial Stadium", "33060" ], [ "8", "7", "October 18, 1981", "San Diego Chargers", "L 14–43", "1–6", "Memorial Stadium", "41921" ], [ "9", "8", "October 25, 1981", "at Cleveland Browns", "L 28–42", "1–7", "Cleveland Stadium", "78986" ], [ "10", "9", "November 1, 1981", "at Miami Dolphins", "L 10–27", "1–8", "Orange Bowl", "46061" ], [ "11", "10", "November 8, 1981", "New York Jets", "L 14–41", "1–9", "Memorial Stadium", "31521" ], [ "12", "11", "November 15, 1981", "at Philadelphia Eagles", "L 13–38", "1–10", "Veterans Stadium", "68618" ], [ "13", "12", "November 22, 1981", "St. Louis Cardinals", "L 24–35", "1–11", "Memorial Stadium", "24784" ], [ "14", "13", "November 29, 1981", "at New York Jets", "L 0–25", "1–12", "Shea Stadium", "53593" ], [ "15", "14", "December 6, 1981", "Dallas Cowboys", "L 13–37", "1–13", "Memorial Stadium", "54871" ], [ "16", "15", "December 13, 1981", "at Washington Redskins", "L 14–38", "1–14", "RFK Stadium", "46706" ] ] }, { "t5Formulas": [ { "Question": "What are the years in the ACC of an institution that was founded before 1885 and is located in College Park, Maryland?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"college park, maryland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1885))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G16,C2:C16=\"college park, maryland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1885))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"college park, maryland\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1885" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-16346726-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Nickname", "Location", "Founded", "Years in the ACC", "School Type", "Enrollment" ], [ "2", "Boston College", "Eagles", "Chestnut Hill, Massachusetts", "1863", "2005–present", "Private/ Catholic ( Jesuit )", "14,500" ], [ "3", "Clemson", "Tigers", "Clemson, South Carolina", "1889", "1953–present", "Public", "17,165" ], [ "4", "Duke", "Blue Devils", "Durham, North Carolina", "1838", "1953–present", "Private/Nonsectarian", "6,247" ], [ "5", "Florida State", "Seminoles", "Tallahassee, Florida", "1851", "1991–present", "Public ( State University System of Florida )", "38,886" ], [ "6", "Georgia Tech", "Yellow Jackets", "Atlanta, Georgia", "1885", "1978–present", "Public ( University System of Georgia )", "19,393" ], [ "7", "Maryland", "Terrapins", "College Park, Maryland", "1856", "1953–Present", "Public ( University System of Maryland )", "35,329" ], [ "8", "Miami", "Hurricanes", "Coral Gables, Florida", "1925", "2004–present", "Private/Nonsectarian", "15,520" ], [ "9", "North Carolina", "Tar Heels", "Chapel Hill, North Carolina", "1789", "1953–present", "Public ( University of North Carolina )", "26,878" ], [ "10", "NC State", "Wolfpack", "Raleigh, North Carolina", "1887", "1953–present", "Public ( University of North Carolina )", "29,957" ], [ "11", "Notre Dame", "Fighting Irish", "South Bend, Indiana", "1842", "2013", "Private/ Catholic ( Congregation of Holy Cross )", "11,733" ], [ "12", "Pittsburgh", "Panthers", "Pittsburgh, Pennsylvania", "1787", "2013", "State-related /Nonsectarian", "28,823" ], [ "13", "Syracuse", "Orange", "Syracuse, New York", "1870", "2013", "Private/Nonsectarian", "20,407" ], [ "14", "Virginia", "Cavaliers", "Charlottesville, Virginia", "1819", "1953–present", "Public", "20,399" ], [ "15", "Virginia Tech", "Hokies", "Blacksburg, Virginia", "1872", "2004–present", "Public", "28,000" ], [ "16", "Wake Forest", "Demon Deacons", "Winston-Salem, North Carolina", "1834", "1953–present", "Private/Nonsectarian", "6,451" ] ] }, { "t5Formulas": [ { "Question": "What is the country for # 8", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what is the country where the player is phil mickelson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Phil Mickelson\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"Phil Mickelson\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Phil Mickelson\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest reset points where the events is 23?", "Formula": "MAX(FILTER(F1, E1=23))", "Formula2": "MAX(FILTER(F2:F10, E2:E10=23))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "E1", "=", "23" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-13282157-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "#", "Player", "Country", "Points", "Events", "Reset Points" ], [ "2", "1", "Tiger Woods", "United States", "30574", "13", "100000" ], [ "3", "2", "Vijay Singh", "Fiji", "19129", "23", "99000" ], [ "4", "3", "Jim Furyk", "United States", "16691", "19", "98500" ], [ "5", "4", "Phil Mickelson", "United States", "16037", "18", "98000" ], [ "6", "5", "K.J. Choi", "South Korea", "15485", "21", "97500" ], [ "7", "6", "Rory Sabbatini", "South Africa", "13548", "19", "97250" ], [ "8", "7", "Zach Johnson", "United States", "13341", "19", "97000" ], [ "9", "8", "Charles Howell III", "United States", "12126", "21", "96750" ], [ "10", "9", "Brandt Snedeker", "United States", "11870", "25", "96500" ] ] }, { "t5Formulas": [ { "Question": "How many Ends Won have Blank Ends smaller than 14, and a Locale of manitoba, and Stolen Ends larger than 13?", "Formula": "SUM(FILTER(C1, (E1<14)*(A1=\"manitoba\")*(F1>13)))", "Formula2": "SUM(FILTER(C2:C13, (E2:E13<14)*(A2:A13=\"manitoba\")*(F2:F13>13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "14", "*", "A1", "=", "\"manitoba\"", "*", "F1", ">", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Skip has Ends Lost larger than 44, and Blank Ends of 10?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>44)*(CHOOSECOLS(query1,3)=10)))", "Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(D2:D13),SUMX(E2:E13)),FILTER(query1,(CHOOSECOLS(query1,2)>44)*(CHOOSECOLS(query1,3)=10)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "44", "*", "CHOOSECOLS(", "query1", "3", "=", "10" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many Stolen Ends have Ends Lost smaller than 44, and Blank Ends smaller than 7?", "Formula": "SUM(FILTER(F1, (D1<44)*(E1<7)))", "Formula2": "SUM(FILTER(F2:F13, (D2:D13<44)*(E2:E13<7)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "<", "44", "*", "E1", "<", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1505809-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Locale", "Skip", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends", "Shot Pct." ], [ "2", "Alberta", "Randy Ferbey", "48", "43", "7", "9", "86%" ], [ "3", "Manitoba", "Randy Dutiaume", "47", "44", "10", "13", "79%" ], [ "4", "Nova Scotia", "Shawn Adams", "47", "41", "16", "13", "83%" ], [ "5", "Quebec", "Jean-Michel Ménard", "54", "40", "8", "15", "80%" ], [ "6", "British Columbia", "Deane Horning", "47", "45", "18", "12", "80%" ], [ "7", "Ontario", "Wayne Middaugh", "42", "46", "10", "7", "82%" ], [ "8", "Newfoundland and Labrador", "Brad Gushue", "48", "45", "13", "10", "79%" ], [ "9", "Saskatchewan", "Pat Simmons", "43", "45", "12", "9", "80%" ], [ "10", "Prince Edward Island", "Rod MacDonald", "41", "51", "12", "5", "79%" ], [ "11", "Northern Ontario", "Mike Jakubo", "41", "48", "9", "6", "79%" ], [ "12", "New Brunswick", "Wade Blanchard", "41", "45", "17", "8", "78%" ], [ "13", "Yukon / Northwest Territories", "Steve Moss", "41", "46", "14", "5", "74%" ] ] }, { "t5Formulas": [ { "Question": "What is the San Antonio's team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"San Antonio\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"San Antonio\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"San Antonio\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-17288825-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "3", "November 1", "Oklahoma City", "W 89–77 (OT)", "Tracy McGrady (22)", "Carl Landry , Yao Ming (11)", "Tracy McGrady (5)", "Toyota Center 16,996", "3–0" ], [ "3", "4", "November 4", "Boston", "L 99–103 (OT)", "Tracy McGrady (26)", "Luis Scola (9)", "Rafer Alston (7)", "Toyota Center 18,291", "3–1" ], [ "4", "5", "November 6", "@ Portland", "L 99–101 (OT)", "Tracy McGrady (30)", "Tracy McGrady , Chuck Hayes (7)", "Tracy McGrady (8)", "Rose Garden 20,611", "3–2" ], [ "5", "6", "November 7", "@ L.A. Clippers", "W 92–83 (OT)", "Ron Artest (23)", "Carl Landry , Yao Ming (9)", "Rafer Alston (8)", "Staples Center 14,670", "4–2" ], [ "6", "7", "November 9", "@ L.A. Lakers", "L 82–111 (OT)", "Aaron Brooks (20)", "Luis Scola (9)", "Aaron Brooks , Tracy McGrady (4)", "Staples Center 18,997", "4–3" ], [ "7", "8", "November 12", "@ Phoenix", "W 94–82 (OT)", "Tracy McGrady (27)", "Yao Ming (15)", "Rafer Alston (4)", "US Airways Center 18,422", "5–3" ], [ "8", "9", "November 14", "@ San Antonio", "L 75–77 (OT)", "Ron Artest (18)", "Aaron Brooks , Yao Ming (8)", "Tracy McGrady (5)", "AT&T Center 18,797", "5–4" ], [ "9", "10", "November 15", "New Orleans", "W 91–82 (OT)", "Yao Ming (21)", "Luis Scola (10)", "Ron Artest (7)", "Toyota Center 18,303", "6–4" ], [ "10", "11", "November 17", "@ Oklahoma City", "W 100–89 (OT)", "Luis Scola (23)", "Yao Ming (12)", "Aaron Brooks (4)", "Ford Center 18,145", "7–4" ], [ "11", "12", "November 19", "Dallas", "L 86–96 (OT)", "Rafer Alston , Tracy McGrady (16)", "Ron Artest (13)", "Rafer Alston (8)", "Toyota Center 18,203", "7–5" ], [ "12", "13", "November 21", "@ Washington", "W 103–91 (OT)", "Tracy McGrady (20)", "Ron Artest (9)", "Ron Artest (6)", "Verizon Center 20,173", "8–5" ], [ "13", "14", "November 22", "@ Orlando", "W 100–95 (OT)", "Yao Ming (22)", "Yao Ming (13)", "Rafer Alston (7)", "Amway Arena 17,461", "9–5" ], [ "14", "15", "November 24", "@ Miami", "W 107–98 (OT)", "Yao Ming (28)", "Luis Scola (13)", "Yao Ming , Tracy McGrady (4)", "American Airlines Arena 18,704", "10–5" ], [ "15", "16", "November 26", "Indiana", "L 90–91 (OT)", "Ron Artest , Yao Ming (19)", "Luis Scola (18)", "Rafer Alston (7)", "Toyota Center 18,194", "10–6" ], [ "16", "17", "November 29", "San Antonio", "W 103–84 (OT)", "Luther Head (21)", "Ron Artest (8)", "Rafer Alston (6)", "Toyota Center 18,282", "11–6" ] ] }, { "t5Formulas": [ { "Question": "Identify every player's height in meters if the player is exactly 6' 07\" tall in feet", "Formula": "SUMIFS(C1,D1,\"6' 07\")", "Formula2": "SUMIFS(C2:C12,D2:D12,\"6' 07\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "D1", "\"6' 07\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "For all players playing at the center, list the height in feet.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Center\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"Center\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Center\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Display the serial numbers for the players who play at the center.", "Formula": "SUMIFS(A1,E1,\"Center\")", "Formula2": "SUMIFS(A2:A12,E2:E12,\"Center\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Center\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the date of birth for basket baller called ido kozikaro", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Ido Kozikaro\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"Ido Kozikaro\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Ido Kozikaro\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many positions are available for players who are 6' 07\"?", "Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"6' 07\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E12, D2:D12=\"6' 07\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "D1", "=", "\"6' 07\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How tall is the basket ball player lior eliyahu in meters?", "Formula": "SUMIFS(C1,B1,\"Lior Eliyahu\")", "Formula2": "SUMIFS(C2:C12,B2:B12,\"Lior Eliyahu\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "B1", "\"Lior Eliyahu\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-23670057-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No", "Player", "Height (m)", "Height (f)", "Position", "Year born", "Current Club" ], [ "2", "4", "Moran Rot", "1.83", "6' 00\"", "Guard", "1982", "Hapoel Jerusalem" ], [ "3", "5", "Yuval Naimi", "1.87", "6' 02\"", "Guard", "1988", "Hapoel Jerusalem" ], [ "4", "6", "Gal Mekel", "1.95", "6' 05\"", "Guard", "1988", "Maccabi Tel Aviv" ], [ "5", "7", "Raviv Limonad", "1.91", "6' 03\"", "Guard", "1984", "Maccabi Tel Aviv" ], [ "6", "8", "Guy Pnini", "2.01", "6' 07\"", "Forward", "1983", "Maccabi Tel Aviv" ], [ "7", "9", "Yotam Halperin", "1.96", "6' 05\"", "Guard", "1984", "Olympiacos" ], [ "8", "10", "Tal Burstein", "1.98", "6' 06\"", "Guard", "1980", "Maccabi Tel Aviv" ], [ "9", "11", "Lior Eliyahu", "2.07", "6' 09\"", "Forward", "1985", "Caja Laboral" ], [ "10", "12", "Moshe Mizrahi", "2.02", "6' 08\"", "Forward", "1980", "Maccabi Haifa" ], [ "11", "13", "Ido Kozikaro", "2.02", "6' 08\"", "Forward", "1978", "Maccabi Haifa" ], [ "12", "14", "Yaniv Green", "2.06", "6' 09\"", "Center", "1980", "Maccabi Tel Aviv" ] ] }, { "t5Formulas": [ { "Question": "What was the type of game with a 1:6 result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:6\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:6\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1:6\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opponent at the game in Belgrade with a 0:2 result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"belgrade\")*(D1=\"0:2\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"belgrade\")*(D2:D10=\"0:2\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"belgrade\"", "*", "D1", "=", "\"0:2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What city held the game with a result of 1:0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:0\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1:0\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What type of game had a result of 1:2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:2\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:2\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1:2\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the game against Hungary?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"hungary\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"hungary\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"hungary\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14305653-44", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Opponent", "Results¹", "Type of game" ], [ "2", "May 4", "London, England", "England", "0:2", "Friendly" ], [ "3", "May 8", "Zagreb", "Hungary", "2:0", "Friendly" ], [ "4", "June 1", "Belgrade", "Bulgaria", "0:2", "Friendly" ], [ "5", "June 23", "Hanover , Germany", "West Germany", "0:2", "Friendly" ], [ "6", "June 27", "Malmö , Sweden", "Sweden", "1:1", "Friendly" ], [ "7", "September 18", "Belgrade", "USSR", "1:2", "Friendly" ], [ "8", "October 12", "Tel Aviv , Israel", "Israel", "3:1", "Friendly" ], [ "9", "October 19", "Belgrade", "Czechoslovakia", "1:0", "Friendly" ], [ "10", "October 19", "Sofia , Bulgaria", "Bulgaria", "1:6", "Friendly" ] ] }, { "t5Formulas": [ { "Question": "What is the total q > 1.4 with a q > 1 less than 7,801,334, and a q > 1.05 greater than 812,499?", "Formula": "SUM(FILTER(F1, (A1<7801334)*(B1>812499)))", "Formula2": "SUM(FILTER(F2:F18, (A2:A18<7801334)*(B2:B18>812499)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "<", "7801334", "*", "B1", ">", "812499" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the sum of q > 1 when q > 1.05 is bigger than 18,233, and a q > 1.4 less than 112, and q > 1.1 is 13,266?", "Formula": "SUM(FILTER(A1, (B1>18233)*(F1<112)*(C1=13266)))", "Formula2": "SUM(FILTER(A2:A18, (B2:B18>18233)*(F2:F18<112)*(C2:C18=13266)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", ">", "18233", "*", "F1", "<", "112", "*", "C1", "=", "13266" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the mean q > 1 with a q > 1.2 less than 3,028, and a q > 1.4 of 51, and a q > 1.05 greater than 18,233?", "Formula": "AVERAGE(FILTER(A1, (D1<3028)*(F1=51)*(B1>18233)))", "Formula2": "AVERAGE(FILTER(A2:A18, (D2:D18<3028)*(F2:F18=51)*(B2:B18>18233)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "<", "3028", "*", "F1", "=", "51", "*", "B1", ">", "18233" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total of q > 1.4 when q > 1.3 is 455, and q >1.2 is less than 3,028?", "Formula": "SUM(FILTER(F1, (E1=455)*(D1<3028)))", "Formula2": "SUM(FILTER(F2:F18, (E2:E18=455)*(D2:D18<3028)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "455", "*", "D1", "<", "3028" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-174108-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "q > 1", "q > 1.05", "q > 1.1", "q > 1.2", "q > 1.3", "q > 1.4" ], [ "2", "6", "4", "4", "2", "0", "0" ], [ "3", "31", "17", "14", "8", "3", "1" ], [ "4", "120", "74", "50", "22", "8", "3" ], [ "5", "418", "240", "152", "51", "13", "6" ], [ "6", "1,268", "667", "379", "102", "29", "11" ], [ "7", "3,499", "1,669", "856", "210", "60", "17" ], [ "8", "8,987", "3,869", "1,801", "384", "98", "25" ], [ "9", "22,316", "8,742", "3,693", "706", "144", "34" ], [ "10", "51,677", "18,233", "7,035", "1,159", "218", "51" ], [ "11", "116,978", "37,612", "13,266", "1,947", "327", "64" ], [ "12", "252,856", "73,714", "23,773", "3,028", "455", "74" ], [ "13", "528,275", "139,762", "41,438", "4,519", "599", "84" ], [ "14", "1,075,319", "258,168", "70,047", "6,665", "769", "98" ], [ "15", "2,131,671", "463,446", "115,041", "9,497", "998", "112" ], [ "16", "4,119,410", "812,499", "184,727", "13,118", "1,232", "126" ], [ "17", "7,801,334", "1,396,909", "290,965", "17,890", "1,530", "143" ], [ "18", "14,482,065", "2,352,105", "449,194", "24,013", "1,843", "160" ] ] }, { "t5Formulas": [ { "Question": "How many millions of U.S viewers watched the episode titled \"Miss Mystic Falls\"?", "Formula": "SUMIFS(G1,B1,\"Miss Mystic Falls\")", "Formula2": "SUMIFS(G2:G20,B2:B20,\"Miss Mystic Falls\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "B1", "\"Miss Mystic Falls\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the production code of the episode that was watched by 3.81 million U.S. viewers? ", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=3.81))", "Formula2": "LET(query1,SUMMARIZE(F2:F20,SUMX(G2:G20)),FILTER(query1,CHOOSECOLS(query1,2)=3.81))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3.81" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who wrote the episode titled \"There Goes the Neighborhood\"? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"There Goes the Neighborhood\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,B2:B20=\"There Goes the Neighborhood\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"There Goes the Neighborhood\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-29054902-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "Title", "Directed by", "Written by", "Original air date", "Production code", "U.S. viewers (million)" ], [ "2", "1", "\" Pilot \"", "Marcos Siega", "Teleplay by: Kevin Williamson & Julie Plec", "September10,2009", "296766", "4.91" ], [ "3", "2", "\" The Night of the Comet \"", "Marcos Siega", "Kevin Williamson & Julie Plec", "September17,2009", "2J5001", "3.78" ], [ "4", "3", "\" Friday Night Bites \"", "John Dahl", "Barbie Kligman & Bryan M. Holdman", "September24,2009", "2J5002", "3.81" ], [ "5", "4", "\"Family Ties\"", "Guy Ferland", "Andrew Kreisberg & Brian Young", "October1,2009", "2J5003", "3.53" ], [ "6", "5", "\" You're Undead to Me \"", "Kevin Bray", "Sean Reycraft & Gabrielle Stanton", "October8,2009", "2J5004", "3.52" ], [ "7", "6", "\"Lost Girls\"", "Marcos Siega", "Kevin Williamson & Julie Plec", "October15,2009", "2J5005", "3.88" ], [ "8", "8", "\"162 Candles\"", "Rick Bota", "Barbie Kligman & Gabrielle Stanton", "November5,2009", "2J5007", "4.09" ], [ "9", "9", "\"History Repeating\"", "Marcos Siega", "Bryan M. Holdman & Brian Young", "November12,2009", "2J5008", "4.10" ], [ "10", "10", "\"The Turning Point\"", "J. Miller Tobin", "Kevin Williamson & Julie Plec & Barbie Kligman", "November19,2009", "2J5009", "3.57" ], [ "11", "12", "\"Unpleasantville\"", "Liz Friedlander", "Barbie Kligman & Brian Young", "January28,2010", "2J5011", "3.71" ], [ "12", "13", "\"Children of the Damned\"", "Marcos Siega", "Kevin Williamson & Julie Plec", "February4,2010", "2J5012", "3.99" ], [ "13", "14", "\"Fool Me Once\"", "Marcos Siega", "Brett Conrad", "February11,2010", "2J5013", "3.51" ], [ "14", "15", "\"A Few Good Men\"", "Joshua Butler", "Brian Young", "March25,2010", "2J5014", "3.33" ], [ "15", "16", "\"There Goes the Neighborhood\"", "Kevin Bray", "Bryan Oh & Andrew Chambliss", "April1,2010", "2J5015", "2.80" ], [ "16", "17", "\"Let the Right One In\"", "Dennis Smith", "Story by: Brian Young Teleplay by: Julie Plec", "April8,2010", "2J5016", "3.48" ], [ "17", "18", "\"Under Control\"", "David Von Ancken", "Barbie Kligman & Andrew Chambliss", "April15,2010", "2J5017", "3.15" ], [ "18", "19", "\"Miss Mystic Falls\"", "Marcos Siega", "Bryan Oh & Caroline Dries", "April22,2010", "2J5018", "3.33" ], [ "19", "20", "\"Blood Brothers\"", "Liz Friedlander", "Kevin Williamson & Julie Plec", "April29,2010", "2J5019", "3.39" ], [ "20", "21", "\"Isobel\"", "J. Miller Tobin", "Caroline Dries & Brian Young", "May6,2010", "2J5020", "3.31" ] ] }, { "t5Formulas": [ { "Question": "How many points did player 7 score in the challenge cup?", "Formula": "ROWS(FILTER(F1,A1=7))", "Formula2": "ROWS(FILTER(F2:F13,A2:A13=7))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "F1", "A1", "=", "7" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is Kris doolan's league number?", "Formula": "ROWS(FILTER(C1,B1=\"Kris Doolan\"))", "Formula2": "ROWS(FILTER(C2:C13,B2:B13=\"Kris Doolan\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "B1", "=", "\"Kris Doolan\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is bryan hodge's player number", "Formula": "ROWS(FILTER(A1,B1=\"Bryan Hodge\"))", "Formula2": "ROWS(FILTER(A2:A13,B2:B13=\"Bryan Hodge\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "B1", "=", "\"Bryan Hodge\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the lowest number of points scored in the league cup?", "Formula": "MIN(E1)", "Formula2": "MIN(E2:E13)", "Level": "easy", "Tokens": [ "MIN(", "E1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "dev_1-22683369-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "P", "Player", "League", "Scottish Cup", "League Cup", "Challenge Cup", "Total" ], [ "2", "1", "Liam Buchanan", "7", "0", "2", "2", "11" ], [ "3", "2", "Simon Donnelly", "6", "0", "1", "1", "8" ], [ "4", "3", "Paul Cairney", "4", "0", "0", "1", "5" ], [ "5", "4", "Mark Corcoran", "3", "0", "0", "0", "3" ], [ "6", "5", "Steve Lovell", "3", "0", "0", "0", "3" ], [ "7", "6", "Chris Erskine", "1", "0", "2", "0", "3" ], [ "8", "7", "Jim Hamilton", "0", "0", "0", "2", "2" ], [ "9", "8", "Kris Doolan", "1", "0", "0", "1", "2" ], [ "10", "9", "Bryan Hodge", "1", "0", "1", "0", "2" ], [ "11", "10", "Alan Archibald", "1", "0", "0", "0", "1" ], [ "12", "11", "Jamie Adams", "1", "0", "0", "0", "1" ], [ "13", "12", "Stephen McKeown", "1", "0", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Score has a To par larger than 17, and a Player of mike brady?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"mike brady\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>17))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,B2:B13=\"mike brady\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>17))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"mike brady\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "17" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Place that has Money of 150, and a Player of bobby cruickshank?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"bobby cruickshank\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=150))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,B2:B13=\"bobby cruickshank\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=150))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bobby cruickshank\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "150" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Place has a To par smaller than 15, and a Score of 74-74-74-75=297?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"74-74-74-75=297\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,D2:D13=\"74-74-74-75=297\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"74-74-74-75=297\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "15" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-18007068-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Cyril Walker", "England", "74-74-74-75=297", "+9", "500" ], [ "3", "2", "Bobby Jones (a)", "United States", "74-73-75-78=300", "+12", "0" ], [ "4", "3", "Bill Mehlhorn", "United States", "72-75-76-78=301", "+13", "300" ], [ "5", "T4", "Bobby Cruickshank", "Scotland", "77-72-76-78=303", "+15", "150" ], [ "6", "T4", "Walter Hagen", "United States", "75-75-76-77=303", "+15", "150" ], [ "7", "T4", "Macdonald Smith", "United States", "78-72-77-76=303", "+15", "150" ], [ "8", "T7", "Abe Espinosa", "United States", "80-71-77-77=305", "+17", "85" ], [ "9", "T7", "Peter O'Hara", "United States", "76-79-74-76=305", "+17", "85" ], [ "10", "9", "Mike Brady", "United States", "75-77-77-77=306", "+18", "75" ], [ "11", "T10", "Chick Evans (a)", "United States", "77-77-76-77=307", "+19", "0" ], [ "12", "T10", "Eddie Loos", "United States", "73-81-75-78=307", "+19", "63" ], [ "13", "T10", "Dave Robertson", "United States", "73-76-77-81=307", "+19", "63" ] ] }, { "t5Formulas": [ { "Question": "Which player had more than 1 try, 0 drops over a span on 1992-2000?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"1992-2000\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=0)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,B2:B11=\"1992-2000\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=0)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"1992-2000\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the largest start for a player with 14 conv, 10 tries and more than 22 pens?", "Formula": "MAX(FILTER(C1, (E1=14)*(D1=10)*(F1>22)))", "Formula2": "MAX(FILTER(C2:C11, (E2:E11=14)*(D2:D11=10)*(F2:F11>22)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", "=", "14", "*", "D1", "=", "10", "*", "F1", ">", "22" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total of tries for a player with conv smaller than 45, 19 starts and pens fewer than 22?", "Formula": "SUM(FILTER(D1, (E1<45)*(C1=19)*(F1<22)))", "Formula2": "SUM(FILTER(D2:D11, (E2:E11<45)*(C2:C11=19)*(F2:F11<22)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "45", "*", "C1", "=", "19", "*", "F1", "<", "22" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-1145226-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Span", "Start", "Tries", "Conv", "Pens", "Drop" ], [ "2", "Mike Hercus", "2002-2009", "45", "9", "90", "76", "4" ], [ "3", "Matt Alexander", "1995-1998", "24", "5", "45", "55", "2" ], [ "4", "Chris Wyles", "2007-", "35", "10", "14", "22", "1" ], [ "5", "Chris O'Brien", "1988-1994", "19", "7", "24", "22", "0" ], [ "6", "Mark Williams", "1987-1999", "34", "3", "13", "35", "0" ], [ "7", "Vaea Anitoni", "1992-2000", "44", "26", "0", "0", "0" ], [ "8", "Kevin Dalzell", "1996-2003", "37", "8", "9", "17", "0" ], [ "9", "Grant Wells", "2000-2001", "12", "0", "14", "22", "2" ], [ "10", "Paul Emerick", "2003-2012", "49", "17", "0", "0", "0" ], [ "11", "Francois Viljoen", "2004-2007", "18", "1", "8", "16", "0" ] ] }, { "t5Formulas": [ { "Question": "In what Country is Haugesund?", "Formula": "FILTER(B1,A1=\"haugesund\")", "Formula2": "FILTER(B2:B13,A2:A13=\"haugesund\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"haugesund\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What Airport's ICAO is ENTO?", "Formula": "FILTER(C1,E1=\"ento\")", "Formula2": "FILTER(C2:C13,E2:E13=\"ento\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"ento\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is City of Sandefjord in Norway's IATA?", "Formula": "FILTER(D1,(B1=\"norway\")*(A1=\"sandefjord\"))", "Formula2": "FILTER(D2:D13,(B2:B13=\"norway\")*(A2:A13=\"sandefjord\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"norway\"", "*", "A1", "=", "\"sandefjord\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is th IATA for Norway with an ICAO of ENTO?", "Formula": "FILTER(D1,(B1=\"norway\")*(E1=\"ento\"))", "Formula2": "FILTER(D2:D13,(B2:B13=\"norway\")*(E2:E13=\"ento\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"norway\"", "*", "E1", "=", "\"ento\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What Country has a ICAO of EKCH?", "Formula": "FILTER(B1,E1=\"ekch\")", "Formula2": "FILTER(B2:B13,E2:E13=\"ekch\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"ekch\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the Airport in Oslo?", "Formula": "FILTER(C1,A1=\"oslo\")", "Formula2": "FILTER(C2:C13,A2:A13=\"oslo\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"oslo\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1821178-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "City", "Country", "Airport", "IATA", "ICAO" ], [ "2", "Aberdeen", "United Kingdom", "Aberdeen Airport", "ABZ", "EGPD" ], [ "3", "Bergen", "Norway", "Bergen Airport, Flesland", "BGO", "ENBR" ], [ "4", "Copenhagen", "Denmark", "Copenhagen Airport", "CPH", "EKCH" ], [ "5", "Fagernes", "Norway", "Fagernes Airport, Leirin", "VBD", "ENFG" ], [ "6", "Haugesund", "Norway", "Haugesund Airport, Karmøy", "HAU", "ENHD" ], [ "7", "Molde", "Norway", "Molde Airport, Årø", "MOL", "ENML" ], [ "8", "Oslo", "Norway", "Oslo Airport, Gardermoen", "OSL", "ENGM" ], [ "9", "Røros", "Norway", "Røros Airport", "RRS", "ENRO" ], [ "10", "Sandefjord", "Norway", "Sandefjord Airport, Torp", "TRF", "ENTO" ], [ "11", "Stord", "Norway", "Stord Airport, Sørstokken", "SPR", "ENSO" ], [ "12", "Trondheim", "Norway", "Trondheim Airport, Værnes", "TRD", "ENVA" ], [ "13", "Gdańsk", "Poland", "Gdańsk Lech Wałęsa Airport", "GDN", "EPGD" ] ] }, { "t5Formulas": [ { "Question": "What platform is nds4droid on for the nintendo ds?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"nintendo ds\")*(A1=\"nds4droid\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"nintendo ds\")*(A2:A9=\"nds4droid\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"nintendo ds\"", "*", "A1", "=", "\"nds4droid\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who has a license of proprietary (available on inquiry)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"proprietary (available on inquiry)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"proprietary (available on inquiry)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"proprietary (available on inquiry)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What platform is nds4droid on for the nintendo ds with a license of gpl v2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"nintendo ds\")*(E1=\"gpl v2\")*(A1=\"nds4droid\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"nintendo ds\")*(E2:E9=\"gpl v2\")*(A2:A9=\"nds4droid\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"nintendo ds\"", "*", "E1", "=", "\"gpl v2\"", "*", "A1", "=", "\"nds4droid\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What system has a current version of 1.4e?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1.4e\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"1.4e\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1.4e\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who has a licence of gpl v2 and a current version of 0.9.9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"gpl v2\")*(B1=\"0.9.9\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"gpl v2\")*(B2:B9=\"0.9.9\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gpl v2\"", "*", "B1", "=", "\"0.9.9\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11561548-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Current version", "System", "Platform", "License" ], [ "2", "dasShiny", "git-c2ed70905e", "Nintendo DS", "Windows , OS X , GNU/Linux", "GPL v3" ], [ "3", "DeSmuME", "0.9.9", "Nintendo DS", "Windows , OS X , GNU/Linux , AmigaOS 4", "GPL v2" ], [ "4", "DraStic", "2.1.6.2a (Android) / 2.1.6.1p (Pandora)", "Nintendo DS", "Android , Pandora", "Proprietary (available on inquiry)" ], [ "5", "Ensata", "1.4e", "Nintendo DS", "Windows", "Proprietary (official developers only)" ], [ "6", "iDeaS", "1.0.4.0", "Nintendo DS , Game Boy Advance", "Windows , GNU/Linux", "Proprietary" ], [ "7", "NO$GBA", "2.7a", "Nintendo DS , Game Boy Advance", "Windows , DOS", "Proprietary" ], [ "8", "nds4droid", "42", "Nintendo DS", "Android", "GPL v2" ], [ "9", "DuoS", "1.0", "Nintendo DS", "Windows", "Unknown" ] ] }, { "t5Formulas": [ { "Question": "What was the previous school for the forward with a height of ft5in (m)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"ft5in (m)\")*(C1=\"Forward\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(D2:D15=\"ft5in (m)\")*(C2:C15=\"Forward\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"ft5in (m)\"", "*", "C1", "=", "\"Forward\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest listed number for a player?", "Formula": "MIN(B1)", "Formula2": "MIN(B2:B15)", "Level": "easy", "Tokens": [ "MIN(", "B1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "Who previously attended south kent school / brentwood hs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"South Kent School / Brentwood HS\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,H2:H15=\"South Kent School / Brentwood HS\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"South Kent School / Brentwood HS\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest number a guard from brophy college prep wore?", "Formula": "MAX(FILTER(B1, (C1=\"Guard\")*(H1=\"Brophy College Prep\")))", "Formula2": "MAX(FILTER(B2:B15, (C2:C15=\"Guard\")*(H2:H15=\"Brophy College Prep\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "\"Guard\"", "*", "H1", "=", "\"Brophy College Prep\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_1-29050051-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "#", "Position", "Height", "Weight ( lb. )", "Year", "Hometown", "Previous School" ], [ "2", "Gilbert Brown Category:Articles with hCards", "5", "Forward", "ft6in (m)", "215", "2 Senior ( RS )", "Harrisburg , PA", "South Kent School" ], [ "3", "Isaiah Epps Category:Articles with hCards", "2", "Guard", "ft2in (m)", "175", "2 Freshman", "Plainfield , NJ", "Hargrave Military Academy / Plainfield HS" ], [ "4", "Ashton Gibbs Category:Articles with hCards", "12", "Guard", "ft2in (m)", "190", "1 Junior", "Scotch Plains , NJ", "Seton Hall Prep" ], [ "5", "Gary McGhee Category:Articles with hCards", "52", "Center", "ft11in (m)", "250", "2 Senior", "Anderson , IN", "Highland HS" ], [ "6", "J.J. Moore Category:Articles with hCards", "44", "Forward", "ft6in (m)", "200", "2 Freshman", "Brentwood , NY", "South Kent School / Brentwood HS" ], [ "7", "Aron Nwankwo Category:Articles with hCards", "15", "Forward", "ft7in (m)", "200", "2 Freshman", "Baltimore , MD", "Baltimore City College" ], [ "8", "Lamar Patterson Category:Articles with hCards", "21", "Guard/Forward", "ft5in (m)", "220", "1 Freshman (RS)", "Lancaster , PA", "St. Benedict's Prep / J.P. McCaskey H.S." ], [ "9", "J.J. Richardson Category:Articles with hCards", "55", "Forward/Center", "ft7in (m)", "235", "1 Sophomore", "Missouri City , TX", "Fort Bend Hightower HS" ], [ "10", "Nick Rivers Category:Articles with hCards", "14", "Guard", "ft0in (m)", "180", "1 Senior", "Phoenix , AZ", "Brophy College Prep" ], [ "11", "Nasir Robinson Category:Articles with hCards", "35", "Forward", "ft5in (m)", "220", "1 Junior", "Chester , PA", "Chester HS" ], [ "12", "Dante Taylor Category:Articles with hCards", "11", "Forward", "ft9in (m)", "240", "1 Sophomore", "Greenburgh , NY", "National Christian Academy (MD)" ], [ "13", "Brad Wanamaker Category:Articles with hCards", "22", "Guard", "ft4in (m)", "210", "2 Senior", "Philadelphia , PA", "Roman Catholic HS" ], [ "14", "Travon Woodall Category:Articles with hCards", "1", "Guard", "ft11in (m)", "190", "1 Sophomore (RS)", "Brooklyn , NY- Paterson , NJ", "St. Anthony HS" ], [ "15", "Cameron Wright Category:Articles with hCards", "3", "Guard", "ft4in (m)", "200", "1 Freshman", "Cleveland , OH", "Benedictine HS" ] ] }, { "t5Formulas": [ { "Question": "highest 2 priority", "Formula": "TAKE(SORT(A1:D1, 4, 1), 2)", "Formula2": "TAKE(SORT(A2:D5, 4, 1), 2)", "Level": "easy", "Tokens": [ "TAKE(", "SORT(", "A1", ":", "D1", "4", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "Cell", ":", "Cell", "Num", "Num", "Num" ] }, { "Question": "highest priority", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D5)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "top 2 priority", "Formula": "TAKE(SORT(A1:D1, 4, 1), 2)", "Formula2": "TAKE(SORT(A2:D5, 4, 1), 2)", "Level": "easy", "Tokens": [ "TAKE(", "SORT(", "A1", ":", "D1", "4", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "Cell", ":", "Cell", "Num", "Num", "Num" ] }, { "Question": "top priority", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D5)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "bottom 2 priority", "Formula": "TAKE(SORT(A1:D1, 4, -1), 2)", "Formula2": "TAKE(SORT(A2:D5, 4, -1), 2)", "Level": "easy", "Tokens": [ "TAKE(", "SORT(", "A1", ":", "D1", "4", "-", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "Cell", ":", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "bottom priority", "Formula": "MAX(D1)", "Formula2": "MAX(D2:D5)", "Level": "easy", "Tokens": [ "MAX(", "D1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "top name by priority", "Formula": "TAKE(SORT(SUMMARIZE(B1,MINX(D1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,MINX(D2:D5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "MINX(", "D1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "top 2 name by priority", "Formula": "TAKE(SORT(SUMMARIZE(B1,MINX(D1)), 2, 1), 2)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,MINX(D2:D5)), 2, 1), 2)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "MINX(", "D1", "2", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "which name has the highest priority", "Formula": "TAKE(SORT(SUMMARIZE(B1,MINX(D1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,MINX(D2:D5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "MINX(", "D1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "which name has the top priority", "Formula": "TAKE(SORT(SUMMARIZE(B1,MINX(D1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,MINX(D2:D5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "MINX(", "D1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "which name has the bottom priority", "Formula": "TAKE(SORT(SUMMARIZE(B1,MAXX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,MAXX(D2:D5)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "MAXX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "MAXX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "top 2 id by cell count of id", "Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, -1), 2)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, -1), 2)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "COUNTX(", "A1", "2", "-", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "bottom 2 id by cell count of id", "Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, 1), 2)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, 1), 2)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "COUNTX(", "A1", "2", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "most common id", "Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "COUNTX(", "A1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "least common id", "Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "COUNTX(", "A1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "show me top 2 priority", "Formula": "TAKE(SORT(A1:D1, 4, 1), 2)", "Formula2": "TAKE(SORT(A2:D5, 4, 1), 2)", "Level": "easy", "Tokens": [ "TAKE(", "SORT(", "A1", ":", "D1", "4", "1", "2" ], "Funcs": [ "TAKE(", "SORT(", "Cell", ":", "Cell", "Num", "Num", "Num" ] } ], "TableName": "quantitypriority", "Table": [ [ "0", "A", "B", "C", "D" ], [ "1", "ID", "Name", "1st choice workshop", "Priority" ], [ "2", "1", "Zhang San", "LinkedIn Alighment", "1" ], [ "3", "2", "Li Si", "Fast Design", "1" ], [ "4", "3", "Wang Wu", "Fast Design", "2" ], [ "5", "4", "Yang Liu", "LinkedIn Alighment", "2" ] ] }, { "t5Formulas": [ { "Question": "Which Points have an Opponent of @ atlanta thrashers, and a Game smaller than 28?", "Formula": "SUM(FILTER(F1, (C1=\"@ atlanta thrashers\")*(A1<28)))", "Formula2": "SUM(FILTER(F2:F16, (C2:C16=\"@ atlanta thrashers\")*(A2:A16<28)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "\"@ atlanta thrashers\"", "*", "A1", "<", "28" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How many Points have a Game smaller than 37, and a Score of 2–3, and a December of 13?", "Formula": "SUM(FILTER(F1, (A1<37)*(D1=\"2–3\")*(B1=13)))", "Formula2": "SUM(FILTER(F2:F16, (A2:A16<37)*(D2:D16=\"2–3\")*(B2:B16=13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "<", "37", "*", "D1", "=", "\"2–3\"", "*", "B1", "=", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "Which Game is the highest one that has a Score of 3–2?", "Formula": "SUMIFS(A1,D1,\"3–2\")", "Formula2": "SUMIFS(A2:A16,D2:D16,\"3–2\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"3–2\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14347256-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "December", "Opponent", "Score", "Record", "Points" ], [ "2", "24", "1", "Tampa Bay Lightning", "2–0", "11–7–5–1", "28" ], [ "3", "25", "4", "@ New York Islanders", "3–2", "12–7–5–1", "30" ], [ "4", "26", "6", "New York Islanders", "0–2", "12–8–5–1", "30" ], [ "5", "27", "8", "Minnesota Wild", "5–1", "13–8–5–1", "32" ], [ "6", "28", "10", "@ Atlanta Thrashers", "3–1", "14–8–5–1", "34" ], [ "7", "29", "13", "Montreal Canadiens", "2–3", "14–9–5–1", "34" ], [ "8", "30", "15", "@ Boston Bruins", "5–2", "15–9–5–1", "36" ], [ "9", "31", "16", "Edmonton Oilers", "2–3", "15–10–5–1", "36" ], [ "10", "32", "18", "St. Louis Blues", "6–3", "16–10–5–1", "38" ], [ "11", "33", "20", "Dallas Stars", "2–1", "17–10–5–1", "40" ], [ "12", "34", "22", "Carolina Hurricanes", "4–3 OT", "18–10–5–1", "42" ], [ "13", "35", "26", "@ Washington Capitals", "4–1", "19–10–5–1", "44" ], [ "14", "36", "28", "@ Phoenix Coyotes", "2–4", "19–11–5–1", "44" ], [ "15", "37", "29", "@ Colorado Avalanche", "5–2", "20–11–5–1", "46" ], [ "16", "38", "31", "@ Vancouver Canucks", "2–1", "21–11–5–1", "48" ] ] }, { "t5Formulas": [ { "Question": "who won mens doubles when zhou mi won womens singles", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Zhou Mi\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Zhou Mi\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Zhou Mi\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who won mixed doubles when zhou mi won womens singles", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Zhou Mi\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Zhou Mi\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Zhou Mi\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "state the earliest year li xuerui won womens singles", "Formula": "MINIFS(A1,C1,\"Li Xuerui\")", "Formula2": "MINIFS(A2:A6,C2:C6,\"Li Xuerui\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"Li Xuerui\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "state the earliest year li xuerui won womens singles", "Formula": "MINIFS(A1,C1,\"Li Xuerui\")", "Formula2": "MINIFS(A2:A6,C2:C6,\"Li Xuerui\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"Li Xuerui\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "who won womens doubles in 2010", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2010),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=2010),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2010", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "who won mixed doubles when wang yihan won womens singles", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Wang Yihan\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Wang Yihan\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Wang Yihan\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-20361783-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Mens singles", "Womens singles", "Mens doubles", "Womens doubles", "Mixed doubles" ], [ "2", "2012", "Chen Long", "Li Xuerui", "Mathias Boe Carsten Mogensen", "Wang Xiaoli Yu Yang", "Joachim Fischer Nielsen Christinna Pedersen" ], [ "3", "2011", "Lin Dan", "Wang Yihan", "Mathias Boe Carsten Mogensen", "Wang Xiaoli Yu Yang", "Zhang Nan Zhao Yunlei" ], [ "4", "2010", "Lee Chong Wei", "Wang Shixian", "Mathias Boe Carsten Mogensen", "Wang Xiaoli Yu Yang", "Zhang Nan Zhao Yunlei" ], [ "5", "2009", "Lee Chong Wei", "Wong Mew Choo", "Jung Jae-sung Lee Yong-dae", "Wong Pei Tty Chin Eei Hui", "Joachim Fischer Nielsen Christinna Pedersen" ], [ "6", "2008", "Lee Chong Wei", "Zhou Mi", "Koo Kien Keat Tan Boon Heong", "Wong Pei Tty Chin Eei Hui", "Thomas Laybourn Kamilla Rytter Juhl" ] ] }, { "t5Formulas": [ { "Question": "What was #7 BMW's speed?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bmw\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-10638654-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Ray Pickrell", "Triumph", "100.07mph", "1:30.30.2" ], [ "3", "2", "Tony Jefferies", "Triumph", "98.38mph", "1:30.03.0" ], [ "4", "3", "Bob Heath", "BSA", "97.08mph", "1:33.17.4" ], [ "5", "4", "Hans-Otto Butenuth", "BMW", "93.75mph", "1:36.36.0" ], [ "6", "5", "David Nixon", "Triumph", "93.02mph", "1:37.21.0" ], [ "7", "6", "B.J.Clark", "Norton", "92.97mph", "1:37.24.6" ], [ "8", "7", "Tom Dickie", "BMW", "91.08mph", "1:39.26.0" ], [ "9", "8", "Keith Heckles", "Norton", "86.11mph", "1:45.10.8" ], [ "10", "9", "Tony Anderson", "BMW", "85.81mph", "1:45.32.0" ], [ "11", "10", "Peter Darvill", "Honda", "80.51mph", "1:52.29.4" ] ] }, { "t5Formulas": [ { "Question": "Which Administrative district has a Pre-1009 province of gwannae -do and a Post-1009 province of seohae -do?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"gwannae -do\")*(D1=\"seohae -do\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(C2:C18=\"gwannae -do\")*(D2:D18=\"seohae -do\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"gwannae -do\"", "*", "D1", "=", "\"seohae -do\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What kind of Modern equivalent that has a Pre-1009 province of sakbang -do, and a Province of Silla of sakju?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sakbang -do\")*(A1=\"sakju\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(C2:C18=\"sakbang -do\")*(A2:A18=\"sakju\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sakbang -do\"", "*", "A1", "=", "\"sakju\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What kind of Modern equivalent has a Post-1009 province of gyeongsang -do, and a Administrative district of jinju -mok, and a Province of Silla of gangju?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"gyeongsang -do\")*(B1=\"jinju -mok\")*(A1=\"gangju\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(D2:D18=\"gyeongsang -do\")*(B2:B18=\"jinju -mok\")*(A2:A18=\"gangju\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"gyeongsang -do\"", "*", "B1", "=", "\"jinju -mok\"", "*", "A1", "=", "\"gangju\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "WHat kind of Province of Silla has a Modern equivalent of pyeongan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"pyeongan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"pyeongan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"pyeongan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Pre-1009 province has a Post-1009 province of donggye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"donggye\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"donggye\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"donggye\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHich Province of Silla has a Modern equivalent of south jeolla, and a Administrative district of seungju?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"south jeolla\")*(B1=\"seungju\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(E2:E18=\"south jeolla\")*(B2:B18=\"seungju\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"south jeolla\"", "*", "B1", "=", "\"seungju\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-160510-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Province of Silla", "Administrative district", "Pre-1009 province", "Post-1009 province", "Modern equivalent" ], [ "2", "Hanju", "Gyeonggi ( 京畿 )", "Gyeonggi", "Gyeonggi", "Kaesŏng" ], [ "3", "Hanju", "Yangju -mok( 揚州牧 )", "Gwannae -do", "Seohae -do", "Hwanghae" ], [ "4", "Hanju", "Hwangju -mok( 黃州牧 )", "Gwannae -do", "Seohae -do", "North Hwanghae" ], [ "5", "Hanju", "Haeju -mok( 海州牧 )", "Gwannae -do", "Seohae -do", "South Hwanghae" ], [ "6", "Hanju", "Gwangju -mok( 廣州牧 )", "Gwannae -do", "Yanggwang -do", "Gyeonggi" ], [ "7", "Hanju", "Chungju -mok( 忠州牧 )", "Jungwon -do", "Yanggwang -do", "North Chungcheong" ], [ "8", "Ungju", "Cheongju -mok", "Jungwon -do", "Yanggwang -do", "North Chungcheong" ], [ "9", "Ungju", "Gongju -mok", "Hanam -do", "Yanggwang -do", "South Chungcheong" ], [ "10", "Jeonju", "Jeonju -mok( 全州牧 )", "Gangnam -do", "Jeolla -do", "North Jeolla" ], [ "11", "Muju", "Naju -mok", "Haeyang -do", "Jeolla -do", "South Jeolla" ], [ "12", "Muju", "Seungju", "Haeyang -do", "Jeolla -do", "South Jeolla" ], [ "13", "Sangju", "Sangju -mok", "Yeongnam -do", "Gyeongsang -do", "North Gyeongsang" ], [ "14", "Gangju", "Jinju -mok", "Sannam -do", "Gyeongsang -do", "Western South Gyeongsang" ], [ "15", "Yangju", "Jinju -mok", "Yeongdong -do", "Gyeongsang -do", "Eastern South Gyeongsang" ], [ "16", "Sakju", "—", "Sakbang -do", "Gyoju -do", "Gangwon" ], [ "17", "Myeongju", "—", "Sakbang -do", "Donggye", "Gangwon" ], [ "18", "—", "—", "Paeseo -do", "Bukgye", "Pyeongan" ] ] }, { "t5Formulas": [ { "Question": "With the lost of 3, how many points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=3),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=3),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "3", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many against points for 16 matches?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=16),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=16),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "16", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "The 51 points against, how many are for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=51),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=51),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "51", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "For the played in, what are the total points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"total\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"total\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"total\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10297763-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Played in", "Matches", "Lost", "Drawn", "Points for", "Points against" ], [ "2", "Played in", "Matches", "Lost", "Drawn", "Points for", "Points against" ], [ "3", "British Isles", "74", "20", "5", "394", "188" ], [ "4", "New Zealand", "17", "3", "0", "119", "51" ], [ "5", "Australia", "16", "0", "1", "240", "66" ], [ "6", "Total", "107", "23", "6", "753", "305" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of the weeks during which the Redskins played against the Houston Oilers and had more than 54,582 fans in attendance?", "Formula": "SUM(FILTER(A1, (C1=\"houston oilers\")*(E1>54582)))", "Formula2": "SUM(FILTER(A2:A17, (C2:C17=\"houston oilers\")*(E2:E17>54582)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"houston oilers\"", "*", "E1", ">", "54582" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest attendance for week 1?", "Formula": "MAX(FILTER(E1, A1<1))", "Formula2": "MAX(FILTER(E2:E17, A2:A17<1))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "<", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the total number in attendance for the game after week 8 that was on November 25, 1979?", "Formula": "SUM(FILTER(E1, (A1>8)*(B1=\"november 25, 1979\")))", "Formula2": "SUM(FILTER(E2:E17, (A2:A17>8)*(B2:B17=\"november 25, 1979\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", ">", "8", "*", "B1", "=", "\"november 25, 1979\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-15085755-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 2, 1979", "Houston Oilers", "L 29-27", "54,582" ], [ "3", "2", "September 9, 1979", "at Detroit Lions", "W 27-24", "54,991" ], [ "4", "3", "September 17, 1979", "New York Giants", "W 27-0", "54,672" ], [ "5", "4", "September 23, 1979", "at St. Louis Cardinals", "W 17-7", "50,680" ], [ "6", "5", "September 30, 1979", "at Atlanta Falcons", "W 16-7", "56,819" ], [ "7", "6", "October 7, 1979", "at Philadelphia Eagles", "L 28-17", "69,142" ], [ "8", "7", "October 14, 1979", "at Cleveland Browns", "W 13-9", "63,323" ], [ "9", "8", "October 21, 1979", "Philadelphia Eagles", "W 17-7", "54,442" ], [ "10", "9", "October 28, 1979", "New Orleans Saints", "L 14-10", "52,133" ], [ "11", "10", "November 4, 1979", "at Pittsburgh Steelers", "L 38-7", "49,462" ], [ "12", "11", "November 11, 1979", "St. Louis Cardinals", "W 30-28", "50,868" ], [ "13", "12", "November 18, 1979", "Dallas Cowboys", "W 34-20", "55,031" ], [ "14", "13", "November 25, 1979", "at New York Giants", "L 14-6", "72,641" ], [ "15", "14", "December 2, 1979", "Green Bay Packers", "W 38-21", "51,682" ], [ "16", "15", "December 9, 1979", "Cincinnati Bengals", "W 28-14", "52,882" ], [ "17", "16", "December 16, 1979", "at Dallas Cowboys", "L 35-34", "62,867" ] ] }, { "t5Formulas": [ { "Question": "What rank is 愛のバカ on the Japanese singles chart?", "Formula": "SUMIFS(E1,B1,\"愛のバカ\")", "Formula2": "SUMIFS(E2:E6,B2:B6,\"愛のバカ\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"愛のバカ\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many songs have mi-chemin as their Japanese name and romanji name?", "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"Mi-Chemin\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A6, B2:B6=\"Mi-Chemin\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"Mi-Chemin\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-10979230-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Romaji title", "Japanese title", "Release date", "Reference", "Oricon" ], [ "2", "Junjou Karen Otome Moyou", "純情可憐乙女模様", "1995/02/08", "KICS-470", "1" ], [ "3", "Mi-Chemin", "Mi-Chemin", "1995/09/21", "KICS-510", "3" ], [ "4", "Merry Christmas For You", "Merry Christmas For You", "1995/11/22", "KICS-530", "19" ], [ "5", "Ai no Baka", "愛のバカ", "1996/03/23", "KICS-540", "20" ], [ "6", "nakitakunalu", "泣きたくなる", "1996/10/10", "KICS-600", "18" ] ] }, { "t5Formulas": [ { "Question": "What team had high assists Rafer Alston (5)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Rafer Alston (5)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,G2:G15=\"Rafer Alston (5)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Rafer Alston (5)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15872814-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "57", "March 2", "@ San Antonio", "L 86–92 (OT)", "Chris Bosh (16)", "Donyell Marshall (9)", "Milt Palacio (6)", "SBC Center 17,795", "24–33" ], [ "3", "58", "March 4", "@ Memphis", "L 75–86 (OT)", "Jalen Rose (19)", "Donyell Marshall (9)", "Morris Peterson (4)", "FedExForum 18,119", "24–34" ], [ "4", "59", "March 6", "@ New Orleans", "W 95–84 (OT)", "Chris Bosh (33)", "Chris Bosh (15)", "Milt Palacio (9)", "New Orleans Arena 10,638", "25–34" ], [ "5", "60", "March 7", "@ Dallas", "L 105–113 (OT)", "Morris Peterson (23)", "Chris Bosh (8)", "Rafer Alston (7)", "American Airlines Center 19,509", "25–35" ], [ "6", "61", "March 9", "Orlando", "W 106–96 (OT)", "Rafer Alston , Morris Peterson (16)", "Chris Bosh (15)", "Jalen Rose (8)", "Air Canada Centre 17,362", "26–35" ], [ "7", "62", "March 11", "Atlanta", "L 112–116 (OT)", "Jalen Rose (22)", "Chris Bosh , Donyell Marshall (11)", "Rafer Alston (11)", "Air Canada Centre 17,890", "26–36" ], [ "8", "63", "March 13", "Philadelphia", "W 128–110 (OT)", "Donyell Marshall (38)", "Chris Bosh , Donyell Marshall (10)", "Morris Peterson (8)", "Air Canada Centre 19,800", "27–36" ], [ "9", "64", "March 16", "@ Boston", "L 109–110 (OT)", "Jalen Rose (35)", "Donyell Marshall (9)", "Rafer Alston (6)", "FleetCenter 17,020", "27–37" ], [ "10", "65", "March 18", "@ Detroit", "L 92–103 (OT)", "Donyell Marshall (25)", "Donyell Marshall (12)", "Rafer Alston , Milt Palacio (4)", "The Palace of Auburn Hills 22,076", "27–38" ], [ "11", "66", "March 20", "Cleveland", "W 105–98 (OT)", "Jalen Rose (30)", "Donyell Marshall (10)", "Rafer Alston (4)", "Air Canada Centre 19,800", "28–38" ], [ "12", "67", "March 23", "Chicago", "L 85–94 (OT)", "Jalen Rose (30)", "Chris Bosh , Jalen Rose (9)", "Rafer Alston (5)", "Air Canada Centre 16,974", "28–39" ], [ "13", "68", "March 25", "@ Philadelphia", "L 101–103 (OT)", "Donyell Marshall (26)", "Chris Bosh (22)", "Rafer Alston (10)", "Wachovia Center 18,521", "28–40" ], [ "14", "69", "March 26", "@ Atlanta", "W 109–104 (OT)", "Chris Bosh (32)", "Chris Bosh (11)", "Milt Palacio (6)", "Philips Arena 16,648", "29–40" ], [ "15", "70", "March 29", "@ Miami", "L 91–103 (OT)", "Rafer Alston (19)", "Chris Bosh (13)", "Rafer Alston , Jalen Rose (6)", "American Airlines Arena 20,197", "29–41" ] ] }, { "t5Formulas": [ { "Question": "What was the Best Feature Film at the Macabro Film Festival?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"best feature film\")*(B1=\"macabro film festival\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(A2:A17=\"best feature film\")*(B2:B17=\"macabro film festival\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"best feature film\"", "*", "B1", "=", "\"macabro film festival\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18416665-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Award", "Organization", "Work", "Category", "Result" ], [ "2", "Best Feature Film", "Macabro Film Festival", "The Human Race", "Best Feature", "Won" ], [ "3", "Best Feature Film", "DragonCon", "The Human Race", "Best Feature", "Won" ], [ "4", "Grand Prize", "Long Island International Film Expo", "The Human Race", "Best Feature", "Won" ], [ "5", "Jury Award", "Utopiales De Nantes", "The Human Race", "Best Director", "Won" ], [ "6", "Best Short Film", "London Sci-Fi Film Festival", "The Angel", "Best Short", "Won" ], [ "7", "Festival Prize", "Long Island International Film Expo", "The Angel", "Best Short", "Won" ], [ "8", "Jury Award", "Long Island International Film Expo", "The Angel", "Best Short", "Won" ], [ "9", "Best Short Film", "Fant-Asia Film Festival", "The Angel", "Short Film", "Won" ], [ "10", "Jury Award", "Newport Beach Film Festival", "The Angel", "Short Film", "Won" ], [ "11", "10 Degrees Hotter Award", "Valley Film Festival", "The Angel", "Short Film, Jury Award", "Won" ], [ "12", "Best Short", "California Film Festival", "The Angel", "Short Film", "Won" ], [ "13", "Audience Award", "Brooklyn International Film Festival", "The Backyard", "Best Documentary", "Won" ], [ "14", "Festival Prize", "Los Angeles Silver Lake Film Festival", "The Backyard", "Best Picture", "Won" ], [ "15", "Jury Award", "Sonoma Valley Film Festival", "The Backyard", "Best Lounge Film", "Won" ], [ "16", "Director's Choice", "Texas Film Festival", "The Backyard", "Best Film", "Won" ], [ "17", "Critic's Choice", "Edinburgh International Film Festival", "The Backyard", "Best Film", "Won" ] ] }, { "t5Formulas": [ { "Question": "What was the word for the episode that aired February 11? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"February 11\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"February 11\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"February 11\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the introductory phrase for the episode with the production bode 6026?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=6026))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=6026))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6026" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the word on episode number 673? ", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=673))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=673))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "673" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who were the guests in the episode with production code 6021? ", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=6021))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=6021))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6021" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-25691838-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode #", "The Wørd", "Guest", "Introductory phrase", "Original airdate", "Production code" ], [ "2", "669", "\"Siren Song\"", "Nicole Miller, Jessica Smith, Harold Ford, Jr.", "None", "February 1", "6017" ], [ "3", "673", "\"Faux 'n' Tell\"", "Jonathan Safran Foer", "None", "February 8", "6021" ], [ "4", "674", "\"None\"", "Chris Dodd , George Stephanopoulos", "None", "February 9", "6022" ], [ "5", "676", "\"Political Suicide\"", "Al Michaels , David Ross", "None", "February 11", "6024" ], [ "6", "678", "\"None\"", "Lindsey Vonn , Bob Costas", "None", "February 23", "6026" ] ] }, { "t5Formulas": [ { "Question": "Who has a birth of 16 august 1401?", "Formula": "FILTER(A1,B1=\"16 august 1401\")", "Formula2": "FILTER(A2:A8,B2:B8=\"16 august 1401\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"16 august 1401\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "when was the death of the person with husband Charles, 1st dauphin?", "Formula": "FILTER(F1,G1=\"charles, 1st dauphin\")", "Formula2": "FILTER(F2:F8,G2:G8=\"charles, 1st dauphin\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "G1", "=", "\"charles, 1st dauphin\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "when was the death when the birth was 8 december 1542?", "Formula": "FILTER(F1,B1=\"8 december 1542\")", "Formula2": "FILTER(F2:F8,B2:B8=\"8 december 1542\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"8 december 1542\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When was became dauphine when birth is 1393?", "Formula": "FILTER(D1,B1=\"1393\")", "Formula2": "FILTER(D2:D8,B2:B8=\"1393\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"1393\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "when was the marriage when became dauphine is 31 august 1412?", "Formula": "FILTER(C1,D1=\"31 august 1412\")", "Formula2": "FILTER(C2:C8,D2:D8=\"31 august 1412\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"31 august 1412\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "who is the husband when ceased to be dauphine is 22 july 1461 became queen?", "Formula": "FILTER(G1,E1=\"22 july 1461 became queen\")", "Formula2": "FILTER(G2:G8,E2:E8=\"22 july 1461 became queen\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "E1", "=", "\"22 july 1461 became queen\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-16404058-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Birth", "Marriage", "Became Dauphine", "Ceased to be Dauphine", "Death", "Husband" ], [ "2", "Joan of Bourbon", "3 February 1338", "8 April 1350", "22 August 1350 husband became the Dauphin", "8 April 1364 became Queen", "6 February 1378", "Charles, 1st Dauphin" ], [ "3", "Margaret of Burgundy", "1393", "31 August 1412", "31 August 1412", "18 December 1415 husband's death", "2 February 1441", "Louis, 6th Dauphin" ], [ "4", "Jacqueline, Countess of Hainaut", "16 August 1401", "6 August 1415", "18 December 1415 husband became the Dauphin", "4 April 1417 husband's death", "8 October 1436", "John, 7th Dauphin" ], [ "5", "Margaret Stewart of Scotland", "25 December 1424", "24 June 1436", "24 June 1436", "16 August 1445", "16 August 1445", "Louis, 9th Dauphin" ], [ "6", "Charlotte of Savoy", "11 November 1443/5", "14 February 1451", "14 February 1451", "22 July 1461 became Queen", "1 December 1483", "Louis, 9th Dauphin" ], [ "7", "Catherine de' Medici", "13 April 1519", "28 October 1533", "10 August 1536 husband became the Dauphin", "31 March 1547 became Queen", "5 January 1589", "Henry, 16th Dauphin" ], [ "8", "Mary, Queen of Scots", "8 December 1542", "24 April 1558", "24 April 1558", "10 July 1559 became Queen", "8 February 1587", "Francis, 17th Dauphin" ] ] }, { "t5Formulas": [ { "Question": "What is the total when silver is less than 1 and rank larger than 3?", "Formula": "SUM(FILTER(F1, (D1<1)*(A1>3)))", "Formula2": "SUM(FILTER(F2:F6, (D2:D6<1)*(A2:A6>3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "<", "1", "*", "A1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the number of bronze for Canada and silver is less than 0?", "Formula": "SUM(FILTER(E1, (B1=\"canada\")*(D1<0)))", "Formula2": "SUM(FILTER(E2:E6, (B2:B6=\"canada\")*(D2:D6<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"canada\"", "*", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the largest gold when silver is less than 1 for Canada and bronze is less than 0?", "Formula": "MAX(FILTER(C1, (D1<1)*(B1=\"canada\")*(E1<0)))", "Formula2": "MAX(FILTER(C2:C6, (D2:D6<1)*(B2:B6=\"canada\")*(E2:E6<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "D1", "<", "1", "*", "B1", "=", "\"canada\"", "*", "E1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the silver for Germany and less than 2?", "Formula": "SUM(FILTER(D1, (B1=\"germany\")*(A1<2)))", "Formula2": "SUM(FILTER(D2:D6, (B2:B6=\"germany\")*(A2:A6<2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"germany\"", "*", "A1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-11338408-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "0", "1", "3", "4" ], [ "3", "2", "Germany", "1", "1", "0", "2" ], [ "4", "3", "Canada", "1", "0", "0", "1" ], [ "5", "4", "Switzerland", "1", "0", "0", "1" ], [ "6", "5", "Italy", "0", "1", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "Pick larger than 229, and a Round smaller than 12, and a Position of defensive back is what school/club team?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"defensive back\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)>229)*(CHOOSECOLS(query1,3)<12)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"defensive back\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)>229)*(CHOOSECOLS(query1,3)<12)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"defensive back\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "229", "*", "CHOOSECOLS(", "query1", "3", "<", "12" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Player of mike o'quinn, and a Round smaller than 15 had what lowest pick?", "Formula": "MIN(FILTER(B1, (C1=\"mike o'quinn\")*(A1<15)))", "Formula2": "MIN(FILTER(B2:B11, (C2:C11=\"mike o'quinn\")*(A2:A11<15)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "C1", "=", "\"mike o'quinn\"", "*", "A1", "<", "15" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Round of 11 had waht sum of pick?", "Formula": "SUM(FILTER(B1, A1=11))", "Formula2": "SUM(FILTER(B2:B11, A2:A11=11))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "11" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-15093587-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "School/Club Team" ], [ "2", "8", "203", "Moses Denson", "Running Back", "Maryland-Eastern Shore" ], [ "3", "9", "229", "Steve Boekholder", "Defensive End", "Drake" ], [ "4", "10", "255", "Mike Oldham", "Wide Receiver", "Michigan" ], [ "5", "11", "281", "Jeff Welch", "Defensive Back", "Arkansas Tech" ], [ "6", "12", "307", "Don Bunce", "Quarterback", "Stanford" ], [ "7", "13", "332", "Frank Grant", "Wide Receiver", "Southern Colorado" ], [ "8", "15", "365", "Mike O'Quinn", "Guard", "McNeese State" ], [ "9", "15", "385", "Carl Taibi", "Defensive End", "Colorado" ], [ "10", "16", "411", "Steve Higginbotham", "Defensive Back", "Alabama" ], [ "11", "17", "437", "Kevin Clemente", "Linebacker", "Boston College" ] ] }, { "t5Formulas": [ { "Question": "How many were in the crowd at the Junction Oval venue?", "Formula": "SUMIFS(F1,E1,\"junction oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"junction oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"junction oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the away team score in the game at Arden Street Oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arden street oval\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the date of the Arden Street Oval game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arden street oval\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10773616-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "8.14 (62)", "South Melbourne", "12.13 (85)", "Arden Street Oval", "15,000", "22 May 1954" ], [ "3", "St Kilda", "14.15 (99)", "Melbourne", "12.6 (78)", "Junction Oval", "16,000", "22 May 1954" ], [ "4", "Richmond", "10.12 (72)", "Hawthorn", "11.12 (78)", "Punt Road Oval", "23,000", "22 May 1954" ], [ "5", "Footscray", "12.8 (80)", "Essendon", "4.7 (31)", "Western Oval", "30,000", "22 May 1954" ], [ "6", "Geelong", "13.17 (95)", "Collingwood", "9.8 (62)", "Kardinia Park", "32,500", "22 May 1954" ], [ "7", "Fitzroy", "8.10 (58)", "Carlton", "15.10 (100)", "Brunswick Street Oval", "20,000", "22 May 1954" ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE RECORD FOR FEBRUARY 11?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"february 11\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"february 11\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"february 11\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17102076-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Team", "Score", "High points", "Location Attendance", "Record" ], [ "2", "49", "February 1", "Oklahoma City", "W 122–118 (OT)", "Kevin Martin (37)", "ARCO Arena 10,817", "11–38" ], [ "3", "50", "February 2", "@ Phoenix", "L 81–129 (OT)", "John Salmons (19)", "US Airways Center 18,422", "11–39" ], [ "4", "51", "February 6", "Utah", "L 107–111 (OT)", "Kevin Martin (37)", "ARCO Arena 17,317", "11–40" ], [ "5", "52", "February 8", "@ Oklahoma City", "L 113–116 (OT)", "Beno Udrih (29)", "Ford Center 18,271", "11–41" ], [ "6", "53", "February 10", "@ Dallas", "L 100–118 (OT)", "Kevin Martin (18)", "American Airlines Center 19,667", "11–42" ], [ "7", "54", "February 11", "@ Houston", "L 82–94 (OT)", "Kevin Martin (18)", "Toyota Center 15,626", "11–43" ], [ "8", "55", "February 18", "Atlanta", "L 100–105 (OT)", "Kevin Martin (32)", "ARCO Arena 11,213", "11–44" ], [ "9", "56", "February 20", "@ Memphis", "W 115–106 (OT)", "Kevin Martin (33)", "FedExForum 15,036", "12–44" ], [ "10", "57", "February 21", "@ Dallas", "L 95–116 (OT)", "Beno Udrih (18)", "American Airlines Center 20,223", "12–45" ], [ "11", "58", "February 23", "New Orleans", "L 105–112 (OT)", "Kevin Martin (32)", "ARCO Arena 11,633", "12–46" ], [ "12", "59", "February 25", "Charlotte", "L 91–98 (OT)", "Kevin Martin (27)", "ARCO Arena 10,439", "12–47" ], [ "13", "60", "February 27", "L.A. Clippers", "W 98–86 (OT)", "Kevin Martin (20)", "ARCO Arena 12,846", "13–47" ], [ "14", "61", "February 28", "@ Utah", "L 89–102 (OT)", "Kevin Martin (19)", "EnergySolutions Arena 19,911", "13–48" ] ] }, { "t5Formulas": [ { "Question": "What is the Flagship of the Show Hosted by Rover (Shane French)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rover (shane french)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"rover (shane french)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rover (shane french)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Host of the Show with a Market of New York?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"new york\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"new york\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"new york\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the iHeartRadio of the Bronson and Christine Show?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"bronson and christine\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"bronson and christine\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"bronson and christine\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17300616-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Show", "Host(s)", "Flagship", "Market", "iHeartRadio" ], [ "2", "Armstrong & Getty", "Jack Armstrong, Joe Getty", "KSTE", "Sacramento", "n/a" ], [ "3", "Bob and the Showgram", "Bob Dumas", "WDCG", "Raleigh", "Listen Live" ], [ "4", "Bronson and Christine", "Bob Bronson, Christine Nagy", "WLTW", "New York", "n/a" ], [ "5", "The John and Ken Show", "John Kobylt, Kenneth Chiampou", "KFI", "Los Angeles", "n/a" ], [ "6", "Johnjay and Rich", "Johnjay Van Es, Rich Berra", "KZZP", "Phoenix", "Listen Live" ], [ "7", "Mojo in the Morning", "Mojo (Tom Carballo)", "WKQI", "Detroit", "Listen Live" ], [ "8", "Murphy, Sam, and Jodi", "Bob Murphy, Sam North, Jodi Carson", "KRVE", "Baton Rouge", "n/a" ], [ "9", "The Paul and Young Ron Show", "Paul Castronovo, Ron Brewer", "WBGG-FM", "Fort Lauderdale", "n/a" ], [ "10", "Rover's Morning Glory", "Rover (Shane French)", "WMMS", "Cleveland", "Listen Live" ], [ "11", "Sean Valentine in the Morning", "Sean Valentine", "KBIG", "Los Angeles", "n/a" ], [ "12", "The War Room with Quinn and Rose", "Jim Quinn , Rose Somma Tennent", "WPGB", "Pittsburgh", "n/a" ], [ "13", "The Travel Show", "Don Shafer, Larry Gelwix", "KNRS", "Salt Lake City", "n/a" ] ] }, { "t5Formulas": [ { "Question": "What club team has 216 overall?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=216))", "Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=216))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "216" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the highest round played by Chris Phillips?", "Formula": "MAXIFS(A1,C1,\"chris phillips\")", "Formula2": "MAXIFS(A2:A8,C2:C8,\"chris phillips\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "C1", "\"chris phillips\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-11803648-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Overall", "Player", "Nationality", "Club team" ], [ "2", "1", "1", "Chris Phillips", "Canada", "Prince Albert Raiders (WHL)" ], [ "3", "4", "81", "Antti-Jussi Niemi", "Finland", "Jokerit (Finland)" ], [ "4", "6", "136", "Andreas Dackell", "Sweden", "Brynäs IF Gävle (Sweden)" ], [ "5", "7", "163", "François Hardy", "Canada", "Val-d'Or Foreurs (QMJHL)" ], [ "6", "8", "212", "Erich Goldmann", "Germany", "Mannheim Eagles (Germany)" ], [ "7", "9", "216", "Ivan Ciernik", "Slovakia", "MHC Plastika Nitra (Slovakia)" ], [ "8", "9", "239", "Sami Salo", "Finland", "TPS (Finland)" ] ] }, { "t5Formulas": [ { "Question": "What is the number of races having top 5s over 2 and average starts of 6.5?", "Formula": "SUM(FILTER(B1, (D1>2)*(G1=6.5)))", "Formula2": "SUM(FILTER(B2:B9, (D2:D9>2)*(G2:G9=6.5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "2", "*", "G1", "=", "6.5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the lowest average finish having top 5s of 0?", "Formula": "MIN(FILTER(H1, D1<0))", "Formula2": "MIN(FILTER(H2:H9, D2:D9<0))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "H1", "D1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-15544826-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Year", "Races", "Wins", "Top 5", "Top 10", "Poles", "Avg. Start", "Avg. Finish", "Season Rank" ], [ "2", "1999", "1", "0", "0", "0", "0", "16.0", "11.0", "64th" ], [ "3", "2002", "10", "0", "2", "5", "0", "9.2", "10.2", "9th" ], [ "4", "2007", "1", "0", "0", "0", "0", "22.0", "29.0", "69th" ], [ "5", "2008", "4", "0", "0", "0", "0", "12.8", "25.2", "32nd" ], [ "6", "2009", "13", "1", "8", "11", "2", "6.5", "6.3", "3rd" ], [ "7", "2010", "12", "2", "4", "7", "3", "4.7", "11.6", "5th" ], [ "8", "2011", "14", "6", "12", "12", "6", "3.3", "5.2", "1st" ], [ "9", "2012 *", "9", "2", "7", "9", "3", "3.2", "3.8", "2nd" ] ] }, { "t5Formulas": [ { "Question": "How many lanes does Australia have with a reaction smaller than 0.138?", "Formula": "SUM(FILTER(A1, (C1=\"australia\")*(D1<0.138)))", "Formula2": "SUM(FILTER(A2:A9, (C2:C9=\"australia\")*(D2:D9<0.138)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"australia\"", "*", "D1", "<", "0.138" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Who had a reaction larger than 0.17400000000000002 and a lane larger than 6?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>0.17400000000000002)*(CHOOSECOLS(query1,3)>6)))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(D2:D9),SUMX(A2:A9)),FILTER(query1,(CHOOSECOLS(query1,2)>0.17400000000000002)*(CHOOSECOLS(query1,3)>6)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "0.17400000000000002", "*", "CHOOSECOLS(", "query1", "3", ">", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18578883-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Lane", "Name", "Nationality", "Reaction", "Time" ], [ "2", "6", "Dawn Harper", "United States", "0.193", "12.54" ], [ "3", "3", "Sally McLellan", "Australia", "0.138", "12.64" ], [ "4", "8", "Priscilla Lopes-Schliep", "Canada", "0.174", "12.64" ], [ "5", "7", "Damu Cherry", "United States", "0.239", "12.65" ], [ "6", "5", "Delloreen Ennis-London", "Jamaica", "0.151", "12.65" ], [ "7", "9", "Brigitte Foster-Hylton", "Jamaica", "0.167", "12.66" ], [ "8", "4", "LoLo Jones", "United States", "0.185", "12.72" ], [ "9", "2", "Sarah Claxton", "Great Britain", "0.163", "12.94" ] ] }, { "t5Formulas": [ { "Question": "What date has a margin of victory of 1 stroke over Greg Kraft?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"1 stroke\")*(E1=\"greg kraft\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"1 stroke\")*(E2:E11=\"greg kraft\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1 stroke\"", "*", "E1", "=", "\"greg kraft\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the margin of victory over Steve Rintoul?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"steve rintoul\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"steve rintoul\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"steve rintoul\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the margin of victory over Brad Faxon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"brad faxon\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"brad faxon\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"brad faxon\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1507220-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Winning score", "Margin of victory", "Runner(s)-up" ], [ "2", "22 Apr 1990", "KMart Greater Greensboro Open", "–6 (74-71-71-66=282)", "2 strokes", "Mike Reid , Jeff Sluman" ], [ "3", "31 Mar 1991", "The Players Championship", "–12 (66-70-72-68=276)", "1 stroke", "Fuzzy Zoeller" ], [ "4", "12 Jan 1992", "Infiniti Tournament of Champions", "–9 (69-71-67-72=279)", "Playoff", "Brad Faxon" ], [ "5", "2 Oct 1994", "Buick Southern Open", "–16 (66-66-68=200)", "5 strokes", "Steve Rintoul" ], [ "6", "8 Jan 1995", "Mercedes Championships", "–10 (69-71-71-67=278)", "Playoff", "Bruce Lietzke" ], [ "7", "13 Aug 1995", "PGA Championship", "–17 (68-67-68-64=267)", "Playoff", "Colin Montgomerie" ], [ "8", "9 Mar 1997", "Doral-Ryder Open", "–13 (70-66-70-69=275)", "2 strokes", "Larry Nelson , Nick Price" ], [ "9", "30 Mar 1997", "The Players Championship", "–16 (66-69-68-69=272)", "7 strokes", "Scott Hoch" ], [ "10", "10 Oct 1998", "Buick Challenge", "–21 (66-70-66-65=267)", "Playoff", "Fred Funk" ], [ "11", "7 Mar 1999", "Doral-Ryder Open", "–13 (72-70-69-64=275)", "1 stroke", "Greg Kraft" ] ] }, { "t5Formulas": [ { "Question": "What channel number is Gladiators on", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Gladiators\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Gladiators\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Gladiators\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What show is coming back on in July 2008", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"July 2008\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"July 2008\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"July 2008\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-13549921-18", "Table": [ [ "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)" ] ] }, { "t5Formulas": [ { "Question": "What team has draft picks from Mississippi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Mississippi\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"Mississippi\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Mississippi\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many positions drafted players from Washington?", "Formula": "ROWS(UNIQUE(FILTER(D1, E1=\"Washington\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D11, E2:E11=\"Washington\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "E1", "=", "\"Washington\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many draft picks are there at the Defensive End position?", "Formula": "SUMIFS(A1,D1,\"Defensive End\")", "Formula2": "SUMIFS(A2:A11,D2:D11,\"Defensive End\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Defensive End\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many draft picks are there at the linebacker position?", "Formula": "SUMIFS(A1,D1,\"Linebacker\")", "Formula2": "SUMIFS(A2:A11,D2:D11,\"Linebacker\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Linebacker\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What draft pick was Chris Brewer?", "Formula": "MINIFS(A1,C1,\"Chris Brewer\")", "Formula2": "MINIFS(A2:A11,C2:C11,\"Chris Brewer\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"Chris Brewer\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-16729063-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "NFL Team", "Player", "Position", "College" ], [ "2", "46", "Denver Broncos", "Andre Townsend", "Defensive End", "Mississippi" ], [ "3", "78", "Denver Broncos", "Tony Lilly", "Defensive Back", "Florida" ], [ "4", "89", "Denver Broncos", "Randy Robbins", "Defensive Back", "Arizona" ], [ "5", "159", "Denver Broncos", "Aaron Smith", "Linebacker", "Utah State" ], [ "6", "186", "Denver Broncos", "Clarence Kay", "Tight end", "Georgia" ], [ "7", "207", "Denver Broncos", "Winford Hood", "Tackle", "Georgia" ], [ "8", "218", "Denver Broncos", "Scott Garnett", "Defensive tackle", "Washington" ], [ "9", "245", "Denver Broncos", "Chris Brewer", "Running back", "Arizona" ], [ "10", "272", "Denver Broncos", "Bobby Micho", "Tight end", "Texas" ], [ "11", "299", "Denver Broncos", "Gene Lang", "Running back", "Louisiana State" ] ] }, { "t5Formulas": [ { "Question": "Which school, club team, or country played for the rockets in the years 2000-01?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2000-01\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"2000-01\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2000-01\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "During which years did number 13 play for the Rockets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=13),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,B2:B15=13),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "13", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-11734041-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.(s)", "Height in Ft.", "Position", "Years for Rockets", "School/Club Team/Country" ], [ "2", "Caldwell, Adrian Adrian Caldwell", "44", "6-8", "Forward", "1989-91, 1994-95", "Lamar" ], [ "3", "Carr, Antoine Antoine Carr", "55", "6-9", "Forward", "1998-99", "Wichita State" ], [ "4", "Carroll, Joe Barry Joe Barry Carroll", "2", "7-1", "Center / Forward", "1987-88", "Purdue" ], [ "5", "Cassell, Sam Sam Cassell", "10", "6-3", "Guard", "1993-96", "Florida State" ], [ "6", "Cato, Kelvin Kelvin Cato", "13", "6-11", "Center", "1999-2004", "Iowa State" ], [ "7", "Chievous, Derrick Derrick Chievous", "3", "6-7", "Guard / Forward", "1988-90", "Missouri" ], [ "8", "Chilcutt, Pete Pete Chilcutt", "32", "6-10", "Forward", "1994-96", "North Carolina" ], [ "9", "Coleman, E.C. E.C. Coleman", "12, 44", "6-8", "Forward", "1973-74, 1978-79", "Houston Baptist" ], [ "10", "Collier, Jason Jason Collier", "52", "7-0", "Forward / Center", "2000-03", "Georgia Tech" ], [ "11", "Colson, Sean Sean Colson", "20", "6-0", "Guard", "2000-01", "UNC-Charlotte" ], [ "12", "Conner, Lester Lester Conner", "7", "6-4", "Guard", "1987-88", "Oregon State" ], [ "13", "Cook, Brian Brian Cook", "43", "6-9", "Forward", "2009-10", "Illinois" ], [ "14", "Cunningham, Dick Dick Cunningham", "34", "6-10", "Center", "1971-72", "Murray State" ], [ "15", "Cureton, Earl Earl Cureton", "35", "6-9", "Forward / Center", "1993-94", "Detroit, Robert Morris" ] ] }, { "t5Formulas": [ { "Question": "Which team has an away score of 15.9 (99)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.9 (99)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.9 (99)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.9 (99)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which team has a home team score of 17.12 (114)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"17.12 (114)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"17.12 (114)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"17.12 (114)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10869537-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "12.13 (85)", "North Melbourne", "10.10 (70)", "Glenferrie Oval", "12,380", "23 June 1973" ], [ "3", "Carlton", "17.12 (114)", "Geelong", "9.13 (67)", "Princes Park", "14,202", "23 June 1973" ], [ "4", "St Kilda", "11.14 (80)", "Melbourne", "6.18 (54)", "Moorabbin Oval", "24,262", "23 June 1973" ], [ "5", "Richmond", "15.21 (111)", "Essendon", "13.17 (95)", "MCG", "43,892", "23 June 1973" ], [ "6", "South Melbourne", "12.5 (77)", "Collingwood", "15.9 (99)", "Lake Oval", "12,484", "23 June 1973" ], [ "7", "Fitzroy", "13.11 (89)", "Footscray", "10.15 (75)", "VFL Park", "7,016", "23 June 1973" ] ] }, { "t5Formulas": [ { "Question": "What is the total amount of freight produced of u28c?", "Formula": "SUM(FILTER(D1, (F1=\"freight\")*(B1=\"u28c\")))", "Formula2": "SUM(FILTER(D2:D6, (F2:F6=\"freight\")*(B2:B6=\"u28c\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "=", "\"freight\"", "*", "B1", "=", "\"u28c\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the build date for PRR Class gf30a?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"gf30a\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"gf30a\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"gf30a\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the PRR class for wheel arrangement c-c and total less than 15?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"c-c\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G6,E2:E6=\"c-c\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<15))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"c-c\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "15" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What was the model for PRR class of gf28a freight?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"freight\")*(A1=\"gf28a\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(F2:F6=\"freight\")*(A2:A6=\"gf28a\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"freight\"", "*", "A1", "=", "\"gf28a\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1140522-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "PRR Class", "Builder’s Model", "Build date", "Total produced", "Wheel arrangement", "Service", "Power output" ], [ "2", "GS4", "44 Ton", "1948–1950", "46", "B-B", "Switcher", "hp (kW)" ], [ "3", "GF25", "U25B", "1965", "59", "B-B", "Freight", "hp (kW)" ], [ "4", "GF25a", "U25C", "1965", "20", "C-C", "Freight", "hp (kW)" ], [ "5", "GF28a", "U28C", "1966", "15", "C-C", "Freight", "hp (kW)" ], [ "6", "GF30a", "U30C", "1967", "5", "C-C", "Freight", "hp (kW)" ] ] }, { "t5Formulas": [ { "Question": "What actor was nominated for best actress?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"nominated\")*(D1=\"best actress\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(C2:C17=\"nominated\")*(D2:D17=\"best actress\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"nominated\"", "*", "D1", "=", "\"best actress\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was Jennifer Tilly's Film of Bullets Over Broadway up in the best supporting actress category?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"bullets over broadway\")*(D1=\"best supporting actress\")*(E1=\"jennifer tilly\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(B2:B17=\"bullets over broadway\")*(D2:D17=\"best supporting actress\")*(E2:E17=\"jennifer tilly\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"bullets over broadway\"", "*", "D1", "=", "\"best supporting actress\"", "*", "E1", "=", "\"jennifer tilly\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result of Samantha Morton being up for best supporting actress in a year later than 1989?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1989)*(D1=\"best supporting actress\")*(E1=\"samantha morton\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(A2:A17>1989)*(D2:D17=\"best supporting actress\")*(E2:E17=\"samantha morton\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1989", "*", "D1", "=", "\"best supporting actress\"", "*", "E1", "=", "\"samantha morton\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What film was Dianne Wiest in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"dianne wiest\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"dianne wiest\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"dianne wiest\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18141883-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Film", "Result", "Category", "Actor" ], [ "2", "1977", "Annie Hall", "Nominated", "Best Actor", "Woody Allen" ], [ "3", "1977", "Annie Hall", "Won", "Best Actress", "Diane Keaton" ], [ "4", "1978", "Interiors", "Nominated", "Best Actress", "Geraldine Page" ], [ "5", "1978", "Interiors", "Nominated", "Best Supporting Actress", "Maureen Stapleton" ], [ "6", "1979", "Manhattan", "Nominated", "Best Supporting Actress", "Mariel Hemingway" ], [ "7", "1986", "Hannah and Her Sisters", "Won", "Best Supporting Actor", "Michael Caine" ], [ "8", "1986", "Hannah and Her Sisters", "Won", "Best Supporting Actress", "Dianne Wiest" ], [ "9", "1989", "Crimes and Misdemeanors", "Nominated", "Best Supporting Actor", "Martin Landau" ], [ "10", "1992", "Husbands and Wives", "Nominated", "Best Supporting Actress", "Judy Davis" ], [ "11", "1994", "Bullets Over Broadway", "Nominated", "Best Supporting Actor", "Chazz Palminteri" ], [ "12", "1994", "Bullets Over Broadway", "Won", "Best Supporting Actress", "Dianne Wiest" ], [ "13", "1994", "Bullets Over Broadway", "Nominated", "Best Supporting Actress", "Jennifer Tilly" ], [ "14", "1995", "Mighty Aphrodite", "Won", "Best Supporting Actress", "Mira Sorvino" ], [ "15", "1999", "Sweet and Lowdown", "Nominated", "Best Actor", "Sean Penn" ], [ "16", "1999", "Sweet and Lowdown", "Nominated", "Best Supporting Actress", "Samantha Morton" ], [ "17", "2008", "Vicky Cristina Barcelona", "Won", "Best Supporting Actress", "Penélope Cruz" ] ] }, { "t5Formulas": [ { "Question": "What is the FIS Nordic World Ski Championship years when the winter Olympics took place in 1968?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1968),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=1968),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1968", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which country has a FIS Nordic World Ski Championship before 1989, was in the winter Olympics before 1980, and has a Holmenkollen of 1956?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1<1989)*(C1<1980)*(E1=1956)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6<1989)*(C2:C6<1980)*(E2:E6=1956)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "<", "1989", "*", "C1", "<", "1980", "*", "E1", "=", "1956", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-174491-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Winner", "Country", "Winter Olympics", "FIS Nordic World Ski Championships", "Holmenkollen" ], [ "2", "Hallgeir Brenden", "Norway", "1956", "1956", "1956" ], [ "3", "Eero Mäntyranta", "Finland", "1964", "1964", "1962, 1964, 1968" ], [ "4", "Harald Grønningen", "Norway", "1968", "1968", "1960, 1961" ], [ "5", "Thomas Wassberg", "Sweden", "1980", "1980", "1979, 1985" ], [ "6", "Gunde Svan", "Sweden", "1984", "1989", "1985" ] ] }, { "t5Formulas": [ { "Question": "In 2011 with a hydroelectricity less than 119.6, what was the solar?", "Formula": "SUM(FILTER(G1, (B1=2011)*(D1<119.6)))", "Formula2": "SUM(FILTER(G2:G12, (B2:B12=2011)*(D2:D12<119.6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "2011", "*", "D1", "<", "119.6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the minimum hydroelectricity with a less than 116.4 total, and a greater than 18.637 solar?", "Formula": "MIN(FILTER(D1, (C1<116.4)*(G1>18.637)))", "Formula2": "MIN(FILTER(D2:D12, (C2:C12<116.4)*(G2:G12>18.637)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "<", "116.4", "*", "G1", ">", "18.637" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "In 2011 with a less than 13.333 wind power what is the mean hydroelectricity?", "Formula": "AVERAGE(FILTER(D1, (B1>2011)*(E1<13.333)))", "Formula2": "AVERAGE(FILTER(D2:D12, (B2:B12>2011)*(E2:E12<13.333)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", ">", "2011", "*", "E1", "<", "13.333" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What country has a less than 136.1 total and a 0.02 solar?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(G1)),FILTER(query1,(CHOOSECOLS(query1,2)<136.1)*(CHOOSECOLS(query1,3)=0.02)))", "Formula2": "LET(query1,SUMMARIZE(A2:A12,SUMX(C2:C12),SUMX(G2:G12)),FILTER(query1,(CHOOSECOLS(query1,2)<136.1)*(CHOOSECOLS(query1,3)=0.02)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "136.1", "*", "CHOOSECOLS(", "query1", "3", "=", "0.02" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17068413-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Country", "Year", "Total", "Hydroelectricity", "Wind Power", "Biomass and Waste", "Solar" ], [ "2", "China", "2011", "797.4", "687.1", "73.2", "34", "3" ], [ "3", "European Union", "2010", "699.3", "397.7", "149.1", "123.3", "23.1" ], [ "4", "United States", "2011", "520.1", "325.1", "119.7", "56.7", "1.81" ], [ "5", "Brazil", "2011", "459.2", "424.3", "2.71", "32.2", "0.0002" ], [ "6", "Canada", "2011", "399.1", "372.6", "19.7", "6.4", "0.43" ], [ "7", "Russia", "2010", "166.6", "163.3", "0.004", "2.8", "0" ], [ "8", "India", "2011", "162", "131", "26", "4", "1" ], [ "9", "Germany", "2012", "136.1", "21.2", "45.3", "40.9", "28.0" ], [ "10", "Norway", "2011", "121.4", "119.6", "1.29", "0.48", "0.02" ], [ "11", "Japan", "2011", "116.4", "82.5", "4.35", "23.1", "3.80" ], [ "12", "Italy", "2012", "89.759", "43.256", "13.333", "9.281 (2010)", "18.637" ] ] }, { "t5Formulas": [ { "Question": "What is the main color(s) for marlboro?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"marlboro\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"marlboro\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"marlboro\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the additional major sponsor(s) that has red as its main color after 1991?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"red\")*(A1>1991)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"red\")*(A2:A7>1991)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"red\"", "*", "A1", ">", "1991", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "Num" ] } ], "TableName": "test_2-11262643-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Main colour(s)", "Additional colour(s)", "Main sponsor(s)", "Additional major sponsor(s)" ], [ "2", "1988", "Red", "Black, White", "Marlboro", "Viacom, Nikols" ], [ "3", "1989", "Red", "Black, White", "Marlboro , Lusfina, Fineco", "Agip , Nikols, Pirelli" ], [ "4", "1990", "Red", "Black, White", "Marlboro , Lucchini, Fineco", "Agip , CartaSì, Pirelli , Brooksfield" ], [ "5", "1991", "Red", "Black, White", "Marlboro , Lucchini, Fineco , Lusfina, Setrans", "Agip , Ghial, OGAF, powering" ], [ "6", "1992", "Red", "Black, White, blue", "Marlboro , Lucchini, Fineco , Lusfina, Camozzi", "Agip , Ghidini, SPAL" ], [ "7", "1993", "White", "Black, Red, Yellow, Blue", "Chesterfield , Lucchini, Bossini, Camozzi", "Agip , Fastar" ] ] }, { "t5Formulas": [ { "Question": "How many games did the Club that has a try bonus of 4 and 391 points against play ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(I1=4)*(F1=391)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,(I2:I15=4)*(F2:F15=391)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "4", "*", "F1", "=", "391", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "How many points against did Carmarthen Athletic RFC have when they played 22 games ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=22)*(A1=\"carmarthen athletic rfc\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,(B2:B15=22)*(A2:A15=\"carmarthen athletic rfc\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "22", "*", "A1", "=", "\"carmarthen athletic rfc\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which club lost 10 games ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=10),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=10),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "10", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many points for did the club that had 77 tries for have ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=77),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,G2:G15=77),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "77", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which club has a try bonus of 2 ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=2),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,I2:I15=2),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "2", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12792876-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "3", "Carmarthen RFC", "22", "0", "1", "610", "228", "77", "22", "11" ], [ "4", "Tonmawr RFC", "22", "0", "3", "678", "226", "101", "22", "10" ], [ "5", "Narberth RFC", "22", "0", "9", "526", "430", "73", "52", "10" ], [ "6", "Felinfoel RFC", "22", "0", "10", "390", "472", "44", "56", "4" ], [ "7", "Corus (Port Talbot) RFC", "22", "0", "11", "404", "379", "47", "48", "6" ], [ "8", "Carmarthen Athletic RFC", "22", "0", "12", "409", "469", "51", "56", "6" ], [ "9", "Whitland RFC", "22", "1", "11", "338", "309", "33", "33", "3" ], [ "10", "Bonymaen RFC", "22", "1", "12", "402", "391", "46", "45", "4" ], [ "11", "Cwmllynfell RFC", "22", "0", "12", "372", "457", "42", "59", "2" ], [ "12", "Llangennech RFC", "22", "0", "14", "367", "503", "41", "60", "3" ], [ "13", "Maesteg RFC", "22", "0", "14", "284", "417", "29", "52", "0" ], [ "14", "Dunvant RFC", "22", "0", "22", "225", "724", "27", "106", "1" ], [ "15", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009", "Correct as of 00:03 10 May 2009" ] ] }, { "t5Formulas": [ { "Question": "What was the date for the Sepang International circuit, round 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sepang international circuit\")*(A1=3)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"sepang international circuit\")*(A2:A11=3)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sepang international circuit\"", "*", "A1", "=", "3", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Which round had a winning driver of Uwe Alzen, at the Sepang International circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"uwe alzen\")*(C1=\"sepang international circuit\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"uwe alzen\")*(C2:C11=\"sepang international circuit\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"uwe alzen\"", "*", "C1", "=", "\"sepang international circuit\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the round number for March 22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"march 22\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"march 22\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"march 22\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16977583-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Location", "Circuit", "Date", "Winning Driver" ], [ "2", "NC", "United Arab Emirates", "Dubai Autodrome", "January 25", "Gianni Morbidelli" ], [ "3", "NC", "United Arab Emirates", "Dubai Autodrome", "January 26", "Gianni Morbidelli" ], [ "4", "1", "Indonesia", "Sentul International Circuit", "February 16", "Jean Alesi" ], [ "5", "2", "Indonesia", "Sentul International Circuit", "February 17", "Uwe Alzen" ], [ "6", "3", "Malaysia", "Sepang International Circuit", "March 22", "Jean Alesi" ], [ "7", "4", "Malaysia", "Sepang International Circuit", "March 23", "Uwe Alzen" ], [ "8", "5", "Bahrain", "Bahrain International Circuit", "April 5", "David Terrien" ], [ "9", "6", "Bahrain", "Bahrain International Circuit", "April 6", "Gianni Morbidelli" ], [ "10", "7", "United Arab Emirates", "Dubai Autodrome", "April 11", "Johnny Herbert" ], [ "11", "8", "United Arab Emirates", "Dubai Autodrome", "April 12", "Johnny Herbert" ] ] }, { "t5Formulas": [ { "Question": "What is Pos., when Player is \"Nigel De Jong\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"nigel de jong\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"nigel de jong\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"nigel de jong\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is From Club, when Player is \"Robinho\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"robinho\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"robinho\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"robinho\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Pos., when From Club is \"CSKA Moscow\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"cska moscow\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"cska moscow\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cska moscow\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Pos., when From Club is \"Chelsea\", and when Date is \"30 July 2008\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"chelsea\")*(A1=\"30 july 2008\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"chelsea\")*(A2:A12=\"30 july 2008\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"chelsea\"", "*", "A1", "=", "\"30 july 2008\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17370522-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Pos.", "Player", "From club", "Transfer fee" ], [ "2", "2 July 2008", "FW", "Jô", "CSKA Moscow", "£18m" ], [ "3", "30 July 2008", "DF", "Tal Ben Haim", "Chelsea", "£5m" ], [ "4", "21 Aug. 2008", "DF", "Vincent Kompany", "Hamburg", "£6m" ], [ "5", "28 Aug. 2008", "MF", "Shaun Wright-Phillips", "Chelsea", "£8.5m" ], [ "6", "31 Aug. 2008", "DF", "Pablo Zabaleta", "Espanyol", "£6.45m" ], [ "7", "31 Aug. 2008", "DF", "Gláuber", "Nuremberg", "Undisc." ], [ "8", "01 Sep. 2008", "FW", "Robinho", "Real Madrid", "£32.5m" ], [ "9", "03 Jan. 2009", "DF", "Wayne Bridge", "Chelsea", "£10m" ], [ "10", "19 Jan. 2009", "FW", "Craig Bellamy", "West Ham", "£14m" ], [ "11", "21 Jan. 2009", "MF", "Nigel de Jong", "Hamburg", "£16m" ], [ "12", "01 Feb. 2009", "GK", "Shay Given", "Newcastle Utd.", "£5.9m" ] ] }, { "t5Formulas": [ { "Question": "Which flight had an aircraft of vickers viscount type 794?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"vickers viscount type 794\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"vickers viscount type 794\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"vickers viscount type 794\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which flight had the aircraft avro rj-100?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"avro rj-100\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"avro rj-100\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"avro rj-100\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the registration of tc-jes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tc-jes\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=\"tc-jes\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"tc-jes\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which fatality was at ankara for the aircraft douglas c-47?", "Formula": "SUM(FILTER(F1, (E1=\"ankara\")*(C1=\"douglas c-47\")))", "Formula2": "SUM(FILTER(F2:F16, (E2:E16=\"ankara\")*(C2:C16=\"douglas c-47\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "\"ankara\"", "*", "C1", "=", "\"douglas c-47\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-167925-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Flight", "Aircraft", "Registration", "Location", "Fatalities" ], [ "2", "17 February 1959", "N/A", "Vickers Viscount Type 793", "TC-SEV", "London", "14" ], [ "3", "23 September 1961", "100", "Fokker F27-100", "TC-TAY", "Ankara", "28" ], [ "4", "8 March 1962", "N/A", "Fairchild F-27", "TC-KOP", "Adana", "11" ], [ "5", "3 February 1964", "N/A", "Douglas C-47", "TC-ETI", "Ankara", "3" ], [ "6", "2 February 1969", "N/A", "Vickers Viscount Type 794", "TC-SET", "Ankara", "0" ], [ "7", "26 January 1974", "N/A", "Fokker F28-1000", "TC-JAO", "Izmir", "66" ], [ "8", "3 March 1974", "981", "McDonnell Douglas DC-10", "TC-JAV", "Fontaine-Chaalis , Oise", "346" ], [ "9", "30 January 1975", "345", "Fokker F28-1000", "TC-JAP", "Istanbul", "42" ], [ "10", "19 September 1976", "452", "Boeing 727", "TC-JBH", "Isparta", "154" ], [ "11", "23 December 1979", "N/A", "Fokker F28-1000", "TC-JAT", "Ankara", "41" ], [ "12", "16 January 1983", "158", "Boeing 727", "TC-JBR", "Ankara", "47" ], [ "13", "29 December 1994", "278", "Boeing 737", "TC-JES", "Van", "57" ], [ "14", "7 April 1999", "5904", "Boeing 737", "TC-JEP", "Ceyhan", "6" ], [ "15", "8 January 2003", "634", "Avro RJ-100", "TC-THG", "Diyarbakır", "75" ], [ "16", "25 February 2009", "1951", "Boeing 737", "TC-JGE", "Amsterdam", "9" ] ] }, { "t5Formulas": [ { "Question": "What is the Drawn number with a Points against of correct as of 08:50 10 may 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"correct as of 08:50 10 may 2009\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,F2:F15=\"correct as of 08:50 10 may 2009\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"correct as of 08:50 10 may 2009\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Tries against when lost shows 12 for pontycymmer rfc?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=12)*(A1=\"pontycymmer rfc\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,(D2:D15=12)*(A2:A15=\"pontycymmer rfc\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "12", "*", "A1", "=", "\"pontycymmer rfc\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Points against for the ystradgynlais rfc club?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"ystradgynlais rfc\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,A2:A15=\"ystradgynlais rfc\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"ystradgynlais rfc\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Club name what shows 405 for the Points against?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"405\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,F2:F15=\"405\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"405\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for Try bonus when the points against are 451?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"451\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,F2:F15=\"451\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"451\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14070062-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "3", "Bryncoch RFC", "22", "0", "1", "743", "403", "106", "58", "13" ], [ "4", "Ystalyfera RFC", "22", "0", "7", "563", "379", "67", "47", "5" ], [ "5", "Taibach RFC", "22", "1", "7", "514", "340", "75", "42", "8" ], [ "6", "Glyncorrwg RFC", "22", "1", "8", "468", "311", "61", "38", "5" ], [ "7", "Resolven RFC", "22", "0", "10", "460", "439", "61", "62", "7" ], [ "8", "Pontycymmer RFC", "22", "0", "12", "384", "405", "52", "49", "5" ], [ "9", "Aberavon Green Stars RFC", "22", "0", "12", "342", "598", "49", "85", "5" ], [ "10", "Ystradgynlais RFC", "22", "0", "13", "366", "451", "44", "59", "4" ], [ "11", "Porthcawl RFC", "22", "1", "14", "490", "517", "64", "72", "6" ], [ "12", "Vardre RFC", "22", "1", "13", "343", "381", "44", "46", "1" ], [ "13", "Neath Athletic RFC", "22", "0", "15", "352", "521", "48", "75", "5" ], [ "14", "Birchgrove RFC", "22", "0", "18", "286", "566", "38", "76", "1" ], [ "15", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009", "Correct as of 08:50 10 May 2009" ] ] }, { "t5Formulas": [ { "Question": "Who is the Opponent of the match with a Record of 0-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"0-1\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"0-1\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"0-1\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Time of the match with a Record of 3-3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"3-3\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"3-3\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"3-3\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Method of the match with a Time of 4:07?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"4:07\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,F2:F13=\"4:07\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"4:07\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1892355-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Round", "Time", "Location" ], [ "2", "Loss", "7-5", "Alexander Karelin", "Decision (unanimous)", "3", "5:00", "Japan" ], [ "3", "Win", "7-4", "Magomedkhan Gamzatkhanov", "Submission", "1", "4:24", "Japan" ], [ "4", "Loss", "6-4", "Kiyoshi Tamura", "n/a", "n/a", "n/a", "Japan" ], [ "5", "Win", "6-3", "Mitsuya Nagai", "n/a", "n/a", "n/a", "Japan" ], [ "6", "Win", "5-3", "Nikolai Zouev", "Submission (rear-naked choke)", "1", "5:17", "Japan" ], [ "7", "Win", "4-3", "Andrei Kopylov", "Submission (rear-naked choke)", "1", "8:32", "Japan" ], [ "8", "Loss", "3-3", "Magomedkhan Gamzatkhanov", "Submission (leg lock)", "1", "8:47", "Japan" ], [ "9", "Win", "3-2", "Maurice Smith", "n/a", "n/a", "n/a", "Tokyo , Japan" ], [ "10", "Win", "2-2", "Yoshihisa Yamamoto", "Submission", "n/a", "n/a", "Tokyo , Japan" ], [ "11", "Win", "1-2", "Dick Vrij", "n/a", "n/a", "n/a", "Japan" ], [ "12", "Loss", "0-2", "Chris Dolman", "Submission (armbar)", "2", "4:07", "Amsterdam , Holland" ], [ "13", "Loss", "0-1", "Magomedkhan Gamzatkhanov", "Submission", "n/a", "n/a", "Tokyo , Japan" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of rank for percentage change yoy 13.1%", "Formula": "SUMIFS(B1,G1,\"13.1%\")", "Formula2": "SUMIFS(B2:B11,G2:G11,\"13.1%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "G1", "\"13.1%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the percentage change yoy for presbyterian college", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Presbyterian College\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"Presbyterian College\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Presbyterian College\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the national rank for medical university of south carolina", "Formula": "SUMIFS(B1,C1,\"Medical University of South Carolina\")", "Formula2": "SUMIFS(B2:B11,C2:C11,\"Medical University of South Carolina\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "C1", "\"Medical University of South Carolina\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-27956-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "State Rank", "National Rank", "Institution", "Location", "Public or Private", "Endowment Funds", "Percentage Change YOY" ], [ "2", "1", "129", "Furman University", "Greenville, South Carolina", "Private", "$498,282,000", "12.2%" ], [ "3", "2", "145", "University of South Carolina", "Columbia, South Carolina", "Public", "$414,002,000", "5.8%" ], [ "4", "3", "153", "Clemson University", "Clemson, South Carolina", "Public", "$382,189,000", "15.4%" ], [ "5", "4", "253", "Medical University of South Carolina", "Charleston, South Carolina", "Public", "$181,554,000", "24.6%" ], [ "6", "5", "259", "The Citadel", "Charleston, South Carolina", "Public", "$179,289,000", "7.5%" ], [ "7", "6", "308", "Wofford College", "Spartanburg, South Carolina", "Private", "$138,211,000", "9.4%" ], [ "8", "7", "442", "Presbyterian College", "Clinton, South Carolina", "Private", "$57,586,000", "11.8%" ], [ "9", "9", "762", "Spartanburg Methodist College", "Spartanburg, South Carolina", "Private", "$15,384,000", "9.1%" ], [ "10", "10", "782", "Tri-County Technical College", "Pendleton, South Carolina", "Public", "$12,954,000", "8.7%" ], [ "11", "11", "847", "Midlands Technical College", "Columbia, South Carolina", "Public", "$4,717,000", "13.1%" ] ] }, { "t5Formulas": [ { "Question": "What is every type for the location of Roanoke, Virginia?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Roanoke, Virginia\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"Roanoke, Virginia\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"Roanoke, Virginia\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many values for joined occur at Guilford College?", "Formula": "ROWS(UNIQUE(FILTER(H1, A1=\"Guilford College\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H14, A2:A14=\"Guilford College\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "A1", "=", "\"Guilford College\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is every institution with the nickname of Quakers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Quakers\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"Quakers\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Quakers\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is every entry for football when enrollment is 998?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=998))", "Formula2": "LET(query1,SUMMARIZE(G2:G14,SUMX(F2:F14)),FILTER(query1,CHOOSECOLS(query1,2)=998))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "998" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the least value of joined?", "Formula": "MIN(H1)", "Formula2": "MIN(H2:H14)", "Level": "easy", "Tokens": [ "MIN(", "H1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "What is every institution with the nickname of Wildcats?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"WildCats\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"WildCats\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"WildCats\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-261954-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Institution", "Location", "Nickname", "Founded", "Type", "Enrollment", "Football?", "Joined" ], [ "2", "Bridgewater College", "Bridgewater, Virginia", "Eagles", "1880", "Private", "1690", "Yes", "1976" ], [ "3", "Eastern Mennonite University", "Harrisonburg, Virginia", "Royals", "1917", "Private", "998", "No", "1976" ], [ "4", "Emory & Henry College", "Emory, Virginia", "Wasps", "1836", "Private", "1000", "Yes", "1976" ], [ "5", "Guilford College", "Greensboro, North Carolina", "Quakers", "1837", "Private", "2682", "Yes", "1991" ], [ "6", "Hampden–Sydney College ^", "Hampden Sydney, Virginia", "Tigers", "1775", "Private", "1120", "Yes", "1976" ], [ "7", "Hollins University †", "Roanoke, Virginia", "*None*", "1842", "Private", "816", "No", "1982" ], [ "8", "Lynchburg College", "Lynchburg, Virginia", "Fighting Hornets", "1903", "Private", "2500", "No", "1976" ], [ "9", "Randolph College *", "Lynchburg, Virginia", "WildCats", "1891", "Private", "522", "No", "1982" ], [ "10", "Randolph–Macon College", "Ashland, Virginia", "Yellow Jackets", "1830", "Private", "1146", "Yes", "1976" ], [ "11", "Roanoke College", "Salem, Virginia", "Maroons", "1842", "Private", "2100", "No", "1976" ], [ "12", "Shenandoah University", "Winchester, Virginia", "Hornets", "1875", "Private", "724", "Yes", "2012" ], [ "13", "Sweet Briar College †", "Sweet Briar, Virginia", "Vixens", "1901", "Private", "1767", "No", "1982" ], [ "14", "Virginia Wesleyan College", "Virginia Beach, Virginia", "Marlins", "1961", "Private", "1446", "No", "1989" ] ] }, { "t5Formulas": [ { "Question": "In what year was Lesli Margherita nominated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"lesli margherita\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"lesli margherita\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"lesli margherita\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was nominated for Best Theatre Choreographer?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"best theatre choreographer\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"best theatre choreographer\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"best theatre choreographer\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17143308-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award", "Category", "Nominee", "Result" ], [ "2", "2009", "Laurence Olivier Award", "Best New Musical", "Best New Musical", "Nominated" ], [ "3", "2009", "Laurence Olivier Award", "Best Actor in a Musical", "Matt Rawle", "Nominated" ], [ "4", "2009", "Laurence Olivier Award", "Best Actress in a Musical", "Emma Williams", "Nominated" ], [ "5", "2009", "Laurence Olivier Award", "Best Performance in a Supporting Role in a Musical", "Lesli Margherita", "Won" ], [ "6", "2009", "Laurence Olivier Award", "Best Theatre Choreographer", "Rafael Amargo", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Stls, when Rebs is greater than 8.6?", "Formula": "MIN(FILTER(D1, B1>8.6))", "Formula2": "MIN(FILTER(D2:D6, B2:B6>8.6))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", ">", "8.6" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the sum of Blks, when Stls is 1, and when Rebs is greater than 8.6?", "Formula": "SUM(FILTER(E1, (D1=1)*(B1>8.6)))", "Formula2": "SUM(FILTER(E2:E6, (D2:D6=1)*(B2:B6>8.6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "1", "*", "B1", ">", "8.6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1684650-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Rebs", "Asts", "Stls", "Blks" ], [ "2", "'01–02", "4.8", "0.5", "0.5", "0.6" ], [ "3", "'02–03", "8.5", "1.6", "1.7", "1.5" ], [ "4", "'03–04", "8.5", "2.6", "0.9", "1.1" ], [ "5", "'04–05", "8.6", "1.5", "1.0", "0.8" ], [ "6", "TOTALS", "7.6", "1.5", "0.9", "0.9" ] ] }, { "t5Formulas": [ { "Question": "Where was something built earlier than 1858?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)<1858))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)<1858))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1858" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What was built in 1857?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=1857))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=1857))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1857" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who were the initial owners of Wasco in 1858?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"wasco\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=1858))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,A2:A6=\"wasco\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=1858))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"wasco\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1858" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the type of boat built in Port Blakeley", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"port blakeley\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"port blakeley\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"port blakeley\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14670843-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Type", "Year Built", "Where Built", "Initial Owners" ], [ "2", "Mountain Buck", "side", "1857", "Portland", "Ruckle & Olmstead" ], [ "3", "Hassaloe", "stern", "1858", "Cascades, Washington", "Bradford Bros." ], [ "4", "Carrie Ladd", "stern", "1858", "Oregon City", "Jacob Kamm & John C. Ainsworth" ], [ "5", "Julia(Barclay)", "stern", "1858", "Port Blakely", "Oregon Steam Navigation Co." ], [ "6", "Wasco", "stern", "1858", "Port Blakeley", "Oregon Steam Navigation Co." ] ] }, { "t5Formulas": [ { "Question": "In what division did they place 4th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"4th\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"4th\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"4th\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the top scorer in the 1890-91 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1890-91\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"1890-91\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1890-91\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10510446-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Tier", "Division", "Position", "Top scorer" ], [ "2", "1890-91", "I", "Football Tournament", "4th", "N/A" ], [ "3", "1891-92", "I", "Football Tournament", "4th", "N/A" ], [ "4", "1892-93", "I", "Football Tournament", "3rd", "N/A" ], [ "5", "1893-94", "I", "Football Tournament", "3rd", "N/A" ], [ "6", "1894-95", "I", "Football Tournament", "3rd", "N/A" ], [ "7", "1895-96", "Did not participate", "Did not participate", "Did not participate", "Did not participate" ], [ "8", "1896-97", "I", "Football Tournament", "5th", "N/A" ], [ "9", "1897-98", "I", "Football Tournament", "4th", "N/A" ], [ "10", "1898-99", "I", "Football Tournament", "2nd-4th", "N/A" ], [ "11", "1899-00", "I", "Football Tournament", "3rd", "N/A" ] ] }, { "t5Formulas": [ { "Question": "What is the Total Finale of 女人唔易做?", "Formula": "SUMIFS(G1,C1,\"女人唔易做\")", "Formula2": "SUMIFS(G2:G11,C2:C11,\"女人唔易做\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "C1", "\"女人唔易做\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the lowest Premiere peaking at more than 35 with a Rank of 10 and Finale greater than 33?", "Formula": "MIN(FILTER(F1, (E1>35)*(A1=10)*(G1>33)))", "Formula2": "MIN(FILTER(F2:F11, (E2:E11>35)*(A2:A11=10)*(G2:G11>33)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "E1", ">", "35", "*", "A1", "=", "10", "*", "G1", ">", "33" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the Chinese Title Premiering 32 with 2.07 million HK viewers?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,H1=\"2.07 million\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=32))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H11,H2:H11=\"2.07 million\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=32))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "H1", "=", "\"2.07 million\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "32" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the Average of Men in Pain with a Finale of less than 33?", "Formula": "SUM(FILTER(D1, (B1=\"men in pain\")*(G1<33)))", "Formula2": "SUM(FILTER(D2:D11, (B2:B11=\"men in pain\")*(G2:G11<33)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"men in pain\"", "*", "G1", "<", "33" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What Chinese Title Ranking #7 has an Average of 32 and Peak less than 38?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1),SUMX(E1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)=32)*(CHOOSECOLS(query1,3)<38)*(CHOOSECOLS(query1,4)=7)))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(D2:D11),SUMX(E2:E11),SUMX(A2:A11)),FILTER(query1,(CHOOSECOLS(query1,2)=32)*(CHOOSECOLS(query1,3)<38)*(CHOOSECOLS(query1,4)=7)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "SUMX(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "32", "*", "CHOOSECOLS(", "query1", "3", "<", "38", "*", "CHOOSECOLS(", "query1", "4", "=", "7" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-10942714-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "English title", "Chinese title", "Average", "Peak", "Premiere", "Finale", "HK viewers" ], [ "2", "1", "La Femme Desperado", "女人唔易做", "33", "41", "31", "34", "2.14 million" ], [ "3", "2", "Forensic Heroes", "法證先鋒", "33", "43", "28", "37", "2.11 million" ], [ "4", "3", "The Saviour of the Soul", "神鵰俠侶", "32", "40", "32", "35", "2.07 million" ], [ "5", "4", "Love Guaranteed", "愛情全保", "32", "36", "30", "34", "2.07 million" ], [ "6", "5", "Bar Bender", "潮爆大狀", "32", "38", "31", "34", "2.06 million" ], [ "7", "6", "The Dance of Passion", "火舞黃沙", "32", "38", "34", "35", "2.05 million" ], [ "8", "7", "Maiden's Vow", "鳳凰四重奏", "32", "37", "32", "29", "2.05 million" ], [ "9", "8", "To Grow with Love", "肥田囍事", "32", "35", "32", "32", "2.04 million" ], [ "10", "9", "Men in Pain", "男人之苦", "32", "39", "28", "33", "2.03 million" ], [ "11", "10", "Under the Canopy of Love", "天幕下的戀人", "31", "37", "28", "33", "2.02 million" ] ] }, { "t5Formulas": [ { "Question": "Name the us viewers directed by christine moore", "Formula": "FILTER(G1,C1=\"Christine Moore\")", "Formula2": "FILTER(G2:G10,C2:C10=\"Christine Moore\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "C1", "=", "\"Christine Moore\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the number for simon cellan jones", "Formula": "FILTER(A1,C1=\"Simon Cellan Jones\")", "Formula2": "FILTER(A2:A10,C2:C10=\"Simon Cellan Jones\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"Simon Cellan Jones\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the teleplay for david simon & eric overmyer and tom piazza", "Formula": "FILTER(E1,D1=\"David Simon & Eric Overmyer and Tom Piazza\")", "Formula2": "FILTER(E2:E10,D2:D10=\"David Simon & Eric Overmyer and Tom Piazza\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"David Simon & Eric Overmyer and Tom Piazza\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the most number", "Formula": "MAX(A1)", "Formula2": "MAX(A2:A10)", "Level": "easy", "Tokens": [ "MAX(", "A1" ], "Funcs": [ "MAX(", "Cell" ] } ], "TableName": "dev_1-26914076-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No.", "Title", "Directed by", "Story by", "Teleplay by", "Original air date", "U.S. viewers (millions)" ], [ "2", "1", "\"Do You Know What It Means\"", "Agnieszka Holland", "David Simon & Eric Overmyer", "David Simon & Eric Overmyer", "April11,2010", "1.1" ], [ "3", "2", "\"Meet De Boys on the Battlefront\"", "Jim McKay", "David Simon & Eric Overmyer", "Eric Overmyer", "April18,2010", "0.78" ], [ "4", "3", "\"Right Place, Wrong Time\"", "Ernest Dickerson", "David Simon & David Mills", "David Mills", "April25,2010", "0.81" ], [ "5", "4", "\"At the Foot of Canal Street\"", "Anthony Hemingway", "Eric Overmyer & George Pelecanos", "George Pelecanos", "May2,2010", "0.67" ], [ "6", "5", "\"Shame, Shame, Shame\"", "Christine Moore", "David Simon & Eric Overmyer and Lolis Eric Elie", "Lolis Eric Elie", "May9,2010", "0.57" ], [ "7", "6", "\"Shallow Water, Oh Mama\"", "Brad Anderson", "David Simon & Eric Overmyer and Tom Piazza", "Tom Piazza", "May16,2010", "N/A" ], [ "8", "7", "\"Smoke My Peace Pipe\"", "Simon Cellan Jones", "Eric Overmyer & David Mills", "David Mills & Davis Rogan", "May23,2010", "0.56" ], [ "9", "8", "\"All on a Mardi Gras Day\"", "Anthony Hemingway", "Eric Overmyer", "Eric Overmyer", "June6,2010", "0.54" ], [ "10", "9", "\"Wish Someone Would Care\"", "Dan Attias", "David Simon & George Pelecanos", "George Pelecanos", "June13,2010", "1.16" ] ] }, { "t5Formulas": [ { "Question": "Which Ratio has a Similar ISO A size of a3?", "Formula": "SUMIFS(D1,E1,\"a3\")", "Formula2": "SUMIFS(D2:D6,E2:E6,\"a3\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "E1", "\"a3\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which mm × mm has an in × in of 11 × 17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"11 × 17\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"11 × 17\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"11 × 17\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Ratio has a Name of ansi e?", "Formula": "SUMIFS(D1,A1,\"ansi e\")", "Formula2": "SUMIFS(D2:D6,A2:A6,\"ansi e\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"ansi e\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Ratio has an in × in of 17 × 22?", "Formula": "SUMIFS(D1,B1,\"17 × 22\")", "Formula2": "SUMIFS(D2:D6,B2:B6,\"17 × 22\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"17 × 22\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-166105-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "in × in", "mm × mm", "Ratio", "Similar ISO A size" ], [ "2", "ANSI A", "8.5 × 11", "216 × 279", "1.2941", "A4" ], [ "3", "ANSI B", "11 × 17", "279 × 432", "1.5455", "A3" ], [ "4", "ANSI C", "17 × 22", "432 × 559", "1.2941", "A2" ], [ "5", "ANSI D", "22 × 34", "559 × 864", "1.5455", "A1" ], [ "6", "ANSI E", "34 × 44", "864 × 1118", "1.2941", "A0" ] ] }, { "t5Formulas": [ { "Question": "In 2007, what player won player of the year?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=2007),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=2007),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "2007", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What year(s) did Mike Weir win player of the year?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"mike weir\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"mike weir\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"mike weir\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The To par of +14 was won in what year(s)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=14),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=14),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "14", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12531523-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Tiger Woods", "United States", "1997 , 2001 , 2002 , 2005", "283", "–5", "2" ], [ "3", "Phil Mickelson", "United States", "2004 , 2006", "286", "–2", "T5" ], [ "4", "Vijay Singh", "Fiji", "2000", "289", "+1", "T14" ], [ "5", "Mike Weir", "Canada", "2003", "290", "+2", "T17" ], [ "6", "Zach Johnson", "United States", "2007", "291", "+3", "T20" ], [ "7", "Ian Woosnam", "Wales", "1991", "300", "+12", "44" ], [ "8", "Sandy Lyle", "Scotland", "1988", "302", "+14", "45" ] ] }, { "t5Formulas": [ { "Question": "When the face value is 42¢, what was the issue's date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"42¢\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"42¢\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"42¢\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which location has the ecosystem of kelp forest?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Kelp Forest\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Kelp Forest\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Kelp Forest\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many stamps have a face value of 37¢ and were printed in the banknote corporation of america?", "Formula": "SUM(FILTER(D1, (E1=\"37¢\")*(F1=\"Banknote Corporation of America\")))", "Formula2": "SUM(FILTER(D2:D12, (E2:E12=\"37¢\")*(F2:F12=\"Banknote Corporation of America\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"37¢\"", "*", "F1", "=", "\"Banknote Corporation of America\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Who was the printer of Estes Park, Colorado?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Estes Park, Colorado\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"Estes Park, Colorado\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Estes Park, Colorado\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The stamp was 39¢, who was the printer?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"39¢\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"39¢\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"39¢\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15635768-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ecosystem", "Date of issue", "Place of issue", "No. stamps in sheet", "Face Value", "Printer" ], [ "2", "Sonoran Desert", "April 6, 1999", "Tucson, Arizona", "10", "33¢", "Banknote Corporation of America" ], [ "3", "Pacific Coast Rain Forest", "March 28, 2000", "Seattle, Washington", "10", "33¢", "Banknote Corporation of America" ], [ "4", "Great Plains Prairie", "March 29, 2001", "Lincoln, Nebraska", "10", "34¢", "Ashton-Potter (USA) Ltd" ], [ "5", "Longleaf Pine Forest", "April 26, 2002", "Tallahassee, Florida", "10", "34¢", "American Packaging Corp. for Sennet Security" ], [ "6", "Arctic Tundra", "July 1, 2003", "Fairbanks, Alaska", "10", "37¢", "Banknote Corporation of America" ], [ "7", "Pacific Coral Reef", "Jan 2, 2004", "Honolulu, Hawaii", "10", "37¢", "Avery Dennison" ], [ "8", "Northeast Deciduous Forest", "March 3, 2005", "New York, New York", "10", "37¢", "Avery Dennison" ], [ "9", "Southern Florida Wetland", "October 5, 2006", "Naples, Florida", "10", "39¢", "Avery Dennison" ], [ "10", "Alpine Tundra", "August 28, 2007", "Estes Park, Colorado", "10", "41¢", "Sennett Security Products" ], [ "11", "Great Lakes Dunes", "October 2, 2008", "Empire, Michigan", "10", "42¢", "Avery Dennison" ], [ "12", "Kelp Forest", "October 1, 2009", "Monterey, California", "10", "44¢", "Avery Dennison" ] ] }, { "t5Formulas": [ { "Question": "For the location of quezon city , metro manila what is the athletic nickname?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Quezon City , Metro Manila\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Quezon City , Metro Manila\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Quezon City , Metro Manila\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many locations are there for the athletic nickname is blue crusaders?", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"Blue Crusaders\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, D2:D6=\"Blue Crusaders\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"Blue Crusaders\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many entries are shown for school colors for the location of naga , camarines sur?", "Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Naga , Camarines Sur\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E6, B2:B6=\"Naga , Camarines Sur\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "\"Naga , Camarines Sur\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "For the athletic nickname of golden knights how many entries are shown for enrollment?", "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"Golden Knights\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C6, D2:D6=\"Golden Knights\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"Golden Knights\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What year was the ateneo de manila university founded?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Ateneo de Manila University\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Ateneo de Manila University\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Ateneo de Manila University\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was the athletic nickname blue crusaders founded?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Blue Crusaders\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Blue Crusaders\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Blue Crusaders\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22171978-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Institution", "Location", "Enrollment", "Athletic nickname", "School Colors", "Founded" ], [ "2", "Ateneo de Davao University", "Davao City , Davao del Sur", "13,676", "Blue Knights", "blue & white", "1948" ], [ "3", "Ateneo de Manila University", "Quezon City , Metro Manila", "11,465", "Blue Eagles", "blue & white", "1859" ], [ "4", "Ateneo de Naga University", "Naga , Camarines Sur", "8,000 approx.", "Golden Knights", "blue & gold", "1940" ], [ "5", "Ateneo de Zamboanga University", "Zamboanga City", "9,000 approx.", "Blue Eagles", "blue & white", "1912" ], [ "6", "Xavier University – Ateneo de Cagayan", "Cagayan de Oro , Misamis Oriental", "14,564", "Blue Crusaders", "blue & white", "1933" ] ] }, { "t5Formulas": [ { "Question": "What is the Weight of the GK Player with 2012 Club of CN Atlètic-Barceloneta?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"gk\")*(E1=\"cn atlètic-barceloneta\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(B2:B14=\"gk\")*(E2:E14=\"cn atlètic-barceloneta\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"gk\"", "*", "E1", "=", "\"cn atlètic-barceloneta\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Height of the CF Player with 2012 club of Posillipo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"cf\")*(E1=\"posillipo\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(B2:B14=\"cf\")*(E2:E14=\"posillipo\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"cf\"", "*", "E1", "=", "\"posillipo\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18985137-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Pos.", "Height", "Weight", "2012 club" ], [ "2", "Iñaki Aguilar Category:Articles with hCards", "GK", "m ()", "kg (lb)", "CN Sabadell" ], [ "3", "Mario José García Category:Articles with hCards", "D", "m ()", "kg (lb)", "Real Canoe" ], [ "4", "David Martín Category:Articles with hCards", "D", "m ()", "kg (lb)", "CN Atlètic-Barceloneta" ], [ "5", "Balázs Szirányi Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Real Canoe" ], [ "6", "Guillermo Molina Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Pro Recco" ], [ "7", "Marc Minguell Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Posillipo" ], [ "8", "Blai Mallarach Category:Articles with hCards", "CF", "m ()", "kg (lb)", "HAVK Mladost" ], [ "9", "Albert Español Category:Articles with hCards", "D", "m ()", "kg (lb)", "CN Atlètic-Barceloneta" ], [ "10", "Xavier Vallès Category:Articles with hCards", "CF", "m ()", "kg (lb)", "CN Atlètic-Barceloneta" ], [ "11", "Felipe Perrone Category:Articles with hCards", "D", "m ()", "kg (lb)", "Pro Recco" ], [ "12", "Iván Pérez Category:Articles with hCards", "CF", "m ()", "kg (lb)", "CN Sabadell" ], [ "13", "Xavier García Category:Articles with hCards", "CF", "m ()", "kg (lb)", "VK Primorje Rijeka" ], [ "14", "Daniel López Category:Articles with hCards", "GK", "m ()", "kg (lb)", "CN Atlètic-Barceloneta" ] ] }, { "t5Formulas": [ { "Question": "What country has a finish of 59?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"59\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"59\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"59\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the To Par when the finish was t16 and the player was Julius Boros?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"t16\")*(A1=\"julius boros\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(F2:F6=\"t16\")*(A2:A6=\"julius boros\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t16\"", "*", "A1", "=", "\"julius boros\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the finish for Billy Casper?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"billy casper\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"billy casper\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"billy casper\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17277107-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Jack Nicklaus", "United States", "1962 , 1967", "279", "–1", "2" ], [ "3", "Billy Casper", "United States", "1959 , 1966", "286", "+6", "T9" ], [ "4", "Julius Boros", "United States", "1952 , 1963", "288", "+8", "T16" ], [ "5", "Gary Player", "South Africa", "1965", "288", "+8", "T16" ], [ "6", "Arnold Palmer", "United States", "1960", "301", "+21", "59" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of share with a rating larger than 1.2, a 3 rank timeslot, and 6.07 million viewers?", "Formula": "SUM(FILTER(D1, (C1>1.2)*(H1=3)*(F1=6.07)))", "Formula2": "SUM(FILTER(D2:D13, (C2:C13>1.2)*(H2:H13=3)*(F2:F13=6.07)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", ">", "1.2", "*", "H1", "=", "3", "*", "F1", "=", "6.07" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the average week rank with 1.2 ratings, less than 1.94 million viewers, and a night rank less than 11?", "Formula": "AVERAGE(FILTER(I1, (C1=1.2)*(F1<1.94)*(G1<11)))", "Formula2": "AVERAGE(FILTER(I2:I13, (C2:C13=1.2)*(F2:F13<1.94)*(G2:G13<11)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "I1", "C1", "=", "1.2", "*", "F1", "<", "1.94", "*", "G1", "<", "11" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17405932-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Order", "Episode", "Rating", "Share", "Rating/share (18–49)", "Viewers (millions)", "Rank (Night)", "Rank (Timeslot)", "Rank (Week)" ], [ "2", "1 & 2", "\" Goliath \"", "3.9", "6", "1.6/4", "6.07", "9", "3", "55" ], [ "3", "3", "\" Prosperity \"", "2.9", "5", "1.3/2", "4.60", "13", "4", "67" ], [ "4", "4", "\" First Night \"", "3.0", "5", "1.9/3", "4.51", "13", "5", "61" ], [ "5", "5", "\" Insurrection \"", "2.5", "4", "1.1/3", "3.61", "13", "4", "59" ], [ "6", "6", "\" Judgment Day \"", "1.5", "3", "0.6/2", "2.41", "7", "4", "64" ], [ "7", "7", "\" Brotherhood \"", "0.9", "2", "0.3/1", "1.59", "10", "4", "39" ], [ "8", "8", "\"The Sabbath Queen\"", "1.2", "3", "0.5/2", "1.94", "11", "4", "28" ], [ "9", "9", "\" Pilgrimage \"", "1.0", "3", "0.4/2", "1.54", "11", "4", "41" ], [ "10", "10", "\" Chapter One \"", "1.1", "3", "0.3/1", "1.30", "10", "4", "34" ], [ "11", "11", "\"Javelin\"", "1.2", "2", "0.4/2", "1.64", "11", "4", "36" ], [ "12", "12", "\" The New King (Part 1)\"", "1.0", "2", "0.4/2", "1.57", "11", "4", "38" ], [ "13", "13", "\" The New King (Part 2)\"", "1.3", "3", "0.4/2", "1.80", "10", "3", "38" ] ] }, { "t5Formulas": [ { "Question": "What country is Jack Nicklaus from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"jack nicklaus\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"jack nicklaus\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"jack nicklaus\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the To par for bill britton when he placed t7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t7\")*(B1=\"bill britton\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(A2:A13=\"t7\")*(B2:B13=\"bill britton\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t7\"", "*", "B1", "=", "\"bill britton\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the To par of Jack Nicklaus?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"jack nicklaus\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"jack nicklaus\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"jack nicklaus\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What country was the golfer from who had a money amount of 45,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=45000),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=45000),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "45000", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the To par for United States golfer fred couples?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"united states\")*(B1=\"fred couples\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(C2:C13=\"united states\")*(B2:B13=\"fred couples\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"fred couples\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16514275-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "T1", "Nick Faldo", "England", "71-72-66-69=278", "–10", "Playoff" ], [ "3", "T1", "Raymond Floyd", "United States", "70-68-68-72=278", "–10", "Playoff" ], [ "4", "T3", "John Huston", "United States", "66-74-68-75=283", "–5", "72,500" ], [ "5", "T3", "Lanny Wadkins", "United States", "72-73-70-68=283", "–5", "72,500" ], [ "6", "5", "Fred Couples", "United States", "74-69-72-69=284", "–4", "50,000" ], [ "7", "6", "Jack Nicklaus", "United States", "72-70-69-74=285", "–3", "45,000" ], [ "8", "T7", "Seve Ballesteros", "Spain", "74-73-68-71=286", "–2", "35,150" ], [ "9", "T7", "Bill Britton", "United States", "68-74-71-73=286", "–2", "35,150" ], [ "10", "T7", "Bernhard Langer", "West Germany", "70-73-69-74=286", "–2", "35,150" ], [ "11", "T7", "Scott Simpson", "United States", "74-71-68-73=286", "–2", "35,150" ], [ "12", "T7", "Curtis Strange", "United States", "70-73-71-72=286", "–2", "35,150" ], [ "13", "T7", "Tom Watson", "United States", "77-71-67-71=286", "–2", "35,150" ] ] }, { "t5Formulas": [ { "Question": "What is the population in millions for 2011 where the HDI for 2011 is 0.453 (low)?", "Formula": "SUMIFS(C1,F1,\"0.453 (low)\")", "Formula2": "SUMIFS(C2:C6,F2:F6,\"0.453 (low)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "F1", "\"0.453 (low)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the population in millions for 2011 where the GDP (nominal) (billions USD) is 4? ", "Formula": "SUM(FILTER(C1, E1=4))", "Formula2": "SUM(FILTER(C2:C6, E2:E6=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the HDI for 2011 in Tunisia? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Tunisia\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Tunisia\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Tunisia\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the area (km2) where the population in millions for 2011 is 37.1? ", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=37.1))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=37.1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "37.1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the GDP (PPP) (USD, per capita) for Algeria? ", "Formula": "SUMIFS(D1,A1,\"Algeria\")", "Formula2": "SUMIFS(D2:D6,A2:A6,\"Algeria\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Algeria\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the GDP (nominal) (billions USD) where the population in millions for 2011 is 3.4? ", "Formula": "SUM(FILTER(E1, C1=3.4))", "Formula2": "SUM(FILTER(E2:E6, C2:C6=3.4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "3.4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-2155836-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Country", "Area (km²)", "Population (millions, 2011)", "GDP (PPP) (USD, per capita)", "GDP (nominal) (billions USD)", "HDI (2011)" ], [ "2", "Algeria", "2,381,741", "37.1", "7200", "183.4", "0.698 (medium)" ], [ "3", "Libya", "1,759,540", "6.7", "14100", "177.9", "0.760 (high)" ], [ "4", "Mauritania", "1,025,520", "3.4", "2200", "4", "0.453 (low)" ], [ "5", "Morocco", "710 850", "32.3", "5100", "103.8", "0.582 (medium)" ], [ "6", "Tunisia", "163,610", "10.7", "9500", "48.9", "0.698 (high)" ] ] }, { "t5Formulas": [ { "Question": "Who was the home team when the away team scored 8.7 (55)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"8.7 (55)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"8.7 (55)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"8.7 (55)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who did Footscray play against when they scored 14.12 (96)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"14.12 (96)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"14.12 (96)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.12 (96)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many were in attendance when the away team scored 8.13 (61)?", "Formula": "SUMIFS(F1,D1,\"8.13 (61)\")", "Formula2": "SUMIFS(F2:F7,D2:D7,\"8.13 (61)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "D1", "\"8.13 (61)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10783853-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "21.25 (151)", "South Melbourne", "11.14 (80)", "Glenferrie Oval", "15,000", "11 May 1963" ], [ "3", "Footscray", "14.12 (96)", "Richmond", "11.11 (77)", "Western Oval", "21,695", "11 May 1963" ], [ "4", "Carlton", "9.13 (67)", "Essendon", "8.13 (61)", "Princes Park", "42,919", "11 May 1963" ], [ "5", "North Melbourne", "3.7 (25)", "Geelong", "7.19 (61)", "Arden Street Oval", "21,700", "11 May 1963" ], [ "6", "Melbourne", "14.10 (94)", "Fitzroy", "8.7 (55)", "MCG", "25,500", "11 May 1963" ], [ "7", "St Kilda", "14.13 (97)", "Collingwood", "11.7 (73)", "Junction Oval", "37,700", "11 May 1963" ] ] }, { "t5Formulas": [ { "Question": "if the flm winning team is no. 99 jmb racing what is the name of the lmp2 winning team ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"No. 99 JMB Racing\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,E2:E9=\"No. 99 JMB Racing\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"No. 99 JMB Racing\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-29826467-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rnd.", "Circuit", "LMP1 Winning Team", "LMP2 Winning Team", "FLM Winning Team", "GTE Pro Winning Team", "GTE Am Winning Team", "Results" ], [ "2", "1", "Paul Ricard", "No. 16 Pescarolo Team", "No. 41 Greaves Motorsport", "No. 95 Pegasus Racing", "No. 66 JMW Motorsport", "No. 88 Team Felbermayr-Proton", "Results" ], [ "3", "2", "Spa", "No. 7 Peugeot Sport Total", "No. 46 TDS Racing", "No. 95 Pegasus Racing", "No. 51 AF Corse", "No. 67 IMSA Performance Matmut", "Results" ], [ "4", "2", "Spa", "Alexander Wurz Anthony Davidson Marc Gené", "Mathias Beche Pierre Thiriet Jody Firth", "Mirco Schultis Patrick Simon Julien Schell", "Giancarlo Fisichella Gianmaria Bruni", "Raymond Narac Nicolas Armindo", "Results" ], [ "5", "3", "Imola", "No. 7 Peugeot Sport Total", "No. 41 Greaves Motorsport", "No. 99 JMB Racing", "No. 71 AF Corse", "No. 67 IMSA Performance Matmut", "Results" ], [ "6", "3", "Imola", "Sébastien Bourdais Anthony Davidson", "Olivier Lombard Karim Ojjeh Tom Kimber-Smith", "Chapman Ducote Kyle Marcelli Nicolas Marroc", "Jaime Melo Toni Vilander", "Nicolas Armindo Raymond Narac", "Results" ], [ "7", "4", "Silverstone", "No. 7 Peugeot Sport Total", "No. 41 Greaves Motorsport", "No. 95 Pegasus Racing", "No. 51 AF Corse", "No. 67 IMSA Performance Matmut", "Results" ], [ "8", "4", "Silverstone", "Sébastien Bourdais Simon Pagenaud", "Olivier Lombard Karim Ojjeh Tom Kimber-Smith", "Mirco Schultis Patrick Simon Julien Schell", "Giancarlo Fisichella Gianmaria Bruni", "Nicolas Armindo Raymond Narac", "Results" ], [ "9", "5", "Estoril", "No. 16 Pescarolo Team", "No. 46 TDS Racing", "No. 95 Pegasus Racing", "No. 66 JMW Motorsport", "No. 67 IMSA Performance Matmut", "Results" ] ] }, { "t5Formulas": [ { "Question": "How many U.S. viewers watched the episode directed by Frank Waldeck?", "Formula": "SUMIFS(G1,D1,\"Frank Waldeck\")", "Formula2": "SUMIFS(G2:G16,D2:D16,\"Frank Waldeck\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "D1", "\"Frank Waldeck\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-21634403-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (millions)" ], [ "2", "209", "3", "\"Working Stiffs\"", "Naren Shankar", "Naren Shankar", "October8,2009", "14.90" ], [ "3", "211", "5", "\"Bloodsport\"", "Jeffrey G. Hunt", "Allen MacDonald", "October29,2009", "15.24" ], [ "4", "212", "6", "\"Death & The Maiden\"", "Brad Tanenbaum", "Jacqueline Hoyt", "November5,2009", "15.60" ], [ "5", "213", "7", "\" The Lost Girls \"", "Alec Smight", "David Weddle & Bradley Thompson", "November12,2009", "17.38" ], [ "6", "214", "8", "\"Lover's Lanes\"", "Andrew Bernstein", "Dustin Lee Abraham", "November19,2009", "14.91" ], [ "7", "215", "9", "\"Appendicitement\"", "Kenneth Fink", "Evan Dunsky", "December10,2009", "16.43" ], [ "8", "218", "12", "\"Long Ball\"", "Alec Smight", "Christopher Barbour", "January21,2010", "14.29" ], [ "9", "219", "13", "\"Internal Combustion\"", "Brad Tanenbaum", "Jennifer N. Levin", "February4,2010", "14.49" ], [ "10", "220", "14", "\"Unshockable\"", "Kenneth Fink", "Michael Frost Beckner", "March4,2010", "15.59" ], [ "11", "221", "15", "\"Neverland\"", "Alec Smight", "Tom Mularz", "March11,2010", "15.25" ], [ "12", "223", "17", "\"Irradiator\"", "Michael Nankin", "Bradley Thompson & David Weddle", "April8,2010", "14.97" ], [ "13", "225", "19", "\"World's End\"", "Alec Smight", "Evan Dunsky", "April22,2010", "13.35" ], [ "14", "226", "20", "\"Take My Life, Please!\"", "Martha Coolidge", "David Rambo & Dustin Lee Abraham", "April29,2010", "13.63" ], [ "15", "227", "21", "\"Lost & Found\"", "Frank Waldeck", "Corinne Marrinan & Elizabeth Devine", "May6,2010", "14.15" ], [ "16", "228", "22", "\"Doctor Who\" (Part 1)", "Jeffrey Hunt", "Tom Mularz", "May13,2010", "13.42" ] ] }, { "t5Formulas": [ { "Question": "How many millions of people in the US watched when Kevin Bray was director?", "Formula": "FILTER(F1,D1=\"Kevin Bray\")", "Formula2": "FILTER(F2:F16,D2:D16=\"Kevin Bray\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "D1", "=", "\"Kevin Bray\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many millions of people in the US watched the \"Company Man\" episode?", "Formula": "FILTER(F1,C1=\"Company Man\")", "Formula2": "FILTER(F2:F16,C2:C16=\"Company Man\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "=", "\"Company Man\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many episodes in the season had 3.81 million US viewers?", "Formula": "ROWS(FILTER(B1,F1=\"3.81\"))", "Formula2": "ROWS(FILTER(B2:B16,F2:F16=\"3.81\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "F1", "=", "\"3.81\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who directed the episode \"Point Blank\"?", "Formula": "FILTER(D1,C1=\"Point Blank\")", "Formula2": "FILTER(D2:D16,C2:C16=\"Point Blank\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"Point Blank\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-24319661-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "U.S. viewers (million)", "Original air date" ], [ "2", "15", "1", "\"Withdrawal\"", "Tim Matheson", "Jeff Eastin", "4.29", "July13,2010" ], [ "3", "16", "2", "\"Need to Know\"", "Sanford Bookstaver", "Joe Henderson", "3.96", "July20,2010" ], [ "4", "17", "3", "\"Copycat Caffrey\"", "Paul Holahan", "Channing Powell", "3.72", "July27,2010" ], [ "5", "18", "4", "\"By the Book\"", "Michael Smith", "Alexandra McNally", "4.10", "August3,2010" ], [ "6", "19", "5", "\"Unfinished Business\"", "Tricia Brock", "Jeff Eastin", "4.00", "August10,2010" ], [ "7", "20", "6", "\"In the Red\"", "David Straiton", "Matt Negrete", "4.48", "August17,2010" ], [ "8", "21", "7", "\"Prisoner's Dilemma\"", "Vincent Misiano", "Mark Goffman", "4.60", "August24,2010" ], [ "9", "22", "8", "\"Company Man\"", "Rosemary Rodriguez", "Jim Campolongo", "4.44", "August31,2010" ], [ "10", "23", "9", "\"Point Blank\"", "Kevin Bray", "Jeff Eastin", "4.72", "September7,2010" ], [ "11", "24", "10", "\"Burke's Seven\"", "Michael Smith", "Joe Henderson", "3.81", "January18,2011" ], [ "12", "25", "11", "\"Forging Bonds\"", "John T. Kretchmer", "Jeff Eastin & Alexandra McNally", "3.90", "January25,2011" ], [ "13", "26", "12", "\"What Happens in Burma...\"", "John T. Kretchmer", "Hy Conrad", "3.46", "February1,2011" ], [ "14", "27", "13", "\"Countermeasures\"", "Michael Smith", "Jim Campolongo", "3.46", "February8,2011" ], [ "15", "28", "14", "\"Payback\"", "Russell Lee Fine", "Mark Goffman", "3.27", "February22,2011" ], [ "16", "29", "15", "\"Power Play\"", "Jeff F. King", "Mark Goffman", "3.30", "March1,2011" ] ] }, { "t5Formulas": [ { "Question": "What Poles have Races smaller than 4?", "Formula": "SUM(FILTER(F1, D1<4))", "Formula2": "SUM(FILTER(F2:F12, D2:D12<4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "<", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the sum of Points with a Series of italian formula renault 2.0, and Poles smaller than 0?", "Formula": "SUM(FILTER(H1, (B1=\"italian formula renault 2.0\")*(F1<0)))", "Formula2": "SUM(FILTER(H2:H12, (B2:B12=\"italian formula renault 2.0\")*(F2:F12<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "B1", "=", "\"italian formula renault 2.0\"", "*", "F1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total number of Points with Wins larger than 0, a Position of 12th, and Poles larger than 0?", "Formula": "SUM(FILTER(H1, (E1>0)*(I1=\"12th\")*(F1>0)))", "Formula2": "SUM(FILTER(H2:H12, (E2:E12>0)*(I2:I12=\"12th\")*(F2:F12>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "E1", ">", "0", "*", "I1", "=", "\"12th\"", "*", "F1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the smallest Wins with a Position of 20th, and Poles smaller than 0?", "Formula": "MIN(FILTER(E1, (I1=\"20th\")*(F1<0)))", "Formula2": "MIN(FILTER(E2:E12, (I2:I12=\"20th\")*(F2:F12<0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "I1", "=", "\"20th\"", "*", "F1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17755575-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Season", "Series", "Team", "Races", "Wins", "Poles", "Podiums", "Points", "Position" ], [ "2", "2005", "Italian Formula Junior 1600", "Tomcat Racing", "12", "5", "3", "10", "268", "1st" ], [ "3", "2005", "Italian Formula Renault 2.0– Winter Series", "Tomcat Racing", "4", "0", "0", "1", "12", "10th" ], [ "4", "2006", "Italian Formula Renault 2.0", "Tomcat Racing", "12", "0", "0", "0", "0", "36th" ], [ "5", "2006", "Formula Renault 3.5 Series", "Cram Competition", "10", "0", "0", "0", "0", "39th" ], [ "6", "2007", "Formula Renault 3.5 Series", "GD Racing", "17", "0", "0", "0", "2", "26th" ], [ "7", "2008", "Formula Renault 3.5 Series", "Comtec Racing", "13", "0", "0", "1", "16", "20th" ], [ "8", "2009", "Formula Renault 3.5 Series", "RC Motorsport", "15", "1", "0", "2", "39", "12th" ], [ "9", "2010", "Italian Formula Three Championship", "Alan Racing", "4", "0", "0", "0", "0", "30th" ], [ "10", "2010", "Italian Formula Three Championship", "RC Motorsport", "4", "0", "0", "0", "0", "30th" ], [ "11", "2011", "Auto GP", "Ombra Racing", "14", "0", "0", "0", "38", "12th" ], [ "12", "2012", "World Touring Car Championship", "bamboo-engineering", "14", "0", "0", "0", "0", "NC" ] ] }, { "t5Formulas": [ { "Question": "What team has the most wins with at least 18 goals and less than 5 losses?", "Formula": "MAX(FILTER(C1, (F1=18)*(D1<5)))", "Formula2": "MAX(FILTER(C2:C6, (F2:F6=18)*(D2:D6<5)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "F1", "=", "18", "*", "D1", "<", "5" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many times has the Cornwall HC team, that has scored more than 18 goals, lost ?", "Formula": "SUM(FILTER(D1, (A1=\"cornwall hc\")*(F1>18)))", "Formula2": "SUM(FILTER(D2:D6, (A2:A6=\"cornwall hc\")*(F2:F6>18)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"cornwall hc\"", "*", "F1", ">", "18" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-12317166-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Games Played", "Wins", "Losses", "Ties", "Goals For", "Goals Against" ], [ "2", "Ottawa Hockey Club", "8", "7", "1", "0", "60", "19" ], [ "3", "Montreal Wanderers", "8", "6", "2", "0", "44", "27" ], [ "4", "Brockville", "8", "4", "4", "0", "34", "30" ], [ "5", "Cornwall HC", "8", "3", "5", "0", "18", "37" ], [ "6", "Montreal Montagnards", "8", "0", "8", "0", "19", "62" ] ] }, { "t5Formulas": [ { "Question": "Who is the winning team when max busnelli is the winning driver?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Max Busnelli\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,F2:F8=\"Max Busnelli\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"Max Busnelli\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In which location is aci vallelunga circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ACI Vallelunga Circuit\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"ACI Vallelunga Circuit\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"ACI Vallelunga Circuit\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who held the pole position in misano world circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Misano World Circuit\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"Misano World Circuit\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Misano World Circuit\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23315271-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Location", "Circuit", "Date", "Pole Position", "Winning Driver", "Winning Team" ], [ "2", "1", "Vallelunga , Italy", "ACI Vallelunga Circuit", "10 April", "Norbert Siedler", "Timo Lienemann", "Draco Junior Team" ], [ "3", "2", "Imola , Italy", "Autodromo Enzo e Dino Ferrari", "15 May", "Norbert Siedler", "Norbert Siedler", "ADM Motorsport" ], [ "4", "3", "Spa , Belgium", "Circuit de Spa-Francorchamps", "12 June", "Norbert Siedler", "Norbert Siedler", "ADM Motorsport" ], [ "5", "4", "Mugello , Italy", "Mugello Circuit", "10 July", "Max Busnelli", "Max Busnelli", "Pro Motorsport" ], [ "6", "5", "Misano Adriatico , Italy", "Misano World Circuit", "24 July", "Max Busnelli", "Alessandro Bonetti", "Draco Junior Team" ], [ "7", "6", "Oberspreewald-Lausitz , Germany", "EuroSpeedway Lausitz", "28 August", "Robbie Kerr", "Robbie Kerr", "Team JVA" ], [ "8", "7", "Adria , Italy", "Adria International Raceway", "25 September", "Norbert Siedler", "Timo Lienemann", "Draco Junior Team" ] ] }, { "t5Formulas": [ { "Question": "Who were the Brazil scorers who scored 3-3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"3-3\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"3-3\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"3-3\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Brazil scorer who scored 6-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"6-0\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"6-0\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"6-0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "With a score of 2-2, what was the Result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2-2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"2-2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2-2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15401676-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Result", "Score", "Brazil scorers", "Competition" ], [ "2", "May 11, 1919", "W", "6-0", "Friedenreich (3), Neco (2), Haroldo", "South American Championship" ], [ "3", "May 18, 1919", "W", "3-1", "Heitor , Amílcar , Millon", "South American Championship" ], [ "4", "May 26, 1919", "D", "2-2", "Neco (2)", "South American Championship" ], [ "5", "May 29, 1919", "W", "1-0", "Friedenreich", "South American Championship" ], [ "6", "June 1, 1919", "D", "3-3", "Haroldo , Arlindo (2)", "Taça Roberto Cherry" ] ] }, { "t5Formulas": [ { "Question": "Which Model has hybrid propulsion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"hybrid\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"hybrid\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"hybrid\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Propulsion for the model offered in 2003-2004 by neoplan usa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"2003-2004\")*(B1=\"neoplan usa\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(A2:A13=\"2003-2004\")*(B2:B13=\"neoplan usa\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"2003-2004\"", "*", "B1", "=", "\"neoplan usa\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Length (ft.) for a 2008 nfi d40lf?", "Formula": "SUM(FILTER(F1, (B1=\"nfi\")*(C1=\"d40lf\")*(A1=\"2008\")))", "Formula2": "SUM(FILTER(F2:F13, (B2:B13=\"nfi\")*(C2:C13=\"d40lf\")*(A2:A13=\"2008\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"nfi\"", "*", "C1", "=", "\"d40lf\"", "*", "A1", "=", "\"2008\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-1507907-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Order Year", "Manufacturer", "Model", "Fleet (Qty.)", "Propulsion", "Length (ft.)" ], [ "2", "1994", "TMC", "RTS T80206", "0001-0138 (138)", "Diesel", "40" ], [ "3", "1995", "NovaBus", "RTS T80206", "0139-0400 (262)", "Diesel", "40" ], [ "4", "1999", "NFI", "C40LF", "6000-6001 (2)", "CNG", "40" ], [ "5", "2001", "NFI", "C40LF", "6002-6016 (15)", "CNG", "40" ], [ "6", "2003-2004", "NABI", "40-LFW", "2001-2299 (299)", "CNG", "40" ], [ "7", "2003-2004", "Neoplan USA", "AN460LF", "1001-1044 (44)", "CNG", "60" ], [ "8", "2004", "Neoplan USA", "AN440LF", "4101-4128 (28)", "Electric trolleybus", "40" ], [ "9", "2004-2005", "Neoplan USA", "AN440LF", "0401-0593 (193)", "Diesel", "40" ], [ "10", "2004-2005", "Neoplan USA", "AN460LF", "1101-1132 (32)", "Dual mode", "60" ], [ "11", "2006-2007", "NFI", "D40LF", "0600-0754 (155)", "Diesel", "40" ], [ "12", "2008", "NFI", "D40LF", "0755-0909 (155)", "Diesel", "40" ], [ "13", "2010", "NFI", "DE60LFR", "1200-1224 (25)", "Hybrid", "60" ] ] }, { "t5Formulas": [ { "Question": "Which 2009 has a 2008 of A, and a 2010 of 4r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"a\")*(F1=\"4r\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,(D2:D20=\"a\")*(F2:F20=\"4r\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"a\"", "*", "F1", "=", "\"4r\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 2009 has a 2008 of wta premier mandatory tournaments?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"wta premier mandatory tournaments\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,D2:D20=\"wta premier mandatory tournaments\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"wta premier mandatory tournaments\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 2010 has a Tournament of australian open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"australian open\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,A2:A20=\"australian open\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"australian open\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 2007 has a 2006 of A, and a Tournament of canada?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(B1=\"a\")*(A1=\"canada\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,(B2:B20=\"a\")*(A2:A20=\"canada\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"a\"", "*", "A1", "=", "\"canada\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 2009 has a 2006 of A, and a 2011 of sf?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(B1=\"a\")*(G1=\"sf\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,(B2:B20=\"a\")*(G2:G20=\"sf\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"a\"", "*", "G1", "=", "\"sf\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 2007 has a 2010 of A?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"a\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,F2:F20=\"a\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"a\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15100199-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Tournament", "2006", "2007", "2008", "2009", "2010", "2011", "2012" ], [ "2", "Australian Open", "A", "A", "Q2", "1R", "4R", "2R", "1R" ], [ "3", "French Open", "A", "A", "1R", "2R", "3R", "3R", "1R" ], [ "4", "Wimbledon", "A", "A", "1R", "1R", "3R", "4R", "3R" ], [ "5", "US Open", "A", "A", "1R", "SF", "4R", "2R", "2R" ], [ "6", "Win–Loss", "0–0", "0–0", "0–3", "6–4", "10–4", "7–4", "3–4" ], [ "7", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments", "WTA Premier Mandatory Tournaments" ], [ "8", "Indian Wells", "A", "A", "A", "2R", "4R", "SF", "2R" ], [ "9", "Miami", "A", "A", "A", "1R", "QF", "2R", "4R" ], [ "10", "Madrid", "Not Held", "Not Held", "Not Held", "A", "A", "1R", "2R" ], [ "11", "Beijing", "Not Held", "Not Held", "Not Held", "A", "1R", "A", "1R" ], [ "12", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments", "WTA Premier 5 Tournaments" ], [ "13", "Dubai", "Not Held", "Not Held", "Not Held", "A", "1R", "3R", "NP5" ], [ "14", "Doha", "Not Tier I", "Not Tier I", "A", "Not Held", "Not Held", "NP5", "QF" ], [ "15", "Rome", "A", "A", "A", "A", "3R", "3R", "1R" ], [ "16", "Cincinnati", "Not Held", "Not Held", "Not Held", "2R", "QF", "2R", "1R" ], [ "17", "Canada", "A", "A", "A", "1R", "2R", "1R", "1R" ], [ "18", "Tokyo", "A", "A", "A", "A", "1R", "A", "1R" ], [ "19", "Career statistics", "Career statistics", "Career statistics", "Career statistics", "Career statistics", "Career statistics", "Career statistics", "Career statistics" ], [ "20", "Year End Ranking", "534", "221", "69", "16", "23", "26", "23" ] ] }, { "t5Formulas": [ { "Question": "what is the average top-5 when the cuts made is more than 34?", "Formula": "AVERAGE(FILTER(C1,G1>34))", "Formula2": "AVERAGE(FILTER(C2:C6,G2:G6>34))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "G1", ">", "34" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "what is the sum of wins when events is 13 and top-5 is less than 1?", "Formula": "SUM(FILTER(B1,(F1=13)*(C1<1)))", "Formula2": "SUM(FILTER(B2:B6,(F2:F6=13)*(C2:C6<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "13", "*", "C1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "what is the highest events when the cuts made is less than 34, the top-25 is less than 5 and the top-10 is more than 1?", "Formula": "MAX(FILTER(F1,(G1<34)*(E1<5)*(D1>1)))", "Formula2": "MAX(FILTER(F2:F6,(G2:G6<34)*(E2:E6<5)*(D2:D6>1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "G1", "<", "34", "*", "E1", "<", "5", "*", "D1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "what is the average top-10 when the cuts made is less than 9 and the events is more than 14?", "Formula": "AVERAGE(FILTER(D1,(G1<9)*(F1>14)))", "Formula2": "AVERAGE(FILTER(D2:D6,(G2:G6<9)*(F2:F6>14)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "G1", "<", "9", "*", "F1", ">", "14" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-1662630-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "1", "5", "14", "8" ], [ "3", "U.S. Open", "0", "0", "1", "1", "14", "6" ], [ "4", "The Open Championship", "0", "1", "1", "4", "13", "9" ], [ "5", "PGA Championship", "0", "1", "1", "8", "14", "11" ], [ "6", "Totals", "0", "2", "4", "18", "55", "34" ] ] }, { "t5Formulas": [ { "Question": "What is the average total TCs of the season where the strongest storm was Zoe and the season was totals?", "Formula": "AVERAGE(FILTER(C1, (E1=\"zoe\")*(A1=\"totals\")))", "Formula2": "AVERAGE(FILTER(C2:C12, (E2:E12=\"zoe\")*(A2:A12=\"totals\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "E1", "=", "\"zoe\"", "*", "A1", "=", "\"totals\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-14617448-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Total TD's", "Total TC's", "Total STC's", "Strongest storm", "Deaths" ], [ "2", "2000–01", "16", "4", "1", "Paula", "7" ], [ "3", "2001–02", "16", "5", "2", "Waka", "1" ], [ "4", "2002–03", "18", "10", "7", "Zoe", "50" ], [ "5", "2003–04", "15", "3", "2", "Heta", "16" ], [ "6", "2004–05", "19", "9", "5", "Percy", "2" ], [ "7", "2005–06", "15", "5", "3", "Wati", "None" ], [ "8", "2006–07", "15", "6", "2", "Xavier", "4" ], [ "9", "2007–08", "16", "4", "3", "Daman", "8" ], [ "10", "2008–09", "15", "6", "0", "Lin", "11" ], [ "11", "2009–10", "15", "8", "5", "Ului", "12" ], [ "12", "Totals", "160", "60", "30", "Zoe", "111" ] ] }, { "t5Formulas": [ { "Question": "What is the fastest lap with pole position of gilles villeneuve?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Gilles Villeneuve\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,E2:E15=\"Gilles Villeneuve\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Gilles Villeneuve\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who did the fastest lap in the dutch grand prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Dutch Grand Prix\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"Dutch Grand Prix\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Dutch Grand Prix\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who did the fastest lap with the race winner john watson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"John Watson\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,G2:G15=\"John Watson\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"John Watson\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1140077-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rnd", "Race", "Date", "Location", "Pole Position", "Fastest Lap", "Race Winner", "Constructor", "Report" ], [ "2", "1", "United States Grand Prix West", "15 March", "Long Beach", "Riccardo Patrese", "Alan Jones", "Alan Jones", "Williams - Ford", "Report" ], [ "3", "2", "Brazilian Grand Prix", "29 March", "Jacarepaguá", "Nelson Piquet", "Marc Surer", "Carlos Reutemann", "Williams - Ford", "Report" ], [ "4", "3", "Argentine Grand Prix", "12 April", "Buenos Aires", "Nelson Piquet", "Nelson Piquet", "Nelson Piquet", "Brabham - Ford", "Report" ], [ "5", "4", "San Marino Grand Prix", "3 May", "Imola", "Gilles Villeneuve", "Gilles Villeneuve", "Nelson Piquet", "Brabham - Ford", "Report" ], [ "6", "5", "Belgian Grand Prix", "17 May", "Zolder", "Carlos Reutemann", "Carlos Reutemann", "Carlos Reutemann", "Williams - Ford", "Report" ], [ "7", "6", "Monaco Grand Prix", "31 May", "Monaco", "Nelson Piquet", "Alan Jones", "Gilles Villeneuve", "Ferrari", "Report" ], [ "8", "7", "Spanish Grand Prix", "21 June", "Jarama", "Jacques Laffite", "Alan Jones", "Gilles Villeneuve", "Ferrari", "Report" ], [ "9", "8", "French Grand Prix", "5 July", "Dijon-Prenois", "René Arnoux", "Alain Prost", "Alain Prost", "Renault", "Report" ], [ "10", "9", "British Grand Prix", "18 July", "Silverstone", "René Arnoux", "René Arnoux", "John Watson", "McLaren - Ford", "Report" ], [ "11", "10", "German Grand Prix", "2 August", "Hockenheimring", "Alain Prost", "Alan Jones", "Nelson Piquet", "Brabham - Ford", "Report" ], [ "12", "11", "Austrian Grand Prix", "16 August", "Österreichring", "René Arnoux", "Jacques Laffite", "Jacques Laffite", "Ligier - Matra", "Report" ], [ "13", "12", "Dutch Grand Prix", "30 August", "Zandvoort", "Alain Prost", "Alan Jones", "Alain Prost", "Renault", "Report" ], [ "14", "13", "Italian Grand Prix", "13 September", "Monza", "René Arnoux", "Carlos Reutemann", "Alain Prost", "Renault", "Report" ], [ "15", "14", "Canadian Grand Prix", "27 September", "Île Notre-Dame", "Nelson Piquet", "John Watson", "Jacques Laffite", "Ligier - Matra", "Report" ] ] }, { "t5Formulas": [ { "Question": "Which Call sign has an ERP W of 75?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=75))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=75))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "75" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Class has a Facility ID greater than 85076 and a Call Sign of K289au?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,A1=\"k289au\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>85076))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H11,A2:A11=\"k289au\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>85076))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "A1", "=", "\"k289au\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "85076" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17658199-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Call sign", "Frequency MHz", "City of license", "Facility ID", "ERP W", "Height m ( ft )", "Class", "FCC info" ], [ "2", "KZTH", "88.5", "Piedmont, Oklahoma", "83880", "50,000", "m (ft)", "C1", "FCC" ], [ "3", "KTHF", "89.9", "Hammon, Oklahoma", "177198", "26,500", "m (ft)", "C2", "FCC" ], [ "4", "KXTH", "89.1", "Seminole, Oklahoma", "85076", "2,600", "m (ft)", "A", "FCC" ], [ "5", "KTHL", "89.3", "Altus, Oklahoma", "85076", "1,500", "m (ft)", "A", "FCC" ], [ "6", "K276EX", "103.1", "Oklahoma City, Oklahoma", "145396", "75", "m (ft)", "D", "FCC" ], [ "7", "K261DP", "100.1", "Edmond, Oklahoma", "83195", "92", "m (ft)", "D", "FCC" ], [ "8", "K253AY", "98.5", "Norman, Oklahoma", "148125", "25", "m (ft)", "D", "FCC" ], [ "9", "K261DR", "100.1", "Wichita, Kansas", "14455", "250", "m (ft)", "D", "FCC" ], [ "10", "K289AU", "105.7", "Bartlesville, Oklahoma", "153233", "250", "m (ft)", "D", "FCC" ], [ "11", "K290BP", "105.9", "Stillwater, Oklahoma", "51938", "250", "m (ft)", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "What is the 2000 value if the 1998 value is 1.5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1.5),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=1.5),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1.5", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the 2004 value if the 1998 value is 35?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=35),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=35),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "35", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the 1998 value if the 2000 value is 25?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=25),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=25),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "25", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the 1998 value if the 2007 value is 8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=8),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=8),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "8", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the 2000 value if the 1998 value is 1.5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1.5),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=1.5),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1.5", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the 1998 value if the 2011 value is 30.4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=30.4),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=30.4),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "30.4", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17442495-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "1998", "2000", "2004", "2007", "2011" ], [ "2", "1.5", "3.0", "11.0", "18.0", "30.4" ], [ "3", "51%", "43%", "38%", "33%", "33%" ], [ "4", "60%", "76%", "98%", "92%", "96%" ], [ "5", "51,000", "59,000", "100,000", "181,000", "272,400" ], [ "6", "1784", "1454", "949", "1388", "1691" ], [ "7", "35", "25", "9", "8", "7" ] ] }, { "t5Formulas": [ { "Question": "Which Album had a year less than 2005 with a Label by Ministry of Sound?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1<2005)*(D1=\"ministry of sound\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(A2:A14<2005)*(D2:D14=\"ministry of sound\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "<", "2005", "*", "D1", "=", "\"ministry of sound\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Album had a bigger year than 2005 and whose country was Australia?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1>2005)*(G1=\"australia\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(A2:A14>2005)*(G2:G14=\"australia\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", ">", "2005", "*", "G1", "=", "\"australia\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which song had Central Station as a label and whose album was Various - Wild Nights 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"central station\")*(B1=\"various - wild nights 4\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(D2:D14=\"central station\")*(B2:B14=\"various - wild nights 4\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"central station\"", "*", "B1", "=", "\"various - wild nights 4\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10374985-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Album", "Song", "Label", "Catalog#", "Format", "Country" ], [ "2", "2003", "Various - Pioneer The Album Vol. 4", "Gia [CD]", "Blanco Y Negro", "MXCD-1366", "2xCD, DVD", "Spain" ], [ "3", "2003", "Various - Pioneer The Album Vol. 4", "Gia (Greek Version) [DVD]", "Blanco Y Negro", "MXCD-1366", "2xCD, DVD", "Spain" ], [ "4", "2003", "Various - Home 69", "Gia (DJ Gregory Remix)", "CLS Records", "CLS SA0202", "CD", "Hungary" ], [ "5", "2003", "Various - Chill Out in Paris 3", "Gia (Said Mrad Remix)", "George V Records", "3087322", "2xCD, Stereo", "France" ], [ "6", "2004", "Various - Dance Power 10", "Opa Opa (Bigworld Radio Mix)", "Vidisco", "11.80.8369", "2xCD", "Portugal" ], [ "7", "2004", "Various - Kula Karma", "Gia", "Ministry Of Sound", "8662383", "2xCD, Sampler", "Germany" ], [ "8", "2005", "Armand Van Helden - The Remixes Vol. 2", "Opa Opa (Armand Van Helden Club Mix)", "Disky Dance", "DD 902707", "CD, Digipak", "Netherlands" ], [ "9", "2005", "Various - DJ Masters Unmixed #3", "Come Along Now (Edit)", "Central Station", "CSR CD 5253", "3xCD", "Australia" ], [ "10", "2005", "Various - Wild Nights 4", "Opa Opa [DVD]", "Central Station", "CSR CD 5252", "2xCD, DVD, Gatefold", "Australia" ], [ "11", "2008", "Nick Skitz - Come Into My World", "Gia (Skitz Clubb Mixx)", "Central Station", "LNGA-004", "2xCD, Album", "Australia" ], [ "12", "2008", "Schiller - Sehnsucht", "Destiny", "Universal Music Domestic Division", "06025 1757837 1", "2xCD, Album, DVD, DVD-Video, PAL", "Germany" ], [ "13", "2008", "Schiller - Desire", "Destiny", "Island Records", "06025 1772012 1", "CD, Album", "Germany" ], [ "14", "2010", "Schiller - Breathless", "Sunday", "Island Records", "06025 2740708 1", "CD, Album", "Europe" ] ] }, { "t5Formulas": [ { "Question": "What was the result for the game on October 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"october 5\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"october 5\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"october 5\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17998617-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent#", "Site", "Result", "Attendance" ], [ "2", "September 28", "TCU", "Ohio Stadium • Columbus, OH", "L14-18", "81,784" ], [ "3", "October 5", "at Washington", "Husky Stadium • Seattle, WA", "W35-7", "37,500" ], [ "4", "October 12", "Illinois", "Ohio Stadium • Columbus, OH", "W21-7", "82,239" ], [ "5", "October 19", "Indiana", "Ohio Stadium • Columbus, OH", "W56-0", "78,348" ], [ "6", "October 26", "at Wisconsin", "Camp Randall Stadium • Madison, WI", "W16-13", "51,051" ], [ "7", "November 2", "Northwestern", "Ohio Stadium • Columbus, OH", "W47-6", "79,635" ], [ "8", "November 9", "Purdue", "Ohio Stadium • Columbus, OH", "W20-7", "79,177" ], [ "9", "November 16", "5 Iowa", "Ohio Stadium • Columbus, OH", "W17-13", "82,935" ], [ "10", "November 23", "at 19 Michigan", "Michigan Stadium • Ann Arbor, MI", "W31-14", "101,001" ], [ "11", "January 1", "vs. Oregon", "Rose Bowl • Pasadena, CA ( Rose Bowl )", "W10-7", "98,202" ], [ "12", "*Non-conference game. #Rankings from AP Poll .", "*Non-conference game. #Rankings from AP Poll .", "*Non-conference game. #Rankings from AP Poll .", "*Non-conference game. #Rankings from AP Poll .", "*Non-conference game. #Rankings from AP Poll ." ] ] }, { "t5Formulas": [ { "Question": "What is the Winnipeg Jets record?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"winnipeg jets\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"winnipeg jets\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"winnipeg jets\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14056076-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "December", "Opponent", "Score", "Record" ], [ "2", "25", "2", "Pittsburgh Penguins", "6 - 0", "11-13-1" ], [ "3", "26", "4", "Winnipeg Jets", "7 - 4", "12-13-1" ], [ "4", "27", "7", "@ Philadelphia Flyers", "4 - 0", "12-14-1" ], [ "5", "28", "8", "Philadelphia Flyers", "3 - 1", "13-14-1" ], [ "6", "29", "11", "@ New Jersey Devils", "4 - 2", "14-14-1" ], [ "7", "30", "14", "@ Boston Bruins", "4 - 2", "14-15-1" ], [ "8", "31", "15", "Pittsburgh Penguins", "5 - 2", "14-16-1" ], [ "9", "32", "18", "Buffalo Sabres", "5 - 4", "14-17-1" ], [ "10", "33", "20", "New York Islanders", "2 - 2 OT", "14-17-2" ], [ "11", "34", "21", "@ New York Islanders", "5 - 4", "15-17-2" ], [ "12", "35", "23", "Detroit Red Wings", "10 - 2", "16-17-2" ], [ "13", "36", "26", "@ Buffalo Sabres", "6 - 1", "16-18-2" ], [ "14", "37", "28", "@ Minnesota North Stars", "3 - 1", "16-19-2" ], [ "15", "38", "29", "Washington Capitals", "6 - 5", "17-19-2" ] ] }, { "t5Formulas": [ { "Question": "What was the opponent on november 8, 1981?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 8, 1981\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"november 8, 1981\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"november 8, 1981\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15353865-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 6, 1981", "at Detroit Lions", "L 17-24", "63,710" ], [ "3", "2", "September 13, 1981", "Chicago Bears", "W 28-17", "49,520" ], [ "4", "3", "September 20, 1981", "at Atlanta Falcons", "L 17-34", "56,653" ], [ "5", "4", "September 27, 1981", "New Orleans Saints", "W 21-14", "44,433" ], [ "6", "5", "October 4, 1981", "at Washington Redskins", "W 30-17", "51,843" ], [ "7", "6", "October 11, 1981", "Dallas Cowboys", "W 45-14", "57,574" ], [ "8", "7", "October 18, 1981", "at Green Bay Packers", "W 13-3", "50,171" ], [ "9", "8", "October 25, 1981", "Los Angeles Rams", "W 20-17", "59,190" ], [ "10", "9", "November 1, 1981", "at Pittsburgh Steelers", "W 17-14", "52,878" ], [ "11", "10", "November 8, 1981", "Atlanta Falcons", "W 17-14", "59,127" ], [ "12", "11", "November 15, 1981", "Cleveland Browns", "L 12-15", "52,455" ], [ "13", "12", "November 22, 1981", "at Los Angeles Rams", "W 33-31", "63,456" ], [ "14", "13", "November 29, 1981", "New York Giants", "W 17-10", "57,186" ], [ "15", "14", "December 6, 1981", "at Cincinnati Bengals", "W 21-3", "56,796" ], [ "16", "15", "December 13, 1981", "Houston Oilers", "W 28-6", "55,707" ], [ "17", "16", "December 20, 1981", "at New Orleans Saints", "W 21-17", "43,639" ] ] }, { "t5Formulas": [ { "Question": "What kind of Crowd has a Home team of port adelaide, and a Away team score of 11.10 (76)?", "Formula": "SUM(FILTER(F1, (A1=\"port adelaide\")*(D1=\"11.10 (76)\")))", "Formula2": "SUM(FILTER(F2:F7, (A2:A7=\"port adelaide\")*(D2:D7=\"11.10 (76)\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "\"port adelaide\"", "*", "D1", "=", "\"11.10 (76)\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What kind of Crowd has a Ground of subiaco oval?", "Formula": "SUMIFS(F1,E1,\"subiaco oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"subiaco oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"subiaco oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What kind of Ground has a Home team score of 13.14 (92)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.14 (92)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"13.14 (92)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.14 (92)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What kind of Home team has a Home team score of 13.14 (92)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.14 (92)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"13.14 (92)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.14 (92)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many Crowd that has a Date on saturday, 29 january and an Away team of collingwood?", "Formula": "SUM(FILTER(F1, (G1=\"saturday, 29 january\")*(C1=\"collingwood\")))", "Formula2": "SUM(FILTER(F2:F7, (G2:G7=\"saturday, 29 january\")*(C2:C7=\"collingwood\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "=", "\"saturday, 29 january\"", "*", "C1", "=", "\"collingwood\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-16388398-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Ground", "Crowd", "Date" ], [ "2", "Carlton", "20.17 (137)", "Collingwood", "7.7 (49)", "M.C.G.", "16,678", "Friday, 31 December 1999" ], [ "3", "Port Adelaide", "13.12 (90)", "Collingwood", "12.9 (81)", "Football Park", "10,454", "Saturday, 29 January" ], [ "4", "Carlton", "22.14 (146)", "Fremantle", "9.8 (62)", "Waverley Park", "5,692", "Saturday, 29 January" ], [ "5", "Fremantle", "10.18 (78)", "Port Adelaide", "10.9 (69)", "Subiaco Oval", "6,119", "Saturday, 5 February" ], [ "6", "Port Adelaide", "12.8 (80)", "Carlton", "11.10 (76)", "Football Park", "11,132", "Saturday, 12 February" ], [ "7", "Collingwood", "13.14 (92)", "Fremantle", "3.11 (29)", "Waverley Park", "7,752", "Saturday, 12 February" ] ] }, { "t5Formulas": [ { "Question": "What is the earliest game played at the TD Waterhouse Centre?", "Formula": "MINIFS(A1,E1,\"td waterhouse centre\")", "Formula2": "MINIFS(A2:A9,E2:E9,\"td waterhouse centre\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "E1", "\"td waterhouse centre\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the opponent on April 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"april 2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"april 2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"april 2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the highest game number when the opponent was the Miami Heat?", "Formula": "MAXIFS(A1,C1,\"miami heat\")", "Formula2": "MAXIFS(A2:A9,C2:C9,\"miami heat\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "C1", "\"miami heat\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17621978-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Record" ], [ "2", "75", "April 2", "Miami Heat", "W 90-62", "FleetCenter", "41-34" ], [ "3", "76", "April 4", "Sacramento Kings", "L 92-93", "FleetCenter", "41-35" ], [ "4", "77", "April 6", "Washington Wizards", "L 98-99 (OT)", "FleetCenter", "41-36" ], [ "5", "78", "April 9", "at Washington Wizards", "W 87-83", "MCI Center", "42-36" ], [ "6", "79", "April 10", "Philadelphia 76ers", "L 78-99", "FleetCenter", "42-37" ], [ "7", "80", "April 12", "at Orlando Magic", "L 86-89", "TD Waterhouse Centre", "42-38" ], [ "8", "81", "April 13", "at Miami Heat", "W 94-86", "American Airlines Arena", "43-38" ], [ "9", "82", "April 16", "Detroit Pistons", "W 99-92", "FleetCenter", "44-38" ] ] }, { "t5Formulas": [ { "Question": "Which home team played against Geelong?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"geelong\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What did the home team score when the away team scored 18.20 (128)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"18.20 (128)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"18.20 (128)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"18.20 (128)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How large was the crowd when North Melbourne played as the away team?", "Formula": "SUMIFS(F1,C1,\"north melbourne\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"north melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"north melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10826385-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "15.14 (104)", "Melbourne", "10.15 (75)", "Glenferrie Oval", "26,000", "1 April 1972" ], [ "3", "Carlton", "11.15 (81)", "Fitzroy", "10.10 (70)", "Princes Park", "32,500", "1 April 1972" ], [ "4", "St Kilda", "20.14 (134)", "North Melbourne", "11.10 (76)", "Moorabbin Oval", "24,000", "1 April 1972" ], [ "5", "South Melbourne", "10.13 (73)", "Geelong", "9.7 (61)", "Lake Oval", "18,654", "3 April 1972" ], [ "6", "Footscray", "9.13 (67)", "Essendon", "18.20 (128)", "Western Oval", "28,935", "3 April 1972" ], [ "7", "Richmond", "16.9 (105)", "Collingwood", "14.17 (101)", "MCG", "72,714", "3 April 1972" ] ] }, { "t5Formulas": [ { "Question": "What is the highest number of games won where less than 21 games were conceded and less than 18 games were actually played?", "Formula": "MAX(FILTER(D1, (H1<21)*(C1<18)))", "Formula2": "MAX(FILTER(D2:D11, (H2:H11<21)*(C2:C11<18)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "H1", "<", "21", "*", "C1", "<", "18" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average number of goals conceded where more than 19 goals were scored, the team had 31 points, and more than 7 draws?", "Formula": "AVERAGE(FILTER(H1, (G1>19)*(J1=31)*(E1>7)))", "Formula2": "AVERAGE(FILTER(H2:H11, (G2:G11>19)*(J2:J11=31)*(E2:E11>7)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "H1", "G1", ">", "19", "*", "J1", "=", "31", "*", "E1", ">", "7" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many goals were conceded against the Chepo F.C. team where they lost 7 games?", "Formula": "SUM(FILTER(H1, (F1=7)*(B1=\"chepo f.c.\")))", "Formula2": "SUM(FILTER(H2:H11, (F2:F11=7)*(B2:B11=\"chepo f.c.\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "F1", "=", "7", "*", "B1", "=", "\"chepo f.c.\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-11936264-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Place (Posición)", "Team (Equipo)", "Played (PJ)", "Won (PG)", "Draw (PE)", "Lost (PP)", "Goals Scored (GF)", "Goals Conceded (GC)", "+/- (Dif.)", "Points (Pts.)" ], [ "2", "1.", "San Francisco F.C.", "18", "11", "4", "3", "27", "16", "+11", "37" ], [ "3", "2.", "Arabe Unido", "18", "9", "5", "4", "42", "27", "+15", "32" ], [ "4", "3.", "Tauro F.C.", "18", "8", "7", "3", "38", "23", "+15", "31" ], [ "5", "4.", "Municipal Chorrillo", "18", "8", "3", "7", "24", "21", "+3", "27" ], [ "6", "5.", "Atlético Chiriquí", "18", "6", "8", "4", "21", "20", "-1", "26" ], [ "7", "6.", "Alianza F.C.", "18", "7", "3", "8", "19", "20", "-1", "24" ], [ "8", "7.", "Chepo F.C.", "18", "6", "5", "7", "23", "21", "+2", "23" ], [ "9", "8.", "Sporting San Miguelito", "18", "4", "6", "8", "19", "24", "-5", "18" ], [ "10", "9.", "Plaza Amador", "18", "4", "5", "9", "24", "30", "-6", "17" ], [ "11", "10.", "Atlético Veragüense", "18", "3", "2", "13", "10", "43", "-33", "11" ] ] }, { "t5Formulas": [ { "Question": "what was the week for the match on a hard surface at Indian Wells tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"hard\")*(A1=\"indian wells\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(B2:B10=\"hard\")*(A2:A10=\"indian wells\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"hard\"", "*", "A1", "=", "\"indian wells\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What week was the tournament at Cincinnati?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"cincinnati\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"cincinnati\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"cincinnati\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the tournament where the match was on a hard surface and jan-michael gambill (19) was the finalist?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"hard\")*(E1=\"jan-michael gambill (19)\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(B2:B10=\"hard\")*(E2:E10=\"jan-michael gambill (19)\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"hard\"", "*", "E1", "=", "\"jan-michael gambill (19)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the semifinalist at the tournament in miami?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"miami\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"miami\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"miami\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the winner at the tournament in Hamburg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"hamburg\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"hamburg\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"hamburg\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16763561-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "Surface", "Week", "Winner", "Finalist", "Semifinalists" ], [ "2", "Indian Wells", "Hard", "March 12", "Andre Agassi (4) 7–6(5), 7–5, 6–1", "Pete Sampras (3)", "Yevgeny Kafelnikov (7) Lleyton Hewitt (6)" ], [ "3", "Miami", "Hard", "March 19", "Andre Agassi (3) 7–6(4), 6–1, 6–0", "Jan-Michael Gambill (19)", "Patrick Rafter (8) Lleyton Hewitt (7)" ], [ "4", "Monte Carlo", "Clay", "April 16", "Gustavo Kuerten (2) 6–3, 6–2, 6–4", "Hicham Arazi", "Sébastien Grosjean (9) Guillermo Coria" ], [ "5", "Rome", "Clay", "May 7", "Juan Carlos Ferrero (8) 3–6, 6–1, 2–6, 6–4, 6–2", "Gustavo Kuerten (1)", "Andreas Vinciguerra Nicolás Lapentti" ], [ "6", "Hamburg", "Clay", "May 14", "Albert Portas (Q) 4–6, 6–2, 0–6, 7–6(5), 7–5", "Juan Carlos Ferrero (8)", "Albert Costa Lleyton Hewitt (7)" ], [ "7", "Canada (Montreal)", "Hard", "July 30", "Andrei Pavel 7–6(3), 2–6, 6–3", "Patrick Rafter (9)", "Tommy Haas Fabrice Santoro" ], [ "8", "Cincinnati", "Hard", "August 6", "Gustavo Kuerten (1) 6–1, 6–3", "Patrick Rafter (8)", "Tim Henman (7) Lleyton Hewitt (5)" ], [ "9", "Stuttgart", "Carpet (i)", "October 15", "Tommy Haas (15) 6–2, 6–2, 6–2", "Max Mirnyi (Q)", "Yevgeny Kafelnikov (5) Lleyton Hewitt (3)" ], [ "10", "Paris", "Carpet (i)", "October 29", "Sébastien Grosjean (6) 7–6(3), 6–1, 6–7(5), 6–4", "Yevgeny Kafelnikov (4)", "Andreas Vinciguerra Tommy Haas (7)" ] ] }, { "t5Formulas": [ { "Question": "What type institution is point park university", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Point Park University\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Point Park University\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Point Park University\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many institutions are located in wilmore, kentucky and private", "Formula": "SUM(FILTER(D1, (E1=\"Private\")*(C1=\"Wilmore, Kentucky\")))", "Formula2": "SUM(FILTER(D2:D12, (E2:E12=\"Private\")*(C2:C12=\"Wilmore, Kentucky\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"Private\"", "*", "C1", "=", "\"Wilmore, Kentucky\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "point park university is what type of institution", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Point Park University\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Point Park University\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Point Park University\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "how many founded dates are listed for carlow university 1", "Formula": "SUMIFS(D1,A1,\"Carlow University 1\")", "Formula2": "SUMIFS(D2:D12,A2:A12,\"Carlow University 1\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Carlow University 1\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-10581768-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Institution", "Nickname", "Location", "Founded", "Type", "Enrollment" ], [ "2", "Alice Lloyd College", "Eagles", "Pippa Passes, Kentucky", "1923", "Private", "600" ], [ "3", "Asbury University", "Eagles", "Wilmore, Kentucky", "1890", "Private", "1300" ], [ "4", "Berea College", "Mountaineers", "Berea, Kentucky", "1855", "Private", "1514" ], [ "5", "Brescia University", "Bearcats", "Owensboro, Kentucky", "1950", "Private", "750" ], [ "6", "Carlow University 1", "Celtics", "Pittsburgh, Pennsylvania", "1929", "Private", "2400" ], [ "7", "Cincinnati Christian University", "Eagles", "Cincinnati, Ohio", "1924", "Private", "1100" ], [ "8", "Indiana University East", "Red Wolves", "Richmond, Indiana", "1971", "Public", "2700" ], [ "9", "Indiana University Kokomo", "Cougars", "Kokomo, Indiana", "1945", "Public", "3719" ], [ "10", "Indiana University Southeast", "Grenadiers", "New Albany, Indiana", "1941", "Public", "6840" ], [ "11", "Midway College 1", "Eagles", "Midway, Kentucky", "1847", "Private", "1800" ], [ "12", "Point Park University", "Pioneers", "Pittsburgh, Pennsylvania", "1960", "Private", "3376" ] ] }, { "t5Formulas": [ { "Question": "What is the region 2 for the complete fifth series?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"The Complete Fifth Series\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"The Complete Fifth Series\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"The Complete Fifth Series\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the number of region 4 for the series of the complete seventh series?", "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"The Complete Seventh Series\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D7, A2:A7=\"The Complete Seventh Series\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"The Complete Seventh Series\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the region 1 where region 4 is tba is the complete eighth series?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"TBA\")*(A1=\"The Complete Eighth Series\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(D2:D7=\"TBA\")*(A2:A7=\"The Complete Eighth Series\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"TBA\"", "*", "A1", "=", "\"The Complete Eighth Series\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the region 4 for the complete fifth series", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"The Complete Fifth Series\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"The Complete Fifth Series\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"The Complete Fifth Series\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1337525-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Complete Series", "Region 1", "Region 2", "Region 4", "DVD Extras and Bonus Features", "Number Of Discs" ], [ "2", "The Complete Second Series", "TBA", "4 September 2007", "12 November 2008", "Unseen Footage", "2" ], [ "3", "The Complete Third Series", "TBA", "12 January 2009", "18 March 2009", "None", "3" ], [ "4", "The Complete Fifth Series", "TBA", "1 February 2010", "TBA", "Three behind the scenes features", "3" ], [ "5", "The Complete Sixth Series", "TBA", "6 September 2010", "TBA", "None", "4" ], [ "6", "The Complete Seventh Series", "TBA", "7 March 2011", "TBA", "None", "3" ], [ "7", "The Complete Eighth Series", "TBA", "20 August 2012", "TBA", "None", "3" ] ] }, { "t5Formulas": [ { "Question": "With a Tally of 0-14, what is the Rank in Kilkenny County?", "Formula": "SUM(FILTER(A1, (C1=\"kilkenny\")*(D1=\"0-14\")))", "Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"kilkenny\")*(D2:D12=\"0-14\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"kilkenny\"", "*", "D1", "=", "\"0-14\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What County has Dublin as the Opposition?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"dublin\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"dublin\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"dublin\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In Limerick County, what is the Rank with a Total larger than 12 and Tipperary as the Opposition?", "Formula": "SUM(FILTER(A1, (F1=\"tipperary\")*(C1=\"limerick\")*(E1>12)))", "Formula2": "SUM(FILTER(A2:A12, (F2:F12=\"tipperary\")*(C2:C12=\"limerick\")*(E2:E12>12)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "\"tipperary\"", "*", "C1", "=", "\"limerick\"", "*", "E1", ">", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What Player in Opposition of Kilkenny has a Total of 10?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"kilkenny\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,F2:F12=\"kilkenny\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"kilkenny\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-13052263-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "County", "Tally", "Total", "Opposition" ], [ "2", "1", "Michael 'Babs' Keating", "Tipperary", "2-12", "18", "Galway" ], [ "3", "2", "Eddie Keher", "Kilkenny", "2-11", "17", "Tipperary" ], [ "4", "3", "Eddie Keher", "Kilkenny", "0-14", "14", "London" ], [ "5", "4", "Michael 'Babs' Keating", "Tipperary", "3-4", "13", "Limerick" ], [ "6", "4", "Des Coen", "Galway", "3-4", "13", "Antrim" ], [ "7", "4", "Eddie Keher", "Kilkenny", "2-7", "13", "Dublin" ], [ "8", "7", "Richie Bennis", "Limerick", "0-12", "12", "Tipperary" ], [ "9", "8", "Richie Bennis", "Limerick", "1-8", "11", "Cork" ], [ "10", "8", "Eddie Keher", "Kilkenny", "0-11", "11", "Wexford" ], [ "11", "10", "Christy Kehoe", "Wexford", "1-7", "10", "Kilkenny" ], [ "12", "10", "Tom Ryan", "Galway", "1-7", "10", "Antrim" ] ] }, { "t5Formulas": [ { "Question": "Of the 1978 winners, who had finish totals smaller than 292?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=1978),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<292))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=1978),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<292))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "1978", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "292" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What were the finishes by David Graham with totals lower than 292?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"david graham\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=292))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,A2:A8=\"david graham\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=292))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"david graham\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "292" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is Australia´s finish?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"australia\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"australia\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"australia\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18170407-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Jack Nicklaus", "United States", "1963 , 1971 , 1973 , 1975", "274", "–6", "1" ], [ "3", "Lee Trevino", "United States", "1974", "285", "+5", "7" ], [ "4", "John Mahaffey", "United States", "1978", "289", "+9", "T15" ], [ "5", "Raymond Floyd", "United States", "1969", "290", "+10", "T17" ], [ "6", "Gary Player", "South Africa", "1962 , 1972", "292", "+12", "T26" ], [ "7", "David Graham", "Australia", "1979", "292", "+12", "T26" ], [ "8", "Lanny Wadkins", "United States", "1977", "293", "+13", "T30" ] ] }, { "t5Formulas": [ { "Question": "What is Result, when Opponent is New England Patriots?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"new england patriots\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,C2:C18=\"new england patriots\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"new england patriots\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16353260-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "TV Time", "Record", "Attendance" ], [ "2", "1", "September 8, 2002", "Seattle Seahawks", "W 31–17", "FOX 4:15et", "1–0", "53,260" ], [ "3", "2", "September 15, 2002", "at Pittsburgh Steelers", "W 30–17", "ESPN 8:30et", "2–0", "62,260" ], [ "4", "3", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "5", "4", "September 29, 2002", "Tennessee Titans", "W 52–25", "CBS 4:15et", "3–0", "58,719" ], [ "6", "5", "October 6, 2002", "at Buffalo Bills", "W 49–31", "CBS 1:00et", "4–0", "73,038" ], [ "7", "6", "October 13, 2002", "at St. Louis Rams", "L 28–13", "CBS 4:15et", "4–1", "66,070" ], [ "8", "7", "October 20, 2002", "San Diego Chargers", "L 27–21 (OT)", "CBS 4:05et", "4–2", "60,974" ], [ "9", "8", "October 27, 2002", "at Kansas City Chiefs", "L 20–10", "CBS 1:00et", "4–3", "78,685" ], [ "10", "9", "November 3, 2002", "San Francisco 49ers", "L 23–20 (OT)", "FOX 4:15et", "4–4", "62,660" ], [ "11", "10", "November 11, 2002", "at Denver Broncos", "W 34–10", "ABC 9:00et", "5–4", "76,643" ], [ "12", "11", "November 17, 2002", "New England Patriots", "W 27–20", "ESPN 8:30et", "6–4", "62,552" ], [ "13", "12", "November 24, 2002", "at Arizona Cardinals", "W 41–20", "CBS 1:05et", "7–4", "58,814" ], [ "14", "13", "December 2, 2002", "New York Jets", "W 26–20", "ABC 9:00et", "8–4", "62,257" ], [ "15", "14", "December 8, 2002", "at San Diego Chargers", "W 27–7", "CBS 4:15et", "9–4", "67,968" ], [ "16", "15", "December 15, 2002", "at Miami Dolphins", "L 23–17", "CBS 1:00et", "9–5", "73,572" ], [ "17", "16", "December 22, 2002", "Denver Broncos", "W 28–16", "CBS 4:15et", "10–5", "62,592" ], [ "18", "17", "December 28, 2002", "Kansas City Chiefs", "W 24–0", "CBS 5:00et", "11–5", "62,078" ] ] }, { "t5Formulas": [ { "Question": "What position was Bob Lilly?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Bob Lilly\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"Bob Lilly\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Bob Lilly\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are seasons by team for Pro Bowl appearances of the player who was an OL and had 11 appearances? ", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"OL\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"OL\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"OL\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What position was the player who was inducted into the Pro Football Hall of Fame in 1980? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=1980),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=1980),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1980", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "When was Will Shields inducted into the Pro Football Hall of Fame?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Will Shields\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"Will Shields\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Will Shields\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the fewest amount of Pro Bowl appearances any of the players had? ", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A7)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] } ], "TableName": "train_1-274117-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Number", "Player", "Position", "Seasons by team", "Year of induction into Pro Football Hall of Fame" ], [ "2", "14", "Merlin Olsen", "DT", "Los Angeles Rams ( 1962 – 1976 )", "1982" ], [ "3", "13", "Ray Lewis", "LB", "Baltimore Ravens ( 1996 – 2012 )", "Not Eligible until 2018" ], [ "4", "12", "Will Shields", "OL", "Kansas City Chiefs ( 1993 – 2006 )", "Not yet inducted" ], [ "5", "11", "Derrick Brooks", "LB", "Tampa Bay Buccaneers ( 1995 – 2008 )", "Not eligible until 2014" ], [ "6", "11", "Bob Lilly", "DT", "Dallas Cowboys ( 1961 – 1974 )", "1980" ], [ "7", "11", "Anthony Muñoz", "OL", "Cincinnati Bengals ( 1980 – 1992 )", "1998" ] ] }, { "t5Formulas": [ { "Question": "What is the 0–100km/h (62mph) when the max power is s diesel engine all direct injection (dci)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"s diesel engine all direct injection (dci)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"s diesel engine all direct injection (dci)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"s diesel engine all direct injection (dci)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the engine type where the 0–100km/h (62mph) is 11.2 sec?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"11.2 sec\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,F2:F9=\"11.2 sec\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"11.2 sec\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1276579-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "model", "engine type", "max. power", "max. torque", "top speed", "0–100km/h (62mph)", "CO 2 emissions" ], [ "2", "s petrol engine all fuel injected", "s petrol engine all fuel injected", "s petrol engine all fuel injected", "s petrol engine all fuel injected", "s petrol engine all fuel injected", "s petrol engine all fuel injected", "s petrol engine all fuel injected" ], [ "3", "1.2 16v", "I4 DOHC", "PS ( kW )", "N·m ( lbf·ft )", "mph (km/h)", "13.5 sec", "138 g/km" ], [ "4", "1.2 16v QS5 *", "I4 DOHC", "PS ( kW )", "N·m ( lbf·ft )", "mph (km/h)", "15.0 sec", "134 g/km" ], [ "5", "1.2 TCe", "I4 DOHC turbo", "PS (kW)", "N·m (lbf·ft)", "mph (km/h)", "11.2 sec", "139 g/km" ], [ "6", "1.6 16v Auto", "I4 DOHC", "PS (kW)", "N·m (lbf·ft)", "mph (km/h)", "12.3 sec", "179 g/km" ], [ "7", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)", "s diesel engine all Direct Injection (dCi)" ], [ "8", "1.5 dCi", "I4 SOHC turbo", "PS ( kW )", "N·m ( lbf·ft )", "mph (km/h)", "13.0 sec", "107 g/km" ], [ "9", "1.5 dCi QS5*", "I4 SOHC turbo", "PS ( kW )", "N·m ( lbf·ft )", "mph (km/h)", "14.8 sec", "119 g/km" ] ] }, { "t5Formulas": [ { "Question": "Where is nac breda club located?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"nac breda\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"nac breda\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"nac breda\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Ron Jans is a manager of which kit maker?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ron jans\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"ron jans\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ron jans\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which manager sponsor arke shirt?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arke\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"arke\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"arke\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which kit maker have Trond Sollied as a manager?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"trond sollied\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"trond sollied\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"trond sollied\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the manager of club fc twente?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fc twente\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"fc twente\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"fc twente\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16808224-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Location", "Manager", "Kit maker", "Shirt sponsor" ], [ "2", "ADO Den Haag", "The Hague", "Raymond Atteveld", "Hummel", "Fit For Free" ], [ "3", "Ajax", "Amsterdam", "John van 't Schip", "Adidas", "Aegon" ], [ "4", "AZ", "Alkmaar", "Louis van Gaal", "Canterbury of New Zealand", "DSB Bank" ], [ "5", "Feyenoord", "Rotterdam", "Leon Vlemmings", "Kappa", "Fortis" ], [ "6", "De Graafschap", "Doetinchem", "Darije Kalezić", "kwd", "Centric" ], [ "7", "FC Groningen", "Groningen", "Ron Jans", "Klupp", "Noord Lease" ], [ "8", "SC Heerenveen", "Heerenveen", "Trond Sollied", "Jako", "Univé" ], [ "9", "Heracles Almelo", "Almelo", "Gert Heerkes", "Jako", "Koninklijke Ten Cate" ], [ "10", "NAC Breda", "Breda", "Robert Maaskant", "Klupp", "Sunweb" ], [ "11", "N.E.C.", "Nijmegen", "Mario Been", "Nike", "Curaçao" ], [ "12", "PSV", "Eindhoven", "Dwight Lodeweges", "Nike", "Philips" ], [ "13", "Roda JC", "Kerkrade", "/ Harm van Veldhoven", "Diadora", "Aevitae" ], [ "14", "Sparta Rotterdam", "Rotterdam", "Foeke Booy", "Patrick", "Graydon" ], [ "15", "FC Twente", "Enschede", "Steve McClaren", "Diadora", "Arke" ], [ "16", "FC Utrecht", "Utrecht", "Ton du Chatinier", "Puma", "Phanos" ], [ "17", "Vitesse", "Arnhem", "Theo Bos", "Legea", "AFAB" ], [ "18", "FC Volendam", "Volendam", "Frans Adelaar", "Jako", "Café Bar" ], [ "19", "Willem II", "Tilburg", "Alfons Groenendijk", "Masita", "Destil" ] ] }, { "t5Formulas": [ { "Question": "How many violines are suggested in the \"Arranged by Nelson Riddle\" reference with section size of 12 players?", "Formula": "SUM(FILTER(D1, (A1=\"Arranged By Nelson Riddle\")*(C1=\"12 players\")))", "Formula2": "SUM(FILTER(D2:D9, (A2:A9=\"Arranged By Nelson Riddle\")*(C2:C9=\"12 players\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"Arranged By Nelson Riddle\"", "*", "C1", "=", "\"12 players\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "How many cellos are suggested in the reference with section size for 20 players?", "Formula": "SUMIFS(F1,C1,\"20 players\")", "Formula2": "SUMIFS(F2:F9,C2:C9,\"20 players\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"20 players\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What reference, written by Nelson Riddle, suggests 2 violas?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"Nelson Riddle\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G9,B2:B9=\"Nelson Riddle\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Nelson Riddle\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the biggest number of basses suggested in either one of the references?", "Formula": "MAX(G1)", "Formula2": "MAX(G2:G9)", "Level": "easy", "Tokens": [ "MAX(", "G1" ], "Funcs": [ "MAX(", "Cell" ] } ], "TableName": "train_1-2414-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Reference", "Author", "Section Size", "Violins", "Violas", "Celli", "Basses" ], [ "2", "\"Arranged By Nelson Riddle\"", "Nelson Riddle", "12 players", "8", "2", "2", "0" ], [ "3", "\"Arranged By Nelson Riddle\"", "Nelson Riddle", "15 players", "9", "3", "3", "0" ], [ "4", "\"Arranged By Nelson Riddle\"", "Nelson Riddle", "16 players", "10", "3", "3", "0" ], [ "5", "\"Arranged By Nelson Riddle\"", "Nelson Riddle", "20 players", "12", "4", "4", "0" ], [ "6", "\"Arranged By Nelson Riddle\"", "Nelson Riddle", "30 players", "18", "6", "6", "0" ], [ "7", "\"The Contemporary Arranger\"", "Don Sebesky", "9 players", "7", "0", "2", "0" ], [ "8", "\"The Contemporary Arranger\"", "Don Sebesky", "12 players", "8", "2", "2", "0" ], [ "9", "\"The Contemporary Arranger\"", "Don Sebesky", "16 players", "12", "0", "4", "0" ] ] }, { "t5Formulas": [ { "Question": "How many years was Audi Sport Team Joest in 3rd position?", "Formula": "ROWS(UNIQUE(FILTER(A1, (B1=\"audi sport team joest\")*(F1=\"3rd\"))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A15, (B2:B15=\"audi sport team joest\")*(F2:F15=\"3rd\"))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"audi sport team joest\"", "*", "F1", "=", "\"3rd\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Who were the co-drivers with more than 377 laps in 1st position?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"1st\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>377))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,F2:F15=\"1st\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>377))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1st\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "377" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-1228199-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Team", "Co-Drivers", "Class", "Laps", "Pos." ], [ "2", "1997", "Roock Racing", "Stéphane Ortelli Karl Wendlinger", "GT1", "8", "DNF" ], [ "3", "1998", "Porsche AG", "Laurent Aïello Stéphane Ortelli", "GT1", "351", "1st" ], [ "4", "1999", "Toyota Motorsports Toyota Team Europe", "Thierry Boutsen Ralf Kelleners", "LMGTP", "173", "DNF" ], [ "5", "2000", "Audi Sport Team Joest", "Laurent Aïello Stéphane Ortelli", "LMP900", "367", "2nd" ], [ "6", "2004", "Audi Sport UK Team Veloqx", "Frank Biela Pierre Kaffer", "LMP1", "350", "5th" ], [ "7", "2005", "ADT Champion Racing", "Frank Biela Emanuele Pirro", "LMP1", "364", "3rd" ], [ "8", "2006", "Audi Sport Team Joest", "Tom Kristensen Rinaldo Capello", "LMP1", "367", "3rd" ], [ "9", "2007", "Audi Sport North America", "Tom Kristensen Rinaldo Capello", "LMP1", "262", "DNF" ], [ "10", "2008", "Audi Sport North America", "Tom Kristensen Rinaldo Capello", "LMP1", "381", "1st" ], [ "11", "2009", "Audi Sport Team Joest", "Tom Kristensen Rinaldo Capello", "LMP1", "376", "3rd" ], [ "12", "2010", "Audi Sport Team Joest", "Tom Kristensen Rinaldo Capello", "LMP1", "394", "3rd" ], [ "13", "2011", "Audi Sport North America", "Tom Kristensen Rinaldo Capello", "LMP1", "14", "DNF" ], [ "14", "2012", "Audi Sport Team Joest", "Tom Kristensen Rinaldo Capello", "LMP1", "377", "2nd" ], [ "15", "2013", "Audi Sport Team Joest", "Tom Kristensen Loïc Duval", "LMP1", "348", "1st" ] ] }, { "t5Formulas": [ { "Question": "Name the score for opponent of cleveland", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Cleveland\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,C2:C10=\"Cleveland\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Cleveland\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19169116-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "73", "April 1", "Cleveland", "88–62", "Powe (17)", "Powe (13)", "Garnett (5)", "TD Banknorth Garden 18,624", "23–50" ], [ "3", "74", "April 4", "@ Milwaukee", "106–92", "Allen (22)", "Perkins (9)", "Rondo (10)", "United Center 22,225", "23–51" ], [ "4", "75", "April 6", "Miami", "92–77", "Garnett (20)", "Garnett (11)", "Rondo (6)", "TD Banknorth Garden 18,624", "23–52" ], [ "5", "76", "April 7", "@ Indiana", "101–78", "Powe (22)", "Powe (9)", "Rondo (5)", "Charlotte Bobcats Arena 19,403", "23–53" ], [ "6", "77", "April 10", "@ Atlanta", "107–104 (OT)", "Garnett (21)", "Perkins (10)", "Pierce (4)", "Bradley Center 15,921", "23–54" ], [ "7", "78", "April 11", "Philadelphia", "95–109", "Pierce (28)", "Garnett (14)", "Pierce , Rondo (7)", "TD Banknorth Garden 20,173", "23–55" ], [ "8", "79", "April 13", "Milwaukee", "102–86", "Rondo (16)", "Garnett , Posey (8)", "Rondo (10)", "TD Banknorth Garden 18,624", "23–56" ], [ "9", "80", "April 15", "@ Orlando", "99–89", "Garnett (24)", "Davis (10)", "Cassell , Rondo (5)", "Philips Arena 20,098", "23–57" ], [ "10", "81", "April 16", "@ Miami", "99–93", "Rondo (23)", "Rondo (10)", "Rondo (5)", "Madison Square Garden 19,763", "24–57" ] ] }, { "t5Formulas": [ { "Question": "What is the to par for japan", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"japan\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"japan\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"japan\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what player has $187,500 and score 66-75-71-69=281", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=187500)*(D1=\"66-75-71-69=281\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(F2:F13=187500)*(D2:D13=\"66-75-71-69=281\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "187500", "*", "D1", "=", "\"66-75-71-69=281\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what place has score 66-74-68-73=281", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"66-74-68-73=281\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"66-74-68-73=281\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"66-74-68-73=281\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what player has place t10", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"t10\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"t10\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t10\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the to par for $242,813 with score 68-72-74-66=280", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=242813)*(D1=\"68-72-74-66=280\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(F2:F13=242813)*(D2:D13=\"68-72-74-66=280\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "242813", "*", "D1", "=", "\"68-72-74-66=280\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18812411-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "T1", "Ángel Cabrera", "Argentina", "68-68-69-71=276", "–12", "Playoff" ], [ "3", "T1", "Chad Campbell", "United States", "65-70-72-69=276", "–12", "Playoff" ], [ "4", "T1", "Kenny Perry", "United States", "68-67-70-71=276", "–12", "Playoff" ], [ "5", "4", "Shingo Katayama", "Japan", "67-73-70-68=278", "–10", "360,000" ], [ "6", "5", "Phil Mickelson", "United States", "73-68-71-67=279", "–9", "300,000" ], [ "7", "T6", "John Merrick", "United States", "68-72-74-66=280", "–8", "242,813" ], [ "8", "T6", "Steve Flesch", "United States", "71-74-68-67=280", "–8", "242,813" ], [ "9", "T6", "Tiger Woods", "United States", "70-72-70-68=280", "–8", "242,813" ], [ "10", "T6", "Steve Stricker", "United States", "72-69-68-71=280", "–8", "242,813" ], [ "11", "T10", "Hunter Mahan", "United States", "66-75-71-69=281", "–7", "187,500" ], [ "12", "T10", "Sean O'Hair", "United States", "68-76-68-69=281", "–7", "187,500" ], [ "13", "T10", "Jim Furyk", "United States", "66-74-68-73=281", "–7", "187,500" ] ] }, { "t5Formulas": [ { "Question": "Which stage has kourdali as the name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Kourdali\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,D2:D14=\"Kourdali\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Kourdali\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which stage has 15:17 as time?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"15:17\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"15:17\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"15:17\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the time when time is 10:46?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"10:46\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"10:46\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"10:46\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the time when ss12 is stage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"SS12\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"SS12\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"SS12\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-21578303-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Day", "Stage", "Time (EET)", "Name", "Length", "Winner", "Time", "Avg. spd.", "Rally leader" ], [ "2", "1 (13 MAR)", "SS1", "09:23", "Panagia 1", "30.33km", "Sébastien Loeb", "22:01.3", "82.68km/h", "Sébastien Loeb" ], [ "3", "1 (13 MAR)", "SS2", "10:21", "Mylikouri 1", "7.37km", "Sébastien Loeb", "5:33.9", "79.53km/h", "Sébastien Loeb" ], [ "4", "1 (13 MAR)", "SS3", "10:46", "Gerakies 1", "29.40km", "Sébastien Loeb", "21:09.2", "83.36km/h", "Sébastien Loeb" ], [ "5", "1 (13 MAR)", "SS4", "14:34", "Panagia 2", "30.33km", "Sébastien Loeb", "22:06.8", "82.30km/h", "Sébastien Loeb" ], [ "6", "1 (13 MAR)", "SS5", "15:32", "Mylikouri 2", "7.37km", "Sébastien Loeb", "5:34.9", "79.25km/h", "Sébastien Loeb" ], [ "7", "1 (13 MAR)", "SS6", "15:57", "Gerakies 2", "29.40km", "Daniel Sordo", "21:18.0", "82.82km/h", "Sébastien Loeb" ], [ "8", "2 (14 MAR)", "SS7", "08:43", "Anadiou Dam 1", "11.70km", "Jari-Matti Latvala", "11:02.4", "63.59km/h", "Sébastien Loeb" ], [ "9", "2 (14 MAR)", "SS8", "09:11", "Pano Panagia", "28.17km", "Mikko Hirvonen", "30:29.8", "55.42km/h", "Sébastien Loeb" ], [ "10", "2 (14 MAR)", "SS9", "11:19", "Orkontas", "18.54km", "Sébastien Loeb", "18:36.5", "59.77km/h", "Sébastien Loeb" ], [ "11", "2 (14 MAR)", "SS10", "15:17", "Xyliatos", "30.94km", "Petter Solberg", "28:16.1", "65.66km/h", "Sébastien Loeb" ], [ "12", "2 (14 MAR)", "SS11", "16:20", "Kourdali", "26.25km", "Petter Solberg", "26:31.5", "59.37km/h", "Sébastien Loeb" ], [ "13", "3 (15 MAR)", "SS12", "09:18", "Foini", "30.03km", "Mikko Hirvonen", "26:18.7", "68.48km/h", "Sébastien Loeb" ], [ "14", "3 (15 MAR)", "SS13", "10:49", "Anadiou", "40.54km", "Mikko Hirvonen", "39:27.2", "61.66km/h", "Sébastien Loeb" ] ] }, { "t5Formulas": [ { "Question": "Which party is associated with a leader who began his tenure on June 13, 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"june 13, 2007\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"june 13, 2007\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"june 13, 2007\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the beginning date associated with an ending date of July 4, 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"july 4, 2007\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"july 4, 2007\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"july 4, 2007\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had a function of explorator?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"explorator\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"explorator\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"explorator\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Until date associated with a beginning From date of July 5, 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"july 5, 2007\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"july 5, 2007\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"july 5, 2007\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Until date that has a party of VLD and a beginning from date of December 17, 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"vld\")*(A1=\"december 17, 2007\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"vld\")*(A2:A8=\"december 17, 2007\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"vld\"", "*", "A1", "=", "\"december 17, 2007\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12943367-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "From", "Until", "Name", "Party", "Function" ], [ "2", "June 13, 2007", "July 4, 2007", "Didier Reynders", "MR", "informateur" ], [ "3", "July 5, 2007", "July 15, 2007", "Jean-Luc Dehaene", "CD&V", "mediator" ], [ "4", "July 15, 2007", "August 23, 2007", "Yves Leterme", "CD&V", "formateur" ], [ "5", "August 29, 2007", "September 29, 2007", "Herman Van Rompuy", "CD&V", "explorator" ], [ "6", "September 29, 2007", "December 1, 2007", "Yves Leterme", "CD&V", "formateur" ], [ "7", "December 4, 2007", "December 17, 2007", "Guy Verhofstadt", "VLD", "informateur" ], [ "8", "December 17, 2007", "December 23, 2007", "Guy Verhofstadt", "VLD", "formateur" ] ] }, { "t5Formulas": [ { "Question": "What the total of Week with attendance of 53,147", "Formula": "SUM(FILTER(A1, E1=53147))", "Formula2": "SUM(FILTER(A2:A18, E2:E18=53147))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "53147" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the lowest week for December 26, 1999", "Formula": "MINIFS(A1,B1,\"december 26, 1999\")", "Formula2": "MINIFS(A2:A18,B2:B18,\"december 26, 1999\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"december 26, 1999\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-15344826-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "Bye", "Bye", "Bye", "Bye" ], [ "3", "2", "September 19, 1999", "at Cincinnati Bengals", "W 34-7", "47,660" ], [ "4", "3", "September 26, 1999", "Indianapolis Colts", "L 27-19", "56,942" ], [ "5", "4", "October 3, 1999", "Kansas City Chiefs", "W 21–14", "58,099" ], [ "6", "5", "October 10, 1999", "at Detroit Lions", "W 20–10", "61,481" ], [ "7", "6", "October 17, 1999", "Seattle Seahawks", "W 13-10", "59,432" ], [ "8", "7", "October 24, 1999", "Green Bay Packers", "L 31-3", "68,274" ], [ "9", "8", "October 31, 1999", "at Kansas City Chiefs", "L 34-0", "78,473" ], [ "10", "9", "November 7, 1999", "Denver Broncos", "L 33-17", "61,204" ], [ "11", "10", "November 14, 1999", "at Oakland Raiders", "L 28–9", "43,353" ], [ "12", "11", "November 21, 1999", "Chicago Bears", "L 23-20", "56,055" ], [ "13", "12", "November 28, 1999", "at Minnesota Vikings", "L 35-27", "64,232" ], [ "14", "13", "December 5, 1999", "Cleveland Browns", "W 23-10", "53,147" ], [ "15", "14", "December 12, 1999", "at Seattle Seahawks", "W 19-16", "66,318" ], [ "16", "15", "December 19, 1999", "at Miami Dolphins", "L 12-9", "73,765" ], [ "17", "16", "December 26, 1999", "Oakland Raiders", "W 23–20", "63,846" ], [ "18", "17", "January 2, 2000", "at Denver Broncos", "W 12-6", "69,278" ] ] }, { "t5Formulas": [ { "Question": "Name the highest year with points more than 0", "Formula": "MAX(FILTER(A1, E1>0))", "Formula2": "MAX(FILTER(A2:A7, E2:E7>0))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", ">", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Name the highest points when year is more than 1953", "Formula": "MAX(FILTER(E1, A1>1953))", "Formula2": "MAX(FILTER(E2:E7, A2:A7>1953))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", ">", "1953" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Name the engine when points are 0 and chassis is kuzma indy roadster for 1954", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"kuzma indy roadster\")*(A1=1954)),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,(C2:C7=\"kuzma indy roadster\")*(A2:A7=1954)),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"kuzma indy roadster\"", "*", "A1", "=", "1954", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the least points with chassis of kurtis kraft 3000 and year before 1951", "Formula": "MIN(FILTER(E1, (C1=\"kurtis kraft 3000\")*(A1<1951)))", "Formula2": "MIN(FILTER(E2:E7, (C2:C7=\"kurtis kraft 3000\")*(A2:A7<1951)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "=", "\"kurtis kraft 3000\"", "*", "A1", "<", "1951" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1236164-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1950", "Coast Grain", "Maserati 8CTF", "Offenhauser L4", "0" ], [ "3", "1951", "Jack Hinkle", "Kurtis Kraft 3000", "Offenhauser L4", "2" ], [ "4", "1952", "Coast Grain", "Lesovsky", "Offenhauser L4", "0" ], [ "5", "1953", "Peter Schmidt", "Kuzma Indy Roadster", "Offenhauser L4", "0" ], [ "6", "1954", "Peter Schmidt", "Kuzma Indy Roadster", "Offenhauser L4", "0" ], [ "7", "1955", "Peter Schmidt", "Kurtis Kraft 500C", "Offenhauser L4", "0" ] ] }, { "t5Formulas": [ { "Question": "What were the shots below par when the winning score was 67-64-63-71-66=331?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"67-64-63-71-66=331\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"67-64-63-71-66=331\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"67-64-63-71-66=331\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What were the shots below par when the winning score was 69-66-69-64=268?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"69-66-69-64=268\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"69-66-69-64=268\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"69-66-69-64=268\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total number of to par when runner-up was Jonathan Kaye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Jonathan Kaye\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"Jonathan Kaye\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Jonathan Kaye\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the margin of victory when runner-up was K. J. Choi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"K. J. Choi\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"K. J. Choi\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"K. J. Choi\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the date for no. 7?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_1-247955-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No.", "Date", "Tournament", "Winning score", "To par", "Margin of victory", "Runner(s)-up" ], [ "2", "1", "Oct 15, 1995", "Las Vegas Invitational", "67-65-65-67-67=331", "–28", "1 stroke", "Billy Mayfair" ], [ "3", "2", "Feb 18, 1996", "United Airlines Hawaiian Open", "68-71-69-69=277", "–11", "Playoff", "Brad Faxon" ], [ "4", "3", "Oct 18, 1998", "Las Vegas Invitational", "67-68-69-63-68=335", "–25", "1 stroke", "Mark Calcavecchia" ], [ "5", "4", "Oct 17, 1999", "Las Vegas Invitational", "67-64-63-71-66=331", "–29", "1 stroke", "Jonathan Kaye" ], [ "6", "5", "Mar 6, 2000", "Doral-Ryder Open", "65-67-68-65=265", "–23", "2 strokes", "Franklin Langham" ], [ "7", "6", "Jan 14, 2001", "Mercedes Championships", "69-69-69-67=274", "–14", "1 stroke", "Rory Sabbatini" ], [ "8", "7", "May 24, 2002", "Memorial Tournament", "71-70-68-65=274", "–14", "2 strokes", "John Cook , David Peoples" ], [ "9", "8", "Jun 15, 2003", "U.S. Open", "67-66-67-72=272", "–8", "3 strokes", "Stephen Leaney" ], [ "10", "10", "Jul 3, 2005", "Cialis Western Open", "64-70-67-69=270", "–14", "2 strokes", "Tiger Woods" ], [ "11", "11", "May 7, 2006", "Wachovia Championship", "68-69-68-71=276", "–12", "Playoff", "Trevor Immelman" ], [ "12", "12", "Sep 10, 2006", "Canadian Open", "63-71-67-65=266", "–14", "1 stroke", "Bart Bryant" ], [ "13", "13", "Jul 29, 2007", "Canadian Open", "69-66-69-64=268", "–16", "1 stroke", "Vijay Singh" ], [ "14", "14", "Mar 21, 2010", "Transitions Championship", "67-68-67-69=271", "–13", "1 stroke", "K. J. Choi" ], [ "15", "15", "Apr 18, 2010", "Verizon Heritage", "67-68-67-69=271", "–13", "Playoff", "Brian Davis" ] ] }, { "t5Formulas": [ { "Question": "Which Year is the highest one that has a Venue of edmonton, canada?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"edmonton, canada\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"edmonton, canada\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"edmonton, canada\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Position has a Competition of world championships, and a Year larger than 1997?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"world championships\")*(A1>1997)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"world championships\")*(A2:A13>1997)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"world championships\"", "*", "A1", ">", "1997", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "Num" ] }, { "Question": "Which Venue has a Notes of heptathlon, and a Year of 1991?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"heptathlon\")*(A1=1991)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"heptathlon\")*(A2:A13=1991)),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"heptathlon\"", "*", "A1", "=", "1991", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-15307428-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Notes" ], [ "2", "1991", "Pan American Games", "Havana, Cuba", "1st", "Heptathlon" ], [ "3", "1993", "World Indoor Championships", "Toronto , Canada", "8th", "Pentathlon" ], [ "4", "1993", "World Championships", "Stuttgart , Germany", "17th", "Heptathlon" ], [ "5", "1995", "Pan American Games", "Mar del Plata , Argentina", "3rd", "Heptathlon" ], [ "6", "1995", "World Championships", "Gothenburg , Sweden", "8th", "Heptathlon" ], [ "7", "1997", "World Indoor Championships", "Paris , France", "7th", "Pentathlon" ], [ "8", "1997", "World Championships", "Athens , Greece", "7th", "Heptathlon" ], [ "9", "1999", "World Indoor Championships", "Maebashi , Japan", "1st", "Pentathlon" ], [ "10", "1999", "Hypo-Meeting", "Götzis , Austria", "1st", "Heptathlon" ], [ "11", "2000", "Hypo-Meeting", "Götzis , Austria", "12th", "Heptathlon" ], [ "12", "2000", "Olympic Games", "Sydney , Australia", "9th", "Heptathlon" ], [ "13", "2001", "World Championships", "Edmonton , Canada", "7th", "Heptathlon" ] ] }, { "t5Formulas": [ { "Question": "When 9 is the rank who are the couple?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When roxanne and daniel are the couple what is the highest rank?", "Formula": "MAXIFS(A1,B1,\"Roxanne and Daniel\")", "Formula2": "MAXIFS(A2:A10,B2:B10,\"Roxanne and Daniel\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"Roxanne and Daniel\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When ellery and frankie are the couple what is the highest total?", "Formula": "MAXIFS(E1,B1,\"Ellery and Frankie\")", "Formula2": "MAXIFS(E2:E10,B2:B10,\"Ellery and Frankie\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "B1", "\"Ellery and Frankie\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When 8 is the public what are the results?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(G2:G10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When 8 is the public and the result is safe what is the highest rank?", "Formula": "MAX(FILTER(A1, (G1=\"Safe\")*(D1=8)))", "Formula2": "MAX(FILTER(A2:A10, (G2:G10=\"Safe\")*(D2:D10=8)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "G1", "=", "\"Safe\"", "*", "D1", "=", "8" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] } ], "TableName": "train_1-19744915-18", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "Couple", "Judges", "Public", "Total", "Vote percentage", "Result" ], [ "2", "1", "Ray and Maria", "10", "8", "18", "14.618%", "Safe" ], [ "3", "2", "Coleen and Stuart", "4", "10", "14", "25.583%", "Safe" ], [ "4", "3", "Jessica and Pavel", "9", "5", "14", "3.904%", "Safe" ], [ "5", "4", "Roxanne and Daniel", "6", "6", "12", "9.009%", "Safe" ], [ "6", "5", "Donal and Florentine", "4", "7", "11", "11.383%", "Safe" ], [ "7", "6", "Zoe and Matt", "8", "3", "11", "3.311%", "Safe" ], [ "8", "7", "Todd and Susie", "1", "9", "10", "23.472%", "Safe" ], [ "9", "8", "Ellery and Frankie", "4", "4", "8", "3.672%", "Safe" ], [ "10", "9", "Michael and Melanie", "7", "1", "8", "2.463%", "Eliminated" ] ] }, { "t5Formulas": [ { "Question": "What was the score on October 29?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"October 29\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"October 29\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"October 29\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many opponents were there with the record of 3-2-2?", "Formula": "ROWS(UNIQUE(FILTER(C1, G1=\"3-2-2\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C13, G2:G13=\"3-2-2\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "G1", "=", "\"3-2-2\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the record on October 17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"October 17\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"October 17\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"October 17\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date did they play agains the New York Rangers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"New York Rangers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,C2:C13=\"New York Rangers\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"New York Rangers\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many points were there scored on October 27?", "Formula": "SUMIFS(H1,B1,\"October 27\")", "Formula2": "SUMIFS(H2:H13,B2:B13,\"October 27\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "B1", "\"October 27\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-23308178-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "1", "October 1", "Boston Bruins", "4 - 1", "TD Garden", "17565", "1-0-0", "2" ], [ "3", "2", "October 3", "Toronto Maple Leafs", "6 - 4", "Verizon Center", "18277", "2-0-0", "4" ], [ "4", "3", "October 6", "Philadelphia Flyers", "6 - 5 OT", "Wachovia Center", "19567", "2-0-1", "5" ], [ "5", "4", "October 8", "New York Rangers", "4 - 3", "Verizon Center", "18277", "2-1-1", "5" ], [ "6", "5", "October 10", "Detroit Red Wings", "3 - 2", "Joe Louis Arena", "19122", "2-2-1", "5" ], [ "7", "6", "October 12", "New Jersey Devils", "3 - 2 SO", "Verizon Center", "18277", "2-2-2", "6" ], [ "8", "7", "October 15", "San Jose Sharks", "4 - 1", "Verizon Center", "18277", "3-2-2", "8" ], [ "9", "8", "October 17", "Nashville Predators", "3 - 2 SO", "Verizon Center", "18277", "4-2-2", "10" ], [ "10", "9", "October 22", "Atlanta Thrashers", "5 - 4", "Philips Arena", "13192", "5-2-2", "12" ], [ "11", "10", "October 24", "New York Islanders", "3 - 2 OT", "Nassau Veterans Memorial Coliseum", "11541", "6-2-2", "14" ], [ "12", "11", "October 27", "Philadelphia Flyers", "4 - 2", "Verizon Center", "18277", "7-2-2", "16" ], [ "13", "12", "October 29", "Atlanta Thrashers", "4 - 3", "Philips Arena", "12893", "8-2-2", "18" ] ] }, { "t5Formulas": [ { "Question": "Tell me the Actor's name for film name of sara", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"sara\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"sara\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sara\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the nomination for ukraine", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ukraine\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"ukraine\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ukraine\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the actors name for barhanov and his bodyguard", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"barhanov and his bodyguard\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"barhanov and his bodyguard\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"barhanov and his bodyguard\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the actors name for goran paskaljevic", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"goran paskaljevic\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"goran paskaljevic\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"goran paskaljevic\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the nomination for goran paskaljevic", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"goran paskaljevic\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"goran paskaljevic\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"goran paskaljevic\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10236830-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Nomination", "Actor's Name", "Film Name", "Director", "Country" ], [ "2", "Best Actor in a Leading Role", "Yuriy Dubrovin", "Okraina", "Pyotr Lutsik", "Ukraine" ], [ "3", "Best Actor in a Leading Role", "Zurab Begalishvili", "Zdes Rassvet", "Zaza Urushadze", "Georgia" ], [ "4", "Best Actress in a Leading Role", "Galina Bokashevskaya", "Totalitarian Romance", "Vyacheslav Sorokin", "Russia" ], [ "5", "Best Actor in a Supporting Role", "Vsevolod Shilovskiy", "Barhanov and his Bodyguard", "Valeriy Lanskoy", "Russia" ], [ "6", "Best Actor in a Supporting Role", "Dragan Nikolić", "Barrel of Gunpowder", "Goran Paskaljevic", "Serbia" ], [ "7", "Best Actress in a Supporting Role", "Zora Manojlovic", "Rane", "Srdjan Dragojevic", "Serbia" ], [ "8", "Best Debut", "Agnieszka Włodarczyk", "Sara", "Maciej Ślesicki", "Poland" ], [ "9", "Best Debut", "Dusan Pekic", "Rane", "Srdjan Dragojevic", "Serbia" ] ] }, { "t5Formulas": [ { "Question": "What date was Richmond the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10773753-18", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "12.22 (94)", "South Melbourne", "4.7 (31)", "MCG", "19,484", "20 August 1955" ], [ "3", "Collingwood", "7.17 (59)", "Fitzroy", "7.7 (49)", "Victoria Park", "19,270", "20 August 1955" ], [ "4", "Carlton", "10.6 (66)", "Geelong", "8.12 (60)", "Princes Park", "22,482", "20 August 1955" ], [ "5", "St Kilda", "6.7 (43)", "Richmond", "19.23 (137)", "Junction Oval", "13,000", "20 August 1955" ], [ "6", "North Melbourne", "5.5 (35)", "Footscray", "14.11 (95)", "Arden Street Oval", "20,000", "20 August 1955" ], [ "7", "Hawthorn", "7.8 (50)", "Essendon", "13.14 (92)", "Glenferrie Oval", "24,500", "20 August 1955" ] ] }, { "t5Formulas": [ { "Question": "What is the largest crowd for the St Kilda as the away team?", "Formula": "MAXIFS(F1,C1,\"st kilda\")", "Formula2": "MAXIFS(F2:F7,C2:C7,\"st kilda\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "C1", "\"st kilda\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the crowd size when Essendon was the home team?", "Formula": "SUMIFS(F1,A1,\"essendon\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"essendon\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"essendon\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which venue had a crowd larger than 20,000?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "20000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which away team played at Lake Oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"lake oval\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what date was the crowd more numerous than 10,800 when the home team score was 7.13 (55)?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"7.13 (55)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10800))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"7.13 (55)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10800))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"7.13 (55)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10800" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the total number of the crowd at Glenferrie Oval?", "Formula": "SUMIFS(F1,E1,\"glenferrie oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"glenferrie oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"glenferrie oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10746200-17", "Table": [ [ "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", "2.12 (24)", "MCG", "16,989", "12 September 1925" ], [ "3", "Hawthorn", "7.13 (55)", "North Melbourne", "4.6 (30)", "Glenferrie Oval", "8,000", "12 September 1925" ], [ "4", "Essendon", "10.7 (67)", "St Kilda", "8.10 (58)", "Windy Hill", "15,000", "12 September 1925" ], [ "5", "Geelong", "14.16 (100)", "Footscray", "9.7 (61)", "Corio Oval", "10,800", "12 September 1925" ], [ "6", "South Melbourne", "4.6 (30)", "Collingwood", "14.11 (95)", "Lake Oval", "12,000", "12 September 1925" ], [ "7", "Fitzroy", "7.24 (66)", "Carlton", "9.10 (64)", "Brunswick Street Oval", "20,000", "12 September 1925" ] ] }, { "t5Formulas": [ { "Question": "Which nationality has a split in the 50m of 29.51?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=29.51))", "Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=29.51))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "29.51" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which average 50m split had a 150m split of 1:40.00, with a placing of less than 2?", "Formula": "AVERAGE(FILTER(E1, (G1=\"1:40.00\")*(A1<2)))", "Formula2": "AVERAGE(FILTER(E2:E9, (G2:G9=\"1:40.00\")*(A2:A9<2)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "G1", "=", "\"1:40.00\"", "*", "A1", "<", "2" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-10331421-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Place", "Lane", "Name", "Nationality", "50m Split", "100m Split", "150m Split", "Time" ], [ "2", "1", "4", "Katie Hoff", "USA", "28.35", "1:01.96", "1:39.06", "2:10.13" ], [ "3", "2", "5", "Kirsty Coventry", "Zimbabwe", "28.73", "1:01.92", "1:40.00", "2:10.76" ], [ "4", "3", "3", "Stephanie Rice", "Australia", "28.45", "1:02.03", "1:40.39", "2:11.42" ], [ "5", "4", "2", "Whitney Myers", "USA", "28.59", "1:01.72", "1:41.79", "2:13.73" ], [ "6", "5", "6", "Julie Hjorth-Hansen", "Denmark", "28.96", "1:03.59", "1:42.09", "2:14.05" ], [ "7", "6", "7", "Shayne Reese", "Australia", "28.33", "1:03.03", "1:42.24", "2:14.89" ], [ "8", "7", "8", "Georgina Bardach", "Argentina", "29.76", "1:05.21", "1:43.83", "2:15.26" ], [ "9", "8", "1", "Julia Wilkinson", "Canada", "29.51", "1:03.82", "1:43.87", "2:15.28" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of runners-up for a club with winning years of 2010?", "Formula": "SUM(FILTER(C1, D1=2010))", "Formula2": "SUM(FILTER(C2:C7, D2:D7=2010))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "2010" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who were the runners-up for the FC Viktoria Plzeň club?", "Formula": "SUMIFS(C1,A1,\"fc viktoria plzeň\")", "Formula2": "SUMIFS(C2:C7,A2:A7,\"fc viktoria plzeň\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"fc viktoria plzeň\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-15726366-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Winners", "Runners-up", "Winning Years", "Runner-up Years" ], [ "2", "FC Viktoria Plzeň", "1", "2", "2011", "2010, 2013" ], [ "3", "AC Sparta Prague", "1", "0", "2010", "–" ], [ "4", "SK Sigma Olomouc", "1", "0", "2012", "–" ], [ "5", "FK Jablonec", "1", "0", "2013", "–" ], [ "6", "FK Mladá Boleslav", "0", "1", "–", "2011" ], [ "7", "FC Slovan Liberec", "0", "1", "–", "2012" ] ] }, { "t5Formulas": [ { "Question": "What year did Bangkok University and Chunnam Dragons have a score of 0-0?", "Formula": "SUM(FILTER(A1, (B1=\"bangkok university\")*(C1=\"0-0\")*(D1=\"chunnam dragons\")))", "Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"bangkok university\")*(C2:C7=\"0-0\")*(D2:D7=\"chunnam dragons\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"bangkok university\"", "*", "C1", "=", "\"0-0\"", "*", "D1", "=", "\"chunnam dragons\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-16593799-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Team 1", "Score", "Team 2", "Venue" ], [ "2", "2007", "Bangkok University", "0-0", "Chunnam Dragons", "Thai-Japanese Stadium , Thailand" ], [ "3", "2007", "Kawasaki Frontale", "1-1", "Bangkok University", "Todoroki Athletics Stadium , Japan" ], [ "4", "2007", "Bangkok University", "0-0", "Arema Malang", "Royal Thai Army Stadium , Thailand" ], [ "5", "2007", "Arema Malang", "1-0", "Bangkok University", "Gajayana Stadium , Indonesia" ], [ "6", "2007", "Chunnam Dragons", "3-2", "Bangkok University", "Gwang-Yang Stadium , South Korea" ], [ "7", "2007", "Bangkok University", "1-2", "Kawasaki Frontale", "Royal Thai Army Stadium , Thailand" ] ] }, { "t5Formulas": [ { "Question": "Which Episode has a Viewers (millions) larger than 11.26, a Weekly Rank of #8, and a Share of 12?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"#8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>11.26)*(CHOOSECOLS(query1,3)=12)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,E2:E16=\"#8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>11.26)*(CHOOSECOLS(query1,3)=12)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"#8\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "11.26", "*", "CHOOSECOLS(", "query1", "3", "=", "12" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Viewers (millions) has an Episode of \"i'm not a good villain\", and a Share smaller than 12?", "Formula": "SUM(FILTER(D1, (A1=\"i'm not a good villain\")*(C1<12)))", "Formula2": "SUM(FILTER(D2:D16, (A2:A16=\"i'm not a good villain\")*(C2:C16<12)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"i'm not a good villain\"", "*", "C1", "<", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17472074-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Episode", "Rating", "Share", "Viewers (millions)", "Weekly Rank" ], [ "2", "\"Slay Everyone, Trust No One\"", "8.1", "13", "14.15", "#14" ], [ "3", "\"It's Getting the Best of Me\"", "6.9", "11", "11.94", "#11" ], [ "4", "\"That Girl is Like a Virus\"", "6.7", "10", "11.60", "#14" ], [ "5", "\"Tonight, We Make Our Move\"", "7.2", "12", "12.72", "#17" ], [ "6", "\"Knights of the Round Table\"", "7.0", "11", "12.17", "#14" ], [ "7", "\"Banana Etiquette\"", "6.6", "11", "11.15", "#15" ], [ "8", "\"I'm Not a Good Villain\"", "6.7", "12", "11.26", "#11" ], [ "9", "\"Expectations\"", "7.3", "12", "12.38", "#13" ], [ "10", "\"Survivor History\"", "7.1", "13", "12.31", "#12" ], [ "11", "\"Going Down in Flames\"", "7.0", "12", "11.89", "#8" ], [ "12", "\"Jumping Ship\"", "7.6", "13", "12.74", "#9" ], [ "13", "\"A Sinking Ship\"", "7.7", "14", "13.06", "#8" ], [ "14", "\"Loose Lips Sink Ships\"", "7.7", "13", "13.28", "#11" ], [ "15", "\"Anything Could Happen\"", "7.2", "12", "13.46", "#9" ], [ "16", "\"The Reunion\"", "5.9", "10", "10.65", "#22" ] ] }, { "t5Formulas": [ { "Question": "What is the Place of the Player with a To par of +2 and a Score of 70-72-73=215?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=2)*(D1=\"70-72-73=215\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=2)*(D2:D11=\"70-72-73=215\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "2", "*", "D1", "=", "\"70-72-73=215\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "From what Country is T6 Place Player Robert Karlsson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t6\")*(B1=\"robert karlsson\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t6\")*(B2:B11=\"robert karlsson\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t6\"", "*", "B1", "=", "\"robert karlsson\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the To par of the T4 Place Player with a Score of 72-69-73=214?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(D1=\"72-69-73=214\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t4\")*(D2:D11=\"72-69-73=214\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t4\"", "*", "D1", "=", "\"72-69-73=214\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the To par of the Player with a Score of 70-72-73=215?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-72-73=215\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"70-72-73=215\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"70-72-73=215\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Country is Rocco Mediate from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rocco mediate\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"rocco mediate\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rocco mediate\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16881908-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "72-68-70=210", "–3" ], [ "3", "2", "Lee Westwood", "England", "70-71-70=211", "–2" ], [ "4", "3", "Rocco Mediate", "United States", "69-71-72=212", "–1" ], [ "5", "T4", "Geoff Ogilvy", "Australia", "69-73-72=214", "+1" ], [ "6", "T4", "D. J. Trahan", "United States", "72-69-73=214", "+1" ], [ "7", "T6", "Robert Allenby", "Australia", "70-72-73=215", "+2" ], [ "8", "T6", "Miguel Ángel Jiménez", "Spain", "75-66-74=215", "+2" ], [ "9", "T6", "Robert Karlsson", "Sweden", "70-70-75=215", "+2" ], [ "10", "T6", "Hunter Mahan", "United States", "72-74-69=215", "+2" ], [ "11", "T6", "Camilo Villegas", "Colombia", "73-71-71=215", "+2" ] ] }, { "t5Formulas": [ { "Question": "What is the score on March 18?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 18\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"march 18\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"march 18\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had the highest points on March 27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 27\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"march 27\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"march 27\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17323529-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "61", "March 2", "San Antonio", "L 78–106 (OT)", "Fred Jones , Al Thornton (14)", "Mike Taylor , Marcus Camby (8)", "Baron Davis (8)", "Staples Center 17,649", "15–46" ], [ "3", "62", "March 4", "Memphis", "L 95–118 (OT)", "Al Thornton (25)", "DeAndre Jordan (9)", "Baron Davis (7)", "Staples Center 13,813", "15–47" ], [ "4", "63", "March 7", "Indiana", "L 105–106 (OT)", "Eric Gordon (35)", "DeAndre Jordan (11)", "Eric Gordon (6)", "Staples Center 16,518", "15–48" ], [ "5", "64", "March 10", "Cleveland", "L 83–87 (OT)", "Al Thornton , Zach Randolph (20)", "Zach Randolph (12)", "Baron Davis , Zach Randolph (6)", "Staples Center 19,060", "15–49" ], [ "6", "65", "March 14", "@ Denver", "L 94–107 (OT)", "Al Thornton (19)", "Al Thornton , Marcus Camby , Chris Kaman (7)", "Baron Davis (10)", "Pepsi Center 18,676", "15–50" ], [ "7", "66", "March 15", "New Jersey", "W 107–105 (OT)", "Steve Novak (21)", "Al Thornton , Chris Kaman (8)", "Baron Davis (10)", "Staples Center 18,266", "16–50" ], [ "8", "67", "March 17", "@ Golden State", "L 120–127 (OT)", "Baron Davis (29)", "Zach Randolph , Marcus Camby (11)", "Baron Davis (7)", "Oracle Arena 18,223", "16–51" ], [ "9", "68", "March 18", "Washington", "W 123–108 (OT)", "Eric Gordon (26)", "Baron Davis , Zach Randolph (8)", "Baron Davis (20)", "Staples Center 15,123", "17–51" ], [ "10", "69", "March 20", "@ Detroit", "L 90–108 (OT)", "Eric Gordon (22)", "Chris Kaman (8)", "Baron Davis (8)", "The Palace of Auburn Hills 22,076", "17–52" ], [ "11", "70", "March 22", "@ Toronto", "L 76–100 (OT)", "Zach Randolph (20)", "Zach Randolph , Marcus Camby (7)", "Baron Davis (4)", "Air Canada Centre 17,610", "17–53" ], [ "12", "71", "March 23", "@ Boston", "L 77–90 (OT)", "Zach Randolph (17)", "Zach Randolph (14)", "Baron Davis (8)", "TD Banknorth Garden 18,624", "17–54" ], [ "13", "72", "March 25", "@ New York", "W 140–135 (OT)", "Mike Taylor (35)", "Al Thornton (9)", "Baron Davis (6)", "Madison Square Garden 19,041", "18–54" ], [ "14", "73", "March 27", "@ San Antonio", "L 98–111 (OT)", "Mike Taylor (23)", "Alex Acker (8)", "Eric Gordon (4)", "AT&T Center 18,797", "18–55" ], [ "15", "74", "March 28", "@ Houston", "L 93–110 (OT)", "Eric Gordon (17)", "Zach Randolph (8)", "Mike Taylor (6)", "Toyota Center 18,267", "18–56" ] ] }, { "t5Formulas": [ { "Question": "How many entries are shown for high points when the score was l 87–89 (ot)?", "Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"L 87–89 (OT)\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E14, D2:D14=\"L 87–89 (OT)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "D1", "=", "\"L 87–89 (OT)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the other team in game 11?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(C2:C14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who scored the high points for the game with record 9–3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"9–3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,I2:I14=\"9–3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"9–3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-27722408-6", "Table": [ [ "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", "4", "November 2", "@ Detroit", "W 109–86 (OT)", "Kevin Garnett (22)", "Kevin Garnett (6)", "Rajon Rondo (17)", "The Palace of Auburn Hills 15,313", "3–1" ], [ "3", "5", "November 3", "Milwaukee", "W 105–102 (OT)", "Paul Pierce (28)", "Rajon Rondo , Kevin Garnett (8)", "Rajon Rondo (15)", "TD Garden 18,624", "4–1" ], [ "4", "6", "November 5", "Chicago", "W 110–105 (OT)", "Ray Allen (25)", "Kevin Garnett (10)", "Rajon Rondo (11)", "TD Garden 18,624", "5–1" ], [ "5", "7", "November 7", "@ Oklahoma City", "W 92–83 (OT)", "Ray Allen (19)", "Jermaine O'Neal (9)", "Rajon Rondo (10)", "Oklahoma City Arena 18,203", "6–1" ], [ "6", "8", "November 8", "@ Dallas", "L 87–89 (OT)", "Paul Pierce (24)", "Kevin Garnett (15)", "Rajon Rondo (15)", "American Airlines Center 20,194", "6–2" ], [ "7", "9", "November 11", "@ Miami", "W 112–107 (OT)", "Ray Allen (35)", "Kevin Garnett (13)", "Rajon Rondo (16)", "American Airlines Arena 19,650", "7–2" ], [ "8", "10", "November 13", "@ Memphis", "W 116–110 (OT)", "Paul Pierce (28)", "Kevin Garnett (9)", "Rajon Rondo (17)", "FedExForum 18,119", "8–2" ], [ "9", "11", "November 17", "Washington", "W 114–83 (OT)", "Paul Pierce (23)", "Glen Davis (8)", "Rajon Rondo (13)", "TD Garden 18,624", "9–2" ], [ "10", "12", "November 19", "Oklahoma City", "L 84–89 (OT)", "Kevin Garnett (16)", "Shaquille O'Neal , Paul Pierce (6)", "Rajon Rondo (7)", "TD Garden 18,624", "9–3" ], [ "11", "13", "November 21", "@ Toronto", "L 101–102 (OT)", "Nate Robinson (22)", "Kevin Garnett , Ray Allen (8)", "Paul Pierce (5)", "Air Canada Centre 17,707", "9–4" ], [ "12", "14", "November 22", "@ Atlanta", "W 99–76 (OT)", "Kevin Garnett (17)", "Kevin Garnett , Shaquille O'Neal (11)", "Nate Robinson (10)", "Philips Arena 14,476", "10–4" ], [ "13", "15", "November 24", "New Jersey", "W 89–83 (OT)", "Shaquille O'Neal (25)", "Shaquille O'Neal (11)", "Ray Allen (7)", "TD Garden 18,624", "11–4" ], [ "14", "16", "November 26", "Toronto", "W 110–101 (OT)", "Kevin Garnett (26)", "Kevin Garnett (11)", "Rajon Rondo (14)", "TD Garden 18,624", "12–4" ] ] }, { "t5Formulas": [ { "Question": "When \"pants on fire\" is the title what is the air date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Pants on Fire\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Pants on Fire\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Pants on Fire\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When \"the charlotte letter\" is the title what is the air date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"The Charlotte Letter\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"The Charlotte Letter\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"The Charlotte Letter\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When \"the 37-year itch\" is the title what is the lowest series number?", "Formula": "MINIFS(A1,C1,\"The 37-Year Itch\")", "Formula2": "MINIFS(A2:A15,C2:C15,\"The 37-Year Itch\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"The 37-Year Itch\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When 12 is the season number how many series numbers are there?", "Formula": "SUM(FILTER(A1, B1=12))", "Formula2": "SUM(FILTER(A2:A15, B2:B15=12))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-25649467-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Series #", "Season #", "Title", "Director", "Writer(s)", "Original air date" ], [ "2", "15", "1", "\"The Second Greatest Story Ever Told, Part 1\"", "John Landis", "Marta Kauffman and David Crane", "July7,1991" ], [ "3", "16", "2", "\"The Second Greatest Story Ever Told, Part 2\"", "John Landis", "Marta Kauffman and David Crane", "July7,1991" ], [ "4", "17", "3", "\"And Your Little Dog, Too\"", "Catherine O'Hara", "Marta Kauffman and David Crane", "July14,1991" ], [ "5", "18", "4", "\"The 37-Year Itch\"", "Betty Thomas", "Dava Savel", "July21,1991" ], [ "6", "19", "5", "\"Calling the Kettle Black\"", "Peter Baldwin", "Jeff Greenstein and Jeff Strauss", "July28,1991" ], [ "7", "20", "6", "\"Futile Attraction\"", "Arlene Sanford", "Marta Kauffman and David Crane", "August4,1991" ], [ "8", "21", "7", "\"No, I'm Just Happy to See You\"", "Arlene Sanford", "Jeff Greenstein and Jeff Strauss", "August11,1991" ], [ "9", "22", "8", "\"What I Did for Lust\"", "Bethany Rooney", "Theresa Rebeck", "August18,1991" ], [ "10", "23", "9", "\"Play Melville for Me\"", "Arlene Sanford", "Craig Hoffman", "August25,1991" ], [ "11", "24", "10", "\"To Have and Have and Have and Have Not\"", "John Axness", "Craig Hoffman", "September1,1991" ], [ "12", "25", "11", "\"Pants on Fire\"", "Arlene Sanford", "Marta Kauffman and David Crane", "September8,1991" ], [ "13", "26", "12", "\"The Charlotte Letter\"", "Peter Baldwin", "Tom Leopold", "September15,1991" ], [ "14", "27", "13", "\"The Name of the Game Is Five-Card Stud\"", "Rob Thompson", "Theresa Rebeck", "September22,1991" ], [ "15", "28", "14", "\"So Funny I Forgot to Laugh\"", "Betty Thomas", "Jeff Greenstein and Jeff Strauss", "September29,1991" ] ] }, { "t5Formulas": [ { "Question": "How many titles were released on 21 October 1992?", "Formula": "SUMIFS(A1,C1,\"21 October 1992\")", "Formula2": "SUMIFS(A2:A10,C2:C10,\"21 October 1992\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"21 October 1992\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What rank is Super Mario Land 2: 6 Golden Coins?", "Formula": "SUMIFS(A1,B1,\"Super Mario Land 2: 6 Golden Coins\")", "Formula2": "SUMIFS(A2:A10,B2:B10,\"Super Mario Land 2: 6 Golden Coins\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Super Mario Land 2: 6 Golden Coins\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What platform sold 11.18 million units?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=11.18))", "Formula2": "LET(query1,SUMMARIZE(F2:F10,SUMX(G2:G10)),FILTER(query1,CHOOSECOLS(query1,2)=11.18))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11.18" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What day did the platform sell 9.87 million units?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=9.87))", "Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(G2:G10)),FILTER(query1,CHOOSECOLS(query1,2)=9.87))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9.87" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-18590048-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "Title", "Release Date", "Franchise", "Developer(s)", "Platform", "Units sold (in Millions)" ], [ "2", "1", "Pokémon Red / Green / Blue Version", "27 February 1996", "Pokémon", "Nintendo / GameFreak", "Game Boy", "31.37" ], [ "3", "2", "Pokémon Gold / Silver Version", "21 November 1999", "Pokémon", "Nintendo/GameFreak", "Game Boy", "23.10" ], [ "4", "3", "Super Mario World", "21 November 1990", "Super Mario Bros.", "Nintendo", "SNES", "20.61" ], [ "5", "4", "Pokémon Yellow: Special Pikachu Edition", "12 September 1998", "Pokémon", "Nintendo/GameFreak", "Game Boy", "14.64" ], [ "6", "5", "Super Mario 64", "23 June 1996", "Super Mario Bros.", "Nintendo", "Nintendo 64", "11.89" ], [ "7", "6", "Super Mario Land 2: 6 Golden Coins", "21 October 1992", "Super Mario Bros.", "Nintendo", "Game Boy", "11.18" ], [ "8", "7", "Gran Turismo", "23 December 1997", "Gran Turismo", "Polyphony Digital", "PlayStation", "11.15" ], [ "9", "8", "Super Mario All-Stars", "14 July 1993", "Super Mario Bros.", "Nintendo", "SNES", "10.55" ], [ "10", "9", "Mario Kart 64", "14 December 1996", "Mario Kart", "Nintendo", "Nintendo 64", "9.87" ] ] }, { "t5Formulas": [ { "Question": "Raiders of the Lost Ark had pieces of 277 for what lowest number?", "Formula": "MIN(FILTER(B1, (D1=\"raiders of the lost ark\")*(E1=277)))", "Formula2": "MIN(FILTER(B2:B18, (D2:D18=\"raiders of the lost ark\")*(E2:E18=277)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", "=", "\"raiders of the lost ark\"", "*", "E1", "=", "277" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What is the number for Chauchilla Cemetery Battle with less than 511 pieces?", "Formula": "SUM(FILTER(B1, (E1<511)*(A1=\"chauchilla cemetery battle\")))", "Formula2": "SUM(FILTER(B2:B18, (E2:E18<511)*(A2:A18=\"chauchilla cemetery battle\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "<", "511", "*", "A1", "=", "\"chauchilla cemetery battle\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What was the earliest year with 339 pieces and a number smaller than 7198?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=339)*(CHOOSECOLS(query1,3)<7198)))", "Formula2": "LET(query1,SUMMARIZE(C2:C18,SUMX(E2:E18),SUMX(B2:B18)),FILTER(query1,(CHOOSECOLS(query1,2)=339)*(CHOOSECOLS(query1,3)<7198)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "339", "*", "CHOOSECOLS(", "query1", "3", "<", "7198" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-12395766-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Number", "Released", "Film", "Pieces" ], [ "2", "Motorcycle Chase", "7620", "2008", "Indiana Jones and the Last Crusade", "79" ], [ "3", "The Lost Tomb", "7621", "2008", "Raiders of the Lost Ark", "277" ], [ "4", "Race for the Stolen Treasure", "7622", "2008", "Raiders of the Lost Ark", "272" ], [ "5", "Temple Escape", "7623", "2008", "Raiders of the Lost Ark", "552" ], [ "6", "Jungle Duel", "7624", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "90" ], [ "7", "River Chase", "7625", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "234" ], [ "8", "Jungle Cutter", "7626", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "511" ], [ "9", "Temple of the Crystal Skull", "7627", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "929" ], [ "10", "Peril in Peru", "7628", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "625" ], [ "11", "Jungle Cruiser", "20004", "2008", "Indiana Jones and the Kingdom of the Crystal Skull", "83" ], [ "12", "Shanghai Chase", "7682", "2009", "Indiana Jones and the Temple of Doom", "244" ], [ "13", "Fight on the Flying Wing", "7683", "2009", "Raiders of the Lost Ark", "376" ], [ "14", "Ambush in Cairo", "7195", "2009", "Raiders of the Lost Ark", "79" ], [ "15", "Chauchilla Cemetery Battle", "7196", "2009", "Indiana Jones and the Kingdom of the Crystal Skull", "189" ], [ "16", "Venice Canal Chase", "7197", "2009", "Indiana Jones and the Last Crusade", "420" ], [ "17", "Fighter Plane Attack", "7198", "2009", "Indiana Jones and the Last Crusade", "339" ], [ "18", "The Temple of Doom", "7199", "2009", "Indiana Jones and the Temple of Doom", "654" ] ] }, { "t5Formulas": [ { "Question": "How did the ship named proletarij finish its service?", "Formula": "FILTER(E1,B1=\"proletarij\")", "Formula2": "FILTER(E2:E7,B2:B7=\"proletarij\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"proletarij\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the average tonnage of the ship named proletarij?", "Formula": "AVERAGE(FILTER(D1,B1=\"proletarij\"))", "Formula2": "AVERAGE(FILTER(D2:D7,B2:B7=\"proletarij\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", "=", "\"proletarij\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17264629-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Name of ship", "Flag", "Tonnage", "Fate" ], [ "2", "5December1944", "Proletarij", "Soviet Union", "1,123", "sunk at" ], [ "3", "21December1944", "Reshitel'nyj", "Soviet Union", "20", "sunk at" ], [ "4", "26December1944", "RT-52 Som", "Soviet Union", "417", "sunk at" ], [ "5", "29December1944", "T-883 (No 37)", "Soviet Union", "633", "sunk at" ], [ "6", "2March1945", "BO-224", "Soviet Union", "105", "sunk at" ], [ "7", "20March1945", "Horace Bushnell", "United States", "7,176", "damaged at" ] ] }, { "t5Formulas": [ { "Question": "What is the average Top-5 finishes with 2 as the Top-10 and a greater than 4 Top-25?", "Formula": "AVERAGE(FILTER(C1, (D1=2)*(E1>4)))", "Formula2": "AVERAGE(FILTER(C2:C6, (D2:D6=2)*(E2:E6>4)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "D1", "=", "2", "*", "E1", ">", "4" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What are the least Top-5 finish when the events are greater than 18?", "Formula": "MIN(FILTER(C1, F1>18))", "Formula2": "MIN(FILTER(C2:C6, F2:F6>18))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "F1", ">", "18" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the total of wins when the evens is less than 3?", "Formula": "SUM(FILTER(B1, F1<3))", "Formula2": "SUM(FILTER(B2:B6, F2:F6<3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How many cuts made when the Top-10 is larger than 1, and the wins greater than 0, and a Top-5 greater than 2, when the events is greater than 18?", "Formula": "SUM(FILTER(G1, (D1>1)*(B1>0)*(C1>2)*(F1>18)))", "Formula2": "SUM(FILTER(G2:G6, (D2:D6>1)*(B2:B6>0)*(C2:C6>2)*(F2:F6>18)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "D1", ">", "1", "*", "B1", ">", "0", "*", "C1", ">", "2", "*", "F1", ">", "18" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1570274-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "1", "2", "4", "4", "4" ], [ "3", "U.S. Open", "0", "2", "3", "4", "6", "5" ], [ "4", "The Open Championship", "1", "2", "2", "2", "3", "3" ], [ "5", "PGA Championship", "0", "0", "1", "2", "5", "4" ], [ "6", "Totals", "1", "5", "8", "12", "18", "16" ] ] }, { "t5Formulas": [ { "Question": "What is Finish, when Year(s) Won is \"1962 , 1967\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"1962 , 1967\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"1962 , 1967\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"1962 , 1967\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Player, when To Par is greater than 6, and when Year(s) Won is \"1962 , 1967\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"1962 , 1967\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=\"1962 , 1967\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"1962 , 1967\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is Finish, when To Par is less than 14, and when Year(s) Won is \"1952 , 1963\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"1952 , 1963\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<14))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=\"1952 , 1963\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<14))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"1952 , 1963\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "14" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the highest To Par, when Year(s) Won is \"1962 , 1967\"?", "Formula": "MAXIFS(E1,C1,\"1962 , 1967\")", "Formula2": "MAXIFS(E2:E8,C2:C8,\"1962 , 1967\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "C1", "\"1962 , 1967\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Total, when To Par is less than 14, when Finish is T12, and when Player is \"Julius Boros\"?", "Formula": "SUM(FILTER(D1, (E1<14)*(F1=\"t12\")*(A1=\"julius boros\")))", "Formula2": "SUM(FILTER(D2:D8, (E2:E8<14)*(F2:F8=\"t12\")*(A2:A8=\"julius boros\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "14", "*", "F1", "=", "\"t12\"", "*", "A1", "=", "\"julius boros\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-17245578-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Billy Casper", "United States", "1959 , 1966", "294", "+6", "T8" ], [ "3", "Lee Trevino", "United States", "1968", "294", "+6", "T8" ], [ "4", "Julius Boros", "United States", "1952 , 1963", "295", "+7", "T12" ], [ "5", "Gene Littler", "United States", "1961", "295", "+7", "T12" ], [ "6", "Gary Player", "South Africa", "1965", "302", "+14", "T44" ], [ "7", "Jack Nicklaus", "United States", "1962 , 1967", "304", "+16", "T49" ], [ "8", "Arnold Palmer", "United States", "1960", "305", "+17", "T54" ] ] }, { "t5Formulas": [ { "Question": "How many titles does Episode 2 have", "Formula": "ROWS(UNIQUE(FILTER(C1, B1=2)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, B2:B8=2)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "2" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the title of Episode #2", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many directors did Episode #3 have", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=3)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D8, B2:B8=3)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "3" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_1-165732-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Series #", "Episode #", "Title", "Directed by", "Written by", "Original air date" ], [ "2", "1", "1", "\"Episode 1\"", "Charles McDougall", "Russell T. Davies", "23 February 1999" ], [ "3", "1", "2", "\"Episode 2\"", "Charles McDougall", "Russell T. Davies", "2 March 1999" ], [ "4", "1", "3", "\"Episode 3\"", "Charles McDougall", "Russell T. Davies", "9 March 1999" ], [ "5", "1", "4", "\"Episode 4\"", "Charles McDougall", "Russell T. Davies", "16 March 1999" ], [ "6", "1", "5", "\"Episode 5\"", "Sarah Harding", "Russell T. Davies", "23 March 1999" ], [ "7", "1", "6", "\"Episode 6\"", "Sarah Harding", "Russell T. Davies", "30 March 1999" ], [ "8", "1", "7", "\"Episode 7\"", "Sarah Harding", "Russell T. Davies", "6 April 1999" ] ] }, { "t5Formulas": [ { "Question": "Who wrote the album recorded at funhouse studios with a time of 3:27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"funhouse studios\")*(B1=\"3:27\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"funhouse studios\")*(B2:B16=\"3:27\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"funhouse studios\"", "*", "B1", "=", "\"3:27\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who performed the song recorded at the Cabin in the Woods Studio with a Time of 3:16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"the cabin in the woods studio\")*(B1=\"3:16\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"the cabin in the woods studio\")*(B2:B16=\"3:16\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"the cabin in the woods studio\"", "*", "B1", "=", "\"3:16\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18815934-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Title", "Time", "Writer(s)", "Performer(s)", "Producer(s)", "Recorded at" ], [ "2", "\"Intro\"", "2:01", "Violent J Eric Davie", "Violent J", "Violent J Eric Davie Akuma", "The Cabin in the Woods Studio" ], [ "3", "\"Wake Up\"", "3:50", "Violent J Mike E. Clark", "Violent J", "Mike E. Clark", "FunHouse Studios" ], [ "4", "\"Fight Club\"", "3:27", "Violent J Mike E. Clark", "Violent J Necro Esham", "Mike E. Clark", "FunHouse Studios" ], [ "5", "\"When I Rap\"", "2:05", "Violent J Eric Davie", "Violent J", "Violent J Eric Davie Akuma", "The Cabin in the Woods Studio" ], [ "6", "\"Candy Land\"", "4:00", "Violent J Esham", "Violent J Esham", "Violent J Mike E. Clark", "FunHouse Studios" ], [ "7", "\"Get Out The Way\"", "3:03", "Violent J Mike E. Clark", "Violent J", "Mike E. Clark", "The Cabin in the Woods Studio" ], [ "8", "\"14 Year Old\"", "4:03", "Violent J Mike E. Clark", "Violent J", "Mike E. Clark", "The Cabin in the Woods Studio" ], [ "9", "\"I Get Mad\"", "3:32", "Violent J Mike E. Clark", "Violent J", "Mike E Clark", "The Cabin in the Woods Studio" ], [ "10", "\"Faster\"", "4:22", "Violent J Mike E. Clark", "Violent J", "Mike E Clark", "The Cabin in the Woods Studio" ], [ "11", "\"Jealousy\"", "3:25", "Violent J Mike E. Clark", "Violent J Razor Ray", "Mike E. Clark", "FunHouse Studios" ], [ "12", "\"Home Invasion\"", "4:03", "Violent J Mike E. Clark", "Violent J Shaggy 2 Dope", "Mike E. Clark", "The Cabin in the Woods Studio" ], [ "13", "\"4 The Hoes\"", "2:50", "Violent J Eric Davie", "Violent J", "Violent J Eric Davie Akuma", "The Cabin in the Woods Studio" ], [ "14", "\"Pyromaniac\"", "3:37", "Violent J Mike E. Clark", "Violent J", "Mike E. Clark", "The Cabin in the Woods Studio" ], [ "15", "\"Let It Go\"", "3:16", "Violent J Mike E. Clark", "Violent J", "Mike E Clark", "The Cabin in the Woods Studio" ], [ "16", "\"Freeway Killer\"", "5:16", "Violent J Mike E Clark", "Violent J", "Mike E Clark", "The Cabin in the Woods Studio" ] ] }, { "t5Formulas": [ { "Question": "What's the Home ground(s) listed for the Name Melville Cricket Club?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"melville cricket club\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"melville cricket club\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"melville cricket club\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Name has the Captain Aaron Heal?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"aaron heal\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"aaron heal\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"aaron heal\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the Nickname listed for the Name of University Cricket Club?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"university cricket club\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"university cricket club\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"university cricket club\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Nickname has a Location of Southern River?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"southern river\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"southern river\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"southern river\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Name listed for the Nickname of Storm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"storm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"storm\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"storm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Name has the Location of Bayswater?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"bayswater\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"bayswater\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"bayswater\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18752986-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Nickname", "Location", "Home ground(s)", "Coach", "Captain" ], [ "2", "Bayswater-Morley District Cricket Club [a ]", "Bears", "Bayswater", "Hillcrest Reserve", "Craig Kirkby", "Simon Allison" ], [ "3", "Claremont-Nedlands Cricket Club [b ]", "Tigers", "Nedlands", "Cresswell Park Melvista Oval", "Tim Cusack", "Jim Allenby" ], [ "4", "Fremantle District Cricket Club", "Freo", "Fremantle", "Stevens Reserve", "Joe Piromalli", "Chris Wood" ], [ "5", "Gosnells Cricket Club", "Hawks", "Southern River", "Sutherlands Park", "Russell De Lain", "Anthony Caddy" ], [ "6", "Joondalup Districts Cricket Club [d ]", "Northern Centurions", "Iluka", "Iluka Sports Complex", "Ric Olsen", "Michael Swart" ], [ "7", "Melville Cricket Club", "Storm", "Alfred Cove", "Tompkins Park", "Brad Thompson", "Drew Porter" ], [ "8", "Midland-Guildford Cricket Club", "Swans", "Caversham", "Lilac Hill Park", "Bruce Yardley", "Chris Pivac" ], [ "9", "Mount Lawley District Cricket Club [e ]", "Hawks", "Dianella", "Breckler Park", "Graeme Allen", "Shane Rakich" ], [ "10", "Perth Cricket Club [f ]", "Demons", "Carlisle", "Fletcher Park", "Steve Mayne", "Christiaan Moir" ], [ "11", "Rockingham-Mandurah District Cricket Club", "Mariners", "Secret Harbour", "Lark Hill Sports Complex", "Wayne Clark", "Aaron Heal" ], [ "12", "Scarborough Cricket Club", "Gulls", "Scarborough", "Abbett Park", "Mark Coles", "Michael Johnson" ], [ "13", "South Perth Cricket Club", "Sky Blues", "South Perth", "Richardson Park", "Kim Hagdorn", "Marshall Hood" ], [ "14", "Subiaco-Floreat Cricket Club [h ]", "Lions", "Floreat", "Floreat Oval", "Brett Bowker", "Alex Malcolm" ], [ "15", "University Cricket Club", "Students", "Crawley", "James Oval", "Will Stibbs", "Josh Mangan" ], [ "16", "Wanneroo District Cricket Club", "Roos", "Madeley", "Kingsway Reserve", "Andy Oram", "Robert Fairchild" ], [ "17", "Willetton District Cricket Club [i ]", "Dragons", "Willetton", "Burrendah Reserve", "Aaron Harwood", "Kris Elliot" ] ] }, { "t5Formulas": [ { "Question": "What category is Matthew Barton?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"matthew barton\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"matthew barton\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"matthew barton\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17859751-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Category", "Surface", "Opponent", "Score" ], [ "2", "Winner", "11 May 2009", "Challenger", "Clay", "Carsten Ball", "6–7 (4–7) , 6–4, 6–3" ], [ "3", "Runner-up", "24 July 2011", "Challenger", "Hard", "Wayne Odesnik", "5–7, 4–6" ], [ "4", "Winner", "7 August 2011", "Challenger", "Hard", "Robby Ginepri", "7–5, 6–4" ], [ "5", "Runner-up", "10 February 2013", "Challenger", "Hard", "Matthew Barton", "2–6, 3–6" ], [ "6", "Runner-up", "5 May 2013", "Challenger", "Clay", "Márton Fucsovics", "5–7, 6–3, 3–6" ], [ "7", "Winner", "28 July 2013", "Challenger", "Hard", "James Duckworth", "4–6, 6–3, 6–4" ] ] }, { "t5Formulas": [ { "Question": "How many items appear in the written by column in episode 3?", "Formula": "ROWS(UNIQUE(FILTER(E1, B1=3)))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E11, B2:B11=3)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "3" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What episode was written by Matt Maclennan?", "Formula": "SUMIFS(B1,E1,\"Matt MacLennan\")", "Formula2": "SUMIFS(B2:B11,E2:E11,\"Matt MacLennan\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"Matt MacLennan\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is largest total number that was written by Sheri Elwood?", "Formula": "MAXIFS(A1,E1,\"Sheri Elwood\")", "Formula2": "MAXIFS(A2:A11,E2:E11,\"Sheri Elwood\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "E1", "\"Sheri Elwood\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-27155243-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Total #", "Episode #", "Title", "Directed by", "Written by", "Original air date" ], [ "2", "27", "1", "\"Fuck City Hall\"", "Scott Smith", "Sheri Elwood", "September23,2012" ], [ "3", "28", "2", "\"Thirty Percent Less Pulp Fiction\"", "Scott Smith", "Dennis Heaton", "September23,2012" ], [ "4", "29", "3", "\"The Virgin Homo-Cide\"", "James Allodi", "Matt MacLennan", "September30,2012" ], [ "5", "30", "4", "\"The Rise and Fall of Ethnic Man\"", "James Allodi", "Derek Schreyer", "October7,2012" ], [ "6", "31", "5", "\"Fuck the Vote\"", "Shawn Thompson", "Sheri Elwood & Nikolijne Troubetzkoy", "October14,2012" ], [ "7", "32", "6", "\"Semen-Gate\"", "Jason Priestley", "Jeff Detsky", "October21,2012" ], [ "8", "34", "8", "\"Are You There God? I Need to Speak to Frank\"", "Jason Priestley", "Sheri Elwood", "November4,2012" ], [ "9", "35", "9", "\"Teetotal Recall\"", "Scott Smith", "Jeff Detsky & Matt MacLennan", "November11,2012" ], [ "10", "36", "10", "\"Apoca' Smokes Now\"", "Scott Smith", "Dennis Heaton", "November18,2012" ], [ "11", "37", "11", "\"And Baby Makes... Fuck! Part 1\"", "Sheri Elwood", "Sheri Elwood & Matt MacLennan", "November25,2012" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of the round of Fred Smoot, who has a pick number greater than 14?", "Formula": "SUM(FILTER(A1, (D1=\"fred smoot\")*(B1>14)))", "Formula2": "SUM(FILTER(A2:A6, (D2:D6=\"fred smoot\")*(B2:B6>14)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"fred smoot\"", "*", "B1", ">", "14" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What position does the player from Mississippi state play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"mississippi state\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"mississippi state\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"mississippi state\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest pick of the wr player with an overall less than 15?", "Formula": "MAX(FILTER(B1, (E1=\"wr\")*(C1<15)))", "Formula2": "MAX(FILTER(B2:B6, (E2:E6=\"wr\")*(C2:C6<15)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", "=", "\"wr\"", "*", "C1", "<", "15" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-17100961-72", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "1", "15", "15", "Rod Gardner", "WR", "Clemson" ], [ "3", "2", "14", "45", "Fred Smoot", "CB", "Mississippi State" ], [ "4", "4", "14", "109", "Sage Rosenfels", "QB", "Iowa State" ], [ "5", "5", "23", "154", "Darnerien McCants", "WR", "Delaware State" ], [ "6", "6", "23", "186", "Mario Monds", "DT", "Cincinnati" ] ] }, { "t5Formulas": [ { "Question": "Which location has a copies per particle of 0 and a protein of nsp3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=0)*(C1=\"nsp3\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=0)*(C2:C12=\"nsp3\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "0", "*", "C1", "=", "\"nsp3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many copies per particle does the protein nsp2 have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"nsp2\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"nsp2\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"nsp2\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest RNA segment having a protein of vp2 and a base pair size over 2690?", "Formula": "MAX(FILTER(A1, (C1=\"vp2\")*(B1>2690)))", "Formula2": "MAX(FILTER(A2:A12, (C2:C12=\"vp2\")*(B2:B12>2690)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "\"vp2\"", "*", "B1", ">", "2690" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the number of copies per particle having a nonstructural location, an RNA segment over 5 and a base pair size under 751?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"nonstructural\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)<751)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,E2:E12=\"nonstructural\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)<751)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"nonstructural\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5", "*", "CHOOSECOLS(", "query1", "3", "<", "751" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-140968-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "RNA Segment (Gene)", "Size ( s base pair )", "Protein", "Molecular weight kDa", "Location", "Copies per particle" ], [ "2", "1", "3302", "VP1", "125", "At the vertices of the core", "<25" ], [ "3", "2", "2690", "VP2", "102", "Forms inner shell of the core", "120" ], [ "4", "3", "2591", "VP3", "88", "At the vertices of the core", "<25" ], [ "5", "4", "2362", "VP4", "87", "Surface spike", "120" ], [ "6", "5", "1611", "NSP1", "59", "Nonstructural", "0" ], [ "7", "6", "1356", "VP6", "45", "Inner Capsid", "780" ], [ "8", "7", "1104", "NSP3", "37", "Nonstructural", "0" ], [ "9", "8", "1059", "NSP2", "35", "Nonstructural", "0" ], [ "10", "9", "1062", "VP7 1 VP7 2", "38 and 34", "Surface", "780" ], [ "11", "10", "751", "NSP4", "20", "Nonstructural", "0" ], [ "12", "11", "667", "NSP5 NSP6", "22", "Nonstructural", "0" ] ] }, { "t5Formulas": [ { "Question": "What position does the Colorado Rapids pick after 15 play?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"colorado rapids\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>15))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"colorado rapids\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>15))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"colorado rapids\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "15" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-1004125-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "MLS Team", "Player", "Position", "Affiliation" ], [ "2", "11", "Chicago Fire", "Leonard Griffin", "D", "UCLA" ], [ "3", "12", "Columbus Crew", "Chris Wingert", "D", "St. John's University" ], [ "4", "13", "Los Angeles Galaxy", "* Josh Gardner", "M", "University of Cincinnati" ], [ "5", "14", "Los Angeles Galaxy", "* Ned Grabavoy", "M", "Indiana University" ], [ "6", "15", "Colorado Rapids", "Adolfo Gregorio", "M", "UCLA" ], [ "7", "16", "Colorado Rapids", "Adrian Cann", "D", "University of Louisville" ], [ "8", "17", "Kansas City Wizards", "Will Hesmer", "GK", "Wake Forest University" ], [ "9", "18", "MetroStars", "Seth Stammler", "D", "University of Maryland" ], [ "10", "19", "Chicago Fire", "Matt Pickens", "GK", "SMS (now Missouri State)" ], [ "11", "20", "Chicago Fire", "Sumed Ibrahim", "M", "University of Maryland" ] ] }, { "t5Formulas": [ { "Question": "What margin was in after 1981, and was Roberto De Vicenzo runner-up?", "Formula": "FILTER(D1,(A1>1981)*(E1=\"roberto de vicenzo\"))", "Formula2": "FILTER(D2:D6,(A2:A6>1981)*(E2:E6=\"roberto de vicenzo\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", ">", "1981", "*", "E1", "=", "\"roberto de vicenzo\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What championship was in 1985?", "Formula": "FILTER(B1,A1=1985)", "Formula2": "FILTER(B2:B6,A2:A6=1985)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "1985" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-1552405-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Championship", "Winning score", "Margin", "Runner(s)-up" ], [ "2", "1981", "PGA Seniors' Championship", "−7 (68-72-68-73=281)", "2 strokes", "Arnold Palmer" ], [ "3", "1982", "U.S. Senior Open", "−2 (72-74-71-65=282)", "4 strokes", "Gene Littler , Dan Sikes" ], [ "4", "1983", "Senior Players Championship", "−10 (71-69-70-68=278)", "1 stroke", "Gene Littler" ], [ "5", "1984", "U.S. Senior Open (2)", "+6 (74-71-70-71=286)", "2 strokes", "Arnold Palmer" ], [ "6", "1985", "U.S. Senior Open (3)", "−3 (71-72-71-71=285)", "4 strokes", "Roberto De Vicenzo" ] ] }, { "t5Formulas": [ { "Question": "How many Wins have Winnings of $184,190, and a Top 10 larger than 1?", "Formula": "SUM(FILTER(C1, (I1=\"$184,190\")*(E1>1)))", "Formula2": "SUM(FILTER(C2:C17, (I2:I17=\"$184,190\")*(E2:E17>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "I1", "=", "\"$184,190\"", "*", "E1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-1875157-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Starts", "Wins", "Top 5", "Top 10", "Poles", "Avg. Start", "Avg. Finish", "Winnings", "Position" ], [ "2", "1986", "2", "0", "0", "0", "0", "31.0", "24.0", "$6,065", "70th" ], [ "3", "1987", "2", "0", "0", "0", "0", "32.5", "15.0", "$8,810", "60th" ], [ "4", "1988", "4", "0", "0", "0", "0", "31.5", "21.0", "$14,225", "45th" ], [ "5", "1989", "8", "0", "0", "0", "0", "29.9", "29.2", "$44,690", "38th" ], [ "6", "1990", "18", "0", "0", "0", "0", "29.1", "24.1", "$80,140", "33rd" ], [ "7", "1991", "28", "0", "0", "1", "0", "24.3", "22.6", "$184,190", "27th" ], [ "8", "1992", "19", "0", "0", "1", "0", "26.9", "25.1", "$145,805", "31st" ], [ "9", "1993", "3", "0", "0", "0", "0", "31.3", "30.3", "$41,140", "51st" ], [ "10", "1994", "1", "0", "0", "0", "0", "17.0", "29.0", "$30,805", "68th" ], [ "11", "1995", "2", "0", "0", "0", "0", "19.5", "30.0", "$22,775", "53rd" ], [ "12", "1996", "9", "0", "0", "0", "0", "24.3", "31.1", "$164,752", "44th" ], [ "13", "1997", "27", "0", "0", "1", "0", "29.1", "28.7", "$555,914", "36th" ], [ "14", "1998", "32", "0", "1", "7", "0", "27.1", "19.4", "$1,449,659", "15th" ], [ "15", "1999", "34", "0", "0", "5", "0", "28.7", "23.4", "$1,623,976", "23rd" ], [ "16", "2000", "27", "0", "0", "1", "0", "31.7", "22.2", "$1,418,884", "32nd" ], [ "17", "2002", "1", "0", "0", "0", "0", "36.0", "33.0", "$49,745", "77th" ] ] }, { "t5Formulas": [ { "Question": "Which years have a Decile of 4, an Authority of state, and a Name of mapiu school?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"state\")*(A1=\"mapiu school\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G19,(E2:E19=\"state\")*(A2:A19=\"mapiu school\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"state\"", "*", "A1", "=", "\"mapiu school\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "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" ] }, { "Question": "Which years have a Decile smaller than 6, an Area of te kuiti, and an Authority of state integrated?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(D1=\"te kuiti\")*(E1=\"state integrated\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G19,(D2:D19=\"te kuiti\")*(E2:E19=\"state integrated\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"te kuiti\"", "*", "E1", "=", "\"state integrated\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ], "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" ] }, { "Question": "What is the average Decile with a state authority and a Name of mapiu school?", "Formula": "AVERAGE(FILTER(F1, (E1=\"state\")*(A1=\"mapiu school\")))", "Formula2": "AVERAGE(FILTER(F2:F19, (E2:E19=\"state\")*(A2:A19=\"mapiu school\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "E1", "=", "\"state\"", "*", "A1", "=", "\"mapiu school\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which years have an Area of rangitoto?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"rangitoto\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,D2:D19=\"rangitoto\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"rangitoto\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which gender has a Name of rangitoto school?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"rangitoto school\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,A2:A19=\"rangitoto school\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"rangitoto school\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12146269-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Years", "Gender", "Area", "Authority", "Decile", "Roll" ], [ "2", "Aria School", "1–6", "Coed", "Aria", "State", "5", "55" ], [ "3", "Benneydale School", "1–8", "Coed", "Benneydale", "State", "1", "14" ], [ "4", "Centennial Park School", "1–8", "Coed", "Te Kuiti", "State", "1", "113" ], [ "5", "Kinohaku School", "1–8", "Coed", "Te Kuiti", "State", "4", "32" ], [ "6", "Mapiu School", "1–8", "Coed", "Mapiu", "State", "4", "9" ], [ "7", "Mokau School", "1–8", "Coed", "Mokau", "State", "3", "24" ], [ "8", "Piopio College", "7–15", "Coed", "Piopio", "State", "4", "202" ], [ "9", "Piopio Primary School", "1–6", "Coed", "Piopio", "State", "5", "129" ], [ "10", "Piri Piri School", "1–8", "Coed", "Te Kuiti", "State", "4", "22" ], [ "11", "Pukenui School", "1–8", "Coed", "Te Kuiti", "State", "2", "186" ], [ "12", "Rangitoto School", "1–8", "Coed", "Rangitoto", "State", "6", "40" ], [ "13", "St Joseph's Catholic School", "1–8", "Coed", "Te Kuiti", "State integrated", "4", "102" ], [ "14", "Te Kuiti High School", "9–15", "Coed", "Te Kuiti", "State", "3", "321" ], [ "15", "Te Kuiti Primary School", "1–8", "Coed", "Te Kuiti", "State", "2", "356" ], [ "16", "Te Kura o Tahaaroa", "1–8", "Coed", "Te Kuiti", "State", "3", "38" ], [ "17", "Te Wharekura o Maniapoto", "1–15", "Coed", "Te Kuiti", "State", "2", "96" ], [ "18", "Waitomo Caves School", "1–8", "Coed", "Waitomo Caves", "State", "5", "44" ], [ "19", "Whareorino School", "1–8", "Coed", "Mokau", "State", "5", "10" ] ] }, { "t5Formulas": [ { "Question": "Which part three is class 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"4\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"4\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"4\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which part one is class 7d?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"7d\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"7d\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"7d\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which part 3 has class 7b?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"7b\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"7b\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"7b\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which class has a part 2 of halp warþ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"halp warþ\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"halp warþ\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"halp warþ\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which part 2 has a verb that means to leap?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"to leap\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"to leap\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"to leap\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1745843-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Class", "Part 1", "Part 2", "Part 3", "Part 4", "Verb meaning" ], [ "2", "1", "dreiban", "draif", "dribun", "dribans", "to drive" ], [ "3", "2a", "liugan", "laug", "lugun", "lugans", "to lie (tell untruth)" ], [ "4", "2b", "lūkan", "lauk", "lukun", "lukans", "to close, to shut" ], [ "5", "3a", "bindan", "band", "bundun", "bundans", "to bind" ], [ "6", "3b", "hilpan wairþan", "halp warþ", "hulpun waurþun", "hulpans waurþans", "to help to become" ], [ "7", "4", "qiman bairan", "qam bar", "qēmun bērun", "qumans baurans", "to come to bear" ], [ "8", "5", "lisan saiƕan", "las saƕ", "lēsun sēƕun", "lisans saiƕans", "to gather to see" ], [ "9", "6", "alan", "ōl", "ōlun", "alans", "to grow, to mature" ], [ "10", "7a", "haitan", "haihait", "haihaitun", "haitans", "to call" ], [ "11", "7b", "hlaupan", "haihlaup", "haihlaupun", "hlaupans", "to leap" ], [ "12", "7c", "haldan fāhan", "haihald faifāh", "haihaldun faifāhun", "haldans fāhans", "to hold to catch" ], [ "13", "7d", "lētan saian", "lailōt saisō", "lailōtun saisōun", "lētans saians", "to allow to sow" ], [ "14", "7e", "ƕōpjan", "ƕaiƕōp", "ƕaiƕōp", "ƕōpans", "to boast" ] ] }, { "t5Formulas": [ { "Question": "Which Wins have a Rank of 3?", "Formula": "SUM(FILTER(F1, A1=3))", "Formula2": "SUM(FILTER(F2:F6, A2:A6=3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which Events have a Player of tom kite, and Earnings ($) smaller than 760,405?", "Formula": "SUM(FILTER(E1, (B1=\"tom kite\")*(D1<760405)))", "Formula2": "SUM(FILTER(E2:E6, (B2:B6=\"tom kite\")*(D2:D6<760405)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"tom kite\"", "*", "D1", "<", "760405" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which events have a Rank of 1?", "Formula": "SUM(FILTER(E1, A1=1))", "Formula2": "SUM(FILTER(E2:E6, A2:A6=1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-14639984-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Curtis Strange", "United States", "1,147,644", "24", "4" ], [ "3", "2", "Chip Beck", "United States", "916,818", "25", "2" ], [ "4", "3", "Joey Sindelar", "United States", "813,732", "30", "2" ], [ "5", "4", "Ken Green", "United States", "779,181", "29", "2" ], [ "6", "5", "Tom Kite", "United States", "760,405", "25", "0" ] ] }, { "t5Formulas": [ { "Question": "Name the location for illinois", "Formula": "FILTER(E1,D1=\"Illinois\")", "Formula2": "FILTER(E2:E11,D2:D11=\"Illinois\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"Illinois\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1672976-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Date", "Time", "ACC Team", "Big Ten Team", "Location", "Television", "Attendance", "Winner", "Challenge Leader" ], [ "2", "Mon., Nov. 30", "7:00PM", "Virginia", "Penn State", "John Paul Jones Arena • Charlottesville, VA", "ESPN2", "8898", "Penn State (69-66)", "Big Ten (1-0)" ], [ "3", "Tue., Dec. 1", "7:00PM", "Wake Forest", "#6 Purdue", "Mackey Arena • West Lafayette, IN", "ESPN", "14123", "Purdue (69-58)", "Big Ten (2-0)" ], [ "4", "Tue., Dec. 1", "7:00PM", "NC State", "Northwestern", "RBC Center • Raleigh, NC", "ESPNU", "11913", "Northwestern (65-53)", "Big Ten (3-0)" ], [ "5", "Tue., Dec. 1", "7:30PM", "Maryland", "Indiana", "Assembly Hall • Bloomington, IN", "ESPN2", "17039", "Maryland (80-68)", "Big Ten (3-1)" ], [ "6", "Tue., Dec. 1", "9:00PM", "#11 North Carolina", "#9 Michigan State", "Dean Smith Center • Chapel Hill, NC", "ESPN", "21346", "North Carolina (89-82)", "Big Ten (3-2)" ], [ "7", "Tue., Dec. 1", "9:30PM", "Virginia Tech", "Iowa", "Carver-Hawkeye Arena • Iowa City, IA", "ESPN2", "8755", "Virginia Tech (70-64)", "Tied (3-3)" ], [ "8", "Wed., Dec. 2", "7:15PM", "#19 Clemson", "Illinois", "Littlejohn Coliseum • Clemson, SC", "ESPN", "10000", "Illinois (76-74)", "Big Ten (4-3)" ], [ "9", "Wed., Dec. 2", "7:15PM", "Miami", "Minnesota", "BankUnited Center • Coral Gables, FL", "ESPNU", "5157", "Miami (63-58)", "Tied (4-4)" ], [ "10", "Wed., Dec. 2", "7:30PM", "Boston College", "Michigan", "Crisler Arena • Ann Arbor, MI", "ESPN2", "10718", "Boston College (62-58)", "ACC (5-4)" ], [ "11", "Wed., Dec. 2", "9:15PM", "#5 Duke", "Wisconsin", "Kohl Center • Madison, WI", "ESPN", "17230", "Wisconsin (73-69)", "Tied (5-5)" ] ] }, { "t5Formulas": [ { "Question": "Name the least year for european indoor championships result of 3rd", "Formula": "MIN(FILTER(A1, (B1=\"european indoor championships\")*(D1=\"3rd\")))", "Formula2": "MIN(FILTER(A2:A6, (B2:B6=\"european indoor championships\")*(D2:D6=\"3rd\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "\"european indoor championships\"", "*", "D1", "=", "\"3rd\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-15186335-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Tournament", "Venue", "Result", "Extra" ], [ "2", "1983", "European Junior Championships", "Schwechat , Austria", "3rd", "400 m" ], [ "3", "1985", "European Indoor Championships", "Piraeus , Greece", "2nd", "400 m" ], [ "4", "1986", "European Championships", "Stuttgart , West Germany", "2nd", "4x400 m relay" ], [ "5", "1989", "European Indoor Championships", "The Hague , Netherlands", "3rd", "400 m" ], [ "6", "1990", "European Championships", "Split , Yugoslavia", "2nd", "4x400 m relay" ] ] }, { "t5Formulas": [ { "Question": "On what date did the away team Melbourne play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What home team played the away team South Melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"south melbourne\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"south melbourne\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"south melbourne\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the away team that played a home team who scored 11.16 (82)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"11.16 (82)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"11.16 (82)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"11.16 (82)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the away team that scored 15.9 (99)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.9 (99)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.9 (99)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.9 (99)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10885968-20", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "16.14 (110)", "South Melbourne", "12.12 (84)", "MCG", "20,817", "14 August 1976" ], [ "3", "Fitzroy", "12.19 (91)", "Hawthorn", "14.10 (94)", "Junction Oval", "10,417", "14 August 1976" ], [ "4", "Essendon", "10.9 (69)", "North Melbourne", "14.11 (95)", "Windy Hill", "22,474", "14 August 1976" ], [ "5", "St Kilda", "13.14 (92)", "Melbourne", "18.21 (129)", "Moorabbin Oval", "18,089", "14 August 1976" ], [ "6", "Footscray", "18.16 (124)", "Collingwood", "15.9 (99)", "Western Oval", "17,805", "14 August 1976" ], [ "7", "Carlton", "11.16 (82)", "Geelong", "5.12 (42)", "VFL Park", "35,279", "14 August 1976" ] ] }, { "t5Formulas": [ { "Question": "What celebrity finished 6th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6th\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"6th\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6th\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What day did the celebrity who finished 4th enter?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"4th\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"4th\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"4th\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which celebrity who was famous for being the ex busted member and TV presenter exited on day 19?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"day 19\")*(B1=\"ex busted member and tv presenter\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"day 19\")*(B2:B13=\"ex busted member and tv presenter\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"day 19\"", "*", "B1", "=", "\"ex busted member and tv presenter\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which celebrity was famous for finishing 9th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"9th\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"9th\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"9th\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What rank did Myleene Klass finish?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"myleene klass\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"myleene klass\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"myleene klass\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14345690-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Celebrity", "Famous for", "Entered", "Exited", "Finished" ], [ "2", "Matt Willis", "Ex Busted member and TV presenter", "Day 1", "Day 19", "1st" ], [ "3", "Myleene Klass", "TV presenter, singer, model", "Day 1", "Day 19", "2nd" ], [ "4", "Jason Donovan", "Australian actor, singer", "Day 1", "Day 19", "3rd" ], [ "5", "David Gest", "American TV producer", "Day 1", "Day 18", "4th" ], [ "6", "Dean Gaffney", "Actor (played Robbie Jackson in EastEnders )", "Day 5", "Day 18", "5th" ], [ "7", "Jan Leeming", "Newsreader", "Day 1", "Day 17", "6th" ], [ "8", "Malandra Burrows", "Actress (played Kathy Glover in Emmerdale )", "Day 6", "Day 16", "7th" ], [ "9", "Phina Oruche", "Actress", "Day 1", "Day 15", "8th" ], [ "10", "Lauren Booth", "Model, journalist, younger sister of Cherie Booth", "Day 1", "Day 14", "9th" ], [ "11", "Faith Brown", "Impressionist, comedian", "Day 1", "Day 13", "10th" ], [ "12", "Scott Henshall", "Fashion model, designer", "Day 1", "Day 12", "11th" ], [ "13", "Toby Anstis", "Radio host", "Day 1", "Day 11", "12th" ] ] }, { "t5Formulas": [ { "Question": "What is the Attendance of the game with a Loss of Hiller (3–2)?", "Formula": "SUMIFS(E1,D1,\"hiller (3–2)\")", "Formula2": "SUMIFS(E2:E7,D2:D7,\"hiller (3–2)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "D1", "\"hiller (3–2)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17798130-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record", "Arena" ], [ "2", "April 16", "@ Sharks", "2–0", "Nabokov (0–1)", "17,496", "1–0", "HP Pavilion at San Jose" ], [ "3", "April 19", "@ Sharks", "3–2", "Nabokov (0–2)", "17,496", "2–0", "HP Pavilion at San Jose" ], [ "4", "April 21", "Sharks", "4–3", "Hiller (2–1)", "16,277", "2–1", "Honda Center" ], [ "5", "April 23", "Sharks", "4–0", "Nabokov (1–3)", "16,830", "3–1", "Honda Center" ], [ "6", "April 25", "@ Sharks", "3–2", "Hiller (3–2)", "17,496", "3–2", "HP Pavilion at San Jose" ], [ "7", "April 27", "Sharks", "4–1", "Nabokov (2–4)", "17,174", "4–2", "Honda Center" ] ] }, { "t5Formulas": [ { "Question": "What is the date for the release with a catalogue number of WARPCDD333?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"warpcdd333\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"warpcdd333\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"warpcdd333\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the country/region for the releases from Beat Records?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"beat records\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"beat records\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"beat records\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14555138-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country/Region", "Date", "Label", "Format", "Catalogue number" ], [ "2", "Worldwide (from Bleep )", "29 January 2008", "Warp Records", "MP3", "WARPCDD333" ], [ "3", "Worldwide (from Bleep )", "29 January 2008", "Warp Records", "FLAC", "WARPCDD333F" ], [ "4", "Japan", "27 February 2008", "Beat Records", "CD", "BRC-333" ], [ "5", "Europe", "3 March 2008", "Warp Records", "CD", "WARPCD333" ], [ "6", "Europe", "3 March 2008", "Warp Records", "2× LP", "WARPLP333" ], [ "7", "Worldwide (from Warpmart )", "3 March 2008", "Warp Records", "2×CD", "WARPCD333X" ], [ "8", "North America", "4 March 2008", "Warp Records", "CD", "WARPCD333" ], [ "9", "North America", "4 March 2008", "Warp Records", "2×LP", "WARPLP333" ] ] }, { "t5Formulas": [ { "Question": "What was the top score for grier jones?", "Formula": "SUMIFS(D1,B1,\"grier jones\")", "Formula2": "SUMIFS(D2:D18,B2:B18,\"grier jones\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"grier jones\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which To par is scored at 70?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(D2:D18)),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "70" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "In what place did hubert green score below 70 in the united states?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"united states\")*(B1=\"hubert green\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<70))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,(C2:C18=\"united states\")*(B2:B18=\"hubert green\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<70))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"hubert green\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "70" ], "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" ] } ], "TableName": "train_2-17245483-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Terry Diehl", "United States", "69", "–1" ], [ "3", "T1", "Rod Funseth", "United States", "69", "–1" ], [ "4", "T1", "Hubert Green", "United States", "69", "–1" ], [ "5", "T1", "Grier Jones", "United States", "69", "–1" ], [ "6", "T1", "Florentino Molina", "Argentina", "69", "–1" ], [ "7", "T1", "Larry Nelson", "United States", "69", "–1" ], [ "8", "T1", "Tom Purtzer", "United States", "69", "–1" ], [ "9", "T8", "Sam Adams", "United States", "70", "E" ], [ "10", "T8", "George Burns", "United States", "70", "E" ], [ "11", "T8", "Al Geiberger", "United States", "70", "E" ], [ "12", "T8", "Morris Hatalsky", "United States", "70", "E" ], [ "13", "T8", "Joe Inman", "United States", "70", "E" ], [ "14", "T8", "Steve Melnyk", "United States", "70", "E" ], [ "15", "T8", "Mike Morley", "United States", "70", "E" ], [ "16", "T8", "Don Padgett", "United States", "70", "E" ], [ "17", "T8", "Arnold Palmer", "United States", "70", "E" ], [ "18", "T8", "Bob E. Smith", "United States", "70", "E" ] ] }, { "t5Formulas": [ { "Question": "What district has abhayapuri south as the name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"abhayapuri south\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"abhayapuri south\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"abhayapuri south\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17921573-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Constituency number", "Name", "Reserved for ( SC / ST /None)", "District", "Electorates (2011)" ], [ "2", "32", "Bongaigaon", "None", "Bongaigaon", "144,484" ], [ "3", "34", "Abhayapuri North", "None", "Bongaigaon", "125,304" ], [ "4", "35", "Abhayapuri South", "SC", "Bongaigaon", "145,925" ], [ "5", "42", "Patacharkuchi", "None", "Barpeta", "124,993" ], [ "6", "43", "Barpeta", "None", "Barpeta", "154,343" ], [ "7", "44", "Jania", "None", "Barpeta", "136,939" ], [ "8", "45", "Baghbar", "None", "Barpeta", "108,076" ], [ "9", "46", "Sarukhetri", "None", "Barpeta", "149,547" ], [ "10", "47", "Chenga", "None", "Barpeta", "105,482" ], [ "11", "61", "Dharmapur", "None", "Nalbari", "127,005" ] ] }, { "t5Formulas": [ { "Question": "Which nationality has a time of 50.92?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=50.92))", "Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=50.92))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "50.92" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the time with fewer than 5 lanes for the United States?", "Formula": "SUM(FILTER(E1, (B1<5)*(D1=\"united states\")))", "Formula2": "SUM(FILTER(E2:E9, (B2:B9<5)*(D2:D9=\"united states\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "<", "5", "*", "D1", "=", "\"united states\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-18624808-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Milorad Čavić Category:Articles with hCards", "Serbia", "50.92" ], [ "3", "2", "1", "Ian Crocker Category:Articles with hCards", "United States", "51.27" ], [ "4", "3", "5", "Andriy Serdinov Category:Articles with hCards", "Ukraine", "51.41" ], [ "5", "4", "6", "Takuro Fujii Category:Articles with hCards", "Japan", "51.59" ], [ "6", "5", "3", "Peter Mankoč Category:Articles with hCards", "Slovenia", "51.80" ], [ "7", "6", "2", "Corney Swanepoel Category:Articles with hCards", "New Zealand", "52.01" ], [ "8", "7", "8", "Lyndon Ferns Category:Articles with hCards", "South Africa", "52.18" ], [ "9", "8", "7", "Frédérick Bousquet Category:Articles with hCards", "France", "52.94" ] ] }, { "t5Formulas": [ { "Question": "How many population figures are given for Glengallen for the year when the region's total is 30554?", "Formula": "SUM(FILTER(F1, B1=30554))", "Formula2": "SUM(FILTER(F2:F13, B2:B13=30554))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "30554" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the maximum population size in the town of Stanthorpe?", "Formula": "MAX(C1)", "Formula2": "MAX(C2:C13)", "Level": "easy", "Tokens": [ "MAX(", "C1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "What is the maximum population size in the town of Glengallen?", "Formula": "MAX(F1)", "Formula2": "MAX(F2:F13)", "Level": "easy", "Tokens": [ "MAX(", "F1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "What was the population in Stanthorpe in the year when the population in Rosenthal was 1548?", "Formula": "SUM(FILTER(C1, G1=1548))", "Formula2": "SUM(FILTER(C2:C13, G2:G13=1548))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "G1", "=", "1548" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many population total figures are there for the year when Allora's population was 2132?", "Formula": "SUM(FILTER(B1, E1=2132))", "Formula2": "SUM(FILTER(B2:B13, E2:E13=2132))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "2132" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-12584173-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Population (Region total)", "Population (Stanthorpe)", "Population (Warwick)", "Population (Allora)", "Population (Glengallan)", "Population (Rosenthal)" ], [ "2", "1933", "25016", "6934", "6664", "2624", "6334", "2460" ], [ "3", "1947", "24009", "7419", "7129", "2217", "5269", "1975" ], [ "4", "1954", "25862", "8335", "9151", "2106", "4639", "1631" ], [ "5", "1961", "26288", "8514", "9843", "1961", "4388", "1582" ], [ "6", "1966", "25917", "8503", "10065", "1890", "3906", "1553" ], [ "7", "1971", "24115", "8189", "9303", "1719", "3410", "1494" ], [ "8", "1976", "24583", "8709", "9169", "1666", "3491", "1548" ], [ "9", "1981", "24300", "8576", "8853", "1679", "3611", "1581" ], [ "10", "1986", "26270", "9143", "9435", "2041", "3688", "1963" ], [ "11", "1991", "28288", "9556", "10393", "2132", "3966", "2241" ], [ "12", "1996", "29563", "9596", "10896", "2234", "3990", "2742" ], [ "13", "2001", "30554", "9860", "10956", "2439", "4088", "3129" ] ] }, { "t5Formulas": [ { "Question": "Who had the high assists on March 26?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 26\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"March 26\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"March 26\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the season record when the team played against Milwaukee?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Milwaukee\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Milwaukee\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27704187-10", "Table": [ [ "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", "60", "March 2", "@ Denver", "L 80–120 (OT)", "Matt Carroll (19)", "Boris Diaw (6)", "Shaun Livingston (7)", "Pepsi Center 14,255", "26–34" ], [ "3", "61", "March 4", "@ L.A. Lakers", "L 84–92 (OT)", "D. J. Augustin (22)", "Dominic McGuire , Joel Przybilla (8)", "D. J. Augustin , Shaun Livingston (4)", "Staples Center 18,997", "26–35" ], [ "4", "62", "March 5", "@ Portland", "L 69–93 (OT)", "Gerald Henderson (16)", "D. J. White (9)", "Boris Diaw (5)", "Rose Garden 20,588", "26–36" ], [ "5", "63", "March 7", "L.A. Clippers", "L 87–92 (OT)", "Gerald Henderson (20)", "Boris Diaw (8)", "Boris Diaw (8)", "Time Warner Cable Arena 16,438", "26–37" ], [ "6", "64", "March 9", "Chicago", "L 84–101 (OT)", "Gerald Henderson (20)", "Kwame Brown (11)", "Gerald Henderson (8)", "Time Warner Cable Arena 15,286", "26–38" ], [ "7", "65", "March 11", "Portland", "W 97–92 (OT)", "Stephen Jackson (29)", "Stephen Jackson (10)", "D. J. Augustin (5)", "Time Warner Cable Arena 18,176", "27–38" ], [ "8", "66", "March 13", "@ Toronto", "W 95–90 (OT)", "D. J. Augustin (23)", "Kwame Brown , Stephen Jackson (5)", "Boris Diaw (6)", "Air Canada Centre 16,557", "28–38" ], [ "9", "67", "March 16", "@ Houston", "L 78–94 (OT)", "D. J. Augustin (22)", "Kwame Brown , D. J. White (6)", "D. J. Augustin , Stephen Jackson (4)", "Toyota Center 14,822", "28–39" ], [ "10", "68", "March 18", "@ Oklahoma City", "L 82–99 (OT)", "Stephen Jackson (18)", "Kwame Brown (8)", "D. J. Augustin (8)", "Oklahoma City Arena 18,203", "28–40" ], [ "11", "69", "March 19", "@ San Antonio", "L 98–109 (OT)", "Gerald Henderson (19)", "Kwame Brown (7)", "Shaun Livingston (8)", "AT&T Center 19,075", "28–41" ], [ "12", "70", "March 23", "Indiana", "L 88–111 (OT)", "D. J. Augustin (17)", "Kwame Brown (9)", "Boris Diaw (7)", "Time Warner Cable Arena 14,703", "28–42" ], [ "13", "71", "March 25", "@ Boston", "W 83–81 (OT)", "D. J. White (17)", "Kwame Brown , Dominic McGuire (7)", "D. J. Augustin (4)", "TD Garden 18,624", "29–42" ], [ "14", "72", "March 26", "New York", "W 114–106 (OT)", "Boris Diaw (20)", "Boris Diaw (8)", "D. J. Augustin (9)", "Time Warner Cable Arena 19,356", "30–42" ], [ "15", "73", "March 28", "Milwaukee", "W 87–86 (OT)", "Stephen Jackson (18)", "Tyrus Thomas (6)", "D. J. Augustin , Boris Diaw (8)", "Time Warner Cable Arena 12,368", "31–42" ] ] }, { "t5Formulas": [ { "Question": "Which school has a mascot of the Blazers and in the Northeast Corner conference?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(J1=\"northeast corner\")*(C1=\"blazers\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J6,(J2:J6=\"northeast corner\")*(C2:C6=\"blazers\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "J1", "=", "\"northeast corner\"", "*", "C1", "=", "\"blazers\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which mascot has an IHSAA Class and Football class of 2A/2A?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,E1=\"2a/2a\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J6,E2:E6=\"2a/2a\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "E1", "=", "\"2a/2a\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18765101-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "School", "Location", "Mascot", "Enrollment 08-09", "IHSAA Class / Football Class", "County", "Year Joined", "Previous Conference", "Year Left", "Conference Joined" ], [ "2", "Churubusco", "Churubusco", "Eagles", "438", "2A/1A", "92 Whitley", "1969", "independent", "1989", "Northeast Corner" ], [ "3", "Eastside", "Butler", "Blazers", "498", "2A/2A", "17 DeKalb", "1969", "independent", "1980", "Northeast Corner" ], [ "4", "Fort Wayne Carroll", "Fort Wayne", "Chargers", "1,889", "4A/5A", "02 Allen", "1969", "independent", "1989", "Northeast Hoosier" ], [ "5", "Homestead", "Fort Wayne", "Spartans", "2,141", "4A/5A", "02 Allen", "1971", "none (new school)", "1975", "Northeastern Indiana" ], [ "6", "Norwell", "Ossian", "Knights", "876", "3A/3A", "90 Wells", "1969", "independent", "1989", "Northeast Hoosier" ] ] }, { "t5Formulas": [ { "Question": "What Nationality of the person who has a Rank of 4", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<4)*(CHOOSECOLS(query1,3)=4)))", "Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(B2:B9),SUMX(A2:A9)),FILTER(query1,(CHOOSECOLS(query1,2)<4)*(CHOOSECOLS(query1,3)=4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "4", "*", "CHOOSECOLS(", "query1", "3", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-12385343-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Inge de Bruijn", "Netherlands", "24.13" ], [ "3", "2", "5", "Amy Van Dyken", "United States", "25.00" ], [ "4", "3", "2", "Alison Sheppard", "Great Britain", "25.32" ], [ "5", "4", "3", "Martina Moravcová", "Slovakia", "25.49" ], [ "6", "5", "1", "Anna-Karin Kammerling", "Sweden", "25.61" ], [ "7", "5", "6", "Vivienne Rignall", "New Zealand", "25.61" ], [ "8", "7", "7", "Olga Mukomol", "Ukraine", "25.88" ], [ "9", "8", "8", "Rania Elwani", "Egypt", "25.95" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Rank, when Name is Jeremiah Massey, and when Games is less than 20?", "Formula": "MIN(FILTER(A1, (B1=\"jeremiah massey\")*(D1<20)))", "Formula2": "MIN(FILTER(A2:A6, (B2:B6=\"jeremiah massey\")*(D2:D6<20)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "\"jeremiah massey\"", "*", "D1", "<", "20" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest Games, when Name is Jeremiah Massey, and when Points is less than 340?", "Formula": "MIN(FILTER(D1, (B1=\"jeremiah massey\")*(E1<340)))", "Formula2": "MIN(FILTER(D2:D6, (B2:B6=\"jeremiah massey\")*(E2:E6<340)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "\"jeremiah massey\"", "*", "E1", "<", "340" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest Points, when Games is greater than 20, and when Team is Partizan Belgrade?", "Formula": "MIN(FILTER(E1, (D1>20)*(C1=\"partizan belgrade\")))", "Formula2": "MIN(FILTER(E2:E6, (D2:D6>20)*(C2:C6=\"partizan belgrade\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", ">", "20", "*", "C1", "=", "\"partizan belgrade\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is Games, when Points is less than 340, and when Rank is greater than 3?", "Formula": "SUM(FILTER(D1, (E1<340)*(A1>3)))", "Formula2": "SUM(FILTER(D2:D6, (E2:E6<340)*(A2:A6>3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "340", "*", "A1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the sum of Rank, when Name is Will Solomon, and when Games is greater than 21?", "Formula": "SUM(FILTER(A1, (B1=\"will solomon\")*(D1>21)))", "Formula2": "SUM(FILTER(A2:A6, (B2:B6=\"will solomon\")*(D2:D6>21)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"will solomon\"", "*", "D1", ">", "21" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16050349-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Team", "Games", "Points" ], [ "2", "1.", "Will Solomon", "Fenerbahçe", "21", "376" ], [ "3", "2.", "Jeremiah Massey", "Aris Thessaloniki", "20", "340" ], [ "4", "3.", "Hollis Price", "Lietuvos Rytas Vilnius", "20", "337" ], [ "5", "4.", "Nikola Peković", "Partizan Belgrade", "23", "378" ], [ "6", "5.", "Lynn Greer", "Olympiacos", "19", "309" ] ] }, { "t5Formulas": [ { "Question": "What's the sum of the totals for Russia with more than 1 gold and less than 10 bronze?", "Formula": "SUM(FILTER(F1, (C1>1)*(B1=\"russia\")*(E1<10)))", "Formula2": "SUM(FILTER(F2:F14, (C2:C14>1)*(B2:B14=\"russia\")*(E2:E14<10)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", ">", "1", "*", "B1", "=", "\"russia\"", "*", "E1", "<", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12392827-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "16", "11", "5", "32" ], [ "3", "2", "Russia", "7", "11", "10", "28" ], [ "4", "3", "Japan", "3", "1", "5", "9" ], [ "5", "4", "Canada", "3", "3", "2", "8" ], [ "6", "5", "China", "1", "1", "3", "5" ], [ "7", "6", "Ukraine", "0", "1", "2", "3" ], [ "8", "7", "Finland", "0", "1", "1", "2" ], [ "9", "7", "Czech Republic", "0", "2", "0", "2" ], [ "10", "7", "Estonia", "0", "1", "1", "2" ], [ "11", "7", "Italy", "1", "0", "1", "2" ], [ "12", "8", "Germany", "1", "0", "0", "1" ], [ "13", "8", "Spain", "0", "0", "1", "1" ], [ "14", "8", "South Korea", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "Name the sum of year for olimpija ljubljana with height less than 2.04", "Formula": "SUM(FILTER(D1, (E1=\"olimpija ljubljana\")*(B1<2.04)))", "Formula2": "SUM(FILTER(D2:D13, (E2:E13=\"olimpija ljubljana\")*(B2:B13<2.04)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"olimpija ljubljana\"", "*", "B1", "<", "2.04" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Name the position with height of 2.09", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2.09))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=2.09))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2.09" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-12962773-16", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Height", "Position", "Year born", "Current Club" ], [ "2", "Bartłomiej Wołoszyn", "1.97", "Forward", "1986", "Anwil Wloclawek" ], [ "3", "Andrzej Pluta", "1.81", "Guard", "1974", "Anwil Wloclawek" ], [ "4", "Robert Skibniewski", "1.82", "Guard", "1983", "BOT Turów" ], [ "5", "Robert Witka", "2.06", "Forward", "1981", "BOT Turów" ], [ "6", "Filip Dylewicz", "2.02", "Forward", "1980", "Prokom Trefl Sopot" ], [ "7", "Radosław Hyży", "2.00", "Forward", "1977", "Śląsk Wrocław" ], [ "8", "Adam Wójcik", "2.08", "Forward", "1970", "UPEA Capo d'Orlando" ], [ "9", "Kamil Pietras", "2.04", "Forward", "1988", "Olimpija Ljubljana" ], [ "10", "Szymon Szewczyk", "2.09", "Center", "1982", "Lokomotiv Rostov" ], [ "11", "Iwo Kitzinger", "1.88", "Guard", "1985", "BOT Turów" ], [ "12", "Przemysław Frasunkiewicz", "2.01", "Forward", "1979", "Energa Czarni" ], [ "13", "Łukasz Koszarek", "1.87", "Guard", "1984", "Anwil Wloclawek" ] ] }, { "t5Formulas": [ { "Question": "Name the fat for protein being 4 and calories 80", "Formula": "SUM(FILTER(D1, (C1=4)*(B1=80)))", "Formula2": "SUM(FILTER(D2:D10, (C2:C10=4)*(B2:B10=80)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "4", "*", "B1", "=", "80" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Name the number of butters for 3 protein", "Formula": "ROWS(UNIQUE(FILTER(A1, C1=3)))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A10, C2:C10=3)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "3" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the calcium for fat being 6.5", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))", "Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_1-2493389-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Butter", "Calories (1 tbsp .)", "Protein (g)", "Fat (g)", "Calcium (mg)", "Zinc (mg)" ], [ "2", "Almond butter", "101", "2.4", "9.5", "43", "0.5" ], [ "3", "Cashew butter", "93", "2.8", "8", "7", "0.8" ], [ "4", "Hazelnut butter", "94", "2", "9.5", "N/A", "N/A" ], [ "5", "Peanut butter - natural", "94", "3.8", "8", "7", "0.4" ], [ "6", "Peanut butter - reduced fat", "95", "4", "6", "N/A", "0.4" ], [ "7", "Sunflower butter", "80", "3", "7", "N/A", "N/A" ], [ "8", "Soy butter (sweetened)", "85", "4", "5.5", "50", "N/A" ], [ "9", "Soy butter (unsweetened)", "80", "4", "6.5", "30", "N/A" ], [ "10", "Soy-peanut butter (added sweetener)", "50", "2", "1.2", "40", "N/A" ] ] }, { "t5Formulas": [ { "Question": "Which Round has a College of stanford, and an Overall smaller than 8?", "Formula": "SUM(FILTER(A1, (F1=\"stanford\")*(C1<8)))", "Formula2": "SUM(FILTER(A2:A13, (F2:F13=\"stanford\")*(C2:C13<8)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "\"stanford\"", "*", "C1", "<", "8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How many Picks have a College of tennessee, and an Overall smaller than 270?", "Formula": "SUM(FILTER(B1, (F1=\"tennessee\")*(C1<270)))", "Formula2": "SUM(FILTER(B2:B13, (F2:F13=\"tennessee\")*(C2:C13<270)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "\"tennessee\"", "*", "C1", "<", "270" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Pick # is the lowest one that has a College of troy state, and a Name of reggie dwight, and an Overall smaller than 217?", "Formula": "SUM(FILTER(B1, (F1=\"troy state\")*(D1=\"reggie dwight\")*(C1<217)))", "Formula2": "SUM(FILTER(B2:B13, (F2:F13=\"troy state\")*(D2:D13=\"reggie dwight\")*(C2:C13<217)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "\"troy state\"", "*", "D1", "=", "\"reggie dwight\"", "*", "C1", "<", "217" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-15198842-27", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "8", "8", "Bob Whitfield", "Offensive Tackle", "Stanford" ], [ "3", "1", "19", "19", "Tony Smith", "Running Back", "Southern Miss" ], [ "4", "2", "23", "51", "Chuck Smith", "Defensive End", "Tennessee" ], [ "5", "3", "17", "73", "Howard Dinkins", "Linebacker", "Florida State" ], [ "6", "4", "20", "104", "Frankie Smith", "Cornerback", "Baylor" ], [ "7", "6", "18", "158", "Terry Ray", "Defensive Back", "Oklahoma" ], [ "8", "7", "14", "182", "Tim Paulk", "Linebacker", "Florida" ], [ "9", "8", "20", "216", "Derrick Moore", "Running Back", "Troy State" ], [ "10", "8", "21", "217", "Reggie Dwight", "Tight End", "Troy State" ], [ "11", "9", "19", "243", "Keith Alex", "Offensive Tackle", "Texas A&M" ], [ "12", "10", "18", "270", "Darryl Hardy", "Linebacker", "Tennessee" ], [ "13", "11", "17", "297", "Robin Jones", "Defensive End", "Baylor" ] ] }, { "t5Formulas": [ { "Question": "What Thai has a ~Gregorian of April–May?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"april–may\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,H2:H13=\"april–may\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"april–may\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1227385-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Sanskrit", "Pali", "Burmese", "Khmer", "Sinhala", "Thai", "# of days", "~Gregorian" ], [ "2", "Caitra", "Citta", "Tagu ( တန်ခူး )", "ចេត្រ", "Bak", "Deuan Ha (เดือน ๕)", "29", "March–April" ], [ "3", "Vaisākha", "Visakha", "Kason ( ကဆုန် )", "ពិសាខ", "Vesak", "Deuan Hok (เดือน ๖)", "30", "April–May" ], [ "4", "Jyaiṣṭha", "Jeṭṭha", "Nayon ( နယုန် )", "ជេស្ឋ", "Poson", "Deuan Chet (เดือน ๗)", "29 [30]", "May–June" ], [ "5", "Āṣāḍha", "Āsāḷha", "Waso ( ဝါဆို )", "អាសាធ", "Æsala", "Deuan Paet (เดือน ๘)", "30", "June–July" ], [ "6", "Śrāvaṇa", "Sāvaṇa", "Wagaung ( ဝါခေါင် )", "ស្រាពណ៍", "Nikini", "Deuan Kao (เดือน ๙)", "29", "July–August" ], [ "7", "Bhādrapada", "Poṭṭhapāda", "Tawthalin ( တော်သလင်း )", "ភទ្របទ", "Binara", "Deuan Sip (เดือน ๑๐)", "30", "August–September" ], [ "8", "Āśvina", "Assayuja", "Thadingyut ( သီတင်းကျွတ် )", "អស្សុជ", "Wap", "Deuan Sip Et (เดือน ๑๑)", "29", "September–October" ], [ "9", "Kārttika", "Kattikā", "Tazaungmon ( တန်ဆောင်မုန်း )", "កក្ដិក", "Il", "Deuan Sip Song (เดือน ๑๒)", "30", "October–November" ], [ "10", "Mārgaśirṣa", "Māgasira", "Nadaw ( နတ်တော် )", "មិគសិរ", "Undhuvap", "Deuan Aai (เดือนอ้าย)", "29", "November–December" ], [ "11", "Pauṣa", "Phussa", "Pyatho ( ပြာသို )", "បុស្ស", "Dhuruthu", "Deuan Yi (เดือนยี่)", "30", "December–January" ], [ "12", "Māgha", "Māgha", "Tabodwe ( တပို့တွဲ )", "មាឃ", "Navam", "Deuan Sam (เดือน ๓)", "29", "January–February" ], [ "13", "Phālguna", "Phagguṇa", "Tabaung ( တပေါင်း )", "ផល្គុន", "Mædhin", "Deuan Si (เดือน ๔)", "30", "February–March" ] ] }, { "t5Formulas": [ { "Question": "Who was the actor in London in 2002 with the shipwreck of Leonty Ibayev?", "Formula": "FILTER(A1,E1=\"leonty ibayev\")", "Formula2": "FILTER(A2:A8,E2:E8=\"leonty ibayev\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"leonty ibayev\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was the 2007 actor from Moscow for the voyage of Varenka Bakunin?", "Formula": "FILTER(C1,D1=\"varenka bakunin\")", "Formula2": "FILTER(C2:C8,D2:D8=\"varenka bakunin\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"varenka bakunin\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was the 2007 actor from Moscow for the shipwreck of Leonty Ibayev?", "Formula": "FILTER(C1,E1=\"leonty ibayev\")", "Formula2": "FILTER(C2:C8,E2:E8=\"leonty ibayev\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"leonty ibayev\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1730771-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Actor in London, 2002", "Actor in New York, 2006", "Actor in Moscow, 2007", "Voyage", "Shipwreck" ], [ "2", "Stephen Dillane", "Brían F. O'Byrne", "Ilya Isaev", "Alexander Herzen", "Alexander Herzen" ], [ "3", "Eve Best", "Jennifer Ehle", "Nelly Uvarova", "Liubov Bakunin", "Natalie Herzen" ], [ "4", "Will Keen", "Billy Crudup", "Evgeny Redko", "Vissarion Belinsky", "Vissarion Belinsky" ], [ "5", "Guy Henry", "Jason Butler Harner", "Alexey Miasnikov", "Ivan Turgenev", "Ivan Turgenev" ], [ "6", "Douglas Henshall", "Ethan Hawke", "Stepan Morozov", "Mikhail Bakunin", "Mikhail Bakunin" ], [ "7", "John Carlisle", "Richard Easton", "Viktor Tsymbal", "Alexander Bakunin", "Leonty Ibayev" ], [ "8", "Charlotte Emmerson", "Martha Plimpton", "Ramilya Iskander", "Varenka Bakunin", "Natasha Tuchkova" ] ] }, { "t5Formulas": [ { "Question": "In round 9 what was the nationality?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=9),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=9),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "9", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "In round 3 what was the position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=3),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=3),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "3", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who has a nationality of Czech Republic and a position of right wing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"right wing\")*(D1=\"czech republic\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"right wing\")*(D2:D14=\"czech republic\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"right wing\"", "*", "D1", "=", "\"czech republic\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14106667-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Darren Rumble", "Defense", "Canada", "Kitchener Rangers ( OHL )" ], [ "3", "2", "Jeff Harding", "Right Wing", "Canada", "St. Michael's Buzzers (Toronto)" ], [ "4", "3", "Martin Hostak", "Right Wing", "Czech Republic", "Sparta Praha (Cze)" ], [ "5", "4", "Tomaz Eriksson", "Left Wing", "Sweden", "Djurgardens IF ( Elitserien )" ], [ "6", "5", "Bill Gall", "Defense", "United States", "New Hampton School (N.H.)" ], [ "7", "6", "Tony Link", "Defense", "United States", "Dimond High School (Alaska)" ], [ "8", "7", "Marc Strapon", "Defense", "United States", "Hayward High School ( Wisconsin )" ], [ "9", "8", "Daryl Ingham", "Right Wing", "Canada", "Manitoba Bisons ( CIAU )" ], [ "10", "9", "Bruce MacDonald", "Right Wing", "United States", "Loomis Chaffee School (Conn.)" ], [ "11", "10", "Steve Morrow", "Defense", "United States", "Westminster School (Conn.)" ], [ "12", "11", "Darius Rusnak", "Center", "Slovakia", "Slovan Bratislava (Slovakia)" ], [ "13", "12", "Dale Roehl", "Goaltender", "United States", "Minnetonka High School ( Minn. )" ], [ "14", "Sup", "David Whyte", "Left Wing", "United States", "Boston College Eagles ( HE )" ] ] }, { "t5Formulas": [ { "Question": "Which date contained Aubrey O'Day as the cover model?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Aubrey O'Day\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Aubrey O'Day\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Aubrey O'Day\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the cover models in the edition that included Benicio Del Toro as the interview subject?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Benicio del Toro\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"Benicio del Toro\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Benicio del Toro\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many cover models were on the edition that featured Jennifer Pershing as the centerfold?", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Jennifer Pershing\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B9, C2:C9=\"Jennifer Pershing\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"Jennifer Pershing\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "test_1-1566852-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions", "Pictorials" ], [ "2", "1-09", "Carmen Electra", "Dasha Astafieva", "Richard Branson", "Marston and Cooper Hefner", "Carmen Electra" ], [ "3", "3-09", "Aubrey O'Day", "Jennifer Pershing", "Kenny Chesney", "Flight of the Conchords", "Aubrey O'Day" ], [ "4", "4-09", "Seth Rogen , Hope Dworaczyk", "Hope Dworaczyk", "Seth Rogen", "Amy Smart", "International Playmates, Bettie Page" ], [ "5", "5-09", "Lisa Rinna", "Crystal McCahill", "Chuck Palahniuk", "Zachary Quinto", "Lisa Rinna , Women of Wall Street" ], [ "6", "6-09", "America Olivo", "Candice Cassidy", "Shia LaBeouf", "Scott Boras", "America Olivo, PMOY - Ida Ljungqvist" ], [ "7", "9-09", "Heidi Montag", "Kimberly Phillips", "Seth MacFarlane", "Diane Kruger", "Heidi Montag. Michelle More & Suzanne Stonebarger" ], [ "8", "10-09", "Kiera Gormley , Tuuli Shipster", "Lindsey Gayle Evans", "Woody Harrelson", "Shawne Merriman", "Girls of the ACC" ], [ "9", "11-09", "Marge Simpson or Alina Puscau", "Kelley Thompson", "Benicio del Toro", "Tracy Morgan", "Alina Puscau , Farrah Fawcett" ] ] }, { "t5Formulas": [ { "Question": "How many times is the new entries this round is none?", "Formula": "SUMIFS(C1,E1,\"none\")", "Formula2": "SUMIFS(C2:C6,E2:E6,\"none\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "E1", "\"none\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the prize money when the clubs is 392 → 276?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"392 → 276\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"392 → 276\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"392 → 276\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest number of fixtures?", "Formula": "MIN(C1)", "Formula2": "MIN(C2:C6)", "Level": "easy", "Tokens": [ "MIN(", "C1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "What is the main date when the round is third round qualifying?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Third Round Qualifying\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"Third Round Qualifying\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Third Round Qualifying\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the round when the prize money is £7,500?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"£7,500\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"£7,500\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"£7,500\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27973624-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Main date", "Number of fixtures", "Clubs", "New entries this round", "Prize money", "Player of the Round" ], [ "2", "Extra Preliminary Round", "14 August 2010", "201", "759 → 558", "402: 358th–759th", "£750", "n/a" ], [ "3", "Preliminary Round", "28 August 2010", "166", "558 → 392", "131: 226th–357th", "£1,500", "n/a" ], [ "4", "First Round Qualifying", "11 September 2010", "116", "392 → 276", "66: 161st–225th", "£3,000", "Sam Styles ( Oxhey Jets )" ], [ "5", "Second Round Qualifying", "25 September 2010", "80", "276 → 196", "44: 117th–160th", "£4,500", "Sam Higgins ( Chelmsford City )" ], [ "6", "Third Round Qualifying", "9 October 2010", "40", "196 → 156", "none", "£7,500", "Justin Marsden ( Nuneaton Town )" ] ] }, { "t5Formulas": [ { "Question": "What years did Markose Bristow Madhumita Bisht win the mens singles and/or the mixed doubles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Markose Bristow Madhumita Bisht\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"Markose Bristow Madhumita Bisht\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Markose Bristow Madhumita Bisht\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who won the womens doubles in 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2002),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=2002),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2002", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many total titles did Rupesh Kumar Sanave Thomas and Jwala Gutta Ashwini Ponnappa win total?", "Formula": "ROWS(UNIQUE(FILTER(C1, (D1=\"Rupesh Kumar Sanave Thomas\")*(E1=\"Jwala Gutta Ashwini Ponnappa\"))))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C12, (D2:D12=\"Rupesh Kumar Sanave Thomas\")*(E2:E12=\"Jwala Gutta Ashwini Ponnappa\"))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"Rupesh Kumar Sanave Thomas\"", "*", "E1", "=", "\"Jwala Gutta Ashwini Ponnappa\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "In womens doubles and mens singles, what years did Arvind Bhat or Valiyaveetil Diju Jwala Gutta win?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"Arvind Bhat\")*(F1=\"Valiyaveetil Diju Jwala Gutta\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(B2:B12=\"Arvind Bhat\")*(F2:F12=\"Valiyaveetil Diju Jwala Gutta\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Arvind Bhat\"", "*", "F1", "=", "\"Valiyaveetil Diju Jwala Gutta\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many titles did Trupti Murgunde claim?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Trupti Murgunde\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"Trupti Murgunde\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Trupti Murgunde\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-12194021-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Mens singles", "Womens singles", "Mens doubles", "Womens doubles", "Mixed doubles" ], [ "2", "2000", "Pullela Gopichand", "Aparna Popat", "Vincent Lobo Jaseel P. Ismail", "Jwala Gutta Shruti Kurian", "Vincent Lobo Madhumita Bisht" ], [ "3", "2001", "Abhinn Shyam Gupta", "Aparna Popat", "Sanave Thomas Valiyaveetil Diju", "K. Neelima Chowdary D. Swetha", "Markose Bristow Madhumita Bisht" ], [ "4", "2002", "Abhinn Shyam Gupta", "Aparna Popat", "Markose Bristow Rupesh Kumar", "Jwala Gutta Shruti Kurian", "Jaseel P. Ismail Manjusha Kanwar" ], [ "5", "2003", "Chetan Anand", "Aparna Popat", "Markose Bristow Rupesh Kumar", "Jwala Gutta Shruti Kurian", "Pullela Gopichand Jwala Gutta" ], [ "6", "2004", "Anup Sridhar", "Aparna Popat", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Shruti Kurian", "Markose Bristow B. R. Meenakshi" ], [ "7", "2005", "Anup Sridhar", "Aparna Popat", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Shruti Kurian", "Valiyaveetil Diju Jwala Gutta" ], [ "8", "2006", "Chetan Anand", "Aparna Popat", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Shruti Kurian", "Valiyaveetil Diju Shruti Kurian" ], [ "9", "2007", "Chetan Anand", "Saina Nehwal", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Shruti Kurian", "Valiyaveetil Diju Aparna Balan" ], [ "10", "2008", "Arvind Bhat", "Sayali Gokhale", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Shruti Kurian", "Valiyaveetil Diju Jwala Gutta" ], [ "11", "2009", "Chetan Anand", "Trupti Murgunde", "Rupesh Kumar Sanave Thomas", "Jwala Gutta Ashwini Ponnappa", "Valiyaveetil Diju Jwala Gutta" ], [ "12", "2010", "Arvind Bhat", "Aditi Mutatkar", "Rupesh Kumar Sanave Thomas", "Aparna Balan Prajakta Sawant", "Pranav Chopra Prajakta Sawant" ] ] }, { "t5Formulas": [ { "Question": "Name the miles for jeff gordon", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Jeff Gordon\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,C2:C13=\"Jeff Gordon\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "C1", "=", "\"Jeff Gordon\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the laps for ryan newman", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Ryan Newman\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,C2:C13=\"Ryan Newman\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "C1", "=", "\"Ryan Newman\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-2144863-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Date", "Driver", "Team", "Manufacturer", "Laps", "Miles (km)", "Race Time", "Average Speed (mph)", "Report" ], [ "2", "2001", "July 15", "Kevin Harvick", "Richard Childress Racing", "Chevrolet", "267", "400.5 (644.542)", "3:18:16", "121.200", "Report" ], [ "3", "2002", "July14", "Kevin Harvick", "Richard Childress Racing", "Chevrolet", "267", "400.5 (644.542)", "2:55:37", "136.832", "Report" ], [ "4", "2003", "July 13", "Ryan Newman", "Penske Racing", "Dodge", "267", "400.5 (644.542)", "2:59:15", "134.590", "Report" ], [ "5", "2004", "July 11", "Tony Stewart", "Joe Gibbs Racing", "Chevrolet", "267", "400.5 (644.542)", "3:05:33", "129.507", "Report" ], [ "6", "2005", "July 10", "Dale Earnhardt, Jr.", "Dale Earnhardt, Inc.", "Chevrolet", "267", "400.5 (644.542)", "3:08:16", "127.638", "Report" ], [ "7", "2006", "July 9", "Jeff Gordon", "Hendrick Motorsports", "Chevrolet", "270*", "405 (651.784)", "3:03:59", "132.077", "Report" ], [ "8", "2007", "July 15", "Tony Stewart", "Joe Gibbs Racing", "Chevrolet", "267", "400.5 (644.542)", "2:58:59", "134.258", "Report" ], [ "9", "2008", "July 12", "Kyle Busch", "Joe Gibbs Racing", "Toyota", "267", "400.5 (644.542)", "2:59:20", "133.936", "Report" ], [ "10", "2009", "July 11", "Mark Martin", "Hendrick Motorsports", "Chevrolet", "267", "400.5 (644.542)", "2:59:39", "133.804", "Report" ], [ "11", "2010", "July 10", "David Reutimann", "Michael Waltrip Racing", "Toyota", "267", "400.5 (644.542)", "2:45:34", "145.138", "Report" ], [ "12", "2011", "Sept 19*", "Tony Stewart", "Stewart-Haas Racing", "Chevrolet", "267", "400.5 (644.542)", "2:47:41", "143.306", "Report" ], [ "13", "2012", "Sept 16", "Brad Keselowski", "Penske Racing", "Dodge", "267", "400.5 (644.542)", "2:47:37", "143.363", "Report" ] ] }, { "t5Formulas": [ { "Question": "What is Place, when Score is \"66\", when Country is \"United States\", and when Player is \"Dudley Hart\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"united states\")*(B1=\"dudley hart\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(C2:C11=\"united states\")*(B2:B11=\"dudley hart\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"dudley hart\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "66" ], "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" ] }, { "Question": "What is the lowest Score, when Place is \"1\"?", "Formula": "MIN(FILTER(D1, A1=1))", "Formula2": "MIN(FILTER(D2:D11, A2:A11=1))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is To Par, when Score is \"66\", and when Player is \"Brad Faxon\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"brad faxon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"brad faxon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"brad faxon\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "66" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18017347-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Grant Waite", "New Zealand", "64", "–6" ], [ "3", "T2", "Stuart Appleby", "Australia", "66", "–4" ], [ "4", "T2", "K. J. Choi", "South Korea", "66", "–4" ], [ "5", "T2", "David Duval", "United States", "66", "–4" ], [ "6", "T2", "Niclas Fasth", "Sweden", "66", "–4" ], [ "7", "T2", "Brad Faxon", "United States", "66", "–4" ], [ "8", "T2", "Fred Funk", "United States", "66", "–4" ], [ "9", "T2", "Dudley Hart", "United States", "66", "–4" ], [ "10", "T2", "Phil Mickelson", "United States", "66", "–4" ], [ "11", "T2", "David Toms", "United States", "66", "–4" ] ] }, { "t5Formulas": [ { "Question": "When was the ship launched when the commissioned or completed(*) is 6 june 1864?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"6 June 1864\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"6 June 1864\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"6 June 1864\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the ship tecumseh launched?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Tecumseh\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Tecumseh\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Tecumseh\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the namesake of the ship that was commissioned or completed(*) 16 april 1864?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"16 April 1864\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"16 April 1864\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"16 April 1864\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the minimum laid down?", "Formula": "MIN(E1)", "Formula2": "MIN(E2:E9)", "Level": "easy", "Tokens": [ "MIN(", "E1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "train_1-12592074-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Ship", "Builder", "Namesake", "Renamed", "Laid down", "Launched", "Commissioned or completed(*)" ], [ "2", "Ajax", "Snowden & Mason, Pittsburgh, Pennsylvania", "Manayunk, Philadelphia", "Manayunk, 1862; Ajax, 15 June 1869", "1862", "18 December 1864", "27 September 1865*" ], [ "3", "Canonicus", "Harrison Loring, Boston, Massachusetts", "Canonicus", "Scylla, 15 June 1869; Canonicus, 10 August 1869", "1862", "1August1863", "16 April 1864" ], [ "4", "Catawba", "Alexander Swift & Company, Cincinnati, Ohio", "Catawba River", "Atahualpa", "1862", "13 April 1864", "10 June 1865*" ], [ "5", "Mahopac", "Secor & Co., Jersey City, New Jersey", "Lake Mahopac", "Castor, 15 June 1869; Mahopac, 10 August 1869", "1862", "17 May 1864", "22 September 1864" ], [ "6", "Manhattan", "Perine, Secor & Co., Jersey City, New Jersey", "Manhattan Indians", "Neptune, 15 June 1869; Manhattan, 10 August 1869", "1862", "14October1863", "6 June 1864" ], [ "7", "Oneota", "Alexander Swift & Company, Cincinnati, Ohio", "Oneota Tribe of the Sioux Indians", "Manco Cápac", "1862", "21 May 1864", "10 June 1865*" ], [ "8", "Saugus", "Harlan & Hollingsworth , Wilmington, Delaware", "Saugus, Massachusetts", "Centaur, 15 June 1869; Saugus, 10 August 1869", "1862", "8 February 1864", "27 August 1864" ], [ "9", "Tecumseh", "Charles Secor & Co., Jersey City, New Jersey", "Tecumseh", "Not Applicable", "1862", "12 September 1863", "19 April 1864" ] ] }, { "t5Formulas": [ { "Question": "What kind of chassis on the angie's list sponsored car?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Angie's List\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"Angie's List\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Angie's List\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team owns the car owned by chip ganassi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Chip Ganassi\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"Chip Ganassi\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Chip Ganassi\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What chassis is on the car repped by team rahal letterman lanigan racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Rahal Letterman Lanigan Racing\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Rahal Letterman Lanigan Racing\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Rahal Letterman Lanigan Racing\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who drives the abc supply sponsored cor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ABC Supply\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"ABC Supply\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"ABC Supply\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2503102-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "#", "Primary Sponsor", "Driver(s)", "Listed Owner(s)", "Engine", "Chassis" ], [ "2", "A. J. Foyt Enterprises", "41", "ABC Supply", "Conor Daly", "A. J. Foyt", "Honda", "Dallara" ], [ "3", "Andretti Autosport", "26", "Electric Energy Straws", "Carlos Muñoz", "Michael Andretti", "Chevrolet", "Dallara" ], [ "4", "Chip Ganassi Racing", "8", "NTT Data", "Ryan Briscoe", "Chip Ganassi", "Honda", "Dallara" ], [ "5", "Dale Coyne Racing", "63", "Cyclops Gear", "Pippa Mann", "Dale Coyne", "Honda", "Dallara" ], [ "6", "Lazier Partners Racing", "91", "Advance Auto Parts", "Buddy Lazier", "Bob Lazier Corbet Krause", "Chevrolet", "Dallara" ], [ "7", "Rahal Letterman Lanigan Racing", "17", "Blu e-cigs", "Mike Conway", "Mike Lanigan David Letterman Bobby Rahal", "Honda", "Dallara" ], [ "8", "Sam Schmidt Motorsports", "81", "Angie's List", "Katherine Legge", "Sam Schmidt Ric Peterson", "Honda", "Dallara" ], [ "9", "Sarah Fisher Hartman Racing", "97", "Rotondo Weirich / Muscle Milk", "Lucas Luhr", "Sarah Fisher Andy O'Gara Steve Weirich", "Honda", "Dallara" ] ] }, { "t5Formulas": [ { "Question": "What away team played at Kardinia Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"kardinia park\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"kardinia park\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"kardinia park\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team played Hawthorn?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10807673-8", "Table": [ [ "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.13 (73)", "St Kilda", "6.11 (47)", "Punt Road Oval", "6,000", "21 June 1941" ], [ "3", "Hawthorn", "6.8 (44)", "Melbourne", "12.12 (84)", "Glenferrie Oval", "2,000", "21 June 1941" ], [ "4", "Collingwood", "8.12 (60)", "Essendon", "7.10 (52)", "Victoria Park", "6,000", "21 June 1941" ], [ "5", "Carlton", "10.17 (77)", "Fitzroy", "12.13 (85)", "Princes Park", "4,000", "21 June 1941" ], [ "6", "South Melbourne", "8.16 (64)", "North Melbourne", "6.6 (42)", "Lake Oval", "5,000", "21 June 1941" ], [ "7", "Geelong", "10.18 (78)", "Footscray", "13.15 (93)", "Kardinia Park", "5,000", "21 June 1941" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent on November 12, 1972?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 12, 1972\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"november 12, 1972\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"november 12, 1972\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11159638-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 17, 1972", "New Orleans Saints", "W 34-14", "66,303" ], [ "3", "2", "September 24, 1972", "at Chicago Bears", "T 13-13", "55,701" ], [ "4", "3", "October 1, 1972", "at Atlanta Falcons", "L 31-3", "57,122" ], [ "5", "4", "October 8, 1972", "San Francisco 49ers", "W 31-7", "77,382" ], [ "6", "5", "October 15, 1972", "at Philadelphia Eagles", "W 34-3", "65,720" ], [ "7", "6", "October 22, 1972", "Cincinnati Bengals", "W 15-12", "73,385" ], [ "8", "7", "October 29, 1972", "at Oakland Raiders", "L 45-17", "54,660" ], [ "9", "8", "November 5, 1972", "Atlanta Falcons", "W 20-7", "75,018" ], [ "10", "9", "November 12, 1972", "Denver Broncos", "L 16-10", "65,398" ], [ "11", "10", "November 19, 1972", "Minnesota Vikings", "L 45-41", "77,982" ], [ "12", "11", "November 26, 1972", "at New Orleans Saints", "L 19-16", "64,325" ], [ "13", "12", "December 4, 1972", "at San Francisco 49ers", "W 26-16", "61,214" ], [ "14", "13", "December 10, 1972", "at St. Louis Cardinals", "L 24-14", "36,873" ], [ "15", "14", "December 17, 1972", "Detroit Lions", "L 34-17", "71,761" ] ] }, { "t5Formulas": [ { "Question": "What is the WR player?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wr\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"wr\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"wr\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16912111-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "School/Club Team" ], [ "2", "1", "6", "Brendon LaBatte", "OL", "Regina" ], [ "3", "2", "15", "Aaron Hargreaves", "WR", "Simon Fraser" ], [ "4", "3", "24 (via Edmonton via Saskatchewan)", "Daryl Stephenson", "RB", "Windsor" ], [ "5", "4", "31", "Marc Bestwick", "DB", "Saint Mary's" ], [ "6", "5", "39", "Don Oramasionwu", "DL", "Manitoba" ], [ "7", "6", "47", "Pierre-Luc Labbé", "LB", "Sherbrooke" ] ] }, { "t5Formulas": [ { "Question": "What's the 2008 that has 3.4 in 2009 and more than 2.9 in 2005?", "Formula": "SUM(FILTER(E1, (F1=3.4)*(B1>2.9)))", "Formula2": "SUM(FILTER(E2:E7, (F2:F7=3.4)*(B2:B7>2.9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "3.4", "*", "B1", ">", "2.9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What's the 2006 if there's less than 6.7 in 2007 and less than 3.4 in 2009?", "Formula": "SUM(FILTER(C1, (D1<6.7)*(F1<3.4)))", "Formula2": "SUM(FILTER(C2:C7, (D2:D7<6.7)*(F2:F7<3.4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "<", "6.7", "*", "F1", "<", "3.4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What's the total in 2005 if there's more than 10.2 in 2006, less than 29.5 in 2007, more than 4.9 in 2009 and less than 43.8 in 2010?", "Formula": "SUM(FILTER(B1, (G1<43.8)*(D1<29.5)*(F1>4.9)*(C1>10.2)))", "Formula2": "SUM(FILTER(B2:B7, (G2:G7<43.8)*(D2:D7<29.5)*(F2:F7>4.9)*(C2:C7>10.2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "<", "43.8", "*", "D1", "<", "29.5", "*", "F1", ">", "4.9", "*", "C1", ">", "10.2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the 2009 when there's 11.8 in 2005 and less than 12.6 in 2006?", "Formula": "SUM(FILTER(F1, (B1=11.8)*(C1<12.6)))", "Formula2": "SUM(FILTER(F2:F7, (B2:B7=11.8)*(C2:C7<12.6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "11.8", "*", "C1", "<", "12.6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What's the 2005 of TV3 when there is less than 42 in 2007 and less than 29.5 in 2010?", "Formula": "SUM(FILTER(B1, (D1<42)*(A1=\"tv3\")*(G1<29.5)))", "Formula2": "SUM(FILTER(B2:B7, (D2:D7<42)*(A2:A7=\"tv3\")*(G2:G7<29.5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "<", "42", "*", "A1", "=", "\"tv3\"", "*", "G1", "<", "29.5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-18987481-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "TV Station (Operator)", "2005", "2006", "2007", "2008", "2009", "2010", "2011 1H" ], [ "2", "BBTV CH7", "42.4", "41.3", "42.0", "44.7", "45.4", "43.8", "47.5" ], [ "3", "TV3", "24.5", "25.6", "29.5", "26.8", "27.7", "29.5", "29.0" ], [ "4", "TV5", "8.1", "7.3", "6.7", "7.6", "8.6", "8.0", "6.9" ], [ "5", "Modernine TV", "10.3", "10.2", "9.2", "9.6", "9.9", "9.7", "9.2" ], [ "6", "NBT", "2.9", "3.0", "2.4", "4.9", "3.4", "3.4", "2.4" ], [ "7", "Thai PBS", "11.8", "12.6", "10.2", "6.1", "4.9", "5.6", "5.0" ] ] }, { "t5Formulas": [ { "Question": "which NHL team has a College/Junior/Club Team (League) of shattuck-saint mary's school (midget major aaa)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"shattuck-saint mary's school (midget major aaa)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"shattuck-saint mary's school (midget major aaa)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"shattuck-saint mary's school (midget major aaa)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many Rounds have a Nationality of canada, and a College/Junior/Club Team (League) of fort mcmurray oil barons (ajhl)?", "Formula": "SUM(FILTER(A1, (C1=\"canada\")*(E1=\"fort mcmurray oil barons (ajhl)\")))", "Formula2": "SUM(FILTER(A2:A9, (C2:C9=\"canada\")*(E2:E9=\"fort mcmurray oil barons (ajhl)\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"canada\"", "*", "E1", "=", "\"fort mcmurray oil barons (ajhl)\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which Round has a NHL team of edmonton oilers and a Player of vyacheslav trukhno?", "Formula": "SUM(FILTER(A1, (D1=\"edmonton oilers\")*(B1=\"vyacheslav trukhno\")))", "Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"edmonton oilers\")*(B2:B9=\"vyacheslav trukhno\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"edmonton oilers\"", "*", "B1", "=", "\"vyacheslav trukhno\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which Round has a Nationality of united states, and a College/Junior/Club Team (League) of breck school (ushs)?", "Formula": "SUM(FILTER(A1, (C1=\"united states\")*(E1=\"breck school (ushs)\")))", "Formula2": "SUM(FILTER(A2:A9, (C2:C9=\"united states\")*(E2:E9=\"breck school (ushs)\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"united states\"", "*", "E1", "=", "\"breck school (ushs)\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-14667303-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Nationality", "NHL team", "College/Junior/Club Team (League)" ], [ "2", "1", "Andrew Cogliano", "Canada", "Edmonton Oilers", "St. Michael's Buzzers (OPJHL)" ], [ "3", "2", "Taylor Chorney", "United States", "Edmonton Oilers", "Shattuck-Saint Mary's School (Midget Major AAA)" ], [ "4", "3", "Danny Syvret", "Canada", "Edmonton Oilers (from Philadelphia Flyers )", "London Knights (OHL)" ], [ "5", "3", "Robby Dee", "United States", "Edmonton Oilers", "Breck School (USHS)" ], [ "6", "4", "Chris VandeVelde", "United States", "Edmonton Oilers", "Lincoln Stars (USHL)" ], [ "7", "4", "Vyacheslav Trukhno", "Russia", "Edmonton Oilers", "Prince Edward Island Rocket (QMJHL)" ], [ "8", "5", "Fredrik Pettersson", "Sweden", "Edmonton Oilers", "Frolunda (Sweden)" ], [ "9", "7", "Matthew Glasser", "Canada", "Edmonton Oilers", "Fort McMurray Oil Barons (AJHL)" ] ] }, { "t5Formulas": [ { "Question": "What was the highest week when the record was 1-3?", "Formula": "MAXIFS(A1,F1,\"1-3\")", "Formula2": "MAXIFS(A2:A18,F2:F18,\"1-3\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "F1", "\"1-3\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the opponent at the game attended by 62,657?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=62657),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=62657),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "62657", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-14597907-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 12, 2004", "Tampa Bay Buccaneers", "W 16-10", "FedEx Field", "1-0", "90,098" ], [ "3", "2", "September 19, 2004", "at New York Giants", "L 20-14", "Giants Stadium", "1-1", "78,767" ], [ "4", "3", "September 27, 2004", "Dallas Cowboys", "L 21-18", "FedExField", "1-2", "90,367" ], [ "5", "4", "October 3, 2004", "at Cleveland Browns", "L 17-13", "Cleveland Browns Stadium", "1-3", "73,348" ], [ "6", "5", "October 10, 2004", "Baltimore Ravens", "L 17-10", "FedEx Field", "1-4", "90,287" ], [ "7", "6", "October 17, 2004", "at Chicago Bears", "W 13-10", "Soldier Field", "2-4", "61,985" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 31, 2004", "Green Bay Packers", "L 28-14", "FedEx Field", "2-5", "89,295" ], [ "10", "9", "November 7, 2004", "at Detroit Lions", "W 17-10", "Ford Field", "3-5", "62,657" ], [ "11", "10", "November 14, 2004", "Cincinnati Bengals", "L 17-10", "FedEx Field", "3-6", "87,786" ], [ "12", "11", "November 21, 2004", "at Philadelphia Eagles", "L 28-6", "Lincoln Financial Field", "3-7", "67,720" ], [ "13", "12", "November 28, 2004", "at Pittsburgh Steelers", "L 16-7", "Heinz Field", "3-8", "63,707" ], [ "14", "13", "December 5, 2004", "New York Giants", "W 31-7", "FedEx Field", "4-8", "87,872" ], [ "15", "14", "December 12, 2004", "Philadelphia Eagles", "L 17-14", "FedEx Field", "4-9", "90,089" ], [ "16", "15", "December 18, 2004", "at San Francisco 49ers", "W 26-16", "Monster Park", "5-9", "65,710" ], [ "17", "16", "December 26, 2004", "at Dallas Cowboys", "L 13-10", "Texas Stadium", "5-10", "63,705" ], [ "18", "17", "January 2, 2005", "Minnesota Vikings", "W 21-18", "FedEx Field", "6-10", "78,876" ] ] }, { "t5Formulas": [ { "Question": "What is the smallest population recorded back in 2002?", "Formula": "MIN(C1)", "Formula2": "MIN(C2:C6)", "Level": "easy", "Tokens": [ "MIN(", "C1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "test_1-13764346-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Commune", "Area (km 2 )", "2002 population", "Density (km 2 )", "Government website" ], [ "2", "Pozo Almonte (Capital)", "13,765.8", "10830", "0.8", "link" ], [ "3", "Pica", "8,934.3", "6178", "0.7", "link" ], [ "4", "Huara", "10,474.6", "2599", "0.2", "link" ], [ "5", "Colchane", "4,015.6", "1649", "0.4", "link" ], [ "6", "Camiña", "2,200.2", "1275", "0.6", "none" ] ] }, { "t5Formulas": [ { "Question": "Name the average week for attendance of 75,111", "Formula": "AVERAGE(FILTER(A1, E1=75111))", "Formula2": "AVERAGE(FILTER(A2:A17, E2:E17=75111))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "=", "75111" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the sum of week with attendance of 62,233", "Formula": "SUM(FILTER(A1, E1=62233))", "Formula2": "SUM(FILTER(A2:A17, E2:E17=62233))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "62233" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-12536613-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 2, 1984", "at Pittsburgh Steelers", "W 37–27", "56,709" ], [ "3", "2", "September 9, 1984", "at Cincinnati Bengals", "W 27–22", "47,111" ], [ "4", "3", "September 16, 1984", "Los Angeles Raiders", "L 22–20", "75,111" ], [ "5", "4", "September 23, 1984", "at Denver Broncos", "L 21–0", "74,263" ], [ "6", "5", "September 30, 1984", "Cleveland Browns", "W 10–6", "40,785" ], [ "7", "6", "October 7, 1984", "New York Jets", "L 17–16", "51,843" ], [ "8", "7", "October 14, 1984", "San Diego Chargers", "W 31–13", "62,233" ], [ "9", "8", "October 21, 1984", "at New York Jets", "L 28–7", "66,782" ], [ "10", "9", "October 28, 1984", "Tampa Bay Buccaneers", "W 24–20", "41,710" ], [ "11", "10", "November 4, 1984", "at Seattle Seahawks", "L 45–0", "61,396" ], [ "12", "11", "November 11, 1984", "Houston Oilers", "L 17–16", "44,464" ], [ "13", "12", "November 18, 1984", "at Los Angeles Raiders", "L 17–7", "48,575" ], [ "14", "13", "November 25, 1984", "at New York Giants", "L 28–27", "74,383" ], [ "15", "14", "December 2, 1984", "Denver Broncos", "W 16–13", "38,494" ], [ "16", "15", "December 9, 1984", "Seattle Seahawks", "W 34–7", "34,855" ], [ "17", "16", "December 16, 1984", "at San Diego Chargers", "W 42–21", "40,221" ] ] }, { "t5Formulas": [ { "Question": "What is the average of the player with 124 yards and less than 13 rec.?", "Formula": "SUM(FILTER(D1, (C1=124)*(B1<13)))", "Formula2": "SUM(FILTER(D2:D13, (C2:C13=124)*(B2:B13<13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "124", "*", "B1", "<", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-11786160-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "TD's", "Long" ], [ "2", "Kenny Higgins", "95", "1440", "15.2", "25", "47" ], [ "3", "Maurice Brown", "34", "510", "15", "9", "44" ], [ "4", "C. J. Johnson", "34", "411", "12.5", "8", "30" ], [ "5", "Demetris Bendross", "15", "158", "10.5", "2", "39" ], [ "6", "Rocco Forgione", "14", "152", "10.9", "2", "24" ], [ "7", "Dan Alexander", "13", "124", "9.5", "1", "18" ], [ "8", "Carlos Wright", "7", "64", "9.1", "1", "15" ], [ "9", "Isaiah Ross", "5", "50", "10", "0", "19" ], [ "10", "Terrell Browden", "2", "21", "10.5", "1", "12" ], [ "11", "James Baron", "2", "7", "3.5", "1", "5" ], [ "12", "Joe Minucci", "2", "6", "3", "1", "3" ], [ "13", "Ahmad Hawkins", "2", "4", "2", "0", "3" ] ] }, { "t5Formulas": [ { "Question": "Attendance larger than 45,710, and a Venue of metropolitan stadium had what highest week?", "Formula": "MAX(FILTER(A1, (F1>45710)*(E1=\"metropolitan stadium\")))", "Formula2": "MAX(FILTER(A2:A15, (F2:F15>45710)*(E2:E15=\"metropolitan stadium\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "F1", ">", "45710", "*", "E1", "=", "\"metropolitan stadium\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Date of october 10, 1965 had what lowest attendance?", "Formula": "MINIFS(F1,B1,\"october 10, 1965\")", "Formula2": "MINIFS(F2:F15,B2:B15,\"october 10, 1965\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "B1", "\"october 10, 1965\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Opponent of chicago bears involved what date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"chicago bears\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"chicago bears\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"chicago bears\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14887333-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Venue", "Attendance" ], [ "2", "1", "September 19, 1965", "at Pittsburgh Steelers", "W 41-9", "Pitt Stadium", "38,383" ], [ "3", "2", "September 26, 1965", "Baltimore Colts", "W 20-17", "Milwaukee County Stadium", "48,130" ], [ "4", "3", "October 3, 1965", "Chicago Bears", "W 23-14", "Lambeau Field", "50,852" ], [ "5", "4", "October 10, 1965", "San Francisco 49ers", "W 27-10", "Lambeau Field", "50,852" ], [ "6", "5", "October 17, 1965", "at Detroit Lions", "W 31-21", "Tiger Stadium", "56,712" ], [ "7", "6", "October 24, 1965", "Dallas Cowboys", "W 13-3", "Milwaukee County Stadium", "48,311" ], [ "8", "7", "October 31, 1965", "at Chicago Bears", "L 31-10", "Wrigley Field", "45,664" ], [ "9", "8", "November 7, 1965", "Detroit Lions", "L 12-7", "Lambeau Field", "50,852" ], [ "10", "9", "November 14, 1965", "Los Angeles Rams", "W 6-3", "Milwaukee County Stadium", "48,485" ], [ "11", "10", "November 21, 1965", "at Minnesota Vikings", "W 38-13", "Metropolitan Stadium", "47,426" ], [ "12", "11", "November 28, 1965", "at Los Angeles Rams", "L 21-10", "Los Angeles Memorial Coliseum", "39,733" ], [ "13", "12", "December 5, 1965", "Minnesota Vikings", "W 24-19", "Lambeau Field", "50,852" ], [ "14", "13", "December 12, 1965", "at Baltimore Colts", "W 42-27", "Memorial Stadium", "60,238" ], [ "15", "14", "December 19, 1965", "at San Francisco 49ers", "T 24-24", "Kezar Stadium", "45,710" ] ] }, { "t5Formulas": [ { "Question": "How many players were 6'1\" and from Columbia, South Carolina?", "Formula": "ROWS(FILTER(A1,(D1=\"6'1\")*(G1=\"Columbia, South Carolina\")))", "Formula2": "ROWS(FILTER(A2:A11,(D2:D11=\"6'1\")*(G2:G11=\"Columbia, South Carolina\")))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "D1", "=", "\"6'1\"", "*", "G1", "=", "\"Columbia, South Carolina\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What was Trevard Lindley's number?", "Formula": "MAX(FILTER(B1,C1=\"Trevard Lindley\"))", "Formula2": "MAX(FILTER(B2:B11,C2:C11=\"Trevard Lindley\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "\"Trevard Lindley\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-14624447-33", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Number", "Name", "Height", "Weight", "Class", "Hometown", "Games↑" ], [ "2", "LE", "99", "Jeremy Jarmon", "6'3\"", "277lb.", "Jr.", "Collierville, Tennessee", "5" ], [ "3", "LT", "98", "Myron Pryor", "6'1\"", "310lb.", "Sr.", "Louisville, Kentucky", "5" ], [ "4", "RT", "91", "Corey Peters", "6'3\"", "290lb.", "Jr.", "Louisville, Kentucky", "5" ], [ "5", "RE", "95", "Ventrell Jenkins", "6'2\"", "285lb.", "Sr.", "Columbia, South Carolina", "5" ], [ "6", "OLB", "21", "Michael Schwindel", "6'1\"", "220lb.", "Jr.", "Hawesville, Kentucky", "2" ], [ "7", "MLB", "56", "Braxton Kelley", "6'0\"", "230lb.", "Sr.", "LaGrange, Georgia", "5" ], [ "8", "SLB", "51", "Johnny Williams", "6'3\"", "244lb.", "Sr.", "Jacksonville, Florida", "5" ], [ "9", "RCB", "32", "Trevard Lindley", "6'0\"", "175lb.", "Jr.", "Hiram, Georgia", "5" ], [ "10", "LCB", "7", "David Jones", "5'10\"", "180lb.", "Sr.", "Red Jacket, West Virginia", "5" ], [ "11", "FS", "33", "Calvin Harrison", "6'1\"", "197lb.", "Jr.", "Columbia, South Carolina", "1" ] ] }, { "t5Formulas": [ { "Question": "What nurses are on call with block floor 1 and block code 1? Tell me their names.", "Formula": "FILTER(A1,(B1=1)*(C1=1))", "Formula2": "FILTER(A2:A7,(B2:B7=1)*(C2:C7=1))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "1", "*", "C1", "=", "1" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Find the on call of the nurses who are in block floor 1 and block code 1", "Formula": "LET(a,HSTACK(F1,A1),b,A1,c,CHOOSECOLS(LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=1))),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(F2:F7,A2:A7),b,A2:A7,c,CHOOSECOLS(LET(query1,SUMMARIZE(A2:A7,SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=1))),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Level": "hard", "Tokens": [ "LET(", "a", "HSTACK(", "F1", "A1", "b", "A1", "c", "CHOOSECOLS(", "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "1", "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", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Question": "the on call information of each nurse in the first floor of block 1", "Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "A1", "F1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1", "*", "CHOOSECOLS(", "query1", "4", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Nurses on call who are on the first floor with Block code 1.", "Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "A1", "F1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1", "*", "CHOOSECOLS(", "query1", "4", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "The nurses who are on call in the first floor with block code 1.", "Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "A1", "F1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1", "*", "CHOOSECOLS(", "query1", "4", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "hospital_1_on_call", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "nurse id", "block floor", "block code", "oncall start", "oncall end", "on call" ], [ "2", "101", "1", "1", "11/4/2008 11:00", "11/4/2008 19:00", "" ], [ "3", "101", "1", "2", "11/4/2008 11:00", "11/4/2008 19:00", "" ], [ "4", "102", "1", "3", "11/4/2008 11:00", "11/4/2008 19:00", "" ], [ "5", "103", "1", "1", "11/4/2008 19:00", "11/5/2008 3:00", "" ], [ "6", "103", "1", "2", "11/4/2008 19:00", "11/5/2008 3:00", "" ], [ "7", "103", "1", "3", "11/4/2008 19:00", "11/5/2008 3:00", "" ] ] }, { "t5Formulas": [ { "Question": "What is the dance that has priscilla presley is the worst dancer(s), and the worst score of 21?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"priscilla presley\")*(E1=21)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"priscilla presley\")*(E2:E12=21)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"priscilla presley\"", "*", "E1", "=", "21", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the best score of the dance freestyle?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"freestyle\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"freestyle\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"freestyle\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which dance has the worst dancer(s) as marissa jaret winokur?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"marissa jaret winokur\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"marissa jaret winokur\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"marissa jaret winokur\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15116785-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Dance", "Best dancer(s)", "Best score", "Worst dancer(s)", "Worst score" ], [ "2", "Cha-cha-cha Face-off", "Kristi Yamaguchi Kristi Yamaguchi", "28 30", "Penn Jillette Jason Taylor", "16 24" ], [ "3", "Foxtrot", "Jason Taylor", "28", "Monica Seles Adam Carolla", "15" ], [ "4", "Quickstep", "Jason Taylor", "30", "Penn Jillette", "17" ], [ "5", "Mambo", "Cristián de la Fuente", "29", "Monica Seles", "15" ], [ "6", "Jive", "Kristi Yamaguchi", "30", "Marissa Jaret Winokur", "19" ], [ "7", "Tango", "Jason Taylor Kristi Yamaguchi", "29", "Steve Guttenberg Adam Carolla Mario", "21" ], [ "8", "Viennese Waltz", "Jason Taylor", "29", "Priscilla Presley", "22" ], [ "9", "Paso Doble", "Kristi Yamaguchi", "29", "Adam Carolla", "19" ], [ "10", "Rumba", "Kristi Yamaguchi", "29", "Priscilla Presley", "21" ], [ "11", "Samba", "Cristián de la Fuente", "29", "Cristián de la Fuente", "21" ], [ "12", "Freestyle", "Kristi Yamaguchi", "30", "Cristián de la Fuente", "26" ] ] }, { "t5Formulas": [ { "Question": "On January 5 who was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"january 5\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"january 5\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"january 5\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14191335-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "January 2", "Chicago", "2 – 2", "Philadelphia", "Favell", "13,290", "9–19–8" ], [ "3", "January 4", "Philadelphia", "1 – 1", "Pittsburgh", "Favell", "6,329", "9–19–9" ], [ "4", "January 5", "Toronto", "2 – 2", "Philadelphia", "Parent", "11,274", "9–19–10" ], [ "5", "January 8", "Philadelphia", "4 – 4", "Toronto", "Favell", "16,331", "9–19–11" ], [ "6", "January 9", "New York", "3 – 1", "Philadelphia", "Parent", "10,147", "9–20–11" ], [ "7", "January 11", "Philadelphia", "4 – 2", "Minnesota", "Parent", "12,462", "10–20–11" ], [ "8", "January 15", "Philadelphia", "3 – 4", "St. Louis", "Favell", "13,184", "10–21–11" ], [ "9", "January 16", "Montreal", "4 – 0", "Philadelphia", "Parent", "12,728", "10–22–11" ], [ "10", "January 18", "Boston", "5 – 3", "Philadelphia", "Favell", "14,558", "10–23–11" ], [ "11", "January 19", "Detroit", "1 – 3", "Philadelphia", "Parent", "13,949", "11–23–11" ], [ "12", "January 23", "Philadelphia", "2 – 2", "Chicago", "Parent", "18,500", "11–23–12" ], [ "13", "January 25", "Philadelphia", "3 – 6", "Montreal", "Parent", "16,884", "11–24–12" ], [ "14", "January 26", "Pittsburgh", "3 – 5", "Philadelphia", "Favell", "10,987", "12–24–12" ], [ "15", "January 30", "Chicago", "12 – 0", "Philadelphia", "Favell", "13,005", "12–25–12" ] ] }, { "t5Formulas": [ { "Question": "What is the template type descriptions for template type code \"AD\".", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"ad\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,A2:A6=\"ad\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "A1", "=", "\"ad\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Return the template type description of the template type with the code AD.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"ad\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,A2:A6=\"ad\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "A1", "=", "\"ad\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the template type code for template type description \"Book\".", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"book\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,B2:B6=\"book\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "B1", "=", "\"book\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Return the type code of the template type with the description \"Book\".", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"book\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,B2:B6=\"book\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "B1", "=", "\"book\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "cre_doc_template_mgt_ref_template_types", "Table": [ [ "0", "A", "B", "C" ], [ "1", "template type code", "template type description", "reference template types" ], [ "2", "PPT", "Presentation", "" ], [ "3", "CV", "CV", "" ], [ "4", "AD", "Advertisement", "" ], [ "5", "PP", "Paper", "" ], [ "6", "BK", "Book", "" ] ] }, { "t5Formulas": [ { "Question": "Against which team does Missouri Tigers have a record of mu, 2-1 at a neutral site?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"MU, 2-1\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,E2:E10=\"MU, 2-1\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"MU, 2-1\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which is the team against which Missouri Tigers have a record of ui, 4-1 at the opponent's venue?How", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"UI, 4-1\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"UI, 4-1\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"UI, 4-1\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many times did the team achieve an overrall record of mu, 21-19?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"MU, 21-19\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F10, B2:B10=\"MU, 21-19\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"MU, 21-19\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the record at the neutral site for when the overall record is ui, 27-16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"UI, 27-16\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,B2:B10=\"UI, 27-16\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"UI, 27-16\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the record at the opponent's venue against the team for which the record for the last 5 meetings is mu, 4-1 and the record at the neutral site is tied, 0-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"MU, 4-1\")*(E1=\"Tied, 0-0\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(F2:F10=\"MU, 4-1\")*(E2:E10=\"Tied, 0-0\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"MU, 4-1\"", "*", "E1", "=", "\"Tied, 0-0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-16201038-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Missouri vs.", "Overall Record", "at Columbia", "at Opponents Venue", "at Neutral Site", "Last 5 Meetings", "Last 10 Meetings", "Current Streak" ], [ "2", "Colorado", "MU, 99-53", "MU, 57-11", "CU, 34-30", "MU, 12-8", "MU, 4-1", "MU, 9-1", "W 1" ], [ "3", "Creighton", "MU, 9-7", "MU, 3-2", "Tied, 4-4", "MU, 2-1", "MU, 3-2", "CU, 6-4", "L 1" ], [ "4", "Drake", "MU, 27-7", "MU, 17-3", "MU, 10-4", "Tied, 0-0", "MU, 4-1", "MU, 8-2", "W 4" ], [ "5", "Illinois", "UI, 27-16", "UI, 3-2", "UI, 4-1", "UI, 20-13", "MU, 4-1", "UI, 6-4", "W 4" ], [ "6", "Indiana", "Tied, 9-9", "MU, 5-3", "IU, 6-3", "MU, 1-0", "MU, 4-1", "Tied, 5-5", "W 3" ], [ "7", "Iowa", "UI, 10-7", "MU, 4-2", "UI, 7-2", "Tied, 1-1", "MU, 3-2", "Tied, 5-5", "W 2" ], [ "8", "Nebraska", "MU, 126-93", "MU, 70-25", "NU, 56-42", "MU, 14-12", "MU, 3-2", "Tied, 5-5", "L 1" ], [ "9", "Saint Louis", "MU, 21-19", "SLU, 12-10", "MU, 11-7", "Tied, 0-0", "MU, 3-2", "Tied, 5-5", "W 2" ], [ "10", "Washington U. of StL", "MU, 71-29", "MU, 42-8", "MU, 29-21", "Tied, 0-0", "MU, 5-0", "MU, 8-2", "W 7" ] ] }, { "t5Formulas": [ { "Question": "Name the D 45 O with D 44 O majority →", "Formula": "FILTER(E1,D1=\"majority →\")", "Formula2": "FILTER(E2:E11,D2:D11=\"majority →\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"majority →\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the D 45 O with D 46 O of r 31 √", "Formula": "FILTER(E1,F1=\"r 31 √\")", "Formula2": "FILTER(E2:E11,F2:F11=\"r 31 √\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "F1", "=", "\"r 31 √\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the D 41 √ with D 44 O of r 13", "Formula": "FILTER(A1,D1=\"r 13\")", "Formula2": "FILTER(A2:A11,D2:D11=\"r 13\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"r 13\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the D 48 O with D 41 √ of d 41 √", "Formula": "FILTER(H1,A1=\"d 41 √\")", "Formula2": "FILTER(H2:H11,A2:A11=\"d 41 √\")", "Level": "easy", "Tokens": [ "FILTER(", "H1", "A1", "=", "\"d 41 √\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the D 47 O with D 48 O of r 9", "Formula": "FILTER(G1,H1=\"r 9\")", "Formula2": "FILTER(G2:G11,H2:H11=\"r 9\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "H1", "=", "\"r 9\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1318870-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "D 41 √", "D 42 √", "D 43 √", "D 44 O", "D 45 O", "D 46 O", "D 47 O", "D 48 O" ], [ "2", "D 16", "D 15", "D 14", "D 13", "D 12", "D 11", "D 10", "D 9" ], [ "3", "D 21", "D 22", "D 23", "D 24", "D 25", "D 26", "D 27", "D 28" ], [ "4", "D 36 √", "D 35 √", "D 34 √", "D 33 √", "D 32 √", "D 31", "D 30", "D 29" ], [ "5", "D 41 √", "D 42 √", "D 43 √", "D 44 O", "D 45 O", "D 46 O", "D 47 O", "D 48 O" ], [ "6", "Majority →", "Majority →", "Majority →", "Majority →", "Majority →", "Majority →", "Majority →", "D 49 +" ], [ "7", "D 52 +", "D 53 +", "D 54 +", "D 55 +", "D 56 +", "D 57 +", "D 58 +", "D 49 +" ], [ "8", "R 36 √", "R 35 √", "R 34 √", "R 33 √", "R 32 √", "R 31 √", "R 30", "R 29" ], [ "9", "R 21", "R 22", "R 23", "R 24", "R 25", "R 26", "R 27", "R 28" ], [ "10", "R 16", "R 15", "R 14", "R 13", "R 12", "R 11", "R 10", "R 9" ], [ "11", "R 1", "R 2", "R 3", "R 4", "R 5", "R 6", "R 7", "R 8" ] ] }, { "t5Formulas": [ { "Question": "Name the recording for 2012", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2012),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=2012),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2012", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Name the year with the best female pop vocal album and result of won", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"best female pop vocal album\")*(E1=\"won\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"best female pop vocal album\")*(E2:E11=\"won\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"best female pop vocal album\"", "*", "E1", "=", "\"won\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the category for 2013", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2013),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=2013),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2013", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12719880-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Category", "Genre", "Recording", "Result" ], [ "2", "Latin Grammy Awards", "Latin Grammy Awards", "Latin Grammy Awards", "Latin Grammy Awards", "Latin Grammy Awards" ], [ "3", "2008", "Best New Artist", "General", "Kany García", "Won" ], [ "4", "2008", "Best Female Pop Vocal Album", "Pop", "\" Cualquier Día \"", "Won" ], [ "5", "2008", "Song of the Year", "Pop", "\" Hoy Ya Me Voy \"", "Nominated" ], [ "6", "2008", "Album of the Year", "General", "Cualquier Día", "Nominated" ], [ "7", "2010", "Best Female Pop Vocal Album", "Pop", "\" Boleto De Entrada \"", "Nominated" ], [ "8", "2012", "Record of the Year", "General", "\" Que Te Vaya Mal \"", "Nominated" ], [ "9", "Grammy Awards", "Grammy Awards", "Grammy Awards", "Grammy Awards", "Grammy Awards" ], [ "10", "2011", "Best Latin Pop Album", "Latin", "\"Boleto de Entrada\"", "Nominated" ], [ "11", "2013", "Best Latin Pop Album", "Latin", "\"Kany Garcia\"", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "Who are the mens doubles and womens singles is wang shixian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Wang Shixian\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Wang Shixian\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Wang Shixian\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the mens singles and womens singlses is wang shixian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Wang Shixian\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Wang Shixian\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Wang Shixian\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who are the mens doubles and and mens singles is lee hyun-il?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lee Hyun-il\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Lee Hyun-il\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Lee Hyun-il\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who are the mens singles and womens singles with sun yu?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Sun Yu\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Sun Yu\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Sun Yu\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-13553701-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Mens singles", "Womens singles", "Mens doubles", "Womens doubles", "Mixed doubles" ], [ "2", "2012", "Chen Yuekun", "Sun Yu", "Lee Sheng-mu Tsai Chia-hsin", "Eom Hye-won Jang Ye-na", "Tontowi Ahmad Lilyana Natsir" ], [ "3", "2011", "Lee Hyun-il", "Wang Shixian", "Chai Biao Guo Zhendong", "Jung Kyung-eun Kim Ha-na", "Tontowi Ahmad Lilyana Natsir" ], [ "4", "2010", "Lee Chong Wei", "Li Xuerui", "Ko Sung-hyun Yoo Yeon-seong", "Cheng Wen-hsing Chien Yu-chin", "Tontowi Ahmad Lilyana Natsir" ], [ "5", "2009", "Lee Chong Wei", "Wang Yihan", "Koo Kien Keat Tan Boon Heong", "Du Jing Yu Yang", "He Hanbin Yu Yang" ], [ "6", "2008", "Taufik Hidayat", "Zhou Mi", "Koo Kien Keat Tan Boon Heong", "Cheng Shu Zhao Yunlei", "Xu Chen Zhao Yunlei" ], [ "7", "2007", "Chen Jin", "Xie Xingfang", "Koo Kien Keat Tan Boon Heong", "Gao Ling Huang Sui", "Xie Zhongbo Zhang Yawen" ] ] }, { "t5Formulas": [ { "Question": "Which year had a team of Aprilia and a rank of 4th?", "Formula": "FILTER(A1,(C1=\"aprilia\")*(F1=\"4th\"))", "Formula2": "FILTER(A2:A10,(C2:C10=\"aprilia\")*(F2:F10=\"4th\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"aprilia\"", "*", "F1", "=", "\"4th\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which class had a machine of RS125R, points over 113, and a rank of 4th?", "Formula": "FILTER(B1,(D1=\"rs125r\")*(E1>113)*(F1=\"4th\"))", "Formula2": "FILTER(B2:B10,(D2:D10=\"rs125r\")*(E2:E10>113)*(F2:F10=\"4th\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"rs125r\"", "*", "E1", ">", "113", "*", "F1", "=", "\"4th\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which team had a year over 1995, machine of RS125R, and ranked 1st?", "Formula": "FILTER(C1,(A1>1995)*(D1=\"rs125r\")*(F1=\"1st\"))", "Formula2": "FILTER(C2:C10,(A2:A10>1995)*(D2:D10=\"rs125r\")*(F2:F10=\"1st\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", ">", "1995", "*", "D1", "=", "\"rs125r\"", "*", "F1", "=", "\"1st\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-14836182-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Class", "Team", "Machine", "Points", "Rank", "Wins" ], [ "2", "1991", "125cc", "ELF Kepla-Meiko Honda", "RS125", "55", "13th", "0" ], [ "3", "1992", "125cc", "F.C.C./T.S. Venus- Honda", "RS125", "42", "11th", "0" ], [ "4", "1993", "125cc", "F.C.C. Technical Sports- Honda", "RS125", "266", "2nd", "2" ], [ "5", "1994", "125cc", "Semprucci- Aprilia", "RS125R", "224", "1st", "3" ], [ "6", "1995", "125cc", "Team Krona- Aprilia", "RS125R", "140", "2nd", "2" ], [ "7", "1996", "125cc", "Aprilia", "RS125R", "113", "8th", "0" ], [ "8", "1997", "125cc", "Aprilia", "RS125R", "179", "4th", "0" ], [ "9", "1998", "125cc", "Aprilia", "RS125R", "229", "1st", "4" ], [ "10", "1999", "125cc", "Honda", "RS125", "56", "14th", "0" ] ] }, { "t5Formulas": [ { "Question": "Tell me the average top 25 with events of 5 and cuts madde less than 3", "Formula": "AVERAGE(FILTER(D1, (E1=5)*(F1<3)))", "Formula2": "AVERAGE(FILTER(D2:D6, (E2:E6=5)*(F2:F6<3)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "E1", "=", "5", "*", "F1", "<", "3" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Tell me the highest cuts made with wins more than 1", "Formula": "MAX(FILTER(F1, B1>1))", "Formula2": "MAX(FILTER(F2:F6, B2:B6>1))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "B1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "I want to know the highest wins for cuts made more than 5", "Formula": "MAX(FILTER(B1, F1>5))", "Formula2": "MAX(FILTER(B2:B6, F2:F6>5))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "F1", ">", "5" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Tell me the sum of top 5 with events less than 12 and top 25 less than 0", "Formula": "SUM(FILTER(C1, (E1<12)*(D1<0)))", "Formula2": "SUM(FILTER(C2:C6, (E2:E6<12)*(D2:D6<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "12", "*", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1085651-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "Wins", "Top-5", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "1", "5", "3" ], [ "3", "U.S. Open", "0", "0", "0", "7", "1" ], [ "4", "The Open Championship", "0", "0", "1", "7", "3" ], [ "5", "PGA Championship", "1", "1", "1", "12", "5" ], [ "6", "Totals", "1", "1", "3", "31", "12" ] ] }, { "t5Formulas": [ { "Question": "What place is Fred Funk in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fred funk\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"fred funk\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"fred funk\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17991356-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Chad Campbell", "United States", "69-72-65=206", "–4" ], [ "3", "T1", "Shaun Micheel", "United States", "69-68-69=206", "–4" ], [ "4", "3", "Mike Weir", "Canada", "68-71-70=209", "–1" ], [ "5", "4", "Tim Clark", "South Africa", "72-70-68=210", "E" ], [ "6", "T5", "Billy Andrade", "United States", "67-72-72=211", "+1" ], [ "7", "T5", "Briny Baird", "United States", "73-71-67=211", "+1" ], [ "8", "T5", "Alex Čejka", "Germany", "74-69-68=211", "+1" ], [ "9", "T5", "Ernie Els", "South Africa", "71-70-70=211", "+1" ], [ "10", "T9", "Fred Funk", "United States", "69-73-70=212", "+2" ], [ "11", "T9", "Charles Howell III", "United States", "70-72-70=212", "+2" ], [ "12", "T9", "Vijay Singh", "Fiji", "69-73-70=212", "+2" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of years that Scuderia Guastalla was an entrant?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scuderia guastalla\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"scuderia guastalla\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scuderia guastalla\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the earliest year that Scuderia Ferrari was an entrant with 0 points?", "Formula": "MIN(FILTER(A1, (E1=0)*(B1=\"scuderia ferrari\")))", "Formula2": "MIN(FILTER(A2:A9, (E2:E9=0)*(B2:B9=\"scuderia ferrari\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "=", "0", "*", "B1", "=", "\"scuderia ferrari\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the total number of years that has a chassis of Ferrari 625 and 2 points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"ferrari 625\")*(E1=2)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"ferrari 625\")*(E2:E9=2)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ferrari 625\"", "*", "E1", "=", "2", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1235883-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1953", "Scuderia Ferrari", "Ferrari 553", "Ferrari Straight-4", "0" ], [ "3", "1954", "Scuderia Ferrari", "Ferrari 625", "Ferrari Straight-4", "2" ], [ "4", "1954", "Scuderia Ferrari", "Ferrari 553", "Ferrari Straight-4", "2" ], [ "5", "1955", "Scuderia Ferrari", "Ferrari 625", "Ferrari Straight-4", "1 1⁄3" ], [ "6", "1955", "Scuderia Ferrari", "Ferrari 555", "Ferrari Straight-4", "1 1⁄3" ], [ "7", "1956", "Scuderia Guastalla", "Maserati 250F", "Maserati Straight-6", "0" ], [ "8", "1956", "Officine Alfieri Maserati", "Maserati 250F", "Maserati Straight-6", "0" ], [ "9", "1957", "Dr Ing F Porsche KG", "Porsche 550RS F2", "Porsche Flat-4", "0" ] ] }, { "t5Formulas": [ { "Question": "What is the original team that was Hired by Trump (5-19-2005)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"hired by trump (5-19-2005)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"hired by trump (5-19-2005)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"hired by trump (5-19-2005)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the candidate that had 10 fired in week 2 (1-27-2005)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"10 fired in week 2 (1-27-2005)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"10 fired in week 2 (1-27-2005)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"10 fired in week 2 (1-27-2005)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the hometown of the candidate that had a result of 10 fired in week 6 (2-24-2005)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"10 fired in week 6 (2-24-2005)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"10 fired in week 6 (2-24-2005)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"10 fired in week 6 (2-24-2005)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1289860-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Candidate", "Background", "Original Team", "Hometown", "Result" ], [ "2", "Kendra Todd", "Real Estate Broker", "Magna", "Boynton Beach, Florida", "Hired by Trump (5-19-2005)" ], [ "3", "Tana Goertz", "Sales Executive", "Net Worth", "Des Moines, Iowa", "Fired in the Season Finale (5-19-2005)" ], [ "4", "Craig Williams", "Shoeshine Business Owner", "Net Worth", "Conley, Georgia", "10 Fired in week 15 (5-5-2005)" ], [ "5", "Alex Thomason", "Attorney", "Magna", "Brewster, Washington", "10 Fired in week 14 (4-28-2005)" ], [ "6", "Bren Olswanger", "Prosecutor", "Magna", "Memphis, Tennessee", "10 Fired in week 13 (4-21-2005)" ], [ "7", "Chris Shelton", "Real Estate Investor", "Net Worth", "Las Vegas, Nevada", "10 Fired in week 12 (4-14-2005)" ], [ "8", "Angie McKnight", "Gym Franchise Owner", "Net Worth", "Lake Balboa, California", "10 Fired in week 11 (4-7-2005)" ], [ "9", "Stephanie Myers", "Supply Chain Consultant", "Magna", "San Diego, California", "10 Fired in week 10 (3-31-2005)" ], [ "10", "Erin Elmore", "Attorney", "Magna", "Philadelphia, Pennsylvania", "10 Fired in week 9 (3-24-2005)" ], [ "11", "John Gafford", "Technology Firm Owner", "Net Worth", "Tampa, Florida", "10 Fired in week 8 (3-10-2005)" ], [ "12", "Audrey Evans", "Real Estate Agent", "Net Worth", "Salt Lake City, Utah", "10 Fired in week 7 (3-3-2005)" ], [ "13", "Tara Dowdell", "Senior Governor Manager", "Net Worth", "New York, New York", "10 Fired in week 6 (2-24-2005)" ], [ "14", "Michael Tarshi", "Real Estate Developer", "Magna", "Boston, Massachusetts", "10 Fired in week 5 (2-17-2005)" ], [ "15", "Kristen Kirchner", "Real Estate Financier", "Net Worth", "Los Angeles, California", "10 Fired in week 4 (2-10-2005)" ], [ "16", "Danny Kastner", "Marketing Technology Firm Owner", "Magna", "Boston, Massachusetts", "10 Fired in week 3 (2-3-2005)" ], [ "17", "Verna Felton", "Business Manager", "Magna", "Seattle, Washington", "10 Quit in week 3 (2-3-2005)" ], [ "18", "Brian McDowell", "Real Estate Broker", "Net Worth", "Wildwood, New Jersey", "10 Fired in week 2 (1-27-2005)" ], [ "19", "Todd Everett", "Sales Manager", "Magna", "Carlsbad, California", "10 Fired in week 1 (1-20-2005)" ] ] }, { "t5Formulas": [ { "Question": "What is the location of the tournament that the share of winning is 7000?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=7000))", "Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(G2:G13)),FILTER(query1,CHOOSECOLS(query1,2)=7000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What year is Japan the country?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Japan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Japan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Japan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the year that Dewi Claire Schreefel is the champion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Dewi Claire Schreefel\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"Dewi Claire Schreefel\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Dewi Claire Schreefel\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the winners Share ($) in the year 2004?", "Formula": "SUM(FILTER(G1, A1=2004))", "Formula2": "SUM(FILTER(G2:G13, A2:A13=2004))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "A1", "=", "2004" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the tournament location when Vicky Hurst in the champion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Vicky Hurst\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"Vicky Hurst\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Vicky Hurst\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-12243817-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Champion", "Country", "Score", "Tournament location", "Purse ($)", "Winners share ($)" ], [ "2", "2011", "Brittany Johnston", "United States", "199 (−11)", "Wintonbury Hills Golf Course", "100000", "14000" ], [ "3", "2010", "Tiffany Joh", "United States", "200 (−10)", "Wintonbury Hills Golf Course", "100000", "14000" ], [ "4", "2009", "Dewi Claire Schreefel", "Netherlands", "202 (−8)", "Wintonbury Hills Golf Course", "100000", "14000" ], [ "5", "2008", "Vicky Hurst", "United States", "209 (−7)", "Gillette Ridge Golf Club", "80000", "11200" ], [ "6", "2007 *", "Taylor Leon", "United States", "215 (−1)", "Gillette Ridge Golf Club", "80000", "11200" ], [ "7", "2006", "Song-Hee Kim", "South Korea", "216 (E)", "Gillette Ridge Golf Club", "70000", "9800" ], [ "8", "2005^", "Virada Nirapathpongporn", "Thailand", "142 (−2)", "Gillette Ridge Golf Club", "70000", "9800" ], [ "9", "2004", "Nicole Perrot", "Chile", "209 (−4)", "Blue Fox Run Golf Course", "70000", "9800" ], [ "10", "2003", "Stacy Prammanasudh", "United States", "203 (−10)", "Blue Fox Run Golf Course", "60000", "8400" ], [ "11", "2002", "Linda Ishii", "Japan", "208 (−5)", "Blue Fox Run Golf Course", "60000", "8400" ], [ "12", "2001*", "Kathryn Cusick", "United States", "212 (−1)", "Blue Fox Run Golf Course", "60000", "8400" ], [ "13", "2000^*", "Christel Tomori", "United States", "140 (−2)", "Blue Fox Run Golf Course", "50000", "7000" ] ] }, { "t5Formulas": [ { "Question": "What is the result the R3 round?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"r3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"r3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"r3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result of the game against Ayr United?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ayr united\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"ayr united\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"ayr united\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16618361-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance", "Scorers" ], [ "2", "14 August 1996", "R2", "Clydebank", "A", "3–0", "7,450", "Van Vossen (2), McCoist" ], [ "3", "4 September 1996", "R3", "Ayr United", "H", "3–1", "44,732", "Albertz, Gascoigne, McInnes" ], [ "4", "17 September 1996", "QF", "Hibernian", "H", "4–0", "45,104", "Van Vossen (2), Durie, Albertz" ], [ "5", "22 October 1996", "SF", "Dunfermline Athletic", "N", "6–1", "16,791", "Laudrup (2), Andersen (2), McInnes, Albertz" ], [ "6", "24 November 1996", "F", "Heart of Midlothian", "N", "4–3", "48,559", "McCoist (2), Gascoigne (2)" ] ] }, { "t5Formulas": [ { "Question": "Where did Geelong play as the away team?", "Formula": "FILTER(E1,C1=\"geelong\")", "Formula2": "FILTER(E2:E7,C2:C7=\"geelong\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"geelong\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was Hawthorn's score as the home team?", "Formula": "FILTER(B1,A1=\"hawthorn\")", "Formula2": "FILTER(B2:B7,A2:A7=\"hawthorn\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"hawthorn\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was South Melbourne's away opponents?", "Formula": "FILTER(C1,A1=\"south melbourne\")", "Formula2": "FILTER(C2:C7,A2:A7=\"south melbourne\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"south melbourne\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-10808681-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "12.8 (80)", "Melbourne", "18.17 (125)", "Glenferrie Oval", "13,772", "3 June 1967" ], [ "3", "Carlton", "11.19 (85)", "Geelong", "12.9 (81)", "Princes Park", "30,481", "3 June 1967" ], [ "4", "South Melbourne", "20.18 (138)", "St Kilda", "14.25 (109)", "Lake Oval", "26,584", "3 June 1967" ], [ "5", "Footscray", "7.15 (57)", "Fitzroy", "12.9 (81)", "Western Oval", "11,727", "3 June 1967" ], [ "6", "North Melbourne", "12.16 (88)", "Essendon", "13.10 (88)", "Arden Street Oval", "16,120", "3 June 1967" ], [ "7", "Richmond", "13.5 (83)", "Collingwood", "13.12 (90)", "MCG", "71,946", "3 June 1967" ] ] }, { "t5Formulas": [ { "Question": "Name the average 3rd place with winners of 0, 4th place of 0 and nation of pahang fa", "Formula": "AVERAGE(FILTER(D1,(B1=0)*(E1=0)*(A1=\"pahang fa\")))", "Formula2": "AVERAGE(FILTER(D2:D9,(B2:B9=0)*(E2:E9=0)*(A2:A9=\"pahang fa\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", "=", "0", "*", "E1", "=", "0", "*", "A1", "=", "\"pahang fa\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Name the highest 3rd place for nation of perak fa", "Formula": "MAX(FILTER(D1,A1=\"perak fa\"))", "Formula2": "MAX(FILTER(D2:D9,A2:A9=\"perak fa\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "A1", "=", "\"perak fa\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-12303563-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Nation", "Winners", "Runners-up", "3rd Place", "4th Place" ], [ "2", "Kingfisher East Bengal FC", "1", "0", "0", "0" ], [ "3", "Tampines Rovers FC", "1", "0", "0", "0" ], [ "4", "BEC Tero Sasana", "0", "1", "0", "0" ], [ "5", "Pahang FA", "0", "1", "0", "0" ], [ "6", "DPMM FC (Duli Pengiran Muda Mahkota FC)", "0", "0", "1", "0" ], [ "7", "Hoang Anh Gia Lai", "0", "0", "1", "0" ], [ "8", "Petrokimia Putra FC", "0", "0", "1", "0" ], [ "9", "Perak FA", "0", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the event of the match with a round larger than 2 and ended with a method of ko (kick)?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"ko (kick)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H7,D2:D7=\"ko (kick)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "D1", "=", "\"ko (kick)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the method of the match after round 1 in the k-1 andy memorial 2001 japan gp final?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"k-1 andy memorial 2001 japan gp final\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H7,E2:E7=\"k-1 andy memorial 2001 japan gp final\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "E1", "=", "\"k-1 andy memorial 2001 japan gp final\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the highest round of the match with Rene Rooze as the opponent in Saitama, Japan?", "Formula": "MAX(FILTER(F1, (C1=\"rene rooze\")*(H1=\"saitama, japan\")))", "Formula2": "MAX(FILTER(F2:F7, (C2:C7=\"rene rooze\")*(H2:H7=\"saitama, japan\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "C1", "=", "\"rene rooze\"", "*", "H1", "=", "\"saitama, japan\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the highest round of the match with a time of 0:57?", "Formula": "MAXIFS(F1,G1,\"0:57\")", "Formula2": "MAXIFS(F2:F7,G2:G7,\"0:57\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "G1", "\"0:57\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12675952-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], [ "2", "Loss", "2-4", "Rene Rooze", "TKO (punches)", "Inoki Bom-Ba-Ye 2003", "1", "0:50", "Kobe , Japan" ], [ "3", "Loss", "2-3", "Jan Nortje", "TKO (injury)", "Inoki Bom-Ba-Ye 2002", "2", "0:57", "Saitama , Japan" ], [ "4", "Loss", "2-2", "Kazuyuki Fujita", "Submission (arm triangle choke)", "Universal Fighting-Arts Organization: Legend", "1", "2:46", "Tokyo , Japan" ], [ "5", "Win", "2-1", "Jérôme Le Banner", "Submission (forearm choke)", "Inoki Bom-Ba-Ye 2001", "2", "2:50", "Saitama , Japan" ], [ "6", "Loss", "1-1", "Rene Rooze", "KO (kick)", "K-1 Andy Memorial 2001 Japan GP Final", "3", "0:09", "Saitama , Japan" ], [ "7", "Win", "1-0", "Masaaki Satake", "Decision (split)", "Pride 13", "3", "5:00", "Saitama , Japan" ] ] }, { "t5Formulas": [ { "Question": "Who are the scorers when the score is 9-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"9-2\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"9-2\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"9-2\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11391829-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Venue", "Opponent", "Score", "Scorers", "Competition" ], [ "2", "1 July 2010", "Kostanay , Kazakhstan", "FC Tobol", "2-1", "Mate Dragičević 53', 82'", "UEFA Europa League Qualification" ], [ "3", "8 July 2010", "Mostar , Bosnia and Herzegovina", "FC Tobol", "2-1", "Damir Džidić 11', Mile Pehar 72'", "UEFA Europa League Qualification" ], [ "4", "15 July 2010", "Mostar , Bosnia and Herzegovina", "Tre Penne", "4-1", "Ivanković 1', 21', Sušić 33', Zadro 38'", "UEFA Europa League Qualification" ], [ "5", "22 July 2010", "Serravalle , San Marino", "Tre Penne", "9-2", "Selimović 2x, Sušić , Žižović 3x, Zadro 2x, Šunjić", "UEFA Europa League Qualification" ], [ "6", "29 July 2010", "Odense , Denmark", "Odense Boldklub", "3-5", "Zadro 15', 71', Žižović 65'", "UEFA Europa League Qualification" ], [ "7", "6 August 2010", "Mostar , Bosnia and Herzegovina", "Odense Boldklub", "0-0", "N/A", "UEFA Europa League Qualification" ] ] }, { "t5Formulas": [ { "Question": "Which week led to a record of 4-10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"4-10\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,H2:H20=\"4-10\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"4-10\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which week was the game against the San Diego Chargers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"san diego chargers\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,C2:C20=\"san diego chargers\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"san diego chargers\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11452712-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Opponent", "Result", "Kickoff [a ]", "Game site", "Attendance", "Record" ], [ "2", "Week", "Date", "Opponent", "Result", "Kickoff [a ]", "Game site", "Attendance", "Record" ], [ "3", "1", "September 5, 1993", "Kansas City Chiefs", "L 27-3", "1:00", "Tampa Stadium", "63,378*", "0-1" ], [ "4", "2", "September 12, 1993", "at New York Giants", "L 23-7", "1:00", "Giants Stadium", "75,891", "0-2" ], [ "5", "3", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "6", "4", "September 26, 1993", "at Chicago Bears", "L 47-17", "1:00", "Soldier Field", "58,329", "0-3" ], [ "7", "5", "October 3, 1993", "Detroit Lions", "W 27-10", "1:00", "Tampa Stadium", "40,794*", "1-3" ], [ "8", "6", "October 10, 1993", "at Minnesota Vikings", "L 15-0", "1:00", "Hubert H. Humphrey Metrodome", "54,215", "1-4" ], [ "9", "7", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "10", "8", "October 24, 1993", "Green Bay Packers", "L 37-14", "1:00", "Tampa Stadium", "47,354*", "1-5" ], [ "11", "9", "October 31, 1993", "at Atlanta Falcons", "W 31-24", "1:00", "Georgia Dome", "50,647", "2-5" ], [ "12", "10", "November 7, 1993", "at Detroit Lions", "L 23-0", "1:00", "Pontiac Silverdome", "65,295", "2-6" ], [ "13", "11", "November 14, 1993", "San Francisco 49ers", "L 45-21", "1:00", "Tampa Stadium", "43,835*", "2-7" ], [ "14", "12", "November 21, 1993", "Minnesota Vikings", "W 23-10", "8:00", "Tampa Stadium", "40,848*", "3-7" ], [ "15", "13", "November 28, 1993", "at Green Bay Packers", "L 13-10", "1:00", "Lambeau Field", "56,995", "3-8" ], [ "16", "14", "December 5, 1993", "Washington Redskins", "L 23-17", "1:00", "Tampa Stadium", "49,035*", "3-9" ], [ "17", "15", "December 12, 1993", "Chicago Bears", "W 13-10", "1:00", "Tampa Stadium", "56,667*", "4-9" ], [ "18", "16", "December 19, 1993", "at Los Angeles Raiders", "L 27-20", "4:00", "Los Angeles Memorial Coliseum", "40,532", "4-10" ], [ "19", "17", "December 26, 1993", "at Denver Broncos", "W 17-10", "4:00", "Mile High Stadium", "73,434", "5-10" ], [ "20", "18", "January 2, 1994", "San Diego Chargers", "L 32-17", "4:00", "Tampa Stadium", "35,587*", "5-11" ] ] }, { "t5Formulas": [ { "Question": "Which is the highest silver that has a gold less than 0?", "Formula": "MAX(FILTER(D1, C1<0))", "Formula2": "MAX(FILTER(D2:D13, C2:C13<0))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the lowest silver that has 1 as the rank, with a bronze greater than 5?", "Formula": "MIN(FILTER(D1, (A1=1)*(E1>5)))", "Formula2": "MIN(FILTER(D2:D13, (A2:A13=1)*(E2:E13>5)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "1", "*", "E1", ">", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest silver that has 9 as the rank, germany as the nation, with a gold less than 0?", "Formula": "MAX(FILTER(D1, (A1=9)*(B1=\"germany\")*(C1<0)))", "Formula2": "MAX(FILTER(D2:D13, (A2:A13=9)*(B2:B13=\"germany\")*(C2:C13<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "A1", "=", "9", "*", "B1", "=", "\"germany\"", "*", "C1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17365702-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "17", "11", "5", "33" ], [ "3", "2", "Russia", "6", "11", "7", "24" ], [ "4", "3", "Japan", "3", "3", "4", "10" ], [ "5", "4", "Canada", "0", "4", "3", "7" ], [ "6", "5", "China", "0", "2", "3", "5" ], [ "7", "6", "France", "2", "0", "2", "4" ], [ "8", "7", "Czech Republic", "2", "0", "1", "3" ], [ "9", "7", "Ukraine", "1", "1", "1", "3" ], [ "10", "8", "Italy", "0", "0", "2", "2" ], [ "11", "9", "Kazakhstan", "1", "0", "0", "1" ], [ "12", "9", "Germany", "0", "0", "1", "1" ], [ "13", "9", "South Korea", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "What was the winning team on 11 July?", "Formula": "FILTER(E1,C1=\"11 july\")", "Formula2": "FILTER(E2:E10,C2:C10=\"11 july\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"11 july\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who is the winning driver of the race on 2 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?", "Formula": "FILTER(D1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C1=\"2 june\"))", "Formula2": "FILTER(D2:D10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C2:C10=\"2 june\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"a.z.k./roc-compétition a.z.k./roc-compétition\"", "*", "C1", "=", "\"2 june\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Who is the winning driver of the race on 5 May?", "Formula": "FILTER(D1,C1=\"5 may\")", "Formula2": "FILTER(D2:D10,C2:C10=\"5 may\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"5 may\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the round on 30 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?", "Formula": "FILTER(A1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C1=\"30 june\"))", "Formula2": "FILTER(A2:A10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C2:C10=\"30 june\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"a.z.k./roc-compétition a.z.k./roc-compétition\"", "*", "C1", "=", "\"30 june\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the date of the zolder circuit, which had a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?", "Formula": "FILTER(C1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(B1=\"zolder\"))", "Formula2": "FILTER(C2:C10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(B2:B10=\"zolder\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"a.z.k./roc-compétition a.z.k./roc-compétition\"", "*", "B1", "=", "\"zolder\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17997366-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Circuit", "Date", "Winning driver", "Winning team" ], [ "2", "1 2", "Zolder", "5 May", "Emanuele Pirro Emanuele Pirro", "A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition" ], [ "3", "3 4", "Assen", "19 May", "Steve Soper Laurent Aiello", "BMW Team Bigazzi Peugeot Esso" ], [ "4", "5 6", "Hockenheimring", "2 June", "Emanuele Pirro Emanuele Pirro", "A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition" ], [ "5", "7 8", "Sachsenring", "30 June", "Philipp Peter Emanuele Pirro", "A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition" ], [ "6", "9 10", "Wunstorf", "11 July", "Steve Soper Emanuele Pirro", "BMW Team Bigazzi A.Z.K./ROC-Compétition" ], [ "7", "11 12", "Zweibrücken", "11 August", "Laurent Aiello Laurent Aiello", "Peugeot Esso Peugeot Esso" ], [ "8", "13 14", "Salzburgring", "25 August", "Steve Soper Armin Hahne", "BMW Team Bigazzi Honda Team Linder" ], [ "9", "15 16", "AVUS", "8 September", "Armin Hahne Emanuele Pirro", "Honda Team Linder A.Z.K./ROC-Compétition" ], [ "10", "17 18", "Nürburgring", "22 September", "Emanuele Pirro Emanuele Pirro", "A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition" ] ] }, { "t5Formulas": [ { "Question": "What country scored 67?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=67))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(D2:D13)),FILTER(query1,CHOOSECOLS(query1,2)=67))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "67" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the to par for Tino Schuster?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tino schuster\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"tino schuster\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tino schuster\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What country has player Scott Verplank?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott verplank\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"scott verplank\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scott verplank\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16225902-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "66", "−6" ], [ "3", "2", "Mark Hensby", "Australia", "67", "−5" ], [ "4", "T3", "Fred Couples", "United States", "68", "−4" ], [ "5", "T3", "Luke Donald", "England", "68", "−4" ], [ "6", "T3", "Retief Goosen", "South Africa", "68", "−4" ], [ "7", "T3", "Trevor Immelman", "South Africa", "68", "−4" ], [ "8", "T3", "Peter Lonard", "Australia", "68", "−4" ], [ "9", "T3", "José María Olazábal", "Spain", "68", "−4" ], [ "10", "T3", "Eric Ramsay (a)", "Scotland", "68", "−4" ], [ "11", "T3", "Chris Riley", "United States", "68", "−4" ], [ "12", "T3", "Tino Schuster", "Germany", "68", "−4" ], [ "13", "T3", "Scott Verplank", "United States", "68", "−4" ] ] }, { "t5Formulas": [ { "Question": "Which Rank has a Name of thomas morgenstern, and Points larger than 368.9?", "Formula": "SUM(FILTER(A1, (B1=\"thomas morgenstern\")*(F1>368.9)))", "Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"thomas morgenstern\")*(F2:F7>368.9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"thomas morgenstern\"", "*", "F1", ">", "368.9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Rank has an Overall WC points (Rank) of 1561 (2), and a 1st (m) larger than 217?", "Formula": "SUM(FILTER(A1, (G1=\"1561 (2)\")*(D1>217)))", "Formula2": "SUM(FILTER(A2:A7, (G2:G7=\"1561 (2)\")*(D2:D7>217)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "\"1561 (2)\"", "*", "D1", ">", "217" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How much Rank has a Name of janne happonen, and a 1st (m) larger than 203.5?", "Formula": "SUM(FILTER(A1, (B1=\"janne happonen\")*(D1>203.5)))", "Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"janne happonen\")*(D2:D7>203.5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"janne happonen\"", "*", "D1", ">", "203.5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-14407512-27", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "Name", "Nationality", "1st (m)", "2nd (m)", "Points", "Overall WC points (Rank)" ], [ "2", "1", "Gregor Schlierenzauer", "AUT", "217.0", "231.0", "442.1", "1561 (2)" ], [ "3", "2", "Martin Koch", "AUT", "216.5", "229.5", "435.2", "569 (14)" ], [ "4", "3", "Janne Happonen", "FIN", "203.5", "220.5", "418.8", "755 (8)" ], [ "5", "4", "Robert Kranjec", "SLO", "210.5", "214.5", "418.5", "233 (25)" ], [ "6", "5", "Janne Ahonen", "FIN", "200.0", "208.5", "397.2", "1291 (3)" ], [ "7", "17", "Thomas Morgenstern", "AUT", "184.5", "202.5", "368.9", "1794 (1)" ] ] }, { "t5Formulas": [ { "Question": "What Team was in 2005?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2005),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=2005),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2005", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Before 2008, if the Manufacturer is dodge and the start is under 9, what's the highest finish time?", "Formula": "MAX(FILTER(D1, (B1=\"dodge\")*(C1<9)*(A1<2008)))", "Formula2": "MAX(FILTER(D2:D13, (B2:B13=\"dodge\")*(C2:C13<9)*(A2:A13<2008)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "\"dodge\"", "*", "C1", "<", "9", "*", "A1", "<", "2008" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "When the team is penske and they start under 9, what's the average finish time?", "Formula": "AVERAGE(FILTER(D1, (E1=\"penske\")*(C1<9)))", "Formula2": "AVERAGE(FILTER(D2:D13, (E2:E13=\"penske\")*(C2:C13<9)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "E1", "=", "\"penske\"", "*", "C1", "<", "9" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-1600272-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Manufacturer", "Start", "Finish", "Team" ], [ "2", "2002", "Ford", "23", "7", "Penske" ], [ "3", "2003", "Dodge", "37", "43", "Penske" ], [ "4", "2004", "Dodge", "20", "31", "Penske" ], [ "5", "2005", "Dodge", "9", "20", "Penske" ], [ "6", "2006", "Dodge", "18", "3", "Penske" ], [ "7", "2007", "Dodge", "16", "38", "Penske" ], [ "8", "2008", "Dodge", "7", "1", "Penske" ], [ "9", "2009", "Chevrolet", "36", "36", "Stewart-Haas" ], [ "10", "2010", "Chevrolet", "17", "34", "Stewart-Haas" ], [ "11", "2011", "Chevrolet", "21", "22", "Stewart-Haas" ], [ "12", "2012", "Chevrolet", "18", "21", "Stewart-Haas" ], [ "13", "2013", "Chevrolet", "34", "5", "Stewart-Haas" ] ] }, { "t5Formulas": [ { "Question": "How many career titles does roy emerson have?", "Formula": "SUMIFS(E1,C1,\"Roy Emerson\")", "Formula2": "SUMIFS(E2:E10,C2:C10,\"Roy Emerson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"Roy Emerson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What were the total career titles of the player who led for 5 years?", "Formula": "SUM(FILTER(E1, B1=5))", "Formula2": "SUM(FILTER(E2:E10, B2:B10=5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Of the players whose lead began at the australian championships, what was the shortest span of years led?", "Formula": "MINIFS(B1,F1,\"Australian Championships\")", "Formula2": "MINIFS(B2:B10,F2:F10,\"Australian Championships\")", "Level": "easy", "Tokens": [ "MINIFS(", "B1", "F1", "\"Australian Championships\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "At which tournament did william renshaw begin his lead when he had won 7 titles?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"William Renshaw\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,C2:C10=\"William Renshaw\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"William Renshaw\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "At what tournament did pete sampras begin his lead?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Pete Sampras\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"Pete Sampras\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Pete Sampras\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23408094-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Years led", "Span of years led", "Player", "Titles won at point of lead", "Total Career titles", "Tournament at which lead began" ], [ "2", "1877–1880", "4", "Spencer Gore", "1", "1", "Wimbledon" ], [ "3", "1880–1883", "4", "John Hartley", "2", "2", "Wimbledon" ], [ "4", "1883–1887", "5", "William Renshaw", "3", "7", "Wimbledon" ], [ "5", "1887–1925", "39", "Richard Sears", "7", "7", "U.S. Championships" ], [ "6", "1889–1925", "37", "William Renshaw", "7", "7", "Wimbledon" ], [ "7", "1911–1925", "15", "William Larned", "7", "7", "U.S. Championships" ], [ "8", "1925–1967", "43", "Bill Tilden", "8", "10", "U.S. Championships" ], [ "9", "1967–2000", "34", "Roy Emerson", "11", "12", "Australian Championships" ], [ "10", "2000–2009", "10", "Pete Sampras", "13", "14", "Wimbledon" ] ] }, { "t5Formulas": [ { "Question": "If the song choice is Coba and the order number is 10, what is the result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=10)*(C1=\"Coba\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=10)*(C2:C14=\"Coba\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "10", "*", "C1", "=", "\"Coba\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result if Coba is the song choice?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Coba\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Coba\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Coba\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If Coba is the song choice, what is the order number?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Coba\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Coba\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Coba\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If Crazy In Love is the song choice, what is the theme?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Crazy In Love\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Crazy In Love\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Crazy In Love\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For week number of the top 40, what was the results?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Top 40\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Top 40\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Top 40\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For week of top 9, what were the results?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Top 9\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Top 9\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Top 9\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22736523-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week #", "Theme", "Song choice", "Original artist", "Order #", "Result" ], [ "2", "Top 80", "N/A", "Jeritan Batin Ku", "P. Ramlee", "N/A", "Advanced" ], [ "3", "Top 60", "NA", "Juwita (Citra Terindah)", "M. Nasir", "NA", "Advanced" ], [ "4", "Top 40", "NA", "Mentera Semerah Padi", "M. Nasir", "NA", "Advanced" ], [ "5", "Top 20", "NA", "Belaian Jiwa", "Carefree", "NA", "Advanced" ], [ "6", "Top 12", "Contestant’s Choice", "Coba", "Faizal Tahir", "10", "Safe" ], [ "7", "Top 11", "Memori Tercipta", "Rahsia Pohon Cemara", "Exist", "8", "Safe" ], [ "8", "Top 10", "Contestant’s Choice", "Crazy In Love", "Beyoncé", "10", "Safe" ], [ "9", "Top 9", "Songwriter’s Week", "La La La Kerjalah", "Meet Uncle Hussein", "5", "Safe (Immunity Winner)" ], [ "10", "Top 8", "Opposites Attract", "Gantung", "Melly Goeslaw", "1", "Safe" ], [ "11", "Top 7", "Contestant’s Choice", "Ingin Bersamamu", "Syafinaz", "7", "Safe (Immunity Winner)" ], [ "12", "Top 6", "Contestant’s Choice", "Umbrella", "Rihanna", "1", "Safe" ], [ "13", "Top 5", "Sheila Majid ’s Song", "Aku Cinta Padamu", "Sheila Majid", "5", "Safe" ], [ "14", "Top 3", "Judge's Choice Viewer’s Choice", "Crazy In Love Coba", "Beyoncé Faizal Tahir", "1 3", "Safe" ] ] }, { "t5Formulas": [ { "Question": "Name the number of teams at the philips arena 19,335?", "Formula": "ROWS(FILTER(C1,H1=\"Philips Arena 19,335\"))", "Formula2": "ROWS(FILTER(C2:C14,H2:H14=\"Philips Arena 19,335\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "H1", "=", "\"Philips Arena 19,335\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the team located at philips arena 18,227?", "Formula": "FILTER(C1,H1=\"Philips Arena 18,227\")", "Formula2": "FILTER(C2:C14,H2:H14=\"Philips Arena 18,227\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "H1", "=", "\"Philips Arena 18,227\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-11961582-6", "Table": [ [ "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", "44", "February 2", "New Jersey", "W 104–32", "M. Williams (24)", "J. Smith (8)", "A. Law (8)", "Philips Arena 18,102", "20–24" ], [ "3", "45", "February 4", "Philadelphia", "W 96–91", "J. Childress (21)", "A. Horford (8)", "J. Smith (9)", "Philips Arena 14,563", "21–24" ], [ "4", "46", "February 6", "LA Lakers", "W 98–95", "J. Johnson (28)", "A. Horford (20)", "J. Smith (9)", "Philips Arena 19,701", "22–24" ], [ "5", "47", "February 8", "Cleveland", "L 100–95", "J. Johnson (23)", "J. Smith (8)", "J. Johnson (8)", "Philips Arena 19,335", "22–25" ], [ "6", "48", "February 9", "@ Houston", "L 108–89", "J. Childress (21)", "Z. Pachulia (9)", "J. Johnson (4)", "Toyota Center 18,177", "22–26" ], [ "7", "49", "February 12", "Detroit", "L 94–90", "J. Smith (30)", "A. Horford (16)", "J. Johnson (4)", "Philips Arena 18,227", "22–27" ], [ "8", "50", "February 13", "@ Charlotte", "L 100–98", "J. Johnson (23)", "A. Horford (14)", "J. Johnson (4)", "Charlotte Bobcats Arena 11,213", "22–28" ], [ "9", "51", "February 19", "@ LA Lakers", "L 122–93", "J. Johnson (18)", "Z. Pachulia (12)", "J. Smith (6)", "Staples Center 18,997", "22–29" ], [ "10", "52", "February 20", "@ Sacramento", "L 119–107", "J. Childress (18)", "A. Horford (12)", "J. Johnson (4)", "ARCO Arena 13,641", "22–30" ], [ "11", "53", "February 22", "@ Golden State", "W 117–110", "J. Johnson (27)", "M. Williams (14)", "J. Johnson (8)", "Oracle Arena 19,596", "23–30" ], [ "12", "54", "February 23", "@ Utah", "L 100–94", "J. Smith (30)", "J. Smith (12)", "M. Bibby J. Johnson (9)", "EnergySolutions Arena 19,911", "23–31" ], [ "13", "55", "February 25", "@ San Antonio", "L 89–74", "J. Johnson (17)", "A. Horford J. Smith (13)", "M. Bibby J. Johnson (5)", "AT&T Center 18,113", "23–32" ], [ "14", "56", "February 27", "Sacramento", "W 123–117", "J. Johnson (26)", "A. Horford (14)", "M. Bibby (12)", "Philips Arena 15,661", "24–32" ] ] }, { "t5Formulas": [ { "Question": "What tournament did Bill Rogers play in when he had less than 7 Cuts, 0 Wins, and less than 1 Top-25?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(G1),SUMX(B1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)<7)*(CHOOSECOLS(query1,3)=0)*(CHOOSECOLS(query1,4)<1)))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(G2:G6),SUMX(B2:B6),SUMX(E2:E6)),FILTER(query1,(CHOOSECOLS(query1,2)<7)*(CHOOSECOLS(query1,3)=0)*(CHOOSECOLS(query1,4)<1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "G1", "SUMX(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7", "*", "CHOOSECOLS(", "query1", "3", "=", "0", "*", "CHOOSECOLS(", "query1", "4", "<", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-1610479-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "0", "0", "8", "4" ], [ "3", "U.S. Open", "0", "3", "3", "4", "13", "7" ], [ "4", "The Open Championship", "1", "1", "2", "4", "7", "4" ], [ "5", "PGA Championship", "0", "0", "1", "1", "7", "5" ], [ "6", "Totals", "1", "4", "6", "9", "35", "20" ] ] }, { "t5Formulas": [ { "Question": "What season has 195 runs as a margin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"195 runs\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"195 runs\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"195 runs\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What season has 2 as a rank?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=2),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What venue has 2 as the rank?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=2),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What opponent has 2011/12 as the season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2011/12\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"2011/12\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2011/12\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14412861-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Margin", "Opponent", "Venue", "Season" ], [ "2", "1", "421 runs", "New South Wales *", "Bellerive Oval , Hobart", "2006/07" ], [ "3", "2", "365 runs", "Victoria", "TCA Ground , Hobart", "1898/99" ], [ "4", "3", "213 runs", "South Australia", "Adelaide Oval , Adelaide", "2003/04" ], [ "5", "4", "195 runs", "South Australia", "Bellerive Oval , Hobart", "2004/05" ], [ "6", "5", "182 runs", "South Australia", "Bellerive Oval , Hobart", "2011/12" ], [ "7", "Source: . Last updated: 30 September 2013.", "Source: . Last updated: 30 September 2013.", "Source: . Last updated: 30 September 2013.", "Source: . Last updated: 30 September 2013.", "Source: . Last updated: 30 September 2013." ] ] }, { "t5Formulas": [ { "Question": "Which round has an H/A of A with Notts County as opponents?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(C1=\"notts county\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(D2:D8=\"a\")*(C2:C8=\"notts county\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"a\"", "*", "C1", "=", "\"notts county\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15080761-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponents", "H / A", "Result F – A", "Attendance" ], [ "2", "12 December 1903", "Intermediate Round", "Small Heath", "H", "1 – 1", "10,000" ], [ "3", "16 December 1903", "Intermediate Round Replay", "Small Heath", "A", "1 – 1", "5,000" ], [ "4", "21 December 1903", "Intermediate Round 2nd Replay", "Small Heath", "Bramall Lane", "1 – 1", "3,000" ], [ "5", "11 January 1904", "Intermediate Round 3rd Replay", "Small Heath", "Hyde Road", "3 – 1", "9,372" ], [ "6", "6 February 1904", "Round 1", "Notts County", "A", "3 – 3", "12,000" ], [ "7", "10 February 1904", "Round 1 Replay", "Notts County", "H", "2 – 1", "18,000" ], [ "8", "20 February 1904", "Round 2", "The Wednesday", "A", "0 – 6", "22,051" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the shield winner in which the mls cup winner and mls cup runner up is colorado rapids?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Colorado Rapids\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,C2:C18=\"Colorado Rapids\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Colorado Rapids\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the shield winner in which the mls cup winner and mls supporters shield runner up is Chivas usa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Chivas USA\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"Chivas USA\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Chivas USA\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the of the shield winnerin which the mls cup runner-up and mls cup winner is real salt lake?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Real Salt Lake\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"Real Salt Lake\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Real Salt Lake\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which shield winner has the mls cup runner up and the season is 2000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2000),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=2000),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2000", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-11148572-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "MLS Cup Winner", "MLS Cup Runner-Up", "MLS Supporters Shield Winner", "MLS Supporters Shield Runner-Up" ], [ "2", "1996", "D.C. United", "Los Angeles Galaxy", "Tampa Bay Mutiny", "Los Angeles Galaxy" ], [ "3", "1997", "D.C. United", "Colorado Rapids", "D.C. United", "Kansas City Wizards" ], [ "4", "1998", "Chicago Fire", "D.C. United", "Los Angeles Galaxy", "D.C. United" ], [ "5", "1999", "D.C. United", "Los Angeles Galaxy", "D.C. United", "Los Angeles Galaxy" ], [ "6", "2000", "Kansas City Wizards", "Chicago Fire", "Kansas City Wizards", "Chicago Fire" ], [ "7", "2001", "San Jose Earthquakes", "Los Angeles Galaxy", "Miami Fusion", "Chicago Fire" ], [ "8", "2002", "Los Angeles Galaxy", "New England Revolution", "Los Angeles Galaxy", "San Jose Earthquakes" ], [ "9", "2003", "San Jose Earthquakes", "Chicago Fire", "Chicago Fire", "San Jose Earthquakes" ], [ "10", "2004", "D.C. United", "Kansas City Wizards", "Columbus Crew", "Kansas City Wizards" ], [ "11", "2005", "Los Angeles Galaxy", "New England Revolution", "San Jose Earthquakes", "New England Revolution" ], [ "12", "2006", "Houston Dynamo", "New England Revolution", "D.C. United", "FC Dallas" ], [ "13", "2007", "Houston Dynamo", "New England Revolution", "D.C. United", "Chivas USA" ], [ "14", "2008", "Columbus Crew", "New York Red Bulls", "Columbus Crew", "Houston Dynamo" ], [ "15", "2009", "Real Salt Lake", "Los Angeles Galaxy", "Columbus Crew", "Los Angeles Galaxy" ], [ "16", "2010", "Colorado Rapids", "FC Dallas", "Los Angeles Galaxy", "Real Salt Lake" ], [ "17", "2011", "Los Angeles Galaxy", "Houston Dynamo", "Los Angeles Galaxy", "Seattle Sounders FC" ], [ "18", "2012", "Los Angeles Galaxy", "Houston Dynamo", "San Jose Earthquakes", "Sporting Kansas City" ] ] }, { "t5Formulas": [ { "Question": "When Mark Stimson started his job in 2007-08 what posiiton was the team on the table", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Mark Stimson\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"Mark Stimson\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Mark Stimson\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In football league one, what coach was hired as a replacement on 8 October 2007", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"8 October 2007\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"8 October 2007\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"8 October 2007\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "One 6 November 2007 what was the manner of departure for the coach release in football league one?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"6 November 2007\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,F2:F9=\"6 November 2007\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"6 November 2007\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-28181347-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment", "Position in table" ], [ "2", "Carlisle United", "Neil McDonald", "Contract terminated", "13 August 2007", "John Ward", "2 October 2007", "8th" ], [ "3", "Gillingham", "Ronnie Jepson", "Mutual consent", "9 September 2007", "Mark Stimson", "1 November 2007", "22nd" ], [ "4", "Port Vale", "Martin Foyle", "Mutual consent", "26 September 2007", "Lee Sinnott", "5 November 2007", "23rd" ], [ "5", "Cheltenham Town", "John Ward", "Mutual consent (hired by Carlisle United )", "2 October 2007", "Keith Downing", "2 November 2007", "23rd" ], [ "6", "Millwall", "Willie Donachie", "Contract terminated", "8 October 2007", "Kenny Jackett", "6 November 2007", "24th" ], [ "7", "Swindon Town", "Paul Sturrock", "Mutual consent (hired by Plymouth Argyle )", "27 November 2007", "Maurice Malpas", "15 January 2008", "11th" ], [ "8", "Luton Town", "Kevin Blackwell", "Contract terminated", "16 January 2008", "Mick Harford", "16 January 2008", "22nd" ], [ "9", "Huddersfield Town", "Andy Ritchie", "Mutual consent", "1 April 2008", "Stan Ternent", "24 April 2008", "14th" ] ] }, { "t5Formulas": [ { "Question": "Show all cities", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Which cities do we have?", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Which city has zip code 255?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=255),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,D2:D16=255),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "255", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "which city has zip code 255?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=255),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,D2:D16=255),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "255", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which countries have more than 4 addresses listed?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "which countries have more than 4 addresses?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "the cities.", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "What are the cities?", "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Level": "easy", "Tokens": [ "UNIQUE(", "C1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "the city with the zip code 255", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=255),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,D2:D16=255),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "255", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "The country with more than 4 addresses.", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "the countries with more than 4 addresses", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "and_addresses_addresses", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "address id", "address content", "city", "zip postcode", "state province county", "country", "state", "other address details" ], [ "2", "1", "9443 Boyle Route Suite 857", "Lucasville", "416", "Colorado", "USA", "", "" ], [ "3", "2", "1969 Jabari Port Suite 393", "New Sabryna", "721", "SouthCarolina", "USA", "", "" ], [ "4", "3", "295 Hackett Curve", "Reingertown", "255", "NewJersey", "USA", "", "" ], [ "5", "4", "92865 Margaretta Streets Suite 467", "Gleasonmouth", "940", "Arizona", "USA", "", "" ], [ "6", "5", "08996 Brisa Lane Apt. 583", "Stantonville", "354", "Mississippi", "USA", "", "" ], [ "7", "6", "826 Murray Locks Apt. 654", "South Meghanview", "918", "Colorado", "USA", "", "" ], [ "8", "7", "59540 Grover Wells Apt. 814", "Lake Walterton", "767", "Virginia", "USA", "", "" ], [ "9", "8", "78614 Maybell Alley Suite 057", "South Bellaland", "921", "Florida", "USA", "", "" ], [ "10", "9", "9168 King Rest", "Felicityfort", "482", "Texas", "USA", "", "" ], [ "11", "10", "120 Noble Radial", "East Julianaside", "821", "Texas", "USA", "", "" ], [ "12", "11", "618 Odie Villages Suite 133", "Lake Geovannyton", "623", "NewMexico", "USA", "", "" ], [ "13", "12", "16438 Herman Pine", "New Terrillport", "684", "Arkansas", "USA", "", "" ], [ "14", "13", "47831 Martin Islands", "Port Lilyan", "235", "RhodeIsland", "USA", "", "" ], [ "15", "14", "995 Weimann Gateway", "Lake Ryann", "470", "Kentucky", "USA", "", "" ], [ "16", "15", "41632 Kerluke Field", "East Pascale", "720", "Texas", "USA", "", "" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the total number of 100s that has the Balls larger than 325, and the Runs smaller than 572?", "Formula": "SUM(FILTER(H1, (E1>325)*(D1<572)))", "Formula2": "SUM(FILTER(H2:H6, (E2:E6>325)*(D2:D6<572)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "E1", ">", "325", "*", "D1", "<", "572" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the sum of 100s that has the Matches of 12, and the Strike Rate smaller than 144.81?", "Formula": "SUM(FILTER(H1, (C1=12)*(F1<144.81)))", "Formula2": "SUM(FILTER(H2:H6, (C2:C6=12)*(F2:F6<144.81)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "C1", "=", "12", "*", "F1", "<", "144.81" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the sum of 100s that has the Team of deccan chargers, and the Match of 8, and the Average larger than 35.57?", "Formula": "SUM(FILTER(H1, (B1=\"deccan chargers\")*(C1=8)*(G1>35.57)))", "Formula2": "SUM(FILTER(H2:H6, (B2:B6=\"deccan chargers\")*(C2:C6=8)*(G2:G6>35.57)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "B1", "=", "\"deccan chargers\"", "*", "C1", "=", "8", "*", "G1", ">", "35.57" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Can you tell me the total number of Matched that has the Strike Rate smallet than 152.3, and the Balls of 395?", "Formula": "SUM(FILTER(C1, (F1<152.3)*(E1=395)))", "Formula2": "SUM(FILTER(C2:C6, (F2:F6<152.3)*(E2:E6=395)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "<", "152.3", "*", "E1", "=", "395" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "test_2-17529767-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Player", "Team", "Matches", "Runs", "Balls", "Strike Rate", "Average", "100s" ], [ "2", "Dwayne Smith", "Deccan Chargers", "8", "215", "132", "162.88", "26.87", "0" ], [ "3", "Adam Gilchrist", "Deccan Chargers", "16", "495", "325", "152.30", "30.93", "0" ], [ "4", "Andrew Symonds", "Deccan Chargers", "8", "249", "166", "150.00", "35.57", "0" ], [ "5", "Matthew Hayden", "Chennai Super Kings", "12", "572", "395", "144.81", "52.00", "0" ], [ "6", "Suresh Raina", "Chennai Super Kings", "14", "434", "308", "140.90", "31.00", "0" ] ] }, { "t5Formulas": [ { "Question": "Tell me the 1998 Broadway with barry cavanagh", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"barry cavanagh\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,I2:I9=\"barry cavanagh\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"barry cavanagh\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the 1979 Broadway for dana solimando", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"dana solimando\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,I2:I9=\"dana solimando\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"dana solimando\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the character for 1998 drake english", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"drake english\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,H2:H9=\"drake english\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"drake english\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the 1955 broadcast for kent fletcher", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"kent fletcher\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,D2:D9=\"kent fletcher\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"kent fletcher\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the 1991 broadway for george rose", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"george rose\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,E2:E9=\"george rose\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"george rose\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10312547-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Character", "1954 Broadway", "1955 broadcast", "1960 broadcast", "1979 Broadway", "1990 Broadway", "1991 Broadway", "1998 Broadway", "1999 Broadway" ], [ "2", "Peter Pan", "Mary Martin", "Mary Martin", "Mary Martin", "Sandy Duncan", "Cathy Rigby", "Cathy Rigby", "Cathy Rigby", "Cathy Rigby" ], [ "3", "Captain Hook / Mr. Darling", "Cyril Ritchard", "Cyril Ritchard", "Cyril Ritchard", "George Rose", "Stephen Hanan", "J.K. Simmons", "Paul Schoeffler", "Paul Schoeffler" ], [ "4", "Mrs. Darling", "Margalo Gillmore", "Margalo Gillmore", "Margalo Gillmore", "Beth Fowler", "Lauren Thompson", "Lauren Thompson", "Barbara McCulloh", "Barbara McCulloh" ], [ "5", "Tiger Lily", "Sondra Lee", "Sondra Lee", "Sondra Lee", "Maria Pogee", "Holly Irwin", "Michelle Schumacher", "Dana Solimando", "Dana Solimando" ], [ "6", "Wendy Darling", "Kathleen Nolan", "Kathleen Nolan", "Maureen Bailey", "Marsha Kramer", "Cindy Robinson", "Cindy Robinson", "Elisa Sagardia", "Elisa Sagardia" ], [ "7", "Michael Darling", "Joseph Stafford", "Tom Halloran", "Kent Fletcher", "Jonathan Ward", "Chad Hutchison", "Joey Cee", "Drake English", "Drake English" ], [ "8", "John Darling", "Robert Harrington", "Robert Harrington", "Joey Trent", "Alexander Winter", "Britt West", "David Burdick", "Chase Kniffen", "Barry Cavanagh" ], [ "9", "Smee", "Joe E. Marks", "Joe E. Marks", "Joe E. Marks", "Arnold Soboloff", "Don Potter", "Don Potter", "Michael Nostrand", "Michael Nostrand" ] ] }, { "t5Formulas": [ { "Question": "What's the result when the Washington Redskins were the opponents on a week after 8?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"washington redskins\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,C2:C18=\"washington redskins\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"washington redskins\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18684522-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 11, 2005", "at New York Giants", "L 42-19", "78,387" ], [ "3", "2", "September 18, 2005", "St. Louis Rams", "L 17-12", "45,160" ], [ "4", "3", "September 25, 2005", "at Seattle Seahawks", "L 37-14", "64,843" ], [ "5", "4", "October 2, 2005", "San Francisco 49ers", "W 31-14", "103,467" ], [ "6", "5", "October 9, 2005", "Carolina Panthers", "L 24-20", "38,809" ], [ "7", "6", "Bye", "Bye", "Bye", "Bye" ], [ "8", "7", "October 23, 2005", "Tennessee Titans", "W 20-10", "39,482" ], [ "9", "8", "October 30, 2005", "at Dallas Cowboys", "L 34-13", "62,068" ], [ "10", "9", "November 6, 2005", "Seattle Seahawks", "L 33-19", "43,542" ], [ "11", "10", "November 13, 2005", "at Detroit Lions", "L 29-21", "61,091" ], [ "12", "11", "November 20, 2005", "at St. Louis Rams", "W 38-28", "65,750" ], [ "13", "12", "November 27, 2005", "Jacksonville Jaguars", "L 24-17", "39,198" ], [ "14", "13", "December 4, 2005", "at San Francisco 49ers", "W 17-10", "60,439" ], [ "15", "14", "December 11, 2005", "Washington Redskins", "L 17-13", "46,654" ], [ "16", "15", "December 18, 2005", "at Houston Texans", "L 30-19", "70,024" ], [ "17", "16", "December 25, 2005", "Philadelphia Eagles", "W 27-21", "44,723" ], [ "18", "17", "January 1, 2006", "at Indianapolis Colts", "L 17-13", "57,211" ] ] }, { "t5Formulas": [ { "Question": "What is the place and when was the year when the women's doubles womens were Bai yang Niu Jianfeng?", "Formula": "FILTER(A1,E1=\"Bai Yang Niu Jianfeng\")", "Formula2": "FILTER(A2:A10,E2:E10=\"Bai Yang Niu Jianfeng\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"Bai Yang Niu Jianfeng\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many times has Ma Long won the men's singles?", "Formula": "ROWS(FILTER(D1,B1=\"Ma Long\"))", "Formula2": "ROWS(FILTER(D2:D10,B2:B10=\"Ma Long\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "B1", "=", "\"Ma Long\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many times has Sun Jin won the women's doubles?", "Formula": "ROWS(FILTER(D1,C1=\"Sun Jin\"))", "Formula2": "ROWS(FILTER(D2:D10,C2:C10=\"Sun Jin\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "C1", "=", "\"Sun Jin\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-28138035-33", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year Location", "Mens Singles", "Womens Singles", "Mens Doubles", "Womens Doubles" ], [ "2", "2011 Stockholm", "Ma Long", "Guo Yan", "Wang Liqin Yan An", "Guo Yan Guo Yue" ], [ "3", "2007 Stockholm", "Wang Hao", "Li Xiaoxia", "Ma Long Wang Hao", "Kim Kyung-Ah Park Mi-Young" ], [ "4", "2005 Gothenburg", "Timo Boll", "Cao Zhen", "Oh Sang-Eun Lee Jung-Woo", "Tie Ya Na Zhang Rui" ], [ "5", "2003 Malmö", "Wang Liqin", "Zhang Yining", "Wang Hao Ma Lin", "Guo Yue Niu Jianfeng" ], [ "6", "2001 Skovde", "Wang Liqin", "Guo Yan", "Wang Liqin Yan Sen", "Bai Yang Yang Ying" ], [ "7", "2000 Umeå", "Liu Guozheng", "Zhang Yining", "Liu Guozheng Ma Lin", "Bai Yang Niu Jianfeng" ], [ "8", "1999 Karlskrona", "Wang Liqin", "Sun Jin", "Patrick Chila Jean-Philippe Gatien", "Sun Jin Yang Ying" ], [ "9", "1998 Sundsvall", "Damien Eloi", "Qianhong Gotsch-He", "Ma Lin Qin Zhijian", "Lin Ling Sun Jin" ], [ "10", "1997 Kalmar", "Vladimir Samsonov", "Wang Hui", "Lucjan Blaszczyk Tomasz Krzeszewski", "Kim Moo-Kyo Park Hae-Jung" ] ] }, { "t5Formulas": [ { "Question": "What is the average number of silver medals with more than 6 gold meals and less than 5 bronze medals?", "Formula": "AVERAGE(FILTER(D1, (C1>6)*(E1<5)))", "Formula2": "AVERAGE(FILTER(D2:D15, (C2:C15>6)*(E2:E15<5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", ">", "6", "*", "E1", "<", "5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many ranks are for Switzerland with more than 2 total medals?", "Formula": "SUM(FILTER(A1, (B1=\"switzerland\")*(F1>2)))", "Formula2": "SUM(FILTER(A2:A15, (B2:B15=\"switzerland\")*(F2:F15>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"switzerland\"", "*", "F1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-12392655-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "16", "12", "5", "33" ], [ "3", "2", "Japan", "6", "2", "3", "11" ], [ "4", "2", "Canada", "4", "1", "6", "11" ], [ "5", "3", "China", "3", "3", "4", "10" ], [ "6", "4", "Ukraine", "1", "6", "1", "8" ], [ "7", "5", "Germany", "1", "0", "3", "4" ], [ "8", "5", "France", "0", "1", "3", "4" ], [ "9", "6", "Belgium", "1", "1", "1", "3" ], [ "10", "7", "Switzerland", "0", "2", "0", "2" ], [ "11", "7", "Finland", "0", "1", "1", "2" ], [ "12", "7", "Hungary", "0", "1", "1", "2" ], [ "13", "7", "Italy", "0", "1", "1", "2" ], [ "14", "7", "United States", "0", "1", "1", "2" ], [ "15", "14", "Poland", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "Which name is 51.89 (2.043) long?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"51.89 (2.043)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"51.89 (2.043)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"51.89 (2.043)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which bullet has a Shoulder of 10.92 (.430)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"10.92 (.430)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"10.92 (.430)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"10.92 (.430)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which shoulder has a Neck of 7.3 (.288)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"7.3 (.288)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"7.3 (.288)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"7.3 (.288)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which bullet has a Length of 33.78 (1.33)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"33.78 (1.33)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"33.78 (1.33)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"33.78 (1.33)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which length has a Bullet of 6.5 (.257)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"6.5 (.257)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"6.5 (.257)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"6.5 (.257)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1058122-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Bullet", "Length", "Base", "Shoulder", "Neck" ], [ "2", ".25-20 Winchester", "6.55 (.258)", "33.78 (1.33)", "8.86 (.349)", "8.46 (.333)", "6.96 (.274)" ], [ "3", ".25-35 Winchester", "6.55 (.258)", "51.89 (2.043)", "10.73 (.422)", "9.26 (.365)", "7.15 (.282)" ], [ "4", ".250-3000 Savage", "6.553 (.258)", "48.46 (1.912)", "11.91 (.469)", "10.51 (.414)", "7.26 (.286)" ], [ "5", ".257 Roberts", "6.553 (.258)", "56.72 (2.233)", "11.99 (.427)", "10.92 (.430)", "7.36 (.290)" ], [ "6", ".25-06 Remington", "6.541 (.2575)", "63.35 (2.494)", "11.94 (.470)", "11.20 (.441)", "7.37 (.290)" ], [ "7", ".257 Weatherby Magnum", "6.5 (.257)", "65.0 (2.560)", "13.1 (.514)", "12.6 (.496)", "7.3 (.288)" ], [ "8", ".256 Win Magnum", "6.528 (.257)", "32.54 (1.281)", "9.677 (.381)", "9.347 (.368)", "6.528 (.257)" ] ] }, { "t5Formulas": [ { "Question": "What week has an attendance of 10402", "Formula": "SUM(FILTER(A1, F1=10402))", "Formula2": "SUM(FILTER(A2:A18, F2:F18=10402))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "10402" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the record on Sept 22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Sept 22\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,B2:B18=\"Sept 22\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Sept 22\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-23624542-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Final Score", "Result", "Attendance", "Record" ], [ "2", "1", "July 11", "vs. Toronto Argonauts", "35–18", "Loss", "23254", "0–1" ], [ "3", "2", "July 17", "at Edmonton Eskimos", "40–33", "Loss", "35511", "0–2" ], [ "4", "3", "July 24", "vs. Calgary Stampeders", "42–28", "Loss", "18788", "0–3" ], [ "5", "4", "Aug 2", "at Winnipeg Blue Bombers", "26–19", "Loss", "24743", "0–4" ], [ "6", "5", "Aug 8", "vs. Winnipeg Blue Bombers", "41–31", "Win", "23414", "1–4" ], [ "7", "6", "Aug 15", "vs. Edmonton Eskimos", "36–35", "Win", "25884", "2–4" ], [ "8", "7", "Aug 24", "at Hamilton Tiger-Cats", "24–19", "Win", "11027", "3–4" ], [ "9", "8", "Aug 29", "vs. Hamilton Tiger-Cats", "38–14", "Win", "24532", "4–4" ], [ "10", "9", "Sept 4", "at BC Lions", "24–20", "Loss", "28107", "4–5" ], [ "11", "10", "Sept 8", "vs. BC Lions", "56–29", "Loss", "24171", "4–6" ], [ "12", "11", "Sept 14", "at Hamilton Tiger-Cats", "33–26", "Win", "10402", "5–6" ], [ "13", "12", "Sept 22", "at Winnipeg Blue Bombers", "40–8", "Loss", "32675", "5–7" ], [ "14", "13", "Sept 29", "vs. Toronto Argonauts", "25–24", "Loss", "26172", "5–8" ], [ "15", "14", "Oct 6", "vs. Saskatchewan Roughriders", "42–25", "Win", "22038", "6–8" ], [ "16", "15", "Oct 13", "at Calgary Stampeders", "44–24", "Loss", "18761", "6–9" ], [ "17", "16", "Oct 20", "at Saskatchewan Roughriders", "41–28", "Loss", "19478", "6–10" ], [ "18", "17", "Oct 26", "vs. Winnipeg Blue Bombers", "46–20", "Win", "23060", "7–10" ] ] }, { "t5Formulas": [ { "Question": "How many locomotives have a name of City of Birmingham", "Formula": "SUMIFS(A1,B1,\"City of Birmingham\")", "Formula2": "SUMIFS(A2:A6,B2:B6,\"City of Birmingham\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"City of Birmingham\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many locomotives have a livery that is highland railway green", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Highland Railway green\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, C2:C6=\"Highland Railway green\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"Highland Railway green\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which locomotive type has a status in static display", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"Static display\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,H2:H6=\"Static display\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"Static display\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15827397-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "Name", "Livery", "Locomotive type", "Wheel Arrangement", "Builder", "Year built", "Status" ], [ "2", "1", "Northern Rock II", "Highland Railway green", "Steam", "2-6-2", "Ravenglass & Eskdale Railway", "1989", "In traffic" ], [ "3", "2", "Ernest W. Twining", "Dark blue", "Steam", "4-6-2", "G & S Co.", "1950", "Static display" ], [ "4", "3", "John Southland II", "Two-tone red", "Diesel", "B-B", "TMA Engineering", "1988", "In traffic" ], [ "5", "4", "Cumbria", "Brunswick green", "Steam", "2-6-2", "Ravenglass & Eskdale Railway", "1992", "In traffic" ], [ "6", "5", "City of Birmingham", "Two-tone green", "Diesel", "0-6-0", "TMA Engineering", "1992", "In traffic" ] ] }, { "t5Formulas": [ { "Question": "what is the date of the tournament in michalovce", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"michalovce\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"michalovce\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"michalovce\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14359057-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner–up", "20 April 2007", "Hvar", "Clay", "Karolina Jovanović", "1–6 4–6" ], [ "3", "Winner", "14 May 2007", "Michalovce", "Clay", "Katarzyna Piter", "2–6 6–3 6–4" ], [ "4", "Runner–up", "25 May 2008", "Galați", "Clay", "Valentina Sulpizio", "2–6 6–7(2)" ], [ "5", "Runner–up", "10 August 2008", "Hechingen", "Clay", "Maša Zec Peškirič", "6–3 6–7(1) 3–6" ], [ "6", "Runner–up", "7 September 2008", "Maribor", "Clay", "Maša Zec Peškirič", "2–6 6–7(6)" ], [ "7", "Runner–up", "29 March 2009", "La Palma", "Hard", "Anastasija Sevastova", "6–4 1–6 1–6" ], [ "8", "Runner–up", "5 June 2009", "Pozoblanco", "Hard", "Angelique Kerber", "3–6 4–6" ], [ "9", "Runner–up", "6 June 2010", "Brno", "Clay", "Zuzana Ondrášková", "3–6 6–4 2–6" ], [ "10", "Runner–up", "26 September 2010", "Bucharest", "Clay", "Mădălina Gojnea", "4–6 4–6" ], [ "11", "Winner", "18 June 2012", "Alkmaar", "Clay", "Janina Toljan", "6–3 6–4" ], [ "12", "Winner", "8 July 2012", "Denain", "Clay", "Michaela Hončová", "6–2 1–6 6–2" ], [ "13", "Runner–up", "30 June 2013", "Zlín", "Clay", "Melanie Klaffner", "3–6 2–6" ], [ "14", "Winner", "28 July 2013", "Les Contamines-Montjoie", "Clay", "Clothilde de Bernardi", "7–5 6–7(3) 6–3" ], [ "15", "Winner", "18 August 2013", "Craiova", "Clay", "Alberta Brianti", "7–5 3–6 6–4" ], [ "16", "Runner–up", "15 September 2013", "Sofia", "Clay", "Patricia Mayr-Achleitner", "2–6 6–1 3–6" ], [ "17", "Runner–up", "26 October 2013", "Herzliya", "Hard", "Yuliya Beygelzimer", "3–6, 6–4, 2–5, ret." ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE AVG AST FOR GAMES LARGER THAN 101, RANK 5, TOTAL ASSISTS SMALLER THAN 331?", "Formula": "SUM(FILTER(E1, (D1>101)*(A1=5)*(F1<331)))", "Formula2": "SUM(FILTER(E2:E11, (D2:D11>101)*(A2:A11=5)*(F2:F11<331)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "101", "*", "A1", "=", "5", "*", "F1", "<", "331" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "WHAT IS THE SUM OF AST AVG WITH RANK 5 AND GAMES BIGGER THAN 108?", "Formula": "SUM(FILTER(E1, (A1=5)*(D1>108)))", "Formula2": "SUM(FILTER(E2:E11, (A2:A11=5)*(D2:D11>108)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "5", "*", "D1", ">", "108" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16835332-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Years", "Games", "Ast. Avg.", "Total Assists" ], [ "2", "1", "Curtis McCants", "1993–1996", "81", "7.3", "598" ], [ "3", "2", "Myron Contee", "1974–1979", "101", "4.0", "411" ], [ "4", "3", "Ricky Wilson", "1982–1986", "116", "3.4", "405" ], [ "5", "4", "Folarin Campbell", "2004–2008", "130", "3.0", "392" ], [ "6", "5", "John Niehoff", "1980–1984", "108", "3.0", "331" ], [ "7", "6", "Steve Smith", "1986–1990", "114", "2.8", "329" ], [ "8", "7", "Mike Hargett", "1988–1991", "93", "3.3", "312" ], [ "9", "8", "Tremaine Price", "1997–2001", "110", "2.8", "308" ], [ "10", "9", "Raoul Heinen", "2000–2004", "109", "2.7", "290" ], [ "11", "10", "Jamel Perkins", "1989–1993", "97", "2.9", "283" ] ] }, { "t5Formulas": [ { "Question": "What party did the incumbent from the Virginia 5 district who was re-elected and was first elected in 1797 belong to?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Re-elected\")*(D1=1797)*(A1=\"Virginia 5\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"Re-elected\")*(D2:D14=1797)*(A2:A14=\"Virginia 5\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Re-elected\"", "*", "D1", "=", "1797", "*", "A1", "=", "\"Virginia 5\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the incumbent first elected in the district where the result was a democratic-republican gain? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Democratic-Republican gain\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"Democratic-Republican gain\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Democratic-Republican gain\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what district was the incumbent Edwin Gray? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Edwin Gray\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Edwin Gray\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Edwin Gray\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the incumbent from the Virginia 10 district first elected? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Virginia 10\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Virginia 10\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Virginia 10\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2668401-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Virginia 2", "David Holmes", "Democratic-Republican", "1797", "Re-elected", "David Holmes (DR) Alexander Sinclair (F)" ], [ "3", "Virginia 4", "Abram Trigg", "Democratic-Republican", "1797", "Re-elected", "Abram Trigg (DR)" ], [ "4", "Virginia 5", "John J. Trigg", "Democratic-Republican", "1797", "Re-elected", "John J. Trigg (DR)" ], [ "5", "Virginia 6", "Matthew Clay", "Democratic-Republican", "1797", "Re-elected", "Matthew Clay (DR)" ], [ "6", "Virginia 7", "John Randolph", "Democratic-Republican", "1799", "Re-elected", "John Randolph (DR)" ], [ "7", "Virginia 8", "Samuel Goode", "Federalist", "1799", "Democratic-Republican gain", "Thomas Claiborne (DR)" ], [ "8", "Virginia 9", "Joseph Eggleston", "Democratic-Republican", "1798 (special)", "Democratic-Republican hold", "William B. Giles (DR)" ], [ "9", "Virginia 10", "Edwin Gray", "Democratic-Republican", "1799", "Re-elected", "Edwin Gray (DR) Nicholas Faulcon (DR)" ], [ "10", "Virginia 12", "Thomas Evans", "Federalist", "1797", "Retired Federalist hold", "John Stratton (F) John Page (DR)" ], [ "11", "Virginia 13", "Littleton Waller Tazewell", "Democratic-Republican", "1800 (special)", "Retired Democratic-Republican hold", "John Clopton (DR) Samuel Tyler (DR)" ], [ "12", "Virginia 14", "Samuel J. Cabell", "Democratic-Republican", "1795", "Re-elected", "Samuel J. Cabell (DR)" ], [ "13", "Virginia 15", "John Dawson", "Democratic-Republican", "1797", "Re-elected", "John Dawson (DR)" ], [ "14", "Virginia 18", "John Nicholas", "Democratic-Republican", "1793", "Retired Democratic-Republican hold", "Philip R. Thompson (DR) John Blackwell (F)" ] ] }, { "t5Formulas": [ { "Question": "Name the gs for points being 12.1", "Formula": "SUM(FILTER(C1, D1=12.1))", "Formula2": "SUM(FILTER(C2:C6, D2:D6=12.1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "12.1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the assists for 157 games", "Formula": "SUM(FILTER(F1, B1=157))", "Formula2": "SUM(FILTER(F2:F6, B2:B6=157))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "157" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the steals for season 2007/2008", "Formula": "SUMIFS(H1,A1,\"2007/2008\")", "Formula2": "SUMIFS(H2:H6,A2:A6,\"2007/2008\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "A1", "\"2007/2008\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the total number of assists for 77 blocks", "Formula": "SUM(FILTER(F1, G1=77))", "Formula2": "SUM(FILTER(F2:F6, G2:G6=77))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "=", "77" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-17309500-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Season", "Games", "GS", "Points", "Rebounds", "Assists", "Blocks", "Steals", "Turnovers" ], [ "2", "2006/2007", "31", "23", "10.6", "6.1", "1.1", "0.5", "0.6", "1.6" ], [ "3", "2007/2008", "42", "13", "9.9", "5.2", "1.3", "0.5", "1.0", "0.9" ], [ "4", "2008/2009", "37", "36", "13.9", "6.5", "0.9", "0.5", "0.9", "1.4" ], [ "5", "2009/2010", "47", "33", "12.1", "5.2", "1.1", "0.5", "0.8", "1.4" ], [ "6", "Total", "157", "105", "1829", "899", "178", "77", "124", "207" ] ] }, { "t5Formulas": [ { "Question": "If the Home team was north melbourne and the Crowd was larger than 10,000, what was the Home team's score?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"north melbourne\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10000))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,A2:A7=\"north melbourne\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10000))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "A1", "=", "\"north melbourne\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10000" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "How many people were in the Crowd when the Home team scored 10.7 (67)?", "Formula": "SUMIFS(F1,B1,\"10.7 (67)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"10.7 (67)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"10.7 (67)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10790099-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "8.7 (55)", "South Melbourne", "8.9 (57)", "Punt Road Oval", "35,000", "25 June 1932" ], [ "3", "Footscray", "10.7 (67)", "Melbourne", "3.9 (27)", "Western Oval", "10,000", "25 June 1932" ], [ "4", "Fitzroy", "13.15 (93)", "Hawthorn", "9.9 (63)", "Brunswick Street Oval", "7,500", "25 June 1932" ], [ "5", "Geelong", "9.9 (63)", "Essendon", "11.12 (78)", "Corio Oval", "9,500", "25 June 1932" ], [ "6", "St Kilda", "12.16 (88)", "Collingwood", "15.15 (105)", "Junction Oval", "9,000", "25 June 1932" ], [ "7", "North Melbourne", "11.7 (73)", "Carlton", "14.16 (100)", "Arden Street Oval", "15,000", "25 June 1932" ] ] }, { "t5Formulas": [ { "Question": "What position is the player whose first year is 2014", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=2014),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=2014),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "2014", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the players position in 2013 who had 29 seasons in the second tier", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=29))", "Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)=29))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "29" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the first season for Syrianska FC", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Syrianska FC\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"Syrianska FC\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Syrianska FC\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the earliest season recorded for any team", "Formula": "MIN(C1)", "Formula2": "MIN(C2:C13)", "Level": "easy", "Tokens": [ "MIN(", "C1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "train_1-1560673-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Club", "Position in 2013", "First season", "First season of current spell", "Number of seasons in Superettan", "Number of seasons in second tier" ], [ "2", "Assyriska FF", "8th", "2000", "2008", "12", "17" ], [ "3", "Degerfors IF", "4th", "2005", "2010", "8", "35" ], [ "4", "GAIS", "7th", "2001", "2013", "4", "29" ], [ "5", "Hammarby IF", "5th", "2010", "2010", "4", "36.5" ], [ "6", "Husqvarna FF", "1st in Div. 1 Södra", "2014", "2014", "0", "1" ], [ "7", "Jönköpings Södra", "11th", "2006", "2006", "8", "35" ], [ "8", "Landskrona BoIS", "12th", "2000", "2006", "10", "51" ], [ "9", "Ljungskile SK", "9th", "2000", "2009", "9", "14" ], [ "10", "IK Sirius", "1st in Div. 1 Norra", "2007", "2014", "3", "23" ], [ "11", "Syrianska FC", "16th in Allsvenskan", "2009", "2014", "2", "2" ], [ "12", "Ängelholms FF", "6th", "2002", "2008", "7", "11" ], [ "13", "Östers IF", "15th in Allsvenskan", "2000", "2014", "9", "19" ] ] }, { "t5Formulas": [ { "Question": "What is the Winner of the Event in Punta del Este?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"punta del este\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"punta del este\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"punta del este\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Event in Panama City?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"panama city\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"panama city\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"panama city\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Winner of the Event in Panama City?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"panama city\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"panama city\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"panama city\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Winner of the Event on September 26-30, 2012?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"september 26-30, 2012\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"september 26-30, 2012\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"september 26-30, 2012\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17282079-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Event", "Winner", "Prize" ], [ "2", "March 21–25, 2012", "Viña del Mar", "LAPT Viña del Mar - Chile", "Alirio Diaz", "$129,470" ], [ "3", "May 23–27, 2012", "Punta del Este", "LAPT Punta del Este - Uruguay", "Marcelo Fonseca", "$144,240" ], [ "4", "August 07–12, 2012", "Medellin", "LAPT Medellin - Colombia", "Robbie Renehan", "$147.877" ], [ "5", "September 26-30, 2012", "Panama City", "LAPT Panama - Panama", "Leo Fernandez", "$171,930" ], [ "6", "November 14-18, 2012", "Lima", "LAPT Peru Grand Final - Peru", "Jordan Scott", "$168,210" ] ] }, { "t5Formulas": [ { "Question": "Which College/Junior/Club Team (League) has a Position of right wing, and a Round smaller than 3?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"right wing\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,C2:C9=\"right wing\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"right wing\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "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" ] } ], "TableName": "train_2-14346882-16", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Justin Williams", "Right Wing", "Canada", "Plymouth Whalers ( OHL )" ], [ "3", "3", "Alexander Drozdetsky", "Right Wing", "Russia", "SKA Saint Petersburg (RUS)" ], [ "4", "6", "Roman Cechmanek", "Goaltender", "Czech Republic", "HC Vsetin (CZE)" ], [ "5", "6", "Colin Shields", "Forward", "United Kingdom", "Cleveland Jr. Barons ( NAHL )" ], [ "6", "7", "John Eichelberger", "Forward", "United States", "Green Bay Gamblers ( USHL )" ], [ "7", "7", "Guillaume Lefebvre", "Left Wing", "Canada", "Rouyn-Noranda Huskies ( QMJHL )" ], [ "8", "8", "Regan Kelly", "Defense", "Canada", "Nipawin Hawks ( SJHL )" ], [ "9", "8", "Milan Kopecky", "Forward", "Czech Republic", "Slavia Praha Jr. (CZE)" ] ] }, { "t5Formulas": [ { "Question": "What is the date of the game when the record is 2-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"2-0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"2-0\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"2-0\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the average game number when the record is 4-1?", "Formula": "AVERAGEIFS(A1,F1,\"4-1\")", "Formula2": "AVERAGEIFS(A2:A10,F2:F10,\"4-1\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "F1", "\"4-1\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the location and attendance of game 1?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the date of the game located in Madison Square Garden, when the team is Seattle and the game number is less than 6?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(E1=\"madison square garden\")*(C1=\"seattle\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,(E2:E10=\"madison square garden\")*(C2:C10=\"seattle\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"madison square garden\"", "*", "C1", "=", "\"seattle\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ], "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" ] }, { "Question": "What is the location and attendance of the game when the score is 125-100?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"125-100\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"125-100\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"125-100\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16763663-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Team", "Score", "Location Attendance", "Record" ], [ "2", "1", "October 10", "Seattle", "113-89", "Madison Square Garden", "1-0" ], [ "3", "2", "October 14", "Los Angeles", "125-100", "Madison Square Garden", "2-0" ], [ "4", "3", "October 15", "@Atlanta", "101-109", "The Omni", "2-1" ], [ "5", "4", "October 17", "Houston", "103-95", "Madison Square Garden", "3-1" ], [ "6", "5", "October 20", "@Cleveland", "92-89", "Cleveland Arena", "4-1" ], [ "7", "6", "October 21", "Philadelphia", "111-88", "Madison Square Garden", "5-1" ], [ "8", "7", "October 24", "Cleveland", "92-89", "Madison Square Garden", "6-1" ], [ "9", "8", "October 27", "@Baltimore", "92-88", "Baltimore Civic Center", "7-1" ], [ "10", "9", "October 28", "Baltimore", "94-90", "Madison Square Garden", "8-1" ] ] }, { "t5Formulas": [ { "Question": "What's the nationality of Henry Carr having a time of 20.3y?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"henry carr\")*(A1=\"20.3y\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(B2:B19=\"henry carr\")*(A2:A19=\"20.3y\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"henry carr\"", "*", "A1", "=", "\"20.3y\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the nationality of Livio Berruti?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"livio berruti\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"livio berruti\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"livio berruti\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the nationality of Ray norton with a time of 20.6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"20.6\")*(B1=\"ray norton\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19=\"20.6\")*(B2:B19=\"ray norton\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"20.6\"", "*", "B1", "=", "\"ray norton\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18982988-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Time", "Athlete", "Nationality", "Location of race", "Date" ], [ "2", "20.6y", "Andy Stanfield", "United States", "Philadelphia , United States", "May 26, 1951" ], [ "3", "20.6", "Andy Stanfield", "United States", "Los Angeles , United States", "June 28, 1952" ], [ "4", "20.6", "Thane Baker", "United States", "Bakersfield , United States", "June 23, 1956" ], [ "5", "20.6", "Bobby Morrow", "United States", "Melbourne , Australia", "November 27, 1956" ], [ "6", "20.6", "Manfred Germar", "West Germany", "Wuppertal , Germany", "October 1, 1958" ], [ "7", "20.6y", "Ray Norton", "United States", "Berkeley , United States", "March 19, 1960" ], [ "8", "20.6", "Ray Norton", "United States", "Philadelphia , United States", "April 30, 1960" ], [ "9", "20.5y", "Peter Radford", "United Kingdom", "Wolverhampton , United Kingdom", "May 28, 1960" ], [ "10", "20.5", "Stone Johnson", "United States", "Stanford , United States", "July 2, 1960" ], [ "11", "20.5", "Ray Norton", "United States", "Stanford , United States", "July 2, 1960" ], [ "12", "20.5", "Livio Berruti", "Italy", "Rome , Italy", "September 3, 1960" ], [ "13", "20.5y", "Paul Drayton", "United States", "Walnut , United States", "June 23, 1962" ], [ "14", "20.3y", "Henry Carr", "United States", "Tempe , United States", "March 23, 1963" ], [ "15", "20.2y", "Henry Carr", "United States", "Tempe , United States", "April 4, 1964" ], [ "16", "20.0y", "Tommie Smith", "United States", "Sacramento , United States", "June 11, 1968" ], [ "17", "19.8A", "Tommie Smith", "United States", "Mexico City , Mexico", "October 16, 1968" ], [ "18", "19.8A", "Donald Quarrie", "Jamaica", "Cali , Colombia", "August 3, 1971" ], [ "19", "19.8+", "Donald Quarrie", "Jamaica", "Eugene, Oregon , United States", "June 7, 1975" ] ] }, { "t5Formulas": [ { "Question": "What week had an attendance of 27,262?", "Formula": "SUM(FILTER(A1, E1=27262))", "Formula2": "SUM(FILTER(A2:A14, E2:E14=27262))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "27262" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What opponent has an attendance of 20,456?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=20456),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=20456),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "20456", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-11172697-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 17, 1950", "Chicago Bears", "L 20-24", "21,000" ], [ "3", "2", "September 22, 1950", "New York Yanks", "W 45-28", "23,768" ], [ "4", "3", "October 1, 1950", "at San Francisco 49ers", "W 35-14", "27,262" ], [ "5", "4", "October 7, 1950", "at Philadelphia Eagles", "L 20-56", "24,134" ], [ "6", "5", "October 15, 1950", "at Detroit Lions", "W 30-28", "35,589" ], [ "7", "6", "October 22, 1950", "Baltimore Colts", "W 70-27", "16,026" ], [ "8", "7", "October 29, 1950", "Detroit Lions", "W 65-24", "27,475" ], [ "9", "8", "November 5, 1950", "San Francisco 49ers", "W 28-21", "33,234" ], [ "10", "9", "November 12, 1950", "at Green Bay Packers", "W 45-14", "20,456" ], [ "11", "10", "November 19, 1950", "at New York Yanks", "W 43-35", "42,673" ], [ "12", "11", "November 26, 1950", "at Chicago Bears", "L 14-24", "43,678" ], [ "13", "12", "December 3, 1950", "Green Bay Packers", "W 51-14", "39,323" ], [ "14", "13", "Bye", "Bye", "Bye", "Bye" ] ] }, { "t5Formulas": [ { "Question": "when area (km²) is 1605.35, how many provinces are there?", "Formula": "ROWS(FILTER(A1,C1=\"1605.35\"))", "Formula2": "ROWS(FILTER(A2:A15,C2:C15=\"1605.35\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "C1", "=", "\"1605.35\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "when province is monseñor nouel, what is the area (km²)?", "Formula": "FILTER(C1,A1=\"Monseñor Nouel\")", "Formula2": "FILTER(C2:C15,A2:A15=\"Monseñor Nouel\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"Monseñor Nouel\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many capitals are there when area (km²) is 1111.14?", "Formula": "ROWS(FILTER(B1,C1=\"1111.14\"))", "Formula2": "ROWS(FILTER(B2:B15,C2:C15=\"1111.14\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "C1", "=", "\"1111.14\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Nagua has the area (km²) of?", "Formula": "FILTER(C1,B1=\"Nagua\")", "Formula2": "FILTER(C2:C15,B2:B15=\"Nagua\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Nagua\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1888051-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Province", "Capital", "Area (km²)", "Population", "Density", "Map region" ], [ "2", "Dajabón", "Dajabón", "1020.73", "62046", "61", "4" ], [ "3", "Duarte", "San Francisco de Macorís", "1605.35", "283805", "177", "5" ], [ "4", "Espaillat", "Moca", "838.62", "225091", "268", "8" ], [ "5", "Hermanas Mirabal", "Salcedo", "440.43", "96356", "219", "21" ], [ "6", "La Vega", "Concepción de la Vega", "2287.24", "385101", "168", "13" ], [ "7", "María Trinidad Sánchez", "Nagua", "1271.71", "135727", "119", "14" ], [ "8", "Monseñor Nouel", "Bonao", "992.39", "167618", "169", "15" ], [ "9", "Monte Cristi", "San Fernando de Monte Cristi", "1924.35", "111014", "58", "16" ], [ "10", "Puerto Plata", "San Felipe de Puerto Plata", "1852.90", "312706", "168", "20" ], [ "11", "Samaná", "Santa Bárbara de Samaná", "853.74", "91875", "108", "22" ], [ "12", "Sánchez Ramírez", "Cotuí", "1196.13", "151179", "126", "23" ], [ "13", "Santiago", "Santiago de los Caballeros", "2836.51", "908250", "320", "28" ], [ "14", "Santiago Rodríguez", "San Ignacio de Sabaneta", "1111.14", "59629", "54", "29" ], [ "15", "Valverde", "Santa Cruz de Mao", "823.38", "158293", "192", "31" ] ] }, { "t5Formulas": [ { "Question": "In the match where geelong was the away team, who was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"geelong\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10826072-19", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "23.16 (154)", "North Melbourne", "9.8 (62)", "Glenferrie Oval", "9,112", "7 August 1971" ], [ "3", "Fitzroy", "11.17 (83)", "South Melbourne", "8.10 (58)", "Junction Oval", "8,253", "7 August 1971" ], [ "4", "Essendon", "7.23 (65)", "Footscray", "9.12 (66)", "Windy Hill", "13,815", "7 August 1971" ], [ "5", "Carlton", "8.10 (58)", "Richmond", "14.17 (101)", "Princes Park", "34,224", "7 August 1971" ], [ "6", "Melbourne", "18.17 (125)", "Geelong", "9.8 (62)", "MCG", "23,017", "7 August 1971" ], [ "7", "St Kilda", "12.7 (79)", "Collingwood", "8.10 (58)", "VFL Park", "46,362", "7 August 1971" ] ] }, { "t5Formulas": [ { "Question": "What was the Opponent in the Tarragona Tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tarragona\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"tarragona\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tarragona\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Tournament's Score was 6–2, 4–6, 6–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6–2, 4–6, 6–4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"6–2, 4–6, 6–4\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6–2, 4–6, 6–4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what Date was the match with a Score of 6-2, 6-4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6-2, 6-4\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"6-2, 6-4\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6-2, 6-4\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16965329-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "9 August 2004", "Cordenons", "Clay", "Daniel Köllerer", "4–6, 6–4, 6–3" ], [ "3", "12 May 2008", "Aarhus", "Clay", "Éric Prodon", "7–5, 7–5" ], [ "4", "1 September 2008", "Brasov", "Clay", "Alexander Flock", "4–6, 6–4, 6–4" ], [ "5", "14 September 2009", "Banja Luka", "Clay", "Julian Reister", "6–4, 6–1" ], [ "6", "5 October 2009", "Tarragona", "Clay", "Paolo Lorenzi", "6–4, 6–0" ], [ "7", "2 August 2010", "Segovia", "Hard", "Adrian Mannarino", "6–4, 7–6 (7–2)" ], [ "8", "11 September 2011", "Sevilla", "Clay", "Rubén Ramírez Hidalgo", "6–3, 6–3" ], [ "9", "17 June 2012", "Monza", "Clay", "Albert Montañés", "6–2, 4–6, 6–4" ], [ "10", "10 September 2012", "Sevilla", "Clay", "Tommy Robredo", "6–3, 6–2" ], [ "11", "30 September 2012", "Madrid", "Clay", "Jan-Lennard Struff", "6–4, 6–2" ], [ "12", "2 September 2013", "Alphen aan den Rijn", "Clay", "Thomas Schoorel", "6-2, 6-4" ], [ "13", "10 September 2013", "Sevilla", "Clay", "Stephane Robert", "6-4, 7-6 (7–2)" ] ] }, { "t5Formulas": [ { "Question": "Who is the director of the episode \"rain of terror\" that was written by John Brown?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"John Brown\")*(B1=\"Rain of Terror\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"John Brown\")*(B2:B13=\"Rain of Terror\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"John Brown\"", "*", "B1", "=", "\"Rain of Terror\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the production number of \"rain of terror\"?", "Formula": "SUMIFS(F1,B1,\"Rain of Terror\")", "Formula2": "SUMIFS(F2:F13,B2:B13,\"Rain of Terror\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"Rain of Terror\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who wrote the episode called \"mercury falling\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Mercury Falling\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Mercury Falling\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Mercury Falling\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-13740746-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ep. No.", "Title", "Director", "Written by", "Original Air Date", "Production No." ], [ "2", "1", "\"Instrument of Destruction: Part 1\"", "David Lane", "Phil Ford", "12February2005", "1" ], [ "3", "2", "\"Instrument of Destruction: Part 2\"", "David Lane", "Phil Ford", "19February2005", "2" ], [ "4", "3", "\"Swarm\"", "David Lane", "Phil Ford", "26February2005", "8" ], [ "5", "4", "\"Rat Trap\"", "Dominic Lavery", "Phil Ford", "5March2005", "7" ], [ "6", "5", "\"The Homecoming\"", "David Lane", "Phil Ford", "12March2005", "5" ], [ "7", "6", "\"Mercury Falling\"", "Dominic Lavery", "Phil Ford", "19March2005", "4" ], [ "8", "7", "\"Circles of Doom\"", "Mark Woollard", "Brian Finch", "26March2005", "9" ], [ "9", "8", "\"Rain of Terror\"", "Mark Woollard", "John Brown", "9April2005", "3" ], [ "10", "9", "\"Skin Deep\"", "Mark Woollard", "John Brown", "16April2005", "12" ], [ "11", "10", "\"Chiller\"", "Mark Woollard", "Phil Ford", "23April2005", "6" ], [ "12", "11", "\"Trap For a Rhino\"", "Dominic Lavery", "John Brown", "30April2005", "10" ], [ "13", "12", "\"Heist\"", "Dominic Lavery", "Phil Ford", "7May2005", "13" ] ] }, { "t5Formulas": [ { "Question": "What is the at/vs against the New York Saints with over 16,042 in attendance?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"new york saints\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>16042))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,C2:C10=\"new york saints\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>16042))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"new york saints\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16042" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16227492-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "at/vs.", "Opponent'", "Score'", "Attendance", "Record" ], [ "2", "January 14, 1989", "vs.", "New England Blazers", "19 - 8", "16,269", "Win" ], [ "3", "January 21, 1989", "at", "Baltimore Thunder", "14 - 13", "6,479", "Win" ], [ "4", "January 28, 1989", "at", "New York Saints", "16 - 20", "9,324", "Loss" ], [ "5", "February 12, 1989", "vs.", "Baltimore Thunder", "14 - 9", "12,220", "Win" ], [ "6", "February 18, 1989", "vs.", "Detroit Turbos", "19 - 10", "13,932", "Win" ], [ "7", "February 24, 1989", "at", "New England Blazers", "16 - 11", "8,107", "Win" ], [ "8", "March 4, 1989", "at", "Detroit Turbos", "11 - 16", "10,637", "Loss" ], [ "9", "March 10, 1989", "vs.", "Washington Wave", "13 - 9", "16,413", "Win" ], [ "10", "April 7, 1989", "vs.", "New York Saints", "11 - 10 *", "16,042", "Win" ] ] }, { "t5Formulas": [ { "Question": "What is the record when Danilo Pereira was the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"danilo pereira\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"danilo pereira\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"danilo pereira\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which event had Edson Claas Vieira as an opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"edson claas vieira\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"edson claas vieira\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"edson claas vieira\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which method was used when Rafael Cavalcante was the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"rafael cavalcante\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"rafael cavalcante\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"rafael cavalcante\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which method was used when Alessio Sakara was the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"alessio sakara\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"alessio sakara\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"alessio sakara\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the opponent when the record is 3-8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"3-8\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"3-8\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"3-8\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17936984-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Location" ], [ "2", "Loss", "3-9", "Vinicius Lima", "KO (punch)", "Hard Fight Championship", "Cuiaba , Mato Grosso, Brazil" ], [ "3", "Loss", "3-8", "Geronimo dos Santos", "KO (punches)", "MF - Max Fight 13", "São Paulo, Brazil" ], [ "4", "Win", "3-7", "Gerald Hill", "KO (punches)", "Sugar Creek Showdown 5", "Hinton, Oklahoma" ], [ "5", "Loss", "2-7", "Rodrigo Gripp de Sousa", "Submission (guillotine choke)", "Open Fight", "Brazil" ], [ "6", "Loss", "2-6", "Junior dos Santos", "Submission (guillotine choke)", "Minotauro Fights 5", "Sao Paulo , Brazil" ], [ "7", "Loss", "2-5", "Assuerio Silva", "TKO (punches)", "Show Fight 5", "Sao Paulo , Brazil" ], [ "8", "Loss", "2-4", "Rafael Cavalcante", "TKO", "Pantanal Combat", "Brazil" ], [ "9", "Loss", "2-3", "Edson Claas Vieira", "Submission (punches)", "Meca World Vale Tudo 12", "Rio de Janeiro , Brazil" ], [ "10", "Loss", "2-2", "Alessio Sakara", "KO", "Real Fight 1", "Rio de Janeiro , Brazil" ], [ "11", "Win", "2-1", "Danilo Pereira", "Decision (split)", "Vitoria Extreme Fighting 1", "Vitoria , Brazil" ], [ "12", "Win", "1-1", "Chico Melo", "KO", "Vitoria Extreme Fighting 1", "Vitoria , Brazil" ], [ "13", "Loss", "0-1", "Claudineney Kozan", "Submission (guillotine choke)", "K-1 Brazil - New Stars", "Curitiba , Brazil" ] ] }, { "t5Formulas": [ { "Question": "What is the average date in January that the Rangers played against Chicago Black Hawks?", "Formula": "AVERAGEIFS(B1,C1,\"chicago black hawks\")", "Formula2": "AVERAGEIFS(B2:B13,C2:C13,\"chicago black hawks\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "B1", "C1", "\"chicago black hawks\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the score of the game where the Rangers record was 16-8-4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"16-8-4\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"16-8-4\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"16-8-4\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14922774-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "January", "Opponent", "Score", "Record" ], [ "2", "18", "3", "Toronto Maple Leafs", "4 - 2", "11-4-3" ], [ "3", "19", "8", "New York Americans", "2 - 2 OT", "11-4-4" ], [ "4", "20", "10", "@ Toronto Maple Leafs", "3 - 2", "11-5-4" ], [ "5", "21", "12", "Boston Bruins", "3 - 1", "12-5-4" ], [ "6", "22", "15", "@ Chicago Black Hawks", "5 - 0", "13-5-4" ], [ "7", "23", "17", "@ Detroit Red Wings", "2 - 0", "13-6-4" ], [ "8", "24", "19", "Montreal Canadiens", "2 - 1", "14-6-4" ], [ "9", "25", "22", "Montreal Maroons", "5 - 0", "14-7-4" ], [ "10", "26", "24", "@ New York Americans", "3 - 2", "15-7-4" ], [ "11", "27", "26", "Chicago Black Hawks", "3 - 1", "15-8-4" ], [ "12", "28", "28", "@ Ottawa Senators", "9 - 2", "16-8-4" ], [ "13", "29", "31", "Detroit Red Wings", "2 - 1", "16-9-4" ] ] }, { "t5Formulas": [ { "Question": "Which District has a 2008 Status of re-election, and a Democratic david price?", "Formula": "SUM(FILTER(A1, (C1=\"re-election\")*(D1=\"david price\")))", "Formula2": "SUM(FILTER(A2:A14, (C2:C14=\"re-election\")*(D2:D14=\"david price\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"re-election\"", "*", "D1", "=", "\"david price\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which District has a Republican of dan mansell?", "Formula": "SUMIFS(A1,E1,\"dan mansell\")", "Formula2": "SUMIFS(A2:A14,E2:E14,\"dan mansell\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"dan mansell\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Republican has a District of 10?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,SUMMARIZE(E2:E14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Incumbent has a Republican of dan mansell?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"dan mansell\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"dan mansell\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"dan mansell\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Democratic has a District smaller than 7, and a Republican of dan mansell?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"dan mansell\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,E2:E14=\"dan mansell\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"dan mansell\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-14393234-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Incumbent", "2008 Status", "Democratic", "Republican" ], [ "2", "1", "G.K. Butterfield", "Re-election", "G.K. Butterfield", "Dean Stephens" ], [ "3", "2", "Bob Etheridge", "Re-election", "Bob Etheridge", "Dan Mansell" ], [ "4", "3", "Walter B. Jones", "Re-election", "Craig Weber", "Walter B. Jones" ], [ "5", "4", "David Price", "Re-election", "David Price", "B.J. Lawson" ], [ "6", "5", "Virginia Foxx", "Re-election", "Roy Carter", "Virginia Foxx" ], [ "7", "6", "Howard Coble", "Re-election", "Teresa Sue Bratton", "Howard Coble" ], [ "8", "7", "Mike McIntyre", "Re-election", "Mike McIntyre", "Will Breazeale" ], [ "9", "8", "Robin Hayes", "Defeated", "Larry Kissell", "Robin Hayes" ], [ "10", "9", "Sue Myrick", "Re-election", "Harry Taylor", "Sue Myrick" ], [ "11", "10", "Patrick McHenry", "Re-election", "Daniel Johnson", "Patrick McHenry" ], [ "12", "11", "Heath Shuler", "Re-election", "Heath Shuler", "Carl Mumpower" ], [ "13", "12", "Mel Watt", "Re-election", "Mel Watt", "Ty Cobb, Jr." ], [ "14", "13", "Brad Miller", "Re-election", "Brad Miller", "Hugh Webster" ] ] }, { "t5Formulas": [ { "Question": "What is the total medals in 1964?", "Formula": "SUM(FILTER(D1, C1=1964))", "Formula2": "SUM(FILTER(D2:D8, C2:C8=1964))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "1964" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-18164207-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Jack Nicklaus", "United States", "1963 , 1971 , 1973 1975 , 1980", "275", "–9", "2" ], [ "3", "Lee Trevino", "United States", "1974", "283", "–1", "T14" ], [ "4", "David Graham", "Australia", "1979", "283", "–1", "T14" ], [ "5", "Raymond Floyd", "United States", "1969 , 1982", "284", "E", "T20" ], [ "6", "Larry Nelson", "United States", "1981", "288", "+4", "T36" ], [ "7", "Bobby Nichols", "United States", "1964", "288", "+4", "T36" ], [ "8", "Gary Player", "South Africa", "1962 , 1972", "289", "+5", "T42" ] ] }, { "t5Formulas": [ { "Question": "which Points has Wins smaller than 2?", "Formula": "SUM(FILTER(I1, D1<2))", "Formula2": "SUM(FILTER(I2:I9, D2:D9<2))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "I1", "D1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Which Wins has a Draws smaller than 3, and Points of 26?", "Formula": "SUM(FILTER(D1, (E1<3)*(I1=26)))", "Formula2": "SUM(FILTER(D2:D9, (E2:E9<3)*(I2:I9=26)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "3", "*", "I1", "=", "26" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Which Games played has a Points of 6, and Goals scored larger than 12?", "Formula": "SUM(FILTER(C1, (I1=6)*(G1>12)))", "Formula2": "SUM(FILTER(C2:C9, (I2:I9=6)*(G2:G9>12)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "I1", "=", "6", "*", "G1", ">", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which Goals scored has Points larger than 26 and Wins larger than 11?", "Formula": "SUM(FILTER(G1, (I1>26)*(D1>11)))", "Formula2": "SUM(FILTER(G2:G9, (I2:I9>26)*(D2:D9>11)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "I1", ">", "26", "*", "D1", ">", "11" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which Loses has Points smaller than 6?", "Formula": "SUM(FILTER(F1, I1<6))", "Formula2": "SUM(FILTER(F2:F9, I2:I9<6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "I1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Which Goals conceded has Points of 6 and Draws larger than 0?", "Formula": "SUM(FILTER(H1, (I1=6)*(E1>0)))", "Formula2": "SUM(FILTER(H2:H9, (I2:I9=6)*(E2:E9>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "I1", "=", "6", "*", "E1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-18018214-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Club", "Games played", "Wins", "Draws", "Loses", "Goals scored", "Goals conceded", "Points" ], [ "2", "1", "Ekranas-2 Panevėžys", "14", "11", "2", "1", "76", "8", "35" ], [ "3", "2", "Širvinta Širvintos", "14", "10", "3", "1", "40", "23", "33" ], [ "4", "3", "Vėtra-2 Rūdiškės", "14", "8", "2", "4", "47", "17", "26" ], [ "5", "4", "Delintra Lentvaris", "14", "8", "1", "5", "40", "27", "25" ], [ "6", "5", "FK Anykščiai", "14", "6", "0", "8", "29", "31", "18" ], [ "7", "6", "FM (LOSC) Vilnius", "14", "4", "2", "8", "23", "19", "10" ], [ "8", "7", "FM-86 Panevėžys", "14", "2", "0", "12", "10", "72", "6" ], [ "9", "8", "ZEV-Klevas Vilnius", "14", "2", "0", "12", "12", "80", "6" ] ] }, { "t5Formulas": [ { "Question": "What score does Vasil Levski National Stadium, Sofia earn?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"vasil levski national stadium, sofia\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"vasil levski national stadium, sofia\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"vasil levski national stadium, sofia\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What score did vasil levski national stadium, sofia, which was friendly during competition, earn?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly\")*(B1=\"vasil levski national stadium, sofia\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(E2:E8=\"friendly\")*(B2:B8=\"vasil levski national stadium, sofia\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "*", "B1", "=", "\"vasil levski national stadium, sofia\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1014073-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "29 March 2000", "Vasil Levski National Stadium , Sofia", "1–0", "4–1", "Friendly" ], [ "3", "7 October 2000", "Georgi Asparuhov Stadium , Sofia", "3–0", "3–0", "2002 World Cup qualifier" ], [ "4", "27 March 2003", "Stadion Mladost , Kruševac", "2–1", "2–1", "Friendly" ], [ "5", "7 June 2003", "Vasil Levski National Stadium, Sofia", "2–2", "2–2", "Euro 2004 qualifier" ], [ "6", "12 November 2005", "Vasil Levski National Stadium, Sofia", "5–0", "6–2", "Friendly" ], [ "7", "12 November 2005", "Vasil Levski National Stadium, Sofia", "6–2", "6–2", "Friendly" ], [ "8", "9 May 2006", "Nagai Stadium , Osaka", "1–0", "2–1", "2006 Kirin Cup" ] ] }, { "t5Formulas": [ { "Question": "Which Gold is the lowest one that has a Bronze of 14, and a Total larger than 42?", "Formula": "SUM(FILTER(C1, (E1=14)*(F1>42)))", "Formula2": "SUM(FILTER(C2:C12, (E2:E12=14)*(F2:F12>42)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "14", "*", "F1", ">", "42" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which Bronze is the lowest one that has a Nation of total, and a Gold smaller than 14?", "Formula": "SUM(FILTER(E1, (B1=\"total\")*(C1<14)))", "Formula2": "SUM(FILTER(E2:E12, (B2:B12=\"total\")*(C2:C12<14)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"total\"", "*", "C1", "<", "14" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How much Total has a Nation of kazakhstan (kaz), and a Gold larger than 0?", "Formula": "SUM(FILTER(F1, (B1=\"kazakhstan (kaz)\")*(C1>0)))", "Formula2": "SUM(FILTER(F2:F12, (B2:B12=\"kazakhstan (kaz)\")*(C2:C12>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"kazakhstan (kaz)\"", "*", "C1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Total is the highest one that has a Rank of 1, and a Gold larger than 11?", "Formula": "SUM(FILTER(F1, (A1=1)*(C1>11)))", "Formula2": "SUM(FILTER(F2:F12, (A2:A12=1)*(C2:C12>11)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "1", "*", "C1", ">", "11" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-14306965-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "South Korea (KOR)", "11", "0", "2", "13" ], [ "3", "2", "China (CHN)", "2", "2", "3", "7" ], [ "4", "3", "Kuwait (KUW)", "1", "2", "0", "3" ], [ "5", "4", "Japan (JPN)", "0", "5", "5", "10" ], [ "6", "5", "Kazakhstan (KAZ)", "0", "2", "0", "2" ], [ "7", "6", "Iran (IRI)", "0", "1", "1", "2" ], [ "8", "6", "Qatar (QAT)", "0", "1", "1", "2" ], [ "9", "8", "North Korea (PRK)", "0", "1", "0", "1" ], [ "10", "9", "Chinese Taipei (TPE)", "0", "0", "1", "1" ], [ "11", "9", "Saudi Arabia (KSA)", "0", "0", "1", "1" ], [ "12", "Total", "Total", "14", "14", "14", "42" ] ] }, { "t5Formulas": [ { "Question": "How much is the purse ( $ ) when the margin of victory is 1 stroke?", "Formula": "SUMIFS(H1,G1,\"1 stroke\")", "Formula2": "SUMIFS(H2:H6,G2:G6,\"1 stroke\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "G1", "\"1 stroke\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the number of \"to par\" in Mexico with a winning score of 67-67-69-70=273?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=\"Mexico\")*(E1=\"67-67-69-70=273\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(D2:D6=\"Mexico\")*(E2:E6=\"67-67-69-70=273\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Mexico\"", "*", "E1", "=", "\"67-67-69-70=273\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-13388681-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Year", "Dates", "Champion", "Country", "Winning score", "To par", "Margin of victory", "Purse ( $ )", "Winners share ($)" ], [ "2", "2012", "Sep 20–23", "Stacy Lewis", "United States", "66-70-65-69=270", "–18", "2 strokes", "1300000", "195000" ], [ "3", "2011", "Sep 15–18", "Lexi Thompson 1", "United States", "66-68-67-70=271", "–17", "5 strokes", "1300000", "195000" ], [ "4", "2010", "Oct 7–10", "Katherine Hull", "Australia", "68-67-67-67=269", "–19", "1 stroke", "1300000", "195000" ], [ "5", "2009", "Oct 1–4", "Lorena Ochoa (2)", "Mexico", "66-68-66-70=270", "–18", "4 strokes", "1400000", "210000" ], [ "6", "2008", "Sep 25–28", "Lorena Ochoa", "Mexico", "67-67-69-70=273", "–15", "Playoff 2", "1400000", "210000" ] ] }, { "t5Formulas": [ { "Question": "What is the average number of laps when the country was NL and the race number was smaller than 8?", "Formula": "AVERAGE(FILTER(E1, (B1<8)*(D1=\"nl\")))", "Formula2": "AVERAGE(FILTER(E2:E17, (B2:B17<8)*(D2:D17=\"nl\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "B1", "<", "8", "*", "D1", "=", "\"nl\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-1498073-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Race Number", "Driver", "Country", "Laps" ], [ "2", "1.", "10", "Armin Hahne", "D", "11" ], [ "3", "2.", "7", "Cor Euser", "NL", "11" ], [ "4", "3.", "6", "Win Percy", "GB", "11" ], [ "5", "4.", "2", "Will Hoy", "GB", "11" ], [ "6", "5.", "4", "Bob Wollek", "F", "11" ], [ "7", "6.", "9", "David Brabham", "AUS", "11" ], [ "8", "7.", "12", "David Leslie", "GB", "11" ], [ "9", "8.", "16", "Ian Flux", "GB", "11" ], [ "10", "9.", "8", "Pierre Dieudonné", "B", "11" ], [ "11", "10.", "6", "Jim Richards", "NZ", "11" ], [ "12", "11.", "17", "Jeff Allam", "GB", "11" ], [ "13", "12.", "3", "Andy Evans", "USA", "11" ], [ "14", "13.", "5", "Tiff Needell", "GB", "11" ], [ "15", "14.", "11", "Derek Warwick", "GB", "8" ], [ "16", "DNF", "14", "Thierry Tassin", "B", "4" ], [ "17", "DNF", "15", "John Watson", "GB", "3" ] ] }, { "t5Formulas": [ { "Question": "What is Home Team, when Date is \"13 March 1985\", and when Tie No is \"1\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"13 march 1985\")*(A1=1)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"13 march 1985\")*(A2:A6=1)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"13 march 1985\"", "*", "A1", "=", "1", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Date, when Away Team is \"Ipswich Town\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ipswich town\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"ipswich town\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ipswich town\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Tie No, when Away Team is \"Millwall\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"millwall\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"millwall\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"millwall\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Date is \"13 March 1985\", and when Away Team is \"Millwall\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"13 march 1985\")*(D1=\"millwall\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"13 march 1985\")*(D2:D6=\"millwall\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"13 march 1985\"", "*", "D1", "=", "\"millwall\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Away Team is \"Liverpool\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"liverpool\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"liverpool\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"liverpool\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Home Team is \"Manchester United\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"manchester united\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"manchester united\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"manchester united\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17438338-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Luton Town", "1–0", "Millwall", "13 March 1985" ], [ "3", "2", "Everton", "2–2", "Ipswich Town", "9 March 1985" ], [ "4", "Replay", "Ipswich Town", "0–1", "Everton", "13 March 1985" ], [ "5", "3", "Barnsley", "0–4", "Liverpool", "10 March 1985" ], [ "6", "4", "Manchester United", "4–2", "West Ham United", "9 March 1985" ] ] }, { "t5Formulas": [ { "Question": "What is the Place of the Player from Zimbabwe?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"zimbabwe\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"zimbabwe\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"zimbabwe\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Place of the Player with a Score of 73-68-71=212?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"73-68-71=212\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"73-68-71=212\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"73-68-71=212\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Place of the Player with a +3 To par?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=3),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=3),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "3", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Score of Stewart Cink with a To par of +4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=4)*(B1=\"stewart cink\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=4)*(B2:B13=\"stewart cink\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "4", "*", "B1", "=", "\"stewart cink\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What T10 Place Player has a Score of 74-73-68=215?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t10\")*(D1=\"74-73-68=215\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t10\")*(D2:D13=\"74-73-68=215\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t10\"", "*", "D1", "=", "\"74-73-68=215\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17162166-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Payne Stewart", "United States", "66-71-70=207", "–3" ], [ "3", "T2", "Tom Lehman", "United States", "68-75-68=211", "+1" ], [ "4", "T2", "Bob Tway", "United States", "68-70-73=211", "+1" ], [ "5", "T4", "Nick Price", "Zimbabwe", "73-68-71=212", "+2" ], [ "6", "T4", "Lee Janzen", "United States", "73-66-73=212", "+2" ], [ "7", "T6", "Steve Stricker", "United States", "73-71-69=213", "+3" ], [ "8", "T6", "Jeff Maggert", "United States", "69-69-75=213", "+3" ], [ "9", "T8", "Stewart Cink", "United States", "73-68-73=214", "+4" ], [ "10", "T8", "Mark Carnevale", "United States", "67-73-74=214", "+4" ], [ "11", "T10", "Jim Furyk", "United States", "74-73-68=215", "+5" ], [ "12", "T10", "Matt Kuchar (a)", "United States", "70-69-76=215", "+5" ], [ "13", "T10", "Lee Porter", "United States", "72-67-76=215", "+5" ] ] }, { "t5Formulas": [ { "Question": "What is 1993, when Tournament is \"Cincinnati\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"cincinnati\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,A2:A19=\"cincinnati\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"cincinnati\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is 1994, when 1996 is \"Grand Slams\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"grand slams\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,H2:H19=\"grand slams\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"grand slams\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Tournament, when 1996 is \"1R\", and when 1990 is \"SF\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"1r\")*(B1=\"sf\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,(H2:H19=\"1r\")*(B2:B19=\"sf\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"1r\"", "*", "B1", "=", "\"sf\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is 1993, when 1992 is \"SF\", and when Tournament is \"Paris\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"sf\")*(A1=\"paris\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,(D2:D19=\"sf\")*(A2:A19=\"paris\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"sf\"", "*", "A1", "=", "\"paris\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1727962-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Tournament", "1990", "1991", "1992", "1993", "1994", "1995", "1996" ], [ "2", "Grand Slams", "Grand Slams", "Grand Slams", "Grand Slams", "Grand Slams", "Grand Slams", "Grand Slams", "Grand Slams" ], [ "3", "Australian Open", "1R", "1R", "1R", "A", "2R", "1R", "2R" ], [ "4", "French Open", "2R", "QF", "1R", "2R", "1R", "1R", "3R" ], [ "5", "Wimbledon", "2R", "2R", "3R", "3R", "3R", "1R", "4R" ], [ "6", "US Open", "3R", "3R", "2R", "2R", "A", "2R", "4R" ], [ "7", "Win–Loss", "4–4", "7–4", "3–4", "4–3", "3–3", "1–4", "19–4" ], [ "8", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series", "ATP Masters Series" ], [ "9", "Indian Wells", "A", "A", "QF", "2R", "A", "A", "2R" ], [ "10", "Miami", "QF", "3R", "SF", "3R", "A", "A", "3R" ], [ "11", "Monte Carlo", "1R", "A", "1R", "1R", "A", "A", "A" ], [ "12", "Rome", "1R", "2R", "2R", "1R", "A", "A", "1R" ], [ "13", "Hamburg", "2R", "A", "A", "A", "A", "A", "1R" ], [ "14", "Canada", "SF", "QF", "A", "3R", "2R", "1R", "1R" ], [ "15", "Cincinnati", "QF", "2R", "1R", "2R", "A", "A", "2R" ], [ "16", "Stockholm", "2R", "3R", "2R", "2R", "A", "A", "A" ], [ "17", "Paris", "QF", "2R", "SF", "1R", "2R", "QF", "A" ], [ "18", "Win–Loss", "16–8", "6–6", "12–7", "6–8", "2–2", "3–2", "3–6" ], [ "19", "Ranking", "17", "20", "36", "71", "70", "35", "74" ] ] }, { "t5Formulas": [ { "Question": "In the game with a home team score of 9.16 (70), what is the average crowd?", "Formula": "AVERAGEIFS(F1,B1,\"9.16 (70)\")", "Formula2": "AVERAGEIFS(F2:F7,B2:B7,\"9.16 (70)\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "F1", "B1", "\"9.16 (70)\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "In the game with an away team score of 16.10 (106), what is the home team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"16.10 (106)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"16.10 (106)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"16.10 (106)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the venue of Glenferrie Oval, what is the home team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"glenferrie oval\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"glenferrie oval\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"glenferrie oval\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10806852-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "7.13 (55)", "Richmond", "12.21 (93)", "Glenferrie Oval", "21,000", "10 June 1939" ], [ "3", "St Kilda", "18.12 (120)", "North Melbourne", "16.10 (106)", "Junction Oval", "17,000", "10 June 1939" ], [ "4", "Collingwood", "18.15 (123)", "Carlton", "12.12 (84)", "Victoria Park", "36,000", "10 June 1939" ], [ "5", "Essendon", "9.16 (70)", "South Melbourne", "13.13 (91)", "Windy Hill", "18,000", "12 June 1939" ], [ "6", "Melbourne", "18.14 (122)", "Footscray", "15.13 (103)", "MCG", "22,016", "12 June 1939" ], [ "7", "Geelong", "21.17 (143)", "Fitzroy", "14.12 (96)", "Corio Oval", "9,000", "12 June 1939" ] ] }, { "t5Formulas": [ { "Question": "What did Richmond score as the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"richmond\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the game played when the crowd was more than 14,534 and the home team scored 13.22 (100)?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"13.22 (100)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>14534))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"13.22 (100)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>14534))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.22 (100)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14534" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which home team played an away team with the score of 12.15 (87)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"12.15 (87)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"12.15 (87)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"12.15 (87)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many spectators at the game with a home team score of 16.15 (111)?", "Formula": "SUMIFS(F1,B1,\"16.15 (111)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"16.15 (111)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"16.15 (111)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-10887680-22", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "16.15 (111)", "South Melbourne", "12.15 (87)", "Arden Street Oval", "15,607", "2 September 1978" ], [ "3", "Geelong", "13.22 (100)", "Fitzroy", "5.8 (38)", "Kardinia Park", "22,842", "2 September 1978" ], [ "4", "Hawthorn", "17.16 (118)", "Essendon", "16.13 (109)", "Princes Park", "14,534", "2 September 1978" ], [ "5", "Melbourne", "19.11 (125)", "Collingwood", "24.12 (156)", "MCG", "40,267", "2 September 1978" ], [ "6", "St Kilda", "16.10 (106)", "Carlton", "9.12 (66)", "Moorabbin Oval", "35,850", "2 September 1978" ], [ "7", "Richmond", "19.20 (134)", "Footscray", "11.15 (81)", "VFL Park", "17,768", "2 September 1978" ] ] }, { "t5Formulas": [ { "Question": "Who directed the episode titled \"Playing the Cancer Car\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Playing the Cancer Car\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Playing the Cancer Car\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Playing the Cancer Car\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the title of the episode watched by 0.88 million U.S. viewers?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=0.88))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)=0.88))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0.88" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many millions of U.S. viewers watched the episode titled \"New Beginnings\"?", "Formula": "SUMIFS(F1,B1,\"New Beginnings\")", "Formula2": "SUMIFS(F2:F12,B2:B12,\"New Beginnings\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"New Beginnings\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who directed the episode titled \"Everything That Rises Must Converge\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Everything That Rises Must Converge\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Everything That Rises Must Converge\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Everything That Rises Must Converge\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the original air date of the episode that was watched by 0.88 million U.S. viewers? ", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=0.88))", "Formula2": "LET(query1,SUMMARIZE(E2:E12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)=0.88))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0.88" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-28680377-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (million)" ], [ "2", "1", "\"Pilot\"", "Bill Condon", "Darlene Hunt", "August16,2010", "1.16" ], [ "3", "2", "\"Summer Time\"", "Michael Engler", "Darlene Hunt", "August23,2010", "1.07" ], [ "4", "3", "\"There's No C in Team\"", "Michael Engler", "Jenny Bicks", "August30,2010", "0.88" ], [ "5", "4", "\"Playing the Cancer Car\"", "Craig Zisk", "Mark Kunerth", "September13,2010", "0.87" ], [ "6", "5", "\"Blue-Eyed Iris\"", "Craig Zisk", "Cara DiPaolo", "September20,2010", "0.71" ], [ "7", "6", "\"Taking Lumps\"", "Alan Poul", "Toni Kalem", "September27,2010", "0.73" ], [ "8", "7", "\"Two for the Road\"", "Alan Poul", "Hilly Hicks, Jr.", "October4,2010", "0.62" ], [ "9", "8", "\"Happy Birthday, Cancer\"", "Tricia Brock", "Darlene Hunt", "October11,2010", "0.74" ], [ "10", "10", "\"Divine Intervention\"", "Michael Lehmann", "Mark Kunerth", "October25,2010", "0.71" ], [ "11", "11", "\"New Beginnings\"", "Michael Lehmann", "Cara DiPaolo", "November1,2010", "0.97" ], [ "12", "12", "\"Everything That Rises Must Converge\"", "Michael Engler", "Jenny Bicks", "November8,2010", "0.80" ] ] }, { "t5Formulas": [ { "Question": "When the venue was brunswick street oval what was the home teams score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"brunswick street oval\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"brunswick street oval\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"brunswick street oval\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the away team scored 10.15 (75) and the crowd was larger than 20,000 people, what was the home team playing?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"10.15 (75)\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"10.15 (75)\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"10.15 (75)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "20000" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "When the away team scored 7.8 (50), what was the opposing teams score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"7.8 (50)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"7.8 (50)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"7.8 (50)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the away team scored 14.14 (98), who was the Home team who played?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.14 (98)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.14 (98)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.14 (98)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If the home team scored 14.15 (99), who was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"14.15 (99)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"14.15 (99)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.15 (99)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10809271-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "13.11 (89)", "South Melbourne", "15.19 (109)", "Punt Road Oval", "27,000", "5 May 1945" ], [ "3", "Fitzroy", "12.9 (81)", "Footscray", "14.14 (98)", "Brunswick Street Oval", "20,000", "5 May 1945" ], [ "4", "Collingwood", "10.21 (81)", "Melbourne", "11.12 (78)", "Victoria Park", "12,000", "5 May 1945" ], [ "5", "St Kilda", "15.10 (100)", "Hawthorn", "11.13 (79)", "Junction Oval", "10,000", "5 May 1945" ], [ "6", "North Melbourne", "14.15 (99)", "Geelong", "10.15 (75)", "Arden Street Oval", "6,000", "5 May 1945" ], [ "7", "Essendon", "22.18 (150)", "Carlton", "7.8 (50)", "Windy Hill", "16,000", "5 May 1945" ] ] }, { "t5Formulas": [ { "Question": "List all the candidates for the seat where the incumbent is Sam Gibbons?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Sam Gibbons\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Sam Gibbons\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Sam Gibbons\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341472-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Florida 1", "Joe Scarborough", "Republican", "1994", "Re-elected", "Joe Scarborough (R) 72.54% Kevin Beck (D) 27.42%" ], [ "3", "Florida 4", "Tillie Fowler", "Republican", "1992", "Re-elected", "Tillie Fowler (R) unopposed" ], [ "4", "Florida 5", "Karen Thurman", "Democratic", "1992", "Re-elected", "Karen Thurman (D) 61.68% Dave Gentry (R) 38.32%" ], [ "5", "Florida 6", "Cliff Stearns", "Republican", "1988", "Re-elected", "Cliff Stearns (R) 67.18% Newell O'Brien (D) 32.82%" ], [ "6", "Florida 7", "John Mica", "Republican", "1992", "Re-elected", "John Mica (R) 62.04% George Stuart (D) 37.93%" ], [ "7", "Florida 8", "Bill McCollum", "Republican", "1980", "Re-elected", "Bill McCollum (R) 67.47% Al Krulick (D) 32.52%" ], [ "8", "Florida 10", "Bill Young", "Republican", "1970", "Re-elected", "Bill Young (R) 66.61% Henry Green (D) 33.39%" ], [ "9", "Florida 11", "Sam Gibbons", "Democratic", "1962", "Retired Democratic hold", "Jim Davis (D) 57.91% Mark Sharpe (R) 42.09%" ], [ "10", "Florida 12", "Charles Canady", "Republican", "1992", "Re-elected", "Charles Canady (R) 61.57% Mike Canady (D) 38.43%" ], [ "11", "Florida 13", "Dan Miller", "Republican", "1992", "Re-elected", "Dan Miller (R) 64.34% Sanford Gordon (D) 35.60%" ], [ "12", "Florida 14", "Porter Goss", "Republican", "1988", "Re-elected", "Porter Goss (R) 73.49% Jim Nolan (D) 26.51%" ], [ "13", "Florida 16", "Mark Foley", "Republican", "1994", "Re-elected", "Mark Foley (R) 64% Jim Stuber (D) 36%" ], [ "14", "Florida 17", "Carrie Meek", "Democratic", "1992", "Re-elected", "Carrie Meek (D) 88.75% Wellington Rolle (R) 11.24%" ], [ "15", "Florida 18", "Ileana Ros-Lehtinen", "Republican", "1989", "Re-elected", "Ileana Ros-Lehtinen (R) unopposed" ], [ "16", "Florida 20", "Peter Deutsch", "Democratic", "1992", "Re-elected", "Peter Deutsch (D) 64.99% Jim Jacobs (R) 35.01%" ], [ "17", "Florida 21", "Lincoln Diaz-Balart", "Republican", "1992", "Re-elected", "Lincoln Diaz-Balart (R) unopposed" ] ] }, { "t5Formulas": [ { "Question": "What location and it's attendance was the game against the cavaliers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Cavaliers\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Cavaliers\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Cavaliers\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who scored the highest points and how much against the raptors?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Raptors\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Raptors\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Raptors\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What location and it's attendance was the game against the Nets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Nets\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Nets\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Nets\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23248910-6", "Table": [ [ "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 2", "Raptors", "W 146–115 (OT)", "A. Horford (24)", "Z. Pachulia (8)", "J. Johnson (11)", "Philips Arena 12,272", "13-5" ], [ "3", "19", "December 4", "Knicks", "L 107–114 (OT)", "J. Johnson (29)", "A. Horford (14)", "J. Johnson (8)", "Philips Arena 17,165", "13-6" ], [ "4", "20", "December 5", "@ Mavricks", "W 80–75 (OT)", "J. Johnson (31)", "M. Williams (15)", "M. Bibby (6)", "American Airlines Center 19,550", "14-6" ], [ "5", "21", "December 9", "Bulls", "W 118–83 (OT)", "J. Crawford (29)", "M. Williams (8)", "J. Teague (8)", "Philips Arena 16,808", "15-6" ], [ "6", "22", "December 11", "@ Raptors", "W 111–89 (OT)", "J. Johnson (20)", "J. Smith (8)", "J. Teague (7)", "Air Canada Centre 17,032", "16-6" ], [ "7", "23", "December 13", "Nets", "W 130–107 (OT)", "M. Evans (22)", "M. Evans (9) A. Horford (9)", "J. Johnson (10)", "Philips Arena 14,015", "17-6" ], [ "8", "24", "December 16", "Grizzlies", "W 110–97 (OT)", "J. Johnson (26)", "A. Horford (10)", "J. Teague (6)", "Philips Arena 13,013", "18-6" ], [ "9", "25", "December 18", "Jazz", "W 96–83 (OT)", "J. Smith (16)", "J. Johnson (9) A. Horford (9)", "J. Johnson (7)", "Philips Arena 17,501", "19-6" ], [ "10", "26", "December 19", "@ Bulls", "L 98–101 (OT) OT", "J. Johnson (40)", "A. Horford (12)", "J. Johnson (4) M. Bibby (4)", "United Center 21,381", "19-7" ], [ "11", "27", "December 22", "@ Timberwolves", "W 112–87 (OT)", "J. Crawford (26)", "A. Horford (11)", "J. Johnson (6) M. Bibby (6)", "Target Center 11,271", "20-7" ], [ "12", "28", "December 23", "@ Nuggets", "L 104–124 (OT)", "J. Crawford (24)", "A. Horford (11)", "J. Johnson (9)", "Pepsi Center 19,155", "20-8" ], [ "13", "29", "December 26", "@ Pacers", "W 110–98 (OT)", "A. Horford (25)", "A. Horford (25)", "M. Bibby (8)", "Conseco Fieldhouse 15,281", "21-8" ], [ "14", "30", "December 29", "Cavaliers", "L 84–95 (OT)", "J. Crawford (26)", "A. Horford (9)", "M. Bibby (7)", "Philips Arena 20,150", "21-9" ] ] }, { "t5Formulas": [ { "Question": "What is the club when 1st leg is 1–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"1–2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=\"1–2\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"1–2\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the competition when aggregate is 1–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1–4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,G2:G8=\"1–4\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"1–4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 1st leg when club is a.c. libertas?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"A.C. Libertas\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"A.C. Libertas\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"A.C. Libertas\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 1st leg when 2nd leg is 1–0 and competition is uefa champions league?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"1–0\")*(B1=\"UEFA Champions League\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(F2:F8=\"1–0\")*(B2:B8=\"UEFA Champions League\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"1–0\"", "*", "B1", "=", "\"UEFA Champions League\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the competition when 2nd leg is 0–8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"0–8\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,F2:F8=\"0–8\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"0–8\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the round when 1st leg is 0–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"0–1\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=\"0–1\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"0–1\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-1233026-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Competition", "Round", "Club", "1st leg", "2nd leg", "Aggregate" ], [ "2", "1983–84", "UEFA Cup", "First round", "Tottenham Hotspur F.C.", "0–6", "0–8", "0–14" ], [ "3", "2006–07", "UEFA Cup", "First qualifying round", "HJK Helsinki", "1–1", "3–1", "4–2 ( aet )" ], [ "4", "2006–07", "UEFA Cup", "Second qualifying round", "I.K. Start", "0–1", "1–0", "1–1 (10–11 p )" ], [ "5", "2007–08", "UEFA Cup", "First qualifying round", "A.C. Libertas", "1–1", "3–0", "4–1" ], [ "6", "2007–08", "UEFA Cup", "Second qualifying round", "Helsingborgs", "1–1", "0–3", "1–4" ], [ "7", "2008–09", "UEFA Champions League", "First qualifying round", "FC Levadia Tallinn", "2–1", "1–0", "3–1" ], [ "8", "2008–09", "UEFA Champions League", "Second qualifying round", "FC Dynamo Kyiv", "1–2", "2–2", "3–4" ] ] }, { "t5Formulas": [ { "Question": "Find the name of all customers.", "Formula": "C1", "Formula2": "C2:C16", "Level": "easy", "Tokens": [ "C1" ], "Funcs": [ "Cell" ] }, { "Question": "What are the names of all the customers?", "Formula": "C1", "Formula2": "C2:C16", "Level": "easy", "Tokens": [ "C1" ], "Funcs": [ "Cell" ] }, { "Question": "How many customers are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Return the total number of distinct customers.", "Formula": "ROWS(UNIQUE(A1))", "Formula2": "ROWS(UNIQUE(A2:A16))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "A1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "What are the names of customers who use payment method \"Cash\"?", "Formula": "FILTER(C1,B1=\"Cash\")", "Formula2": "FILTER(C2:C16,B2:B16=\"Cash\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Cash\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which customers use \"Cash\" for payment method? Return the customer names.", "Formula": "FILTER(C1,B1=\"Cash\")", "Formula2": "FILTER(C2:C16,B2:B16=\"Cash\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Cash\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which payment method is used by most customers?", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B16,SUMX(A2:A16)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "What are all the payment methods?", "Formula": "UNIQUE(B1)", "Formula2": "UNIQUE(B2:B16)", "Level": "easy", "Tokens": [ "UNIQUE(", "B1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Return all the distinct payment methods used by customers.", "Formula": "UNIQUE(B1)", "Formula2": "UNIQUE(B2:B16)", "Level": "easy", "Tokens": [ "UNIQUE(", "B1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Find the name of customers who did not pay with Cash.", "Formula": "FILTER(C1,B1<>\"Cash\")", "Formula2": "FILTER(C2:C16,B2:B16<>\"Cash\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "<>", "\"Cash\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<>", "Str" ] }, { "Question": "What is the name of customers who do not use Cash as payment method.", "Formula": "FILTER(C1,B1<>\"Cash\")", "Formula2": "FILTER(C2:C16,B2:B16<>\"Cash\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "<>", "\"Cash\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<>", "Str" ] } ], "TableName": "customers_and_addresses_customers", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "customer id", "payment method", "customer name", "date became customer", "other customer details" ], [ "2", "1", "Cash", "Dr. Julia Wuckert MD", "3/1/2018 23:20", "" ], [ "3", "2", "Cheque", "Tillman Ernser", "2/28/2018 11:37", "" ], [ "4", "3", "Credit Card", "Rodrick Heaney", "3/9/2018 17:41", "" ], [ "5", "4", "Credit Card", "Prof. Alexzander Hamill", "2/24/2018 0:20", "VIP" ], [ "6", "5", "Cheque", "Prof. Reyes Berge II", "3/7/2018 18:05", "" ], [ "7", "6", "Cash", "Maudie Kertzmann", "2/26/2018 11:57", "" ], [ "8", "7", "Credit Card", "Mozell Morissette", "2/25/2018 13:15", "VIP" ], [ "9", "8", "Credit Card", "Eunice Morar", "3/21/2018 1:01", "" ], [ "10", "9", "Cheque", "Devin Mills", "3/5/2018 16:52", "" ], [ "11", "10", "Cash", "Kitty Padberg III", "3/22/2018 18:09", "" ], [ "12", "11", "Cheque", "Salvatore Tillman", "3/4/2018 0:17", "" ], [ "13", "12", "Cheque", "Clifford Pagac", "2/24/2018 10:24", "" ], [ "14", "13", "Credit Card", "Miss Aliyah Witting", "3/5/2018 7:19", "" ], [ "15", "14", "Cheque", "Alexane Kilback", "3/8/2018 1:17", "" ], [ "16", "15", "Cash", "Prof. Ibrahim Bashirian", "3/15/2018 2:54", "" ] ] }, { "t5Formulas": [ { "Question": "What is the to par that has england as the country, with 66 as a score?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"england\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E12,C2:C12=\"england\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"england\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "66" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What country has a score less than 68, and paul casey as the player?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"paul casey\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<68))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E12,B2:B12=\"paul casey\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<68))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"paul casey\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "68" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the lowest score that has alastair forsyth as the player?", "Formula": "MINIFS(D1,B1,\"alastair forsyth\")", "Formula2": "MINIFS(D2:D12,B2:B12,\"alastair forsyth\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"alastair forsyth\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many scores have paul casey as a player?", "Formula": "SUMIFS(D1,B1,\"paul casey\")", "Formula2": "SUMIFS(D2:D12,B2:B12,\"paul casey\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"paul casey\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14614110-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Paul Casey", "England", "66", "–5" ], [ "3", "T1", "Thomas Levet", "France", "66", "–5" ], [ "4", "T3", "K.J. Choi", "South Korea", "68", "–3" ], [ "5", "T3", "Gary Evans", "England", "68", "–3" ], [ "6", "T3", "Kenneth Ferrie", "England", "68", "–3" ], [ "7", "T3", "Alastair Forsyth", "Scotland", "68", "–3" ], [ "8", "T3", "Mathew Goggin", "Australia", "68", "–3" ], [ "9", "T3", "Mårten Olander", "Sweden", "68", "–3" ], [ "10", "T3", "Carl Pettersson", "Sweden", "68", "–3" ], [ "11", "T3", "Vijay Singh", "Fiji", "68", "–3" ], [ "12", "T3", "Stuart Wilson (a)", "England", "68", "–3" ] ] }, { "t5Formulas": [ { "Question": "What round has mathieu garon as the player?", "Formula": "SUMIFS(A1,B1,\"mathieu garon\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"mathieu garon\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"mathieu garon\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What nationality has a position of left wing, and a round greater than 4, with mattia baldi as the player?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"left wing\")*(B1=\"mattia baldi\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(C2:C11=\"left wing\")*(B2:B11=\"mattia baldi\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"left wing\"", "*", "B1", "=", "\"mattia baldi\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ], "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" ] }, { "Question": "How many rounds have goalie as the position?", "Formula": "SUMIFS(A1,C1,\"goalie\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"goalie\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"goalie\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14028980-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team" ], [ "2", "1", "Matt Higgins", "Center", "Canada", "Moose Jaw Warriors (WHL)" ], [ "3", "2", "Mathieu Garon", "Goalie", "Canada", "Victoriaville Tigres (QMJHL)" ], [ "4", "3", "Arron Asham", "Right Wing", "Canada", "Red Deer Rebels (WHL)" ], [ "5", "4", "Kim Staal", "Left Wing", "Denmark", "Malmö IF (Sweden)" ], [ "6", "4", "Etienne Drapeau", "Center", "Canada", "Beauport Harfangs (QMJHL)" ], [ "7", "5", "Daniel Archambault", "Defence", "Canada", "Val-d'Or Foreurs (QMJHL)" ], [ "8", "6", "Brett Clark", "Defenceman", "Canada", "University of Maine (NCAA)" ], [ "9", "7", "Timo Vertala", "Left Wing", "Finland", "JYP (Finland)" ], [ "10", "8", "Mattia Baldi", "Left Wing", "Switzerland", "Ambri-Piotta (Swiss)" ], [ "11", "9", "Michel Tremblay", "Left Wing", "Canada", "Shawinigan Cataractes (QMJHL)" ] ] }, { "t5Formulas": [ { "Question": "Who was Richmond's home team opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"richmond\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did Essendon play as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"essendon\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"essendon\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"essendon\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10807990-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "18.9 (117)", "Richmond", "30.16 (196)", "Punt Road Oval", "20,000", "16 May 1942" ], [ "3", "Carlton", "8.11 (59)", "South Melbourne", "13.21 (99)", "Princes Park", "16,000", "16 May 1942" ], [ "4", "St Kilda", "16.13 (109)", "Hawthorn", "9.17 (71)", "Toorak Park", "5,500", "16 May 1942" ], [ "5", "North Melbourne", "14.10 (94)", "Fitzroy", "17.13 (115)", "Arden Street Oval", "5,500", "16 May 1942" ], [ "6", "Footscray", "12.16 (88)", "Essendon", "14.8 (92)", "Yarraville Oval", "10,000", "16 May 1942" ] ] }, { "t5Formulas": [ { "Question": "Who was the home team when Hawthorn was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team when the home team scored 11.14 (80)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"11.14 (80)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"11.14 (80)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"11.14 (80)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was Fitzroy's score when they were the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"fitzroy\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"fitzroy\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"fitzroy\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10701914-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "18.17 (125)", "St Kilda", "10.12 (72)", "Punt Road Oval", "14,000", "25 August 1951" ], [ "3", "Geelong", "13.15 (93)", "North Melbourne", "3.6 (24)", "Kardinia Park", "18,000", "25 August 1951" ], [ "4", "Footscray", "11.14 (80)", "Hawthorn", "9.10 (64)", "Western Oval", "14,000", "25 August 1951" ], [ "5", "Essendon", "11.13 (79)", "Fitzroy", "7.11 (53)", "Windy Hill", "30,000", "25 August 1951" ], [ "6", "Carlton", "15.16 (106)", "Melbourne", "8.13 (61)", "Princes Park", "11,000", "25 August 1951" ], [ "7", "South Melbourne", "12.9 (81)", "Collingwood", "12.10 (82)", "Lake Oval", "21,000", "25 August 1951" ] ] }, { "t5Formulas": [ { "Question": "How many different outcomes of the French Championships were there?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"French Championships\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,C2:C16=\"French Championships\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"French Championships\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many different final scores were there in 1963?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=1963),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,B2:B16=1963),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "1963", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-2201724-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Partner", "Opponents in the final", "Score in the final" ], [ "2", "Runner-up", "1961", "Wimbledon", "Grass", "Bob Hewitt", "Roy Emerson Neale Fraser", "4–6, 8–6, 4–6, 8–6, 6–8" ], [ "3", "Runner-up", "1962", "Australian Championships", "Grass", "Bob Hewitt", "Roy Emerson Neale Fraser", "6–4, 6–4, 1–6, 4–6, 9–11" ], [ "4", "Winner", "1962", "Wimbledon", "Grass", "Bob Hewitt", "Boro Jovanović Nikola Pilić", "6–2, 5–7, 6–2, 6–4" ], [ "5", "Winner", "1963", "Australian Championships", "Grass", "Bob Hewitt", "Ken Fletcher John Newcombe", "6–2, 3–6, 6–3, 3–6, 6–3" ], [ "6", "Winner", "1964", "Australian Championships", "Grass", "Bob Hewitt", "Roy Emerson Ken Fletcher", "6–4, 7–5, 3–6, 4–6, 14–12" ], [ "7", "Winner", "1964", "Wimbledon", "Grass", "Bob Hewitt", "Roy Emerson Ken Fletcher", "7–5, 11–9, 6–4" ], [ "8", "Runner-up", "1965", "Australian Championships", "Grass", "Roy Emerson", "John Newcombe Tony Roche", "6–3, 6–4, 11–13, 3–6, 4–6" ], [ "9", "Winner", "1965", "French Championships", "Clay", "Roy Emerson", "Ken Fletcher Bob Hewitt", "6–8, 6–3, 8–6, 6–2" ], [ "10", "Winner", "1965", "US Championships", "Grass", "Roy Emerson", "Frank Froehling Charles Pasarell", "6–4, 10–12, 7–5, 6–3" ], [ "11", "Winner", "1966", "Australian Championships", "Grass", "Roy Emerson", "John Newcombe Tony Roche", "7–9, 6–3, 6–8, 14–12, 12–10" ], [ "12", "Winner", "1966", "US Championships", "Grass", "Roy Emerson", "Clark Graebner Dennis Ralston", "6–4, 6–4, 6–4" ], [ "13", "Winner", "1968", "French Open", "Clay", "Ken Rosewall", "Roy Emerson Rod Laver", "6–3, 6–4, 6–3" ], [ "14", "Runner-up", "1968", "Wimbledon", "Grass", "Ken Rosewall", "John Newcombe Tony Roche", "6–3, 6–8, 7–5, 12–14, 3–6" ], [ "15", "Runner-up", "1969", "Australian Open", "Grass", "Ken Rosewall", "Rod Laver Roy Emerson", "4–6, 4–6" ], [ "16", "Winner", "1969", "US Open", "Grass", "Ken Rosewall", "Charles Pasarell Dennis Ralston", "2–6, 7–5, 13–11, 6–3" ] ] }, { "t5Formulas": [ { "Question": "Which label has a year older than 2004 and a 2xcd detail as well as the sonic seducer cold hands seduction vol. 69 title?", "Formula": "FILTER(D1,(E1>2004)*(B1=\"2xcd\")*(A1=\"sonic seducer cold hands seduction vol. 69\"))", "Formula2": "FILTER(D2:D7,(E2:E7>2004)*(B2:B7=\"2xcd\")*(A2:A7=\"sonic seducer cold hands seduction vol. 69\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", ">", "2004", "*", "B1", "=", "\"2xcd\"", "*", "A1", "=", "\"sonic seducer cold hands seduction vol. 69\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which details has the out of line label and the year of 2005?", "Formula": "FILTER(B1,(D1=\"out of line\")*(E1=2005))", "Formula2": "FILTER(B2:B7,(D2:D7=\"out of line\")*(E2:E7=2005))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"out of line\"", "*", "E1", "=", "2005" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What average year contains the title of machineries of joy vol. 4?", "Formula": "AVERAGE(FILTER(E1,A1=\"machineries of joy vol. 4\"))", "Formula2": "AVERAGE(FILTER(E2:E7,A2:A7=\"machineries of joy vol. 4\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "A1", "=", "\"machineries of joy vol. 4\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which track title has a year lesser thsn 2005?", "Formula": "FILTER(C1,E1<2005)", "Formula2": "FILTER(C2:C7,E2:E7<2005)", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "<", "2005" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "dev_2-17167467-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Title", "Details", "Track Title", "Label", "Year" ], [ "2", "Machineries of Joy Vol. 3", "2xCD, Limited", "Forever", "Out of Line", "2004" ], [ "3", "Awake the Machines Vol. 5", "2xCD, Limited", "Tomorrow (Edit)", "Out Of Line", "2005" ], [ "4", "Extreme Sündenfall 6", "2xCD", "Vapor", "Indigo", "2007" ], [ "5", "Machineries Of Joy Vol. 4", "2xCD, Limited", "Spilling Blood", "Out Of Line", "2007" ], [ "6", "Sonic Seducer Cold Hands Seduction Vol. 69", "2xCD", "Tomorrow", "Sonic Seducer", "2007" ], [ "7", "Das Bunker 4: Brighter Than A Thousand Suns", "2xCD", "Forever (Solitary Experiments Remix)", "Das Bunker", "2008" ] ] }, { "t5Formulas": [ { "Question": "Which 1st Party has an election in 1847?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1847),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=1847),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1847", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which 1st Party has an election in 1865?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1865),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=1865),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1865", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which 1st Party has a 2nd Member of constituency abolished?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"constituency abolished\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"constituency abolished\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"constituency abolished\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 1st Member has an election in 1880 and a liberal 1st Party?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"liberal\")*(A1=1880)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"liberal\")*(A2:A12=1880)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"liberal\"", "*", "A1", "=", "1880", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Which 1st Member has an election in 1859 and a conservative 2nd Party?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"conservative\")*(A1=1859)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"conservative\")*(A2:A12=1859)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"conservative\"", "*", "A1", "=", "1859", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12291693-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Election", "1st Member", "1st Party", "2nd Member", "2nd Party" ], [ "2", "1832", "Sir Oswald Mosley, Bt", "Whig", "Edward Manningham-Buller", "Whig" ], [ "3", "1837", "Hon. Bingham Baring", "Conservative", "Edward Manningham-Buller", "Whig" ], [ "4", "1841", "Jesse David Watts Russell", "Conservative", "Charles Adderley", "Conservative" ], [ "5", "1847", "Viscount Brackley", "Conservative", "Charles Adderley", "Conservative" ], [ "6", "1851 by-election", "Smith Child", "Conservative", "Charles Adderley", "Conservative" ], [ "7", "1859", "Viscount Ingestre", "Conservative", "Charles Adderley", "Conservative" ], [ "8", "1865", "Sir Edward Manningham-Buller, Bt", "Liberal", "Charles Adderley", "Conservative" ], [ "9", "1874", "Colin Minton Campbell", "Conservative", "Charles Adderley", "Conservative" ], [ "10", "1878 by-election", "Colin Minton Campbell", "Conservative", "Robert William Hanbury", "Conservative" ], [ "11", "1880", "William Young Craig", "Liberal", "Harry Tichborne Davenport", "Conservative" ], [ "12", "1885", "constituency abolished", "constituency abolished", "constituency abolished", "constituency abolished" ] ] }, { "t5Formulas": [ { "Question": "Name the replacced by with ascoli", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Ascoli\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Ascoli\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Ascoli\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the team for mario somma", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Mario Somma\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"Mario Somma\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Mario Somma\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the date of appointment for ascoli", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Ascoli\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Ascoli\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Ascoli\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the manner of departure for elvio selighini", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Elvio Selighini\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"Elvio Selighini\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Elvio Selighini\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the date of vacancy for fabio brini", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Fabio Brini\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"Fabio Brini\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Fabio Brini\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the outgoing manager for mantova", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Mantova\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Mantova\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Mantova\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-17275810-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment" ], [ "2", "Rimini", "Leonardo Acori", "Mutual consent", "1 Cannot handle non-empty timestamp argument! 2008", "Elvio Selighini", "3 Cannot handle non-empty timestamp argument! 2008" ], [ "3", "Frosinone", "Alberto Cavasin", "Mutual consent", "5 Cannot handle non-empty timestamp argument! 2008", "Piero Braglia", "6 Cannot handle non-empty timestamp argument! 2008" ], [ "4", "Avellino", "Giuseppe Incocciati", "Sacked", "7 Cannot handle non-empty timestamp argument! 2008", "Salvatore Campilongo", "7 Cannot handle non-empty timestamp argument! 2008" ], [ "5", "Ascoli", "Vincenzo Chiarenza", "Sacked", "7 Cannot handle non-empty timestamp argument! 2008", "Franco Colomba", "7 Cannot handle non-empty timestamp argument! 2008" ], [ "6", "Salernitana", "Fabrizio Castori", "Sacked", "6 Cannot handle non-empty timestamp argument! 2008", "Bortolo Mutti", "7 Cannot handle non-empty timestamp argument! 2008" ], [ "7", "Mantova", "Alessandro Costacurta", "Resigned", "9 Cannot handle non-empty timestamp argument! 2009", "Mario Somma", "9 Cannot handle non-empty timestamp argument! 2009" ], [ "8", "Salernitana", "Fabrizio Castori", "Sacked", "4 Cannot handle non-empty timestamp argument! 2009", "Fabio Brini", "4 Cannot handle non-empty timestamp argument! 2009" ] ] }, { "t5Formulas": [ { "Question": "What is High Assists, when High Points is \"Tayshaun Prince (23)\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"tayshaun prince (23)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,E2:E15=\"tayshaun prince (23)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"tayshaun prince (23)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Team is \"Orlando\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"orlando\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"orlando\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"orlando\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17325937-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 2", "@ San Antonio", "W 89–77 (OT)", "Allen Iverson , Rasheed Wallace (19)", "Tayshaun Prince (12)", "Rodney Stuckey (7)", "AT&T Center 17,582", "11–6" ], [ "3", "18", "December 5", "Philadelphia", "L 91–96 (OT)", "Richard Hamilton (19)", "Rasheed Wallace , Kwame Brown (8)", "Allen Iverson (7)", "The Palace of Auburn Hills 22,076", "11–7" ], [ "4", "19", "December 7", "@ New York", "L 92–104 (OT)", "Tayshaun Prince (23)", "Tayshaun Prince (10)", "Allen Iverson (7)", "Madison Square Garden 19,763", "11–8" ], [ "5", "20", "December 9", "@ Washington", "L 94–107 (OT)", "Richard Hamilton (29)", "Tayshaun Prince (11)", "Rodney Stuckey (11)", "Verizon Center 14,707", "11–9" ], [ "6", "21", "December 12", "Indiana", "W 114–110 (OT)", "Richard Hamilton (28)", "Rasheed Wallace (6)", "Allen Iverson (12)", "The Palace of Auburn Hills 22,076", "12–9" ], [ "7", "22", "December 13", "@ Charlotte", "W 90–86 (OT)", "Allen Iverson (20)", "Tayshaun Prince , Antonio McDyess (6)", "Rodney Stuckey (10)", "Time Warner Cable Arena 17,373", "13–9" ], [ "8", "23", "December 17", "Washington", "W 88–74 (OT)", "Allen Iverson (28)", "Tayshaun Prince (10)", "Rodney Stuckey (11)", "The Palace of Auburn Hills 22,076", "14–9" ], [ "9", "24", "December 19", "Utah", "L 114–120 (2OT)", "Allen Iverson (38)", "Rasheed Wallace (8)", "Allen Iverson (7)", "The Palace of Auburn Hills 22,076", "14–10" ], [ "10", "25", "December 21", "@ Atlanta", "L 78–85 (OT)", "Rasheed Wallace , Rodney Stuckey (20)", "Rodney Stuckey (9)", "Allen Iverson (6)", "Philips Arena 15,233", "14–11" ], [ "11", "26", "December 23", "Chicago", "W 104–98 (OT)", "Rodney Stuckey (40)", "Tayshaun Prince , Antonio McDyess (11)", "Allen Iverson (8)", "The Palace of Auburn Hills 22,076", "15–11" ], [ "12", "27", "December 26", "Oklahoma City", "W 90–88 (OT)", "Allen Iverson (22)", "Tayshaun Prince (11)", "Rodney Stuckey , Richard Hamilton (4)", "The Palace of Auburn Hills 22,076", "16–11" ], [ "13", "28", "December 27", "@ Milwaukee", "W 87–76 (OT)", "Tayshaun Prince (19)", "Rasheed Wallace (12)", "Rodney Stuckey , Allen Iverson (6)", "Bradley Center 17,086", "17–11" ], [ "14", "29", "December 29", "Orlando", "W 88–82 (OT)", "Rodney Stuckey (19)", "Antonio McDyess (8)", "Antonio McDyess (5)", "The Palace of Auburn Hills 22,076", "18–11" ], [ "15", "30", "December 31", "New Jersey", "W 83–75 (OT)", "Allen Iverson (19)", "Jason Maxiell (9)", "Tayshaun Prince (5)", "The Palace of Auburn Hills 22,076", "19–11" ] ] }, { "t5Formulas": [ { "Question": "What Petrol engine has total power of ps (kw; bhp)@5400-6500?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"PS (kW; bhp)@5400-6500\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,E2:E6=\"PS (kW; bhp)@5400-6500\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"PS (kW; bhp)@5400-6500\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is top speed of a petrol engine at ps (kw; bhp)@5250-6250?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"PS (kW; bhp)@5250-6250\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,E2:E6=\"PS (kW; bhp)@5250-6250\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"PS (kW; bhp)@5250-6250\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the maximum speed for total power of ps (kw; bhp)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"PS (kW; bhp)\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,E2:E6=\"PS (kW; bhp)\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"PS (kW; bhp)\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the s7 4.0 tfsi quattro engine torque?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"S7 4.0 TFSI quattro\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,A2:A6=\"S7 4.0 TFSI quattro\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"S7 4.0 TFSI quattro\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-21154679-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Model", "Years", "Type/code", "Transmission", "max. power", "Torque", "0-km/h (mph) (sec)", "top speed" ], [ "2", "A7 2.8 FSI", "2010-", "cc (cuin) V6", "multitronic", "PS (kW; bhp)@5250-6250", "N·m (lb·ft)@3000-5000", "8.3", "km/h (mph)" ], [ "3", "A7 2.8 FSI quattro", "2012-", "cc (cuin) V6", "7 speed S Tronic", "PS (kW; bhp)", "N·m (lb·ft)", "8.3", "km/h (mph)" ], [ "4", "A7 3.0 TFSI quattro (300PS)", "2012?-", "cc (cuin) V6 supercharged", "7 speed S Tronic", "PS (kW; bhp)@5250-6500", "N·m (lb·ft)@2900-4500", "5.6", "km/h (mph)" ], [ "5", "A7 3.0 TFSI quattro (310PS)", "2012?-", "cc (cuin) V6 supercharged", "7 speed S Tronic", "PS (kW; bhp)@5400-6500", "N·m (lb·ft)@2900-4500", "5.6?", "km/h (mph)" ], [ "6", "S7 4.0 TFSI quattro", "2012-", "cc (cuin) V8 twin turbo", "7 speed S Tronic", "PS (kW; bhp)@5500-6400", "N·m (lb·ft)@1400-5200", "4.9", "km/h (mph)" ] ] }, { "t5Formulas": [ { "Question": "What is the attendance of the game on 2007-04-07 with the Warriors as the visitor team?", "Formula": "SUM(FILTER(F1, (B1=\"warriors\")*(A1=\"2007-04-07\")))", "Formula2": "SUM(FILTER(F2:F10, (B2:B10=\"warriors\")*(A2:A10=\"2007-04-07\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"warriors\"", "*", "A1", "=", "\"2007-04-07\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-14677944-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "2007-04-01", "Grizzlies", "117–122", "Warriors", "Jason Richardson (26)", "17,198", "35–39" ], [ "3", "2007-04-04", "Warriors", "110–99", "Rockets", "Jason Richardson (26)", "13,929", "36–39" ], [ "4", "2007-04-06", "Warriors", "116–104", "Grizzlies", "Baron Davis (31)", "14,087", "37–39" ], [ "5", "2007-04-07", "Warriors", "99–112", "Spurs", "Jason Richardson (23)", "18,797", "37–40" ], [ "6", "2007-04-09", "Jazz", "102–126", "Warriors", "Stephen Jackson (28)", "17,453", "38–40" ], [ "7", "2007-04-13", "Warriors", "125–108", "Kings", "Stephen Jackson (26)", "17,317", "39–40" ], [ "8", "2007-04-15", "Timberwolves", "108–121", "Warriors", "Jason Richardson (32)", "18,223", "40–40" ], [ "9", "2007-04-17", "Mavericks", "82–111", "Warriors", "Mickaël Piétrus (22)", "20,073", "41–40" ], [ "10", "2007-04-18", "Warriors", "120–98", "Blazers", "Stephen Jackson (31)", "19,455", "42–40" ] ] }, { "t5Formulas": [ { "Question": "How many years did John Player Lotus used Cosworth v8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"cosworth v8\")*(B1=\"john player lotus\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"cosworth v8\")*(B2:B14=\"john player lotus\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cosworth v8\"", "*", "B1", "=", "\"john player lotus\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who used Eurobrun er189b after 1989?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1989)*(C1=\"eurobrun er189b\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14>1989)*(C2:C14=\"eurobrun er189b\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1989", "*", "C1", "=", "\"eurobrun er189b\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who used Ford v8 and Jordan 191 after 1990 and got 8 points?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1>1990)*(D1=\"ford v8\")*(C1=\"jordan 191\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,(A2:A14>1990)*(D2:D14=\"ford v8\")*(C2:C14=\"jordan 191\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", ">", "1990", "*", "D1", "=", "\"ford v8\"", "*", "C1", "=", "\"jordan 191\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-1226554-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1982", "John Player Lotus", "Lotus 91", "Cosworth V8", "0" ], [ "3", "1987", "Team AGS", "AGS JH22", "Cosworth V8", "1" ], [ "4", "1989", "Coloni SpA", "Coloni FC188B", "Cosworth V8", "0" ], [ "5", "1989", "Coloni SpA", "Coloni C3", "Cosworth V8", "0" ], [ "6", "1990", "EuroBrun Racing", "EuroBrun ER189", "Judd V8", "6" ], [ "7", "1990", "EuroBrun Racing", "EuroBrun ER189B", "Judd V8", "6" ], [ "8", "1990", "Benetton Formula", "Benetton B190", "Ford V8", "6" ], [ "9", "1991", "Camel Benetton Ford", "Benetton B190B", "Ford V8", "8" ], [ "10", "1991", "Camel Benetton Ford", "Benetton B191", "Ford V8", "8" ], [ "11", "1991", "Team 7UP Jordan", "Jordan 191", "Ford V8", "8" ], [ "12", "1991", "Minardi Team", "Minardi M191", "Ferrari V12", "8" ], [ "13", "1992", "Andrea Moda Formula", "Andrea Moda S921", "Judd V10", "0" ], [ "14", "1995", "Parmalat Forti Ford", "Forti FG01", "Ford V8", "0" ] ] }, { "t5Formulas": [ { "Question": "What score has amblecote as the venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"amblecote\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"amblecote\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"amblecote\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What city has riverside ground as the venue, with a year prior to 1998?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"riverside ground\")*(E1<1998)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"riverside ground\")*(E2:E9<1998)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"riverside ground\"", "*", "E1", "<", "1998", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] }, { "Question": "What is the lowest year that has chester-le-street as the city, with 345 runs as the score?", "Formula": "MIN(FILTER(E1, (D1=\"chester-le-street\")*(A1=\"345 runs\")))", "Formula2": "MIN(FILTER(E2:E9, (D2:D9=\"chester-le-street\")*(A2:A9=\"345 runs\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "\"chester-le-street\"", "*", "A1", "=", "\"345 runs\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What year has 385 runs as the score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"385 runs\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"385 runs\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"385 runs\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What score has 1998 as the year?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=1998),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=1998),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1998", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-14176339-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Score", "Opposition", "Venue", "City", "Year" ], [ "2", "423 runs", "Somerset", "Aigurth", "Liverpool", "1911" ], [ "3", "385 runs", "Somerset", "Aigburth", "Liverpool", "1908" ], [ "4", "372 runs", "Worcestershire", "Amblecote", "Stourbridge", "1911" ], [ "5", "370 runs", "Oxford University", "The University Parks", "Oxford", "1985" ], [ "6", "361 runs", "Middlesex", "Old Trafford", "Manchester", "1994" ], [ "7", "350 runs", "Durham", "Riverside Ground", "Chester-le-Street", "1998" ], [ "8", "345 runs", "Durham", "Riverside Ground", "Chester-le-Street", "1996" ], [ "9", "336 runs", "Somerset", "Stanley Park", "Blackpool", "2002" ] ] }, { "t5Formulas": [ { "Question": "What was the Candlelight Records Catalog of Candle053tin format?", "Formula": "FILTER(D1,(C1=\"candlelight records\")*(E1=\"candle053tin\"))", "Formula2": "FILTER(D2:D8,(C2:C8=\"candlelight records\")*(E2:E8=\"candle053tin\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"candlelight records\"", "*", "E1", "=", "\"candle053tin\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is Candlelight Records format?", "Formula": "FILTER(D1,C1=\"candlelight records\")", "Formula2": "FILTER(D2:D8,C2:C8=\"candlelight records\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"candlelight records\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What year did Japan form a label?", "Formula": "FILTER(B1,A1=\"japan\")", "Formula2": "FILTER(B2:B8,A2:A8=\"japan\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"japan\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1077708-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Year", "Label", "Format", "Catalog" ], [ "2", "United Kingdom", "1995", "Candlelight Records", "CD", "Candle010CD" ], [ "3", "Poland", "1995", "Mystic Production", "cassette", "003" ], [ "4", "United States", "1997", "Century Black", "CD", "7845-2" ], [ "5", "United Kingdom", "2000", "Candlelight Records", "CD", "CANDLE053CD" ], [ "6", "Netherlands", "2000", "Displeased Records", "double LP", "D-00081" ], [ "7", "United Kingdom", "2003", "Candlelight Records", "CD", "CANDLE053TIN" ], [ "8", "Japan", "2008", "Avalon", "CD", "MICP-10807" ] ] }, { "t5Formulas": [ { "Question": "How many attended the game with north melbourne as the away side?", "Formula": "SUMIFS(F1,C1,\"north melbourne\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"north melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"north melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "On what day did the home team score 18.12 (120)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.12 (120)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"18.12 (120)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"18.12 (120)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What venue featured north melbourne as the away side?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"north melbourne\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many attended the game with north melbourne as the away side?", "Formula": "SUMIFS(F1,C1,\"melbourne\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-10701914-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "18.12 (120)", "Melbourne", "13.8 (86)", "Glenferrie Oval", "10,000", "14 July 1951" ], [ "3", "Geelong", "12.23 (95)", "St Kilda", "10.7 (67)", "Kardinia Park", "13,500", "14 July 1951" ], [ "4", "Collingwood", "15.13 (103)", "Fitzroy", "21.9 (135)", "Victoria Park", "22,000", "14 July 1951" ], [ "5", "Richmond", "11.13 (79)", "North Melbourne", "11.16 (82)", "Punt Road Oval", "15,000", "14 July 1951" ], [ "6", "Footscray", "7.14 (56)", "Essendon", "9.10 (64)", "Western Oval", "27,000", "14 July 1951" ], [ "7", "South Melbourne", "7.9 (51)", "Carlton", "7.14 (56)", "Lake Oval", "25,000", "14 July 1951" ] ] }, { "t5Formulas": [ { "Question": "What is the club from Vila Do Conde?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"vila do conde\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"vila do conde\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"vila do conde\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the stadium for the team that was 6th in the liga in the 2004-2005 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6th in the liga\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"6th in the liga\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6th in the liga\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the stadium for the city of Braga?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"braga\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"braga\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"braga\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17933603-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Season's Last Head Coach", "City", "Stadium", "2004-2005 season" ], [ "2", "Académica de Coimbra", "Nelo Vingada Category:Articles with hCards", "Coimbra", "Estádio Cidade de Coimbra", "14th in the Liga" ], [ "3", "Belenenses", "Carlos Carvalhal Category:Articles with hCards", "Lisbon", "Estádio do Restelo", "9th in the Liga" ], [ "4", "Benfica", "Ronald Koeman Category:Articles with hCards", "Lisbon", "Estádio da Luz", "1st in the Liga" ], [ "5", "Boavista", "Carlos Brito", "Porto", "Estádio do Bessa – Século XXI", "6th in the Liga" ], [ "6", "Braga", "Jesualdo Ferreira Category:Articles with hCards", "Braga", "Estádio Municipal de Braga - AXA", "4th in the Liga" ], [ "7", "Estrela da Amadora", "Toni", "Amadora", "Estádio José Gomes", "3rd in the Liga de Honra" ], [ "8", "Gil Vicente", "Paulo Alves Category:Articles with hCards", "Barcelos", "Estádio Cidade de Barcelos", "13th in the Liga" ], [ "9", "União de Leiria", "Jorge Jesus", "Leiria", "Estádio Dr. Magalhães Pessoa", "15th in the Liga" ], [ "10", "Penafiel", "Luís Castro", "Penafiel", "Estádio Municipal 25 de Abril", "11th in the Liga" ], [ "11", "Marítimo", "Ulisses Morais", "Funchal", "Estádio dos Barreiros", "7th in the Liga" ], [ "12", "Nacional", "Manuel Machado Category:Articles with hCards", "Funchal", "Estádio da Madeira", "12th in the Liga" ], [ "13", "Naval 1° de Maio", "Rogério Gonçalves", "Figueira da Foz", "Estádio Municipal José Bento Pessoa", "2nd in the Liga de Honra" ], [ "14", "Paços de Ferreira", "José Mota Category:Articles with hCards", "Paços de Ferreira", "Estádio da Mata Real", "1st in the Liga de Honra" ], [ "15", "Porto", "Co Adriaanse Category:Articles with hCards", "Porto", "Estádio do Dragão", "2nd in the Liga" ], [ "16", "Sporting CP", "Paulo Bento Category:Articles with hCards", "Lisbon", "Estádio José Alvalade – Século XXI", "3rd in the Liga" ], [ "17", "Rio Ave", "João Eusébio", "Vila do Conde", "Estádio dos Arcos", "8th in the Liga" ], [ "18", "Vitória de Guimarães", "Vítor Pontes", "Guimarães", "Estádio D. Afonso Henriques", "5th in the Liga" ], [ "19", "Vitória de Setúbal", "Hélio Sousa", "Setúbal", "Estádio do Bonfim", "10th in the Liga" ] ] }, { "t5Formulas": [ { "Question": "Who was the player when totals were 105-161?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"105-161\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"105-161\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"105-161\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many items appear in the average column when the totals were 105-161?", "Formula": "SUMIFS(F1,E1,\"105-161\")", "Formula2": "SUMIFS(F2:F9,E2:E9,\"105-161\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"105-161\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What were the totals when the average is 6.25?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=6.25))", "Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(F2:F9)),FILTER(query1,CHOOSECOLS(query1,2)=6.25))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.25" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who was the team when the category is field goal percentage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Field goal percentage\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Field goal percentage\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Field goal percentage\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-28628309-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Category", "Player", "Team", "Games played", "Totals", "Average" ], [ "2", "Points per game", "Gary David", "Powerade Tigers", "14", "301", "21.50" ], [ "3", "Rebounds per game", "Rudy Hatfield", "Barangay Ginebra Kings", "20", "242", "12.10" ], [ "4", "Assists per game", "Chris Ross", "Meralco Bolts", "16", "100", "6.25" ], [ "5", "Steals per game", "Chris Ross", "Meralco Bolts", "16", "38", "2.38" ], [ "6", "Blocks per game", "Nonoy Baclao", "Air21 Express", "15", "35", "2.50" ], [ "7", "Field goal percentage", "Ali Peek", "Talk 'N Text Tropang Texters", "19", "105-161", "0.652" ], [ "8", "3-pt field goal percentage", "Dondon Hontiveros", "San Miguel Beermen", "17", "33-72", "0.458" ], [ "9", "Free throw percentage", "Tony dela Cruz", "Alaska Aces", "14", "22-25", "0.880" ] ] }, { "t5Formulas": [ { "Question": "During the Australian Grand Prix and the fastest lap was driven by Jacques Villeneuve, what's the report recorded?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"jacques villeneuve\")*(B1=\"australian grand prix\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(D2:D17=\"jacques villeneuve\")*(B2:B17=\"australian grand prix\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"jacques villeneuve\"", "*", "B1", "=", "\"australian grand prix\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "When the fastest lap was driven by damon hill who was the winning constructor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"damon hill\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,D2:D17=\"damon hill\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"damon hill\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "During the hungarian grand prix where the pole position was michael schumacher and the fastest lap was driven by damon hill, what's the total number of rounds of races matching these standards?", "Formula": "SUM(FILTER(A1, (D1=\"damon hill\")*(C1=\"michael schumacher\")*(B1=\"hungarian grand prix\")))", "Formula2": "SUM(FILTER(A2:A17, (D2:D17=\"damon hill\")*(C2:C17=\"michael schumacher\")*(B2:B17=\"hungarian grand prix\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"damon hill\"", "*", "C1", "=", "\"michael schumacher\"", "*", "B1", "=", "\"hungarian grand prix\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "When the winning driver was jacques villeneuve what was the fastest lap driven?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"jacques villeneuve\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,E2:E17=\"jacques villeneuve\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"jacques villeneuve\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1137696-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Grand Prix", "Pole Position", "Fastest Lap", "Winning Driver", "Winning Constructor", "Report" ], [ "2", "1", "Australian Grand Prix", "Jacques Villeneuve", "Jacques Villeneuve", "Damon Hill", "Williams - Renault", "Report" ], [ "3", "2", "Brazilian Grand Prix", "Damon Hill", "Damon Hill", "Damon Hill", "Williams - Renault", "Report" ], [ "4", "3", "Argentine Grand Prix", "Damon Hill", "Jean Alesi", "Damon Hill", "Williams - Renault", "Report" ], [ "5", "4", "European Grand Prix", "Damon Hill", "Damon Hill", "Jacques Villeneuve", "Williams - Renault", "Report" ], [ "6", "5", "San Marino Grand Prix", "Michael Schumacher", "Damon Hill", "Damon Hill", "Williams - Renault", "Report" ], [ "7", "6", "Monaco Grand Prix", "Michael Schumacher", "Jean Alesi", "Olivier Panis", "Ligier - Mugen-Honda", "Report" ], [ "8", "7", "Spanish Grand Prix", "Damon Hill", "Michael Schumacher", "Michael Schumacher", "Ferrari", "Report" ], [ "9", "8", "Canadian Grand Prix", "Damon Hill", "Jacques Villeneuve", "Damon Hill", "Williams - Renault", "Report" ], [ "10", "9", "French Grand Prix", "Michael Schumacher", "Jacques Villeneuve", "Damon Hill", "Williams - Renault", "Report" ], [ "11", "10", "British Grand Prix", "Damon Hill", "Jacques Villeneuve", "Jacques Villeneuve", "Williams - Renault", "Report" ], [ "12", "11", "German Grand Prix", "Damon Hill", "Damon Hill", "Damon Hill", "Williams - Renault", "Report" ], [ "13", "12", "Hungarian Grand Prix", "Michael Schumacher", "Damon Hill", "Jacques Villeneuve", "Williams - Renault", "Report" ], [ "14", "13", "Belgian Grand Prix", "Jacques Villeneuve", "Gerhard Berger", "Michael Schumacher", "Ferrari", "Report" ], [ "15", "14", "Italian Grand Prix", "Damon Hill", "Michael Schumacher", "Michael Schumacher", "Ferrari", "Report" ], [ "16", "15", "Portuguese Grand Prix", "Damon Hill", "Jacques Villeneuve", "Jacques Villeneuve", "Williams - Renault", "Report" ], [ "17", "16", "Japanese Grand Prix", "Jacques Villeneuve", "Jacques Villeneuve", "Damon Hill", "Williams - Renault", "Report" ] ] }, { "t5Formulas": [ { "Question": "Which team has 10 losses?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15429123-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Match", "Points", "Draw", "Lost" ], [ "2", "Unia Leszno", "18", "32", "0", "2" ], [ "3", "Spójnia Wrocław", "18", "28", "0", "4" ], [ "4", "Kolejarz Rawicz", "18", "26", "0", "5" ], [ "5", "Gwardia Bydgoszcz", "18", "20", "0", "8" ], [ "6", "Budowlani Warszawa", "18", "19", "1", "8" ], [ "7", "CWKS Wrocław", "18", "18", "0", "9" ], [ "8", "Górnik Rybnik", "18", "16", "0", "10" ], [ "9", "Ogniwo Łódź", "18", "10", "0", "13" ], [ "10", "Włókniarz Częstochowa", "18", "9", "1", "13" ], [ "11", "Stal Świętochłowice", "18", "2", "0", "17" ] ] }, { "t5Formulas": [ { "Question": "Where was the game with result 7-2 played?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"7-2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"7-2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"7-2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the Friendly competition where the result was 7-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly\")*(D1=\"7-2\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"friendly\")*(D2:D9=\"7-2\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "*", "D1", "=", "\"7-2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the game on 27 January 1996?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"27 january 1996\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"27 january 1996\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"27 january 1996\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the event with a result of 3-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"3-2\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"3-2\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"3-2\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11462581-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "27 January 1996", "Free State Stadium , Bloemfontein , South Africa", "1–0", "1-3", "1998 African Cup of Nations" ], [ "3", "17 August 1997", "Cairo International Stadium , Cairo , Egypt", "4–0", "5–0", "1998 FIFA World Cup qualifier" ], [ "4", "3 December 1997", "Cairo International Stadium , Egypt", "1-0", "3-2", "Friendly" ], [ "5", "18 December 1997", "Aswan Stadium , Aswan , Egypt", "7-2", "7-2", "Friendly" ], [ "6", "24 December 1997", "Cairo International Stadium , Cairo , Egypt", "1-2", "1-2", "Friendly" ], [ "7", "27 July 1999", "Estadio Azteca , Mexico City , Mexico", "2–2", "2–2", "1999 FIFA Confederations Cup" ], [ "8", "29 July 1999", "Estadio Azteca , Mexico City , Mexico", "1–3", "1–5", "1999 FIFA Confederations Cup" ], [ "9", "23 April 2000", "Alexandria Stadium , Alexandria , Cairo", "1–0", "4-2", "2002 FIFA World Cup qualifier" ] ] }, { "t5Formulas": [ { "Question": "Which week had a result of L 38-21?", "Formula": "SUMIFS(A1,D1,\"l 38-21\")", "Formula2": "SUMIFS(A2:A18,D2:D18,\"l 38-21\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"l 38-21\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the opponent after week 8 that had 72,190 people in attendance?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=72190),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,E2:E18=72190),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "72190", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18814667-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 9, 1990", "Tampa Bay Buccaneers", "L 38-21", "56,692" ], [ "3", "2", "September 16, 1990", "Atlanta Falcons", "W 21-14", "48,961" ], [ "4", "3", "September 23, 1990", "at Tampa Bay Buccaneers", "L 23-20", "55,075" ], [ "5", "4", "September 30, 1990", "Green Bay Packers", "L 24-21", "64,509" ], [ "6", "5", "October 7, 1990", "at Minnesota Vikings", "W 34-27", "57,586" ], [ "7", "6", "October 14, 1990", "at Kansas City Chiefs", "L 43-24", "74,312" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 28, 1990", "at New Orleans Saints", "W 27-10", "64,368" ], [ "10", "9", "November 4, 1990", "Washington Redskins", "L 41-38 OT", "69,326" ], [ "11", "10", "November 11, 1990", "Minnesota Vikings", "L 17-7", "68,264" ], [ "12", "11", "November 18, 1990", "at New York Giants", "L 20-0", "76,109" ], [ "13", "12", "November 22, 1990", "Denver Broncos", "W 40-27", "73,896" ], [ "14", "13", "December 2, 1990", "at Chicago Bears", "L 23-17 OT", "62,313" ], [ "15", "14", "December 10, 1990", "Los Angeles Raiders", "L 38-31", "72,190" ], [ "16", "15", "December 16, 1990", "Chicago Bears", "W 38-21", "67,759" ], [ "17", "16", "December 22, 1990", "at Green Bay Packers", "W 24-17", "46,700" ], [ "18", "17", "December 30, 1990", "at Seattle Seahawks", "L 30-10", "50,681" ] ] }, { "t5Formulas": [ { "Question": "What is the Record of the Game after 40 with New York Rangers as Opponent?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"new york rangers\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>40))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,C2:C13=\"new york rangers\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>40))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"new york rangers\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "40" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-14294324-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "January", "Opponent", "Score", "Record", "Points" ], [ "2", "40", "3", "@ Atlanta Flames", "3–1", "17–17–6", "40" ], [ "3", "41", "7", "@ Buffalo Sabres", "0–2", "17–18–6", "40" ], [ "4", "42", "11", "Los Angeles Kings", "2–3", "17–19–6", "40" ], [ "5", "43", "13", "@ Chicago Black Hawks", "3–2", "18–19–6", "42" ], [ "6", "44", "14", "New York Rangers", "2–5", "18–20–6", "42" ], [ "7", "45", "18", "Minnesota North Stars", "6–1", "19–20–6", "44" ], [ "8", "46", "20", "@ Montreal Canadiens", "3–6", "19–21–6", "44" ], [ "9", "47", "21", "@ Buffalo Sabres", "4–3", "20–21–6", "46" ], [ "10", "48", "23", "Detroit Red Wings", "4–4", "20–21–7", "47" ], [ "11", "49", "25", "Pittsburgh Penguins", "6–3", "21–21–7", "49" ], [ "12", "50", "27", "@ Pittsburgh Penguins", "5–3", "22–21–7", "51" ], [ "13", "51", "28", "California Golden Seals", "4–3", "23–21–7", "53" ] ] }, { "t5Formulas": [ { "Question": "Who was his partner in 1989? ", "Formula": "FILTER(D1,A1=1989)", "Formula2": "FILTER(D2:D7,A2:A7=1989)", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "1989" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the surface when he played with John Alexander? ", "Formula": "FILTER(C1,D1=\"John Alexander\")", "Formula2": "FILTER(C2:C7,D2:D7=\"John Alexander\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"John Alexander\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the final score in 1986?", "Formula": "FILTER(F1,A1=1986)", "Formula2": "FILTER(F2:F7,A2:A7=1986)", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "=", "1986" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_1-26309085-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Championship", "Surface", "Partner", "Opponents in final", "Score in final" ], [ "2", "1982", "Australian Open", "Grass", "John Alexander", "Andy Andrews John Sadri", "6–4, 7–6" ], [ "3", "1984", "U.S. Open", "Hard", "Tomáš Šmíd", "Stefan Edberg Anders Järryd", "7–6, 6–3, 6–3" ], [ "4", "1986", "French Open", "Clay", "Tomáš Šmíd", "Stefan Edberg Anders Järryd", "6–3, 4–6, 6–3, 6–7, 14–12" ], [ "5", "1989", "Wimbledon", "Grass", "Anders Järryd", "Rick Leach Jim Pugh", "3–6, 7–6, 6–4, 7–6" ], [ "6", "1991", "French Open (2)", "Clay", "Anders Järryd", "Rick Leach Jim Pugh", "6–0, 7–6" ], [ "7", "1991", "Wimbledon (2)", "Grass", "Anders Järryd", "Javier Frana Leonardo Lavalle", "6–3, 6–4, 6–7, 6–1" ] ] }, { "t5Formulas": [ { "Question": "For cities with a census of 74000 in 1920, what was their census in 1890?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=74000))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=74000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "74000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "For cities with a census of 296000 in 1940, what was their census in 1920?", "Formula": "SUM(FILTER(E1, G1=296000))", "Formula2": "SUM(FILTER(E2:E7, G2:G7=296000))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "G1", "=", "296000" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many cities had a census of 400000 in 1940?", "Formula": "SUM(FILTER(A1, G1=400000))", "Formula2": "SUM(FILTER(A2:A7, G2:G7=400000))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "400000" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-1980653-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "City", "1890 census", "1910 census", "1920 census", "1930 census", "1940 census" ], [ "2", "1", "Keijō", "1,165,000", "230000", "247000", "350000", "1100000" ], [ "3", "2", "Fuzan", "NA", "81000", "74000", "130000", "400000" ], [ "4", "3", "Heijō", "NA", "40000", "60000", "137000", "286000" ], [ "5", "4", "Jinsen", "NA", "30000", "40000", "54000", "171000" ], [ "6", "5", "Taihoku", "78,000", "95000", "164000", "249000", "326000" ], [ "7", "6", "Tainan", "NA", "44000", "112000", "166000", "296000" ] ] }, { "t5Formulas": [ { "Question": "What is the nationality of the player in round 4?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(D2:D14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the round of Jimmy Drolet from Canada?", "Formula": "SUM(FILTER(A1, (D1=\"canada\")*(B1=\"jimmy drolet\")))", "Formula2": "SUM(FILTER(A2:A14, (D2:D14=\"canada\")*(B2:B14=\"jimmy drolet\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"canada\"", "*", "B1", "=", "\"jimmy drolet\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the round number of Jessie Rezansoff, who plays right wing?", "Formula": "SUM(FILTER(A1, (C1=\"right wing\")*(B1=\"jessie rezansoff\")))", "Formula2": "SUM(FILTER(A2:A14, (C2:C14=\"right wing\")*(B2:B14=\"jessie rezansoff\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"right wing\"", "*", "B1", "=", "\"jessie rezansoff\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-14509824-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team" ], [ "2", "1", "Brad Brown", "Defenceman", "Canada", "North Bay Centennials (OHL)" ], [ "3", "2", "Jose Theodore", "Goalie", "Canada", "St-Jean Lynx (QMJHL)" ], [ "4", "3", "Chris Murray", "Right Wing", "Canada", "Kamloops Blazers (WHL)" ], [ "5", "3", "Marko Kiprusoff", "Defenceman", "Finland", "TPS (Finland)" ], [ "6", "3", "Martin Belanger", "Defence", "Canada", "Granby Bisons (QMJHL)" ], [ "7", "4", "Arto Kuki", "Center", "Finland", "Espoo Blues (FIN)" ], [ "8", "5", "Jimmy Drolet", "Defenceman", "Canada", "St. Hyacinthe Lasers (QMJHL)" ], [ "9", "6", "Joel Irving", "Center", "Canada", "Regina Pat Canadiens (Midget AAA)" ], [ "10", "7", "Jessie Rezansoff", "Right Wing", "Canada", "Regina Pats (WHL)" ], [ "11", "8", "Peter Strom", "Left Wing", "Sweden", "Frölunda HC (Sweden)" ], [ "12", "9", "Tomas Vokoun", "Goalie", "Czechoslovakia", "Kladno (Czech)" ], [ "13", "10", "Chris Aldous", "Defence", "United States", "Northwood Prep. (N.Y)" ], [ "14", "11", "Ross Parsons", "Defenceman", "Canada", "Regina Pats (WHL)" ] ] }, { "t5Formulas": [ { "Question": "How many tree species are listed when the total plant species is 258?", "Formula": "SUM(FILTER(D1, C1=258))", "Formula2": "SUM(FILTER(D2:D10, C2:C10=258))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "258" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many tree species are there when the total plant species is 113?", "Formula": "SUM(FILTER(D1, C1=113))", "Formula2": "SUM(FILTER(D2:D10, C2:C10=113))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "113" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the size of Itwara central forest reserve?", "Formula": "SUMIFS(B1,A1,\"Itwara\")", "Formula2": "SUMIFS(B2:B10,A2:A10,\"Itwara\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "A1", "\"Itwara\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many tree species are in the kitechura reserve?", "Formula": "SUMIFS(D1,A1,\"Kitechura\")", "Formula2": "SUMIFS(D2:D10,A2:A10,\"Kitechura\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Kitechura\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-16577990-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Central Forest Reserve", "Size in km²", "Total plant species", "Tree species", "Endemic", "Threatened (CR,VU,EN)" ], [ "2", "Kashoya-Kitomi", "385", "901", "419", "41", "17" ], [ "3", "Kalinzu", "140", "787", "442", "34", "12" ], [ "4", "Budongo", "817", "1064", "449", "29", "18" ], [ "5", "Echuya", "36", "423", "131", "32", "1" ], [ "6", "Bugoma", "400", "256", "245", "7", "12" ], [ "7", "Mafuga", "37", "115", "100", "7", "2" ], [ "8", "Kagombe", "178", "211", "201", "3", "5" ], [ "9", "Itwara", "87", "258", "248", "7", "10" ], [ "10", "Kitechura", "53", "113", "108", "2", "0" ] ] }, { "t5Formulas": [ { "Question": "What name has Fakel New Urengoy as the 2008 club?", "Formula": "FILTER(A1,E1=\"fakel new urengoy\")", "Formula2": "FILTER(A2:A13,E2:E13=\"fakel new urengoy\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"fakel new urengoy\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What shows for height for the 2008 club of Stade Poitevin Poitiers?", "Formula": "FILTER(B1,E1=\"stade poitevin poitiers\")", "Formula2": "FILTER(B2:B13,E2:E13=\"stade poitevin poitiers\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"stade poitevin poitiers\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the name for the 2008 club of Azs olsztyn?", "Formula": "FILTER(A1,E1=\"azs olsztyn\")", "Formula2": "FILTER(A2:A13,E2:E13=\"azs olsztyn\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"azs olsztyn\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the spike for the 2008 club of Lokomotiv Novosibirsk?", "Formula": "FILTER(D1,E1=\"lokomotiv novosibirsk\")", "Formula2": "FILTER(D2:D13,E2:E13=\"lokomotiv novosibirsk\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"lokomotiv novosibirsk\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18499677-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Height", "Weight", "Spike", "2008 club" ], [ "2", "Lloy Ball Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Zenit Kazan" ], [ "3", "Sean Rooney Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Dinamo-Yantar Kalingrad" ], [ "4", "David Lee Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Halkbank Ankara" ], [ "5", "Richard Lambourne Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "AZS Olsztyn" ], [ "6", "William Priddy Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Lokomotiv Novosibirsk" ], [ "7", "Ryan Millar Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Sparkling Milano" ], [ "8", "Riley Salmon Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Top Volley SRL" ], [ "9", "Thomas Hoff Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Fakel New Urengoy" ], [ "10", "Clay Stanley Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Zenit Kazan" ], [ "11", "Kevin Hansen Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Stade Poitevin Poitiers" ], [ "12", "Gabe Gardner Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Sparkling Milano" ], [ "13", "Scott Touzinsky Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "ACH Volley Bled" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the 2000-01 season in which the IceGators were part of the Southwest division and were coached by Dave Farrish?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"dave farrish\")*(C1=\"southwest\")*(A1=\"2000-01\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"dave farrish\")*(C2:C11=\"southwest\")*(A2:A11=\"2000-01\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"dave farrish\"", "*", "C1", "=", "\"southwest\"", "*", "A1", "=", "\"2000-01\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "In which division were the IceGators when coached by Todd Gordon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"todd gordon\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"todd gordon\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"todd gordon\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1888186-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "League", "Division", "Coach", "Result" ], [ "2", "1995-96", "ECHL", "South", "Doug Shedden", "Lost in Round 1" ], [ "3", "1996-97", "ECHL", "South", "Doug Shedden", "Lost in Finals" ], [ "4", "1997-98", "ECHL", "Southwest", "Doug Shedden", "Lost in Round 3" ], [ "5", "1998-99", "ECHL", "Southwest", "Doug Shedden", "Lost in Round 2" ], [ "6", "1999-00", "ECHL", "Southwest", "Don Murdoch", "Lost in Finals" ], [ "7", "2000-01", "ECHL", "Southwest", "Dave Farrish", "Lost in Round 4" ], [ "8", "2001-02", "ECHL", "Southwest", "Dave Farrish", "Lost in Round 2" ], [ "9", "2002-03", "ECHL", "Southwest", "Dave Farrish", "Lost in Round 2" ], [ "10", "2003-04", "ECHL", "Central", "Dave Farrish", "Lost in Round 2" ], [ "11", "2004-05", "ECHL", "South", "Todd Gordon", "Did Not Qualify" ] ] }, { "t5Formulas": [ { "Question": "How many games did they play on january 11?", "Formula": "ROWS(UNIQUE(FILTER(H1, B1=\"January 11\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H16, B2:B16=\"January 11\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "B1", "=", "\"January 11\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-27882867-6", "Table": [ [ "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", "29", "January 2", "L.A. Clippers", "W 120-107", "D. Wilkins (35)", "D. Wilkins (16)", "G. Rivers (11)", "Omni Coliseum 8,733", "16–13" ], [ "3", "30", "January 4", "Indiana", "W 111-96", "D. Wilkins (36)", "M. Malone (11)", "G. Rivers , R. Robinson (5)", "Omni Coliseum 10,124", "17–13" ], [ "4", "31", "January 5", "Minnesota", "W 117-112 (OT)", "J. Battle (27)", "K. Willis (19)", "J. Koncak (7)", "Omni Coliseum 10,988", "18–13" ], [ "5", "32", "January 8", "San Antonio", "W 109-98", "D. Wilkins (40)", "K. Willis (9)", "G. Rivers (10)", "Omni Coliseum 12,608", "19–13" ], [ "6", "33", "January 11", "@ Chicago", "L 96-99", "D. Wilkins (23)", "D. Wilkins (12)", "J. Battle (7)", "Chicago Stadium 18,676", "19-14" ], [ "7", "34", "January 12", "@ New York", "L 92-99", "D. Wilkins (22)", "G. Rivers (8)", "G. Rivers , R. Robinson (6)", "Madison Square Garden 17,457", "19-15" ], [ "8", "35", "January 14", "New York", "W 96-82", "D. Wilkins (26)", "D. Wilkins (16)", "J. Battle , S. Moncrief (4)", "Omni Coliseum 12,612", "20-15" ], [ "9", "36", "January 15", "@ Indiana", "W 117-106", "D. Wilkins (28)", "D. Wilkins (12)", "J. Battle (8)", "Market Square Arena 9,531", "21-15" ], [ "10", "37", "January 18", "Chicago", "W 114-105", "D. Wilkins (34)", "M. Malone (12)", "G. Rivers (5)", "Omni Coliseum 16,390", "22-15" ], [ "11", "38", "January 19", "New Jersey", "W 114-84", "K. Willis (24)", "K. Willis (17)", "A. Webb (6)", "Omni Coliseum 15,758", "23-15" ], [ "12", "39", "January 22", "Miami", "W 118-107", "K. Willis (29)", "K. Willis (10)", "G. Rivers , A. Webb , D. Wilkins (7)", "Omni Coliseum 10,440", "24-15" ], [ "13", "40", "January 23", "@ Washington", "L 99-104", "D. Wilkins (27)", "D. Wilkins (13)", "G. Rivers (7)", "Capital Centre 9,830", "24-16" ], [ "14", "41", "January 26", "@ Seattle", "L 102-103", "D. Wilkins (43)", "D. Wilkins (10)", "A. Webb (9)", "Seattle Center Coliseum 12,792", "24-17" ], [ "15", "42", "January 28", "@ Portland", "L 111-116", "D. Wilkins (34)", "K. Willis (10)", "A. Webb (11)", "Memorial Coliseum 12,884", "24-18" ], [ "16", "43", "January 29", "@ Utah", "L 105-116", "D. Wilkins (24)", "D. Wilkins (14)", "A. Webb (4)", "Salt Palace 12,616", "24-19" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of averages with a long value of 32?", "Formula": "SUM(FILTER(D1, F1=32))", "Formula2": "SUM(FILTER(D2:D15, F2:F15=32))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "=", "32" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the highest TD's with less than 15 yards and less than 1 rec.?", "Formula": "MAX(FILTER(E1, (C1<15)*(B1<1)))", "Formula2": "MAX(FILTER(E2:E15, (C2:C15<15)*(B2:B15<1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "<", "15", "*", "B1", "<", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-11974088-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "TD's", "Long" ], [ "2", "Jerel Meyers", "122", "1245", "10.2", "16", "46" ], [ "3", "James Jordan", "69", "797", "11.6", "14", "45" ], [ "4", "Aaron Boone", "66", "748", "11.3", "19", "40" ], [ "5", "Sam Simmons", "24", "221", "9.2", "2", "34" ], [ "6", "Calvin Spears", "15", "152", "10.1", "2", "17" ], [ "7", "Rob Johnson", "15", "137", "9.1", "2", "32" ], [ "8", "John Booth", "11", "104", "9.5", "2", "39" ], [ "9", "Brian Poli-Dixon", "6", "40", "6.7", "0", "11" ], [ "10", "Bryan Henderson", "3", "34", "11.3", "2", "23" ], [ "11", "B.J. Cohen", "3", "33", "11", "0", "11" ], [ "12", "Nathan Black", "2", "15", "7.5", "0", "9" ], [ "13", "Tremaine Neal", "3", "14", "4.7", "0", "6" ], [ "14", "Jeremy Beutler", "1", "12", "12", "0", "12" ], [ "15", "Cyron Brown", "1", "9", "9", "0", "9" ] ] }, { "t5Formulas": [ { "Question": "How many values for points have Sophia Witherspoon as the player?", "Formula": "SUMIFS(G1,A1,\"Sophia Witherspoon\")", "Formula2": "SUMIFS(G2:G15,A2:A15,\"Sophia Witherspoon\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "A1", "\"Sophia Witherspoon\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the highest value for points?", "Formula": "MAX(G1)", "Formula2": "MAX(G2:G15)", "Level": "easy", "Tokens": [ "MAX(", "G1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "What is every value for rebounds when steals is 19?", "Formula": "SUM(FILTER(C1, E1=19))", "Formula2": "SUM(FILTER(C2:C15, E2:E15=19))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "19" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is every value for points if rebounds is 6 and blocks is 0?", "Formula": "SUM(FILTER(G1, (C1=6)*(F1=0)))", "Formula2": "SUM(FILTER(G2:G15, (C2:C15=6)*(F2:F15=0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "C1", "=", "6", "*", "F1", "=", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is every entry for assists if the player is Lynn Pride?", "Formula": "SUMIFS(D1,A1,\"Lynn Pride\")", "Formula2": "SUMIFS(D2:D15,A2:A15,\"Lynn Pride\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Lynn Pride\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25352324-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Games Played", "Rebounds", "Assists", "Steals", "Blocks", "Points" ], [ "2", "Mwadi Mabika", "32", "141", "82", "30", "18", "441" ], [ "3", "Lisa Leslie", "23", "231", "46", "31", "63", "424" ], [ "4", "DeLisha Milton-Jones", "31", "220", "64", "49", "41", "416" ], [ "5", "Tamecka Dixon", "30", "126", "89", "35", "10", "412" ], [ "6", "Nikki Teasley", "34", "175", "214", "39", "15", "392" ], [ "7", "Jennifer Gillom", "33", "55", "21", "16", "3", "103" ], [ "8", "Nicky McCrimmon", "33", "29", "32", "19", "1", "68" ], [ "9", "Rhonda Mapp", "24", "68", "6", "7", "6", "62" ], [ "10", "Sophia Witherspoon", "23", "19", "4", "7", "0", "56" ], [ "11", "Shaquala Williams", "25", "32", "19", "6", "0", "49" ], [ "12", "Vanessa Nygaard", "11", "19", "5", "3", "0", "41" ], [ "13", "Latasha Byears", "5", "21", "2", "0", "2", "28" ], [ "14", "Chandra Johnson", "8", "6", "3", "0", "1", "6" ], [ "15", "Lynn Pride", "4", "6", "0", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the latitude and longitude for Surveyor 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"surveyor 3\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"surveyor 3\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"surveyor 3\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the largest mass for Tycho Crater?", "Formula": "MAXIFS(B1,F1,\"tycho crater\")", "Formula2": "MAXIFS(B2:B8,F2:F8,\"tycho crater\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "F1", "\"tycho crater\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1558077-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "U.S. mission", "Mass (kg)", "Booster", "Launched", "Mission goal", "Landing zone", "Lat / Lon" ], [ "2", "Surveyor 1", "292", "Atlas – Centaur", "30 May 1966", "Moon landing", "Oceanus Procellarum", "002.45S 043.22W" ], [ "3", "Surveyor 2", "292", "Atlas – Centaur", "20 September 1966", "Moon landing", "Sinus Medii", "004.00S 011.00W" ], [ "4", "Surveyor 3", "302", "Atlas – Centaur", "20 April 1967", "Moon landing", "Oceanus Procellarum", "002.94S 336.66E" ], [ "5", "Surveyor 4", "282", "Atlas – Centaur", "14 July 1967", "Moon landing", "Sinus Medii", "unknown" ], [ "6", "Surveyor 5", "303", "Atlas – Centaur", "8 September 1967", "Moon landing", "Mare Tranquillitatis", "001.41N 023.18E" ], [ "7", "Surveyor 6", "300", "Atlas – Centaur", "7 November 1967", "Moon landing", "Sinus Medii", "000.46N 358.63E" ], [ "8", "Surveyor 7", "306", "Atlas – Centaur", "7 January 1968", "Moon landing", "Tycho Crater", "041.01S 348.59E" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the High points that has the Date of january 31?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"january 31\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,B2:B17=\"january 31\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"january 31\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Score that has the Game of 40?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=40))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=40))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "40" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-17322817-7", "Table": [ [ "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", "33", "January 2", "Atlanta", "W 93–91 (OT)", "Devin Harris (26)", "Brook Lopez (11)", "Devin Harris (11)", "Izod Center 16,851", "16–17" ], [ "3", "34", "January 3", "@ Miami", "L 96–101 (OT)", "Keyon Dooling (23)", "Vince Carter , Bobby Simmons (9)", "Keyon Dooling (7)", "American Airlines Arena 19,600", "16–18" ], [ "4", "35", "January 5", "Sacramento", "W 98–90 (OT)", "Vince Carter (29)", "Yi Jianlian (13)", "Vince Carter , Devin Harris (7)", "Izod Center 12,314", "17–18" ], [ "5", "36", "January 7", "Memphis", "W 100–89 (OT)", "Vince Carter (25)", "Jarvis Hayes , Brook Lopez (8)", "Vince Carter (12)", "Izod Center 11,552", "18–18" ], [ "6", "37", "January 9", "@ Milwaukee", "L 102–104 (OT)", "Vince Carter (23)", "Vince Carter (9)", "Vince Carter (14)", "Bradley Center 15,768", "18–19" ], [ "7", "38", "January 12", "Oklahoma City", "W 103–99 (OT)", "Brook Lopez (31)", "Brook Lopez (13)", "Devin Harris (8)", "Izod Center 12,972", "19–19" ], [ "8", "39", "January 14", "@ Boston", "L 86–118 (OT)", "Devin Harris (17)", "Brook Lopez (8)", "Devin Harris (3)", "TD Banknorth Garden 18,624", "19–20" ], [ "9", "40", "January 15", "Portland", "L 99–105 (OT)", "Devin Harris (23)", "Vince Carter (9)", "Devin Harris (8)", "Izod Center 13,824", "19–21" ], [ "10", "41", "January 17", "Boston", "L 85–105 (OT)", "Brook Lopez (28)", "Brook Lopez (10)", "Keyon Dooling (8)", "Izod Center 17,578", "19–22" ], [ "11", "42", "January 21", "@ New Orleans", "L 92–102 (OT)", "Vince Carter (20)", "Ryan Anderson (10)", "Keyon Dooling , Devin Harris (6)", "New Orleans Arena 14,748", "19–23" ], [ "12", "43", "January 23", "@ San Antonio", "L 91–94 (OT)", "Devin Harris (27)", "Brook Lopez (8)", "Vince Carter (6)", "AT&T Center 18,797", "19–24" ], [ "13", "44", "January 24", "@ Memphis", "W 99–88 (OT)", "Vince Carter (23)", "Ryan Anderson (9)", "Devin Harris (8)", "FedExForum 12,817", "20–24" ], [ "14", "45", "January 26", "@ Oklahoma City", "L 85–94 (OT)", "Brook Lopez (18)", "Brook Lopez (7)", "Devin Harris , Keyon Dooling (6)", "Ford Center 18,264", "20–25" ], [ "15", "46", "January 28", "Toronto", "L 106–107 (OT)", "Vince Carter (27)", "Vince Carter (10)", "Devin Harris (10)", "Izod Center 10,138", "20–26" ], [ "16", "47", "January 30", "@ Atlanta", "L 88–105 (OT)", "Devin Harris (20)", "Jarvis Hayes (7)", "Devin Harris (6)", "Philips Arena 17,561", "20–27" ], [ "17", "48", "January 31", "@ Philadelphia", "W 85–83 (OT)", "Brook Lopez (24)", "Brook Lopez (17)", "Devin Harris (6)", "Wachovia Center 17,783", "21–27" ] ] }, { "t5Formulas": [ { "Question": "When the lead margin was 35, what were the Democrat: Vivian Davis Figures?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=35))", "Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(E2:E10)),FILTER(query1,CHOOSECOLS(query1,2)=35))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "35" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "On June 30, 2008 who what was the Republican: Jeff Sessions percentage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"June 30, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"June 30, 2008\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"June 30, 2008\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On November 14, 2007, how many different Republican: Jeff Sessions are there?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"November 14, 2007\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"November 14, 2007\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"November 14, 2007\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On November 14, 2007, what are the Democrat: Vivian Davis Figures percentages? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"November 14, 2007\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"November 14, 2007\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"November 14, 2007\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On July 31, 2008, what are the Democrat: Vivian Davis Figures percentages?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"July 31, 2008\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"July 31, 2008\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"July 31, 2008\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-16751596-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Poll Source", "Dates administered", "Democrat: Vivian Davis Figures", "Republican: Jeff Sessions", "Lead Margin" ], [ "2", "Survey USA", "October 28, 2008", "32%", "65%", "33" ], [ "3", "Survey USA", "October 9, 2008", "33%", "64%", "31" ], [ "4", "Rasmussen Reports", "September 22, 2008", "30%", "59%", "29" ], [ "5", "SurveyUSA", "September 16–17, 2008", "31%", "66%", "35" ], [ "6", "Rasmussen Reports", "July 31, 2008", "31%", "58%", "27" ], [ "7", "Rasmussen Reports", "June 30, 2008", "34%", "58%", "24" ], [ "8", "Rasmussen Reports", "May 27, 2008", "29%", "62%", "33" ], [ "9", "Rasmussen Reports", "April 2, 2008", "36%", "57%", "21" ], [ "10", "Rasmussen Reports", "November 14, 2007", "30%", "62%", "32" ] ] }, { "t5Formulas": [ { "Question": "What were the time and speed for the rider ranked in 12 on Wed, June 3?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Formula2": "LET(query1,SUMMARIZE(E2:E20,SUMX(A2:A20)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "12" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-21607058-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "Rider", "Mon 1 June", "Tue 2 June", "Wed 3 June", "Thurs 4 June", "Fri 5 June" ], [ "2", "1", "Cameron Donald 1000cc Suzuki", "18' 16.16 123.912mph", "18' 15.21 124.020mph", "19' 31.12 115.981mph", "17' 13.25 131.457mph", "—— No Time" ], [ "3", "2", "John McGuinness 1000cc Honda", "17' 40.60 128.067mph", "17' 27.56 129.661mph", "17' 23.46 130.171mph", "17' 52.90 126.599mph", "—— No Time" ], [ "4", "3", "Bruce Anstey 1000cc Suzuki", "18' 29.06 122.471mph", "17' 53.22 126.561mph", "17' 42.12 127.884mph", "17' 23.79 130.129mph", "—— No Time" ], [ "5", "4", "Guy Martin 1000cc Honda", "18' 02.89 125.431mph", "17' 38.72 128.294mph", "17' 31.56 129.168mph", "17' 33.86 128.886mph", "17' 32.83 129.013mph" ], [ "6", "5", "Ian Hutchinson 1000cc Honda", "—— No Time", "17' 47.24 127.271mph", "17' 41.46 127.963mph", "17' 32.71 129.027mph", "17' 46.76 127.328mph" ], [ "7", "6", "Steve Plater 1000cc Honda", "18' 14.54 124.096mph", "—— No Time", "17' 37.42 128.453mph", "17' 33.08 128.982mph", "—— No Time" ], [ "8", "7", "Conor Cummins 1000cc Kawasaki", "17' 56.57 121.167mph", "—— No Time", "18' 10.12 124.599mph", "17' 38.40 128.334mph", "17' 44.59 127.588mph" ], [ "9", "8", "Gary Johnson 1000cc Honda", "18' 05.00 125.187mph", "18' 09.82 124.633mph", "18' 15.02 124.042mph", "17' 45.04 127.533mph", "17' 42.87 127.794mph" ], [ "10", "9", "Adrian Archibald 1000cc Suzuki", "17' 51.68 126.743mph", "17' 51.15 126.806mph", "19' 04.43 118.687mph", "17' 43.13 127.762mph", "—— No Time" ], [ "11", "10", "Ian Lougher 1000cc Yamaha", "18' 37.37 121.561mph", "18' 09.20 124.704mph", "17' 50.99 126.825mph", "17' 44.25 127.628mph", "18' 04.02 125.301mph" ], [ "12", "11", "Keith Amor 1000cc Honda", "18' 28.55 122.528mph", "17' 58.65 125.924mph", "17' 59.88 125.781mph", "17' 44.48 127.600mph", "17' 55.50 126.293mph" ], [ "13", "12", "Ryan Farquhar 1000cc Kawasaki", "18' 11.52 124.440mph", "18' 36.60 121.644mph", "18' 19.47 123.539mph", "17' 58.92 125.893mph", "17' 51.75 126.734mph" ], [ "14", "13", "Carl Rennie 1000cc Honda", "18' 30.86 122.273mph", "—— No Time", "18' 10.03 124.609mph", "17' 55.85 126.252mph", "17' 53.08 126.578mph" ], [ "15", "14", "Michael Dunlop 1000cc Yamaha", "—— No Time", "—— No Time", "18' 33.73 121.958mph", "18' 22.81 123.165mph", "18' 00.16 125.749mph" ], [ "16", "15", "Michael Rutter 1000cc Suzuki", "—— No Time", "18' 13.25 124.243mph", "18' 06.24 125.044mph", "18' 02.20 125.511mph", "—— No Time" ], [ "17", "16", "Dan Stewart 1000cc Honda", "—— No Time", "18' 00.57 125.701mph", "18' 12.45 124.333mph", "18' 04.63 125.229mph", "18' 06.61 125.002mph" ], [ "18", "17", "Mark Miller 1000cc Suzuki", "18' 56.90 119.743mph", "18' 53.13 119.869mph", "18' 40.52 121.219mph", "18' 14.00 124.157mph", "—— No Time" ], [ "19", "18", "Mark Parrett 1000cc Yamaha", "18' 45.30 120.704mph", "18' 42.14 121.040mph", "18' 30.84 122.275mph", "18' 15.96 123.935mph", "—— No Time" ], [ "20", "19", "John Burrows 1000cc Suzuki", "—— No Time", "18' 27.93 122.596mph", "18' 22.11 123.244mph", "18' 19.37 123.551mph", "18' 16.78 123.843mph" ] ] }, { "t5Formulas": [ { "Question": "What was the away team score when the team team score was 15.8 (98)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"15.8 (98)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"15.8 (98)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"15.8 (98)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the listed attendance when north melbourne was the home team?", "Formula": "SUMIFS(F1,A1,\"north melbourne\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"north melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"north melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What day was geelong the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"geelong\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10640687-16", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "15.8 (98)", "St Kilda", "12.9 (81)", "Glenferrie Oval", "15,000", "4 August 1956" ], [ "3", "Geelong", "8.10 (58)", "Melbourne", "8.8 (56)", "Kardinia Park", "29,687", "4 August 1956" ], [ "4", "South Melbourne", "10.10 (70)", "Footscray", "8.15 (63)", "Lake Oval", "26,000", "4 August 1956" ], [ "5", "North Melbourne", "14.21 (105)", "Fitzroy", "8.8 (56)", "Arden Street Oval", "8,500", "4 August 1956" ], [ "6", "Richmond", "13.13 (91)", "Essendon", "11.13 (79)", "Punt Road Oval", "18,500", "4 August 1956" ], [ "7", "Collingwood", "9.17 (71)", "Carlton", "12.12 (84)", "Victoria Park", "38,679", "4 August 1956" ] ] }, { "t5Formulas": [ { "Question": "What is the Crowd for the Venue of Princes Park?", "Formula": "SUMIFS(F1,E1,\"princes park\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"princes park\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"princes park\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Home team score for the Home team of Melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"melbourne\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Home team score for the Home team from South Melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Away team has a Home team score of 18.12 (120)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.12 (120)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"18.12 (120)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"18.12 (120)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Home team score for the Venue named MCG?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10790510-16", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "11.24 (90)", "North Melbourne", "7.15 (57)", "MCG", "5,011", "1 September 1934" ], [ "3", "Footscray", "13.20 (98)", "St Kilda", "10.17 (77)", "Western Oval", "5,500", "1 September 1934" ], [ "4", "Essendon", "13.12 (90)", "Richmond", "15.23 (113)", "Windy Hill", "10,000", "1 September 1934" ], [ "5", "Collingwood", "16.16 (112)", "Geelong", "16.21 (117)", "Victoria Park", "18,000", "1 September 1934" ], [ "6", "Carlton", "18.12 (120)", "Fitzroy", "9.15 (69)", "Princes Park", "15,500", "1 September 1934" ], [ "7", "South Melbourne", "15.11 (101)", "Hawthorn", "10.10 (70)", "Lake Oval", "13,000", "1 September 1934" ] ] }, { "t5Formulas": [ { "Question": "What was the date of the Capitals game when Columbus was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"columbus\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,D2:D14=\"columbus\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"columbus\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11772462-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "February 2", "Atlanta", "2 - 0", "Washington", "Kolzig", "17,205", "24-24-5" ], [ "3", "February 5", "Washington", "4 - 3", "Columbus", "Johnson", "14,450", "25-24-5" ], [ "4", "February 6", "Washington", "4 - 3", "Philadelphia", "Kolzig", "19,778", "26-24-5" ], [ "5", "February 8", "Carolina", "2 - 1", "Washington", "Johnson", "18,204", "26-25-5" ], [ "6", "February 10", "NY Rangers", "2 - 3", "Washington", "Kolzig", "17,873", "27-25-5" ], [ "7", "February 13", "Washington", "2 - 3", "Atlanta", "Kolzig", "15,285", "27-25-6" ], [ "8", "February 15", "Washington", "2 - 4", "Florida", "Johnson", "16,202", "27-26-6" ], [ "9", "February 16", "Washington", "3 - 2", "Tampa Bay", "Kolzig", "20,454", "28-26-6" ], [ "10", "February 20", "NY Islanders", "3 - 2", "Washington", "Kolzig", "17,584", "28-26-7" ], [ "11", "February 23", "Washington", "3 - 6", "Carolina", "Kolzig", "18,680", "28-27-7" ], [ "12", "February 24", "New Jersey", "2 - 1", "Washington", "Johnson", "18,277", "28-27-8" ], [ "13", "February 26", "Minnesota", "1 - 4", "Washington", "Kolzig", "17,391", "29-27-8" ], [ "14", "February 29", "Washington", "4 - 0", "New Jersey", "Huet", "16,580", "30-27-8" ] ] }, { "t5Formulas": [ { "Question": "What score has jim courier as the opponent in the final?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"jim courier\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"jim courier\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"jim courier\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1723582-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent in the final", "Score" ], [ "2", "13 November 1989", "Wembley , England", "Carpet", "Michael Chang", "2–6, 2–6, 1–6" ], [ "3", "23 April 1990", "Nice , France", "Clay", "Juan Aguilera", "6–2, 3–6, 4–6" ], [ "4", "11 March 1991", "Indian Wells , USA", "Hard", "Jim Courier", "6–4, 3–6, 6–4, 3–6, 6–7(4)" ], [ "5", "13 January 1992", "Sydney Outdoor , Australia", "Hard", "Emilio Sánchez", "3–6, 4–6" ], [ "6", "2 November 1992", "Stockholm , Sweden", "Carpet", "Goran Ivanišević", "6–7(2), 6–4, 6–7(5), 2–6" ], [ "7", "9 November 1992", "Paris , France", "Carpet", "Boris Becker", "6–7(3), 3–6, 6–3, 3–6" ], [ "8", "11 July 1994", "Gstaad , Switzerland", "Clay", "Sergi Bruguera", "6–3, 5–7, 2–6, 1–6" ], [ "9", "19 June 1995", "London/Queen's Club , England", "Grass", "Pete Sampras", "6–7(3), 6–7(6)" ] ] }, { "t5Formulas": [ { "Question": "What is the production number for the episode named \"mine’s a double\"?", "Formula": "SUMIFS(B1,E1,\"Mine’s A Double\")", "Formula2": "SUMIFS(B2:B10,E2:E10,\"Mine’s A Double\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"Mine’s A Double\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "List the production code for the episode had 5.55 million viewers?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=5.55))", "Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=5.55))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5.55" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "List the 1st air date for the episode titled \"baby talk\".", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Baby Talk\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"Baby Talk\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Baby Talk\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "List the 1st air date for the episode with a iceb786e production code.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ICEB786E\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"ICEB786E\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ICEB786E\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-2501754-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode #", "Production Count", "Original Airdate", "Prod. Code", "Title", "Viewing Figures millions" ], [ "2", "1", "14", "7 June 2002", "ICEB783X", "\"Baby Talk\"", "5.94" ], [ "3", "2", "15", "14 June 2002", "ICEB784R", "\"Zero Tolerance\"", "5.51" ], [ "4", "3", "16", "21 June 2002", "ICEB785K", "\"Pet Rescue\"", "5.99" ], [ "5", "4", "17", "28 June 2002", "ICEB786E", "\"The Older Man\"", "4.96" ], [ "6", "5", "18", "5 July 2002", "ICEB787Y", "\"Puttin’ On The Writs\"", "5.23" ], [ "7", "6", "19", "12 July 2002", "ICEB789L", "\"Shock, Horror!\"", "5.02" ], [ "8", "7", "20", "2 August 2002", "ICEB788S", "\"Little Green Man\"", "5.27" ], [ "9", "8", "21", "9 August 2002", "ICEB791A", "\"Mine’s A Double\"", "5.55" ], [ "10", "9", "22", "16 August 2002", "ICEB790F", "\"A Little Learning\"", "5.64" ] ] }, { "t5Formulas": [ { "Question": "Which T.C. has a Win of 1, and a Race of 21?", "Formula": "LET(query1,SUMMARIZE(J1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=21)))", "Formula2": "LET(query1,SUMMARIZE(J2:J10,SUMX(E2:E10),SUMX(D2:D10)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=21)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "J1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "21" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many years have Drivers of ben hanley, and Flaps smaller than 0?", "Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"ben hanley\")*(G1<0))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A10, (C2:C10=\"ben hanley\")*(G2:G10<0))))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "\"ben hanley\"", "*", "G1", "<", "0" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How many Points have Drivers of adrián vallés, and a Year larger than 2006?", "Formula": "SUM(FILTER(H1, (C1=\"adrián vallés\")*(A1>2006)))", "Formula2": "SUM(FILTER(H2:H10, (C2:C10=\"adrián vallés\")*(A2:A10>2006)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "C1", "=", "\"adrián vallés\"", "*", "A1", ">", "2006" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many Poles have Drivers of juan cruz álvarez, and FLaps larger than 0?", "Formula": "SUM(FILTER(F1, (C1=\"juan cruz álvarez\")*(G1>0)))", "Formula2": "SUM(FILTER(F2:F10, (C2:C10=\"juan cruz álvarez\")*(G2:G10>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "\"juan cruz álvarez\"", "*", "G1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-10793848-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Team name", "Drivers", "Races", "Wins", "Poles", "FLaps", "Points", "D.C.", "T.C." ], [ "2", "2005", "Campos Racing", "Juan Cruz Álvarez", "23", "0", "0", "0", "4.5", "18th", "12th" ], [ "3", "2005", "Campos Racing", "Sergio Hernández", "23", "0", "0", "0", "3", "20th", "12th" ], [ "4", "2006", "Campos Racing", "Adrián Vallés", "21", "0", "0", "1", "7", "18th", "12th" ], [ "5", "2006", "Campos Racing", "Félix Porteiro", "21", "0", "0", "0", "5", "22nd", "12th" ], [ "6", "2007", "Campos Grand Prix", "Vitaly Petrov", "21", "1", "0", "0", "21", "13th", "3rd" ], [ "7", "2007", "Campos Grand Prix", "Giorgio Pantano", "21", "2", "1", "1", "59", "3rd", "3rd" ], [ "8", "2008", "Barwa International Campos Team", "Vitaly Petrov", "20", "1", "0", "1", "39", "7th", "1st" ], [ "9", "2008", "Barwa International Campos Team", "Ben Hanley", "6", "0", "0", "0", "1", "24th", "1st" ], [ "10", "2008", "Barwa International Campos Team", "Lucas di Grassi", "14", "3", "0", "2", "63", "3rd", "1st" ] ] }, { "t5Formulas": [ { "Question": "When the value of \"since beginning of big 12\" is synonymous with its' category, what are the in Ames values?", "Formula": "FILTER(C1,I1=\"Since Beginning of Big 12\")", "Formula2": "FILTER(C2:C15,I2:I15=\"Since Beginning of Big 12\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "I1", "=", "\"Since Beginning of Big 12\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-10429820-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Iowa State vs.", "Overall Record", "in Ames", "at Opponents Venue", "at Neutral Site", "Last 5 Meetings", "Last 10 Meetings", "Current Streak", "Since Beginning of Big 12" ], [ "2", "Baylor", "ISU, 14–8", "ISU, 10–0", "BU, 2–7", "ISU, 2–1", "ISU, 4–1", "ISU, 6–4", "W 3", "ISU, 13–7" ], [ "3", "Kansas", "KU, 174–59", "KU, 67–37", "KU, 89–15", "KU, 18–7", "KU, 4–1", "KU, 9–1", "L 3", "KU, 28–7" ], [ "4", "Kansas State", "KSU, 134–77", "KSU, 50–48", "KSU, 78–21", "ISU, 9–7", "ISU, 3–2", "KSU, 6–4", "L 1", "KSU, 18–15" ], [ "5", "Oklahoma", "OU, 111–79", "ISU, 46–37", "OU, 61–22", "OU, 13–11", "ISU, 4–1", "Tied, 5–5", "W 1", "OU, 13–7" ], [ "6", "Oklahoma State", "OSU, 62–53", "ISU, 34–14", "OSU, 36–13", "OSU, 12–6", "OSU, 3–2", "OSU, 7–3", "W 1", "OSU, 16–5" ], [ "7", "Texas", "UT, 14–10", "ISU, 7–4", "UT, 1–9", "ISU, 2–1", "UT, 3–2", "UT, 8–2", "L 1", "UT, 13–6" ], [ "8", "TCU", "TCU, 5–3", "ISU, 2–1", "TCU, 2–1", "TCU, 2–0", "TCU, 3–2", "TCU, 5–3", "W 2", "N/A" ], [ "9", "Texas Tech", "ISU, 12–11", "ISU, 7–3", "TTU, 7–2", "Tied, 1–1", "ISU, 3–2", "TTU, 6–4", "W 1", "TTU, 11–8" ], [ "10", "West Virginia", "ISU, 2-0", "ISU, 1-0", "ISU, 1-0", "N/A", "ISU, 2-0", "ISU, 2-0", "W 2", "ISU, 2-0" ], [ "11", "Iowa State vs.", "Overall Record", "in Ames", "at Opponent's Venue", "at Neutral Site", "Last 5 Meetings", "Last 10 Meetings", "Current Streak", "Since Beginning of Big 12" ], [ "12", "Colorado", "ISU, 77–70", "ISU, 48–18", "CU, 48–16", "ISU, 13–4", "CU, 3–2", "Tied, 5–5", "L 1", "Tied, 16–16" ], [ "13", "Missouri", "MU, 147–84", "ISU, 58–47", "MU, 84–21", "MU, 5–16", "MU, 5–0", "MU, 8–2", "L 9", "MU, 18–14" ], [ "14", "Nebraska", "NU, 131–103", "ISU, 62–48", "NU, 78–33", "ISU, 8–5", "ISU, 3–2", "ISU, 7–3", "W 1", "ISU, 18–12" ], [ "15", "Texas A&M", "TAMU, 10–7", "ISU, 4–3", "TAMU, 5–3", "Tied, 1–1", "TAMU, 3–2", "TAMU, 8–2", "W 2", "TAMU, 10–7" ] ] }, { "t5Formulas": [ { "Question": "Which venue has 16 against?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(B2:B6)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "16" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the against for the opposing team of Wales with the status of Five Nations?", "Formula": "SUM(FILTER(B1, (E1=\"five nations\")*(A1=\"wales\")))", "Formula2": "SUM(FILTER(B2:B6, (E2:E6=\"five nations\")*(A2:A6=\"wales\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"five nations\"", "*", "A1", "=", "\"wales\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-18178924-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposing Teams", "Against", "Date", "Venue", "Status" ], [ "2", "France", "15", "21/01/1978", "Parc des Princes , Paris", "Five Nations" ], [ "3", "Wales", "9", "04/02/1978", "Twickenham , London", "Five Nations" ], [ "4", "Scotland", "0", "04/03/1978", "Murrayfield , Edinburgh", "Five Nations" ], [ "5", "Ireland", "9", "18/03/1978", "Twickenham , London", "Five Nations" ], [ "6", "New Zealand", "16", "25/11/1978", "Twickenham , London", "Test Match" ] ] }, { "t5Formulas": [ { "Question": "How many times has the playoff been 1 in the contest for the afc cup?", "Formula": "SUM(FILTER(G1, F1=1))", "Formula2": "SUM(FILTER(G2:G6, F2:F6=1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "F1", "=", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many times has the points total for the afc cup competion been 289?", "Formula": "SUM(FILTER(G1, C1=289))", "Formula2": "SUM(FILTER(G2:G6, C2:C6=289))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "C1", "=", "289" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When the group stage has been 4 what is the largest playoff?", "Formula": "MAX(FILTER(F1, E1=4))", "Formula2": "MAX(FILTER(F2:F6, E2:E6=4))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "E1", "=", "4" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_1-14460937-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Pos", "Member Association", "Points (total 500)", "Clubs", "Group stage", "Play-off", "AFC Cup" ], [ "2", "4", "Saudi Arabia", "365", "12", "4", "0", "0" ], [ "3", "5", "UAE", "356", "12", "3", "1", "0" ], [ "4", "7", "Iran", "340", "18", "4", "0", "0" ], [ "5", "9", "Uzbekistan", "289", "16", "2", "0", "1" ], [ "6", "10", "Qatar", "270", "10", "2", "0", "0" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance when they played at Detroit Lions?", "Formula": "FILTER(E1,C1=\"at detroit lions\")", "Formula2": "FILTER(E2:E15,C2:C15=\"at detroit lions\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"at detroit lions\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the average attendance for games played at Atlanta Falcons?", "Formula": "AVERAGE(FILTER(E1,C1=\"at atlanta falcons\"))", "Formula2": "AVERAGE(FILTER(E2:E15,C2:C15=\"at atlanta falcons\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "=", "\"at atlanta falcons\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which week was the game played on December 8, 1974?", "Formula": "FILTER(A1,B1=\"december 8, 1974\")", "Formula2": "FILTER(A2:A15,B2:B15=\"december 8, 1974\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"december 8, 1974\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the result before week 13 when they played the Oakland Raiders?", "Formula": "FILTER(D1,(A1<13)*(C1=\"oakland raiders\"))", "Formula2": "FILTER(D2:D15,(A2:A15<13)*(C2:C15=\"oakland raiders\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "<", "13", "*", "C1", "=", "\"oakland raiders\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17407017-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 15, 1974", "at New Orleans Saints", "W 17-13", "65,071" ], [ "3", "2", "September 22, 1974", "at Atlanta Falcons", "W 16-10", "47,686" ], [ "4", "3", "September 29, 1974", "Cincinnati Bengals", "L 21-3", "49,895" ], [ "5", "4", "October 6, 1974", "St. Louis Cardinals", "L 34-9", "48,675" ], [ "6", "5", "October 14, 1974", "at Detroit Lions", "L 17-13", "45,199" ], [ "7", "6", "October 20, 1974", "at Los Angeles Rams", "L 37-14", "67,319" ], [ "8", "7", "October 27, 1974", "Oakland Raiders", "L 35-24", "58,284" ], [ "9", "8", "November 4, 1974", "Los Angeles Rams", "L 15-13", "57,502" ], [ "10", "9", "November 10, 1974", "at Dallas Cowboys", "L 20-14", "50,018" ], [ "11", "10", "November 17, 1974", "at Chicago Bears", "W 34-0", "42,686" ], [ "12", "11", "November 24, 1974", "Atlanta Falcons", "W 27-0", "45,435" ], [ "13", "12", "December 1, 1974", "at Cleveland Browns", "L 7-0", "24,559" ], [ "14", "13", "December 8, 1974", "Green Bay Packers", "W 7-6", "47,475" ], [ "15", "14", "December 15, 1974", "New Orleans Saints", "W 35-21", "40,418" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of totals for ranks under 3 with tallies of 2-5?", "Formula": "SUM(FILTER(E1, (A1<3)*(D1=\"2-5\")))", "Formula2": "SUM(FILTER(E2:E13, (A2:A13<3)*(D2:D13=\"2-5\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "<", "3", "*", "D1", "=", "\"2-5\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which player had a rank of 8 and tally of 1-5?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"1-5\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,D2:D13=\"1-5\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1-5\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18937160-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "County", "Tally", "Total", "Opposition" ], [ "2", "1", "Eddie Keher", "Kilkenny", "0-14", "14", "Waterford" ], [ "3", "2", "Eddie Keher", "Kilkenny", "2-5", "11", "Wexford" ], [ "4", "3", "Jimmy Smyth", "Clare", "1-7", "10", "Cork" ], [ "5", "4", "Richard Browne", "Cork", "3-0", "9", "Clare" ], [ "6", "4", "Seán McLoughlin", "Tipperary", "3-0", "9", "Waterford" ], [ "7", "4", "Séamus Power", "Waterford", "3-0", "9", "Kilkenny" ], [ "8", "4", "Willie Walsh", "Carlow", "2-3", "9", "Dublin" ], [ "9", "8", "Fran Whelan", "Dublin", "1-5", "8", "Carlow" ], [ "10", "8", "Philly Grimes", "Waterford", "0-8", "8", "Tipperary" ], [ "11", "10", "Tom Walsh", "Kilkenny", "2-1", "7", "Waterford" ], [ "12", "10", "Mick Kennedy", "Dublin", "1-4", "7", "Carlow" ], [ "13", "10", "Philly Grimes", "Waterford", "1-4", "7", "Kilkenny" ] ] }, { "t5Formulas": [ { "Question": "What is the total medals for nation with more than 0 silvers and more than 0 golds?", "Formula": "SUM(FILTER(E1, (C1>0)*(B1>0)))", "Formula2": "SUM(FILTER(E2:E8, (C2:C8>0)*(B2:B8>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", ">", "0", "*", "B1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the fewest gold medals for a team with fewer than 1 silver, more than 1 bronze and a total less than 4?", "Formula": "MIN(FILTER(B1, (C1<1)*(E1<4)*(D1>1)))", "Formula2": "MIN(FILTER(B2:B8, (C2:C8<1)*(E2:E8<4)*(D2:D8>1)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "C1", "<", "1", "*", "E1", "<", "4", "*", "D1", ">", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the smallest rank when there are fewer than 1 silver, 4 golds and less than 0 bronze?", "Formula": "MIN(FILTER(A1, (C1<1)*(B1=4)*(D1<0)))", "Formula2": "MIN(FILTER(A2:A8, (C2:C8<1)*(B2:B8=4)*(D2:D8<0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "C1", "<", "1", "*", "B1", "=", "4", "*", "D1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many gold medals for a nation with rank less than 5, more than 0 silvers and a total of 2 medals?", "Formula": "SUM(FILTER(B1, (A1<5)*(C1>0)*(E1=2)))", "Formula2": "SUM(FILTER(B2:B8, (A2:A8<5)*(C2:C8>0)*(E2:E8=2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "<", "5", "*", "C1", ">", "0", "*", "E1", "=", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the total for the team with more than 2 golds and more than 0 bronze?", "Formula": "SUM(FILTER(E1, (B1>2)*(D1>0)))", "Formula2": "SUM(FILTER(E2:E8, (B2:B8>2)*(D2:D8>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", ">", "2", "*", "D1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17455745-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "4", "0", "0", "4" ], [ "3", "2", "2", "0", "1", "3" ], [ "4", "3", "0", "2", "2", "4" ], [ "5", "4", "0", "1", "1", "2" ], [ "6", "5", "0", "1", "0", "1" ], [ "7", "5", "0", "1", "1", "2" ], [ "8", "7", "0", "1", "2", "3" ] ] }, { "t5Formulas": [ { "Question": "What United States player holds the place of t8?`", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t8\")*(C1=\"united states\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t8\")*(C2:C13=\"united states\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t8\"", "*", "C1", "=", "\"united states\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What country of argentina has the To par of 68?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"argentina\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=68))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,C2:C13=\"argentina\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=68))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"argentina\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "68" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the To par and holds the t8 place of the United States player Tiger Woods?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(A1=\"t8\")*(B1=\"tiger woods\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"united states\")*(A2:A13=\"t8\")*(B2:B13=\"tiger woods\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "A1", "=", "\"t8\"", "*", "B1", "=", "\"tiger woods\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What country does miguel ángel jiménez player for and has a score of 69?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"miguel ángel jiménez\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=69))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,B2:B13=\"miguel ángel jiménez\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=69))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"miguel ángel jiménez\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "69" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-12278571-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Sergio García", "Spain", "65", "–6" ], [ "3", "2", "Paul McGinley", "Ireland", "67", "–4" ], [ "4", "T3", "Markus Brier", "Austria", "68", "–3" ], [ "5", "T3", "Ángel Cabrera", "Argentina", "68", "–3" ], [ "6", "T3", "Michael Campbell", "New Zealand", "68", "–3" ], [ "7", "T3", "Rory McIlroy (a)", "Northern Ireland", "68", "–3" ], [ "8", "T3", "Boo Weekley", "United States", "68", "–3" ], [ "9", "T8", "K.J. Choi", "South Korea", "69", "–2" ], [ "10", "T8", "Stewart Cink", "United States", "69", "–2" ], [ "11", "T8", "Pádraig Harrington", "Ireland", "69", "–2" ], [ "12", "T8", "Miguel Ángel Jiménez", "Spain", "69", "–2" ], [ "13", "T8", "Tiger Woods", "United States", "69", "–2" ] ] }, { "t5Formulas": [ { "Question": "What is City / State, when Winner is \"Rohan Onslow\", and when Circuit is \"Oran Park Raceway\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"rohan onslow\")*(A1=\"oran park raceway\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"rohan onslow\")*(A2:A11=\"oran park raceway\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"rohan onslow\"", "*", "A1", "=", "\"oran park raceway\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Winner, when City / State is \"Mallala , South Australia\", and when Team is \"Elfin Sports Cars\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"mallala , south australia\")*(E1=\"elfin sports cars\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"mallala , south australia\")*(E2:E11=\"elfin sports cars\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"mallala , south australia\"", "*", "E1", "=", "\"elfin sports cars\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Circuit, when Team is \"R.J.MacArthur Onslow\", and when City / State is \"Sydney , New South Wales\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"r.j.macarthur onslow\")*(B1=\"sydney , new south wales\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"r.j.macarthur onslow\")*(B2:B11=\"sydney , new south wales\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"r.j.macarthur onslow\"", "*", "B1", "=", "\"sydney , new south wales\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Winner, when Team is \"R.J.MacArthur Onslow\", and when Circuit is \"Oran Park Raceway\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"r.j.macarthur onslow\")*(A1=\"oran park raceway\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"r.j.macarthur onslow\")*(A2:A11=\"oran park raceway\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"r.j.macarthur onslow\"", "*", "A1", "=", "\"oran park raceway\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when City / State is \"Mallala , South Australia\", and when Team is \"R.J.MacArthur Onslow\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"mallala , south australia\")*(E1=\"r.j.macarthur onslow\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"mallala , south australia\")*(E2:E11=\"r.j.macarthur onslow\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"mallala , south australia\"", "*", "E1", "=", "\"r.j.macarthur onslow\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Winner, when Date is \"20 August\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"20 august\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"20 august\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"20 august\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17677697-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Circuit", "City / State", "Date", "Winner", "Team" ], [ "2", "Mallala Motor Sport Park", "Mallala , South Australia", "7 May", "Mark McLaughlin", "Elfin Sports Cars" ], [ "3", "Mallala Motor Sport Park", "Mallala , South Australia", "7 May", "Rohan Onslow", "R.J.Macarthur Onslow" ], [ "4", "Winton Motor Raceway", "Benalla , Victoria", "4 June", "Rohan Onslow", "R.J.Macarthur Onslow" ], [ "5", "Winton Motor Raceway", "Benalla , Victoria", "4 June", "John Briggs", "John Briggs" ], [ "6", "Oran Park Raceway", "Sydney , New South Wales", "4 August", "Rohan Onslow", "R.J.Macarthur Onslow" ], [ "7", "Oran Park Raceway", "Sydney , New South Wales", "4 August", "Rohan Onslow", "R.J.Macarthur Onslow" ], [ "8", "Amaroo Park", "Sydney , New South Wales", "20 August", "Neil Crompton", "Boylan Racing" ], [ "9", "Amaroo Park", "Sydney , New South Wales", "20 August", "Simon Kane", "Clive Kane Photography" ], [ "10", "Sandown International Raceway", "Melbourne , Victoria", "9 October", "Sam Astuti", "Cascone Corporation" ], [ "11", "Sandown International Raceway", "Melbourne , Victoria", "9 October", "Neil Crompton", "Boylan Racing" ] ] }, { "t5Formulas": [ { "Question": "What is the division for the division semifinals playoffs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Division Semifinals\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"Division Semifinals\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Division Semifinals\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1087659-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Reg. Season", "Playoffs", "Avg. Attendance" ], [ "2", "1981/82", "Western", "MISL", "6th", "Did not qualify", "11058" ], [ "3", "1982/83", "Western", "MISL", "3rd", "1st Round", "14692" ], [ "4", "1983/84", "Western", "MISL", "4th", "1st Round", "15786" ], [ "5", "1984/85", "Western", "MISL", "4th", "Quarterfinals", "12917" ], [ "6", "1985/86", "Western", "MISL", "5th", "Did not qualify", "12428" ], [ "7", "1986/87", "Western", "MISL", "2nd", "Division Semifinals", "12447" ], [ "8", "1987/88", "Western", "MISL", "3rd", "Division Finals", "11211" ], [ "9", "1988/89", "N/A", "MISL", "7th", "Did not qualify", "9228" ], [ "10", "1989/90", "Eastern", "MISL", "2nd", "Division Finals", "10475" ] ] }, { "t5Formulas": [ { "Question": "what is the date when the away team is melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the home team when the home team score is 18.17 (125)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.17 (125)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"18.17 (125)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"18.17 (125)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score for the home team for the venue glenferrie oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"glenferrie oval\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"glenferrie oval\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"glenferrie oval\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the home team when the home team score is 14.19 (103)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"14.19 (103)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"14.19 (103)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.19 (103)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the venue when the away team score is 17.13 (115)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"17.13 (115)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"17.13 (115)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"17.13 (115)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10807253-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "25.11 (161)", "North Melbourne", "13.11 (89)", "Glenferrie Oval", "14,000", "27 April 1940" ], [ "3", "Fitzroy", "13.13 (91)", "St Kilda", "10.20 (80)", "Brunswick Street Oval", "20,000", "27 April 1940" ], [ "4", "Essendon", "18.17 (125)", "Melbourne", "16.12 (108)", "Windy Hill", "23,000", "27 April 1940" ], [ "5", "Richmond", "14.19 (103)", "Footscray", "17.13 (115)", "Punt Road Oval", "24,000", "27 April 1940" ], [ "6", "South Melbourne", "11.14 (80)", "Collingwood", "13.14 (92)", "Lake Oval", "18,000", "27 April 1940" ], [ "7", "Geelong", "9.18 (72)", "Carlton", "12.27 (99)", "Corio Oval", "12,000", "27 April 1940" ] ] }, { "t5Formulas": [ { "Question": "How many different statuses do each city have?", "Formula": "SUMMARIZE(A1,DCOUNTX(C1))", "Formula2": "SUMMARIZE(A2:A6,DCOUNTX(C2:C6))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "A1", "DCOUNTX(", "C1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "Count the number of different statuses.", "Formula": "ROWS(UNIQUE(C1))", "Formula2": "ROWS(UNIQUE(C2:C6))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "C1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "List official names of cities in descending order of population.", "Formula": "SORTBY(B1,E1,-1)", "Formula2": "SORTBY(B2:B6,E2:E6,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "B1", "E1", "-", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "-", "Num" ] }, { "Question": "What are the official names of cities, ordered descending by population?", "Formula": "SORTBY(B1,E1,-1)", "Formula2": "SORTBY(B2:B6,E2:E6,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "B1", "E1", "-", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "-", "Num" ] }, { "Question": "List the official name and status of the city with the largest population.", "Formula": "LET(a,SORTBY(CHOOSE({1,2},B1,C1),E1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(CHOOSE({1,2},B2:B6,C2:C6),E2:E6,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "CHOOSE(", "1", "2", "B1", "C1", "E1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ], "Funcs": [ "LET(", "a", "SORTBY(", "CHOOSE(", "Num", "Num", "Cell", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "Please show the different statuses of cities and the average population of cities with each status.", "Formula": "SUMMARIZE(HSTACK(C1,A1),AVERAGEX(E1))", "Formula2": "SUMMARIZE(HSTACK(C2:C6,A2:A6),AVERAGEX(E2:E6))", "Level": "medium", "Tokens": [ "SUMMARIZE(", "HSTACK(", "C1", "A1", "AVERAGEX(", "E1" ], "Funcs": [ "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "AVERAGEX(", "Cell" ] }, { "Question": "What are the statuses and average populations of each city?", "Formula": "SUMMARIZE(HSTACK(C1,A1),AVERAGEX(E1))", "Formula2": "SUMMARIZE(HSTACK(C2:C6,A2:A6),AVERAGEX(E2:E6))", "Level": "medium", "Tokens": [ "SUMMARIZE(", "HSTACK(", "C1", "A1", "AVERAGEX(", "E1" ], "Funcs": [ "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "AVERAGEX(", "Cell" ] }, { "Question": "Show the census ranking of cities whose status are not \"Village\".", "Formula": "FILTER(F1,C1<>\"Village\")", "Formula2": "FILTER(F2:F6,C2:C6<>\"Village\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "<>", "\"Village\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<>", "Str" ] }, { "Question": "What are the census rankings of cities that do not have the status \"Village\"?", "Formula": "FILTER(F1,C1<>\"Village\")", "Formula2": "FILTER(F2:F6,C2:C6<>\"Village\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "<>", "\"Village\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<>", "Str" ] }, { "Question": "How many statuses and cities?", "Formula": "HSTACK(ROWS(UNIQUE(C1)), SUM(A1))", "Formula2": "HSTACK(ROWS(UNIQUE(C2:C6)), SUM(A2:A6))", "Level": "hard", "Tokens": [ "HSTACK(", "ROWS(", "UNIQUE(", "C1", "SUM(", "A1" ], "Funcs": [ "HSTACK(", "ROWS(", "UNIQUE(", "Cell", "SUM(", "Cell" ] }, { "Question": "How many statuses?", "Formula": "ROWS(UNIQUE(C1))", "Formula2": "ROWS(UNIQUE(C2:C6))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "C1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "the official name, status and city id of the most populated farm.", "Formula": "TAKE(SORT(SUMMARIZE(HSTACK(B1,C1,A1),SUMX(E1)), 4, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(B2:B6,C2:C6,A2:A6),SUMX(E2:E6)), 4, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "HSTACK(", "B1", "C1", "A1", "SUMX(", "E1", "4", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Census rankings and cities for farms not located in villages.", "Formula": "LET(query1,FILTER(A1:F1,C1<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Formula2": "LET(query1,FILTER(A2:F6,C2:C6<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "<>", "\"village\"", "UNIQUE(", "CHOOSECOLS(", "query1", "6", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "all census rankings and cities for farms apart from villages.", "Formula": "LET(query1,FILTER(A1:F1,C1<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Formula2": "LET(query1,FILTER(A2:F6,C2:C6<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "<>", "\"village\"", "UNIQUE(", "CHOOSECOLS(", "query1", "6", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "Census rankings and cities for non-village farms.", "Formula": "LET(query1,FILTER(A1:F1,C1<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Formula2": "LET(query1,FILTER(A2:F6,C2:C6<>\"village\"),UNIQUE(CHOOSECOLS(query1,6,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "<>", "\"village\"", "UNIQUE(", "CHOOSECOLS(", "query1", "6", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] } ], "TableName": "farm_city", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "city id", "official name", "status", "area km 2", "population", "census ranking" ], [ "2", "1", "Grand Falls/Grand-Sault", "Town", "18.06", "5706", "636 of 5008" ], [ "3", "2", "Perth-Andover", "Village", "8.89", "1778", "1442 of 5,008" ], [ "4", "3", "Plaster Rock", "Village", "3.09", "1135", "1936 of 5,008" ], [ "5", "4", "Drummond", "Village", "8.91", "775", "2418 of 5008" ], [ "6", "5", "Aroostook", "Village", "2.24", "351", "3460 of 5008" ] ] }, { "t5Formulas": [ { "Question": "What affiliation is Erie, Pennsylvania?", "Formula": "FILTER(D1,B1=\"Erie, Pennsylvania\")", "Formula2": "FILTER(D2:D7,B2:B7=\"Erie, Pennsylvania\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Erie, Pennsylvania\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the enrollment of the school founded in 1846?", "Formula": "FILTER(E1,C1=1846)", "Formula2": "FILTER(E2:E7,C2:C7=1846)", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "1846" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What kind of school is Canton, New York?", "Formula": "FILTER(D1,B1=\"Canton, New York\")", "Formula2": "FILTER(D2:D7,B2:B7=\"Canton, New York\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Canton, New York\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-16381914-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Location", "Founded", "Affiliation", "Enrollment", "Team Nickname", "Primary conference" ], [ "2", "University at Buffalo", "Buffalo, New York", "1846", "Public", "28192", "Bulls", "Mid-American Conference ( D-I )" ], [ "3", "Canisius College", "Buffalo, New York", "1870", "Private/Catholic", "3490", "Golden Griffins", "Metro Atlantic Athletic Conference ( D-I )" ], [ "4", "SUNY Canton", "Canton, New York", "1906", "Public", "3056", "'Roos", "Independent ( USCAA )" ], [ "5", "Mercyhurst College", "Erie, Pennsylvania", "1926", "Private/Catholic", "3226", "Lakers", "Pennsylvania State Athletic Conference ( D-II )" ], [ "6", "Niagara University", "Lewiston, New York", "1856", "Private/Catholic", "3746", "Purple Eagles", "Metro Atlantic Athletic Conference ( D-I )" ], [ "7", "Rochester Institute of Technology", "Henrietta, NY", "1829", "Private/Non-sectarian", "13861", "Tigers", "Empire 8 ( D-III )" ] ] }, { "t5Formulas": [ { "Question": "What is the average grid with a number of laps smaller than 8?", "Formula": "AVERAGE(FILTER(E1, C1<8))", "Formula2": "AVERAGE(FILTER(E2:E20, C2:C20<8))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "<", "8" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the lowest grid with rider casey stoner and laps that are smaller than 27?", "Formula": "MIN(FILTER(E1, (A1=\"casey stoner\")*(C1<27)))", "Formula2": "MIN(FILTER(E2:E20, (A2:A20=\"casey stoner\")*(C2:C20<27)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"casey stoner\"", "*", "C1", "<", "27" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total grid number with laps that are larger than 27?", "Formula": "SUM(FILTER(E1, C1>27))", "Formula2": "SUM(FILTER(E2:E20, C2:C20>27))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", ">", "27" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the lowest number of laps with a time/retired of +38.426?", "Formula": "MIN(FILTER(C1, D1=38.426))", "Formula2": "MIN(FILTER(C2:C20, D2:D20=38.426))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "=", "38.426" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the sum of laps that has a time/retired that is +19.475?", "Formula": "SUM(FILTER(C1, D1=19.475))", "Formula2": "SUM(FILTER(C2:C20, D2:D20=19.475))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "19.475" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-13719531-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rider", "Manufacturer", "Laps", "Time/Retired", "Grid" ], [ "2", "Casey Stoner", "Ducati", "27", "41:12.244", "3" ], [ "3", "Loris Capirossi", "Ducati", "27", "+6.763", "5" ], [ "4", "Valentino Rossi", "Yamaha", "27", "+10.038", "2" ], [ "5", "Dani Pedrosa", "Honda", "27", "+11.663", "1" ], [ "6", "Alex Barros", "Ducati", "27", "+19.475", "7" ], [ "7", "Randy de Puniet", "Kawasaki", "27", "+27.313", "6" ], [ "8", "John Hopkins", "Suzuki", "27", "+29.243", "14" ], [ "9", "Chris Vermeulen", "Suzuki", "27", "+34.833", "16" ], [ "10", "Colin Edwards", "Yamaha", "27", "+35.073", "11" ], [ "11", "Marco Melandri", "Honda", "27", "+36.971", "12" ], [ "12", "Carlos Checa", "Honda", "27", "+37.721", "13" ], [ "13", "Anthony West", "Kawasaki", "27", "+38.426", "10" ], [ "14", "Shinya Nakano", "Honda", "27", "+47.430", "8" ], [ "15", "Sylvain Guintoli", "Yamaha", "27", "+54.324", "9" ], [ "16", "Toni Elías", "Honda", "27", "+1:10.471", "18" ], [ "17", "Makoto Tamada", "Yamaha", "27", "+1:12.904", "15" ], [ "18", "Kurtis Roberts", "KR212V", "27", "+1:13.020", "19" ], [ "19", "Nicky Hayden", "Honda", "8", "Retirement", "4" ], [ "20", "Chaz Davies", "Ducati", "8", "Retirement", "17" ] ] }, { "t5Formulas": [ { "Question": "Who are the batting partners for the 1997 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=1997),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=1997),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "1997", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which season reported wickets of 7th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"7th\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"7th\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"7th\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which team is 9th in wickets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"9th\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"9th\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"9th\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the venue for batting partners Mahela Jayawardene and Prasanna Jayawardene", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Mahela Jayawardene and Prasanna Jayawardene\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,C2:C10=\"Mahela Jayawardene and Prasanna Jayawardene\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Mahela Jayawardene and Prasanna Jayawardene\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many teams are listed for 3rd wickets?", "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"3rd\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D10, A2:A10=\"3rd\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"3rd\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1670921-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Wicket", "Runs", "Batting partners", "Batting team", "Fielding team", "Venue", "Season" ], [ "2", "1st", "415", "GC Smith and Neil McKenzie", "South Africa", "Bangladesh", "Chittagong", "2008" ], [ "3", "2nd", "576", "Roshan Mahanama and Sanath Jayasuriya", "Sri Lanka", "India", "Colombo", "1997" ], [ "4", "3rd", "624", "Mahela Jayawardene and Kumar Sangakkara", "Sri Lanka", "South Africa", "Colombo", "2006" ], [ "5", "4th", "437", "Mahela Jayawardene and Thilan Samaraweera", "Sri Lanka", "Pakistan", "Karachi", "2008/09" ], [ "6", "5th", "405", "Donald Bradman and Sid Barnes", "Australia", "England", "Sydney", "1946/47" ], [ "7", "6th", "351", "Mahela Jayawardene and Prasanna Jayawardene", "Sri Lanka", "India", "Ahmedabad", "2009/10" ], [ "8", "7th", "347", "Clairmonte Depeiaza and Denis Atkinson", "West Indies", "Australia", "Bridgetown", "1954/55" ], [ "9", "8th", "332", "Jonathan Trott and Stuart Broad", "England", "Pakistan", "Lord's", "2010" ], [ "10", "9th", "195", "Pat Symcox and Mark Boucher", "South Africa", "Pakistan", "Johannesburg", "1997/98" ] ] }, { "t5Formulas": [ { "Question": "Which Date has a Set 1 of 25–20?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"25–20\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"25–20\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"25–20\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Score has a Total of 80–72?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"80–72\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"80–72\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"80–72\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Set 1 of 21–25?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"21–25\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"21–25\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"21–25\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Set 2 has a Set 3 of 25–20, and a Time of 13:45?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"25–20\")*(B1=\"13:45\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(F2:F7=\"25–20\")*(B2:B7=\"13:45\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"25–20\"", "*", "B1", "=", "\"13:45\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Score has a Set 1 of 25–16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"25–16\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"25–16\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"25–16\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Score of 2–3, a Time of 20:30, and a Set 3 of 16–25?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"2–3\")*(B1=\"20:30\")*(F1=\"16–25\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(C2:C7=\"2–3\")*(B2:B7=\"20:30\")*(F2:F7=\"16–25\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"2–3\"", "*", "B1", "=", "\"20:30\"", "*", "F1", "=", "\"16–25\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16571273-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Time", "Score", "Set 1", "Set 2", "Set 3", "Total" ], [ "2", "03 Sep", "13:45", "2–3", "21–25", "25–19", "25–20", "100–104" ], [ "3", "03 Sep", "18:15", "3–0", "27–25", "28–26", "25–21", "80–72" ], [ "4", "04 Sep", "13:45", "3–0", "25–22", "28–26", "25–14", "78–62" ], [ "5", "04 Sep", "20:30", "2–3", "25–20", "22–25", "25–20", "111–110" ], [ "6", "05 Sep", "13:45", "3–1", "25–16", "26–24", "21–25", "97–84" ], [ "7", "05 Sep", "20:30", "2–3", "23–25", "25–17", "16–25", "102–104" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the lowest Chapter that has the Pinyin of dehua, and the Articles smaller than 16?", "Formula": "MIN(FILTER(A1, (C1=\"dehua\")*(E1<16)))", "Formula2": "MIN(FILTER(A2:A7, (C2:C7=\"dehua\")*(E2:E7<16)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "C1", "=", "\"dehua\"", "*", "E1", "<", "16" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the average Chapter that has Articles smaller than 15?", "Formula": "AVERAGE(FILTER(A1, E1<15))", "Formula2": "AVERAGE(FILTER(A2:A7, E2:E7<15))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "<", "15" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the Chinese that has the Chapter larger than 4, and the English Translation of food transformations?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"food transformations\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,D2:D7=\"food transformations\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"food transformations\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Can you tell me the English Translation that has the Articles of 24?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=24))", "Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=24))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "24" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15530291-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Chapter", "Chinese", "Pinyin", "English Translation", "Articles" ], [ "2", "1", "道化", "Daohua", "Way Transformations", "24" ], [ "3", "2", "術化", "Shuhua", "Techniques Transformations", "21" ], [ "4", "3", "德化", "Dehua", "Potency Transformations", "16" ], [ "5", "4", "仁化", "Renhua", "Humaneness Transformations", "17" ], [ "6", "5", "食化", "Shihua", "Food Transformations", "15" ], [ "7", "6", "儉化", "Jianhua", "Frugality Transformations", "17" ] ] }, { "t5Formulas": [ { "Question": "When did the home team score 13.11 (89)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.11 (89)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"13.11 (89)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.11 (89)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10790510-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "10.18 (78)", "North Melbourne", "6.14 (50)", "Western Oval", "5,000", "18 August 1934" ], [ "3", "Essendon", "9.17 (71)", "South Melbourne", "22.14 (146)", "Windy Hill", "15,000", "18 August 1934" ], [ "4", "Collingwood", "23.22 (160)", "Hawthorn", "10.13 (73)", "Victoria Park", "5,000", "18 August 1934" ], [ "5", "Carlton", "14.12 (96)", "Richmond", "16.13 (109)", "Princes Park", "30,000", "18 August 1934" ], [ "6", "Melbourne", "13.10 (88)", "Geelong", "21.15 (141)", "MCG", "12,163", "18 August 1934" ], [ "7", "St Kilda", "13.11 (89)", "Fitzroy", "10.10 (70)", "Junction Oval", "10,000", "18 August 1934" ] ] }, { "t5Formulas": [ { "Question": "What is the item \"Moving to\", when the Transfer fee is £300,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"£300,000\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"£300,000\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"£300,000\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Country, when the Transfer fee is \"loan\", and when the Name is Lynch?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"loan\")*(A1=\"lynch\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"loan\")*(A2:A12=\"lynch\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"loan\"", "*", "A1", "=", "\"lynch\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Transfer window, when the Transfer fee is \"free\", and when the Name is Dugdale?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"free\")*(A1=\"dugdale\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"free\")*(A2:A12=\"dugdale\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"free\"", "*", "A1", "=", "\"dugdale\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Name, when the Transfer fee is \"loan\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"loan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"loan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"loan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Transfer window, when the Transfer fee is \"free\", and when the item \"Moving to\" is Norwich City?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"free\")*(D1=\"norwich city\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"free\")*(D2:D12=\"norwich city\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"free\"", "*", "D1", "=", "\"norwich city\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Transfer fee, when the Transfer window is \"winter\", and when the item \"Moving to\" is Northwich Victoria?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"winter\")*(D1=\"northwich victoria\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=\"winter\")*(D2:D12=\"northwich victoria\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"winter\"", "*", "D1", "=", "\"northwich victoria\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12964478-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Country", "Status", "Moving to", "Transfer window", "Transfer fee" ], [ "2", "Otsemobor", "ENG", "Transfer", "Norwich City", "Summer", "Free" ], [ "3", "Jones", "ENG", "Transfer", "Preston North End", "Summer", "£500,000 [* ]" ], [ "4", "Varney", "ENG", "Transfer", "Charlton Athletic", "Summer", "£2,500,000" ], [ "5", "Vaughan", "WAL", "Transfer", "RealSociedad", "Summer", "£300,000" ], [ "6", "Brown", "ENG", "Loan", "Kidsgrove Athletic", "Winter", "Loan" ], [ "7", "Farquharson", "ENG", "Loan", "Northwich Victoria", "Winter", "Loan" ], [ "8", "Lynch", "ENG", "Loan", "Stafford Rangers", "Winter", "Loan" ], [ "9", "Daniel", "ENG", "Loan", "Grays Athletic", "Winter", "Loan" ], [ "10", "Dugdale", "ENG", "Free", "Droylsden", "Winter", "Free" ], [ "11", "Farquharson", "ENG", "Loan", "Nantwich Town", "Winter", "Loan" ], [ "12", "Tomlinson", "ENG", "Loan", "Burton Albion", "Winter", "Loan" ] ] }, { "t5Formulas": [ { "Question": "What is the General classification for a points classification leader of Bradley Wiggins?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"bradley wiggins\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"bradley wiggins\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"bradley wiggins\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the general classification for a mountains value of Christophe Moreau and a Team winner of Team CSC?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"christophe moreau\")*(F1=\"team csc\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"christophe moreau\")*(F2:F9=\"team csc\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"christophe moreau\"", "*", "F1", "=", "\"team csc\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11667521-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Stage (Winner)", "General classification", "Mountains classification", "Points classification", "Combination classification", "Team Classification" ], [ "2", "0 Prologue ( Bradley Wiggins )", "Bradley Wiggins", "Sylvain Chavanel", "Bradley Wiggins", "Bradley Wiggins", "no award" ], [ "3", "0 Stage 1 ( Heinrich Haussler )", "Bradley Wiggins", "Sylvain Chavanel", "Tom Boonen", "Bradley Wiggins", "Discovery Channel" ], [ "4", "0 Stage 2 ( Christophe Moreau )", "Christophe Moreau", "Sylvain Chavanel", "Heinrich Haussler", "Christophe Moreau", "Astana" ], [ "5", "0 Stage 3 ( Alexander Vinokourov )", "Alexander Vinokourov", "Sylvain Chavanel", "Heinrich Haussler", "Andrey Kashechkin", "Astana" ], [ "6", "0 Stage 4 ( Christophe Moreau )", "Andrey Kashechkin", "Christophe Moreau", "Christophe Moreau", "Christophe Moreau", "Team CSC" ], [ "7", "0 Stage 5 ( Antonio Colom )", "Andrey Kashechkin", "Christophe Moreau", "Christophe Moreau", "Christophe Moreau", "Discovery Channel" ], [ "8", "0 Stage 6 ( Maxim Iglinsky )", "Christophe Moreau", "Rémy Di Gregorio", "Christophe Moreau", "Christophe Moreau", "Discovery Channel" ], [ "9", "0 Stage 7 (Final) ( Alexander Vinokourov )", "Christophe Moreau", "Rémy Di Gregorio", "Alexander Vinokourov", "Christophe Moreau", "Astana" ] ] }, { "t5Formulas": [ { "Question": "What is the date that the Institution of Lynn University was founded on?", "Formula": "SUMIFS(C1,A1,\"lynn university\")", "Formula2": "SUMIFS(C2:C10,A2:A10,\"lynn university\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"lynn university\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1183842-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Location", "Founded", "Type", "Enrollment", "Nickname", "Joined" ], [ "2", "Barry University", "Miami Shores, Florida", "1940", "Private", "9,300", "Buccaneers", "1988" ], [ "3", "Eckerd College", "St. Petersburg, Florida", "1958", "Private", "3,584", "Tritons", "1975" ], [ "4", "Florida Southern College", "Lakeland, Florida", "1883", "Private", "3,488", "Moccasins", "1975" ], [ "5", "Florida Institute of Technology", "Melbourne, Florida", "1958", "Private", "7,626", "Panthers", "1981" ], [ "6", "Lynn University", "Boca Raton, Florida", "1962", "Private", "4,660", "Fighting Knights", "1997" ], [ "7", "Nova Southeastern University", "Davie, Florida", "1964", "Private", "33,135", "Sharks", "2002" ], [ "8", "Rollins College", "Winter Park, Florida", "1885", "Private", "4,320", "Tars", "1975" ], [ "9", "Saint Leo University", "Saint Leo, Florida", "1889", "Private", "15,120", "Lions", "1975" ], [ "10", "The University of Tampa", "Tampa, Florida", "1931", "Private", "10,515", "Spartans", "1981" ] ] }, { "t5Formulas": [ { "Question": "Who got the pole position if the supporting is USAC National Midget Series?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"USAC National Midget Series\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"USAC National Midget Series\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"USAC National Midget Series\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who won the fastest lap if Anders Krohn won the pole position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Anders Krohn\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,E2:E13=\"Anders Krohn\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Anders Krohn\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many rounds did João Victor Horto achieved the fastest lap?", "Formula": "SUMIFS(A1,F1,\"João Victor Horto\")", "Formula2": "SUMIFS(A2:A13,F2:F13,\"João Victor Horto\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"João Victor Horto\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What circuit was used on August 21?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"August 21\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,D2:D13=\"August 21\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"August 21\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many rounds did Alex Ardoin achieved a fastest lap?", "Formula": "SUMIFS(A1,F1,\"Alex Ardoin\")", "Formula2": "SUMIFS(A2:A13,F2:F13,\"Alex Ardoin\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"Alex Ardoin\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25459168-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Round", "Circuit", "Location", "Date", "Pole position", "Fastest lap", "Winning driver", "Winning team", "Supporting" ], [ "2", "1", "Sebring International Raceway", "Sebring, Florida", "March 19", "Anders Krohn", "Anders Krohn", "Tristan Vautier", "Andersen Racing", "American Le Mans Series" ], [ "3", "2", "Streets of St. Petersburg", "St. Petersburg, Florida", "March 28", "Conor Daly", "Conor Daly", "Conor Daly", "Juncos Racing", "IndyCar Series" ], [ "4", "3", "Mazda Raceway Laguna Seca", "Monterey, California", "May 23", "Conor Daly", "Connor De Phillippi", "Conor Daly", "Juncos Racing", "American Le Mans Series" ], [ "5", "4", "O'Reilly Raceway Park", "Clermont, Indiana", "May 29", "Mikaël Grenier", "Conor Daly", "Conor Daly", "Juncos Racing", "USAC National Midget Series" ], [ "6", "5", "Iowa Speedway", "Newton, Iowa", "June 19", "Conor Daly", "Conor Daly", "Conor Daly", "Juncos Racing", "IndyCar Series" ], [ "7", "6", "New Jersey Motorsports Park", "Millville, New Jersey", "June 26", "Conor Daly", "Conor Daly", "Caio Lara", "JDC MotorSports", "stand-alone" ], [ "8", "7", "New Jersey Motorsports Park", "Millville, New Jersey", "June 27", "Conor Daly", "João Victor Horto", "Tristan Vautier", "Andersen Racing", "stand-alone" ], [ "9", "8", "Autobahn Country Club", "Joliet, Illinois", "July 31", "Mikaël Grenier", "Conor Daly", "Mikaël Grenier", "Andersen Racing", "stand-alone" ], [ "10", "9", "Autobahn Country Club", "Joliet, Illinois", "August 1", "Conor Daly", "Conor Daly", "Conor Daly", "Juncos Racing", "stand-alone" ], [ "11", "10", "Circuit Trois-Rivières", "Trois-Rivières, Québec", "August 15", "Conor Daly", "Alex Ardoin", "Alex Ardoin", "Team GDT", "Continental Tire Sports Car Challenge" ], [ "12", "11", "Road America", "Elkhart Lake, Wisconsin", "August 21", "Conor Daly", "Conor Daly", "Conor Daly", "Juncos Racing", "American Le Mans Series" ], [ "13", "12", "Mosport International Raceway", "Bowmanville, Ontario", "August 28", "Conor Daly", "Connor De Phillippi", "Conor Daly", "Juncos Racing", "American Le Mans Series" ] ] }, { "t5Formulas": [ { "Question": "What's the maximum crowd when scg is the ground?", "Formula": "MAXIFS(F1,E1,\"SCG\")", "Formula2": "MAXIFS(F2:F8,E2:E8,\"SCG\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "E1", "\"SCG\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What are the away teams when they scored 5.11 (41)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"5.11 (41)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,D2:D8=\"5.11 (41)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"5.11 (41)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the ground when the away team scored 6.9 (45)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"6.9 (45)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,D2:D8=\"6.9 (45)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"6.9 (45)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the ground where the crowd totals 19929?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=19929))", "Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(F2:F8)),FILTER(query1,CHOOSECOLS(query1,2)=19929))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "19929" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-14312471-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Ground", "Crowd", "Date", "Report" ], [ "2", "Melbourne", "5.11 (41)", "Geelong", "24.13 (157)", "MCG", "34610", "Friday, 8 August", "AFL.com.au" ], [ "3", "Carlton", "18.24 (132)", "Port Adelaide", "9.12 (66)", "Telstra Dome", "29696", "Saturday, 9 August", "AFL.com.au" ], [ "4", "Hawthorn", "16.14 (110)", "Brisbane Lions", "5.11 (41)", "Aurora Stadium", "19929", "Saturday, 9 August", "AFL.com.au" ], [ "5", "Collingwood", "14.13 (97)", "St Kilda", "12.11 (83)", "MCG", "52135", "Saturday, 9 August", "AFL.com.au" ], [ "6", "Sydney", "17.10 (112)", "Fremantle", "15.18 (108)", "SCG", "20846", "Saturday, 9 August", "AFL.com.au" ], [ "7", "North Melbourne", "21.10 (136)", "Western Bulldogs", "18.8 (116)", "Telstra Dome", "31957", "Sunday, 10 August", "AFL.com.au" ], [ "8", "Adelaide", "16.12 (108)", "Richmond", "6.9 (45)", "AAMI Stadium", "37562", "Sunday, 10 August", "AFL.com.au" ] ] }, { "t5Formulas": [ { "Question": "What is Date, when Winning Score is −14 (68-68-67-71=274)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"−14 (68-68-67-71=274)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"−14 (68-68-67-71=274)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"−14 (68-68-67-71=274)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Margin of Victory, when Tournament is Mercedes Championships (3)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"mercedes championships (3)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"mercedes championships (3)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"mercedes championships (3)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Tournament, is Greenbrier Classic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"greenbrier classic\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"greenbrier classic\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"greenbrier classic\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Runner(s)-Up when Margin of Victory is 6 Strokes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"6 strokes\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"6 strokes\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"6 strokes\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Runner(s)-Up is Jonathan Kaye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"jonathan kaye\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"jonathan kaye\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"jonathan kaye\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1662630-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Winning score", "Margin of victory", "Runner(s)-up" ], [ "2", "16 Mar 1997", "Honda Classic", "−14 (68-68-67-71=274)", "1 stroke", "Michael Bradley , Payne Stewart" ], [ "3", "7 Jun 1998", "Kemper Open", "−10 (70-63-69-72=274)", "1 stroke", "Scott Hoch" ], [ "4", "2 May 1999", "Shell Houston Open", "−9 (70-68-70-71=279)", "1 stroke", "John Cook , Hal Sutton" ], [ "5", "12 Oct 2003", "Las Vegas Invitational", "−31 (62-68-63-66-69=328)", "Playoff", "Scott McCarron" ], [ "6", "11 Jan 2004", "Mercedes Championships", "−22 (66-67-66-71=270)", "1 stroke", "Vijay Singh" ], [ "7", "9 Jan 2005", "Mercedes Championships (2)", "−21 (74-64-66-67=271)", "1 stroke", "Jonathan Kaye" ], [ "8", "8 Jan 2006", "Mercedes Championships (3)", "−8 (71-72-70-71=284)", "Playoff", "Vijay Singh" ], [ "9", "23 Apr 2006", "Shell Houston Open (2)", "−19 (66-67-69-67=269)", "6 strokes", "Bob Estes" ], [ "10", "1 Aug 2010", "Greenbrier Classic", "−22 (66-68-65–59=258)", "1 stroke", "Jeff Overton" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Rank that has the Lane of 6, and the Heat of 2?", "Formula": "FILTER(A1,(C1=6)*(B1=2))", "Formula2": "FILTER(A2:A17,(C2:C17=6)*(B2:B17=2))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "6", "*", "B1", "=", "2" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Can you tell me the Time that has the Heat of 1, and the Lane of 2?", "Formula": "FILTER(E1,(B1=1)*(C1=2))", "Formula2": "FILTER(E2:E17,(B2:B17=1)*(C2:C17=2))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "1", "*", "C1", "=", "2" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "dev_2-18454234-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Heat", "Lane", "Nationality", "Time" ], [ "2", "1", "2", "4", "United States", "3:32.75" ], [ "3", "2", "1", "4", "Australia", "3:32.76" ], [ "4", "3", "1", "5", "Japan", "3:32.81" ], [ "5", "4", "2", "3", "Russia", "3:33.59" ], [ "6", "5", "1", "6", "Great Britain", "3:33.83" ], [ "7", "6", "2", "8", "New Zealand", "3:34.09" ], [ "8", "7", "2", "6", "South Africa", "3:34.16" ], [ "9", "8", "2", "7", "Italy", "3:34.32" ], [ "10", "9", "2", "1", "France", "3:34.78" ], [ "11", "10", "2", "5", "Canada", "3:35.56" ], [ "12", "11", "1", "2", "Sweden", "3:35.83" ], [ "13", "12", "2", "2", "Croatia", "3:37.69" ], [ "14", "13", "1", "1", "Romania", "3:38.00" ], [ "15", "14", "1", "3", "Brazil", "3:38.66" ], [ "16", "15", "1", "7", "Ukraine", "3:38.76" ], [ "17", "16", "1", "8", "Belarus", "3:39.39" ] ] }, { "t5Formulas": [ { "Question": "What is the Country of the Player with a Score of 73-71-76-70=290?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"73-71-76-70=290\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"73-71-76-70=290\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"73-71-76-70=290\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Lawson Little's Money ($) amount?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"lawson little\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"lawson little\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"lawson little\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Money ($) amount of the Player with a To par of e?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"e\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"e\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"e\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Country has a Player with Playoff Money with a Score of 72-69-73-73=287?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"playoff\")*(D1=\"72-69-73-73=287\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"playoff\")*(D2:D12=\"72-69-73-73=287\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"playoff\"", "*", "D1", "=", "\"72-69-73-73=287\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Ben Hogan's Place?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"ben hogan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"ben hogan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"ben hogan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Place of the Player with a Score of 73-75-71-73=292?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"73-75-71-73=292\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"73-75-71-73=292\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"73-75-71-73=292\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18007230-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "T1", "Lawson Little", "United States", "72-69-73-73=287", "–1", "Playoff" ], [ "3", "T1", "Gene Sarazen", "United States", "71-74-70-72=287", "–1", "Playoff" ], [ "4", "3", "Horton Smith", "United States", "69-72-78-69=288", "E", "700" ], [ "5", "4", "Craig Wood", "United States", "72-73-72-72=289", "+1", "600" ], [ "6", "T5", "Ralph Guldahl", "United States", "73-71-76-70=290", "+2", "325" ], [ "7", "T5", "Ben Hogan", "United States", "70-73-74-73=290", "+2", "325" ], [ "8", "T5", "Lloyd Mangrum", "United States", "75-70-71-74=290", "+2", "325" ], [ "9", "T5", "Byron Nelson", "United States", "72-74-70-74=290", "+2", "325" ], [ "10", "9", "Dick Metz", "United States", "75-72-72-72=291", "+3", "175" ], [ "11", "T10", "Ed Dudley", "United States", "73-75-71-73=292", "+4", "137" ], [ "12", "T10", "Frank Walsh", "United States", "73-69-71-79=292", "+4", "137" ] ] }, { "t5Formulas": [ { "Question": "What Congress had less than 23 cosponsors and had June 30, 2005 as the date of introduction of the bill?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"june 30, 2005\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<23))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,C2:C9=\"june 30, 2005\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<23))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"june 30, 2005\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "23" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Who sponsored the bill introduced on June 9, 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"june 9, 2011\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"june 9, 2011\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"june 9, 2011\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who sponsored the bill that was introduced on June 2, 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"june 2, 2009\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"june 2, 2009\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"june 2, 2009\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13829540-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Congress", "Bill number(s)", "Date introduced", "Sponsor(s)", "# of cosponsors", "Latest status" ], [ "2", "112th Congress", "S. 1171", "June 9, 2011", "Sen. Charles E. Schumer (D-NY)", "19", "Referred to the Senate Committee on Finance" ], [ "3", "112th Congress", "H.R. 2088", "June 2, 2011", "Rep. Jim McDermott (D-WA)", "74", "Referred to the House Committee on Ways and Means" ], [ "4", "111th Congress", "S. 1153", "May 21, 2009", "Sen. Charles E. Schumer (D-NY)", "23", "Died in the Senate Committee on Finance" ], [ "5", "111th Congress", "H.R. 2625", "June 2, 2009", "Rep. Jim McDermott (D-WA)", "133", "Died in the House Committee on Ways and Means" ], [ "6", "110th Congress", "S. 1556", "June 6, 2007", "Sen. Gordon H. Smith (R-OR)", "25", "Died in the Senate Committee on Finance" ], [ "7", "110th Congress", "H.R. 1820", "March 29, 2007", "Rep. Jim McDermott (D-WA)", "119", "Died in the House Committee on Ways and Means" ], [ "8", "109th Congress", "S. 1360", "June 30, 2005", "Sen. Gordon H. Smith (R-OR)", "12", "Died in the Senate Committee on Finance" ], [ "9", "108th Congress", "S. 1702", "October 2, 2003", "Sen. Gordon H. Smith (R-OR)", "9", "Died in the Senate Committee on Finance" ] ] }, { "t5Formulas": [ { "Question": "Who was the Class A winner when the Class C winner was David Haynes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"David Haynes\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,F2:F11=\"David Haynes\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"David Haynes\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Class C winner in round 8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=8),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=8),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "8", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who was the Class D winner in round 6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=6),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=6),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "6", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the circuit in round 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=2),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=2),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "2", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-24852622-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Circuit", "Date", "Class A Winner", "Class B Winner", "Class C Winner", "Class D Winner" ], [ "2", "1", "Snetterton Motor Racing Circuit , Norfolk", "14 April", "John Love", "Alan Hutcheson", "None (no entries?)", "Mike Parkes" ], [ "3", "2", "Goodwood Circuit , West Sussex", "23 April", "Christabel Carlisle", "Alan Hutcheson", "None (no entries)", "Graham Hill" ], [ "4", "3", "Aintree Motor Racing Circuit , Liverpool", "28 April", "John Love", "Alan Hutcheson", "Nicky Byrne", "Graham Hill" ], [ "5", "4", "Silverstone Circuit , Northamptonshire", "12 May", "John Love", "Peter Harper", "Innes Ireland", "Graham Hill" ], [ "6", "5", "Crystal Palace , London", "11 June", "John Love", "Peter Harper", "None (no entries)", "Roy Salvadori" ], [ "7", "NC", "Goodwood Circuit , West Sussex", "11 June", "Unknown.", "Unknown.", "Nicky Byrne", "P.J. Woodroffe" ], [ "8", "NC", "Snetterton Motor Racing Circuit , Norfolk", "15 July", "Mick Clare", "Alan Hutcheson", "Unknown.", "Graham Hill" ], [ "9", "6", "Aintree Motor Racing Circuit , Liverpool", "21 July", "John Love", "Peter Harper", "Nicky Byrne", "Jack Sears" ], [ "10", "7", "Brands Hatch , Kent", "6 August", "John Love", "Peter Jopp", "David Haynes", "Mike Parkes" ], [ "11", "8", "Oulton Park , Cheshire", "1 September", "John Love", "Peter Harper", "Chris McLaren?", "Graham Hill" ] ] }, { "t5Formulas": [ { "Question": "What is the Region, when the Catalog is SM 2965-05?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sm 2965-05\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"sm 2965-05\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"sm 2965-05\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Region, when the Catalog is 25AP 301?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"25ap 301\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"25ap 301\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"25ap 301\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Date, when Catalog is EPC 81436?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"epc 81436\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"epc 81436\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"epc 81436\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Label, when Format is Double CD?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"double cd\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"double cd\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"double cd\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Label, when Region is Japan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"japan\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"japan\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"japan\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Format, when Region is United States?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"united states\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"united states\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"united states\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16752996-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "United States", "1 August 1976", "Epic Records", "stereo LP", "PE 34149" ], [ "3", "Europe", "1 August 1976", "Epic Records", "stereo LP", "EPC 81436" ], [ "4", "Australia", "15 November 1976", "Epic Records", "stereo LP", "ELPS 3781" ], [ "5", "Japan", "1976", "Epic Records", "stereo LP", "25AP 301" ], [ "6", "Scandinavia", "2002", "Sony Music Entertainment", "double CD", "SM 2965-05" ] ] }, { "t5Formulas": [ { "Question": "Which score has a Result of 11–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"11–0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"11–0\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"11–0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which result has a Score of 1–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1–1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"1–1\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1–1\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which score has a Result of 11–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"11–0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"11–0\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"11–0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11237422-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "25 March 1899", "Celtic Park , Glasgow", "3–0", "9–1", "BHC" ], [ "3", "25 March 1899", "Celtic Park , Glasgow", "7–1", "9–1", "BHC" ], [ "4", "8 April 1899", "Villa Park , Birmingham", "1–2", "1–2", "BHC" ], [ "5", "3 February 1900", "Pittodrie , Aberdeen", "4–0", "5–2", "BHC" ], [ "6", "23 February 1901", "Celtic Park , Glasgow", "7–0", "11–0", "BHC" ], [ "7", "23 February 1901", "Celtic Park , Glasgow", "8–0", "11–0", "BHC" ], [ "8", "23 February 1901", "Celtic Park , Glasgow", "10–0", "11–0", "BHC" ], [ "9", "23 February 1901", "Celtic Park , Glasgow", "11–0", "11–0", "BHC" ], [ "10", "30 March 1901", "Crystal Palace , London", "1–2", "2–2", "BHC" ], [ "11", "1 March 1902", "Grosvenor Park, Belfast", "1–0", "5–1", "BHC" ], [ "12", "1 March 1902", "Grosvenor Park, Belfast", "3–0", "5–1", "BHC" ], [ "13", "1 March 1902", "Grosvenor Park, Belfast", "4–0", "5–1", "BHC" ], [ "14", "26 March 1904", "Dalymount Park , Dublin", "1–0", "1–1", "BHC" ], [ "15", "6 March 1911", "Ninian Park , Cardiff", "1–1", "2–2", "BHC" ], [ "16", "6 March 1911", "Ninian Park , Cardiff", "2–2", "2–2", "BHC" ] ] }, { "t5Formulas": [ { "Question": "What game number was played on January 28?", "Formula": "SUMIFS(A1,B1,\"January 28\")", "Formula2": "SUMIFS(A2:A16,B2:B16,\"January 28\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"January 28\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-17311812-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "31", "January 2", "@ Boston", "L 83–108 (OT)", "Nick Young (15)", "Antawn Jamison (9)", "Caron Butler (5)", "TD Banknorth Garden 18,624", "6–25" ], [ "3", "32", "January 4", "Cleveland", "W 80–77 (OT)", "Antawn Jamison (26)", "Antawn Jamison (13)", "Andray Blatche (4)", "Verizon Center 20,173", "7–25" ], [ "4", "33", "January 6", "@ Orlando", "L 80–89 (OT)", "Caron Butler (29)", "Antawn Jamison (9)", "Caron Butler , Mike James (5)", "Amway Arena 16,011", "7–26" ], [ "5", "34", "January 7", "Toronto", "L 93–99 (OT)", "Antawn Jamison (32)", "Antawn Jamison (7)", "Caron Butler , Javaris Crittenton (6)", "Verizon Center 13,864", "7–27" ], [ "6", "35", "January 9", "@ Chicago", "L 86–98 (OT)", "Nick Young (28)", "Antawn Jamison (11)", "Caron Butler (6)", "United Center 20,125", "7–28" ], [ "7", "36", "January 10", "Charlotte", "L 89–92 (OT)", "Caron Butler (19)", "Andray Blatche (10)", "Andray Blatche (4)", "Verizon Center 20,173", "7–29" ], [ "8", "37", "January 12", "Milwaukee", "L 91–97 (OT)", "Nick Young (30)", "Dominic McGuire (10)", "Dominic McGuire (5)", "Verizon Center 13,510", "7–30" ], [ "9", "38", "January 14", "@ New York", "L 122–128 (OT)", "Nick Young (33)", "Antawn Jamison (7)", "Mike James (5)", "Madison Square Garden 18,020", "7–31" ], [ "10", "39", "January 16", "New York", "W 96–89 (OT)", "Antawn Jamison (28)", "Andray Blatche (11)", "Caron Butler (7)", "Verizon Center 17,526", "8–31" ], [ "11", "41", "January 21", "@ Sacramento", "W 110–107 (OT)", "Antawn Jamison (33)", "Dominic McGuire (12)", "Caron Butler (5)", "ARCO Arena 10,821", "9–32" ], [ "12", "42", "January 22", "@ L.A. Lakers", "L 97–117 (OT)", "Antawn Jamison (19)", "JaVale McGee (9)", "Caron Butler , Mike James (6)", "Staples Center 18,997", "9–33" ], [ "13", "43", "January 24", "@ Portland", "L 87–100 (OT)", "Caron Butler (31)", "Caron Butler (10)", "Mike James (7)", "Rose Garden 20,566", "9–34" ], [ "14", "44", "January 26", "Phoenix", "L 87–103 (OT)", "Caron Butler (28)", "Antawn Jamison (13)", "Dominic McGuire (7)", "Verizon Center 17,344", "9–35" ], [ "15", "45", "January 28", "@ Miami", "L 71–93 (OT)", "Antawn Jamison (21)", "Antawn Jamison (12)", "Caron Butler (6)", "American Airlines Arena 16,424", "9–36" ], [ "16", "46", "January 30", "@ Philadelphia", "L 94–104 (OT)", "Antawn Jamison (25)", "Antawn Jamison (15)", "Javaris Crittenton (7)", "Wachovia Center 15,528", "9–37" ] ] }, { "t5Formulas": [ { "Question": "What college/junior/club team had a player selected in round 6?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What round of the draft was Stan Adams selected?", "Formula": "SUMIFS(A1,B1,\"stan adams\")", "Formula2": "SUMIFS(A2:A6,B2:B6,\"stan adams\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"stan adams\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17562956-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Doug Sulliman", "LW", "Canada", "Kitchener Rangers ( OHA )" ], [ "3", "2", "Ed Hospodar", "D", "United States", "Ottawa 67's (OHA)" ], [ "4", "4", "Pat Conacher", "C", "Canada", "Saskatoon Blades ( WCHL )" ], [ "5", "5", "Dan Makuch", "RW", "Canada", "Clarkson University ( NCAA )" ], [ "6", "6", "Stan Adams", "C", "Canada", "Niagara Falls Flyers (OHA)" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest rank of Hungary where there was a total of 8 medals, including 2 silver?", "Formula": "MIN(FILTER(A1, (F1=8)*(B1=\"hungary\")*(D1>2)))", "Formula2": "MIN(FILTER(A2:A11, (F2:F11=8)*(B2:B11=\"hungary\")*(D2:D11>2)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "F1", "=", "8", "*", "B1", "=", "\"hungary\"", "*", "D1", ">", "2" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest rank of Great Britain who has less than 16 bronze?", "Formula": "MAX(FILTER(A1, (B1=\"great britain\")*(E1<16)))", "Formula2": "MAX(FILTER(A2:A11, (B2:B11=\"great britain\")*(E2:E11<16)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", "=", "\"great britain\"", "*", "E1", "<", "16" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-180200-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "25", "19", "19", "63" ], [ "3", "2", "Sweden (host nation)", "24", "24", "17", "65" ], [ "4", "3", "Great Britain", "10", "15", "16", "41" ], [ "5", "4", "Finland", "9", "8", "9", "26" ], [ "6", "5", "France", "7", "4", "3", "14" ], [ "7", "6", "Germany", "5", "13", "7", "25" ], [ "8", "7", "South Africa", "4", "2", "0", "6" ], [ "9", "8", "Norway", "4", "1", "4", "9" ], [ "10", "9", "Canada", "3", "2", "3", "8" ], [ "11", "9", "Hungary", "3", "2", "3", "8" ] ] }, { "t5Formulas": [ { "Question": "What is the difference with a loss smaller than 5 and points lower than 32?", "Formula": "SUM(FILTER(G1, (E1<5)*(B1<32)))", "Formula2": "SUM(FILTER(G2:G11, (E2:E11<5)*(B2:B11<32)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "<", "5", "*", "B1", "<", "32" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which loss had a player lower than 18?", "Formula": "SUM(FILTER(E1, C1<18))", "Formula2": "SUM(FILTER(E2:E11, C2:C11<18))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "<", "18" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-11161833-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Diff" ], [ "2", "U.A. Maracaibo", "32", "18", "5", "4", "19", "+9" ], [ "3", "Caracas F.C.", "32", "18", "8", "2", "16", "+9" ], [ "4", "Mineros de Guayana", "27", "18", "6", "5", "24", "+2" ], [ "5", "Zamora F.C.", "26", "18", "5", "6", "16", "+8" ], [ "6", "Carabobo F.C.", "25", "18", "7", "5", "15", "+2" ], [ "7", "Monagas S.C.", "21", "18", "6", "7", "21", "-8" ], [ "8", "Aragua F.C.", "20", "18", "8", "6", "22", "-3" ], [ "9", "Deportivo Táchira F.C.", "19", "18", "10", "5", "25", "-3" ], [ "10", "Portuguesa F.C.", "19", "18", "4", "9", "26", "-7" ], [ "11", "Trujillanos F.C.", "17", "18", "5", "9", "27", "-7" ] ] }, { "t5Formulas": [ { "Question": "What is the Icelandic word for the English word bride?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"bride\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"bride\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"bride\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the ENglish word for the Icelandic word hlaupa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"hlaupa\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"hlaupa\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"hlaupa\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Russian word for the Greek word greek?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"greek\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,F2:F8=\"greek\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"greek\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the English word for the Latin word uxor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"uxor\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=\"uxor\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"uxor\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Latin word for the English word bone?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"bone\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"bone\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"bone\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1598584-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "English", "German", "Dutch", "Icelandic", "Latin", "Greek", "Russian" ], [ "2", "English", "German", "Dutch", "Icelandic", "Latin", "Greek", "Russian" ], [ "3", "drink", "trinken", "drinken", "drekka", "bibo", "πίνω (pínō)", "пить (pit')" ], [ "4", "leap (run)", "laufen", "lopen", "hlaupa", "curro", "τρέχω (trékhō)", "бегать (bègat')" ], [ "5", "bone", "Bein (meaning leg)", "been", "bein", "os", "οστούν (ostoún)", "кость (kost')" ], [ "6", "wife (woman)", "Weib", "wijf", "víf", "uxor", "γυνή (gunḗ)", "жена (zhèna)" ], [ "7", "bride", "Braut", "bruid", "brúður", "nupta", "νύφη (núphē)", "невеста (nèvèsta)" ], [ "8", "(bride)groom", "(Bräuti)gam", "(bruide)gom", "(brúð)gumi", "maritus", "γαμπρός (gamprós)", "жених (zhènix)" ] ] }, { "t5Formulas": [ { "Question": "How many FA Cups on average have a larger total than 32 and a larger league than 24?", "Formula": "AVERAGE(FILTER(D1, (G1>32)*(C1>24)))", "Formula2": "AVERAGE(FILTER(D2:D19, (G2:G19>32)*(C2:C19>24)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "G1", ">", "32", "*", "C1", ">", "24" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many FA Trophies had a total of 27, 2 FA cups, and a league larger than 24?", "Formula": "SUM(FILTER(E1, (G1=27)*(D1=2)*(C1>24)))", "Formula2": "SUM(FILTER(E2:E19, (G2:G19=27)*(D2:D19=2)*(C2:C19>24)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "G1", "=", "27", "*", "D1", "=", "2", "*", "C1", ">", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-15566586-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Club", "League", "FA Cup", "FA Trophy", "League Cup", "Total" ], [ "2", "Steve Norris", "Telford United", "24", "0", "6", "5", "35" ], [ "3", "Phil Derbyshire", "Stafford Rangers", "24", "3", "3", "2", "32" ], [ "4", "Paul Davies", "Kidderminster Harriers", "24", "2", "1", "0", "27" ], [ "5", "Steve Butler", "Maidstone United", "22", "3", "4", "0", "29" ], [ "6", "Mark Carter", "Runcorn", "22", "1", "2", "0", "25" ], [ "7", "Nicky Evans", "Barnet", "22", "7", "0", "1", "30" ], [ "8", "Nicky Francis", "Enfield", "21", "1", "4", "3", "29" ], [ "9", "Steve Burr", "Macclesfield Town", "19", "9", "4", "0", "32" ], [ "10", "Lenny Dennis", "Sutton United", "19", "4", "0", "2", "25" ], [ "11", "Dave Sansom", "Barnet", "19", "3", "2", "3", "27" ], [ "12", "Kim Casey", "Kidderminster Harriers", "17", "2", "2", "0", "21" ], [ "13", "Phil Brown", "Lincoln City", "16", "1", "2", "1", "20" ], [ "14", "Mark Smith", "Kettering Town", "16", "0", "2", "1", "19" ], [ "15", "Paul Wilson", "Boston United", "16", "2", "3", "0", "21" ], [ "16", "Brett Angell", "Cheltenham Town", "16", "5", "1", "0", "22" ], [ "17", "Steve Biggins", "Telford United", "15", "1", "3", "1", "20" ], [ "18", "John McGinley", "Lincoln City", "15", "3", "0", "2", "20" ], [ "19", "Paul McKinnon", "Sutton United", "15", "2", "0", "2", "19" ] ] }, { "t5Formulas": [ { "Question": "What were the high rebounds on April 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 4\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"April 4\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"April 4\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score when the game was 80?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=80))", "Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=80))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "80" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What date was the record 11-67?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"11-67\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,I2:I7=\"11-67\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"11-67\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many high rebounds were there on April 7?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"April 7\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F7, B2:B7=\"April 7\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"April 7\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the high points when rebounds were Terrence Williams (8)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Terrence Williams (8)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,F2:F7=\"Terrence Williams (8)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Terrence Williams (8)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22879323-10", "Table": [ [ "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", "76", "April 3", "New Orleans", "W 115–87 (OT)", "Chris Douglas-Roberts (17)", "Kris Humphries (12)", "Terrence Williams (14)", "Izod Center", "11-65" ], [ "3", "77", "April 4", "@ Washington", "L 99–109 (OT)", "Devin Harris, Brook Lopez (22)", "Yi Jianlian, Kris Humphries (7)", "Brook Lopez, Terrence Williams (4)", "Verizon Center", "11-66" ], [ "4", "78", "April 7", "@ Milwaukee", "L 89–108 (OT)", "Devin Harris (25)", "Yi Jianlian (8)", "Brook Lopez (7)", "Bradley Center", "11-67" ], [ "5", "79", "April 9", "Chicago", "W 127–116 (OT)", "Terrence Williams (27)", "Brook Lopez (14)", "Terrence Williams (10)", "Izod Center", "12-67" ], [ "6", "80", "April 10", "@ Indiana", "L 102–115 (OT)", "Brook Lopez (20)", "Terrence Williams (8)", "Terrence Williams (7)", "Conseco Fieldhouse", "12-68" ], [ "7", "81", "April 12", "Charlotte", "L 95–105 (OT)", "Devin Harris (22)", "Terrence Williams (13)", "Terrence Williams (6)", "Izod Center", "12-69" ] ] }, { "t5Formulas": [ { "Question": "whare are al of the launche dates where th carrier is orange and the up is 5.76 mbit/s", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"5.76 Mbit/s\")*(A1=\"Orange\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=\"5.76 Mbit/s\")*(A2:A12=\"Orange\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"5.76 Mbit/s\"", "*", "A1", "=", "\"Orange\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19246-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Carrier", "Standard", "Frequency", "(down)", "(up)", "Launch date (dd.mm.yyyy)" ], [ "2", "Orange", "UMTS HSPA", "2100MHz", "7.2 Mbit/s", "2.0 Mbit/s", "01.11.2008" ], [ "3", "Orange", "UMTS HSPA", "2100MHz", "14.4 Mbit/s", "5.76 Mbit/s", "02.09.2009" ], [ "4", "Orange", "UMTS HSPA", "2100MHz", "21.1 Mbit/s", "5.76 Mbit/s", "21.12.2009" ], [ "5", "Orange", "UMTS HSPA", "2100MHz", "42 Mbit/s", "5.76 Mbit/s", "27.05.2011" ], [ "6", "Moldcell", "UMTS HSPA", "2100MHz", "7.2 Mbit/s", "2 Mbit/s", "01.10.2008" ], [ "7", "Moldcell", "UMTS HSPA", "2100MHz", "21.1 Mbit/s", "5.76 Mbit/s", "31.05.2011" ], [ "8", "Unité", "CDMA EV-DO Rev. 0", "450MHz", "2.4 Mbit/s", "153 Mbit/s", "01.03.2007" ], [ "9", "Unité", "UMTS HSPA", "2100MHz", "14.4 Mbit/s", "5.76 Mbit/s", "01.03.2010" ], [ "10", "IDC", "CDMA EV-DO Rev. 0", "800MHz", "2.4 МMbit/s", "153 kbit/s", "01.03.2007" ], [ "11", "IDC", "CDMA EV-DO Rev. 0", "450MHz", "2.4 МMbit/s", "153 kbit/s", "01.03.2007" ], [ "12", "IDC", "CDMA EV-DO Rev. A", "800 МГц", "3.1 Mbit/s", "1.8 Mbit/s", "21.03.2011" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest 2013 population estimate of south africa, which has a percentage greater than 19.8 and a 2011 population greater than 51,770,561?", "Formula": "MIN(FILTER(E1, (D1>19.8)*(B1=\"south africa\")*(C1>51770561)))", "Formula2": "MIN(FILTER(E2:E11, (D2:D11>19.8)*(B2:B11=\"south africa\")*(C2:C11>51770561)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", ">", "19.8", "*", "B1", "=", "\"south africa\"", "*", "C1", ">", "51770561" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the rank of the gauteng province?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"gauteng\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"gauteng\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"gauteng\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest 2013 population estimate of the province with a 23.7 percentage?", "Formula": "MIN(FILTER(E1, D1=23.7))", "Formula2": "MIN(FILTER(E2:E11, D2:D11=23.7))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "23.7" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1860337-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Province", "Population (2011)", "Percentage", "Population Estimate (2013)" ], [ "2", "1", "Gauteng", "12,272,263", "23.7", "12,728,400" ], [ "3", "2", "KwaZulu-Natal", "10,267,300", "19.8", "10,456,900" ], [ "4", "3", "Eastern Cape", "6,562,053", "12.7", "6,620,100" ], [ "5", "4", "Western Cape", "5,822,734", "11.2", "6,016,900" ], [ "6", "5", "Limpopo", "5,404,868", "10.4", "5,518,000" ], [ "7", "6", "Mpumalanga", "4,039,939", "7.8", "4,128,000" ], [ "8", "7", "North West", "3,509,953", "6.8", "3,597,600" ], [ "9", "8", "Free State", "2,745,590", "5.3", "2,753,200" ], [ "10", "9", "Northern Cape", "1,145,861", "2.2", "1,162,900" ], [ "11", "South Africa", "South Africa", "51,770,561", "100.0", "52,982,000" ] ] }, { "t5Formulas": [ { "Question": "Name the least europa league", "Formula": "MIN(G1)", "Formula2": "MIN(G2:G18)", "Level": "easy", "Tokens": [ "MIN(", "G1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "Name the max total for aiden mcgeady", "Formula": "MAXIFS(H1,B1,\"Aiden McGeady\")", "Formula2": "MAXIFS(H2:H18,B2:B18,\"Aiden McGeady\")", "Level": "easy", "Tokens": [ "MAXIFS(", "H1", "B1", "\"Aiden McGeady\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the scottish premier league georgios samaras", "Formula": "SUMIFS(C1,B1,\"Georgios Samaras\")", "Formula2": "SUMIFS(C2:C18,B2:B18,\"Georgios Samaras\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "B1", "\"Georgios Samaras\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the total number of r for josh thompson", "Formula": "SUMIFS(A1,B1,\"Josh Thompson\")", "Formula2": "SUMIFS(A2:A18,B2:B18,\"Josh Thompson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Josh Thompson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22822098-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "R", "Player", "Scottish Premier League", "Scottish Cup", "Scottish League Cup", "Champions League (qualifying)", "Europa League", "Total" ], [ "2", "1", "Robbie Keane", "12", "0", "4", "0", "0", "16" ], [ "3", "2", "Scott McDonald", "10", "2", "0", "1", "1", "14" ], [ "4", "3", "Georgios Samaras", "10", "0", "0", "1", "2", "13" ], [ "5", "4", "Marc-Antoine Fortuné", "10", "0", "0", "0", "2", "12" ], [ "6", "5", "Aiden McGeady", "7", "0", "0", "0", "0", "7" ], [ "7", "6", "Shaun Maloney", "4", "0", "0", "0", "0", "4" ], [ "8", "11", "Patrick McCourt", "2", "0", "1", "0", "0", "3" ], [ "9", "11", "Niall McGinn", "2", "1", "0", "0", "0", "3" ], [ "10", "11", "Glenn Loovens", "3", "0", "0", "0", "0", "3" ], [ "11", "11", "Josh Thompson", "3", "0", "0", "0", "0", "3" ], [ "12", "11", "Diomansy Kamara", "2", "1", "0", "0", "0", "3" ], [ "13", "12", "Morten Rasmussen", "2", "0", "0", "0", "0", "2" ], [ "14", "18", "Paul McGowan", "0", "0", "0", "0", "1", "1" ], [ "15", "18", "Scott Brown", "1", "0", "0", "0", "0", "1" ], [ "16", "18", "Darren O'Dea", "1", "0", "0", "0", "0", "1" ], [ "17", "18", "James Forrest", "1", "0", "0", "0", "0", "1" ], [ "18", "18", "Lee Naylor", "1", "0", "0", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Season has a Postseason of promoted runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"promoted runner-up\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"promoted runner-up\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"promoted runner-up\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14468296-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Tier", "Division", "Pos.", "Postseason", "Cup Competitions" ], [ "2", "1996–97", "4", "1ª División", "1", "Promoted", "–" ], [ "3", "1997–98", "3", "Liga EBA", "8", "Relegation playoffs", "–" ], [ "4", "1998–99", "3", "Liga EBA", "2", "Champion", "–" ], [ "5", "1999–00", "3", "Liga EBA", "1", "Promoted Runner-up", "Copa EBA semifinalist" ], [ "6", "2000–01", "3", "LEB 2", "4", "Semifinalist", "Copa LEB 2 semifinalist" ], [ "7", "2001–02", "3", "LEB 2", "4", "Semifinalist", "–" ], [ "8", "2002–03", "3", "LEB 2", "5", "Quarterfinalist", "–" ], [ "9", "2003–04", "2", "LEB", "7", "Quarterfinalist", "Copa Príncipe semifinalist" ], [ "10", "2004–05", "2", "LEB", "16", "Relegation playoffs", "–" ], [ "11", "2005–06", "2", "LEB", "10", "–", "–" ], [ "12", "2006–07", "2", "LEB", "11", "–", "–" ], [ "13", "2007–08", "2", "LEB Oro", "17", "Relegated", "–" ], [ "14", "2008–09", "2", "LEB Oro", "14", "–", "–" ], [ "15", "2009–10", "2", "LEB Oro", "10", "–", "–" ], [ "16", "2010–11", "2", "LEB Oro", "10", "–", "–" ], [ "17", "2011–12", "2", "LEB Oro", "9", "Quarterfinalist", "–" ] ] }, { "t5Formulas": [ { "Question": "which week had an attendance of 53,677?", "Formula": "SUMIFS(A1,F1,\"53,677\")", "Formula2": "SUMIFS(A2:A18,F2:F18,\"53,677\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"53,677\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "which team had a bye week?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"bye\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"bye\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"bye\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14650162-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Venue", "Attendance" ], [ "2", "1", "September 9, 1990", "Los Angeles Rams", "W 36-24", "Lambeau Field", "57,685" ], [ "3", "2", "September 16, 1990", "Chicago Bears", "L 31-13", "Lambeau Field", "58,938" ], [ "4", "3", "September 23, 1990", "Kansas City Chiefs", "L 17-3", "Lambeau Field", "58,817" ], [ "5", "4", "September 30, 1990", "at Detroit Lions", "W 24-21", "Pontiac Silverdome", "64,509" ], [ "6", "5", "October 7, 1990", "at Chicago Bears", "L 27-13", "Soldier Field", "59,929" ], [ "7", "6", "October 14, 1990", "at Tampa Bay Buccaneers", "L 26-14", "Tampa Stadium", "67,472" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 28, 1990", "Minnesota Vikings", "W 24-10", "Milwaukee County Stadium", "55,125" ], [ "10", "9", "November 4, 1990", "San Francisco 49ers", "L 24-20", "Lambeau Field", "58,835" ], [ "11", "10", "November 11, 1990", "at Los Angeles Raiders", "W 29-16", "Los Angeles Memorial Coliseum", "50,855" ], [ "12", "11", "November 18, 1990", "at Phoenix Cardinals", "W 24-21", "Sun Devil Stadium", "46,878" ], [ "13", "12", "November 25, 1990", "Tampa Bay Buccaneers", "W 20-10", "Milwaukee County Stadium", "53,677" ], [ "14", "13", "December 2, 1990", "at Minnesota Vikings", "L 23-7", "Hubert H. Humphrey Metrodome", "62,058" ], [ "15", "14", "December 9, 1990", "Seattle Seahawks", "L 20-14", "Milwaukee County Stadium", "52,015" ], [ "16", "15", "December 16, 1990", "at Philadelphia Eagles", "L 31-0", "Veterans Stadium", "65,627" ], [ "17", "16", "December 22, 1990", "Detroit Lions", "L 24-17", "Lambeau Field", "46,700" ], [ "18", "17", "December 30, 1990", "at Denver Broncos", "L 22-13", "Mile High Stadium", "46,943" ] ] }, { "t5Formulas": [ { "Question": "Who had 41.76% yes votes", "Formula": "FILTER(H1,E1=\"41.76%\")", "Formula2": "FILTER(H2:H11,E2:E11=\"41.76%\")", "Level": "easy", "Tokens": [ "FILTER(", "H1", "E1", "=", "\"41.76%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "how many yes votes made up 43.18% yes?", "Formula": "MAX(FILTER(C1,E1=\"43.18%\"))", "Formula2": "MAX(FILTER(C2:C11,E2:E11=\"43.18%\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", "=", "\"43.18%\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "HOw many no votes were there when there were 45.60% yes votes", "Formula": "MIN(FILTER(D1,E1=\"45.60%\"))", "Formula2": "MIN(FILTER(D2:D11,E2:E11=\"45.60%\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", "=", "\"45.60%\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-256286-20", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "meas. num", "passed", "YES votes", "NO votes", "% YES", "Const. Amd.?", "type", "description" ], [ "2", "2", "No", "46784", "55817", "45.60%", "Yes", "LEG", "Portland School District Tax Levy Amendment" ], [ "3", "3", "YES", "64956", "38774", "62.62%", "Yes", "LEG", "Criminal Information Amendment" ], [ "4", "4", "No", "28380", "81215", "25.90%", "Yes", "LEG", "Legislators' Pay Amendment" ], [ "5", "5", "YES", "55802", "49682", "52.90%", "Yes", "LEG", "Voters' Registration Amendment" ], [ "6", "6", "No", "46999", "61838", "43.18%", "Yes", "LEG", "State and County Officers, Salary Amendment" ], [ "7", "7", "No", "41309", "57613", "41.76%", "Yes", "LEG", "City and County Consolidation Amendment" ], [ "8", "8", "No", "25180", "80476", "23.83%", "Yes", "LEG", "Veterans' Memorial and Armory Amendment" ], [ "9", "9", "No", "19393", "84697", "18.63%", "Yes", "LEG", "State Tax Limitation Amendment" ], [ "10", "10", "No", "48745", "67039", "42.10%", "No", "LEG", "Income Tax Bill" ], [ "11", "11", "No", "31957", "70871", "31.08%", "No", "LEG", "Property Assessment and Taxation Enforcement Bill" ] ] }, { "t5Formulas": [ { "Question": "Name the nation for abdon pamich category:articles with hcards", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Abdon Pamich Category:Articles with hCards\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,B2:B7=\"Abdon Pamich Category:Articles with hCards\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"Abdon Pamich Category:Articles with hCards\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the silver for ronald weigel category:articles with hcards", "Formula": "SUMIFS(F1,B1,\"Ronald Weigel Category:Articles with hCards\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"Ronald Weigel Category:Articles with hCards\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"Ronald Weigel Category:Articles with hCards\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22355-44", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "Athlete", "Nation", "Olympics", "Gold", "Silver", "Bronze", "Total(min. 2 medals)" ], [ "2", "1", "Robert Korzeniowski Category:Articles with hCards", "Poland (POL)", "1996–2004", "3", "0", "0", "3" ], [ "3", "2", "John Ljunggren Category:Articles with hCards", "Sweden (SWE)", "1948–1960", "1", "1", "1", "3" ], [ "4", "3", "Abdon Pamich Category:Articles with hCards", "Italy (ITA)", "1960–1964", "1", "0", "1", "2" ], [ "5", "3", "Hartwig Gauder Category:Articles with hCards", "East Germany (GDR)", "1980-1988", "1", "0", "1", "2" ], [ "6", "5", "Jared Tallent Category:Articles with hCards", "Australia (AUS)", "2008–2012", "0", "2", "0", "2" ], [ "7", "6", "Ronald Weigel Category:Articles with hCards", "East Germany (GDR)", "1988–1992", "0", "1", "1", "2" ] ] }, { "t5Formulas": [ { "Question": "Which Score has smaller than 1994, and a Partner of elizabeth sayers smylie?", "Formula": "FILTER(G1,(B1<1994)*(E1=\"elizabeth sayers smylie\"))", "Formula2": "FILTER(G2:G16,(B2:B16<1994)*(E2:E16=\"elizabeth sayers smylie\"))", "Level": "easy", "Tokens": [ "FILTER(", "G1", "B1", "<", "1994", "*", "E1", "=", "\"elizabeth sayers smylie\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Who was the Partner that was a winner, a Year smaller than 1993, and a Score of 6–4, 6–2?", "Formula": "FILTER(E1,(A1=\"winner\")*(B1<1993)*(G1=\"6–4, 6–2\"))", "Formula2": "FILTER(E2:E16,(A2:A16=\"winner\")*(B2:B16<1993)*(G2:G16=\"6–4, 6–2\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"winner\"", "*", "B1", "<", "1993", "*", "G1", "=", "\"6–4, 6–2\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1547951-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winner", "1990", "US Open", "Hard", "Elizabeth Sayers Smylie", "Jim Pugh Natasha Zvereva", "6–4, 6–2" ], [ "3", "Runner-up", "1992", "Australian Open", "Hard", "Arantxa Sánchez Vicario", "Mark Woodforde Nicole Provis", "3–6, 6–4, 9–11" ], [ "4", "Winner", "1992", "French Open", "Clay", "Arantxa Sánchez Vicario", "Bryan Shelton Lori McNeil", "6–2, 6–3" ], [ "5", "Winner", "1993", "Australian Open", "Hard", "Arantxa Sánchez Vicario", "Rick Leach Zina Garrison", "7–5, 6–4" ], [ "6", "Winner", "1993", "US Open", "Hard", "Helena Suková", "Mark Woodforde Martina Navratilova", "6–3, 7–6" ], [ "7", "Runner-up", "1994", "Australian Open", "Hard", "Helena Suková", "Andrei Olhovskiy Larisa Savchenko Neiland", "5–7, 7–6 (9–7) , 2–6" ], [ "8", "Winner", "1994", "Wimbledon", "Grass", "Helena Suková", "T. J. Middleton Lori McNeil", "3–6, 7–5, 6–3" ], [ "9", "Runner-up", "1994", "US Open", "Hard", "Jana Novotná", "Patrick Galbraith Elna Reinach", "2–6, 4–6" ], [ "10", "Winner", "1995", "French Open", "Clay", "Larisa Savchenko", "John-Laffnie de Jager Jill Hetherington", "7–6 (10–8) , 7–6 (7–4)" ], [ "11", "Runner-up", "2000", "Australian Open", "Hard", "Arantxa Sánchez Vicario", "Jared Palmer Rennae Stubbs", "5–7, 6–7 (3–7)" ], [ "12", "Runner-up", "2000", "French Open", "Clay", "Rennae Stubbs", "David Adams Mariaan de Swardt", "3–6, 6–3, 3–6" ], [ "13", "Winner", "2001", "US Open", "Hard", "Rennae Stubbs", "Leander Paes Lisa Raymond", "6–4, 5–7, 7–6" ], [ "14", "Runner-up", "2003", "Australian Open", "Hard", "Eleni Daniilidou", "Leander Paes Martina Navrátilová", "4–6, 5–7" ], [ "15", "Runner-up", "2004", "Wimbledon", "Grass", "Alicia Molik", "Wayne Black Cara Black", "6–3, 6–7, 4–6" ], [ "16", "Runner-up", "2004", "US Open", "Hard", "Alicia Molik", "Bob Bryan Vera Zvonareva", "3–6, 4–6" ] ] }, { "t5Formulas": [ { "Question": "What 09-10 class, with a graduate percentage of 85% had the least amount of points?", "Formula": "SUMIFS(C1,D1,\"85%\")", "Formula2": "SUMIFS(C2:C6,D2:D6,\"85%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "D1", "\"85%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10597155-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "School", "09-10 FCAT", "09-10 Points", "09-10 Graduation", "08-09 FCAT" ], [ "2", "JR Arnold High School", "B", "1,305", "88%", "A" ], [ "3", "Bay High School", "B", "1,228", "87%", "D" ], [ "4", "Dean Bozeman School", "B", "1,028", "80%", "B" ], [ "5", "A. Crawford Mosley High School", "B", "1,289", "93%", "B" ], [ "6", "Rutherford High School", "B", "1,070", "85%", "C" ] ] }, { "t5Formulas": [ { "Question": "Which team has an away score of 9.10 (64)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"9.10 (64)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"9.10 (64)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"9.10 (64)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date is the Victoria Park venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"victoria park\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"victoria park\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"victoria park\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Home team has an away score of 6.6 (42)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"6.6 (42)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"6.6 (42)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"6.6 (42)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What home team has a score of 5.8 (38)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"5.8 (38)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"5.8 (38)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"5.8 (38)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the away team score of a Melbourne team that has a home team score of 12.7 (79)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"12.7 (79)\")*(C1=\"melbourne\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(B2:B6=\"12.7 (79)\")*(C2:C6=\"melbourne\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"12.7 (79)\"", "*", "C1", "=", "\"melbourne\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Away team is from Fitzroy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"fitzroy\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"fitzroy\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"fitzroy\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1204658-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Date" ], [ "2", "Geelong", "5.9 (39)", "St Kilda", "6.6 (42)", "Corio Oval", "6 June 1908" ], [ "3", "Collingwood", "12.7 (79)", "Richmond", "9.10 (64)", "Victoria Park", "6 June 1908" ], [ "4", "University", "12.7 (79)", "Melbourne", "1.13 (19)", "EMCG", "6 June 1908" ], [ "5", "Fitzroy", "5.8 (38)", "Essendon", "5.12 (42)", "Brunswick Street Oval", "6 June 1908" ], [ "6", "South Melbourne", "7.9 (51)", "Carlton", "8.5 (53)", "Lake Oval", "6 June 1908" ] ] }, { "t5Formulas": [ { "Question": "Who wrote the episode that had 1.08 million U.S. viewers?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=1.08))", "Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(G2:G8)),FILTER(query1,CHOOSECOLS(query1,2)=1.08))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.08" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who directed episode 11 in the series?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What episode number in the season had 1.05 million U.S. viewers?", "Formula": "SUM(FILTER(B1, G1=1.05))", "Formula2": "SUM(FILTER(B2:B8, G2:G8=1.05))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "1.05" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-26136228-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series No.", "Episode No.", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (millions)" ], [ "2", "9", "1", "\"Escape from the Dungeon!\"", "Alan Taylor", "Jonathan Ames", "September26,2010", "1.05" ], [ "3", "10", "2", "\"Make It Quick, Fitzgerald!\"", "Alan Taylor", "Jonathan Ames", "October3,2010", "1.08" ], [ "4", "11", "3", "\"The Gowanus Canal Has Gonorrhea!\"", "Michael Lehmann", "Martin Gero & Jonathan Ames", "October10,2010", "0.86" ], [ "5", "12", "4", "\"I've Been Living Like a Demented God!\"", "Michael Lehmann", "Donick Cary & Jonathan Ames", "October17,2010", "0.82" ], [ "6", "13", "5", "\"Forty-Two Down!\"", "Troy Miller", "Tami Sagher & Jonathan Ames", "October24,2010", "1.01" ], [ "7", "14", "6", "\"The Case of the Grievous Clerical Error!\"", "Tristram Shapeero", "Sam Sklaver & Jonathan Ames", "October31,2010", "0.69" ], [ "8", "15", "7", "\"Escape from the Castle!\"", "Adam Bernstein", "Donick Cary & Jonathan Ames", "November7,2010", "1.10" ] ] }, { "t5Formulas": [ { "Question": "What is the Nation with a Record that is 7.39?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=7.39),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=7.39),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "7.39", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Date with a Record that is 7.39?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=7.39),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=7.39),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "7.39", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-1570167-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Event", "Record", "Nation", "Date", "Venue" ], [ "2", "60 m", "6.42", "United Kingdom", "8 March 2009", "2009 Turin" ], [ "3", "400 m", "45.39", "Poland", "3 March 2002", "2002 Wien" ], [ "4", "800 m", "1:44.78", "Poland", "3 March 2002", "2002 Wien" ], [ "5", "1500 m", "3:36.70", "Ukraine", "6 March 2005", "2005 Madrid" ], [ "6", "3000 m", "7:40.17", "United Kingdom", "7 March 2009", "2009 Turin" ], [ "7", "60 m hurdles", "7.39", "United Kingdom", "12 March 1994", "1994 Paris" ], [ "8", "High jump", "2.40 m", "Sweden", "6 March 2005", "2005 Madrid" ], [ "9", "Pole vault", "6.03 m", "France", "5 March 2011", "2011 Paris" ], [ "10", "Long jump", "8.71 m", "Germany", "8 March 2009", "2009 Turin" ], [ "11", "Triple jump", "17.92 m (2nd jump)", "France", "6 March 2011", "2011 Paris" ], [ "12", "Triple jump", "17.92 m (4th jump)", "France", "6 March 2011", "2011 Paris" ], [ "13", "Shot put", "22.19 m", "East Germany", "21 February 1987", "1987 Liévin" ], [ "14", "Heptathlon", "6424 pts", "Czech Republic", "26 February 2000", "2000 Ghent" ], [ "15", "4 x 400 m relay", "3:05.50", "Poland", "3 March 2002", "2002 Wien" ] ] }, { "t5Formulas": [ { "Question": "What number of Congress has 44 cosponsors?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=44))", "Formula2": "LET(query1,SUMMARIZE(A2:A12,SUMX(E2:E12)),FILTER(query1,CHOOSECOLS(query1,2)=44))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "44" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who was the sponsor on April 22, 2004?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"april 22, 2004\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"april 22, 2004\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"april 22, 2004\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11045469-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Congress", "Bill number", "Date introduced", "Sponsor", "# of cosponsors" ], [ "2", "107th Congress", "H.R. 1343", "April 3, 2001", "Rep. John Conyers (D-MI)", "208" ], [ "3", "107th Congress", "S. 625", "March 27, 2001", "Sen. Ted Kennedy (D-MA)", "50" ], [ "4", "108th Congress", "H.R. 4204", "April 22, 2004", "Rep. John Conyers (D-MI)", "178" ], [ "5", "108th Congress", "S.Amdt. 3183 to S. 2400", "June 14, 2004", "Sen. Gordon H. Smith (R-OR)", "4" ], [ "6", "109th Congress", "H.R. 2662", "May 26, 2005", "Rep. John Conyers (D-MI)", "159" ], [ "7", "109th Congress", "S. 1145", "May 26, 2005", "Sen. Ted Kennedy (D-MA)", "45" ], [ "8", "110th Congress", "H.R. 1592", "March 30, 2007", "Rep. John Conyers (D-MI)", "171" ], [ "9", "110th Congress", "S. 1105", "April 12, 2007", "Sen. Ted Kennedy (D-MA)", "44" ], [ "10", "111th Congress", "H.R. 1913", "April 2, 2009", "Rep. John Conyers (D-MI)", "120" ], [ "11", "111th Congress", "S. 909", "April 28, 2009", "Sen. Ted Kennedy (D-MA)", "45" ], [ "12", "111th Congress", "S.Amdt. 1511 to S. 1390", "July 15, 2009", "Sen. Patrick Leahy (D-VT)", "37" ] ] }, { "t5Formulas": [ { "Question": "What is the score March 27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"march 27\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"march 27\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"march 27\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score for the game larger than 4 in series 3-2?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"3-2\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F7,F2:F7=\"3-2\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"3-2\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the game number for series 4-2?", "Formula": "SUMIFS(A1,F1,\"4-2\")", "Formula2": "SUMIFS(A2:A7,F2:F7,\"4-2\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"4-2\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What date has a game smaller than 4, and a score of 116-114?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"116-114\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F7,D2:D7=\"116-114\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"116-114\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the game number on April 7?", "Formula": "SUMIFS(A1,B1,\"april 7\")", "Formula2": "SUMIFS(A2:A7,B2:B7,\"april 7\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"april 7\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18409087-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Series" ], [ "2", "1", "March 27", "San Diego", "107-98", "Alexander Memorial Coliseum", "1-0" ], [ "3", "2", "March 29", "San Diego", "116-114", "Alexander Memorial Coliseum", "2-0" ], [ "4", "3", "April 1", "San Diego", "97-104", "San Diego Sports Arena", "2-1" ], [ "5", "4", "April 4", "San Diego", "112-114", "San Diego Sports Arena", "2-2" ], [ "6", "5", "April 6", "San Diego", "112-101", "Alexander Memorial Coliseum", "3-2" ], [ "7", "6", "April 7", "San Diego", "108-106", "San Diego Sports Arena", "4-2" ] ] }, { "t5Formulas": [ { "Question": "What game had the highest score and a time of 2:35?", "Formula": "SUMIFS(A1,E1,\"2:35\")", "Formula2": "SUMIFS(A2:A6,E2:E6,\"2:35\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"2:35\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What game, played on October 17 in front of 49,347 fans, had the lowest score?", "Formula": "SUM(FILTER(A1, (B1=\"october 17\")*(F1>49347)))", "Formula2": "SUM(FILTER(A2:A6, (B2:B6=\"october 17\")*(F2:F6>49347)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"october 17\"", "*", "F1", ">", "49347" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-1219572-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Score", "Location", "Time", "Attendance" ], [ "2", "1", "October 12", "Oakland A's – 3, Los Angeles Dodgers – 2", "Dodger Stadium", "2:43", "55,974" ], [ "3", "2", "October 13", "Oakland A's – 2, Los Angeles Dodgers – 3", "Dodger Stadium", "2:40", "55,989" ], [ "4", "3", "October 15", "Los Angeles Dodgers – 2, Oakland A's – 3", "Oakland-Alameda County Coliseum", "2:35", "49,347" ], [ "5", "4", "October 16", "Los Angeles Dodgers – 2, Oakland A's – 5", "Oakland-Alameda County Coliseum", "2:17", "49,347" ], [ "6", "5", "October 17", "Los Angeles Dodgers – 2, Oakland A's – 3", "Oakland-Alameda County Coliseum", "2:23", "49,347" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the station that is currently demolished with the Shepparton line in Tabilk?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"demolished\")*(B1=\"shepparton line\")*(C1=\"tabilk\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"demolished\")*(B2:B10=\"shepparton line\")*(C2:C10=\"tabilk\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"demolished\"", "*", "B1", "=", "\"shepparton line\"", "*", "C1", "=", "\"tabilk\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the line of Mangalore station?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mangalore\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"mangalore\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"mangalore\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the line of the station in Toolamba that is currently demolished and closed in the late 1970s?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"demolished\")*(D1=\"late 1970s\")*(C1=\"toolamba\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"demolished\")*(D2:D10=\"late 1970s\")*(C2:C10=\"toolamba\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"demolished\"", "*", "D1", "=", "\"late 1970s\"", "*", "C1", "=", "\"toolamba\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the station in Toolamba that is currently demolished?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"demolished\")*(C1=\"toolamba\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"demolished\")*(C2:C10=\"toolamba\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"demolished\"", "*", "C1", "=", "\"toolamba\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1280090-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Line", "Location", "Closed", "Current Status" ], [ "2", "Mangalore", "Shepparton line", "Mangalore", "Early 1980s", "Demolished" ], [ "3", "Tabilk", "Shepparton line", "Tabilk", "Late 1980s", "Demolished" ], [ "4", "Wahring", "Shepparton line", "Wahring", "Late 1970s", "Demolished" ], [ "5", "Arcadia", "Shepparton line", "Arcadia", "Late 1970s", "Demolished" ], [ "6", "Toolamba", "Shepparton line", "Toolamba", "Late 1970s", "Demolished" ], [ "7", "Longwood", "Albury line", "Longwood", "4 October 1981", "Demolished" ], [ "8", "Baddaginnie", "Albury line", "Baddaginnie", "5 July 1978", "Demolished, goods platform still visible" ], [ "9", "Glenrowan", "Albury line", "Glenrowan", "4 October 1981", "Demolished, rebuilt 2001" ], [ "10", "Barnawartha", "Albury line", "Barnawartha", "Late 1970s", "Intact" ] ] }, { "t5Formulas": [ { "Question": "Who are the villains in the episode titled \"The Tale of the Forever Game\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"The Tale of The Forever Game\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,C2:C13=\"The Tale of The Forever Game\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"The Tale of The Forever Game\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many villains appeared in the episode titled \"The Tale of the Virtual Pets\"?", "Formula": "ROWS(UNIQUE(FILTER(H1, C1=\"The Tale of The Virtual Pets\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H13, C2:C13=\"The Tale of The Virtual Pets\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "C1", "=", "\"The Tale of The Virtual Pets\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who are the villains in the episodes where Megan is the storyteller and Lorette LeBlanc is the director?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"Megan\")*(D1=\"Lorette LeBlanc\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,(G2:G13=\"Megan\")*(D2:D13=\"Lorette LeBlanc\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"Megan\"", "*", "D1", "=", "\"Lorette LeBlanc\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the largest # for an episode that was written by Allison Lea Bingeman?", "Formula": "MAXIFS(B1,E1,\"Allison Lea Bingeman\")", "Formula2": "MAXIFS(B2:B13,E2:E13,\"Allison Lea Bingeman\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "E1", "\"Allison Lea Bingeman\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-10470082-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "#", "Title", "Director", "Writer", "US air date", "Storyteller", "Villains" ], [ "2", "66", "1", "\"The Tale of The Forever Game\"", "Iain Patterson", "Mark D. Perry", "February 6, 1999", "Tucker", "Nathaniel & The Burden Beast" ], [ "3", "67", "5", "\"The Tale of The Misfortune Cookie\"", "Adam Weissman", "Mark D. Perry", "February 13, 1999", "Andy", "The Bad Side" ], [ "4", "68", "4", "\"The Tale of The Virtual Pets\"", "Iain Patterson", "Alice Eve Cohen", "February 20, 1999", "Vange", "The Diggers" ], [ "5", "69", "2", "\"The Tale of The Zombie Dice\"", "Adam Weissman", "Maggie Leigh", "February 27, 1999", "Vange", "Mr. Click" ], [ "6", "70", "6", "\"The Tale of The Gruesome Gourmets\"", "Lorette LeBlanc", "Michael Koegel", "March 13, 1999", "Megan", "None" ], [ "7", "71", "3", "\"The Tale of Jake the Snake\"", "Mark Soulard", "Alan Kingsberg", "March 20, 1999", "Tucker", "Jake \"the Snake\" Desmond" ], [ "8", "72", "7", "\"The Tale of The Hunted\"", "Lorette LeBlanc", "Gaylen James", "March 27, 1999", "Andy", "The Hunters" ], [ "9", "73", "9", "\"The Tale of The Wisdom Glass\"", "Jacques Laberge", "Mark D. Perry", "April 3, 1999", "Quinn", "The People in the Cyberworld" ], [ "10", "74", "10", "\"The Tale of The Walking Shadow\"", "Lorrete LeBlanc", "Matthew Cope", "April 10, 1999", "Megan", "None" ], [ "11", "75", "11", "\"The Tale of Oblivion\"", "Jim Donovan", "James Morris", "April 17, 1999", "Tucker", "Kronos the conqueror" ], [ "12", "76", "8", "\"The Tale of Vampire Town\"", "Mark Soulard", "Allison Lea Bingeman", "April 24, 1999", "Quinn", "Dreyfus the Vampire and Stanley" ], [ "13", "77", "13", "\"The Tale of The Secret Admirer\"", "Mark Soulard", "Eric Weiner", "May 8, 1999", "Megan", "Teddy" ] ] }, { "t5Formulas": [ { "Question": "What label shows an Album of cover version v?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"cover version v\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"cover version v\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"cover version v\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Label for the Covered Song named \" sign o' the times \" by prince .?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"\"\" sign o' the times \"\" by prince .\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"\"\" sign o' the times \"\" by prince .\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"\"\" sign o' the times \"\" by prince .\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Label when the album shows cover version vi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"cover version vi\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"cover version vi\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"cover version vi\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Release date for the Covered Song named \" sign o' the times \" by prince .?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"\"\" sign o' the times \"\" by prince .\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"\"\" sign o' the times \"\" by prince .\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"\"\" sign o' the times \"\" by prince .\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows as the Original Song when the Covered Song was \" sign o' the times \" by prince .?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"\"\" sign o' the times \"\" by prince .\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"\"\" sign o' the times \"\" by prince .\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"\"\" sign o' the times \"\" by prince .\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the Covered Song when the Album shows cover version iii?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"cover version iii\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"cover version iii\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"cover version iii\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15767923-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Album", "Release date", "Label", "Format", "Covered Song", "Original Song" ], [ "2", "Cover Version", "March, 2003 June, 2005", "Headphone Dust Tonefloat", "CD 7\" Single", "\" Thank U \" by Alanis Morissette .", "\"Moment I Lost\"" ], [ "3", "Cover Version II", "October, 2004 June, 2005", "Headphone Dust Tonefloat", "CD 7\" Single", "\" The Day Before You Came \" by ABBA .", "\"Please Come Home\"" ], [ "4", "Cover Version III", "September, 2005 September, 2006", "Headphone Dust Tonefloat", "CD 7\" Single", "\" A Forest \" by The Cure .", "\"Four Trees Down\"" ], [ "5", "Cover Version IV", "July, 2006 September, 2006", "Headphone Dust Tonefloat", "CD 7\" Single", "\"The Guitar Lesson\" by Momus .", "\" The Unquiet Grave \"" ], [ "6", "Cover Version V", "July, 2008", "Headphone Dust", "CD 7\" Single", "\" Sign O' the Times \" by Prince .", "\"Well You're Wrong\"" ], [ "7", "Cover Version VI", "February, 2010", "Headphone Dust", "CD 7\" Single", "\" Lord of the Reedy River \" by Donovan .", "\"An End to End\"" ] ] }, { "t5Formulas": [ { "Question": "On what date was James P. Buchanan (d)'s successor seated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"James P. Buchanan (D)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"James P. Buchanan (D)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"James P. Buchanan (D)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people vacated to successor Dave E. Satterfield, Jr. (d)?", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"Dave E. Satterfield, Jr. (D)\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B17, D2:D17=\"Dave E. Satterfield, Jr. (D)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"Dave E. Satterfield, Jr. (D)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Why did Robert L. Bacon (r) vacate?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Robert L. Bacon (R)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"Robert L. Bacon (R)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Robert L. Bacon (R)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2159547-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Vacator", "Reason for change", "Successor", "Date successor seated" ], [ "2", "Virginia 3rd", "Andrew Jackson Montague (D)", "Died January 24, 1937", "Dave E. Satterfield, Jr. (D)", "November 2, 1937" ], [ "3", "Texas 10th", "James P. Buchanan (D)", "Died February 22, 1937", "Lyndon B. Johnson (D)", "April 10, 1937" ], [ "4", "California 10th", "Henry E. Stubbs (D)", "Died February 28, 1937", "Alfred J. Elliott (D)", "May 4, 1937" ], [ "5", "Pennsylvania 18th", "Benjamin K. Focht (R)", "Died March 27, 1937", "Richard M. Simpson (R)", "May 11, 1937" ], [ "6", "New York 27th", "Philip A. Goodwin (R)", "Died June 6, 1937", "Lewis K. Rockefeller (R)", "November 2, 1937" ], [ "7", "Massachusetts 7th", "William P. Connery, Jr. (D)", "Died June 15, 1937", "Lawrence J. Connery (D)", "September 28, 1937" ], [ "8", "New York 17th", "Theodore A. Peyser (D)", "Died August 8, 1937", "Bruce F. Barton (R)", "November 2, 1937" ], [ "9", "Oklahoma 5th", "Robert P. Hill (D)", "Died October 29, 1937", "Gomer Griffith Smith (D)", "December 10, 1937" ], [ "10", "New Jersey 9th", "Edward A. Kenney (D)", "Died January 27, 1938", "Vacant until the next Congress", "Vacant until the next Congress" ], [ "11", "California 17th", "Charles J. Colden (D)", "Died April 15, 1938", "Vacant until the next Congress", "Vacant until the next Congress" ], [ "12", "New Hampshire 1st", "Arthur B. Jenks (R)", "Lost contested election June 9, 1938", "Alphonse Roy (D)", "June 9, 1938" ], [ "13", "South Carolina 6th", "Allard H. Gasque (D)", "Died June 17, 1938", "Elizabeth Hawley Gasque (D)", "September 13, 1937" ], [ "14", "New York 1st", "Robert L. Bacon (R)", "Died September 12, 1938", "Vacant until the next Congress", "Vacant until the next Congress" ], [ "15", "Resident Commissioner of the Philippines", "Quintin Paredes (NAC)", "Resigned September 29, 1938", "Joaquín Miguel Elizalde (NAC)", "September 29, 1938" ], [ "16", "New York 15th", "John J. Boylan (D)", "Died October 5, 1938", "Vacant until the next Congress", "Vacant until the next Congress" ], [ "17", "New York 42nd", "James M. Mead (D)", "Resigned December 2, 1938 to run for the US Senate", "Vacant until the next Congress", "Vacant until the next Congress" ] ] }, { "t5Formulas": [ { "Question": "Which team has a Losses value larger than 1 and a Wins value smaller than 0?", "Formula": "SUM(FILTER(F1, (D1>1)*(B1<0)))", "Formula2": "SUM(FILTER(F2:F7, (D2:D7>1)*(B2:B7<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", ">", "1", "*", "B1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-11093080-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Pos.", "Wins", "Ties", "Losses", "Goals", "Goal Diff.", "Points" ], [ "2", "7", "2", "1", "0", "7:4", "+3", "5:1" ], [ "3", "8", "2", "0", "1", "7:4", "+3", "4:2" ], [ "4", "9", "1", "1", "1", "6:6", "0", "3:3" ], [ "5", "10", "0", "0", "3", "2:8", "-6", "0:6" ], [ "6", "11", "0", "0", "0", "0:0", "0", "0:0" ], [ "7", "12", "0", "0", "0", "0:0", "0", "0:0" ] ] }, { "t5Formulas": [ { "Question": "Which title has the Translation of vesoul?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"vesoul\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"vesoul\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"vesoul\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1190471-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Track", "Title", "Translation", "Composer", "Recorded" ], [ "2", "1", "\"J'arrive\"", "I'm coming", "Jacques Brel, Gérard Jouannest", "1968-09-14" ], [ "3", "2", "\"Vesoul\"", "Vesoul", "Jacques Brel", "1968-09-23" ], [ "4", "3", "\"L'Ostendaise\"", "The Ostendaise", "Jacques Brel, François Rauber", "1968-09-23" ], [ "5", "4", "\"Je suis un soir d'été\"", "I am a summer evening", "Jacques Brel", "1968-09-15" ], [ "6", "5", "\"Regarde bien petit\"", "Be watchful", "Jacques Brel", "1968-09-14" ], [ "7", "6", "\"Comment tuer l'amant\"", "How to kill the lover", "Jacques Brel, Gérard Jouannest", "1968-09-12" ], [ "8", "7", "\"L'Éclusier\"", "The lockman", "Jacques Brel", "1968-09-07" ], [ "9", "8", "\"Un enfant\"", "A child", "Jacques Brel, Gérard Jouannest", "1968-09-14" ], [ "10", "9", "\"La Bière\"", "Beer", "Jacques Brel", "1968-09-14" ], [ "11", "10", "\"La Chanson de Van Horst\"", "The song of Van Horst", "Jacques Brel, Gérard Jouannest", "1972" ], [ "12", "11", "\"L'Enfance\"", "Childhood", "Jacques Brel, François Rauber", "1973-05-24" ] ] }, { "t5Formulas": [ { "Question": "What day did St Kilda play as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"st kilda\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"st kilda\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10808346-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "9.2 (56)", "Richmond", "13.7 (85)", "Arden Street Oval", "10,000", "3 July 1943" ], [ "3", "Melbourne", "16.14 (110)", "St Kilda", "12.10 (82)", "Punt Road Oval", "8,000", "3 July 1943" ], [ "4", "Hawthorn", "13.11 (89)", "Footscray", "11.13 (79)", "Glenferrie Oval", "16,000", "3 July 1943" ], [ "5", "Fitzroy", "15.18 (108)", "Collingwood", "9.11 (65)", "Brunswick Street Oval", "14,000", "3 July 1943" ], [ "6", "South Melbourne", "10.13 (73)", "Carlton", "15.13 (103)", "Princes Park", "13,000", "3 July 1943" ] ] }, { "t5Formulas": [ { "Question": "What's the lowest rank of Lane 3?", "Formula": "MIN(FILTER(A1, B1=3))", "Formula2": "MIN(FILTER(A2:A9, B2:B9=3))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "3" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What's the highest lane of rank 4 with a time less than 24.72?", "Formula": "MAX(FILTER(B1, (E1<24.72)*(A1=4)))", "Formula2": "MAX(FILTER(B2:B9, (E2:E9<24.72)*(A2:A9=4)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", "<", "24.72", "*", "A1", "=", "4" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What's the time of Britta Steffen in a lane less than 4?", "Formula": "SUM(FILTER(E1, (B1<4)*(C1=\"britta steffen\")))", "Formula2": "SUM(FILTER(E2:E9, (B2:B9<4)*(C2:C9=\"britta steffen\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "<", "4", "*", "C1", "=", "\"britta steffen\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What's the lowest rank of the United States with a time less than 24.63?", "Formula": "MIN(FILTER(A1, (D1=\"united states\")*(E1<24.63)))", "Formula2": "MIN(FILTER(A2:A9, (D2:D9=\"united states\")*(E2:E9<24.63)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"united states\"", "*", "E1", "<", "24.63" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-18625234-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "3", "Britta Steffen", "Germany", "24.43" ], [ "3", "2", "4", "Marleen Veldhuis", "Netherlands", "24.46" ], [ "4", "3", "5", "Lisbeth Trickett", "Australia", "24.47" ], [ "5", "4", "7", "Hinkelien Schreuder", "Netherlands", "24.52" ], [ "6", "5", "1", "Kara Lynn Joyce", "United States", "24.63" ], [ "7", "6", "8", "Aliaksandra Herasimenia", "Belarus", "24.72" ], [ "8", "7", "6", "Francesca Halsall", "Great Britain", "24.80" ], [ "9", "8", "2", "Malia Metella", "France", "24.89" ] ] }, { "t5Formulas": [ { "Question": "In what round was Clyde the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"clyde\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"clyde\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"clyde\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opponent in the round of R2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"r2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"r2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"r2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17401571-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "25 November 1893", "R1", "Cowlairs", "H", "8–0", "5,000" ], [ "3", "16 December 1893", "R2", "Leith Athletic", "H", "2–0", "2,5000" ], [ "4", "13 January 1894", "QF", "Clyde", "A", "5–0", "10,000" ], [ "5", "3 February 1894", "SF", "Queen's Park", "H", "1–1", "15,000" ], [ "6", "10 February 1894", "SF Rpl", "Queen's Park", "A", "3–1", "16,000" ], [ "7", "17 February 1894", "F", "Celtic", "N", "3–1", "17,000" ] ] }, { "t5Formulas": [ { "Question": "Rank smaller than 5, and a Time of 31’ 03.093 is what rider?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"31’ 03.093\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,E2:E11=\"31’ 03.093\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"31’ 03.093\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Team of honda 250cc, and a Rank larger than 2, and a Rider of chris palmer is what time?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"honda 250cc\")*(B1=\"chris palmer\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(C2:C11=\"honda 250cc\")*(B2:B11=\"chris palmer\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"honda 250cc\"", "*", "B1", "=", "\"chris palmer\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Rank larger than 8, and a Rider of chris barrett is what team?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"chris barrett\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"chris barrett\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"chris barrett\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Team of honda 250cc, and a Time of 31’ 03.093 has what lowest rank?", "Formula": "MIN(FILTER(A1, (C1=\"honda 250cc\")*(E1=\"31’ 03.093\")))", "Formula2": "MIN(FILTER(A2:A11, (C2:C11=\"honda 250cc\")*(E2:E11=\"31’ 03.093\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "C1", "=", "\"honda 250cc\"", "*", "E1", "=", "\"31’ 03.093\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Rank larger than 5, and a Rider of paul shoesmith belongs to what team?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"paul shoesmith\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"paul shoesmith\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"paul shoesmith\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-14209455-11", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Ian Lougher", "Honda 250cc", "100.741mph", "30’ 22.495" ], [ "3", "2", "Ryan Farquhar", "Honda 250cc", "100.265mph", "30’ 31.151" ], [ "4", "3", "Chris Palmer", "Honda 250cc", "98.607mph", "31’ 01.940" ], [ "5", "4", "Andrew Neill", "Honda 250cc", "98.546mph", "31’ 03.093" ], [ "6", "5", "Davy Morgan", "Honda 250cc", "96.314mph", "31’ 46.270" ], [ "7", "6", "Gary Owen", "Honda 250cc", "95.722mph", "31’ 58.045" ], [ "8", "7", "Phil Harvey", "Honda 250cc", "94.405mph", "32’ 24.803" ], [ "9", "8", "Paul Shoesmith", "Honda 250cc", "92.576mph", "30’ 17.957" ], [ "10", "9", "Sam Dunlop", "Honda 250cc", "92.470mph", "30’ 20.051" ], [ "11", "10", "Chris Barrett", "Yamaha 250cc", "91.630mph", "30’ 36.733" ] ] }, { "t5Formulas": [ { "Question": " how many player with no being 12", "Formula": "ROWS(UNIQUE(FILTER(B1, A1=12)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B12, A2:A12=12)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "12" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "what's the height with position being forward and current club being real madrid", "Formula": "SUM(FILTER(C1, (D1=\"Forward\")*(F1=\"Real Madrid\")))", "Formula2": "SUM(FILTER(C2:C12, (D2:D12=\"Forward\")*(F2:F12=\"Real Madrid\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "\"Forward\"", "*", "F1", "=", "\"Real Madrid\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "what's the height with current club being dkv joventut", "Formula": "SUMIFS(C1,F1,\"DKV Joventut\")", "Formula2": "SUMIFS(C2:C12,F2:F12,\"DKV Joventut\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "F1", "\"DKV Joventut\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the current club with player being felipe reyes", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Felipe Reyes\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Felipe Reyes\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Felipe Reyes\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12962773-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No", "Player", "Height", "Position", "Year born", "Current Club" ], [ "2", "4", "Pau Gasol", "2.13", "Center", "1980", "Memphis Grizzlies" ], [ "3", "5", "Rudy Fernández", "1.96", "Guard", "1985", "DKV Joventut" ], [ "4", "6", "Carlos Cabezas", "1.86", "Guard", "1980", "Unicaja Málaga" ], [ "5", "7", "Juan Carlos Navarro", "1.92", "Guard", "1980", "Memphis Grizzlies" ], [ "6", "8", "José Calderón", "1.91", "Guard", "1981", "Toronto Raptors" ], [ "7", "9", "Felipe Reyes", "2.06", "Center", "1980", "Real Madrid" ], [ "8", "10", "Carlos Jiménez", "2.05", "Forward", "1976", "Unicaja Málaga" ], [ "9", "11", "Sergio Rodríguez", "1.91", "Guard", "1986", "Portland Trail Blazers" ], [ "10", "12", "Berni Rodríguez", "1.97", "Guard", "1980", "Unicaja Málaga" ], [ "11", "13", "Marc Gasol", "2.16", "Center", "1985", "Akasvayu Girona" ], [ "12", "14", "Àlex Mumbrú", "2.02", "Forward", "1979", "Real Madrid" ] ] }, { "t5Formulas": [ { "Question": "What is the Australian for the American ɑ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ɑ\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"ɑ\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ɑ\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Australian equivalent to i /ɪ/?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"i /ɪ/\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"i /ɪ/\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"i /ɪ/\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the British for the Australian ɔ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ɔ\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"ɔ\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ɔ\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the American version of the British ə?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ə\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"ə\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ə\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the examples for the Australian æ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"æ\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"æ\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"æ\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the letter for the Brisish ɒ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ɒ\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"ɒ\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ɒ\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17798093-19", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Letter", "American", "British", "Australian", "Examples" ], [ "2", "a /æ/", "æ", "æ", "æ", "climax, phalanx" ], [ "3", "e /ɛ/", "ɛ", "ɛ", "e", "biceps, index" ], [ "4", "i /ɪ/", "ɪ", "ɪ", "ɪ", "matrix, phœnix" ], [ "5", "o /ɒ/", "ɑ", "ɒ", "ɔ", "Cyclops" ], [ "6", "u /ə/", "ə", "ə", "ə", "exeunt, Pollux" ], [ "7", "y /ɪ/", "ɪ", "ɪ", "ɪ", "pharynx, oryx" ] ] }, { "t5Formulas": [ { "Question": "Who had the pole position at the German Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"German Grand Prix\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"German Grand Prix\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"German Grand Prix\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which rd. occurred on 22 October?", "Formula": "SUMIFS(A1,C1,\"22 October\")", "Formula2": "SUMIFS(A2:A16,C2:C16,\"22 October\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"22 October\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the winning driver on 13 August?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"13 August\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"13 August\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"13 August\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the fastest lap at the Mexican Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Mexican Grand Prix\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"Mexican Grand Prix\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Mexican Grand Prix\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which rd. took place at Hockenheimring?", "Formula": "SUMIFS(A1,D1,\"Hockenheimring\")", "Formula2": "SUMIFS(A2:A16,D2:D16,\"Hockenheimring\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Hockenheimring\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many drivers had the fastest lap at Silverstone?", "Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"Silverstone\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F16, D2:D16=\"Silverstone\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "D1", "=", "\"Silverstone\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1137718-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rd.", "Grand Prix", "Date", "Location", "Pole Position", "Fastest Lap", "Winning Driver", "Constructor", "Report" ], [ "2", "1", "Brazilian Grand Prix", "26 March", "Jacarepaguá", "Ayrton Senna", "Riccardo Patrese", "Nigel Mansell", "Ferrari", "Report" ], [ "3", "2", "San Marino Grand Prix", "23 April", "Imola", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "4", "3", "Monaco Grand Prix", "7 May", "Monaco", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "5", "4", "Mexican Grand Prix", "28 May", "Hermanos Rodríguez", "Ayrton Senna", "Nigel Mansell", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "6", "5", "United States Grand Prix", "4 June", "Phoenix", "Ayrton Senna", "Ayrton Senna", "Alain Prost", "McLaren - Honda", "Report" ], [ "7", "6", "Canadian Grand Prix", "18 June", "Circuit Gilles Villeneuve", "Alain Prost", "Jonathan Palmer", "Thierry Boutsen", "Williams - Renault", "Report" ], [ "8", "7", "French Grand Prix", "9 July", "Paul Ricard", "Alain Prost", "Maurício Gugelmin", "Alain Prost", "McLaren - Honda", "Report" ], [ "9", "8", "British Grand Prix", "16 July", "Silverstone", "Ayrton Senna", "Nigel Mansell", "Alain Prost", "McLaren - Honda", "Report" ], [ "10", "9", "German Grand Prix", "30 July", "Hockenheimring", "Ayrton Senna", "Ayrton Senna", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "11", "10", "Hungarian Grand Prix", "13 August", "Hungaroring", "Riccardo Patrese", "Nigel Mansell", "Nigel Mansell", "Ferrari", "Report" ], [ "12", "11", "Belgian Grand Prix", "27 August", "Spa-Francorchamps", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "13", "12", "Italian Grand Prix", "10 September", "Monza", "Ayrton Senna", "Alain Prost", "Alain Prost", "McLaren - Honda", "Report" ], [ "14", "13", "Portuguese Grand Prix", "24 September", "Estoril", "Ayrton Senna", "Gerhard Berger", "Gerhard Berger", "Ferrari", "Report" ], [ "15", "14", "Spanish Grand Prix", "1 October", "Jerez", "Ayrton Senna", "Ayrton Senna", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "16", "15", "Japanese Grand Prix", "22 October", "Suzuka", "Ayrton Senna", "Alain Prost", "Alessandro Nannini", "Benetton - Ford", "Report" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Frequency where the Hemholtz pitch is d?", "Formula": "MIN(FILTER(E1,C1=\"d\"))", "Formula2": "MIN(FILTER(E2:E7,C2:C7=\"d\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "=", "\"d\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the scientific pitch when the Helmholtz pitch is D?", "Formula": "FILTER(B1,C1=\"d\")", "Formula2": "FILTER(B2:B7,C2:C7=\"d\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"d\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11846-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "String", "Scientific pitch", "Helmholtz pitch", "Interval from middle C", "Frequency ( Hz )" ], [ "2", "1st", "E 4", "e'", "major third above", "329.63" ], [ "3", "2nd", "B 3", "b", "minor second below", "246.94" ], [ "4", "3rd", "G 3", "g", "perfect fourth below", "196.00" ], [ "5", "4th", "D 3", "d", "minor seventh below", "146.83" ], [ "6", "5th", "A 2", "A", "minor tenth below", "110.00" ], [ "7", "6th", "E 2", "E", "minor thirteenth below", "82.41" ] ] }, { "t5Formulas": [ { "Question": "What is the latest first year with 0 total medals and over 0 golds?", "Formula": "MAX(FILTER(B1,(F1>0)*(D1>0)))", "Formula2": "MAX(FILTER(B2:B11,(F2:F11>0)*(D2:D11>0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "F1", ">", "0", "*", "D1", ">", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many bronzes associated with over 0 total medals, 3 golds, and over 6 games?", "Formula": "AVERAGE(FILTER(E1,(F1>0)*(D1=3)*(A1>6)))", "Formula2": "AVERAGE(FILTER(E2:E11,(F2:F11>0)*(D2:D11=3)*(A2:A11>6)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "F1", ">", "0", "*", "D1", "=", "3", "*", "A1", ">", "6" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the fewest number of medals associated with under 6 games and over 0 golds?", "Formula": "MIN(FILTER(F1,(A1<6)*(D1>0)))", "Formula2": "MIN(FILTER(F2:F11,(A2:A11<6)*(D2:D11>0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "<", "6", "*", "D1", ">", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many games are associated with over 0 golds and a first year before 2008?", "Formula": "SUM(FILTER(A1,(D1>0)*(B1<2008)))", "Formula2": "SUM(FILTER(A2:A11,(D2:D11>0)*(B2:B11<2008)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", ">", "0", "*", "B1", "<", "2008" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-15059224-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Games", "First", "Last", "Gold", "Bronze", "Total", "Best finish (first/last)" ], [ "2", "6", "2008", "2013", "3", "0", "6", "1st ( 2008 / 2011 )" ], [ "3", "6", "2008", "2013", "3", "0", "6", "1st ( 2010 / 2013 )" ], [ "4", "6", "2008", "2013", "0", "4", "4", "3rd ( 2009 / 2013 )" ], [ "5", "6", "2008", "2013", "0", "1", "1", "3rd ( 2008 )" ], [ "6", "6", "2008", "2013", "0", "1", "1", "3rd ( 2011 )" ], [ "7", "6", "2008", "2013", "0", "0", "0", "4th ( 2010 / 2012 )" ], [ "8", "2", "2010", "2011", "0", "0", "0", "6th ( 2010 )" ], [ "9", "1", "2013", "2013", "0", "0", "0", "6th ( 2013 )" ], [ "10", "5", "2008", "2013", "0", "0", "0", "7th ( 2009 / 2013 )" ], [ "11", "4", "2008", "2012", "0", "0", "0", "7th ( 2008 / 2011 )" ] ] }, { "t5Formulas": [ { "Question": "Which Division Two team were champions as the same time the Premier Division Leominster town team were champs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"leominster town\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"leominster town\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"leominster town\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Season was the Division Three Hampton Park Rangers champions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"hampton park rangers\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"hampton park rangers\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"hampton park rangers\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Season was the Division Two Fownhope Reserves champions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"fownhope reserves\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"fownhope reserves\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"fownhope reserves\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Division One team were champions at the same time the Division Two Hereford Lads Club Colts were champs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hereford lads club colts\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"hereford lads club colts\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hereford lads club colts\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which year were both the Premier Division Ewyas Harold and Division Three Stoke Prior champions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"ewyas harold\")*(E1=\"stoke prior\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"ewyas harold\")*(E2:E12=\"stoke prior\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ewyas harold\"", "*", "E1", "=", "\"stoke prior\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17951218-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Premier Division", "Division One", "Division Two", "Division Three" ], [ "2", "2002–03", "Wellington Rangers", "Hereford Lads Club", "Ross United Services Reserves", "Widemarsh Rangers" ], [ "3", "2003–04", "Wellington Rangers", "Tupsley", "Wellington Rangers Colts", "Bulmers" ], [ "4", "2004–05", "Ewyas Harold", "Bringsty Sports", "Skenfrith United", "Stoke Prior" ], [ "5", "2005–06", "Ewyas Harold", "Colwall Rangers", "Ross Town Reserves", "Fownhope Reserves" ], [ "6", "2006–07", "Wellington Rangers", "Widemarsh Rangers", "Fownhope Reserves", "Bartonsham" ], [ "7", "2007–08", "Woofferton", "Ross Town", "Hereford Lads Club Colts", "Hampton Park Rangers" ], [ "8", "2008–09", "Westfields Reserves", "Holme Lacy", "Leintwardine", "Hinton Reserves" ], [ "9", "2009–10", "Leominster Town", "Leintwardine", "Kingstone Rovers", "Ledbury Town 'A'" ], [ "10", "2010–11", "Westfields Reserves", "Mercia Athletic", "Orleton Colts", "Sinkum" ], [ "11", "2011–12", "Ledbury Town", "Sinkum", "Dore Valley", "Leominster Town Colts" ], [ "12", "2012–13", "Wellington Reserves", "Weobley", "Woofferton Colts", "Bromyard" ] ] }, { "t5Formulas": [ { "Question": "What week had 58,025 in attendance?", "Formula": "SUM(FILTER(A1, E1=58025))", "Formula2": "SUM(FILTER(A2:A18, E2:E18=58025))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "58025" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When was the game that had 58,025 people in attendance?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=58025),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=58025),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "58025", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-15345678-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 1, 1991", "at Pittsburgh Steelers", "L 26–20", "55,848" ], [ "3", "2", "September 8, 1991", "at San Francisco 49ers", "L 34–14", "60,753" ], [ "4", "3", "September 15, 1991", "Atlanta Falcons", "L 13–10", "44,804" ], [ "5", "4", "September 22, 1991", "at Denver Broncos", "L 27–19", "73,258" ], [ "6", "5", "September 29, 1991", "Kansas City Chiefs", "L 14–13", "44,907" ], [ "7", "6", "October 6, 1991", "at Los Angeles Raiders", "W 21–13", "42,787" ], [ "8", "7", "October 13, 1991", "at Los Angeles Rams", "L 30–24", "47,433" ], [ "9", "8", "October 20, 1991", "Cleveland Browns", "L 30–24", "48,440" ], [ "10", "9", "October 27, 1991", "at Seattle Seahawks", "L 20–9", "58,025" ], [ "11", "10", "Bye", "Bye", "Bye", "Bye" ], [ "12", "11", "November 10, 1991", "Seattle Seahawks", "W 17–14", "43,597" ], [ "13", "12", "November 17, 1991", "New Orleans Saints", "W 24–21", "48,420" ], [ "14", "13", "November 24, 1991", "at New York Jets", "L 24–3", "59,025" ], [ "15", "14", "December 1, 1991", "Los Angeles Raiders", "L 9–7", "56,780" ], [ "16", "15", "December 8, 1991", "at Kansas City Chiefs", "L 20–17", "73,330" ], [ "17", "16", "December 15, 1991", "Miami Dolphins", "W 38–30", "47,731" ], [ "18", "17", "December 22, 1991", "Denver Broncos", "L 17–14", "51,449" ] ] }, { "t5Formulas": [ { "Question": "Who was the incumbent in the Illinois 17 district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Illinois 17\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"Illinois 17\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Illinois 17\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1342218-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Illinois 3", "Fred E. Busbey", "Republican", "1946", "Lost re-election Democratic gain", "Neil J. Linehan (D) 52.9% Fred E. Busbey (R) 47.1%" ], [ "3", "Illinois 5", "Martin Gorski Redistricted from 4th", "Democratic", "1942", "Re-elected", "Martin Gorski (D) 72.4% John L. Waner (R) 27.6%" ], [ "4", "Illinois 14", "Chauncey W. Reed Redistricted from 11th", "Republican", "1934", "Re-elected", "Chauncey W. Reed (R) 68.3% Richard Plum (D) 31.7%" ], [ "5", "Illinois 15", "Noah M. Mason Redistricted from 12th", "Republican", "1936", "Re-elected", "Noah M. Mason (R) 56.4% G. M. Wells (D) 43.6%" ], [ "6", "Illinois 17", "Leslie C. Arends", "Republican", "1934", "Re-elected", "Leslie C. Arends (R) 62.8% Carl Vrooman (D) 37.2%" ], [ "7", "Illinois 18", "Everett Dirksen Redistricted from 16th", "Republican", "1932", "Retired Republican hold", "Harold H. Velde (R) 52.1% Dale E. Sutton (D) 47.9%" ], [ "8", "Illinois 20", "Sid Simpson", "Republican", "1942", "Re-elected", "Sid Simpson (R) 53.1% Henry D. Sullivan (D) 46.9%" ], [ "9", "Illinois 20", "Anton J. Johnson Redistricted from 14th", "Republican", "1938", "Retired Republican loss", "Sid Simpson (R) 53.1% Henry D. Sullivan (D) 46.9%" ], [ "10", "Illinois 26", "C. W. Bishop", "Republican", "1940", "Re-elected", "C. W. Bishop (R) 51.9% Kent E. Keller (D) 48.1%" ] ] }, { "t5Formulas": [ { "Question": "Which team lost under interim head coach, Dewayne Walker?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"lost\")*(D1=\"dewayne walker\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"lost\")*(D2:D8=\"dewayne walker\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"lost\"", "*", "D1", "=", "\"dewayne walker\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result under interim head coach, Gary Darnell?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"gary darnell\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"gary darnell\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"gary darnell\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result in 2008 under head coach Mike Sherman?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"mike sherman\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"mike sherman\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"mike sherman\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team has a bowl of humanitarian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"humanitarian\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"humanitarian\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"humanitarian\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result under the season coach Rich Rodriguez?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"rich rodriguez\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"rich rodriguez\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"rich rodriguez\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the 2008 head coach of UCLA?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ucla\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"ucla\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"ucla\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10650879-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Bowl", "Season coach", "Interim head coach", "Result", "2008 head coach" ], [ "2", "Arkansas", "Cotton", "Houston Nutt", "Reggie Herring", "Lost", "Bobby Petrino" ], [ "3", "Georgia Tech", "Humanitarian", "Chan Gailey", "Jon Tenuta", "Lost", "Paul Johnson" ], [ "4", "Houston", "Texas", "Art Briles", "Chris Thurmond", "Lost", "Kevin Sumlin" ], [ "5", "Navy", "Poinsettia", "Paul Johnson", "Ken Niumatalolo", "Lost", "same" ], [ "6", "Texas A&M", "Alamo", "Dennis Franchione", "Gary Darnell", "Lost", "Mike Sherman" ], [ "7", "UCLA", "Las Vegas", "Karl Dorrell", "DeWayne Walker", "Lost", "Rick Neuheisel" ], [ "8", "West Virginia", "Fiesta", "Rich Rodriguez", "Bill Stewart", "Won", "Same" ] ] }, { "t5Formulas": [ { "Question": "What is the decile for Westminster Christian School with a state integrated authority?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"state integrated\")*(A1=\"westminster christian school\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(D2:D14=\"state integrated\")*(A2:A14=\"westminster christian school\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"state integrated\"", "*", "A1", "=", "\"westminster christian school\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the years when the authority was state integrated and a decile of 9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"state integrated\")*(E1=9)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(D2:D14=\"state integrated\")*(E2:E14=9)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"state integrated\"", "*", "E1", "=", "9", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12017602-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Years", "Area", "Authority", "Decile", "Roll" ], [ "2", "Albany School", "1–6", "Albany", "State", "10", "620" ], [ "3", "City Impact Church School (Primary)", "1–8", "Pinehill", "Private", "n/a", "114" ], [ "4", "Greenhithe School", "1–6", "Greenhithe", "State", "10", "567" ], [ "5", "Hobsonville School", "1–8", "Hobsonville", "State", "9", "602" ], [ "6", "Hobsonville Point Primary School", "1–8", "Hobsonville", "State", "9", "37" ], [ "7", "Marina View School", "1–8", "West Harbour", "State", "9", "709" ], [ "8", "Oteha Valley School", "1–6", "Pinehill", "State", "9", "358" ], [ "9", "Pinehill School", "1–6", "Pinehill", "State", "10", "503" ], [ "10", "Ridgeview School", "1–6", "Paremoremo", "State", "10", "75" ], [ "11", "Timatanga Community School", "1–8", "Whenuapai", "State integrated", "7", "18" ], [ "12", "Upper Harbour Primary School", "1–6", "Wainoni", "State", "10", "478" ], [ "13", "Westminster Christian School", "1–8", "Unsworth Heights", "State integrated", "9", "236" ], [ "14", "Whenuapai School", "1–8", "Whenuapai", "State", "10", "476" ] ] }, { "t5Formulas": [ { "Question": "What directors won an award on 14/6/6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"14/6/6\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"14/6/6\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"14/6/6\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date did Passion Pictures receive an award?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"passion pictures\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"passion pictures\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"passion pictures\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What award did Charlie Productions Ltd receive?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"charlie productions ltd\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"charlie productions ltd\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"charlie productions ltd\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What film had Bub Ltd as the recipient?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"bub ltd\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"bub ltd\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bub ltd\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What film was awarded on 22/3/06?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"22/3/06\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"22/3/06\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"22/3/06\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12200520-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Film", "Director(s)", "Recipient", "Date", "Award" ], [ "2", "Hallo Panda", "Ben Blaine , Chris Blaine", "Charlie Productions Ltd", "5/4//06", "£25,000" ], [ "3", "Soft", "Simon Ellis", "Bub Ltd", "22/3/06", "£25,000" ], [ "4", "Dog's Mercury", "Martin Radich", "Warp Films Ltd", "4/5/06", "£25,000" ], [ "5", "Honeymoon", "Miranda Bowen", "2am Films Ltd", "15/3/06", "£25,000" ], [ "6", "After the Rain", "Gaelle Dennis", "Passion Pictures", "14/6/6", "£25,000" ] ] }, { "t5Formulas": [ { "Question": "What is the spoofed title for Parks and Recreation with an issue larger than 509?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"parks and recreation\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>509))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E15,B2:B15=\"parks and recreation\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>509))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"parks and recreation\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "509" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What was the actual title of the show that had an issue number less than 508, was written by Desmond Devlin, and for which Tom Richmond was the artist?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(D1=\"tom richmond\")*(C1=\"desmond devlin\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<508))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E15,(D2:D15=\"tom richmond\")*(C2:C15=\"desmond devlin\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<508))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"tom richmond\"", "*", "C1", "=", "\"desmond devlin\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "508" ], "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" ] }, { "Question": "What issue was the spoofed title Ho-Hum land?", "Formula": "SUMIFS(E1,A1,\"ho-hum land\")", "Formula2": "SUMIFS(E2:E15,A2:A15,\"ho-hum land\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"ho-hum land\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Game of Thrones was done by which artist?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"game of thrones\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"game of thrones\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"game of thrones\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15860633-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Spoofed Title", "Actual Title", "Writer", "Artist", "Issue" ], [ "2", "The Big Bomb Theory", "The Big Bang Theory", "Desmond Devlin", "Tom Richmond", "503" ], [ "3", "Glee-tarded", "Glee", "Arnie Kogen", "Tom Richmond", "506" ], [ "4", "Sad Men", "Mad Men", "Arnie Kogen", "Tom Richmond", "508" ], [ "5", "Undercover Boob", "Undercover Boss", "Dick DeBartolo", "Tom Bunk", "508" ], [ "6", "Muddled Family", "Modern Family", "Arnie Kogen", "Tom Richmond", "509" ], [ "7", "Dancing with the Star Wars", "Dancing with the Stars", "Dave Croatto", "Hermann Mejia", "509" ], [ "8", "Yawn Stars", "Pawn Stars", "Dick DeBartolo", "Tom Bunk", "510" ], [ "9", "Parks and Regurgitation", "Parks and Recreation", "Arnie Kogen", "Tom Richmond", "511" ], [ "10", "The Walking Dud", "The Walking Dead", "Desmond Devlin", "Hermann Mejia", "512" ], [ "11", "Bigg and Bulky", "Mike & Molly", "Arnie Kogen", "Tom Richmond", "514" ], [ "12", "Fading Bad", "Breaking Bad", "Desmond Devlin", "Tom Richmond", "516" ], [ "13", "Storage Bores", "Storage Wars", "Dick DeBartolo", "Tom Bunk", "517" ], [ "14", "Game of Groans", "Game of Thrones", "Desmond Devlin", "Hermann Mejia", "521" ], [ "15", "Ho-Hum Land", "Homeland", "David Shayne", "Tom Richmond", "523" ] ] }, { "t5Formulas": [ { "Question": "What is the home team of lake oval's score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"lake oval\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was victoria park used as a venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which date has an Away team of fitzroy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"fitzroy\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"fitzroy\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"fitzroy\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the largest crowd for a Home team of carlton?", "Formula": "MAXIFS(F1,A1,\"carlton\")", "Formula2": "MAXIFS(F2:F7,A2:A7,\"carlton\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "A1", "\"carlton\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10784349-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "13.11 (89)", "Richmond", "7.16 (58)", "Glenferrie Oval", "22,000", "30 May 1964" ], [ "3", "Geelong", "11.23 (89)", "St Kilda", "13.8 (86)", "Kardinia Park", "28,000", "30 May 1964" ], [ "4", "Collingwood", "22.18 (150)", "North Melbourne", "6.6 (42)", "Victoria Park", "34,222", "30 May 1964" ], [ "5", "Carlton", "8.12 (60)", "Fitzroy", "8.11 (59)", "Princes Park", "18,945", "30 May 1964" ], [ "6", "Melbourne", "12.14 (86)", "Footscray", "6.8 (44)", "MCG", "33,129", "30 May 1964" ], [ "7", "South Melbourne", "11.18 (84)", "Essendon", "14.12 (96)", "Lake Oval", "20,470", "30 May 1964" ] ] }, { "t5Formulas": [ { "Question": "How many providers are there where the resale category is yes and bandwith is up is 1024?", "Formula": "ROWS(FILTER(B1,(C1=\"yes\")*(E1=1024)))", "Formula2": "ROWS(FILTER(B2:B11,(C2:C11=\"yes\")*(E2:E11=1024)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "C1", "=", "\"yes\"", "*", "E1", "=", "1024" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What is download bandwith where the provider is deutsche telekom ag?", "Formula": "MAX(FILTER(D1,B1=\"Deutsche Telekom AG\"))", "Formula2": "MAX(FILTER(D2:D11,B2:B11=\"Deutsche Telekom AG\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "\"Deutsche Telekom AG\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who are all of the telecom providers for which the upload rate is 1024 kbits and the resale category is yes?", "Formula": "FILTER(B1,(E1=1024)*(C1=\"yes\"))", "Formula2": "FILTER(B2:B11,(E2:E11=1024)*(C2:C11=\"yes\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "1024", "*", "C1", "=", "\"yes\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What are all the dsl type offered by the M-Net telecom company?", "Formula": "FILTER(A1,B1=\"M-net\")", "Formula2": "FILTER(A2:A11,B2:B11=\"M-net\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"M-net\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the resale category for the provider NetCologne?", "Formula": "FILTER(C1,B1=\"Netcologne\")", "Formula2": "FILTER(C2:C11,B2:B11=\"Netcologne\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Netcologne\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1773908-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "DSL Type", "Provider", "Resale", "Down (up to kbit/s)", "Up (up to kbit/s)" ], [ "2", "ADSL2+", "Deutsche Telekom AG", "no", "16000", "1180" ], [ "3", "ADSL2+", "Alice DSL/HanseNet", "some", "16000", "1024" ], [ "4", "ADSL2+", "Vodafone AG/Arcor AG", "yes", "16000", "1024" ], [ "5", "ADSL2+", "1&1", "yes", "16000", "1180" ], [ "6", "ADSL2+", "QSC/Telefónica", "some", "16000", "1024" ], [ "7", "ADSL2+", "Versatel", "yes", "16000", "800" ], [ "8", "ADSL2+", "Congstar", "yes", "16000", "1180" ], [ "9", "ADSL2+", "Netcologne", "no", "18000", "1024" ], [ "10", "ADSL2+", "M-net", "no", "18000", "1024" ], [ "11", "ADSL2+", "Willy.tel", "no", "24000", "1984" ] ] }, { "t5Formulas": [ { "Question": "How many were in attendance of the game with l 26-21 result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"l 26-21\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"l 26-21\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"l 26-21\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the opponent for the game with 37,845 people in attendance?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=37845),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=37845),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "37845", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-15991313-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 9, 1961", "Oakland Raiders", "W 55–0", "16,231" ], [ "3", "2", "Bye", "Bye", "Bye", "Bye" ], [ "4", "3", "September 24, 1961", "at San Diego Chargers", "L 34–24", "29,210" ], [ "5", "4", "October 1, 1961", "at Dallas Texans", "L 26-21", "28,000" ], [ "6", "5", "October 8, 1961", "Buffalo Bills", "L 22–12", "22,761" ], [ "7", "6", "October 13, 1961", "at Boston Patriots", "T 31–31", "15,070" ], [ "8", "7", "October 22, 1961", "Dallas Texans", "W 38-7", "21,237" ], [ "9", "8", "October 29, 1961", "at Buffalo Bills", "W 28-16", "23,228" ], [ "10", "9", "November 5, 1961", "at Denver Broncos", "W 55–14", "11,564" ], [ "11", "10", "November 12, 1961", "Boston Patriots", "W 27–15", "35,649" ], [ "12", "11", "November 19, 1961", "New York Titans", "W 49–13", "33,428" ], [ "13", "12", "November 26, 1961", "Denver Broncos", "W 45–14", "27,864" ], [ "14", "13", "December 3, 1961", "San Diego Chargers", "W 33–13", "37,845" ], [ "15", "14", "December 10, 1961", "at New York Titans", "W 48–21", "9,462" ], [ "16", "15", "December 17, 1961", "at Oakland Raiders", "W 47–16", "4,821" ] ] }, { "t5Formulas": [ { "Question": "What is the date of entry for the UK Albums Top 75 chart?", "Formula": "FILTER(B1,A1=\"UK Albums Top 75\")", "Formula2": "FILTER(B2:B6,A2:A6=\"UK Albums Top 75\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"UK Albums Top 75\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the total number of weeks on peak for the Ireland Albums Top 75 chart?", "Formula": "ROWS(FILTER(E1,A1=\"Ireland Albums Top 75\"))", "Formula2": "ROWS(FILTER(E2:E6,A2:A6=\"Ireland Albums Top 75\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "A1", "=", "\"Ireland Albums Top 75\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the exit date for the Dutch Albums Top 100 Chart?", "Formula": "FILTER(G1,A1=\"Dutch Albums Top 100\")", "Formula2": "FILTER(G2:G6,A2:A6=\"Dutch Albums Top 100\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "A1", "=", "\"Dutch Albums Top 100\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1160304-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Chart", "Date of Entry", "Entry Position", "Peak Position", "Weeks on Peak", "Weeks on Chart", "Date of Exit" ], [ "2", "UK Albums Top 75", "6 March 2005", "75", "6", "1", "32", "9 September 2005" ], [ "3", "Ireland Albums Top 75", "10 April 2005", "43", "15", "1", "19", "11 October 2005" ], [ "4", "Australia Albums Top 50", "19 June 2005", "48", "36", "1", "4", "17 July 2005" ], [ "5", "Austria Albums Top 75", "9 October 2005", "74", "73", "1", "2", "16 October 2005" ], [ "6", "Dutch Albums Top 100", "17 July 2005", "100", "98", "1", "2", "24 July 2005" ] ] }, { "t5Formulas": [ { "Question": "What is listed in drainage basin when the type is gravity and the reservoir surface is 34.36?", "Formula": "SUM(FILTER(G1, (D1=\"Gravity\")*(H1=34.36)))", "Formula2": "SUM(FILTER(G2:G20, (D2:D20=\"Gravity\")*(H2:H20=34.36)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "D1", "=", "\"Gravity\"", "*", "H1", "=", "34.36" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What is the drainage basin when the reservoir suface is 6.14?", "Formula": "SUM(FILTER(G1, H1=6.14))", "Formula2": "SUM(FILTER(G2:G20, H2:H20=6.14))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "H1", "=", "6.14" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the volume when the resrvoir is Tanes?", "Formula": "SUMIFS(I1,A1,\"Tanes\")", "Formula2": "SUMIFS(I2:I20,A2:A20,\"Tanes\")", "Level": "easy", "Tokens": [ "SUMIFS(", "I1", "A1", "\"Tanes\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-28702208-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Reservoir", "Basin", "Location", "Type", "Height (m)", "Length along the top (m)", "Drainage basin (km²)", "Reservoir surface (ha)", "Volume (hm³)" ], [ "2", "Alfilorios", "Barrea", "Ribera de Arriba", "Embankment", "67.0", "171.7", "4.09", "52.0", "9.140" ], [ "3", "Arbón", "Navia", "Coaña , Villayón", "Embankment", "35.0", "180.0", "2443.0", "270.0", "38.20" ], [ "4", "Barca, La", "Narcea", "Belmonte , Tineo", "Arch", "73.5", "178.0", "1216.0", "194.0", "31.10" ], [ "5", "Doiras", "Navia", "Boal", "Arch-gravity", "90.0", "165.0", "2288.0", "347.0", "114.60" ], [ "6", "Florida, La", "Narcea", "Tineo", "Gravity", "19.0", "70.0", "1005.0", "18.40", "0.75" ], [ "7", "Furacón, El", "Nalón", "Trubia ( Oviedo )", "Gravity", "14.0", "70.0", "2180.0", "19.0", "0.522" ], [ "8", "Granda, La", "Granda", "Gozón", "Embankment", "23.7", "270.0", "1.25", "32.50", "3.208" ], [ "9", "Jocica, La", "Dobra", "Amieva", "Arch", "87.0", "66.0", "39.0", "6.14", "0.4" ], [ "10", "Mortera, La", "Mortera", "Morcín", "Gravity", "8.0", "91.0", "0.0", "0.0", "0.017" ], [ "11", "Priañes", "Nora", "Oviedo , Las Regueras", "Gravity", "27.0", "50.0", "340.0", "35.17", "1.9" ], [ "12", "Saliencia", "Saliencia", "Somiedo", "Gravity", "20.0", "33.0", "48.0", "0.30", "0.02" ], [ "13", "Salime", "Navia", "Grandas de Salime", "Gravity", "125.67", "250.0", "1806.0", "685.0", "266.30" ], [ "14", "San Andrés Tacones", "Aboño", "S.A. Tacones ( Gijón )", "Embankment", "22.0", "434.0", "37.5", "4.0", "71.0" ], [ "15", "Somiedo", "Somiedo", "Somiedo", "Gravity", "24.0", "18.0", "82.0", "0.29", "0.018" ], [ "16", "Tanes", "Nalón", "Caso , Sobrescobio", "Gravity", "95.0", "195.0", "271.0", "159.0", "33.27" ], [ "17", "Trasona", "Alvares", "Trasona ( Corvera )", "Gravity", "16.0", "332.0", "37.0", "61.0", "4.1" ], [ "18", "Valdemurio", "Trubia", "Quirós", "Gravity", "40.15", "119.0", "196.0", "1.43", "1.43" ], [ "19", "Valduno II", "Nalón", "Las Regueras", "Gravity", "9.9", "105.0", "2500.0", "34.36", "0.3" ], [ "20", "Valle", "Valle", "Somiedo", "Gravity", "12.5", "52.8", "39.0", "23.7", "3.7" ] ] }, { "t5Formulas": [ { "Question": "What is the timeslot for the episode \"In which Addison finds the magic\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"In Which Addison Finds the Magic\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"In Which Addison Finds the Magic\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"In Which Addison Finds the Magic\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many episodes received rating of 8.2?", "Formula": "ROWS(UNIQUE(FILTER(B1, E1=8.2)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, E2:E8=8.2)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "E1", "=", "8.2" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the rating for the episode \"in which cooper finds a port in his storm\"?", "Formula": "SUMIFS(E1,B1,\"In Which Cooper Finds a Port In His Storm\")", "Formula2": "SUMIFS(E2:E8,B2:B8,\"In Which Cooper Finds a Port In His Storm\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"In Which Cooper Finds a Port In His Storm\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many share figures are there for the episode that aired on October 17, 2007?", "Formula": "SUMIFS(F1,C1,\"October 17, 2007\")", "Formula2": "SUMIFS(F2:F8,C2:C8,\"October 17, 2007\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"October 17, 2007\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many episodes aired on October 17, 2007?", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"October 17, 2007\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, C2:C8=\"October 17, 2007\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"October 17, 2007\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many timeslots received a rating of 5.7?", "Formula": "ROWS(UNIQUE(FILTER(D1, E1=5.7)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D8, E2:E8=5.7)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "E1", "=", "5.7" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-24910733-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "#", "Episode", "Air Date", "Timeslot (EST)", "Rating", "Share", "18-49 (Rating/Share)", "Viewers (m)", "Weekly Rank (#)" ], [ "2", "2", "\"In Which Sam Receives an Unexpected Visitor\"", "October 3, 2007", "Wednesday 9:00 P.M.", "8.3", "13", "4.3/13", "12.3", "17" ], [ "3", "3", "\"In Which Addison Finds the Magic\"", "October 10, 2007", "Wednesday 9:00 P.M.", "8.2", "13", "4.8/12", "12.4", "18" ], [ "4", "4", "\"In Which Addison Has a Very Casual Get Together\"", "October 17, 2007", "Wednesday 9:00 P.M.", "8.1", "13", "4.3/11", "11.81", "23" ], [ "5", "5", "\"In Which Addison Finds a Showerhead\"", "October 24, 2007", "Wednesday 9:00 P.M.", "8.1", "12", "4.5/11", "11.77", "24" ], [ "6", "6", "\"In Which Charlotte Goes Down the Rabbit Hole\"", "October 31, 2007", "Wednesday 9:00 P.M.", "7.7", "13", "3.8/10", "11.21", "25" ], [ "7", "7", "\"In Which Sam Gets Taken For A Ride\"", "November 14, 2007", "Wednesday 9:00 P.M.", "7.9", "12", "4.2/10", "11.45", "22" ], [ "8", "8", "\"In Which Cooper Finds a Port In His Storm\"", "November 21, 2007", "Wednesday 9:00 P.M.", "5.7", "9", "2.6/8", "8.44", "41" ] ] }, { "t5Formulas": [ { "Question": "What genre has over 20 episodes, with an English title (Chinese title) of wong fei hung - master of kung fu 我師傅係黃飛鴻?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"wong fei hung - master of kung fu 我師傅係黃飛鴻\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>20))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,B2:B13=\"wong fei hung - master of kung fu 我師傅係黃飛鴻\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>20))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"wong fei hung - master of kung fu 我師傅係黃飛鴻\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "20" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-11174272-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Airing date", "English title (Chinese title)", "Number of episodes", "Genre", "Official website" ], [ "2", "6 Dec 2004- 9 Jan 2005", "Kung Fu Soccer 功夫足球", "25", "Modern drama", "Official website" ], [ "3", "10 Jan- 13 Feb", "Wong Fei Hung - Master of Kung Fu 我師傅係黃飛鴻", "25", "Period action", "Official website" ], [ "4", "14 Feb- 11 Mar", "Lost in the Chamber of Love 西廂奇緣", "20", "Costume drama", "Official website" ], [ "5", "14 Mar- 8 Apr", "The Prince's Shadow 御用閒人", "20", "Costume drama", "Official website" ], [ "6", "11 Apr- 6 May", "Scavengers' Paradise 同撈同煲", "20", "Period drama", "Official website" ], [ "7", "9 May- 3 Jun", "Just Love 老婆大人", "20", "Modern drama", "Official website" ], [ "8", "6 Jun- 1 Jul", "The Gâteau Affairs 情迷黑森林", "20", "Modern drama", "Official website" ], [ "9", "3 Jul- 29 Jul", "Fantasy Hotel 開心賓館", "20", "Modern drama", "Official website" ], [ "10", "1 Aug- 9 Sep", "Yummy Yummy (Food For Life)", "30", "Modern drama", "Official website" ], [ "11", "12 Sep- 14 Oct", "Hidden Treasures 翻新大少 (or 鴨寮街的金蛋)", "25", "Modern drama", "Official website" ], [ "12", "17 Oct- 25 Nov", "The Charm Beneath 胭脂水粉", "30", "Period drama", "Official website" ], [ "13", "28 Nov- 30 Dec", "The Herbalist's Manual 本草藥王", "25", "Costume drama", "Official website" ] ] }, { "t5Formulas": [ { "Question": "Who wrote episode #1 in season 7?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When did the episode written by Jim Morris air?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"Jim Morris\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,E2:E13=\"Jim Morris\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"Jim Morris\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-10470082-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "#", "Title", "Director", "Writer", "US air date", "Storyteller", "Villains" ], [ "2", "79", "1", "\"The Tale of The Silver Sight, Part 1\"", "Mark Soulard", "D. J. MacHale", "April 2, 2000", "N/A", "The Evil Spirit" ], [ "3", "80", "2", "\"The Tale of The Silver Sight, Part 2\"", "Mark Soulard", "D. J. MacHale", "April 2, 2000", "N/A", "The Evil Spirit" ], [ "4", "81", "3", "\"The Tale of The Silver Sight, Part 3\"", "Mark Soulard", "D. J. MacHale", "April 2, 2000", "Gary and Tucker's grandfather, Gene", "The Evil Spirit" ], [ "5", "82", "4", "\"The Tale of The Lunar Locusts\"", "Jim Donovan", "Michael Koegel", "April 9, 2000", "Megan", "The Unborn Alien Babies" ], [ "6", "83", "5", "\"The Tale of The Stone Maiden\"", "Adam Weissman", "Mark D. Perry", "April 16, 2000", "Megan", "The Maiden Statue" ], [ "7", "84", "6", "\"The Tale of Highway 13\"", "Jim Donovan", "Ted Elrick", "April 23, 2000", "Quinn", "None" ], [ "8", "85", "7", "\"The Tale of The Reanimator\"", "Adam Weissman", "Kenny Davis", "April 30, 2000", "Quinn", "Reanimated zombie" ], [ "9", "86", "8", "\"The Tale of the Time Trap\"", "Jim Donovan", "Jim Morris", "May 7, 2000", "Tucker", "Bell the Genie" ], [ "10", "87", "9", "\"The Tale of The Photo Finish\"", "Mark Soulard", "Alan Kingsberg", "May 14, 2000", "Andy", "Jasper Davis" ], [ "11", "88", "10", "\"The Tale of The Last Dance\"", "Jim Donovan", "Mark D. Perry", "May 21, 2000", "Andy", "None" ], [ "12", "89", "11", "\"The Tale of The Laser Maze\"", "Mark Soulard", "Peggy Sarlin", "May 28, 2000", "Tucker", "Drake" ], [ "13", "90", "12", "\"The Tale of Many Faces\"", "Lorette LeBlanc", "Alan Kingsberg", "June 4, 2000", "Vange", "Madame Visage" ] ] }, { "t5Formulas": [ { "Question": "What is IATA, when City is \"Alexandria\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"alexandria\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"alexandria\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"alexandria\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Airport, when Country is \"Egypt\", and when ICAO is \"Heba\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"egypt\")*(D1=\"heba\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(B2:B15=\"egypt\")*(D2:D15=\"heba\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"egypt\"", "*", "D1", "=", "\"heba\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is City, when Country is \"Kuwait\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"kuwait\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"kuwait\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"kuwait\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is IATA, when ICAO is \"Hesh\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hesh\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"hesh\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hesh\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when ICAO is \"Hesh\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hesh\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"hesh\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hesh\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is City, when IATA is \"amm\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"amm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"amm\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"amm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17359093-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "City", "Country", "IATA", "ICAO", "Airport" ], [ "2", "Alexandria", "Egypt", "HBE", "HEBA", "Borg El Arab Airport [T]" ], [ "3", "Amman", "Jordan", "AMM", "OJAI", "Queen Alia International Airport [T]" ], [ "4", "Athens", "Greece", "ATH", "LGAV", "Athens International Airport [T]" ], [ "5", "Bahrain", "Bahrain", "BAH", "OBBI", "Bahrain International Airport [T]" ], [ "6", "Kuwait City", "Kuwait", "KWI", "OKBK", "Kuwait International Airport [Base]" ], [ "7", "Beirut", "Lebanon", "BEY", "OLBA", "Beirut Rafic Hariri International Airport" ], [ "8", "Cairo", "Egypt", "CAI", "HECA", "Cairo International Airport" ], [ "9", "Damascus", "Syria", "DAM", "OSDI", "Damascus International Airport [T]" ], [ "10", "Dubai", "United Arab Emirates", "DXB", "OMDB", "Dubai International Airport" ], [ "11", "Istanbul", "Turkey", "IST", "LTBA", "Istanbul Atatürk Airport" ], [ "12", "Jeddah", "Saudi Arabia", "JED", "OEJN", "King Abdul Aziz International Airport [T]" ], [ "13", "Rome", "Italy", "FCO", "LIRF", "Leonardo da Vinci-Fiumicino Airport [T]" ], [ "14", "Sharm el-Sheikh", "Egypt", "SSH", "HESH", "Sharm el-Sheikh International Airport" ], [ "15", "Vienna", "Austria", "VIE", "LOWW", "Vienna International Airport" ] ] }, { "t5Formulas": [ { "Question": "What is Place, when Player is \"Ben Crenshaw\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"ben crenshaw\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"ben crenshaw\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"ben crenshaw\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18171018-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( £ )" ], [ "2", "1", "Tom Watson", "United States", "68-70-64-69=271", "–13", "25,000" ], [ "3", "2", "Lee Trevino", "United States", "68-67-71-69=275", "–9", "17,500" ], [ "4", "3", "Ben Crenshaw", "United States", "70-70-68-69=277", "–7", "13,500" ], [ "5", "T4", "Carl Mason", "England", "72-69-70-69=280", "–4", "9,250" ], [ "6", "T4", "Jack Nicklaus", "United States", "73-67-71-69=280", "–4", "9,250" ], [ "7", "T6", "Andy Bean", "United States", "71-69-70-72=282", "–2", "7,250" ], [ "8", "T6", "Ken Brown", "Scotland", "70-68-68-76=282", "–2", "7,250" ], [ "9", "T6", "Hubert Green", "United States", "77-69-64-72=282", "–2", "7,250" ], [ "10", "T6", "Craig Stadler", "United States", "72-70-69-71=282", "–2", "7,250" ], [ "11", "T10", "Gil Morgan", "United States", "70-70-71-72=283", "–1", "5,750" ], [ "12", "T10", "Jack Newton", "Australia", "69-71-73-70=283", "–1", "5,750" ] ] }, { "t5Formulas": [ { "Question": "Which Avg/G has a Long of 93, and a Loss smaller than 249?", "Formula": "SUM(FILTER(E1,(D1=93)*(C1<249)))", "Formula2": "SUM(FILTER(E2:E6,(D2:D6=93)*(C2:C6<249)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "93", "*", "C1", "<", "249" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which Avg/G has a Gain of 1,839?", "Formula": "SUM(FILTER(E1,B1=\"1,839\"))", "Formula2": "SUM(FILTER(E2:E6,B2:B6=\"1,839\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"1,839\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which Avg/G has a Name of josh freeman, and a Loss smaller than 134?", "Formula": "SUM(FILTER(E1,(A1=\"josh freeman\")*(C1<134)))", "Formula2": "SUM(FILTER(E2:E6,(A2:A6=\"josh freeman\")*(C2:C6<134)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"josh freeman\"", "*", "C1", "<", "134" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How much Gain has a Long of 29, and an Avg/G smaller than 33.7?", "Formula": "ROWS(FILTER(B1,(D1=29)*(E1<33.7)))", "Formula2": "ROWS(FILTER(B2:B6,(D2:D6=29)*(E2:E6<33.7)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "D1", "=", "29", "*", "E1", "<", "33.7" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which Long is the highest one that has a Loss larger than 3, and a Gain larger than 2,894?", "Formula": "MAX(FILTER(D1,(C1>3)*(B1>\"2,894\")))", "Formula2": "MAX(FILTER(D2:D6,(C2:C6>3)*(B2:B6>\"2,894\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", ">", "3", "*", "B1", ">", "\"2,894\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Str" ] } ], "TableName": "dev_2-16404968-31", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Gain", "Loss", "Long", "Avg/G" ], [ "2", "Lamark Brown", "458", "46", "28", "45.8" ], [ "3", "Josh Freeman", "538", "134", "29", "33.7" ], [ "4", "Logan Dold", "336", "3", "19", "33.3" ], [ "5", "Total", "1,839", "249", "93", "132.5" ], [ "6", "Opponents", "2,894", "282", "69", "217.7" ] ] }, { "t5Formulas": [ { "Question": "Who was the Runner-up in Hossegor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"hossegor\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"hossegor\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"hossegor\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what Date was the Tournament in Gold Coast?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"gold coast\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"gold coast\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"gold coast\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Winner of the French Polynesia Billabong Pro Event?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"billabong pro\")*(C1=\"french polynesia\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(D2:D11=\"billabong pro\")*(C2:C11=\"french polynesia\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"billabong pro\"", "*", "C1", "=", "\"french polynesia\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16135219-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Location", "Country", "Event", "Winner", "Runner-up" ], [ "2", "February 27-March 11", "Gold Coast", "Australia", "Quiksilver Pro", "Mick Fanning ( AUS )", "Bede Durbidge ( AUS )" ], [ "3", "April 3-April 13", "Bells Beach", "Australia", "Rip Curl Pro", "Taj Burrow ( AUS )", "Andy Irons ( HAW )" ], [ "4", "May 4-May 14", "Teahupoo , Tahiti", "French Polynesia", "Billabong Pro", "Damien Hobgood ( USA )", "Mick Fanning ( AUS )" ], [ "5", "June 20-July 1", "Arica", "Chile", "Rip Curl Pro Search", "Andy Irons ( HAW )", "Damien Hobgood ( USA )" ], [ "6", "June 11-July 22", "Jeffreys Bay", "South Africa", "Billabong Pro", "Taj Burrow ( AUS )", "Kelly Slater ( USA )" ], [ "7", "September 9-September 15", "Trestles", "United States", "Boost Mobile Pro", "Kelly Slater ( USA )", "Pancho Sullivan ( HAW )" ], [ "8", "September 20-September 30", "Hossegor", "France", "Quiksilver Pro", "Mick Fanning ( AUS )", "Greg Emslie ( RSA )" ], [ "9", "October 1-October 14", "Mundaka", "Spain", "Billabong Pro", "Bobby Martinez ( USA )", "Taj Burrow ( AUS )" ], [ "10", "October 30-November 7", "Santa Catarina", "Brazil", "Hang Loose Pro", "Mick Fanning ( AUS )", "Kai Otton ( AUS )" ], [ "11", "December 8-December 20", "Pipeline , Hawaii", "United States", "Billabong Pipeline Masters", "Bede Durbidge ( AUS )", "Dean Morrison ( AUS )" ] ] }, { "t5Formulas": [ { "Question": "How many data are on points for if the percentage is 94.29?", "Formula": "SUM(FILTER(G1, I1=94.29))", "Formula2": "SUM(FILTER(G2:G16, I2:I16=94.29))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "I1", "=", "94.29" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who was the opponent with a points for of 177?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=177))", "Formula2": "LET(query1,SUMMARIZE(A2:A16,SUMX(G2:G16)),FILTER(query1,CHOOSECOLS(query1,2)=177))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "177" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the minimum points against if the opponent is Port Adelaide?", "Formula": "MINIFS(H1,A1,\"Port Adelaide\")", "Formula2": "MINIFS(H2:H16,A2:A16,\"Port Adelaide\")", "Level": "easy", "Tokens": [ "MINIFS(", "H1", "A1", "\"Port Adelaide\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25229283-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Opponent", "Played", "Won", "Lost", "Drew", "Premiership points", "Points for", "Points against", "Percentage (%)" ], [ "2", "Richmond", "2", "2", "0", "0", "8", "242", "158", "153.16" ], [ "3", "Brisbane Lions", "2", "2", "0", "0", "8", "177", "117", "151.28" ], [ "4", "Sydney", "1", "1", "0", "0", "4", "142", "69", "205.80" ], [ "5", "Essendon", "1", "1", "0", "0", "4", "122", "103", "118.45" ], [ "6", "Port Adelaide", "2", "1", "1", "0", "4", "194", "222", "87.39" ], [ "7", "Adelaide", "2", "1", "1", "0", "4", "130", "158", "82.28" ], [ "8", "Collingwood", "2", "0", "1", "1", "2", "161", "162", "99.38" ], [ "9", "Western Bulldogs", "1", "0", "1", "0", "0", "66", "70", "94.29" ], [ "10", "Fremantle", "1", "0", "1", "0", "0", "71", "82", "86.59" ], [ "11", "North Melbourne", "2", "0", "2", "0", "0", "181", "217", "83.41" ], [ "12", "St Kilda", "1", "0", "1", "0", "0", "65", "100", "65.00" ], [ "13", "Hawthorn", "2", "0", "2", "0", "0", "139", "216", "64.35" ], [ "14", "West Coast", "1", "0", "1", "0", "0", "46", "75", "61.33" ], [ "15", "Carlton", "1", "0", "1", "0", "0", "58", "166", "59.41" ], [ "16", "Geelong", "1", "0", "1", "0", "0", "67", "121", "55.37" ] ] }, { "t5Formulas": [ { "Question": "What was the number of the game when the record was 11-12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"11-12\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,F2:F16=\"11-12\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"11-12\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of Game 16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=16),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=16),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "16", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the location and attendance at the game when the record was 9-6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"9-6\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,F2:F16=\"9-6\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"9-6\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18493036-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Record" ], [ "2", "15", "December 1", "vs Dallas Mavericks", "L 98-106", "The Omni", "9-6" ], [ "3", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Record" ], [ "4", "16", "December 2", "at Detroit Pistons", "L 96-104", "The Palace Of Auburn Hills", "9-7" ], [ "5", "17", "December 6", "at Washington Bullets", "L 79-96", "US Airways Arena", "9-8" ], [ "6", "18", "December 7", "vs San Antonio Spurs", "L 102-104", "The Omni", "9-9" ], [ "7", "19", "December 9", "vs New York Knicks", "L 92-101", "The Omni", "9-10" ], [ "8", "20", "December", "at Boston Celtics", "W 108-103", "Fleet Center", "10-10" ], [ "9", "21", "December 12", "vs Minnesota Timberwolves", "L 78-85", "The Omni", "10-11" ], [ "10", "22", "December 14", "vs Chicago Bulls", "L 108-127", "The Omni", "10-12" ], [ "11", "23", "December 16", "vs Denver Nuggets", "W 95-86", "The Omni", "11-12" ], [ "12", "24", "December 22", "vs New Jersey Nets", "W 94-91", "The Omni", "12-12" ], [ "13", "25", "December 23", "at Milwaukee Bucks", "L 111-115", "Bradley Center", "12-13" ], [ "14", "26", "December 26", "vs Los Angeles Clippers", "W 94-88", "The Omni", "13-13" ], [ "15", "27", "December 29", "vs Golden State Warriors", "L 96-117", "The Omni", "13-14" ], [ "16", "28", "December 30", "at Chicago Bulls", "L 93-95", "United Center", "13-15" ] ] }, { "t5Formulas": [ { "Question": "Of the times the Broncos played the Cincinnati Bengals, what was the highest attendance?", "Formula": "MAXIFS(G1,C1,\"Cincinnati Bengals\")", "Formula2": "MAXIFS(G2:G14,C2:C14,\"Cincinnati Bengals\")", "Level": "easy", "Tokens": [ "MAXIFS(", "G1", "C1", "\"Cincinnati Bengals\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When did the Broncos play the Miami Dolphins?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Miami Dolphins\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"Miami Dolphins\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Miami Dolphins\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the game with an attendance of 18304, what was the final score?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=18304))", "Formula2": "LET(query1,SUMMARIZE(D2:D14,SUMX(G2:G14)),FILTER(query1,CHOOSECOLS(query1,2)=18304))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "18304" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-17294353-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "2", "September 15, 1968", "at Cincinnati Bengals", "L 10–24", "Nippert Stadium", "0–1", "25049" ], [ "3", "3", "September 22, 1968", "at Kansas City Chiefs", "L 2–34", "Municipal Stadium", "0–2", "45821" ], [ "4", "4", "September 29, 1968", "Boston Patriots", "L 17–20", "Bears Stadium", "0–3", "37024" ], [ "5", "5", "October 6, 1968", "Cincinnati Bengals", "W 10–7", "Bears Stadium", "1–3", "41257" ], [ "6", "6", "October 13, 1968", "at New York Jets", "W 21–13", "Shea Stadium", "2–3", "62052" ], [ "7", "7", "October 20, 1968", "at San Diego Chargers", "L 44–55", "San Diego Stadium", "2–4", "42953" ], [ "8", "8", "October 27, 1968", "Miami Dolphins", "W 21–14", "Bears Stadium", "3–4", "44115" ], [ "9", "9", "November 3, 1968", "at Boston Patriots", "W 35–14", "Fenway Park", "4–4", "18304" ], [ "10", "10", "November 10, 1968", "Oakland Raiders", "L 7–43", "Bears Stadium", "4–5", "50002" ], [ "11", "11", "November 17, 1968", "at Houston Oilers", "L 17–38", "Astrodome", "4–6", "36075" ], [ "12", "12", "November 24, 1968", "Buffalo Bills", "W 34–32", "Bears Stadium", "5–6", "35201" ], [ "13", "13", "December 1, 1968", "San Diego Chargers", "L 23–47", "Bears Stadium", "5–7", "35212" ], [ "14", "14", "December 8, 1968", "at Oakland Raiders", "L 27–33", "Oakland-Alameda County Coliseum", "5–8", "47754" ] ] }, { "t5Formulas": [ { "Question": "Which supercharger gear ratio has a Octane rating of 68?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=68),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=68),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "68", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1123802-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Engine", "Power, continuous", "Power, takeoff", "Compression ratio", "Supercharger gear ratio", "Octane rating", "Dry weight" ], [ "2", "Wasp Jr. A", "hp (kW) at 2,000 RPM", "same", "5.0:1", "7:1", "68", "lb (kg)" ], [ "3", "Wasp Jr. TB", "hp (kW) at 2,200 RPM", "hp (kW) at 2,300 RPM", "6.0:1", "8:1", "80", "lb (kg)" ], [ "4", "Wasp Jr. SB", "hp (kW) at 2,200 RPM", "hp (kW) at 2,300 RPM", "6.0:1", "10:1", "80/87", "lb (kg)" ], [ "5", "Wasp Jr. T1B2", "hp (kW) at 2,300 RPM", "same", "6.0:1", "10:1", "80/87", "lb (kg)" ], [ "6", "Wasp Jr. B4", "hp (kW) at 2,300 RPM", "same", "6.0:1", "10:1", "80/87", "lb (kg)" ], [ "7", "Wasp Jr. SC-G", "hp (kW) at 2,700 RPM", "hp (kW) at 2,850 RPM", "6.7:1", "10:1", "100", "lb (kg)" ] ] }, { "t5Formulas": [ { "Question": "What is the Event when DNP shows for 2007–08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dnp\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"dnp\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"dnp\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2008–09 when the 2009–10 shows q?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"q\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"q\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"q\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2009–10 when the 2007–08 shows n/a, and an Event of colonial square ladies classic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"n/a\")*(A1=\"colonial square ladies classic\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"n/a\")*(A2:A6=\"colonial square ladies classic\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"n/a\"", "*", "A1", "=", "\"colonial square ladies classic\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Event when the 2008–09 is sf?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"sf\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"sf\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sf\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2010–11 when the Event is colonial square ladies classic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"colonial square ladies classic\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"colonial square ladies classic\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"colonial square ladies classic\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2007–08 when the event was autumn gold?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"autumn gold\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"autumn gold\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"autumn gold\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15789917-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Event", "2007–08", "2008–09", "2009–10", "2010–11" ], [ "2", "Autumn Gold", "Q", "SF", "Q", "DNP" ], [ "3", "Manitoba Lotteries", "DNP", "Q", "DNP", "DNP" ], [ "4", "Colonial Square Ladies Classic", "N/A", "N/A", "N/A", "N/A" ], [ "5", "The Masters Grand Slam of Curling", "N/A", "N/A", "N/A", "N/A" ], [ "6", "Players' Championships", "QF", "QF", "DNP", "DNP" ] ] }, { "t5Formulas": [ { "Question": "Who has a career that has test larger than 41, catches over 33, and a total dismissals rate of 147?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1),SUMX(D1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)>41)*(CHOOSECOLS(query1,3)>33)*(CHOOSECOLS(query1,4)=147)))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(C2:C15),SUMX(D2:D15),SUMX(F2:F15)),FILTER(query1,(CHOOSECOLS(query1,2)>41)*(CHOOSECOLS(query1,3)>33)*(CHOOSECOLS(query1,4)=147)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "SUMX(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "41", "*", "CHOOSECOLS(", "query1", "3", ">", "33", "*", "CHOOSECOLS(", "query1", "4", "=", "147" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the average dismissals of 83 test and catches less than 33?", "Formula": "AVERAGE(FILTER(F1, (C1=83)*(D1<33)))", "Formula2": "AVERAGE(FILTER(F2:F15, (C2:C15=83)*(D2:D15<33)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "C1", "=", "83", "*", "D1", "<", "33" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12397222-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Test Career", "Tests", "Catches", "Stumpings", "Total Dismissals" ], [ "2", "Mahes Goonatilleke", "1982-82", "5", "10", "3", "15" ], [ "3", "Guy de Alwis", "1983–88", "11", "21", "1", "23" ], [ "4", "Amal Silva", "1983–88", "9", "33", "1", "34" ], [ "5", "Asanka Gurusinha", "1985–96", "41", "2", "0", "2" ], [ "6", "Brendon Kuruppu", "1987–91", "4", "1", "0", "1" ], [ "7", "Gamini Wickremasinghe", "1989–92", "3", "9", "1", "10" ], [ "8", "Hashan Tillakaratne", "1989–2004", "83", "33", "2", "35" ], [ "9", "Romesh Kaluwitharana", "1992–2004", "49", "93", "26", "119" ], [ "10", "Ashley de Silva", "1993–93", "3", "4", "1", "5" ], [ "11", "Pubudu Dassanayake", "1993–94", "11", "19", "5", "24" ], [ "12", "Chamara Dunusinghe", "1995–95", "5", "13", "2", "15" ], [ "13", "Lanka de Silva", "1997–97", "3", "1", "0", "1" ], [ "14", "Prasanna Jayawardene", "2000–2007", "12", "26", "6", "32" ], [ "15", "Kumar Sangakkara", "2000–2007", "67", "127", "20", "147" ] ] }, { "t5Formulas": [ { "Question": "Name the team which has high rebounds of smith (10)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"smith (10)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,F2:F13=\"smith (10)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"smith (10)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11960610-6", "Table": [ [ "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 2", "Philadelphia", "85–96", "Gordon (25)", "Thomas (12)", "Hinrich (8)", "United Center 22,034", "0–2" ], [ "3", "3", "November 3", "@ Milwaukee", "72–78", "Gordon (15)", "Smith (10)", "Hinrich (4)", "Bradley Center 18,717", "0–3" ], [ "4", "4", "November 6", "LA Clippers", "91–97", "Deng (22)", "Deng (8)", "Thomas (5)", "United Center 21,742", "0–4" ], [ "5", "5", "November 8", "Detroit", "97–93", "Thomas (19)", "Thomas (14)", "Hinrich (14)", "United Center 21,797", "1–4" ], [ "6", "6", "November 10", "Toronto", "71–101", "Nocioni (20)", "Sefolosha (6)", "Hinrich , Duhon , Sefolosha (4)", "United Center 22,467", "1–5" ], [ "7", "7", "November 15", "@ Phoenix", "102–112", "Gordon (24)", "Wallace (10)", "Hinrich (7)", "US Airways Center 18,422", "1–6" ], [ "8", "8", "November 17", "@ LA Clippers", "92–73", "Gordon (25)", "Wallace (13)", "Hinrich , Gordon , Duhon (4)", "Staples Center 17,535", "2–6" ], [ "9", "9", "November 18", "@ LA Lakers", "78–106", "Gordon (20)", "Wallace (8)", "Hinrich (8)", "Staples Center 18,997", "2–7" ], [ "10", "10", "November 20", "@ Denver", "91–112", "Noah (16)", "Wallace (12)", "Duhon (5)", "Pepsi Center 17,106", "2–8" ], [ "11", "11", "November 24", "@ New York", "78–85", "Nocioni (23)", "Wallace (12)", "Hinrich (4)", "Madison Square Garden 19,763", "2–9" ], [ "12", "12", "November 25", "@ Toronto", "78–93", "Deng (21)", "Deng (9)", "Hinrich (7)", "Air Canada Centre 19,800", "2–10" ], [ "13", "13", "November 27", "Atlanta", "90–78", "Deng (22)", "Wallace , Thomas (12)", "Duhon (7)", "United Center 21,826", "3–10" ] ] }, { "t5Formulas": [ { "Question": "What was the date for monaco grand prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Monaco Grand Prix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"Monaco Grand Prix\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Monaco Grand Prix\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the date for the pole position of alain prost?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Alain Prost\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,E2:E16=\"Alain Prost\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Alain Prost\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the race winer of the portuguese grand prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Portuguese Grand Prix\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"Portuguese Grand Prix\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Portuguese Grand Prix\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1140067-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rnd", "Race", "Date", "Location", "Pole Position", "Fastest Lap", "Race Winner", "Constructor", "Report" ], [ "2", "1", "Brazilian Grand Prix", "23 March", "Jacarepaguá", "Ayrton Senna", "Nelson Piquet", "Nelson Piquet", "Williams - Honda", "Report" ], [ "3", "2", "Spanish Grand Prix", "13 April", "Jerez", "Ayrton Senna", "Nigel Mansell", "Ayrton Senna", "Lotus - Renault", "Report" ], [ "4", "3", "San Marino Grand Prix", "27 April", "Imola", "Ayrton Senna", "Nelson Piquet", "Alain Prost", "McLaren - TAG", "Report" ], [ "5", "4", "Monaco Grand Prix", "11 May", "Monaco", "Alain Prost", "Alain Prost", "Alain Prost", "McLaren - TAG", "Report" ], [ "6", "5", "Belgian Grand Prix", "25 May", "Spa-Francorchamps", "Nelson Piquet", "Alain Prost", "Nigel Mansell", "Williams - Honda", "Report" ], [ "7", "6", "Canadian Grand Prix", "15 June", "Circuit Gilles Villeneuve", "Nigel Mansell", "Nelson Piquet", "Nigel Mansell", "Williams - Honda", "Report" ], [ "8", "7", "Detroit Grand Prix", "22 June", "Detroit", "Ayrton Senna", "Nelson Piquet", "Ayrton Senna", "Lotus - Renault", "Report" ], [ "9", "8", "French Grand Prix", "6 July", "Paul Ricard", "Ayrton Senna", "Nigel Mansell", "Nigel Mansell", "Williams - Honda", "Report" ], [ "10", "9", "British Grand Prix", "13 July", "Brands Hatch", "Nelson Piquet", "Nigel Mansell", "Nigel Mansell", "Williams - Honda", "Report" ], [ "11", "10", "German Grand Prix", "27 July", "Hockenheimring", "Keke Rosberg", "Gerhard Berger", "Nelson Piquet", "Williams - Honda", "Report" ], [ "12", "11", "Hungarian Grand Prix", "10 August", "Hungaroring", "Ayrton Senna", "Nelson Piquet", "Nelson Piquet", "Williams - Honda", "Report" ], [ "13", "12", "Austrian Grand Prix", "17 August", "Österreichring", "Teo Fabi", "Gerhard Berger", "Alain Prost", "McLaren - TAG", "Report" ], [ "14", "13", "Italian Grand Prix", "7 September", "Monza", "Teo Fabi", "Teo Fabi", "Nelson Piquet", "Williams - Honda", "Report" ], [ "15", "14", "Portuguese Grand Prix", "21 September", "Estoril", "Ayrton Senna", "Nigel Mansell", "Nigel Mansell", "Williams - Honda", "Report" ], [ "16", "15", "Mexican Grand Prix", "12 October", "Hermanos Rodriguez", "Ayrton Senna", "Nelson Piquet", "Gerhard Berger", "Benetton - BMW", "Report" ] ] }, { "t5Formulas": [ { "Question": "What is Place, when Score is \"69-69=138\", and when Country is \"United States\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"69-69=138\")*(C1=\"united states\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"69-69=138\")*(C2:C17=\"united states\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-69=138\"", "*", "C1", "=", "\"united states\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when Score is \"69-69=138\", and when Player is \"Ian Poulter\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"69-69=138\")*(B1=\"ian poulter\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"69-69=138\")*(B2:B17=\"ian poulter\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-69=138\"", "*", "B1", "=", "\"ian poulter\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Country is \"Scotland\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"scotland\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"scotland\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"scotland\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Country is \"United States\", and when Player is \"Bob Tway\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"bob tway\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(C2:C17=\"united states\")*(B2:B17=\"bob tway\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"bob tway\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Player is \"Ernie Els\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ernie els\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"ernie els\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ernie els\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18009462-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Ernie Els", "South Africa", "70-66=136", "–6" ], [ "3", "T1", "Pádraig Harrington", "Ireland", "69-67=136", "–6" ], [ "4", "T1", "Shigeki Maruyama", "Japan", "68-68=136", "–6" ], [ "5", "T1", "Bob Tway", "United States", "70-66=136", "–6" ], [ "6", "T1", "Duffy Waldorf", "United States", "67-69=136", "–6" ], [ "7", "T6", "Søren Hansen", "Denmark", "68-69=137", "–5" ], [ "8", "T6", "Carl Pettersson", "Sweden", "67-70=137", "–5" ], [ "9", "T6", "Des Smyth", "Ireland", "68-69=137", "–5" ], [ "10", "T9", "Stephen Ames", "Trinidad and Tobago", "68-70=138", "–4" ], [ "11", "T9", "Thomas Bjørn", "Denmark", "68-70=138", "–4" ], [ "12", "T9", "Thomas Levet", "France", "72-66=138", "–4" ], [ "13", "T9", "Colin Montgomerie", "Scotland", "74-64=138", "–4" ], [ "14", "T9", "Mark O'Meara", "United States", "69-69=138", "–4" ], [ "15", "T9", "Ian Poulter", "England", "69-69=138", "–4" ], [ "16", "T9", "Nick Price", "Zimbabwe", "68-70=138", "–4" ], [ "17", "T9", "Tiger Woods", "United States", "70-68=138", "–4" ] ] }, { "t5Formulas": [ { "Question": "How many floors did the tallest building in Aston have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"aston\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"aston\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"aston\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the building at the Jewellery quarter?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jewellery quarter\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"jewellery quarter\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jewellery quarter\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the building at Aston?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"aston\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"aston\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"aston\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many floors did the building at the Jewellery quarter have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jewellery quarter\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"jewellery quarter\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jewellery quarter\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1666310-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Location", "Years as tallest", "Height metres / ft", "Floors" ], [ "2", "St Philip's Cathedral", "Colmore Row", "1725–1777", "01.0 40 / 131", "03.0 N/A" ], [ "3", "Church of SS Peter and Paul", "Aston", "1777–1855", "02.0 57.9 / 190", "04.0 N/A" ], [ "4", "St Martin in the Bull Ring", "The Bull Ring", "1855–1908", "02.0 61 / 200", "04.0 N/A" ], [ "5", "Joseph Chamberlain Memorial Clock Tower", "University of Birmingham", "1908–1966", "02.0 110 / 360", "04.0 N/A" ], [ "6", "BT Tower", "Jewellery Quarter", "1966–Present", "02.0 152 / 498", "04.0 N/A" ] ] }, { "t5Formulas": [ { "Question": "Who did the play-by-play before 1998 on Fox network?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<1998)*(B1=\"fox\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11<1998)*(B2:B11=\"fox\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1998", "*", "B1", "=", "\"fox\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who did the play-by-play before 1992 with the Ice level reporter Mike Emrick?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<1992)*(E1=\"mike emrick\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11<1992)*(E2:E11=\"mike emrick\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1992", "*", "E1", "=", "\"mike emrick\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Ice level reporter after 1992 with the color commentator John Davidson and the play-by-play Marv Albert?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"john davidson\")*(C1=\"marv albert\")*(A1>1992)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"john davidson\")*(C2:C11=\"marv albert\")*(A2:A11>1992)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"john davidson\"", "*", "C1", "=", "\"marv albert\"", "*", "A1", ">", "1992", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num", "Num" ] }, { "Question": "What is the network with the play-by-play Marv Albert before 1994?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"marv albert\")*(A1<1994)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"marv albert\")*(A2:A11<1994)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"marv albert\"", "*", "A1", "<", "1994", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] } ], "TableName": "train_2-11829563-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Network", "Play-by-play", "Color commentator(s)", "Ice level reporters" ], [ "2", "1999", "Fox", "Mike Emrick", "John Davidson", "Joe Micheletti" ], [ "3", "1998", "Fox", "Mike Emrick", "John Davidson", "Joe Micheletti" ], [ "4", "1997", "Fox", "Mike Emrick", "John Davidson", "Joe Micheletti" ], [ "5", "1996", "Fox", "Mike Emrick", "John Davidson", "Joe Micheletti" ], [ "6", "1995", "Canceled due to 1994–95 NHL lockout .", "Canceled due to 1994–95 NHL lockout .", "Canceled due to 1994–95 NHL lockout .", "Canceled due to 1994–95 NHL lockout ." ], [ "7", "1994", "NBC", "Marv Albert", "John Davidson", "Bill Clement and Brenda Brenon" ], [ "8", "1993", "NBC", "Marv Albert", "John Davidson", "Ron MacLean" ], [ "9", "1992", "NBC", "Marv Albert", "John Davidson", "Bill Clement" ], [ "10", "1991", "NBC", "Marv Albert", "John Davidson", "Bill Clement" ], [ "11", "1990", "NBC", "Marv Albert", "John Davidson", "Mike Emrick" ] ] }, { "t5Formulas": [ { "Question": "Name the transfer wind for giuly", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"giuly\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"giuly\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"giuly\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the transfer fee for transfer status for fra", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"transfer\")*(B1=\"fra\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"transfer\")*(B2:B8=\"fra\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"transfer\"", "*", "B1", "=", "\"fra\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the status for belletti", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"belletti\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"belletti\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"belletti\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the moving to for fra", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"fra\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"fra\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"fra\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the transfer window of realmadrid", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"realmadrid\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"realmadrid\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"realmadrid\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the country moving to chelsea", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"chelsea\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"chelsea\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"chelsea\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11891841-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Country", "Status", "Moving to", "Transfer window", "Transfer fee" ], [ "2", "Gio", "NED", "Contract Termination", "Feyenoord", "Summer", "Free" ], [ "3", "Saviola", "ARG", "Contract Termination", "RealMadrid", "Summer", "Free" ], [ "4", "Giuly", "FRA", "Transfer", "Roma", "Summer", "€3.2M" ], [ "5", "Rubén", "ESP", "Loan", "Racing de Ferrol", "Summer", "N/A" ], [ "6", "Maxi López", "ARG", "Transfer", "FC Moscow", "Summer", "€2M" ], [ "7", "Belletti", "BRA", "Transfer", "Chelsea", "Summer", "€5.5M" ], [ "8", "Thiago Motta", "BRA", "Transfer", "AtléticoMadrid", "Summer", "€1M + 2M in variables" ] ] }, { "t5Formulas": [ { "Question": "What is the pick # for Dimelon Westfield?", "Formula": "SUMIFS(A1,C1,\"dimelon westfield\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"dimelon westfield\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"dimelon westfield\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1014145-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "MLS team", "Player", "Position", "Affiliation" ], [ "2", "21", "Dallas Burn", "David Comfort", "GK", "University of Virginia" ], [ "3", "22", "New England Revolution", "Dimelon Westfield", "F", "Clemson University" ], [ "4", "23", "San Jose Earthquakes", "Roger Levesque", "F", "Stanford University" ], [ "5", "24", "Chicago Fire", "* Logan Pause", "M", "University of North Carolina" ], [ "6", "25", "Chicago Fire", "Ryan Mack", "M", "Indiana University" ], [ "7", "26", "Chicago Fire", "Phil Swenda", "F", "Seton Hall University" ], [ "8", "27", "Colorado Rapids", "Jason Cole", "D", "St. Louis University" ], [ "9", "28", "Colorado Rapids", "Alex Blake", "F", "Williams College" ], [ "10", "29", "New England Revolution", "Kyle Singer", "GK", "Boston College" ], [ "11", "30", "MetroStars", "Tim Glowienka", "D", "University of South Carolina" ] ] }, { "t5Formulas": [ { "Question": "Which Draws have a Club of burgos cf, and a Position larger than 8?", "Formula": "SUM(FILTER(F1, (B1=\"burgos cf\")*(A1>8)))", "Formula2": "SUM(FILTER(F2:F17, (B2:B17=\"burgos cf\")*(A2:A17>8)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"burgos cf\"", "*", "A1", ">", "8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Played has a Goal Difference larger than 24?", "Formula": "SUM(FILTER(C1, J1>24))", "Formula2": "SUM(FILTER(C2:C17, J2:J17>24))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "J1", ">", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Which Goals against has Wins of 13, and Goals for larger than 42, and more than 9 Losses?", "Formula": "SUM(FILTER(I1, (E1=13)*(H1>42)*(G1>9)))", "Formula2": "SUM(FILTER(I2:I17, (E2:E17=13)*(H2:H17>42)*(G2:G17>9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "I1", "E1", "=", "13", "*", "H1", ">", "42", "*", "G1", ">", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many draws have less than 8 wins, and 31 goals for?", "Formula": "SUM(FILTER(F1, (E1<8)*(H1=31)))", "Formula2": "SUM(FILTER(F2:F17, (E2:E17<8)*(H2:H17=31)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "<", "8", "*", "H1", "=", "31" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "test_2-17837782-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Position", "Club", "Played", "Points", "Wins", "Draws", "Losses", "Goals for", "Goals against", "Goal Difference" ], [ "2", "1", "Deportivo La Coruña", "30", "43", "18", "7", "5", "53", "29", "+24" ], [ "3", "2", "Real Valladolid", "30", "41", "17", "7", "6", "48", "27", "+21" ], [ "4", "3", "RC Celta de Vigo", "30", "36", "15", "6", "9", "57", "33", "+24" ], [ "5", "4", "AD Rayo Vallecano", "30", "36", "15", "6", "9", "44", "39", "+5" ], [ "6", "5", "Real Gijón CF", "30", "34", "13", "8", "9", "47", "38", "+9" ], [ "7", "6", "Real Oviedo CF", "30", "32", "12", "8", "10", "43", "29", "+14" ], [ "8", "7", "Club Ferrol", "30", "32", "13", "6", "11", "42", "37", "+5" ], [ "9", "8", "Burgos CF", "30", "32", "11", "10", "9", "34", "35", "-1" ], [ "10", "9", "CF Badalona", "30", "30", "12", "6", "12", "44", "30", "+14" ], [ "11", "10", "UP Langreo", "30", "28", "12", "4", "14", "32", "37", "-5" ], [ "12", "11", "Real Santander", "30", "27", "11", "5", "14", "39", "38", "+1" ], [ "13", "12", "UD Lérida", "30", "24", "8", "8", "14", "25", "51", "-26" ], [ "14", "13", "CD Badajoz", "30", "22", "10", "2", "18", "31", "52", "-21" ], [ "15", "14", "CD Europa", "30", "21", "8", "5", "17", "32", "56", "-24" ], [ "16", "15", "CA Osasuna", "30", "21", "7", "7", "16", "31", "48", "-17" ], [ "17", "16", "Gimnástica Torrelavega", "30", "21", "7", "7", "16", "25", "48", "-23" ] ] }, { "t5Formulas": [ { "Question": "Name the average year with Laps of 6", "Formula": "AVERAGE(FILTER(A1, F1=6))", "Formula2": "AVERAGE(FILTER(A2:A7, F2:F7=6))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "F1", "=", "6" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1218368-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Class", "Tyres", "Team", "Co-Drivers", "Laps", "Pos.", "Class Pos." ], [ "2", "1980", "Gr.5", "P", "Scuderia Lancia Corse", "Hans Heyer Bernard Darniche", "6", "DNF", "DNF" ], [ "3", "1982", "Gr.6", "P", "Martini Racing", "Michele Alboreto Rolf Stommelen", "92", "DNF", "DNF" ], [ "4", "1983", "C", "D", "Martini Lancia", "Michele Alboreto Alessandro Nannini", "27", "DNF", "DNF" ], [ "5", "1991", "C2", "G", "Silk Cut Jaguar Tom Walkinshaw Racing", "Bob Wollek Kenny Acheson", "358", "3rd", "3rd" ], [ "6", "1992", "C1", "G", "Toyota Team Tom's", "Jan Lammers Andy Wallace", "331", "8th", "5th" ], [ "7", "1993", "C1", "M", "Peugeot Talbot Sport", "Thierry Boutsen Yannick Dalmas", "374", "2nd", "2nd" ] ] }, { "t5Formulas": [ { "Question": "What car has a March 90ca Chassis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"march 90ca\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"march 90ca\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"march 90ca\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1226549-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Chassis", "Engine", "Start", "Finish", "Team" ], [ "2", "1984", "March 84C", "Ford Cosworth DFX", "7", "2", "Bignotti-Cotter" ], [ "3", "1985", "March 85C", "Ford Cosworth DFX", "16", "3", "Team Cotter" ], [ "4", "1986", "March 86C", "Ford Cosworth DFX", "8", "4", "Team Cotter" ], [ "5", "1987", "March 87C", "Ford Cosworth DFX", "5", "2", "Granatelli Racing" ], [ "6", "1988", "Lola T88/00", "Ford Cosworth DFX", "12", "32", "Granatelli Racing" ], [ "7", "1990", "March 90CA", "Alfa Romeo Indy V8", "28", "23", "Patrick Racing" ], [ "8", "1991", "Lola T91/00", "Alfa Romeo", "28", "30", "Patrick Racing" ], [ "9", "1992", "Lola T92/00", "Buick V6 (t/c)", "1", "33", "King Racing" ], [ "10", "1993", "Lola T93/00", "Chevrolet 265C", "10", "28", "King Racing" ], [ "11", "1994", "Lola T92/00", "Buick V6 (t/c)", "30", "33", "Pagan Racing" ], [ "12", "1995", "Reynard 94I", "Mercedes-Benz IC108B", "13", "12", "Pagan Racing" ], [ "13", "1996", "Reynard 95I", "Ford XB", "6", "5", "Pagan Racing" ], [ "14", "1997", "Dallara", "Infiniti", "19", "27", "Pagan Racing" ], [ "15", "1998", "Dallara", "Oldsmobile", "9", "22", "Pagan Racing" ], [ "16", "1999", "G-Force", "Infiniti", "25", "25", "Cobb Racing" ], [ "17", "2000", "Dallara", "Oldsmobile", "DNQ", "DNQ", "A.J. Foyt Enterprises" ], [ "18", "2001", "Dallara", "Oldsmobile", "DNQ", "DNQ", "Dick Simon Racing" ] ] }, { "t5Formulas": [ { "Question": "What is the Set 1 with a Score with 3–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"3–2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"3–2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"3–2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Set 1 with a Set 2 of 15–5, and a Set 3 with 15–3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"15–5\")*(E1=\"15–3\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(D2:D7=\"15–5\")*(E2:E7=\"15–3\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"15–5\"", "*", "E1", "=", "\"15–3\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date with a Set 1 with 15–1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"15–1\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"15–1\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"15–1\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Set 3 with a Date of 04 oct, and a Set 2 with 15–5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"04 oct\")*(D1=\"15–5\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(A2:A7=\"04 oct\")*(D2:D7=\"15–5\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"04 oct\"", "*", "D1", "=", "\"15–5\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Set 3 with a Set 2 with 15–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"15–6\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"15–6\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"15–6\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Set 2 with a Total of 45–12, and a Set 3 with 15–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"45–12\")*(E1=\"15–2\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(F2:F7=\"45–12\")*(E2:E7=\"15–2\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"45–12\"", "*", "E1", "=", "\"15–2\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11822854-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Score", "Set 1", "Set 2", "Set 3", "Total" ], [ "2", "02 Oct", "3–0", "15–0", "15–4", "15–8", "45–12" ], [ "3", "02 Oct", "3–2", "13–15", "15–6", "12–15", "71–61" ], [ "4", "03 Oct", "3–0", "15–5", "15–5", "15–2", "45–12" ], [ "5", "03 Oct", "3–0", "15–11", "15–12", "16–14", "46–37" ], [ "6", "04 Oct", "3–0", "15–1", "15–1", "15–5", "45–7" ], [ "7", "04 Oct", "3–0", "15–7", "15–5", "15–3", "45–15" ] ] }, { "t5Formulas": [ { "Question": "How many different FSB are there for the 7140N model?", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"7140N\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E9, A2:A9=\"7140N\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "\"7140N\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many different L2 cache numbers are there for the 7130M model?", "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"7130M\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C9, A2:A9=\"7130M\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"7130M\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the maximal L3 cache for any of the models given?", "Formula": "SUM(C1)", "Formula2": "SUM(C2:C9)", "Level": "easy", "Tokens": [ "SUM(", "C1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "What's the TDP for the 7130N model?", "Formula": "SUMIFS(F1,A1,\"7130N\")", "Formula2": "SUMIFS(F2:F9,A2:A9,\"7130N\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"7130N\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What's the L2 cache for the 7140N model?", "Formula": "SUMIFS(C1,A1,\"7140N\")", "Formula2": "SUMIFS(C2:C9,A2:A9,\"7140N\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"7140N\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-269920-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Model", "Speed (GHz)", "L2 Cache (MB)", "L3 Cache (MB)", "FSB (MHz)", "TDP (W)" ], [ "2", "7110N", "2.50", "2", "4", "667", "95" ], [ "3", "7110M", "2.60", "2", "4", "800", "95" ], [ "4", "7120N", "3.00", "2", "4", "667", "95" ], [ "5", "7120M", "3.00", "2", "4", "800", "95" ], [ "6", "7130N", "3.16", "2", "8", "667", "150" ], [ "7", "7130M", "3.20", "2", "8", "800", "150" ], [ "8", "7140N", "3.33", "2", "16", "667", "150" ], [ "9", "7140M", "3.40", "2", "16", "800", "150" ] ] }, { "t5Formulas": [ { "Question": "Name the first elected for hosea moffitt (f) 57.9% josiah masters (dr) 42.1%", "Formula": "FILTER(D1,F1=\"Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%\")", "Formula2": "FILTER(D2:D6,F2:F6=\"Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the first elected for jacob markell", "Formula": "FILTER(D1,B1=\"Jacob Markell\")", "Formula2": "FILTER(D2:D6,B2:B6=\"Jacob Markell\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Jacob Markell\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the least first elected", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D6)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "Name the most first elected", "Formula": "MAX(D1)", "Formula2": "MAX(D2:D6)", "Level": "easy", "Tokens": [ "MAX(", "D1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "Name the incumbent for new york 10", "Formula": "FILTER(B1,A1=\"New York 10\")", "Formula2": "FILTER(B2:B6,A2:A6=\"New York 10\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"New York 10\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the incumbent for new york 10", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"New York 10\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"New York 10\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"New York 10\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "dev_1-2668352-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "New York 6", "Jonathan Fisk", "Democratic-Republican", "1812", "Re-elected", "Jonathan Fisk (DR) 78.0% Jonas Storey (F) 22.0%" ], [ "3", "New York 10", "Hosea Moffitt", "Federalist", "1812", "Re-elected", "Hosea Moffitt (F) 57.9% Josiah Masters (DR) 42.1%" ], [ "4", "New York 11", "John W. Taylor", "Democratic-Republican", "1812", "Re-elected", "John W. Taylor (DR) 57.8% Elisha Powell (F) 42.2%" ], [ "5", "New York 14", "Jacob Markell", "Federalist", "1812", "Retired Federalist hold", "Daniel Cady (F) 51.9% John McCarthy (DR) 48.1%" ], [ "6", "New York 18", "Moss Kent", "Federalist", "1812", "Re-elected", "Moss Kent (F) 53.9% Samuel Whittlesey (DR) 46.1%" ] ] }, { "t5Formulas": [ { "Question": "What is Winner, when Week is 8 May, when Semi Finalists is Helena Suková Mary Pierce, and when Runner-Up is Conchita Martínez Patricia Tarabini?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"8 may\")*(E1=\"helena suková mary pierce\")*(D1=\"conchita martínez patricia tarabini\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(A2:A15=\"8 may\")*(E2:E15=\"helena suková mary pierce\")*(D2:D15=\"conchita martínez patricia tarabini\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"8 may\"", "*", "E1", "=", "\"helena suková mary pierce\"", "*", "D1", "=", "\"conchita martínez patricia tarabini\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Week, when Semi Finalists is Sandrine Testud Yone Kamio?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sandrine testud yone kamio\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"sandrine testud yone kamio\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"sandrine testud yone kamio\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15866312-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week of", "Tier", "Winner", "Runner-up", "Semi finalists" ], [ "2", "1 May", "Tier II", "Conchita Martínez 6–1, 6–0", "Martina Hingis", "Anke Huber Magdalena Maleeva" ], [ "3", "1 May", "Tier II", "Gigi Fernández Martina Hingis 6–2, 6–3", "Conchita Martínez Patricia Tarabini", "Anke Huber Magdalena Maleeva" ], [ "4", "8 May", "Tier IV", "Julie Halard 6–4, 6–4", "Ludmila Richterová", "Katarína Studeníková Stephanie Rottier" ], [ "5", "8 May", "Tier IV", "Linda Harvey-Wild Chanda Rubin 6–7, 6–3, 6–2", "Maria Lindström Maria Strandlund", "Katarína Studeníková Stephanie Rottier" ], [ "6", "8 May", "Tier I", "Conchita Martínez 6–3, 6–1", "Arantxa Sánchez Vicario", "Helena Suková Mary Pierce" ], [ "7", "8 May", "Tier I", "Gigi Fernández Natalia Zvereva 3–6, 7–6, 6–4", "Conchita Martínez Patricia Tarabini", "Helena Suková Mary Pierce" ], [ "8", "15 May", "Tier I", "Arantxa Sánchez Vicario 6–4, 6–1", "Magdalena Maleeva", "Irina Spîrlea Natalia Zvereva" ], [ "9", "15 May", "Tier I", "Amanda Coetzer Inés Gorrochategui 4–6, 7–6, 6–2", "Larisa Savchenko Gabriela Sabatini", "Irina Spîrlea Natalia Zvereva" ], [ "10", "15 May", "Tier IV", "Ludmila Richterová 6–7, 6–4, 6–3", "Patricia Hy-Boulais", "Lindsay Lee Åsa Carlsson" ], [ "11", "15 May", "Tier IV", "Mariaan de Swardt Ruxandra Dragomir 6–3, 7–5", "Kerry-Anne Guse Patricia Hy-Boulais", "Lindsay Lee Åsa Carlsson" ], [ "12", "22 May", "Tier III", "Lindsay Davenport 3–6, 6–1, 6–2", "Kimiko Date", "Sandrine Testud Yone Kamio" ], [ "13", "22 May", "Tier III", "Lindsay Davenport Mary Joe Fernández 6–2, 6–3", "Sabine Appelmans Miriam Oremans", "Sandrine Testud Yone Kamio" ], [ "14", "29 May 2 weeks", "Grand Slam", "Steffi Graf 7–5, 4–6, 6–0", "Arantxa Sánchez Vicario", "Kimiko Date Conchita Martínez" ], [ "15", "29 May 2 weeks", "Grand Slam", "Gigi Fernández Natalia Zvereva 6–7(6), 6–4, 7–5", "Jana Novotná Arantxa Sánchez Vicario", "Kimiko Date Conchita Martínez" ] ] }, { "t5Formulas": [ { "Question": "What is the D 46 √ with a D 43 √ with r 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"r 3\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,G2:G11=\"r 3\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"r 3\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the D 43 √ with a D 49 √ with d 49 √?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"d 49 √\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,A2:A11=\"d 49 √\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"d 49 √\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the D 48 √ with a D 46 √ with r 33 o?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"r 33 o\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,D2:D11=\"r 33 o\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"r 33 o\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the D 48 √ with a D 49 √ with r 9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"r 9\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,A2:A11=\"r 9\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"r 9\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the D 46 √ with a D 41 √ with d 38 √?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"d 38 √\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,I2:I11=\"d 38 √\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"d 38 √\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the D 45 √ with a D 46 √ with d 46 √?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"d 46 √\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,D2:D11=\"d 46 √\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"d 46 √\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1178059-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "D 49 √", "D 48 √", "D 47 √", "D 46 √", "D 45 √", "D 44 √", "D 43 √", "D 42 √", "D 41 √" ], [ "2", "D 10", "D 11", "D 12", "D 13", "D 14", "D 15", "D 16", "D 17", "D 18" ], [ "3", "D 29", "D 28", "D 27", "D 26", "D 25", "D 24", "D 23", "D 22", "D 21" ], [ "4", "D 30", "D 31", "D 32", "D 33", "D 34", "D 35", "D 36", "D 37 √", "D 38 √" ], [ "5", "D 49 √", "D 48 √", "D 47 √", "D 46 √", "D 45 √", "D 44 √", "D 43 √", "D 42 √", "D 41 √" ], [ "6", "D 50 +", "← Majority", "← Majority", "← Majority", "← Majority", "← Majority", "← Majority", "← Majority", "← Majority" ], [ "7", "D 50 +", "D 51 +", "D 52 +", "D 53 +", "D 54 +", "D 55 +", "D 56 +", "D 57 +", "D 58 +" ], [ "8", "R 30 √", "R 31 √", "R 32 O", "R 33 O", "R 34 O", "D 64 ^", "D 63 ^", "D 62 +", "D 61 +" ], [ "9", "R 29 √", "R 28 √", "R 27 √", "R 26", "R 25", "R 24", "R 23", "R 22", "R 21" ], [ "10", "R 10", "R 11", "R 12", "R 13", "R 14", "R 15", "R 16", "R 17", "R 18" ], [ "11", "R 9", "R 8", "R 7", "R 6", "R 5", "R 4", "R 3", "R 2", "R 1" ] ] }, { "t5Formulas": [ { "Question": "What country was the player with the score line 69-71-72-69=281 from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"69-71-72-69=281\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"69-71-72-69=281\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"69-71-72-69=281\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the player from South Africa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"south africa\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"south africa\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"south africa\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What country did the player with the score line 73-74-72-64=283 from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"73-74-72-64=283\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"73-74-72-64=283\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"73-74-72-64=283\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16456906-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Gary Player", "South Africa", "71-71-66-70=278", "–10", "35,000" ], [ "3", "T2", "Dave Stockton", "United States", "71-66-70-73=280", "–8", "21,250" ], [ "4", "T2", "Tom Weiskopf", "United States", "71-69-70-70=280", "–8", "21,250" ], [ "5", "T4", "Jim Colbert", "United States", "67-72-69-73=281", "–7", "10,833" ], [ "6", "T4", "Hale Irwin", "United States", "68-70-72-71=281", "–7", "10,833" ], [ "7", "T4", "Jack Nicklaus", "United States", "69-71-72-69=281", "–7", "10,833" ], [ "8", "T7", "Bobby Nichols", "United States", "73-68-68-73=282", "–6", "4,750" ], [ "9", "T7", "Phil Rodgers", "United States", "72-69-68-73=282", "–6", "4,750" ], [ "10", "T9", "Maurice Bembridge", "England", "73-74-72-64=283", "–5", "3,900" ], [ "11", "T9", "Hubert Green", "United States", "68-70-74-71=283", "–5", "3,900" ] ] }, { "t5Formulas": [ { "Question": "What was the lowest attendance at a Fitzroy match?", "Formula": "MINIFS(F1,A1,\"fitzroy\")", "Formula2": "MINIFS(F2:F7,A2:A7,\"fitzroy\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "A1", "\"fitzroy\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10767118-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "8.8 (56)", "Hawthorn", "2.13 (25)", "Corio Oval", "4,000", "22 June 1929" ], [ "3", "Footscray", "11.9 (75)", "South Melbourne", "8.13 (61)", "Western Oval", "11,000", "22 June 1929" ], [ "4", "Fitzroy", "13.8 (86)", "Richmond", "19.13 (127)", "Brunswick Street Oval", "14,000", "22 June 1929" ], [ "5", "North Melbourne", "4.14 (38)", "Essendon", "10.12 (72)", "Arden Street Oval", "9,000", "22 June 1929" ], [ "6", "St Kilda", "7.8 (50)", "Collingwood", "7.12 (54)", "Junction Oval", "27,000", "22 June 1929" ], [ "7", "Melbourne", "5.12 (42)", "Carlton", "10.17 (77)", "MCG", "26,591", "22 June 1929" ] ] }, { "t5Formulas": [ { "Question": "Where was the September 3 game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"september 3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"september 3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"september 3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which game was on September 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"september 12\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"september 12\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"september 12\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18949197-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Record" ], [ "2", "Summer Olympic break", "Summer Olympic break", "Summer Olympic break", "Summer Olympic break", "Summer Olympic break", "Summer Olympic break" ], [ "3", "28", "September 1", "@ Charlotte", "L 55-62", "Charlotte Coliseum", "13-15" ], [ "4", "29", "September 3", "New York", "W 61-43", "Mohegan Sun Arena", "14-15" ], [ "5", "30", "September 10", "@ New York", "W 77-66", "Madison Square Garden", "15-15" ], [ "6", "31", "September 12", "Seattle", "W 71-64", "Mohegan Sun Arena", "16-15" ], [ "7", "32", "September 15", "@ Charlotte", "W 81-67", "Charlotte Coliseum", "17-15" ], [ "8", "33", "September 17", "New York", "L 66-69", "Mohegan Sun Arena", "17-16" ], [ "9", "34", "September 19", "Indiana", "W 80-60", "Mohegan Sun Arena", "18-16" ] ] }, { "t5Formulas": [ { "Question": "Where was the game played where the home team scored 14.12 (96)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"14.12 (96)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"14.12 (96)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.12 (96)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team when the home team scored 18.9 (117)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.9 (117)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"18.9 (117)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"18.9 (117)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which home team scored 18.9 (117)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.9 (117)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"18.9 (117)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"18.9 (117)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the smallest amount of spectators when the away team was Hawthorn?", "Formula": "SUMIFS(F1,C1,\"hawthorn\")", "Formula2": "SUMIFS(F2:F6,C2:C6,\"hawthorn\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"hawthorn\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many people attended when the away team was Richmond?", "Formula": "SUMIFS(F1,C1,\"richmond\")", "Formula2": "SUMIFS(F2:F6,C2:C6,\"richmond\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"richmond\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10808346-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Essendon", "18.9 (117)", "South Melbourne", "13.14 (92)", "Windy Hill", "16,000", "8 May 1943" ], [ "3", "Collingwood", "6.22 (58)", "North Melbourne", "7.12 (54)", "Victoria Park", "8,000", "8 May 1943" ], [ "4", "Carlton", "17.13 (115)", "Richmond", "8.23 (71)", "Princes Park", "17,000", "8 May 1943" ], [ "5", "St Kilda", "14.9 (93)", "Hawthorn", "13.17 (95)", "Toorak Park", "6,000", "8 May 1943" ], [ "6", "Melbourne", "14.12 (96)", "Fitzroy", "15.9 (99)", "Punt Road Oval", "9,000", "8 May 1943" ] ] }, { "t5Formulas": [ { "Question": "Who had fa cup goals of 0, league cup goals less than 2, and total goals of 2?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1),SUMX(H1),SUMX(J1)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<2)*(CHOOSECOLS(query1,4)=2)))", "Formula2": "LET(query1,SUMMARIZE(A2:A19,SUMX(F2:F19),SUMX(H2:H19),SUMX(J2:J19)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<2)*(CHOOSECOLS(query1,4)=2)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "F1", "SUMX(", "H1", "SUMX(", "J1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0", "*", "CHOOSECOLS(", "query1", "3", "<", "2", "*", "CHOOSECOLS(", "query1", "4", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what is the fa cup goals when total apps is 10 (4)?", "Formula": "SUMIFS(F1,I1,\"10 (4)\")", "Formula2": "SUMIFS(F2:F19,I2:I19,\"10 (4)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "I1", "\"10 (4)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "how many times is the fa cup apps more than 0, the position mf and the league goals 4?", "Formula": "SUM(FILTER(J1, (E1>0)*(B1=\"mf\")*(D1=4)))", "Formula2": "SUM(FILTER(J2:J19, (E2:E19>0)*(B2:B19=\"mf\")*(D2:D19=4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "J1", "E1", ">", "0", "*", "B1", "=", "\"mf\"", "*", "D1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-18700010-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Name", "Position", "League Apps", "League Goals", "FA Cup Apps", "FA Cup Goals", "League Cup Apps", "League Cup Goals", "Total Apps", "Total Goals" ], [ "2", "Jim Branagan", "DF", "0", "0", "0", "0", "0 (1)", "0", "0 (1)", "0" ], [ "3", "Malcolm Brown", "DF", "46", "2", "2", "0", "4", "1", "52", "3" ], [ "4", "David Cowling", "MF", "39 (1)", "10", "1", "0", "4", "0", "44 (1)", "10" ], [ "5", "Peter Fletcher", "FW", "30 (8)", "17", "2", "0", "3", "1", "35 (8)", "18" ], [ "6", "Keith Hanvey", "DF", "33", "2", "0", "0", "4", "0", "39", "2" ], [ "7", "Peter Hart", "MF", "46", "4", "1", "1", "4", "0", "51", "5" ], [ "8", "Ian Holmes", "MF", "6 (4)", "3", "0", "0", "4", "1", "10 (4)", "4" ], [ "9", "Steve Kindon", "FW", "22 (1)", "14", "0", "0", "0", "0", "22 (1)", "14" ], [ "10", "Mick Laverick", "MF", "45", "4", "2", "0", "4", "0", "51", "4" ], [ "11", "Bernard Purdie", "DF", "18 (4)", "0", "2", "0", "0", "0", "20 (4)", "0" ], [ "12", "Andy Rankin", "GK", "24", "0", "0", "0", "0", "0", "24", "0" ], [ "13", "Ian Robins", "FW", "45", "25", "2", "0", "4", "2", "51", "27" ], [ "14", "Fred Robinson", "DF", "30", "1", "2", "0", "4", "0", "36", "1" ], [ "15", "Tommy Smith", "FW", "0", "0", "0", "0", "1", "0", "1", "0" ], [ "16", "Brian Stanton", "MF", "41", "9", "2", "0", "0", "0", "43", "9" ], [ "17", "Alan Starling", "GK", "22", "0", "2", "0", "4", "0", "28", "0" ], [ "18", "Dave Sutton", "DF", "46", "6", "2", "0", "4", "1", "52", "7" ], [ "19", "Chris Topping", "DF", "13", "0", "2", "0", "0", "0", "15", "0" ] ] }, { "t5Formulas": [ { "Question": "What was the highest attendance?", "Formula": "MAX(G1)", "Formula2": "MAX(G2:G14)", "Level": "easy", "Tokens": [ "MAX(", "G1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "What date did the Colts play New York Jets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"New York Jets\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"New York Jets\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"New York Jets\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many games had the attendance of 60225?", "Formula": "ROWS(UNIQUE(FILTER(D1, G1=60225)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D14, G2:G14=60225)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "G1", "=", "60225" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-14945608-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Game Site", "Attendance" ], [ "2", "1", "September 18, 1977", "at Seattle Seahawks", "W 29–14", "1–0", "Kingdome", "58991" ], [ "3", "2", "September 25, 1977", "at New York Jets", "W 20–12", "2–0", "Shea Stadium", "43439" ], [ "4", "3", "October 2, 1977", "Buffalo Bills", "W 17–14", "3–0", "Memorial Stadium", "49247" ], [ "5", "4", "October 9, 1977", "Miami Dolphins", "W 45–28", "4–0", "Memorial Stadium", "57829" ], [ "6", "5", "October 16, 1977", "at Kansas City Chiefs", "W 17–6", "5–0", "Arrowhead Stadium", "63076" ], [ "7", "6", "October 23, 1977", "at New England Patriots", "L 3–17", "5–1", "Schaeffer Stadium", "60958" ], [ "8", "7", "October 30, 1977", "Pittsburgh Steelers", "W 31–21", "6–1", "Memorial Stadium", "60225" ], [ "9", "8", "November 7, 1977", "Washington Redskins", "W 10–3", "7–1", "Memorial Stadium", "57740" ], [ "10", "9", "November 13, 1977", "at Buffalo Bills", "W 31–13", "8–1", "Rich Stadium", "39444" ], [ "11", "10", "November 20, 1977", "New York Jets", "W 33–12", "9–1", "Memorial Stadium", "50957" ], [ "12", "11", "November 27, 1977", "at Denver Broncos", "L 13–27", "9–2", "Mile High Stadium", "74939" ], [ "13", "12", "December 5, 1977", "at Miami Dolphins", "L 6–17", "9–3", "Miami Orange Bowl", "68977" ], [ "14", "13", "December 11, 1977", "Detroit Lions", "L 10–13", "9–4", "Memorial Stadium", "45124" ] ] }, { "t5Formulas": [ { "Question": "Which Result has a Score of 2 – 0, and a Competition of 2006 fifa world cup qualification?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"2 – 0\")*(E1=\"2006 fifa world cup qualification\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(C2:C17=\"2 – 0\")*(E2:E17=\"2006 fifa world cup qualification\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2 – 0\"", "*", "E1", "=", "\"2006 fifa world cup qualification\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Score has a Result of 0 – 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"0 – 2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"0 – 2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"0 – 2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Score has a Competition of uefa euro 2012 qualifying?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"uefa euro 2012 qualifying\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"uefa euro 2012 qualifying\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"uefa euro 2012 qualifying\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Score of 0 – 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"0 – 2\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"0 – 2\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"0 – 2\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Result has a Competition of 2014 fifa world cup qualification, and a Score of 2 – 0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"2014 fifa world cup qualification\")*(C1=\"2 – 0\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(E2:E17=\"2014 fifa world cup qualification\")*(C2:C17=\"2 – 0\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2014 fifa world cup qualification\"", "*", "C1", "=", "\"2 – 0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Venue has a Date of 1 march 2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1 march 2006\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"1 march 2006\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1 march 2006\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1686203-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "4 September 2004", "Stadio Renzo Barbera , Palermo , Italy", "1 – 1", "2 – 1", "2006 FIFA World Cup qualification" ], [ "3", "13 October 2004", "Stadio Ennio Tardini , Parma , Italy", "2 – 0", "4 – 3", "2006 FIFA World Cup qualification" ], [ "4", "1 March 2006", "Stadio Artemio Franchi , Florence , Italy", "3 – 0", "4 – 1", "Friendly match" ], [ "5", "11 October 2006", "Boris Paichadze Stadium , Tbilisi , Georgia", "0 – 1", "1 – 3", "UEFA Euro 2008 qualifying" ], [ "6", "17 June 2008", "Letzigrund , Zürich , Switzerland", "0 – 2", "0 – 2", "UEFA Euro 2008" ], [ "7", "10 September 2008", "Stadio Friuli , Udine , Italy", "1 – 0", "2 – 0", "2010 FIFA World Cup qualification" ], [ "8", "10 September 2008", "Stadio Friuli , Udine , Italy", "2 – 0", "2 – 0", "2010 FIFA World Cup qualification" ], [ "9", "15 June 2009", "Loftus Versfeld Stadium , Pretoria , South Africa", "1 – 2", "1 – 3", "2009 FIFA Confederations Cup" ], [ "10", "14 June 2010", "Cape Town Stadium , Cape Town , South Africa", "1 – 1", "1 – 1", "2010 FIFA World Cup" ], [ "11", "7 September 2010", "Stadio Artemio Franchi , Florence , Italy", "2 – 0", "5 – 0", "UEFA Euro 2012 qualifying" ], [ "12", "15 August 2012", "Stade de Suisse Wankdorf , Bern , Switzerland", "1 – 0", "1 – 2", "Friendly match" ], [ "13", "12 October 2012", "Hrazdan Stadium , Yerevan , Armenia", "1 – 2", "1 – 3", "2014 FIFA World Cup qualification" ], [ "14", "16 October 2012", "Stadio Giuseppe Meazza , Milan, Italy", "2 – 0", "3 – 1", "2014 FIFA World Cup qualification" ], [ "15", "21 March 2013", "Stade de Genève , Genève , Switzerland", "1 – 2", "2 – 2", "Friendly match" ], [ "16", "19 June 2013", "Arena Pernambuco , Recife , Brazil", "1 – 2", "4 – 3", "2013 FIFA Confederations Cup" ], [ "17", "As of 19 June 2013.", "As of 19 June 2013.", "As of 19 June 2013.", "As of 19 June 2013.", "As of 19 June 2013." ] ] }, { "t5Formulas": [ { "Question": "Which method's event was flawless fighting championship 1: the beginning?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"flawless fighting championship 1: the beginning\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,E2:E20=\"flawless fighting championship 1: the beginning\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"flawless fighting championship 1: the beginning\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which method's opponent was chris clark?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"chris clark\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,C2:C20=\"chris clark\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"chris clark\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which record's round was 3 when the event was fight festival 27?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"fight festival 27\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F20,E2:E20=\"fight festival 27\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"fight festival 27\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "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" ] } ], "TableName": "train_2-15985163-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round" ], [ "2", "Win", "15–4", "Miodrag Petković", "Decision (unanimous)", "Flawless Fighting Championship 1: The Beginning", "3" ], [ "3", "Win", "14–4", "James Shaw", "Submission (arm-triangle choke)", "Indy MMA", "1" ], [ "4", "Loss", "13–4", "Gegard Mousasi", "Submission (guillotine choke)", "Dream 15", "1" ], [ "5", "Win", "13–3", "Toni Valtonen", "Decision (unanimous)", "Fight Festival 27", "3" ], [ "6", "Win", "12–3", "Dave Hess", "Submission (kimura)", "MMA Big Show - Triple Threat", "2" ], [ "7", "Loss", "11–3", "Jon Jones", "Submission (guillotine choke)", "UFC 100", "2" ], [ "8", "Win", "11–2", "Christian Wellisch", "Decision (split)", "UFC 94", "3" ], [ "9", "Loss", "10–2", "Cain Velasquez", "TKO (punches)", "UFC: Silva vs. Irvin", "1" ], [ "10", "Loss", "10–1", "Andrei Arlovski", "TKO (punches)", "UFC 82", "2" ], [ "11", "Win", "10–0", "Heath Herring", "Decision (unanimous)", "UFC Fight Night 8", "3" ], [ "12", "Win", "9–0", "Josh Schockman", "Decision (unanimous)", "UFC 65", "3" ], [ "13", "Win", "8–0", "Kristof Midoux", "TKO (referee stoppage)", "UFC Fight Night 6", "2" ], [ "14", "Win", "7–0", "Pat Harmon", "TKO", "UFL – United Fight League", "1" ], [ "15", "Win", "6–0", "Antoine Hayes", "TKO", "LOF – Legends of Fighting 6", "1" ], [ "16", "Win", "5–0", "Jay White", "KO (punch)", "WEC 19", "1" ], [ "17", "Win", "4–0", "Johnathan Ivey", "TKO", "LOF – Legends of Fighting 4", "1" ], [ "18", "Win", "3–0", "Anthony Ferguson", "TKO", "LOF – Revolution", "1" ], [ "19", "Win", "2–0", "Paul Bowers", "TKO", "IFC – Integrated Fighting Classic 3", "1" ], [ "20", "Win", "1–0", "Chris Clark", "TKO (referee stoppage)", "MT – Madtown Throwdown 3", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Rush song was played for Mike Fincke?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"mike fincke\")*(C1=\"rush\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"mike fincke\")*(C2:C17=\"rush\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"mike fincke\"", "*", "C1", "=", "\"rush\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "On what flight day was U2 played?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"u2\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"u2\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"u2\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What links were used on flight day 16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"day 16\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"day 16\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"day 16\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18089765-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Flight Day", "Song", "Artist", "Played for", "Links" ], [ "2", "Day 2", "\" Beautiful Day \"", "U2", "Mark Kelly", "WAV, MP3, OGG" ], [ "3", "Day 3", "\" Drops of Jupiter \"", "Train", "Greg Johnson", "WAV, MP3, OGG" ], [ "4", "Day 4", "\" Luna \"", "José Serrano", "Gregory Chamitoff", "WAV, MP3, OGG" ], [ "5", "Day 5", "\"We All Do What We Can Do\"", "Dan Keenan and Kenny McLaughlin", "Mike Fincke", "WAV, MP3, OGG" ], [ "6", "Day 6", "\"In View\"", "The Tragically Hip", "Drew Feustel", "WAV, MP3, OGG" ], [ "7", "Day 7", "\"Il Mio Pensiero\"", "Ligabue", "Roberto Vittori", "WAV, MP3, OGG" ], [ "8", "Day 8", "\" Times Like These \"", "Foo Fighters", "Drew Feustel", "WAV, MP3, OGG" ], [ "9", "Day 9", "\" Svegliarsi la mattina \"", "Zero Assoluto", "Roberto Vittori", "WAV, MP3, OGG" ], [ "10", "Day 10", "\" Real World \"", "Matchbox Twenty", "Greg Johnson", "WAV, MP3, OGG" ], [ "11", "Day 11", "\" Countdown \"", "Rush", "Mike Fincke", "WAV, MP3, OGG" ], [ "12", "Day 12", "\" Fun, Fun, Fun \"", "Max Q", "STS-134 Crew", "WAV, MP3, OGG" ], [ "13", "Day 13", "\"Will You Carry Me?\"", "Michael FitzPatrick", "STS-134 Crew", "WAV, MP3, OGG" ], [ "14", "Day 14", "\" Galaxy Song \"", "Clint Black", "STS-134 Crew", "WAV, MP3, OGG" ], [ "15", "Day 15", "\"Slowness\"", "Calexico", "Mark Kelly", "WAV, MP3, OGG" ], [ "16", "Day 16", "\"Dreams You Give\"", "Brian Plunkett", "STS-134 Crew", "WAV, MP3, OGG" ], [ "17", "Day 17", "\"Sunrise Number 1\"", "Stormy Mondays", "Mark Kelly", "N/A" ] ] }, { "t5Formulas": [ { "Question": "Which Tournament has a Partner of martín rodríguez?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"martín rodríguez\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"martín rodríguez\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"martín rodríguez\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14881608-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents in the final", "Score in the final" ], [ "2", "Runner-up", "17 May 1999", "St. Pölten , Austria", "Clay", "Brent Haygarth", "Andrew Florent Andrei Olhovskiy", "7–5, 4–6, 5–7" ], [ "3", "Runner-up", "7 February 2000", "Dubai , UAE", "Hard", "Peter Tramacchi", "Jiří Novák David Rikl", "2–6, 5–7" ], [ "4", "Runner-up", "11 September 2000", "Tashkent , Uzbekistan", "Hard", "Marius Barnard", "Justin Gimelstob Scott Humphries", "3–6, 2–6" ], [ "5", "Runner-up", "17 September 2001", "Shanghai , China", "Hard", "John-Laffnie de Jager", "Byron Black Thomas Shimada", "2–6, 6–3, 5–7" ], [ "6", "Runner-up", "25 February 2002", "San Jose , U.S.", "Hard", "John-Laffnie de Jager", "Wayne Black Kevin Ullyett", "3–6, 6–4, [5–10]" ], [ "7", "Winner", "22 July 2002", "Kitzbühel , Austria", "Clay", "Thomas Shimada", "Lucas Arnold Ker Álex Corretja", "7–6(3), 6–4" ], [ "8", "Winner", "9 September 2002", "Tashkent , Uzbekistan", "Hard", "David Adams", "Raemon Sluiter Martin Verkerk", "6–2, 7–5" ], [ "9", "Winner", "6 January 2003", "Auckland , New Zealand", "Hard", "David Adams", "Tomáš Cibulec Leoš Friedl", "7–6(5), 3–6, 6–3" ], [ "10", "Runner-up", "21 April 2003", "Barcelona , Spain", "Clay", "Chris Haggard", "Bob Bryan Mike Bryan", "4–6, 3–6" ], [ "11", "Winner", "18 August 2003", "Long Island , U.S.", "Hard", "Martín Rodríguez", "Martin Damm Cyril Suk", "6–3, 7–6(4)" ], [ "12", "Winner", "16 August 2004", "Washington , U.S.", "Hard", "Chris Haggard", "Travis Parrott Dmitry Tursunov", "7–6(3), 6–1" ] ] }, { "t5Formulas": [ { "Question": "What rank was the swimmer in lane 4?", "Formula": "SUM(FILTER(A1, B1=4))", "Formula2": "SUM(FILTER(A2:A9, B2:B9=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the highest lane for the poland swimmer who ranked under 6?", "Formula": "MAX(FILTER(B1, (A1<6)*(D1=\"poland\")))", "Formula2": "MAX(FILTER(B2:B9, (A2:A9<6)*(D2:D9=\"poland\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "<", "6", "*", "D1", "=", "\"poland\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-18625553-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Liu Zige", "China", "2:06.25" ], [ "3", "2", "7", "Jessicah Schipper", "Australia", "2:06.34" ], [ "4", "3", "3", "Otylia Jędrzejczak", "Poland", "2:06.78" ], [ "5", "4", "5", "Yuko Nakanishi", "Japan", "2:06.96" ], [ "6", "4", "6", "Kathleen Hersey", "United States", "2:06.96" ], [ "7", "6", "2", "Elaine Breeden", "United States", "2:07.73" ], [ "8", "7", "1", "Samantha Hamill", "Australia", "2:09.58" ], [ "9", "8", "8", "Ellen Gandy", "Great Britain", "2:10.60" ] ] }, { "t5Formulas": [ { "Question": "What is the average attendance for games against the Pittsburgh Steelers when the opponents scored more than 0 points?", "Formula": "AVERAGE(FILTER(H1, (C1=\"pittsburgh steelers\")*(F1>0)))", "Formula2": "AVERAGE(FILTER(H2:H10, (C2:C10=\"pittsburgh steelers\")*(F2:F10>0)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "H1", "C1", "=", "\"pittsburgh steelers\"", "*", "F1", ">", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18847456-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Result", "Bills points", "Opponents", "Record", "Attendance" ], [ "2", "1", "Sept. 12", "Kansas City Chiefs", "Win", "14", "9", "1–0", "76,383" ], [ "3", "2", "Sept. 16", "Minnesota Vikings", "Win", "23", "22", "2–0", "77,753" ], [ "4", "3", "Nov. 21", "Miami Dolphins", "Loss", "7", "9", "2–1", "52,945" ], [ "5", "4", "Nov. 28", "Baltimore Colts", "Win", "20", "0", "3–1", "33,985" ], [ "6", "5", "Dec. 5", "at Green Bay Packers (at Milwaukee )", "Loss", "21", "33", "3–2", "46,655" ], [ "7", "6", "Dec. 12", "Pittsburgh Steelers", "Win", "13", "0", "4–2", "58,391" ], [ "8", "7", "Dec. 19", "at Tampa Bay Buccaneers", "Loss", "23", "24", "4–3", "42,510" ], [ "9", "8", "Dec. 27", "at Miami Dolphins", "Loss", "10", "27", "4–4", "73,924" ], [ "10", "9", "Jan. 2", "at New England Patriots", "Loss", "19", "30", "4–5", "36,218" ] ] }, { "t5Formulas": [ { "Question": "Name the number of lead margin for republican joe kenney being 31%", "Formula": "SUMIFS(E1,D1,\"31%\")", "Formula2": "SUMIFS(E2:E9,D2:D9,\"31%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "D1", "\"31%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Namethe democrat john lynch for joe kenney being 27%", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"27%\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"27%\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"27%\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the poll source for republican joe kenney being 28%", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"28%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"28%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"28%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the lead margin for democrat john lynch being 62%", "Formula": "SUMIFS(E1,C1,\"62%\")", "Formula2": "SUMIFS(E2:E9,C2:C9,\"62%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"62%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the most lead margin for republican joe kenney being 23%", "Formula": "MAXIFS(E1,D1,\"23%\")", "Formula2": "MAXIFS(E2:E9,D2:D9,\"23%\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "D1", "\"23%\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-17538810-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Poll Source", "Dates administered", "Democrat: John Lynch", "Republican: Joe Kenney", "Lead Margin" ], [ "2", "Survey USA", "October 29–30, 2008", "65%", "28%", "37" ], [ "3", "Survey USA", "October 4–5, 2008", "67%", "24%", "33" ], [ "4", "Strategic Vision", "September 22–24, 2008", "68%", "23%", "45" ], [ "5", "Concord Monitor/Research 2000", "September 22–24, 2008", "58%", "32%", "16" ], [ "6", "Suffolk University", "September 21–24, 2008", "61%", "16%", "45" ], [ "7", "University of New Hampshire", "September 14–21, 2008", "66%", "17%", "49" ], [ "8", "American Research Group", "September 13–15, 2008", "62%", "31%", "31" ], [ "9", "American Research Group", "July 19–21, 2008", "60%", "27%", "33" ] ] }, { "t5Formulas": [ { "Question": "Who directed the episode with the production code 10?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,SUMMARIZE(C2:C16,SUMX(F2:F16)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who wrote the episode with production code 2?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(F2:F16)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who wrote the episode with production code 5?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(F2:F16)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-25679312-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Series #", "Episode title", "Directed by", "Written by", "Original air date", "Prod. code" ], [ "2", "1", "\"Pilot\"", "Terry Hughes", "Jonathan Schmock & Jim Vallely", "September16,1995", "1" ], [ "3", "2", "\"Such A Bargain\"", "Terry Hughes", "Jim Halkett", "September17,1995", "3" ], [ "4", "3", "\"The Liberty Bell Show\"", "Terry Hughes", "Craig Hoffman", "September24,1995", "5" ], [ "5", "4", "\"A Midsummer's Nightmare\"", "Terry Hughes", "Pamela Eells", "October1,1995", "6" ], [ "6", "5", "\"Uptown Girl\"", "Terry Hughes", "Michelle J. Wolff", "October8,1995", "2" ], [ "7", "6", "\"The Comic Con\"", "Terry Hughes", "John Levenstein", "October25,1995", "8" ], [ "8", "7", "\"The Sleepover Show\"", "Terry Hughes", "Eddie Gorodetsky", "October29,1995", "4" ], [ "9", "8", "\"Witchcraft\"", "Terry Hughes", "Jonathan Schmock", "October30,1995", "7" ], [ "10", "9", "\"Bait and Switch\"", "Terry Hughes", "John Levenstein", "November12,1995", "10" ], [ "11", "10", "\"Outbreak!\"", "Terry Hughes", "Craig Hoffman", "November19,1995", "11" ], [ "12", "11", "\"A Roman Holiday\"", "Terry Hughes", "Jim Vallely", "December18,1995", "13" ], [ "13", "12", "\"Once Around the Block\"", "Terry Hughes", "Jonathan Schmock", "March4,1996", "12" ], [ "14", "13", "\"Remember\"", "Terry Hughes", "Pamela Eells", "March11,1996", "16" ], [ "15", "14", "\"Big Brotherly Love\"", "Terry Hughes", "Jonathan Schmock & Jim Vallely", "March18,1996", "18" ], [ "16", "15", "\"Bride and Prejudice\"", "Terry Hughes", "Michelle J. Wolff", "March25,1996", "15" ] ] }, { "t5Formulas": [ { "Question": "Show the name, phone, and payment method code for all customers in descending order of customer number.", "Formula": "SORTBY(CHOOSE({1,2,3},D1,F1,B1),C1,-1)", "Formula2": "SORTBY(CHOOSE({1,2,3},D2:D16,F2:F16,B2:B16),C2:C16,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "CHOOSE(", "1", "2", "3", "D1", "F1", "B1", "C1", "-", "1" ], "Funcs": [ "SORTBY(", "CHOOSE(", "Num", "Num", "Num", "Cell", "Cell", "Cell", "Cell", "-", "Num" ] } ], "TableName": "customers_and_products_contacts_customers", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "customer id", "payment method code", "customer number", "customer name", "customer address", "customer phone", "customer email" ], [ "2", "1", "Credit Card", "456", "Kayley", "636 Chanelle Isle Apt. 846", "+87(9)5279161988", "antonette73@example.com" ], [ "3", "2", "Credit Card", "553", "Sterling", "12174 Boyer Crossroad", "896.685.8228x2786", "stroman.chadd@example.net" ], [ "4", "3", "Credit Card", "951", "Buford", "650 Spencer Way Apt. 584", "(192)144-4687", "pattie.mayer@example.net" ], [ "5", "4", "Direct Debit", "497", "Caterina", "075 Skiles Expressway", "387.053.1225", "dbeahan@example.net" ], [ "6", "5", "Direct Debit", "752", "Raymond", "8497 Huel Stravenue", "1-513-427-0125", "bergnaum.ashton@example.com" ], [ "7", "6", "Direct Debit", "838", "Cheyenne", "058 Ben Street Apt. 034", "009-136-4509x19635", "rhayes@example.org" ], [ "8", "7", "Direct Debit", "429", "Cecelia", "4065 Forest Vista Apt. 103", "672-559-0630x7875", "caesar.lemke@example.net" ], [ "9", "8", "Credit Card", "564", "Brenna", "440 Aiden Ports", "1-271-345-4681x1131", "macy.huel@example.org" ], [ "10", "9", "Credit Card", "525", "Lela", "13256 Valentina Valleys Suite 292", "838.718.8618x23239", "vandervort.helena@example.org" ], [ "11", "10", "Credit Card", "795", "Cleo", "91702 Hilpert Pines Suite 177", "1-202-928-5395", "xrosenbaum@example.org" ], [ "12", "11", "Direct Debit", "233", "Shany", "55270 Carter Street Apt. 214", "936.929.9929", "kling.jesus@example.com" ], [ "13", "12", "Credit Card", "586", "Madaline", "8428 Cecile Land Apt. 192", "097-514-4641", "brady.ernser@example.net" ], [ "14", "13", "Direct Debit", "445", "Melissa", "251 Botsford Harbors Suite 399", "529.148.1926", "howard27@example.com" ], [ "15", "14", "Direct Debit", "735", "Orion", "10823 Rollin Spur", "479-171-6355x66065", "kip.abernathy@example.com" ], [ "16", "15", "Direct Debit", "523", "Ottilie", "4098 Kreiger Knoll Suite 758", "393-750-2077x72779", "morton06@example.net" ] ] }, { "t5Formulas": [ { "Question": "Which class has *buranaz as Part 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"*buranaz\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"*buranaz\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"*buranaz\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the verb meaning for *bar as Part 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"*bar\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"*bar\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"*bar\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which class has *alanaz as Part 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"*alanaz\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"*alanaz\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"*alanaz\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which class has *fraus as Part 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"*fraus\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"*fraus\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"*fraus\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1745843-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Class", "Part 1", "Part 2", "Part 3", "Part 4", "Verb meaning" ], [ "2", "1", "*rīdaną", "*raid", "*ridun", "*ridanaz", "to ride" ], [ "3", "2a", "*freusaną", "*fraus", "*fruzun", "*fruzanaz", "to freeze" ], [ "4", "2b", "*lūkaną", "*lauk", "*lukun", "*lukanaz", "to close, to shut" ], [ "5", "3a", "*bindaną", "*band", "*bundun", "*bundanaz", "to bind" ], [ "6", "3b", "*werþaną", "*warþ", "*wurdun", "*wurdanaz", "to become" ], [ "7", "4", "*beraną", "*bar", "*bērun", "*buranaz", "to bear" ], [ "8", "5", "*lesaną", "*las", "*lēzun", "*lezanaz", "to gather" ], [ "9", "6", "*alaną", "*ōl", "*ōlun", "*alanaz", "to grow, to mature" ] ] }, { "t5Formulas": [ { "Question": "Which shooter's time is more than 8.97 and has a year prior to 2013?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1<2013),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>8.97))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,E2:E9<2013),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>8.97))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "<", "2013", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8.97" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-15924881-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Stage", "Shooter", "Time", "Avg. Run", "Year" ], [ "2", "Five To Go", "Max Michel Jr.", "8.97", "2.24", "2013" ], [ "3", "Showdown", "KC Eusebio", "7.98", "2.00", "2012" ], [ "4", "Smoke & Hope", "KC Eusebio", "7.20", "1.80", "2012" ], [ "5", "Outer Limits", "BJ Norris", "11.14", "3.71", "2008" ], [ "6", "Accelerator", "Max Michel Jr.", "8.70", "2.18", "2013" ], [ "7", "Pendulum", "KC Eusebio", "10.65", "2.66", "2013" ], [ "8", "Speed Option", "Max Michel Jr.", "9.09", "2.27", "2013" ], [ "9", "Roundabout", "Max Michel Jr.", "7.51", "1.88", "2013" ] ] }, { "t5Formulas": [ { "Question": "Who sang the song composed by Mariah Carey and Walter Afanasieff?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mariah carey and walter afanasieff\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"mariah carey and walter afanasieff\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"mariah carey and walter afanasieff\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many years was Louis Armstrong performing?", "Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"louis armstrong\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E11, D2:D11=\"louis armstrong\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "D1", "=", "\"louis armstrong\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_2-153569-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Song title", "Composer(s)", "Performer(s)", "Year" ], [ "2", "1", "\" All I Want for Christmas Is You \"", "Mariah Carey and Walter Afanasieff", "Mariah Carey", "1994" ], [ "3", "2", "\" Last Christmas \"", "George Michael", "Wham!", "1984" ], [ "4", "3", "\" Fairytale of New York \"", "Jem Finer and Shane MacGowan", "The Pogues with Kirsty MacColl", "1987" ], [ "5", "4", "\" Do They Know It’s Christmas? \"", "Bob Geldof and Midge Ure", "Band Aid", "1984" ], [ "6", "5", "\" Merry Xmas Everybody \"", "Noddy Holder and Jim Lea", "Slade", "1973" ], [ "7", "6", "\" White Christmas \"", "Irving Berlin", "Louis Armstrong", "1940" ], [ "8", "7", "\" Driving Home for Christmas \"", "Chris Rea", "Chris Rea", "1988" ], [ "9", "8", "\" Merry Christmas Everyone \"", "Bob Heatlie", "Shakin' Stevens", "1985" ], [ "10", "9", "\" Mistletoe and Wine \"", "Jeremy Paul, Leslie Stewart and Keith Strachan", "Cliff Richard", "1976" ], [ "11", "10", "\" Walking in the Air \"", "Howard Blake", "Peter Auty", "1982" ] ] }, { "t5Formulas": [ { "Question": "Tell me the player from dallas burn", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dallas burn\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"dallas burn\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"dallas burn\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Tell me the sum of pick number for kenny arena", "Formula": "SUMIFS(A1,C1,\"kenny arena\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"kenny arena\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"kenny arena\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1014145-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "MLS team", "Player", "Position", "Affiliation" ], [ "2", "31", "D.C. United", "Hayden Woodworth", "M", "Messiah College" ], [ "3", "32", "MetroStars", "Kenny Arena", "D", "University of Virginia" ], [ "4", "33", "Kansas City Wizards", "Taylor Graham", "D", "Stanford University" ], [ "5", "34", "Dallas Burn", "Mike Tranchilla", "F", "Creighton University" ], [ "6", "35", "Chicago Fire", "Rob Friend", "F", "UC Santa Barbara" ], [ "7", "36", "San Jose Earthquakes", "Josh Saunders", "GK", "University of California" ], [ "8", "37", "Columbus Crew", "Michael Ritch", "F", "Auburn University" ], [ "9", "38", "Colorado Rapids", "Matt Crawford", "M", "University of North Carolina" ], [ "10", "39", "San Jose Earthquakes", "Jamil Walker", "M", "Santa Clara University" ], [ "11", "40", "Los Angeles Galaxy", "Hamid Mehreioskouei", "F", "Bradley University" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest total when the rank is 14 and the gold medals is larger than 0?", "Formula": "MIN(FILTER(F1,(A1=\"14\")*(C1>0)))", "Formula2": "MIN(FILTER(F2:F16,(A2:A16=\"14\")*(C2:C16>0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "\"14\"", "*", "C1", ">", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of medals when there are 18 gold medals?", "Formula": "SUM(FILTER(F1,C1=18))", "Formula2": "SUM(FILTER(F2:F16,C2:C16=18))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "18" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the number of bronze medals when the total is greater than 1, more than 2 silver medals are won, and the rank is 2?", "Formula": "FILTER(E1,(F1>1)*(D1>2)*(A1=\"2\"))", "Formula2": "FILTER(E2:E16,(F2:F16>1)*(D2:D16>2)*(A2:A16=\"2\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "F1", ">", "1", "*", "D1", ">", "2", "*", "A1", "=", "\"2\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1603424-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Canada", "25", "18", "14", "57" ], [ "3", "2", "Scotland", "18", "6", "13", "37" ], [ "4", "3", "Sweden", "8", "18", "9", "35" ], [ "5", "4", "Switzerland", "6", "9", "10", "25" ], [ "6", "5", "United States", "4", "3", "10", "17" ], [ "7", "6", "Russia", "2", "1", "2", "5" ], [ "8", "7", "Norway", "1", "2", "4", "7" ], [ "9", "8", "Denmark", "1", "1", "5", "7" ], [ "10", "9", "Germany", "0", "2", "3", "5" ], [ "11", "10", "Japan", "0", "2", "1", "3" ], [ "12", "11", "France", "0", "1", "1", "2" ], [ "13", "12", "Czech Republic", "0", "1", "0", "1" ], [ "14", "12", "Finland", "0", "1", "0", "1" ], [ "15", "14", "Italy", "0", "0", "1", "1" ], [ "16", "Total", "Total", "65", "65", "73", "203" ] ] }, { "t5Formulas": [ { "Question": "What was the away team's score when the home team scored 16.14 (110)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"16.14 (110)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"16.14 (110)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"16.14 (110)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the home team's score when the away team scored 13.14 (92)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"13.14 (92)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"13.14 (92)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"13.14 (92)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the home team at the game where the away team scored 10.13 (73) and there was a crowd over 24,119?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"10.13 (73)\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24119))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"10.13 (73)\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24119))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"10.13 (73)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "24119" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-10775890-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "13.12 (90)", "St Kilda", "13.14 (92)", "Arden Street Oval", "17,500", "11 June 1960" ], [ "3", "Hawthorn", "13.18 (96)", "Richmond", "11.15 (81)", "Glenferrie Oval", "12,000", "11 June 1960" ], [ "4", "Melbourne", "10.15 (75)", "Footscray", "6.8 (44)", "MCG", "35,539", "11 June 1960" ], [ "5", "South Melbourne", "13.12 (90)", "Fitzroy", "13.13 (91)", "Lake Oval", "21,500", "11 June 1960" ], [ "6", "Geelong", "11.17 (83)", "Essendon", "14.10 (94)", "Kardinia Park", "24,119", "11 June 1960" ], [ "7", "Collingwood", "16.14 (110)", "Carlton", "10.13 (73)", "Victoria Park", "29,853", "11 June 1960" ] ] }, { "t5Formulas": [ { "Question": "What is the team #1 with an 11th place position?", "Formula": "FILTER(B1,A1=\"11th place\")", "Formula2": "FILTER(B2:B8,A2:A8=\"11th place\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"11th place\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the 1st leg of bp. honvéd team #2?", "Formula": "FILTER(E1,D1=\"bp. honvéd\")", "Formula2": "FILTER(E2:E8,D2:D8=\"bp. honvéd\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"bp. honvéd\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the 1st leg with a 4-3 agg.?", "Formula": "FILTER(E1,C1=\"4-3\")", "Formula2": "FILTER(E2:E8,C2:C8=\"4-3\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"4-3\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What position has a 2-6 agg.?", "Formula": "FILTER(A1,C1=\"2-6\")", "Formula2": "FILTER(A2:A8,C2:C8=\"2-6\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"2-6\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the 2nd leg of the 4-9 agg.?", "Formula": "FILTER(F1,C1=\"4-9\")", "Formula2": "FILTER(F2:F8,C2:C8=\"4-9\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "=", "\"4-9\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17142454-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Team #1", "Agg.", "Team #2", "1st leg", "2nd leg" ], [ "2", "3rd place", "MTK", "2-6", "Bp. Honvéd", "1-3", "1-3" ], [ "3", "5th place", "Vasas SC", "5-2", "Csepel", "4-0", "1-2" ], [ "4", "7th place", "Diósgyőri VTK", "4-9", "Pécsi Dózsa", "1-4", "3-5" ], [ "5", "9th place", "Tatabányai Bányász", "2-1", "Dunaújváros", "0-0", "2-1" ], [ "6", "11th place", "Videoton", "8-4", "Haladás", "7-1", "1-3" ], [ "7", "13th place", "Komlói Bányász", "4-3", "Salgótarjáni BTC", "3-1", "1-2" ], [ "8", "15th place", "Győri ETO", "3-3", "SZEOL", "2-0", "1-3" ] ] }, { "t5Formulas": [ { "Question": "Who was the visiting team when the home team was Seattle?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"seattle\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,D2:D13=\"seattle\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"seattle\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11961701-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "February 1", "New Jersey", "85–94", "Miami", "Dwyane Wade (15)", "19,600", "9–37" ], [ "3", "February 4", "Toronto", "82–114", "Miami", "Dorell Wright (17)", "19,600", "9–38" ], [ "4", "February 6", "Miami", "95–100", "Detroit", "Dwyane Wade (30)", "22,076", "9–39" ], [ "5", "February 7", "Miami", "84–101", "Philadelphia", "Dwyane Wade (19)", "14,103", "9–40" ], [ "6", "February 10", "L.A. Lakers", "94–104", "Miami", "Mark Blount (22)", "19,600", "9–41" ], [ "7", "February 12", "Denver", "113–114", "Miami", "Dwyane Wade (27)", "19,600", "9–42" ], [ "8", "February 14", "Miami", "92–99", "Chicago", "Dwyane Wade (30)", "21,792", "9–43" ], [ "9", "February 21", "Miami", "100–112", "Houston", "Dwyane Wade (33)", "15,994", "9–44" ], [ "10", "February 23", "Philadelphia", "96–101", "Miami", "Dwyane Wade (33)", "19,600", "9–45" ], [ "11", "February 26", "Sacramento", "107–86", "Miami", "Shawn Marion (24)", "19,243", "10–45" ], [ "12", "February 28", "Miami", "88–106", "L.A. Lakers", "Dwyane Wade (18)", "18,997", "10–46" ], [ "13", "February 29", "Miami", "103–93", "Seattle", "Dwyane Wade (31)", "12,542", "11–46" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of the Cultural and Educational Panels that have an Administrative Panel greater than 1, an Agricultural Panel of 11 and a University of Dublin smaller than 3?", "Formula": "SUM(FILTER(C1, (A1>1)*(B1=11)*(G1<3)))", "Formula2": "SUM(FILTER(C2:C8, (A2:A8>1)*(B2:B8=11)*(G2:G8<3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", ">", "1", "*", "B1", "=", "11", "*", "G1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of Agricultural panels that have an Industrial and Commercial Panel smaller than 0?", "Formula": "SUM(FILTER(B1, D1<0))", "Formula2": "SUM(FILTER(B2:B8, D2:D8<0))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the lowest number of National University of Ireland that has a Cultural and Educational Panel of 0, and a Labour Panel smaller than 1?", "Formula": "MIN(FILTER(F1, (C1=0)*(E1<1)))", "Formula2": "MIN(FILTER(F2:F8, (C2:C8=0)*(E2:E8<1)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "C1", "=", "0", "*", "E1", "<", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total of Industrial and Commercial Panels that have a Labour Panel greater than 1, a Nominated by the Taoiseach lesss than 11 and a Cultural and Educational Panel smaller than 0", "Formula": "SUM(FILTER(D1, (E1>1)*(H1<11)*(C1<0)))", "Formula2": "SUM(FILTER(D2:D8, (E2:E8>1)*(H2:H8<11)*(C2:C8<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", ">", "1", "*", "H1", "<", "11", "*", "C1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-15547582-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Administrative Panel", "Agricultural Panel", "Cultural and Educational Panel", "Industrial and Commercial Panel", "Labour Panel", "National University of Ireland", "University of Dublin", "Nominated by the Taoiseach", "Total" ], [ "2", "2", "4", "3", "3", "2", "1", "0", "9", "24" ], [ "3", "1", "3", "1", "1", "1", "1", "0", "0", "8" ], [ "4", "1", "1", "0", "0", "2", "0", "0", "0", "4" ], [ "5", "0", "2", "0", "0", "1", "0", "0", "0", "3" ], [ "6", "0", "0", "0", "0", "1", "0", "0", "0", "1" ], [ "7", "1", "0", "0", "3", "2", "1", "3", "0", "10" ], [ "8", "7", "11", "5", "9", "11", "3", "3", "11", "60" ] ] }, { "t5Formulas": [ { "Question": "What is the distance for jockey Kent Desormeaux on 6/7/08?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(D1=\"Kent Desormeaux\")*(J1=\"6/7/08\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,(D2:D8=\"Kent Desormeaux\")*(J2:J8=\"6/7/08\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "D1", "=", "\"Kent Desormeaux\"", "*", "J1", "=", "\"6/7/08\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "At 1:48.16 what was the number of track time?", "Formula": "ROWS(UNIQUE(FILTER(H1, E1=\"1:48.16\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H8, E2:E8=\"1:48.16\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "E1", "=", "\"1:48.16\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "With a date of 8/3/08, what was the length of the victory margin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,J1=\"8/3/08\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,J2:J8=\"8/3/08\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "J1", "=", "\"8/3/08\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-16689920-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Finish", "Race", "Distance", "Jockey", "Time", "Victory Margin (in lengths)", "Runner up", "Track", "Surface", "Date" ], [ "2", "1st", "Maiden", "1 1⁄16 mi", "Jeremy Rose", "1:40.33", "11 1⁄4", "Dr. Cal", "Saratoga Race Course", "Turf", "9/3/07" ], [ "3", "1st", "Allowance", "1mi", "Kent Desormeaux", "1:35.66", "12", "Heaven's Awesome", "Gulfstream Park", "Dirt", "3/5/08" ], [ "4", "1st", "Florida Derby", "1 1⁄8 mi", "Kent Desormeaux", "1:48.16", "5", "Smooth Air", "Gulfstream Park", "Dirt", "3/29/08" ], [ "5", "1st", "Kentucky Derby", "1 1⁄4 mi", "Kent Desormeaux", "2:01.82", "4 3⁄4", "Eight Belles", "Churchill Downs", "Dirt", "5/3/08" ], [ "6", "1st", "Preakness", "1 3⁄16 mi", "Kent Desormeaux", "1:54.80", "5 1⁄4", "Macho Again", "Pimlico Race Course", "Dirt", "5/17/08" ], [ "7", "9th", "Belmont Stakes", "1 1⁄2 mi", "Kent Desormeaux", "N/A", "N/A", "Da' Tara (1st)", "Belmont Park", "Dirt", "6/7/08" ], [ "8", "1st", "Haskell Invitational", "1 1⁄8 mi", "Kent Desormeaux", "1:48.31", "1 3⁄4", "Coal Play", "Monmouth Park", "Dirt", "8/3/08" ] ] }, { "t5Formulas": [ { "Question": "What is the second party that has a conservative first party in the 1834 election?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"conservative\")*(A1=1834)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"conservative\")*(A2:A13=1834)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"conservative\"", "*", "A1", "=", "1834", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Who is the second member with first member Sir Rowland Hill, BT, and a conservative second party?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"sir rowland hill, bt\")*(E1=\"conservative\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"sir rowland hill, bt\")*(E2:E13=\"conservative\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"sir rowland hill, bt\"", "*", "E1", "=", "\"conservative\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the first party with second member Hon. Rowland Hill, in the 1857 election?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"hon. rowland hill\")*(A1=1857)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"hon. rowland hill\")*(A2:A13=1857)),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hon. rowland hill\"", "*", "A1", "=", "1857", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Who is the second member that is a second party Whig in the 1834 election?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"whig\")*(A1=1834)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"whig\")*(A2:A13=1834)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"whig\"", "*", "A1", "=", "1834", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the second party that has a conservative first party and second member John Cotes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"conservative\")*(D1=\"john cotes\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"conservative\")*(D2:D13=\"john cotes\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"conservative\"", "*", "D1", "=", "\"john cotes\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1826099-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Election", "First member", "First party", "Second member", "Second party" ], [ "2", "1832", "Sir Rowland Hill, Bt", "Tory", "John Cotes", "Whig" ], [ "3", "1834", "Sir Rowland Hill, Bt", "Conservative", "John Cotes", "Whig" ], [ "4", "1835", "Sir Rowland Hill, Bt", "Conservative", "William Ormsby-Gore", "Conservative" ], [ "5", "1843 by-election", "Viscount Clive", "Conservative", "William Ormsby-Gore", "Conservative" ], [ "6", "1848 by-election", "John Whitehall Dod", "Conservative", "William Ormsby-Gore", "Conservative" ], [ "7", "1857", "John Whitehall Dod", "Conservative", "Hon. Rowland Hill", "Conservative" ], [ "8", "1859", "John Ormsby-Gore", "Conservative", "Hon. Rowland Hill", "Conservative" ], [ "9", "1865", "John Ormsby-Gore", "Conservative", "Hon. Charles Cust", "Conservative" ], [ "10", "1866 by-election", "John Ormsby-Gore", "Conservative", "Hon. Adelbert Brownlow-Cust", "Conservative" ], [ "11", "1867 by-election", "John Ormsby-Gore", "Conservative", "Viscount Newport", "Conservative" ], [ "12", "1876 by-election", "Stanley Leighton", "Conservative", "Viscount Newport", "Conservative" ], [ "13", "1885", "Constituency abolished", "Constituency abolished", "Constituency abolished", "Constituency abolished" ] ] }, { "t5Formulas": [ { "Question": "Which engine has more than 1 point after 1981?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1>1981),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,A2:A13>1981),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", ">", "1981", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which engine did Marlboro Team Alfa Romeo used with a chassis of alfa romeo 179?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"marlboro team alfa romeo\")*(C1=\"alfa romeo 179\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"marlboro team alfa romeo\")*(C2:C13=\"alfa romeo 179\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"marlboro team alfa romeo\"", "*", "C1", "=", "\"alfa romeo 179\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1219697-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1977", "Marlboro Team McLaren", "McLaren M23", "Ford V8", "0" ], [ "3", "1978", "Marlboro Team McLaren", "McLaren M26", "Ford V8", "0" ], [ "4", "1979", "Autodelta", "Alfa Romeo 177", "Alfa Romeo F12", "0" ], [ "5", "1979", "Autodelta", "Alfa Romeo 179", "Alfa Romeo V12", "0" ], [ "6", "1980", "Marlboro Team Alfa Romeo", "Alfa Romeo 179", "Alfa Romeo V12", "4" ], [ "7", "1981", "Marlboro Team Alfa Romeo", "Alfa Romeo 179C", "Alfa Romeo V12", "7" ], [ "8", "1981", "Marlboro Team Alfa Romeo", "Alfa Romeo 179B", "Alfa Romeo V12", "7" ], [ "9", "1982", "Marlboro Team Alfa Romeo", "Alfa Romeo 179D", "Alfa Romeo V12", "2" ], [ "10", "1982", "Marlboro Team Alfa Romeo", "Alfa Romeo 182", "Alfa Romeo V12", "2" ], [ "11", "1983", "Candy Toleman Motorsport", "Toleman TG183B", "Hart L4 T", "1" ], [ "12", "1990", "Life Racing Engines", "Life F190", "Life W12", "0" ], [ "13", "1990", "Life Racing Engines", "Life F190", "Judd V8", "0" ] ] }, { "t5Formulas": [ { "Question": "What was the number of earnings were cuts made are 19 and money list rank is 3?", "Formula": "SUM(FILTER(I1, (C1=19)*(J1=3)))", "Formula2": "SUM(FILTER(I2:I7, (C2:C7=19)*(J2:J7=3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "I1", "C1", "=", "19", "*", "J1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "How many listings are under money list rank wher 2nd' value is larger than 2.0?", "Formula": "SUM(FILTER(J1, E1>2))", "Formula2": "SUM(FILTER(J2:J7, E2:E7>2))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "J1", "E1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_1-12821159-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Starts", "Cuts made", "Wins", "2nd", "3rd", "Top 10", "Top 25", "Earnings (€)", "Money list rank" ], [ "2", "2007", "29", "16", "0", "1", "1", "5", "2", "754691", "41" ], [ "3", "2008", "25", "19", "2", "3", "0", "8", "12", "1794500", "8" ], [ "4", "2009", "20", "17", "2", "2", "0", "7", "12", "2864342", "3" ], [ "5", "2010", "22", "18", "4", "0", "1", "10", "16", "4461011", "1" ], [ "6", "2011", "22", "19", "2", "2", "1", "8", "13", "3489033", "3" ], [ "7", "2012", "24", "19", "0", "0", "1", "6", "13", "996382", "30" ] ] }, { "t5Formulas": [ { "Question": "Which 2nd leg came after a 1st leg of 0-3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"0-3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"0-3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"0-3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For a Team 1 of Al-Merrikh, what was the aggregate?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"al-merrikh\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"al-merrikh\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"al-merrikh\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Team 1 for a 2nd leg of 1-4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1-4\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"1-4\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1-4\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For an aggregate of 1-3, what was the 2nd leg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1-3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"1-3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1-3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For a team 2 of Al-Faisaly, what was the 2nd leg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"al-faisaly\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"al-faisaly\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"al-faisaly\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12699826-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "Al-Ittihad Tripoli", "1-3", "Al-Majd", "1-1", "0-2" ], [ "3", "Al-Wahda Mecca", "2-4", "Entente Sportive de Sétif", "1-1", "1-3" ], [ "4", "Al-Oruba", "3-7", "Wydad Casablanca", "2-3", "1-4" ], [ "5", "Al-Merrikh", "3-5", "Raja Casablanca", "2-2", "1-3" ], [ "6", "Najaf FC", "0-3", "Al-Taliya", "0-3", "0-0" ], [ "7", "Club Athletic Bizertin", "3-4", "Al-Faisaly", "1-1", "2-3" ], [ "8", "Al-Wihdat", "1-2", "Tala'ea El-Gaish", "0-0", "1-2" ], [ "9", "Al-Arabi", "( w/o )", "USM Alger", "3-2", "Sus 1" ] ] }, { "t5Formulas": [ { "Question": "What was the score of the other team that played Geelong?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"geelong\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10887379-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "South Melbourne", "12.9 (81)", "North Melbourne", "9.11 (65)", "Lake Oval", "20,785", "11 June 1977" ], [ "3", "Geelong", "20.13 (133)", "Fitzroy", "11.16 (82)", "Kardinia Park", "14,664", "11 June 1977" ], [ "4", "Carlton", "17.14 (116)", "Footscray", "8.19 (67)", "VFL Park", "25,745", "11 June 1977" ], [ "5", "St Kilda", "13.10 (88)", "Richmond", "16.5 (101)", "Moorabbin Oval", "23,979", "13 June 1977" ], [ "6", "Hawthorn", "23.25 (163)", "Essendon", "8.9 (57)", "Princes Park", "25,609", "13 June 1977" ], [ "7", "Melbourne", "11.20 (86)", "Collingwood", "17.17 (119)", "MCG", "63,188", "13 June 1977" ] ] }, { "t5Formulas": [ { "Question": "How many episodes had 11.86 million US viewers?", "Formula": "SUM(FILTER(A1, F1=11.86))", "Formula2": "SUM(FILTER(A2:A12, F2:F12=11.86))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "11.86" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the title(s) of episodes written by aron eli coleite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Aron Eli Coleite\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"Aron Eli Coleite\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Aron Eli Coleite\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the original air date(s) for episodes written by aron eli coleite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Aron Eli Coleite\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"Aron Eli Coleite\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Aron Eli Coleite\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many episodes were titled \"second chances\"?", "Formula": "SUMIFS(F1,C1,\"Second Chances\")", "Formula2": "SUMIFS(F2:F12,C2:C12,\"Second Chances\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"Second Chances\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-28215780-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in Series", "No. in Season", "Title", "Directed by", "Written by", "U.S. viewers (millions)", "Original air date" ], [ "2", "58", "1", "\"Devil May Care\"", "Allan Arkush", "Jim Praytor , Andi Bushell", "12.79", "March7,2004" ], [ "3", "47", "2", "\"Slam Dunk\"", "Michael Gershman", "Kathy McCormick , Sharon Lee Watson", "9.69", "March12,2004" ], [ "4", "48", "3", "\"'Til Death Do Us Part\"", "Michael Gershman", "Damon Lindelof , Tim Kring", "12.79", "March14,2004" ], [ "5", "50", "5", "\"Dead or Alive\"", "Stephen Williams", "Aron Eli Coleite", "11.94", "March21,2004" ], [ "6", "51", "6", "\"Second Chances\"", "Allan Arkush", "Kathy McCormick", "14.67", "March28,2004" ], [ "7", "52", "7", "\"Missing Pieces\"", "Stephen Williams", "David Amann", "12.94", "April4,2004" ], [ "8", "53", "8", "\"Most Likely\"", "Joyce Chopra", "Gary Glasberg", "13.31", "April18,2004" ], [ "9", "54", "9", "\"All the News Fit to Print\"", "Allan Arkush", "Kira Arne", "11.27", "April25,2004" ], [ "10", "55", "10", "\"Revealed\"", "Allan Arkush", "Damon Lindelof", "11.86", "May9,2004" ], [ "11", "56", "11", "\"He Said, She Said\"", "Michael Gershman", "Jim Praytor, Andi Bushell", "12.64", "May16,2004" ], [ "12", "57", "12", "\"Dead in the Water\"", "Stephen Williams", "Gary Glasberg", "12.94", "May23,2004" ] ] }, { "t5Formulas": [ { "Question": "What callsign has 1300 as the frequency?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1300))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=1300))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1300" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17982829-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Frequency", "Power D/N", "Callsign", "Brand", "City of License" ], [ "2", "790", "1kW/500W", "XEFE", "La Pura Ley", "Nuevo Laredo" ], [ "3", "890", "10/1kW", "KVOZ", "La Radio Cristiana ( KCZO )", "Laredo" ], [ "4", "960", "5/1kW", "XEK", "La Estación Grande", "Nuevo Laredo" ], [ "5", "1000", "1kW/250W", "XENLT", "Radio Formula", "Nuevo Laredo" ], [ "6", "1090", "1kW/250W", "XEWL", "W Radio ( XEW )", "Nuevo Laredo" ], [ "7", "1300", "1kW/500W", "KLAR", "Radio Poder", "Laredo" ], [ "8", "1340", "1/1kW", "XEBK", "El Norteñazo", "Nuevo Laredo" ], [ "9", "1370", "1kW/250W", "XEGNK", "Mariachi Estéreo", "Nuevo Laredo" ], [ "10", "1410", "1kW/250W", "XEAS", "Ke Buena XHPO", "Nuevo Laredo" ], [ "11", "1490", "1/1kW", "KLNT", "ESPN Radio", "Laredo" ], [ "12", "1550", "5kW/250W", "XENU", "La Rancherita", "Nuevo Laredo" ] ] }, { "t5Formulas": [ { "Question": "What GSR class is associated with a 0-4-2t type?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,A1=\"0-4-2t\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,A2:A13=\"0-4-2t\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "A1", "=", "\"0-4-2t\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who manufactured fleet numbers of wlwr 2, 4, 11?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"wlwr 2, 4, 11\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,B2:B13=\"wlwr 2, 4, 11\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "B1", "=", "\"wlwr 2, 4, 11\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1290024-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Type", "Fleet numbers", "Quantity made", "Manufacturer", "Date made", "GSWR Class", "GSWR Nos.", "GSR Class", "Inchicore Class", "Withdrawn" ], [ "2", "0-6-0", "WLR 5 to 7", "3", "Limerick Works", "1888–93", "224", "224 to 226", "—", "—", "1905–1909" ], [ "3", "2-4-0", "WLR 10, 22, 20, 23, 43, 44, 47, and 48", "8", "Dübs & Co.", "1889–94", "276", "263, 275, 273, 276, 290 to 293", "276", "G3", "1907–1959" ], [ "4", "2-4-2T", "WLR 13 and 14", "2", "Vulcan Foundry", "1891", "266", "226 and 227", "267 491", "F4 F5", "1933–1935" ], [ "5", "0-4-2T", "WLR 3", "1", "Limerick Works", "1892", "260", "260", "—", "—", "1912" ], [ "6", "0-6-0", "WLR 45, 46, 49, and 50", "4", "Dübs & Co.", "1893–95", "233", "233 to 236", "235", "J22", "1911–1951" ], [ "7", "0-4-4T", "WLR 15", "1", "Limerick Works", "1894", "268", "268", "—", "—", "1912" ], [ "8", "0-4-4T", "WLR 51 and 52", "2", "Kitson & Co.", "1895", "294", "294 and 295", "295", "E2", "1910–1954" ], [ "9", "4-4-2T", "WLWR 16 to 18, and 21", "4", "Kitson & Co.", "1896–97", "269", "269 to 271, 274", "269", "C5", "1949–1957" ], [ "10", "4-4-0", "WLWR 53 to 55", "3", "Kitson & Co.", "1896–97", "296", "296 to 298", "296", "D15", "1928–1949" ], [ "11", "0-6-0", "WLWR 56 to 58", "3", "Kitson & Co.", "1897", "237", "237 to 239", "222", "J25", "1934–1951" ], [ "12", "0-4-4T", "WLWR 27", "1", "Limerick Works", "1899", "279", "279", "279", "E1", "1953" ], [ "13", "0-6-0", "WLWR 2, 4, 11", "3", "Kitson & Co.", "1900", "222", "222,", "222", "J25", "1929–1950" ] ] }, { "t5Formulas": [ { "Question": "What is the analogue terrestrial channel when the internet shows channel4.com?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"channel4.com\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"channel4.com\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"channel4.com\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the position when the channel shows channel 4?", "Formula": "SUMIFS(A1,B1,\"channel 4\")", "Formula2": "SUMIFS(A2:A16,B2:B16,\"channel 4\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"channel 4\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the channel when the analogue terrestrial channel shows n/a, and the internet is itv.com, with a position larger than 6, and digital terrestrial channel is 6 27 (+1)?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"n/a\")*(E1=\"itv.com\")*(D1=\"6 27 (+1)\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,(C2:C16=\"n/a\")*(E2:E16=\"itv.com\")*(D2:D16=\"6 27 (+1)\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"n/a\"", "*", "E1", "=", "\"itv.com\"", "*", "D1", "=", "\"6 27 (+1)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the internet when the position is more than 13?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>13))", "Formula2": "LET(query1,SUMMARIZE(E2:E16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)>13))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "13" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-182410-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Channel", "Analogue terrestrial channel", "Digital terrestrial channel", "Internet" ], [ "2", "1", "BBC One", "1", "1 50 (HD)", "bbc.co.uk" ], [ "3", "2", "ITV", "3", "3 33 (+1) 51 (HD)", "ITV - itv.com" ], [ "4", "3", "BBC Two", "2", "2", "bbc.co.uk" ], [ "5", "4", "Channel 4", "4 N/A (in Wales)", "4 8 (in Wales) 13 (+1) 52 (HD, not Wales)", "channel4.com" ], [ "6", "4", "S4C", "N/A", "4 (in Wales) 53 (HD, in Wales) N/A (rest of UK)", "s4c.co.uk" ], [ "7", "5", "Channel 5", "5", "5 44 (+1)", "N/A" ], [ "8", "6", "ITV3", "N/A", "10", "itv.com" ], [ "9", "7", "ITV2", "N/A", "6 27 (+1)", "itv.com" ], [ "10", "8", "E4", "N/A", "28 29 (+1)", "e4.com" ], [ "11", "9", "Sky Sports 1", "N/A", "N/A", "skysports.com" ], [ "12", "10", "Sky1", "N/A", "N/A", "sky.com" ], [ "13", "11", "CBeebies", "N/A", "71", "bbc.co.uk" ], [ "14", "12", "ITV4", "N/A", "24", "itv.com" ], [ "15", "13", "BBC Three", "N/A", "7", "bbc.co.uk" ], [ "16", "14", "Dave", "N/A", "12 25 (ja vu)", "dave.uktv.co.uk" ] ] }, { "t5Formulas": [ { "Question": "What day in February was the team 17-29-7?", "Formula": "MAXIFS(B1,F1,\"17-29-7\")", "Formula2": "MAXIFS(B2:B14,F2:F14,\"17-29-7\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "F1", "\"17-29-7\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the teams record when they played the ottawa senators?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Ottawa Senators\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"Ottawa Senators\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Ottawa Senators\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the team's rcord on february 1?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(F2:F14,SUMX(B2:B14)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What day in February did the team play the boston bruins?", "Formula": "SUMIFS(B1,C1,\"Boston Bruins\")", "Formula2": "SUMIFS(B2:B14,C2:C14,\"Boston Bruins\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "C1", "\"Boston Bruins\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-27539535-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "February", "Opponent", "Score", "Location/Attendance", "Record", "Points" ], [ "2", "50", "1", "@ Atlanta Thrashers", "4-1", "Philips Arena (11,176)", "16-27-7", "39" ], [ "3", "51", "2", "@ Pittsburgh Penguins", "3-0", "Consol Energy Center (18,142)", "16-28-7", "39" ], [ "4", "52", "5", "Ottawa Senators", "5-3", "Nassau Veterans Memorial Coliseum (10,415)", "17-28-7", "41" ], [ "5", "53", "8", "Toronto Maple Leafs", "5-3", "Nassau Veterans Memorial Coliseum (7,249)", "17-29-7", "41" ], [ "6", "54", "10", "@ Montreal Canadiens", "4-3 (SO)", "Bell Centre (21,273)", "18-29-7", "43" ], [ "7", "55", "11", "Pittsburgh Penguins", "9-3", "Nassau Veterans Memorial Coliseum (12,888)", "19-29-7", "45" ], [ "8", "56", "13", "@ Buffalo Sabres", "7-6 (OT)", "HSBC Arena (18,690)", "20-29-7", "47" ], [ "9", "57", "15", "@ Ottawa Senators", "4-3 (SO)", "Scotiabank Place (17,565)", "21-29-7", "49" ], [ "10", "58", "17", "Boston Bruins", "6-3", "Nassau Veterans Memorial Coliseum (12,478)", "21-30-7", "49" ], [ "11", "59", "19", "Los Angeles Kings", "3-0", "Nassau Veterans Memorial Coliseum (13,119)", "22-30-7", "51" ], [ "12", "60", "21", "Florida Panthers", "5-1", "Nassau Veterans Memorial Coliseum (13,729)", "23-30-7", "53" ], [ "13", "61", "22", "@ Toronto Maple Leafs", "2-1", "Air Canada Centre (19,459)", "23-31-7", "53" ], [ "14", "62", "24", "@ Philadelphia Flyers", "4-3 (OT)", "Wachovia Center (19,776)", "23-31-8", "54" ] ] }, { "t5Formulas": [ { "Question": "What is Inaba's maximum score?", "Formula": "SUM(C1)", "Formula2": "SUM(C2:C6)", "Level": "easy", "Tokens": [ "SUM(", "C1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many sets of marks does Tonioli get in week 3?", "Formula": "SUM(FILTER(E1, A1=3))", "Formula2": "SUM(FILTER(E2:E6, A2:A6=3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-18595004-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week #", "Dance/Song", "Inaba", "Goodman", "Tonioli", "Result" ], [ "2", "1", "Cha-cha-cha / \" Romeo \"", "7", "6", "6", "No elimination" ], [ "3", "2", "Quickstep / \" You're the One That I Want \"", "7", "8", "8", "Safe" ], [ "4", "3", "Rumba / \" I'll Be There \"", "7", "6", "7", "Safe" ], [ "5", "4", "Paso Doble / \" Palladio, First Movement \"", "7", "8", "8", "Safe" ], [ "6", "5", "Foxtrot / \" New York, New York \"", "9", "8", "9", "Safe" ] ] }, { "t5Formulas": [ { "Question": "How many poles did David Price Racing win?", "Formula": "SUMIFS(E1,C1,\"David Price Racing\")", "Formula2": "SUMIFS(E2:E17,C2:C17,\"David Price Racing\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"David Price Racing\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who started in 2008 with 0 points?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,A1=2008),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H17,A2:A17=2008),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "A1", "=", "2008", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which team started 2010?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=2010),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,A2:A17=2010),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "2010", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the max points you when when you place 9th?", "Formula": "MAXIFS(G1,H1,\"9th\")", "Formula2": "MAXIFS(G2:G17,H2:H17,\"9th\")", "Level": "easy", "Tokens": [ "MAXIFS(", "G1", "H1", "\"9th\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the wins is 3, what is the maximum races?", "Formula": "MAX(FILTER(D1, F1=3))", "Formula2": "MAX(FILTER(D2:D17, F2:F17=3))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "F1", "=", "3" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_1-17289224-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Season", "Series", "Team Name", "Races", "Poles", "Wins", "Points", "Final Placing" ], [ "2", "2002", "Formula Renault 2.0 Brazil", "Bassani Racing", "3", "0", "0", "0", "NC" ], [ "3", "2003", "Formula Renault 2.0 Brazil", "Pop Car Racing", "12", "0", "0", "26", "18th" ], [ "4", "2004", "Formula Renault 2.0 Brazil", "Full Time Sports", "10", "1", "0", "76", "9th" ], [ "5", "2005", "Formula Three Sudamericana", "Bassani Racing", "18", "1", "3", "72", "4th" ], [ "6", "2005", "Formula Renault 2.0 Brazil", "Gramacho Racing", "3", "0", "0", "44", "12th" ], [ "7", "2006", "Formula Three Sudamericana", "Bassani Racing", "16", "8", "1", "78", "3rd" ], [ "8", "2006", "Formula Renault 2.0 Brazil", "Bassani Racing", "1", "1", "1", "32", "16th" ], [ "9", "2006", "Euroseries 3000", "Minardi Team", "2", "0", "0", "6", "15th" ], [ "10", "2007", "Euroseries 3000", "Team Minardi by GP Racing", "16", "1", "4", "77", "2nd" ], [ "11", "2008", "GP2 Series", "David Price Racing", "20", "0", "0", "3", "22nd" ], [ "12", "2008", "GP2 Asia Series", "Campos Racing", "1", "0", "0", "0", "19th" ], [ "13", "2008", "GP2 Asia Series", "David Price Racing", "8", "0", "0", "2", "19th" ], [ "14", "2008–09", "GP2 Asia Series", "Piquet GP", "11", "0", "2", "24", "8th" ], [ "15", "2009", "GP2 Series", "iSport International", "20", "0", "0", "8", "20th" ], [ "16", "2009–10", "GP2 Asia Series", "MalaysiaQi-Meritus.com", "2", "0", "0", "0", "28th" ], [ "17", "2010", "Copa Caixa Stock Car", "RC3 Bassani Racing", "12", "0", "1", "43", "15th" ] ] }, { "t5Formulas": [ { "Question": "What was the most Nepalis admitted when the number of Sri Lankans was more than 5,520, Bangladeshis was more than 2,715, and Pakistanis more than 139,574?", "Formula": "MAX(FILTER(F1, (D1>5520)*(E1>2715)*(C1>139574)))", "Formula2": "MAX(FILTER(F2:F15, (D2:D15>5520)*(E2:E15>2715)*(C2:C15>139574)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "D1", ">", "5520", "*", "E1", ">", "2715", "*", "C1", ">", "139574" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What were the fewest number of Sri Lankans admitted when more than 4,270 Bangladeshis and more than 4,986 Pakistanis were admitted?", "Formula": "MIN(FILTER(D1, (E1>4270)*(C1>4986)))", "Formula2": "MIN(FILTER(D2:D15, (E2:E15>4270)*(C2:C15>4986)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", ">", "4270", "*", "C1", ">", "4986" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many Sri Lankans were admitted in 2004 when more than 594 Nepalis were admitted?", "Formula": "SUM(FILTER(D1, (A1=2004)*(F1>594)))", "Formula2": "SUM(FILTER(D2:D15, (A2:A15=2004)*(F2:F15>594)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "2004", "*", "F1", ">", "594" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many Bangladeshis were admitted when 714 Nepalis and 13,575 Pakistanis were admitted?", "Formula": "SUM(FILTER(E1, (F1=714)*(C1>13575)))", "Formula2": "SUM(FILTER(E2:E15, (F2:F15=714)*(C2:C15>13575)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "714", "*", "C1", ">", "13575" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What was the most Nepalis admitted when fewer than 1,896 Bangladeshis were admitted?", "Formula": "MAX(FILTER(F1, E1<1896))", "Formula2": "MAX(FILTER(F2:F15, E2:E15<1896))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "E1", "<", "1896" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-1717824-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Indians admitted", "Pakistanis admitted", "Sri Lankans admitted", "Bangladeshis admitted", "Nepalis admitted" ], [ "2", "2000", "26,122", "14,201", "5,849", "2,715", "247" ], [ "3", "2001", "27,901", "15,353", "5,520", "3,393", "273" ], [ "4", "2002", "28,838", "14,173", "4,968", "2,615", "418" ], [ "5", "2003", "24,595", "12,351", "4,448", "1,896", "440" ], [ "6", "2004", "25,573", "12,793", "4,134", "3,374", "594" ], [ "7", "2005", "22,141", "13,575", "4,690", "3,940", "714" ], [ "8", "2006", "30,746", "12,329", "4,490", "3,838", "640" ], [ "9", "2007", "26,047", "9,545", "3,934", "2,735", "564" ], [ "10", "2008", "24,548", "8,051", "4,508", "2,716", "639" ], [ "11", "2009", "26,117", "6,213", "4,270", "4,270", "627" ], [ "12", "2010", "30,252", "4,986", "4,181", "4,364", "1,502" ], [ "13", "2011", "24,965", "6,073", "3,104", "2,449", "1,249" ], [ "14", "2012", "28,943", "9,931", "3,152", "2,449", "1,311" ], [ "15", "Total", "346,788", "139,574", "57,248", "35,856", "9,218" ] ] }, { "t5Formulas": [ { "Question": "What was the streak at the game at the Miami Orange Bowl?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"miami orange bowl\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,D2:D15=\"miami orange bowl\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"miami orange bowl\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opposing team at Schaefer Stadium later in the season than week 7?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"schaefer stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H15,D2:D15=\"schaefer stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "D1", "=", "\"schaefer stadium\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What was the result in week 14?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Formula2": "LET(query1,SUMMARIZE(E2:E15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "14" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-17386066-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Opponent", "Stadium", "Result", "Record", "Streak", "Attendance" ], [ "2", "1", "Sept. 17", "New York Jets", "War Memorial Stadium", "L 41–24", "0–1", "L1", "46,206" ], [ "3", "2", "Sept. 24", "San Francisco 49ers", "War Memorial Stadium", "W 27–20", "1–1", "W1", "45,845" ], [ "4", "3", "Oct. 1", "Baltimore Colts", "War Memorial Stadium", "L 17–0", "1–2", "L1", "46,206" ], [ "5", "4", "Oct. 8", "New England Patriots", "War Memorial Stadium", "W 38–14", "2–2", "W1", "41,749" ], [ "6", "5", "Oct. 15", "at Oakland Raiders", "Oakland-Alameda County Coliseum", "L 28–16", "2–3", "L1", "53,501" ], [ "7", "6", "Oct. 22", "at Miami Dolphins", "Miami Orange Bowl", "L 24–23", "2–4", "L2", "80,010" ], [ "8", "7", "Oct. 29", "Pittsburgh Steelers", "War Memorial Stadium", "L 38–21", "2–5", "L3", "45,882" ], [ "9", "8", "Nov. 5", "Miami Dolphins", "War Memorial Stadium", "L 30–16", "2–6", "L4", "46,206" ], [ "10", "9", "Nov. 12", "at New York Jets", "Shea Stadium", "L 41–3", "2–7", "L5", "62,853" ], [ "11", "10", "Nov. 19", "at New England Patriots", "Schaefer Stadium", "W 27–24", "3–7", "W1", "60,999" ], [ "12", "11", "Nov. 26", "at Cleveland Browns", "Cleveland Stadium", "L 27–10", "3–8", "L1", "70,104" ], [ "13", "12", "Dec. 3", "at Baltimore Colts", "Memorial Stadium", "L 35–7", "3–9", "L2", "55,390" ], [ "14", "13", "Dec. 10", "Detroit Lions", "War Memorial Stadium", "T 21–21", "3–9–1", "T1", "41,583" ], [ "15", "14", "Dec. 17", "at Washington Redskins", "Robert F. Kennedy Memorial Stadium", "W 24–17", "4–9–1", "W1", "53,039" ] ] }, { "t5Formulas": [ { "Question": "How many years for the team with under 31 ties and a percentage of 0.5451?", "Formula": "SUM(FILTER(E1, (C1<31)*(D1=0.5451)))", "Formula2": "SUM(FILTER(E2:E14, (C2:C14<31)*(D2:D14=0.5451)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "<", "31", "*", "D1", "=", "0.5451" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "How many games tied for the air force with over 57 years participating?", "Formula": "SUM(FILTER(C1, (A1=\"air force\")*(E1>57)))", "Formula2": "SUM(FILTER(C2:C14, (A2:A14=\"air force\")*(E2:E14>57)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"air force\"", "*", "E1", ">", "57" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-11513625-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Mountain West", "Lost", "Tied", "Pct.", "Years", "Total Games" ], [ "2", "Boise State", "148", "2", ".7230", "45", "538" ], [ "3", "Fresno State", "388", "27", ".5907", "91", "981" ], [ "4", "Hawaii", "397", "24", ".5635", "96", "945" ], [ "5", "San Diego State", "398", "32", ".5553", "90", "931" ], [ "6", "Air Force", "291", "13", ".5451", "57", "654" ], [ "7", "Nevada", "447", "33", ".5351", "106", "997" ], [ "8", "San Jose State", "461", "38", ".5016", "95", "963" ], [ "9", "Utah State", "505", "31", ".4961", "115", "1033" ], [ "10", "Wyoming", "532", "28", ".4844", "116", "1059" ], [ "11", "Colorado State", "544", "33", ".4702", "114", "1058" ], [ "12", "New Mexico", "553", "31", ".4539", "114", "1041" ], [ "13", "UNLV", "301", "4", ".4434", "45", "512" ], [ "14", "TOTAL", "4,959", "296", ".522", "90.3", "10,687" ] ] }, { "t5Formulas": [ { "Question": "What is the chinese name for whom chan chi-yuen, paul is listed as the romanised name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Chan Chi-yuen, Paul\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Chan Chi-yuen, Paul\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Chan Chi-yuen, Paul\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The name cheung, raymond man-to is listed as a romanised name is cheung, raymond man-to?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Cheung, Raymond Man-to\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Cheung, Raymond Man-to\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Cheung, Raymond Man-to\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For the chinese name 盧奕基 how many in total is the govt salary?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"盧奕基\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"盧奕基\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"盧奕基\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For the name romanised name is lo yik-kee, victor what is the total number foreign nationality that is listed?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Lo Yik-kee, Victor\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Lo Yik-kee, Victor\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Lo Yik-kee, Victor\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "For the prior occupation listed as assistant police commissioner (ret'd) what are the entire list of romanised name. ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Assistant Police Commissioner (ret'd)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,F2:F8=\"Assistant Police Commissioner (ret'd)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"Assistant Police Commissioner (ret'd)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17964087-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Romanised name", "Chinese name", "age at appointment", "Foreign nationality", "Portfolio attachment", "Prior occupation", "Govt salary" ], [ "2", "Chan Chi-yuen, Paul", "陳智遠", "28", "N/A", "Food and Health", "Research assistant, City University", "HK$ 134,150" ], [ "3", "Cheung, Raymond Man-to", "張文韜", "46", "N/A", "Education", "Barrister", "HK$134,150" ], [ "4", "Lo Yik-kee, Victor", "盧奕基", "55", "British", "Security", "Assistant Police Commissioner (ret'd)", "HK$134,150" ], [ "5", "Mok Yee-tuen, Zandra", "莫宜端", "35", "N/A", "Labour and Welfare", "Journalist;Senior Manager, Bauhinia Foundation", "HK$134,150" ], [ "6", "Ng Kit-shuen, Katherine", "伍潔鏇", "34", "an Singapore", "Financial Services and the Treasury", "legal director, Merrill Lynch HK", "HK$163,960" ], [ "7", "Tsui Ying-wai, Caspar", "徐英偉", "31", "Canadian", "Home Affairs", "Investment Services Manager, Hang Seng Bank", "HK$134,150" ], [ "8", "Yip Kan-chuen, Frankie", "葉根銓", "38", "N/A", "Financial Secretary", "Public Affairs Manager, HK Jockey Club", "HK$134,150" ] ] }, { "t5Formulas": [ { "Question": "Name the number of high rebounds for l 92–96 (ot)", "Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"L 92–96 (OT)\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F6, D2:D6=\"L 92–96 (OT)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "D1", "=", "\"L 92–96 (OT)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-22879262-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "May 16", "@ Orlando", "W 92–88 (OT)", "Ray Allen (25)", "Kevin Garnett (11)", "Rajon Rondo (8)", "Amway Arena 17,461", "1–0" ], [ "3", "2", "May 18", "@ Orlando", "W 95–92 (OT)", "Paul Pierce (28)", "Kevin Garnett (9)", "Rajon Rondo (8)", "Amway Arena 17,461", "2–0" ], [ "4", "3", "May 22", "Orlando", "W 94–71 (OT)", "Glen Davis (17)", "Paul Pierce (9)", "Rajon Rondo (12)", "TD Garden 18,624", "3–0" ], [ "5", "4", "May 24", "Orlando", "L 92–96 (OT)", "Paul Pierce (32)", "Kevin Garnett (12)", "Rajon Rondo (8)", "TD Garden 18,624", "3–1" ], [ "6", "5", "May 26", "@ Orlando", "L 92–113 (OT)", "Rasheed Wallace (21)", "Kevin Garnett (5)", "Ray Allen (7)", "Amway Arena 17,461", "3–2" ] ] }, { "t5Formulas": [ { "Question": "Which production won the drama desk award as well as the category of outstanding sound design?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"drama desk award\")*(C1=\"outstanding sound design\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(B2:B19=\"drama desk award\")*(C2:C19=\"outstanding sound design\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"drama desk award\"", "*", "C1", "=", "\"outstanding sound design\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was nominated for outstanding director of a musical?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"outstanding director of a musical\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"outstanding director of a musical\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"outstanding director of a musical\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what year was Terry Johnson nominated for a Tony award?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tony award\")*(D1=\"terry johnson\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(B2:B19=\"tony award\")*(D2:D19=\"terry johnson\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tony award\"", "*", "D1", "=", "\"terry johnson\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was there a Tony award category of Best Revival of a Musical?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tony award\")*(C1=\"best revival of a musical\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(B2:B19=\"tony award\")*(C2:C19=\"best revival of a musical\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tony award\"", "*", "C1", "=", "\"best revival of a musical\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1195142-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award", "Category", "Nominee", "Result" ], [ "2", "2010", "Tony Award", "Best Revival of a Musical", "Best Revival of a Musical", "Won" ], [ "3", "2010", "Tony Award", "Best Performance by a Leading Actor in a Musical", "Kelsey Grammer", "Nominated" ], [ "4", "2010", "Tony Award", "Best Performance by a Leading Actor in a Musical", "Douglas Hodge", "Won" ], [ "5", "2010", "Tony Award", "Best Performance by a Featured Actor in a Musical", "Robin de Jesus", "Nominated" ], [ "6", "2010", "Tony Award", "Best Direction of a Musical", "Terry Johnson", "Won" ], [ "7", "2010", "Tony Award", "Best Choreography", "Lynne Page", "Nominated" ], [ "8", "2010", "Tony Award", "Best Orchestrations", "Jason Carr", "Nominated" ], [ "9", "2010", "Tony Award", "Best Scenic Design", "Tim Shortall", "Nominated" ], [ "10", "2010", "Tony Award", "Best Costume Design", "Matthew Wright", "Nominated" ], [ "11", "2010", "Tony Award", "Best Lighting Design", "Nick Richings", "Nominated" ], [ "12", "2010", "Tony Award", "Best Sound Design", "Jonathan Deans", "Nominated" ], [ "13", "2010", "Drama Desk Award", "Outstanding Revival of a Musical", "Outstanding Revival of a Musical", "Won" ], [ "14", "2010", "Drama Desk Award", "Outstanding Actor in a Musical", "Douglas Hodge", "Won" ], [ "15", "2010", "Drama Desk Award", "Outstanding Featured Actor in a Musical", "Robin de Jesus", "Nominated" ], [ "16", "2010", "Drama Desk Award", "Outstanding Director of a Musical", "Terry Johnson", "Nominated" ], [ "17", "2010", "Drama Desk Award", "Outstanding Choreography", "Lynne Page", "Nominated" ], [ "18", "2010", "Drama Desk Award", "Outstanding Costume Design", "Matthew Wright", "Won" ], [ "19", "2010", "Drama Desk Award", "Outstanding Sound Design", "Jonathan Deans", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "What year was the League the malaysian super league, and a Malaysia Cup of group stage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"malaysian super league\")*(E1=\"group stage\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"malaysian super league\")*(E2:E8=\"group stage\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"malaysian super league\"", "*", "E1", "=", "\"group stage\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the position when the League is the malaysian super league, and a Year of 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"malaysian super league\")*(A1=2011)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"malaysian super league\")*(A2:A8=2011)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"malaysian super league\"", "*", "A1", "=", "2011", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What year was the position 6/13?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"6/13\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"6/13\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"6/13\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was the League of malaysian super league, and the Position was 10/14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"malaysian super league\")*(B1=\"10/14\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"malaysian super league\")*(B2:B8=\"10/14\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"malaysian super league\"", "*", "B1", "=", "\"10/14\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12392649-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Position", "League", "FA Cup", "Malaysia Cup" ], [ "2", "2007", "3rd", "FAM Cup", "Not Participated", "Not Participated" ], [ "3", "2007-08", "6/13", "Malaysian Premier League", "Quarter-Final", "Not Participated" ], [ "4", "2009", "6/13", "Malaysian Premier League", "1st Round", "Not Participated" ], [ "5", "2010", "Champion", "Malaysian Premier League", "2nd Round", "Group Stage" ], [ "6", "2011", "11/14", "Malaysian Super League", "Quarter Final", "Quarter Final" ], [ "7", "2012", "10/14", "Malaysian Super League", "Round of 32", "Quarter Final" ], [ "8", "2013", "11/12", "Malaysian Super League", "Round of 32", "Group stage" ] ] }, { "t5Formulas": [ { "Question": "Total weeks of 49,980 attendance?", "Formula": "SUM(FILTER(A1, E1=49980))", "Formula2": "SUM(FILTER(A2:A17, E2:E17=49980))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "49980" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Mean attendance for December 22, 1980?", "Formula": "AVERAGEIFS(E1,B1,\"december 22, 1980\")", "Formula2": "AVERAGEIFS(E2:E17,B2:B17,\"december 22, 1980\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"december 22, 1980\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Overall attendance for week 4?", "Formula": "SUM(FILTER(E1, A1=4))", "Formula2": "SUM(FILTER(E2:E17, A2:A17=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-15378820-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 7, 1980", "at Seattle Seahawks", "W 34-13", "62,042" ], [ "3", "2", "September 14, 1980", "Oakland Raiders", "W 30-24", "51,943" ], [ "4", "3", "September 21, 1980", "at Denver Broncos", "W 30-13", "74,970" ], [ "5", "4", "September 28, 1980", "at Kansas City Chiefs", "W 24-7", "45,161" ], [ "6", "5", "October 5, 1980", "Buffalo Bills", "L 26-24", "51,982" ], [ "7", "6", "October 12, 1980", "at Oakland Raiders", "L 38-24", "44,826" ], [ "8", "7", "October 19, 1980", "New York Giants", "W 44-7", "50,397" ], [ "9", "8", "October 26, 1980", "at Dallas Cowboys", "L 42-31", "60,639" ], [ "10", "9", "November 2, 1980", "at Cincinnati Bengals", "W 31-14", "46,406" ], [ "11", "10", "November 9, 1980", "Denver Broncos", "L 20-13", "51,435" ], [ "12", "11", "November 16, 1980", "Kansas City Chiefs", "W 20-7", "50,248" ], [ "13", "12", "November 20, 1980", "at Miami Dolphins", "W 27-24", "63,013" ], [ "14", "13", "November 30, 1980", "Philadelphia Eagles", "W 22-21", "51,567" ], [ "15", "14", "December 7, 1980", "at Washington Redskins", "L 40-17", "48,556" ], [ "16", "15", "December 13, 1980", "Seattle Seahawks", "W 21-14", "49,980" ], [ "17", "16", "December 22, 1980", "Pittsburgh Steelers", "W 26-17", "51,785" ] ] }, { "t5Formulas": [ { "Question": "Which Lead Margin has a Poll Source of rasmussen reports/ fox news?", "Formula": "SUMIFS(E1,A1,\"rasmussen reports/ fox news\")", "Formula2": "SUMIFS(E2:E6,A2:A6,\"rasmussen reports/ fox news\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"rasmussen reports/ fox news\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Poll Source has a Date administered of october 30 – november 2, 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"october 30 – november 2, 2008\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"october 30 – november 2, 2008\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"october 30 – november 2, 2008\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16223328-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Poll Source", "Date administered", "Democrat", "Republican", "Lead Margin" ], [ "2", "Reuters/Zogby", "October 31- November 3, 2008", "Barack Obama", "John McCain", "0" ], [ "3", "Rasmussen Reports/ Fox News", "November 2, 2008", "Barack Obama", "John McCain", "0" ], [ "4", "Public Policy Polling", "October 31 – November 2, 2008", "Barack Obama", "John McCain", "0.8" ], [ "5", "Reuters/Zogby", "October 30- November 2, 2008", "Barack Obama", "John McCain", "1.7" ], [ "6", "Survey USA", "October 30 – November 2, 2008", "Barack Obama", "John McCain", "0" ] ] }, { "t5Formulas": [ { "Question": "Which Opponent is on October of 29?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=29))", "Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(B2:B9)),FILTER(query1,CHOOSECOLS(query1,2)=29))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "29" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "WHich October has a Record of 1–0–0?", "Formula": "SUMIFS(B1,E1,\"1–0–0\")", "Formula2": "SUMIFS(B2:B9,E2:E9,\"1–0–0\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"1–0–0\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Opponent has a October larger than 20 with a Score of 2–2?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"2–2\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>20))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,D2:D9=\"2–2\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>20))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"2–2\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "20" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-14305802-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "October", "Opponent", "Score", "Record", "Points" ], [ "2", "1", "13", "Chicago Black Hawks", "5–1", "1–0–0", "2" ], [ "3", "2", "15", "@ Pittsburgh Penguins", "8–2", "2–0–0", "4" ], [ "4", "3", "16", "St. Louis Blues", "7–0", "3–0–0", "6" ], [ "5", "4", "20", "Pittsburgh Penguins", "11–0", "4–0–0", "8" ], [ "6", "5", "22", "@ Toronto Maple Leafs", "1–6", "4–1–0", "8" ], [ "7", "6", "23", "Toronto Maple Leafs", "3–6", "4–2–0", "8" ], [ "8", "7", "26", "@ Chicago Black Hawks", "2–2", "4–2–1", "9" ], [ "9", "8", "29", "@ St. Louis Blues", "7–3", "5–2–1", "11" ] ] }, { "t5Formulas": [ { "Question": "Where did the Jet's play with an attendance of 11,309?", "Formula": "FILTER(E1,F1=\"11,309\")", "Formula2": "FILTER(E2:E16,F2:F16=\"11,309\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "F1", "=", "\"11,309\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the result of the game against Bye?", "Formula": "FILTER(D1,C1=\"bye\")", "Formula2": "FILTER(D2:D16,C2:C16=\"bye\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"bye\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the Result for week 15?", "Formula": "FILTER(D1,A1=15)", "Formula2": "FILTER(D2:D16,A2:A16=15)", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "15" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-13983406-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "1964-09-12", "Denver Broncos", "W 30–6", "Shea Stadium", "44,497" ], [ "3", "2", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "4", "3", "1964-09-27", "at Boston Patriots", "L 26–10", "Fenway Park", "22,716" ], [ "5", "4", "1964-10-03", "San Diego Chargers", "T 17–17", "Shea Stadium", "50,222" ], [ "6", "5", "1964-10-10", "Oakland Raiders", "W 35–13", "Shea Stadium", "36,499" ], [ "7", "6", "1964-10-17", "Houston Oilers", "W 24–21", "Shea Stadium", "35,816" ], [ "8", "7", "1964-10-24", "at Buffalo Bills", "L 34–24", "War Memorial Stadium", "39,621" ], [ "9", "8", "1964-10-31", "Boston Patriots", "W 35–14", "Shea Stadium", "45,033" ], [ "10", "9", "1964-11-08", "Buffalo Bills", "L 20–7", "Shea Stadium", "61,929" ], [ "11", "10", "1964-11-15", "at Denver Broncos", "L 20–16", "Bears Stadium", "11,309" ], [ "12", "11", "1964-11-22", "at Oakland Raiders", "L 35–26", "Frank Youell Field", "15,589" ], [ "13", "12", "1964-11-29", "Kansas City Chiefs", "W 27–14", "Shea Stadium", "46,597" ], [ "14", "13", "1964-12-06", "at San Diego Chargers", "L 38–3", "Balboa Stadium", "25,753" ], [ "15", "14", "1964-12-13", "at Houston Oilers", "L 33–17", "Jeppesen Stadium", "16,225" ], [ "16", "15", "1964-12-20", "at Kansas City Chiefs", "L 24–7", "Municipal Stadium", "14,316" ] ] }, { "t5Formulas": [ { "Question": "Where was the game played where the record was 10-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"10-1\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,I2:I15=\"10-1\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"10-1\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score for game 3?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many records are there for the game on november 24?", "Formula": "ROWS(UNIQUE(FILTER(I1, B1=\"November 24\")))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I15, B2:B15=\"November 24\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "B1", "=", "\"November 24\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What date was the game with a score of w 116–93 (ot)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 116–93 (OT)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"W 116–93 (OT)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 116–93 (OT)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had the high assists when the score was w 107–95 (ot)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 107–95 (OT)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"W 107–95 (OT)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 107–95 (OT)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27715173-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "3", "November 1", "@ L.A. Clippers", "W 97–88 (OT)", "Tony Parker (19)", "Antonio McDyess (10)", "Tony Parker (9)", "Staples Center 14,964", "2–1" ], [ "3", "4", "November 3", "@ Phoenix", "W 112–110 (OT)", "Richard Jefferson (28)", "Tim Duncan (17)", "Tony Parker (6)", "US Airways Center 17,060", "3–1" ], [ "4", "5", "November 6", "Houston", "W 124–121 (OT)", "Manu Ginóbili (28)", "Tim Duncan (11)", "Tony Parker (14)", "AT&T Center 17,740", "4–1" ], [ "5", "6", "November 8", "@ Charlotte", "W 95–91 (OT)", "Manu Ginóbili (26)", "Tim Duncan (10)", "Tony Parker (8)", "Time Warner Cable Arena 14,152", "5–1" ], [ "6", "7", "November 10", "L.A. Clippers", "W 107–95 (OT)", "Manu Ginóbili , Richard Jefferson (22)", "Antonio McDyess (9)", "Tony Parker (9)", "AT&T Center 17,309", "6–1" ], [ "7", "8", "November 13", "Philadelphia", "W 116–93 (OT)", "Tony Parker (24)", "DeJuan Blair (12)", "Tony Parker (7)", "AT&T Center 17,627", "7–1" ], [ "8", "9", "November 14", "@ Oklahoma City", "W 117–104 (OT)", "Tony Parker (24)", "DeJuan Blair (11)", "George Hill (5)", "Oklahoma City Arena 18,203", "8–1" ], [ "9", "10", "November 17", "Chicago", "W 103–94 (OT)", "Tony Parker (21)", "Tim Duncan (18)", "Tony Parker (7)", "AT&T Center 18,581", "9–1" ], [ "10", "11", "November 19", "@ Utah", "W 94–82 (OT)", "Tony Parker (24)", "Tim Duncan (14)", "Tony Parker (7)", "EnergySolutions Arena 19,332", "10-1" ], [ "11", "12", "November 20", "Cleveland", "W 116–92 (OT)", "Tony Parker (19)", "DeJuan Blair (9)", "Tony Parker (9)", "AT&T Center 16,982", "11–1" ], [ "12", "13", "November 22", "Orlando", "W 106–97 (OT)", "Manu Ginóbili (25)", "Matt Bonner (7)", "Tony Parker (10)", "AT&T Center 17,627", "12–1" ], [ "13", "14", "November 24", "@ Minnesota", "W 113–109 (OT)", "Manu Ginóbili (26)", "Tim Duncan (13)", "Manu Ginóbili , Tony Parker (6)", "Target Center 13,117", "13–1" ], [ "14", "15", "November 26", "Dallas", "L 94–103 (OT)", "Manu Ginóbili (31)", "Tim Duncan (8)", "Manu Ginóbili , Tim Duncan (4)", "AT&T Center 18,581", "13–2" ], [ "15", "16", "November 28", "@ New Orleans", "W 109–95 (OT)", "Manu Ginóbili (23)", "Tim Duncan , Manu Ginóbili , Antonio McDyess (7)", "Tony Parker (9)", "New Orleans Arena 12,449", "14–2" ] ] }, { "t5Formulas": [ { "Question": "How many cop apps in the season with fewer than 12 league apps?", "Formula": "SUM(FILTER(E1, C1<12))", "Formula2": "SUM(FILTER(E2:E14, C2:C14<12))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "<", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What season saw 6 cup apps and 5 cup goals?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)=6)*(CHOOSECOLS(query1,3)=5)))", "Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(E2:E14),SUMX(F2:F14)),FILTER(query1,(CHOOSECOLS(query1,2)=6)*(CHOOSECOLS(query1,3)=5)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6", "*", "CHOOSECOLS(", "query1", "3", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many league apps in the season with more than 2 cup goals and more than 6 cup apps?", "Formula": "SUM(FILTER(C1, (F1>2)*(E1>6)))", "Formula2": "SUM(FILTER(C2:C14, (F2:F14>2)*(E2:E14>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", ">", "2", "*", "E1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many cup goals for the season with more than 34 league apps?", "Formula": "SUM(FILTER(F1, C1>34))", "Formula2": "SUM(FILTER(F2:F14, C2:C14>34))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", ">", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "How many cup goals in the season with more than 5 league apps, 1 cup apps and fewer than 4 league goals?", "Formula": "SUM(FILTER(F1, (C1>5)*(E1=1)*(D1<4)))", "Formula2": "SUM(FILTER(F2:F14, (C2:C14>5)*(E2:E14=1)*(D2:D14<4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", ">", "5", "*", "E1", "=", "1", "*", "D1", "<", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many cup apps for the season where there are more than 10 league goals and 23 league apps?", "Formula": "SUM(FILTER(E1, (D1>10)*(C1=23)))", "Formula2": "SUM(FILTER(E2:E14, (D2:D14>10)*(C2:C14=23)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "10", "*", "C1", "=", "23" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-10556257-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Team", "League Apps", "League Goals", "Cup Apps", "Cup Goals" ], [ "2", "1923-24", "Swindon Town", "5", "3", "5", "2" ], [ "3", "1922-23", "Swindon Town", "14", "4", "1", "0" ], [ "4", "1921-22", "Swindon Town", "24", "11", "2", "2" ], [ "5", "1920-21", "Swindon Town", "26", "16", "1", "1" ], [ "6", "1919-20", "Swindon Town", "20", "10", "2", "0" ], [ "7", "1914-15", "Swindon Town", "23", "12", "2", "0" ], [ "8", "1913-14", "Swindon Town", "24", "18", "1", "1" ], [ "9", "1912-13", "Swindon Town", "12", "9", "2", "1" ], [ "10", "1911-12", "Swindon Town", "20", "16", "6", "5" ], [ "11", "1910-11", "Swindon Town", "30", "19", "4", "2" ], [ "12", "1909-10", "Swindon Town", "33", "19", "6", "7" ], [ "13", "1908-09", "Swindon Town", "34", "28", "1", "0" ], [ "14", "1907-08", "Swindon Town", "30", "17", "4", "0" ] ] }, { "t5Formulas": [ { "Question": "When has a Score of 6–3, 6–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–3, 6–4\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"6–3, 6–4\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–3, 6–4\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHich Score has marcelo filippini mark koevermans?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"marcelo filippini mark koevermans\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"marcelo filippini mark koevermans\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"marcelo filippini mark koevermans\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHich Tournament has a Partnering of diego pérez and a Opponents in the final of christer allgardh carl limberger?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"diego pérez\")*(E1=\"christer allgardh carl limberger\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(D2:D10=\"diego pérez\")*(E2:E10=\"christer allgardh carl limberger\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"diego pérez\"", "*", "E1", "=", "\"christer allgardh carl limberger\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Opponents in the final has a Partnering of tomás carbonell on march 28, 1995?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"tomás carbonell\")*(A1=\"march 28, 1995\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(D2:D10=\"tomás carbonell\")*(A2:A10=\"march 28, 1995\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"tomás carbonell\"", "*", "A1", "=", "\"march 28, 1995\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score of an Opponent\\ in the final of jordi arrese àlex corretja?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"jordi arrese àlex corretja\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"jordi arrese àlex corretja\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"jordi arrese àlex corretja\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-13831441-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Tournament", "Surface", "Partnering", "Opponents in the final", "Score" ], [ "2", "August 4, 1991", "Kitzbühel , Austria", "Clay", "Tomás Carbonell", "Pablo Arraya Dimitri Poliakov", "6–7, 6–2, 6–4" ], [ "3", "November 15, 1992", "São Paulo , Brazil", "Clay", "Diego Pérez", "Christer Allgardh Carl Limberger", "6–2, 7–6" ], [ "4", "October 11, 1992", "Athens , Greece", "Clay", "Tomás Carbonell", "Marcelo Filippini Mark Koevermans", "6–3, 6–4" ], [ "5", "August 28, 1994", "Umag , Croatia", "Clay", "Diego Pérez", "Karol Kučera Paul Wekesa", "6–2, 6–4" ], [ "6", "March 28, 1995", "Casablanca , Morocco", "Clay", "Tomás Carbonell", "Emanuel Couto João Cunha e Silva", "6–4, 6–1" ], [ "7", "June 16, 1995", "Oporto , Portugal", "Clay", "Tomás Carbonell", "Jordi Arrese Àlex Corretja", "6–3, 7–6" ], [ "8", "July 23, 1995", "Stuttgart Outdoor , Germany", "Clay", "Tomás Carbonell", "Ellis Ferreira Jan Siemerink", "3–6, 6–3, 6–4" ], [ "9", "October 8, 1995", "Valencia , Spain", "Clay", "Tomás Carbonell", "Tom Kempers Jack Waite", "7–5, 6–3" ], [ "10", "April 14, 1996", "Estoril , Portugal", "Clay", "Tomás Carbonell", "Tom Nijssen Greg Van Emburgh", "6–3, 6–2" ] ] }, { "t5Formulas": [ { "Question": "Where is scott starr from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Scott Starr\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"Scott Starr\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Scott Starr\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where is lincoln high school located?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Lincoln High School\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"Lincoln High School\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Lincoln High School\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where is Shaq Thompson from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Shaq Thompson\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"Shaq Thompson\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Shaq Thompson\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did Darius Hamilton go?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Darius Hamilton\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"Darius Hamilton\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Darius Hamilton\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where is Norco HIgh School?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Norco High School\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"Norco High School\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Norco High School\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-11677691-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "School", "Hometown", "College" ], [ "2", "Mario Edwards, Jr.", "Defensive line", "Ryan High School", "Denton, Texas", "Florida State" ], [ "3", "Ellis McCarthy", "Defensive line", "Monrovia High School", "Monrovia, California", "UCLA" ], [ "4", "Noah Spence", "Defensive line", "Bishop McDevitt High School", "Harrisburg, Pennsylvania", "Ohio State" ], [ "5", "Tommy Schutt", "Defensive line", "Glenbard West High School", "Glen Ellyn, Illinois", "Ohio State" ], [ "6", "Darius Hamilton", "Defensive line", "Don Bosco Preparatory High School", "Ramsey, New Jersey", "Rutgers" ], [ "7", "Vince Biegel", "Linebacker", "Lincoln High School", "Wisconsin Rapids, Wisconsin", "Wisconsin" ], [ "8", "Scott Starr", "Linebacker", "Norco High School", "Norco, California", "Southern California" ], [ "9", "Noor Davis", "Linebacker", "Lessburg High School", "Leesburg, Florida", "Stanford" ], [ "10", "Shaq Thompson", "Defensive back", "Grant Union High School", "Sacramento, California", "Washington" ], [ "11", "Landon Collins", "Defensive back", "Dutchtown High School", "Geismar, Louisiana", "Alabama" ], [ "12", "Leon McQuay III ‡", "Defensive back", "Armwood High School", "Seffner, Florida", "Southern California" ] ] }, { "t5Formulas": [ { "Question": "What is the friendly game for Germany of France?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"france\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"france\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"france\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14282690-15", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "136.", "18 February", "Friendly", "Croatia", "Germany" ], [ "2", "137.", "31 March", "Friendly", "Croatia", "Turkey" ], [ "3", "138.", "28 April", "Friendly", "Macedonia", "Croatia" ], [ "4", "139.", "29 May", "Friendly", "Croatia", "Slovakia" ], [ "5", "140.", "5 June", "Friendly", "Denmark", "Croatia" ], [ "6", "141.", "13 June", "Euro 2004 - first round", "Croatia", "Switzerland" ], [ "7", "142.", "17 June", "Euro 2004 - first round", "Croatia", "France" ], [ "8", "143.", "21 June", "Euro 2004 - first round", "Croatia", "England" ], [ "9", "144.", "18 August", "Friendly", "Croatia", "Israel" ], [ "10", "145.", "4 September", "World Cup 2006 qualifier", "Croatia", "Hungary" ], [ "11", "146.", "8 September", "World Cup 2006 qualifier", "Sweden", "Croatia" ], [ "12", "147.", "9 October", "World Cup 2006 qualifier", "Croatia", "Bulgaria" ], [ "13", "148.", "16 November", "Friendly", "Ireland", "Croatia" ] ] }, { "t5Formulas": [ { "Question": "Position of guard, and a Pick # larger than 9 is what highest round?", "Formula": "MAX(FILTER(A1, (E1=\"guard\")*(B1>9)))", "Formula2": "MAX(FILTER(A2:A10, (E2:E10=\"guard\")*(B2:B10>9)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "\"guard\"", "*", "B1", ">", "9" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Pick # smaller than 11, and a Name of von hutchins belongs to what college?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"von hutchins\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"von hutchins\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"von hutchins\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "College of idaho, and an Overall smaller than 141 is what average round?", "Formula": "AVERAGE(FILTER(A1, (F1=\"idaho\")*(C1<141)))", "Formula2": "AVERAGE(FILTER(A2:A10, (F2:F10=\"idaho\")*(C2:C10<141)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "F1", "=", "\"idaho\"", "*", "C1", "<", "141" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Name of David Kimball, and an Overall smaller than 229 is what highest round?", "Formula": "MAX(FILTER(A1, (D1=\"david kimball\")*(C1<229)))", "Formula2": "MAX(FILTER(A2:A10, (D2:D10=\"david kimball\")*(C2:C10<229)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "D1", "=", "\"david kimball\"", "*", "C1", "<", "229" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-13312898-52", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "2", "12", "44", "Bob Sanders", "Safety", "Iowa" ], [ "3", "3", "5", "68", "Ben Hartsock", "Tight End", "Ohio State" ], [ "4", "3", "6", "69", "Gilbert Gardner", "Linebacker", "Purdue" ], [ "5", "4", "11", "107", "Kendyll Pope", "Linebacker", "Florida State" ], [ "6", "4", "29", "125", "Jason David", "Cornerback", "Washington State" ], [ "7", "5", "9", "141", "Jake Scott", "Guard", "Idaho" ], [ "8", "6", "8", "173", "Von Hutchins", "Cornerback", "Mississippi" ], [ "9", "6", "28", "193", "Jim Sorgi", "Quarterback", "Wisconsin" ], [ "10", "7", "28", "229", "David Kimball", "Placekicker", "Penn State" ] ] }, { "t5Formulas": [ { "Question": "What is the fewest wins that has fewer than 23 goals scored, team of 2 de Mayo, and fewer than 7 draws?", "Formula": "MIN(FILTER(D1,(G1<23)*(B1=\"2 de mayo\")*(E1<7)))", "Formula2": "MIN(FILTER(D2:D13,(G2:G13<23)*(B2:B13=\"2 de mayo\")*(E2:E13<7)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "G1", "<", "23", "*", "B1", "=", "\"2 de mayo\"", "*", "E1", "<", "7" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the number of draws for the team with more than 8 losses and 13 points?", "Formula": "FILTER(E1,(F1>8)*(I1=13))", "Formula2": "FILTER(E2:E13,(F2:F13>8)*(I2:I13=13))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "F1", ">", "8", "*", "I1", "=", "13" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "dev_2-14871601-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Team", "Played", "Wins", "Draws", "Losses", "Scored", "Conceded", "Points" ], [ "2", "1", "Libertad", "22", "17", "4", "1", "36", "14", "55" ], [ "3", "2", "Cerro Porteño", "22", "15", "4", "3", "52", "21", "49" ], [ "4", "3", "Olimpia", "22", "11", "5", "6", "33", "23", "38" ], [ "5", "4", "Sol de America", "22", "9", "7", "6", "32", "24", "34" ], [ "6", "5", "Nacional", "22", "9", "7", "6", "37", "30", "34" ], [ "7", "6", "12 de Octubre", "22", "7", "5", "10", "23", "29", "26" ], [ "8", "7", "Guaraní", "22", "6", "7", "9", "24", "27", "25" ], [ "9", "8", "Tacuary", "22", "6", "7", "9", "25", "29", "25" ], [ "10", "9", "Trinidense", "22", "5", "9", "8", "15", "18", "24" ], [ "11", "10", "Sportivo Luqueño", "22", "5", "4", "13", "24", "41", "19" ], [ "12", "11", "3 de Febrero", "22", "5", "4", "13", "21", "41", "19" ], [ "13", "12", "2 de Mayo", "22", "2", "7", "13", "16", "41", "13" ] ] }, { "t5Formulas": [ { "Question": "Who is the singer that has Comedian; II of Preeti Amin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"preeti amin\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"preeti amin\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"preeti amin\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the comedian that has a pair no larger than 5 with a comedian II: Jimmy Moses?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"jimmy moses\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,C2:C9=\"jimmy moses\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"jimmy moses\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the result of Comedian : II of Ali Asgar?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ali asgar\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"ali asgar\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ali asgar\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12316202-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pair No.", "Comedian:1", "Comedian:II", "Tansen(Singers)", "Place(Result)" ], [ "2", "1", "Kapil Sharma", "Ali Asgar", "Neha Kakkar", "Winner" ], [ "3", "2", "V.I.P.", "Swapnil Joshi", "Sugandha Mishra", "1st Runner-up" ], [ "4", "3", "Sudesh Lehri", "Krushna Abhishek", "Hard Kaur", "1st Runner-up" ], [ "5", "4", "Bharti Singh", "Aksshat Saluja", "Abhijeet Sawant", "2nd Runner-up" ], [ "6", "5", "Rajeev Thakur", "Shweta Tiwari", "Krishna Beura", "2nd Runner-up" ], [ "7", "6", "Sumit Arora", "Jimmy Moses", "Bhoomi Trivedi", "Eliminated" ], [ "8", "7", "Jaswant Singh", "Anjum Farooki", "Abhas Joshi", "Eliminated" ], [ "9", "8", "Raja Sagoo", "Preeti Amin", "Raja Hasan", "Eliminated" ] ] }, { "t5Formulas": [ { "Question": "Which vehicle has a Diagram of 516 or smaller, and a driving motor brake second (dmbs) type.", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"driving motor brake second (dmbs)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>516))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F6,B2:B6=\"driving motor brake second (dmbs)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>516))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"driving motor brake second (dmbs)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "516" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-1080291-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Number", "Type", "Seating", "Diagram no", "Lot no.", "Weight" ], [ "2", "50000", "Driving Motor Brake Second (DMBS)", "62 2nd", "632", "30341", "41tons3cwt ( lb or t)" ], [ "3", "50001–50048", "Driving Motor Brake Second (DMBS)", "62 2nd", "516", "30209", "37tons10cwt ( lb or t)" ], [ "4", "50049", "Driving Motor Brake Second (DMBS)", "62 2nd", "516", "30459", "37tons10cwt ( lb or t)" ], [ "5", "56000", "Driving Trailer Composite with lavatory (DTCL)", "12 1st + 62 2nd", "641", "30342", "31tons3cwt ( lb or t)" ], [ "6", "56001–56049", "Driving Trailer Composite with lavatory (DTCL)", "12 1st + 62 2nd", "641", "30210", "29tons10cwt ( lb or t)" ] ] }, { "t5Formulas": [ { "Question": "Name the number of wheel arrangement when class is d14", "Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"D14\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B15, A2:A15=\"D14\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "\"D14\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the most number of pyewipe", "Formula": "MAX(E1)", "Formula2": "MAX(E2:E15)", "Level": "easy", "Tokens": [ "MAX(", "E1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "Name the number at march when class is j66", "Formula": "SUMIFS(F1,A1,\"J66\")", "Formula2": "SUMIFS(F2:F15,A2:A15,\"J66\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"J66\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the railway when class is j19", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"J19\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"J19\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"J19\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the railway when class is j15", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"J15\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"J15\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"J15\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15608800-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Class", "Wheel Arrangement", "Railway", "Number at Doncaster", "Number at Pyewipe", "Number at March" ], [ "2", "D13", "4-4-0", "GER", "3", "3", "6" ], [ "3", "D14", "4-4-0", "GER", "0", "0", "1" ], [ "4", "D15", "4-4-0", "GER", "1", "0", "4" ], [ "5", "E4", "2-4-0", "GER", "1", "0", "4" ], [ "6", "J14", "0-6-0", "GER", "0", "0", "1" ], [ "7", "J15", "0-6-0", "GER", "0", "3", "17" ], [ "8", "J16", "0-6-0", "GER", "0", "1", "7" ], [ "9", "J17", "0-6-0", "GER", "0", "2", "15" ], [ "10", "J18", "0-6-0", "GER", "0", "0", "7" ], [ "11", "J19", "0-6-0", "GER", "0", "0", "8" ], [ "12", "J20", "0-6-0", "GER", "0", "0", "14" ], [ "13", "J66", "0-6-0T", "GER", "0", "3", "10" ], [ "14", "J67", "0-6-0T", "GER", "0", "0", "1" ], [ "15", "J68", "0-6-0T", "GER", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the result in fort lauderdale, florida?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"fort lauderdale, florida\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"fort lauderdale, florida\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"fort lauderdale, florida\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What venue had less than 2 goals?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-1122303-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Goal", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "1", "21 February 1999", "Fort Lauderdale, Florida", "2–1", "2–1", "Friendly match" ], [ "3", "2", "30 July 1999", "Guadalajara , Mexico", "2–0", "2–0", "1999 FIFA Confederations Cup" ], [ "4", "3", "12 March 2000", "Birmingham, Alabama", "1–1", "1–1", "Friendly match" ], [ "5", "4", "17 November 2002", "Washington, D.C.", "1–0", "2–0", "Friendly match" ], [ "6", "5", "19 February 2006", "Frisco, Texas", "1–0", "4–0", "Friendly match" ], [ "7", "6", "11 April 2006", "Cary, North Carolina", "1–1", "1–1", "Friendly match" ] ] }, { "t5Formulas": [ { "Question": "Who is the Monarch whose Heir is Robert Curthose when the Reason is that the father became king?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"robert curthose\")*(E1=\"father became king\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(A2:A8=\"robert curthose\")*(E2:E8=\"father became king\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"robert curthose\"", "*", "E1", "=", "\"father became king\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Monarch has succession unclear 1100-1103 as his Status?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"succession unclear 1100-1103\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"succession unclear 1100-1103\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"succession unclear 1100-1103\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Reason is given when 1103 is the date for Became heir?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=1103),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=1103),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "1103", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Status when Henry I is the Monarch and the Reason is succession unclear 1100-1103?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"henry i\")*(E1=\"succession unclear 1100-1103\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(G2:G8=\"henry i\")*(E2:E8=\"succession unclear 1100-1103\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"henry i\"", "*", "E1", "=", "\"succession unclear 1100-1103\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11782763-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Heir", "Status", "Relationship to Monarch", "Became heir", "Reason", "Ceased to be heir", "Monarch" ], [ "2", "Robert Curthose", "Heir presumptive", "Son", "1066", "father became king", "1077", "William I" ], [ "3", "Succession unclear 1077-1087", "Succession unclear 1077-1087", "Succession unclear 1077-1087", "Succession unclear 1077-1087", "Succession unclear 1077-1087", "Succession unclear 1077-1087", "William I" ], [ "4", "Robert Curthose", "Heir presumptive", "Elder brother", "1087", "By agreement", "1088", "William II" ], [ "5", "Henry Beauclerc", "Heir presumptive", "Younger brother", "1088", "Robert's rebellion", "2 August 1100", "William II" ], [ "6", "Succession unclear 1100-1103", "Succession unclear 1100-1103", "Succession unclear 1100-1103", "Succession unclear 1100-1103", "Succession unclear 1100-1103", "Succession unclear 1100-1103", "Henry I" ], [ "7", "William Adelin", "Heir apparent", "Only son", "1103", "born", "25 November 1120", "Henry I" ], [ "8", "Empress Matilda", "Heiress presumptive", "Only child", "25 November 1120 proclaimed 1127", "brother died", "1 December 1135 (22 December 1135)", "Henry I" ] ] }, { "t5Formulas": [ { "Question": "Who is moving with the nationality of Tri?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"tri\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"tri\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"tri\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1630649-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Nat.", "Name", "Moving to", "Type", "Transfer window", "Transfer fee" ], [ "2", "Chile", "Sebastian Rozental", "Free Agent", "End of contract", "Summer", "n/a" ], [ "3", "FIN", "Tero Penttilä", "HJK", "End of contract", "Summer", "n/a" ], [ "4", "NIR", "Lee Feeney", "Linfield", "End of contract", "Summer", "n/a" ], [ "5", "FIN", "Jani Kauppila", "Tervarit", "End of contract", "Summer", "n/a" ], [ "6", "SCO", "Scott Wilson", "Dunfermline Athletic", "End of contract", "Summer", "n/a" ], [ "7", "RUS", "Andrei Kanchelskis", "Southampton", "End of contract", "Summer", "n/a" ], [ "8", "AUS", "Tony Vidmar", "Middlesbrough", "End of contract", "Summer", "n/a" ], [ "9", "DEN", "Jesper Christiansen", "VfL Wolfsburg", "Loan", "Summer", "n/a" ], [ "10", "NOR", "Tore André Flo", "Sunderland", "Transfer", "Summer", "£6.75m" ], [ "11", "POL", "Dariusz Adamczuk", "Free Agent", "Transfer", "n/a", "n/a" ], [ "12", "SCO", "Billy Dodds", "Dundee United", "Transfer", "Winter", "Free" ], [ "13", "TRI", "Russell Latapy", "Free Agent", "Transfer", "Winter", "n/a" ] ] }, { "t5Formulas": [ { "Question": "What is the high 10 profile number when the high profile is 80?", "Formula": "SUM(FILTER(H1, G1=80))", "Formula2": "SUM(FILTER(H2:H8, G2:G8=80))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "G1", "=", "80" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What level has 11880 macroblocks and high 10 profile is 6000?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(H1)),FILTER(query1,(CHOOSECOLS(query1,2)=11880)*(CHOOSECOLS(query1,3)=6000)))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(C2:C8),SUMX(H2:H8)),FILTER(query1,(CHOOSECOLS(query1,2)=11880)*(CHOOSECOLS(query1,3)=6000)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11880", "*", "CHOOSECOLS(", "query1", "3", "=", "6000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What are the luma samples at level 1.3?", "Formula": "SUM(FILTER(B1, A1=1.3))", "Formula2": "SUM(FILTER(B2:B8, A2:A8=1.3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "1.3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the high 10 profile when high profile is 160?", "Formula": "SUM(FILTER(H1, G1=160))", "Formula2": "SUM(FILTER(H2:H8, G2:G8=160))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "G1", "=", "160" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-237036-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Level", "Luma samples/s", "Macroblocks/s", "Luma samples", "Macroblocks", "Baseline, Extended and Main Profiles", "High Profile", "High 10 Profile", "Examples for high resolution @ highest frame rate (max stored frames) Toggle additional details" ], [ "2", "1", "380160", "1485", "25344", "99", "64", "80", "192", "128×96@30.9 (8) 176×144@15.0 (4)" ], [ "3", "1b", "380160", "1485", "25344", "99", "128", "160", "384", "128×96@30.9 (8) 176×144@15.0 (4)" ], [ "4", "1.1", "768000", "3000", "101376", "396", "192", "240", "576", "176×144@30.3 (9) 320×240@10.0 (3) 352×288@7.5 (2)" ], [ "5", "1.2", "1536000", "6000", "101376", "396", "384", "480", "1152", "320×240@20.0 (7) 352×288@15.2 (6)" ], [ "6", "1.3", "3041280", "11880", "101376", "396", "768", "960", "2304", "320×240@36.0 (7) 352×288@30.0 (6)" ], [ "7", "2", "3041280", "11880", "101376", "396", "2000", "2500", "6000", "320×240@36.0 (7) 352×288@30.0 (6)" ], [ "8", "2.1", "5068800", "19800", "202752", "792", "4000", "5000", "12000", "352×480@30.0 (7) 352×576@25.0 (6)" ] ] }, { "t5Formulas": [ { "Question": "What is the highest game number that had a time of 2:44?", "Formula": "MAX(FILTER(A1,D1=\"2:44\"))", "Formula2": "MAX(FILTER(A2:A7,D2:D7=\"2:44\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "D1", "=", "\"2:44\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1217874-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Location", "Time", "Attendance" ], [ "2", "1", "October 20", "Yankee Stadium (I)", "3:10", "56,365" ], [ "3", "2", "October 21", "Yankee Stadium (I)", "2:44", "56,340" ], [ "4", "3", "October 22", "Atlanta-Fulton County Stadium", "3:22", "51,843" ], [ "5", "4", "October 23", "Atlanta-Fulton County Stadium", "4:17", "51,881" ], [ "6", "5", "October 24", "Atlanta-Fulton County Stadium", "2:54", "51,881" ], [ "7", "6", "October 26", "Yankee Stadium (I)", "2:52", "56,375" ] ] }, { "t5Formulas": [ { "Question": "What is the 1st leg in the match where Remo (PA) is team 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"remo (pa)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"remo (pa)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"remo (pa)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is team 1 where team 2 is Fluminense (RJ)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"fluminense (rj)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"fluminense (rj)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"fluminense (rj)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18175353-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "Internacional (RS)", "2–1", "Atlético (PR)", "0–0", "2-1" ], [ "3", "Remo (PA)", "1–3", "Sport (PE)", "1–2", "0–1" ], [ "4", "Paraná (PR)", "4–1", "Goiás (GO)", "1–1", "3–0" ], [ "5", "São Caetano (SP)", "4–3", "Fluminense (RJ)", "3–3", "1–0" ], [ "6", "Malutrom (PR)", "1–4", "Cruzeiro (MG)", "0–3", "1–1" ], [ "7", "Grêmio (RS)", "2–2", "Ponte Preta (SP)", "1–0", "1–2" ], [ "8", "Bahia (BA)", "5–6", "Vasco da Gama (RJ)", "3–3", "2–3" ], [ "9", "Palmeiras (SP)", "3–2", "São Paulo (SP)", "1–1", "2–1" ] ] }, { "t5Formulas": [ { "Question": "What player was moved to Blackpool?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"blackpool\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"blackpool\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"blackpool\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "A player was moved to celtic had an end of what date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"celtic\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"celtic\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"celtic\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14986996-20", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Start date", "End date", "Pos.", "Player", "To club" ], [ "2", "15 Aug. 07", "31 May 08", "MF", "Ishmael Miller", "West Brom" ], [ "3", "21 Aug. 07", "11 Nov. 07", "DF", "Matthew Mills", "Doncaster Rovers" ], [ "4", "31 Aug. 07", "31 May 08", "FW", "Bernardo Corradi", "Parma" ], [ "5", "31 Aug. 07", "31 Dec. 07", "FW", "Paul Dickov", "Crystal Palace" ], [ "6", "31 Aug. 07", "31 Dec. 07", "DF", "Danny Mills", "Charlton Athletic" ], [ "7", "11 Oct. 07", "10 Nov. 07", "DF", "Shaleum Logan", "Grimsby Town" ], [ "8", "25 Oct. 07", "24 Nov. 07", "GK", "Kasper Schmeichel", "Cardiff City" ], [ "9", "10 Nov. 07", "19 Dec. 07", "DF", "Shaleum Logan", "Scunthorpe United" ], [ "10", "21 Oct. 07", "20 Dec. 07", "FW", "Ched Evans", "Norwich City" ], [ "11", "4 Jan. 08", "31 May 08", "DF", "Danny Mills", "Derby County" ], [ "12", "10 Jan. 08", "26 Feb. 08", "FW", "Ched Evans", "Norwich City" ], [ "13", "11 Jan. 08", "31 May 08", "DF", "Matthew Mills", "Doncaster Rovers" ], [ "14", "23 Jan. 08", "31 May 08", "FW", "Rolando Bianchi", "Lazio" ], [ "15", "29 Jan. 08", "31 May 08", "FW", "Georgios Samaras", "Celtic" ], [ "16", "31 Jan. 08", "31 May 08", "FW", "Paul Dickov", "Blackpool" ], [ "17", "22 Feb. 08", "14 Mar. 08", "DF", "Shaleum Logan", "Stockport County" ], [ "18", "4 Mar. 08", "31 May 08", "MF", "Kelvin Etuhu", "Leicester City" ], [ "19", "13 Mar. 08", "31 May 08", "GK", "Kasper Schmeichel", "Coventry City" ], [ "20", "24 Mar. 08", "31 May 08", "DF", "Shaleum Logan", "Stockport County" ] ] }, { "t5Formulas": [ { "Question": "What team with a seed value greater than 7 has a note that they were an NCRAA champion?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"ncraa champion\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,D2:D17=\"ncraa champion\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ncraa champion\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17072031-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Seed", "Team", "League", "Notes", "Eliminated at" ], [ "2", "1", "Ateneo de Manila University Blue Eagles", "UAAP", "UAAP runner-up", "Quarterfinals (eliminated by Mapúa)" ], [ "3", "2", "San Beda College Red Lions", "NCAA", "NCAA champion", "Finals (defeated by UE)" ], [ "4", "3", "University of Santo Tomas Growling Tigers", "UAAP", "UAAP champion", "Round of 16 (eliminated by JRU)" ], [ "5", "4", "Philippine Christian University Dolphins", "NCAA", "NCAA runner-up", "Quarterfinals (eliminated by UE)" ], [ "6", "5", "University of the East Red Warriors", "UAAP", "UAAP 3rd place", "Champions (Finals vs. San Beda)" ], [ "7", "6", "Colegio de San Juan de Letran Knights", "NCAA", "NCAA 3rd place", "Quarterfinals (eliminated by JRU)" ], [ "8", "7", "Adamson University Soaring Falcons", "UAAP", "UAAP 4th place", "Round of 16 (eliminated by UV)" ], [ "9", "8", "Mapua Institute of Technology Cardinals", "NCAA", "NCAA 4th place", "Semifinals (eliminated by UE)" ], [ "10", "9", "Saint Francis of Assisi College System Doves", "NCRAA", "NCRAA champion", "Round of 16 (eliminated by Mapúa)" ], [ "11", "10", "University of the Visayas Green Lancers", "CESAFI", "Visayas-Mindanao qualifier", "Quarterfinals (eliminated by San Beda)" ], [ "12", "11", "University of Cebu Webmasters", "CESAFI", "Visayas-Mindanao qualifier", "Round of 16 (eliminated by Letran)" ], [ "13", "12", "Emilio Aguinaldo College Generals", "UCAA", "UCAA champion", "Round of 16 (eliminated by UE)" ], [ "14", "13", "AMA Computer University Titans", "NAASCU", "NAASCU champion", "Round of 16 (eliminated by PCU)" ], [ "15", "14", "José Rizal University Heavy Bombers", "NCAA", "NCAA 6th place - Wildcard", "Semifinals (eliminated by San Beda)" ], [ "16", "15", "National University Bulldogs", "UAAP", "UAAP 7th place - Wildcard", "Round of 16 (eliminated by San Beda)" ], [ "17", "16", "PMI Colleges Admirals", "CUSA", "CUSA champion - Wildcard", "Round of 16 (eliminated by Ateneo)" ] ] }, { "t5Formulas": [ { "Question": "Name the least rank subcontinent for bangladesh", "Formula": "MINIFS(A1,D1,\"Bangladesh\")", "Formula2": "MINIFS(A2:A9,D2:D9,\"Bangladesh\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "D1", "\"Bangladesh\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the rank world for 7 rank subcontinent", "Formula": "SUM(FILTER(C1, A1=7))", "Formula2": "SUM(FILTER(C2:C9, A2:A9=7))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the 2011 gdp for pakistan", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Pakistan\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"Pakistan\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Pakistan\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2011 gdp for 65 rank world", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=65))", "Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=65))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "65" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the number of rank world for bhutan", "Formula": "SUMIFS(C1,D1,\"Bhutan\")", "Formula2": "SUMIFS(C2:C9,D2:D9,\"Bhutan\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "D1", "\"Bhutan\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-2248784-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank Subcontinent", "Rank Asia", "Rank World", "Country", "2011 GDP (PPP) billions of USD" ], [ "2", "1", "2", "3", "India", "$4,469.763" ], [ "3", "2", "11", "27", "Pakistan", "$489.436" ], [ "4", "3", "17", "42", "Bangladesh", "$282.945" ], [ "5", "4", "25", "65", "Sri Lanka", "$115.220" ], [ "6", "5", "34", "96", "Nepal", "$37.799" ], [ "7", "6", "38", "106", "Afghanistan", "$30.012" ], [ "8", "7", "46", "155", "Bhutan", "$4.285" ], [ "9", "8", "49", "164", "Maldives", "$2.735" ] ] }, { "t5Formulas": [ { "Question": "What is the round of the match at venue A with a result of 1-2 on 7 December 2004?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(E1=\"1-2\")*(A1=\"7 december 2004\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"a\")*(E2:E13=\"1-2\")*(A2:A13=\"7 december 2004\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"a\"", "*", "E1", "=", "\"1-2\"", "*", "A1", "=", "\"7 december 2004\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opponent of the match in round sf with a result of 0-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"sf\")*(E1=\"0-0\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(B2:B13=\"sf\")*(E2:E13=\"0-0\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"sf\"", "*", "E1", "=", "\"0-0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the opponent of the match with an attendance larger than 59,000?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>59000))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)>59000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "59000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-12108114-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "14 September 2004", "GS", "Paris Saint-Germain", "A", "3-0", "40,000" ], [ "3", "29 September 2004", "GS", "Porto", "H", "3-1", "39,237" ], [ "4", "20 October 2004", "GS", "CSKA Moscow", "H", "2-0", "33,945" ], [ "5", "2 November 2004", "GS", "CSKA Moscow", "A", "1-0", "28,000" ], [ "6", "24 November 2004", "GS", "Paris Saint-Germain", "H", "0-0", "39,626" ], [ "7", "7 December 2004", "GS", "Porto", "A", "1-2", "42,409" ], [ "8", "23 February 2005", "R2", "Barcelona", "A", "1-2", "89,000" ], [ "9", "8 March 2005", "R2", "Barcelona", "H", "4-2", "42,409" ], [ "10", "6 April 2005", "QF", "Bayern Munich", "H", "4-2", "40,253" ], [ "11", "12 April 2005", "QF", "Bayern Munich", "A", "2-3", "59,000" ], [ "12", "27 April 2005", "SF", "Liverpool", "H", "0-0", "40,497" ], [ "13", "3 May 2005", "SF", "Liverpool", "A", "0-1", "42,529" ] ] }, { "t5Formulas": [ { "Question": "How much December has a Score of 5–2, and a Game smaller than 27?", "Formula": "SUM(FILTER(B1, (D1=\"5–2\")*(A1<27)))", "Formula2": "SUM(FILTER(B2:B16, (D2:D16=\"5–2\")*(A2:A16<27)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "\"5–2\"", "*", "A1", "<", "27" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Game has an Opponent of @ pittsburgh penguins?", "Formula": "SUMIFS(A1,C1,\"@ pittsburgh penguins\")", "Formula2": "SUMIFS(A2:A16,C2:C16,\"@ pittsburgh penguins\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"@ pittsburgh penguins\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which December has a Record of 21–7–2, and a Game larger than 30?", "Formula": "SUM(FILTER(B1, (E1=\"21–7–2\")*(A1>30)))", "Formula2": "SUM(FILTER(B2:B16, (E2:E16=\"21–7–2\")*(A2:A16>30)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"21–7–2\"", "*", "A1", ">", "30" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which December has Points of 38, and a Record of 18–6–2?", "Formula": "SUM(FILTER(B1, (F1=38)*(E1=\"18–6–2\")))", "Formula2": "SUM(FILTER(B2:B16, (F2:F16=38)*(E2:E16=\"18–6–2\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "38", "*", "E1", "=", "\"18–6–2\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-14208857-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "December", "Opponent", "Score", "Record", "Points" ], [ "2", "24", "2", "St. Louis Blues", "7–1", "18–4–2", "38" ], [ "3", "25", "4", "Hartford Whalers", "1–2", "18–5–2", "38" ], [ "4", "26", "6", "@ Boston Bruins", "0–5", "18–6–2", "38" ], [ "5", "27", "7", "Edmonton Oilers", "5–2", "19–6–2", "40" ], [ "6", "28", "9", "Vancouver Canucks", "6–3", "20–6–2", "42" ], [ "7", "29", "11", "Calgary Flames", "5–3", "21–6–2", "44" ], [ "8", "30", "13", "@ Minnesota North Stars", "4–5", "21–7–2", "44" ], [ "9", "31", "14", "@ Winnipeg Jets", "4–1", "22–7–2", "46" ], [ "10", "32", "18", "New York Islanders", "9–4", "23–7–2", "48" ], [ "11", "33", "20", "@ Pittsburgh Penguins", "6–4", "24–7–2", "50" ], [ "12", "34", "21", "St. Louis Blues", "7–6", "25–7–2", "52" ], [ "13", "35", "23", "@ Buffalo Sabres", "1–2", "25–8–2", "52" ], [ "14", "36", "27", "@ Vancouver Canucks", "2–4", "25–9–2", "52" ], [ "15", "37", "28", "@ Edmonton Oilers", "4–6", "25–10–2", "52" ], [ "16", "38", "30", "@ Los Angeles Kings", "1–4", "25–11–2", "52" ] ] }, { "t5Formulas": [ { "Question": "Who are the Runner(s)-up with a Margin of 1 stroke?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1 stroke\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"1 stroke\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1 stroke\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who are the Runner(s)-up with a Margin of 3 strokes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"3 strokes\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"3 strokes\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"3 strokes\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest Year with of the open championship?", "Formula": "MAXIFS(A1,B1,\"the open championship\")", "Formula2": "MAXIFS(A2:A6,B2:B6,\"the open championship\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"the open championship\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Winning score in 1956?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1956),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=1956),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1956", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Winning score in 1965?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1965),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=1965),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1965", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What Year had a Runner(s)-up of flory van donck?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"flory van donck\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"flory van donck\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"flory van donck\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1510351-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Championship", "54 holes", "Winning score", "Margin", "Runner(s)-up" ], [ "2", "1954", "The Open Championship", "Tied for lead", "−9 (72-71-69-71=283)", "1 stroke", "Bobby Locke , Dai Rees , Syd Scott" ], [ "3", "1955", "The Open Championship (2)", "1 shot lead", "−7 (71-68-70-72=281)", "2 strokes", "John Fallon" ], [ "4", "1956", "The Open Championship (3)", "3 shot lead", "−2 (70-70-72-74=286)", "3 strokes", "Flory Van Donck" ], [ "5", "1958", "The Open Championship (4)", "2 shot lead", "−6 (66-72-67-73=278)", "Playoff 1", "Dave Thomas" ], [ "6", "1965", "The Open Championship (5)", "1 shot lead", "−7 (74-68-72-71=285)", "2 strokes", "Christy O'Connor Snr , Brian Huggett" ] ] }, { "t5Formulas": [ { "Question": "What city had a crowd larger than 11,346 and score of 24-16?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"24-16\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>11346))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,C2:C10=\"24-16\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>11346))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"24-16\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "11346" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the result of the game at Odsal Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"odsal stadium\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"odsal stadium\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"odsal stadium\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10637415-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Result", "Score", "Stadium", "City", "Crowd" ], [ "2", "6 June 1997", "Brisbane Broncos def. London Broncos", "42-22", "ANZ Stadium", "Brisbane", "18,193" ], [ "3", "6 June 1997", "Auckland Warriors def. St Helens", "42-12", "Knowsley Road", "St Helens", "8,911" ], [ "4", "7 June 1997", "North Queensland Cowboys def. Leeds Rhinos", "42-20", "Stockland Stadium", "Townsville", "14,561" ], [ "5", "8 June 1997", "Adelaide Rams def. Salford Reds", "50-8", "Adelaide Oval", "Adelaide", "11,346" ], [ "6", "8 June 1997", "Canberra Raiders def. Halifax Blue Sox", "70-6", "Bruce Stadium", "Canberra", "7,780" ], [ "7", "8 June 1997", "Hunter Mariners def. Paris-St Germain", "28-12", "Charlety Stadium", "Paris", "3,500" ], [ "8", "8 June 1997", "Perth Reds def. Castleford Tigers", "24-16", "Wilderspool", "Warrington", "3,378" ], [ "9", "9 June 1997", "Wigan Warriors def. Canterbury Bulldogs", "22-18", "Belmore", "Sydney", "10,680" ], [ "10", "9 June 1997", "Penrith Panthers def. Bradford Bulls", "20-16", "Odsal Stadium", "Bradford", "14,378" ] ] }, { "t5Formulas": [ { "Question": "How many episodes aired on october 27, 2008", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"October 27, 2008\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B7, C2:C7=\"October 27, 2008\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"October 27, 2008\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "The episode \"chapter five: dressed to kill\" had a weekly ranking of what?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Chapter Five: Dressed to Kill\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Chapter Five: Dressed to Kill\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Chapter Five: Dressed to Kill\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the most # that aired on september 29, 2008?", "Formula": "MAXIFS(A1,C1,\"September 29, 2008\")", "Formula2": "MAXIFS(A2:A7,C2:C7,\"September 29, 2008\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "C1", "\"September 29, 2008\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-11235334-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "#", "Episode", "Air Date", "Timeslot", "Viewers", "Weekly Rank for Living" ], [ "2", "1", "\"Pilot\"", "September 22, 2008", "Monday, 10:00pm", "238,000", "4" ], [ "3", "2", "\"Chapter Two: Nothing Sacred\"", "September 29, 2008", "Monday, 10:00pm", "139,000", "7" ], [ "4", "3", "\"Chapter Three: Pink Poison\"", "October 6, 2008", "Monday, 10:00pm", "TBC", "TBC" ], [ "5", "4", "\"Chapter Four: Bombay Highway\"", "October 13, 2008", "Monday, 10:00pm", "183,000", "5" ], [ "6", "5", "\"Chapter Five: Dressed to Kill\"", "October 20, 2008", "Monday, 10:00pm", "214,000", "8" ], [ "7", "6", "\"Chapter Six: Take the High Road\"", "October 27, 2008", "Monday, 10:00pm", "TBC", "TBC" ] ] }, { "t5Formulas": [ { "Question": "When was the game played at Princes Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"princes park\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What did Melbourne score as the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"melbourne\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10808681-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Essendon", "21.16 (142)", "Hawthorn", "6.15 (51)", "Windy Hill", "13,277", "10 June 1967" ], [ "3", "Collingwood", "19.20 (134)", "Fitzroy", "4.9 (33)", "Victoria Park", "18,643", "10 June 1967" ], [ "4", "St Kilda", "9.17 (71)", "North Melbourne", "8.13 (61)", "Moorabbin Oval", "17,258", "10 June 1967" ], [ "5", "Melbourne", "19.14 (128)", "South Melbourne", "12.17 (89)", "MCG", "45,723", "12 June 1967" ], [ "6", "Carlton", "14.7 (91)", "Richmond", "13.15 (93)", "Princes Park", "37,384", "12 June 1967" ], [ "7", "Geelong", "15.12 (102)", "Footscray", "9.8 (62)", "Kardinya Park", "21,963", "12 June 1967" ] ] }, { "t5Formulas": [ { "Question": "What is the date of the home team from South Melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score of the away team with the home team Fitzroy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"fitzroy\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10806592-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "17.19 (121)", "St Kilda", "7.13 (55)", "Western Oval", "21,000", "28 May 1938" ], [ "3", "Carlton", "14.18 (102)", "Melbourne", "16.11 (107)", "Princes Park", "20,000", "28 May 1938" ], [ "4", "South Melbourne", "13.16 (94)", "Hawthorn", "18.12 (120)", "Lake Oval", "11,000", "28 May 1938" ], [ "5", "Richmond", "18.9 (117)", "Geelong", "12.16 (88)", "Punt Road Oval", "22,000", "28 May 1938" ], [ "6", "Fitzroy", "14.9 (93)", "Essendon", "11.13 (79)", "Brunswick Street Oval", "13,000", "28 May 1938" ], [ "7", "North Melbourne", "10.7 (67)", "Collingwood", "23.11 (149)", "Arden Street Oval", "12,000", "28 May 1938" ] ] }, { "t5Formulas": [ { "Question": "What was the score when the team played at the bobcats?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"bobcats\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"bobcats\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"bobcats\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score when the Spurs' record was 43-13?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"43-13\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"43-13\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"43-13\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13759275-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Record" ], [ "2", "2 February 2005", "Spurs", "103–91", "Lakers", "Tony Parker (22)", "38–10" ], [ "3", "8 February 2005", "Spurs", "104–85", "Bobcats", "Tony Parker (20)", "39–10" ], [ "4", "9 February 2005", "Spurs", "87–95", "Wizards", "Tony Parker (22)", "39–11" ], [ "5", "11 February 2005", "Spurs", "101–91", "Nets", "Tony Parker (27)", "40–11" ], [ "6", "13 February 2005", "Spurs", "92–96", "Heat", "Manu Ginóbili (24)", "40–12" ], [ "7", "16 February 2005", "Spurs", "101-78", "Hornets", "Tim Duncan (19)", "41-12" ], [ "8", "23 February 2005", "Rockets", "81-99", "Spurs", "Tim Duncan (30)", "42-12" ], [ "9", "26 February 2005", "Grizzlies", "84-82", "Spurs", "Tim Duncan (27)", "42-13" ], [ "10", "28 February 2005", "Spurs", "94-92", "Cavaliers", "Tim Duncan (20)", "43-13" ] ] }, { "t5Formulas": [ { "Question": "What season was the finale that aired on May 23, 2004?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"May 23, 2004\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"May 23, 2004\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"May 23, 2004\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What TV season was the 1st season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1st\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"1st\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"1st\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the 3rd season premiere originally aired?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"3rd\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"3rd\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"3rd\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the 2nd's season's ranking?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"2nd\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"2nd\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"2nd\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When did the season premiere that saw 8.4 million viewers first air?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=8.4))", "Formula2": "LET(query1,SUMMARIZE(B2:B7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)=8.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8.4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When did the season finale for the January 9, 2000 season premiere first air?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"January 9, 2000\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"January 9, 2000\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"January 9, 2000\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-299121-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Season premiere", "Season finale", "TV season", "Ranking", "Viewers (in millions)" ], [ "2", "1st", "January 9, 2000", "May 21, 2000", "1999–2000", "#18", "15.2" ], [ "3", "2nd", "November 5, 2000", "May 20, 2001", "2000–2001", "#22", "14.5" ], [ "4", "3rd", "November 11, 2001", "May 12, 2002", "2001–2002", "#25", "13.0" ], [ "5", "4th", "November 3, 2002", "May 18, 2003", "2002–2003", "#43", "10.7" ], [ "6", "5th", "November 2, 2003", "May 23, 2004", "2003–2004", "#71", "8.4" ], [ "7", "6th", "November 7, 2004", "May 15, 2005", "2004–2005", "#99", "5.6" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of top-25 in the Masters Tournament, which has 0 top-10 and more than 0 top-5?", "Formula": "SUM(FILTER(E1, (D1=0)*(A1=\"masters tournament\")*(C1>0)))", "Formula2": "SUM(FILTER(E2:E6, (D2:D6=0)*(A2:A6=\"masters tournament\")*(C2:C6>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "0", "*", "A1", "=", "\"masters tournament\"", "*", "C1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total top-25 of the U.S. Open, which has less than 7 cuts?", "Formula": "SUM(FILTER(E1, (A1=\"u.s. open\")*(G1<7)))", "Formula2": "SUM(FILTER(E2:E6, (A2:A6=\"u.s. open\")*(G2:G6<7)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"u.s. open\"", "*", "G1", "<", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest top-5 of the tournament with less than 1 top-10 and less than 1 top-25?", "Formula": "MIN(FILTER(C1, (D1<1)*(E1<1)))", "Formula2": "MIN(FILTER(C2:C6, (D2:D6<1)*(E2:E6<1)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "<", "1", "*", "E1", "<", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest top-25 of the tournament with less than 22 events and more than 1 top-10?", "Formula": "MAX(FILTER(E1, (F1<22)*(D1>1)))", "Formula2": "MAX(FILTER(E2:E6, (F2:F6<22)*(D2:D6>1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "F1", "<", "22", "*", "D1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-1601826-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "0", "1", "5", "2" ], [ "3", "U.S. Open", "0", "0", "0", "1", "12", "7" ], [ "4", "The Open Championship", "0", "1", "1", "9", "22", "19" ], [ "5", "PGA Championship", "0", "0", "1", "3", "11", "6" ], [ "6", "Totals", "0", "1", "2", "14", "50", "34" ] ] }, { "t5Formulas": [ { "Question": "What was the score in the game on May 11? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"May 11\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"May 11\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"May 11\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the high scorer and how much did they score in the game on May 3? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"May 3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"May 3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"May 3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the series count at for game 5? ", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(I2:I7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Where was the game on May 15 and how many were in attendance? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"May 15\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"May 15\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"May 15\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-11963601-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "May 3", "@ New Orleans", "82–101", "Parker (23)", "Ginóbili , Oberto (6)", "Ginóbili (7)", "New Orleans Arena 18,040", "0–1" ], [ "3", "2", "May 5", "@ New Orleans", "84–102", "Duncan (18)", "Duncan (8)", "Ginóbili (7)", "New Orleans Arena 17,927", "0–2" ], [ "4", "3", "May 8", "New Orleans", "110–99", "Ginóbili , Parker (31)", "Duncan (13)", "Parker (11)", "AT&T Center 18,797", "1–2" ], [ "5", "4", "May 11", "New Orleans", "100–80", "Duncan (22)", "Duncan (15)", "Ginóbili , Parker (8)", "AT&T Center 18,797", "2–2" ], [ "6", "5", "May 13", "@ New Orleans", "79–101", "Ginóbili (20)", "Duncan (23)", "Ginóbili (7)", "New Orleans Arena 18,246", "2–3" ], [ "7", "6", "May 15", "New Orleans", "99–80", "Ginóbili (25)", "Duncan (15)", "Duncan (6)", "AT&T Center 18,797", "3–3" ] ] }, { "t5Formulas": [ { "Question": "What is the position of the player from the denver broncos?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"denver broncos\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"denver broncos\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"denver broncos\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the average pick of the kansas city chiefs?", "Formula": "AVERAGEIFS(A1,B1,\"kansas city chiefs\")", "Formula2": "AVERAGEIFS(A2:A9,B2:B9,\"kansas city chiefs\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"kansas city chiefs\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the pick of wiley college?", "Formula": "SUMIFS(A1,E1,\"wiley\")", "Formula2": "SUMIFS(A2:A9,E2:E9,\"wiley\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"wiley\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18652198-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "65", "Denver Broncos", "Gerry Bussell Category:Articles with hCards", "Defensive back", "Georgia Tech" ], [ "3", "66", "Houston Oilers", "George Kinney Category:Articles with hCards", "Defensive end", "Wiley" ], [ "4", "67", "Oakland Raiders", "Rich Zecher Category:Articles with hCards", "Defensive tackle", "Utah State" ], [ "5", "68", "New York Jets", "Jimmy Sidle Category:Articles with hCards", "Running back", "Auburn" ], [ "6", "69", "Kansas City Chiefs", "Joe Cerne Category:Articles with hCards", "Center", "Northwestern" ], [ "7", "70", "San Diego Chargers", "Jerry Whelchel Category:Articles with hCards", "Quarterback", "Massachusetts" ], [ "8", "71", "Boston Patriots", "Bob Malone Category:Articles with hCards", "Tackle", "Louisiana Tech" ], [ "9", "72", "Buffalo Bills", "Al Nelson Category:Articles with hCards", "Defensive back", "Cincinnati" ] ] }, { "t5Formulas": [ { "Question": "Who won the Women's singles in 2013?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2013),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=2013),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2013", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who won the Men's doubles when there was no competition in the Men's singles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"no competition\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"no competition\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"no competition\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was there no competition in Mixed Doubles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"no competition\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"no competition\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"no competition\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year did Lonneke Janssen win the Women's singles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"lonneke janssen\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,C2:C19=\"lonneke janssen\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"lonneke janssen\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12154722-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], [ "2", "1991", "Tamas Gebhard", "Andrea Harsági", "Tamas Gebhard Richard Banhidi", "Andrea Dakó Andrea Harsági", "Jeliazko Valkov Diana Filipova" ], [ "3", "1992", "Iasen Borisov", "Reni Asenova", "Michail Popov Tzvetozar Soyanov", "Reni Asenova Raina Tzvetkova", "Emerik Balazs Erika Stich" ], [ "4", "1993", "Anatoliy Skripko", "Elena Nozdran", "Vladislav Druzchenko Valeri Streltsov", "Elena Nozdran Irina Koloskova", "Valeri Streltsov Elena Nozdran" ], [ "5", "1994", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "6", "1995", "Mihail Popov", "Victoria Hristova", "Mihail Popov Liyben Panov", "Victoria Hristova Raina Tzvetcova", "Svetoslav Stoyanov Raina Tzvetcova" ], [ "7", "1996–1997", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "8", "1998", "Konstantin Dobrev", "Csilla Forian", "Konstantin Dobrev Asparuch Nedkov", "Diana Koleva Raina Tzvetkova", "Konstantin Dobrev Diana Koleva" ], [ "9", "1999", "Hidetaka Yamada", "Maja Pohar", "Manuel Dubruille Vincent Laigle", "Diana Koleva Nely Nedjalkova", "Andrej Pohar Maja Pohar" ], [ "10", "2000", "Oliver Pongratz", "Lonneke Janssen", "Mathias Boe Michael Jensen", "Britta Andersen Lene Mørk", "Mathias Boe Britta Andersen" ], [ "11", "2001 2005", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "12", "2006", "Jan Vondra", "Petya Nedelcheva", "Vladimir Metodiev Stilian Makarski", "Petya Nedelcheva Diana Dimova", "Stilian Makarski Diana Dimova" ], [ "13", "2007", "Sho Sasaki", "Tracey Hallam", "Kenichi Hayakawa Kenta Kazuno", "Fiona Mckee Charmaine Reid", "Valeriy Atrashchenkov Elena Prus" ], [ "14", "2008", "Ville Lang", "Hwang Hye-youn", "Vladimir Metodiev Krasimir Yankov", "Olga Golovanova Anastasia Prokopenko", "Stilian Makarski Diana Dimova" ], [ "15", "2009", "Dionysius Hayom Rumbaka", "Petya Nedelcheva", "Julian Hristov Vladimir Metodiev", "Petya Nedelcheva Dimitria Popstoikova", "Valeriy Atrashchenkov Elena Prus" ], [ "16", "2010", "Yeoh Kay Bin", "Hitomi Oka", "Jürgen Koch Peter Zauner", "Shinta Mulia Sari Yao Lei", "Chayut Triyachart Yao Lei" ], [ "17", "2011", "Koichi Saeki", "Minatsu Mitani", "Sam Magee Tony Stephenson", "Alex Bruce Michelle Li", "Sam Magee Chloe Magee" ], [ "18", "2012", "Marcel Reuter", "Kana Ito", "Laurent Constantin Sebastien Vincent", "Sandra-Maria Jensen Line Kjaersfeldt", "Edi Subaktiar Melati Daeva Oktaviani" ], [ "19", "2013", "Takuto Inoue", "Beatriz Corrales", "Takuto Inoue Yuki Kaneko", "Irina Khlebko Ksenia Polikarpova", "Choi Sol-kyu Kim Hye-rin" ] ] }, { "t5Formulas": [ { "Question": "Which province has a density of 971.4?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=971.4))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(D2:D13)),FILTER(query1,CHOOSECOLS(query1,2)=971.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "971.4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is Friesland's gdp per capita?", "Formula": "SUMIFS(F1,A1,\"Friesland\")", "Formula2": "SUMIFS(F2:F13,A2:A13,\"Friesland\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"Friesland\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the area of the place that has a population density of 331.4?", "Formula": "SUM(FILTER(C1, D1=331.4))", "Formula2": "SUM(FILTER(C2:C13, D2:D13=331.4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "331.4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which province has a gdp of 38355€ million euros?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=38355))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(E2:E13)),FILTER(query1,CHOOSECOLS(query1,2)=38355))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "38355" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the population estimate for the place that gad a 18496€ million euro gdp?", "Formula": "SUM(FILTER(B1, E1=18496))", "Formula2": "SUM(FILTER(B2:B13, E2:E13=18496))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "18496" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-1067441-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Province", "Population (2004 estimate)", "Area (km²)", "Density", "GDP (2003, PPS in mil. € )", "GDP per cap. (2003, in €)" ], [ "2", "South Holland", "3453000", "2860", "1207.3", "95868", "27825" ], [ "3", "North Holland", "2583900", "2660", "971.4", "65295", "27169" ], [ "4", "Utrecht", "1159200", "1356", "854.9", "38355", "33148" ], [ "5", "Limburg", "1143000", "2167", "527.5", "28038", "24585" ], [ "6", "North Brabant", "2406900", "4938", "487.4", "65295", "27169" ], [ "7", "Gelderland", "1967600", "4995", "393.9", "45043", "22942" ], [ "8", "Overijssel", "1105800", "3337", "331.4", "25854", "23441" ], [ "9", "Flevoland", "356400", "1426", "249.9", "6915", "19439" ], [ "10", "Groningen", "575900", "2344", "245.7", "18496", "32245" ], [ "11", "Zeeland", "378300", "1792", "211.1", "9354", "24706" ], [ "12", "Friesland", "642500", "3361", "191.2", "13989", "21830" ], [ "13", "Drenthe", "482300", "2652", "181.9", "10323", "21427" ] ] }, { "t5Formulas": [ { "Question": "What was the undecided with Roy Barnes at 47%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"47%\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"47%\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"47%\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the DuBose Porter with Roy Barnes at 54%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"54%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"54%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"54%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13774007-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Poll source", "Dates administered", "Roy Barnes", "Thurbert Baker", "DuBose Porter", "David Poythress", "Undecided" ], [ "2", "Rasmussen Reports", "July 13, 2010", "59%", "16%", "5%", "5%", "12%" ], [ "3", "Mason-Dixon", "July 8–13, 2010", "54%", "20%", "3%", "7%", "16%" ], [ "4", "Survey USA", "July 7–8, 2010", "56%", "18%", "6%", "5%", "9%" ], [ "5", "Survey USA", "June 14–17, 2010", "63%", "13%", "4%", "5%", "11%" ], [ "6", "InsiderAdvantage", "April 7, 2010", "47%", "18%", "5%", "6%", "24%" ], [ "7", "Rasmussen Reports", "December 18, 2009", "48%", "17%", "3%", "4%", "19%" ], [ "8", "Rasmussen Reports", "October 20, 2009", "43%", "19%", "4%", "4%", "21%" ], [ "9", "Rasmussen Reports", "August 18, 2009", "42%", "9%", "7%", "2%", "30%" ], [ "10", "Rasmussen Reports", "June 17, 2009", "48%", "8%", "5%", "2%", "31%" ], [ "11", "Strategic Vision", "June 17, 2009", "49%", "30%", "2%", "5%", "14%" ] ] }, { "t5Formulas": [ { "Question": "What is the highest average for teams ranked higher than 9?", "Formula": "MAX(FILTER(E1, A1>9))", "Formula2": "MAX(FILTER(E2:E11, A2:A11>9))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", ">", "9" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-1873992-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Team", "Games", "Total", "Avg." ], [ "2", "1.", "Michigan", "6", "673,511", "112,252" ], [ "3", "2.", "Ohio State", "8", "842,637", "105,330" ], [ "4", "3.", "Alabama", "7", "712,052", "101,722" ], [ "5", "4.", "Texas", "6", "605,304", "100,884" ], [ "6", "5.", "Penn State", "7", "677,108", "96,730" ], [ "7", "6.", "Georgia", "7", "648,922", "92,703" ], [ "8", "7.", "LSU", "8", "741,005", "92,626" ], [ "9", "8.", "Tennessee", "7", "629,752", "89,965" ], [ "10", "9.", "USC", "6", "527,670", "87,945" ], [ "11", "10.", "Florida", "7", "613,182", "87,597" ] ] }, { "t5Formulas": [ { "Question": "Tell me the overall rank for roland schoeman", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"roland schoeman\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"roland schoeman\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"roland schoeman\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10289926-22", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Heat Rank", "Lane", "Swimmer", "Country", "Time", "Overall Rank" ], [ "2", "1", "4", "Roland Schoeman", "South Africa", "23.49", "2" ], [ "3", "2", "1", "Lars Frölander", "Sweden", "23.66", "4" ], [ "4", "3", "7", "Jakob Andkjær", "Denmark", "23.92", "7" ], [ "5", "4", "3", "Frédérick Bousquet", "France", "24.00", "11" ], [ "6", "5", "6", "Lyndon Ferns", "South Africa", "24.05", "15" ], [ "7", "6", "7", "Jernej Godec", "Slovenia", "24.06", "T16" ], [ "8", "7", "2", "Corney Swanepoel", "New Zealand", "24.20", "20" ], [ "9", "8", "8", "Benjamin Starke", "Germany", "24.25", "23" ] ] }, { "t5Formulas": [ { "Question": "Who is the champion of the 1994 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1994),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=1994),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1994", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who is the best player in the 1998 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1998),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=1998),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1998", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-2527617-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Champion", "Runner-up", "Third Place", "Top scorer", "Best Player" ], [ "2", "1992", "Kairat", "Orbadasy (SKIF Ordabasy)", "Irtysh (Traktor)", "Sergei Kogai ( Kaisar ) - 21", "Sergei Volgin ( Kairat )" ], [ "3", "1993", "Irtysh (Ansat)", "Ekibastuzets (Batyr)", "Gornyak", "Aleksandr Shmarikov ( Taraz ) - 28", "Nikolay Kurganskiy ( Ekibastuzets )" ], [ "4", "1994", "Semey (Yelimay)", "Irtysh (Ansat)", "Ordabasy (Zhiger)", "Oleg Litvinenko ( Taraz ) - 20", "Kanat Musataev ( Ordabasy )" ], [ "5", "1995", "Semey (Yelimay)", "Taraz", "Shakhter", "Andrei Miroshnichenko ( Semey ) - 23", "Andrei Miroshnichenko ( Semey )" ], [ "6", "1996", "Taraz", "Irtysh", "Semey (Yelimay)", "Viktor Antonov ( Irtysh ) - 21", "Oleg Voskoboynikov ( Taraz )" ], [ "7", "1997", "Irtysh", "Taraz", "Kairat", "Nurken Mazbaev ( Taraz ) - 16", "Oleg Voskoboynikov ( Taraz )" ], [ "8", "1998", "Semey (Yelimay)", "Ekibastuzets (Batyr)", "Irtysh", "Oleg Litvinenko ( Semey ) - 14", "Oleg Voskoboynikov ( Kaisar )" ], [ "9", "1999", "Irtysh (Irtysh Bastau)", "Kyzylzhar (Access-Esil)", "Kairat", "Rejepmyrat Agabaýew ( Kairat ) - 24", "Igor Avdeev ( Kyzylzhar )" ], [ "10", "2000", "Astana-64 (Zhenis)", "Kyzylzhar (Access-Golden-Grain)", "Irtysh", "Mendes ( Irtysh ) - 21", "Igor Avdeev ( Kyzylzhar )" ], [ "11", "2001", "Astana-64 (Zhenis)", "Atyrau", "Kyzylzhar (Esil Bogatyr)", "Arsen Tlekhugov ( Astana-64 ) - 30", "Arsen Tlekhugov ( Astana-64 )" ], [ "12", "2002", "Irtysh", "Atyrau", "Tobol", "Yevgeny Lunev ( Shakhter ) - 16", "Evgeniy Lovchev ( Astana-64 )" ], [ "13", "2003", "Irtysh", "Tobol", "Astana-64 (Zhenis)", "Andrei Finonchenko ( Shakhter ) - 18", "Nurbol Zhumaskaliyev ( Tobol )" ], [ "14", "2005", "Aktobe", "Tobol", "Kairat", "Murat Tleshev ( Irtysh ) - 20", "Nurbol Zhumaskaliyev ( Tobol )" ], [ "15", "2006", "Astana-64 (Astana)", "Aktobe", "Tobol", "Jafar Irismetov ( Almaty ) - 17", "David Loria ( Astana-64 )" ], [ "16", "2007", "Aktobe", "Tobol", "Shakhter", "Jafar Irismetov ( Almaty ) - 17", "Samat Smakov ( Aktobe )" ], [ "17", "2008", "Aktobe", "Tobol", "Irtysh", "Murat Tleshev ( Irtysh ) - 13", "Samat Smakov ( Aktobe )" ], [ "18", "2010", "Tobol", "Aktobe", "Irtysh", "Ulugbek Bakaev ( Tobol ) - 16", "Nurbol Zhumaskaliyev ( Tobol )" ], [ "19", "2011", "Shakhter", "Zhetysu", "Aktobe", "Ulugbek Bakaev ( Zhetysu ) - 18", "Ulan Konysbayev ( Shakhter )" ] ] }, { "t5Formulas": [ { "Question": "Which Attendance has an Opponent of new york giants, and a Week smaller than 5?", "Formula": "AVERAGE(FILTER(E1,(C1=\"new york giants\")*(A1<5)))", "Formula2": "AVERAGE(FILTER(E2:E15,(C2:C15=\"new york giants\")*(A2:A15<5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "=", "\"new york giants\"", "*", "A1", "<", "5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Week has an Opponent of pittsburgh steelers, and an Attendance larger than 47,727?", "Formula": "MIN(FILTER(A1,(C1=\"pittsburgh steelers\")*(E1>\"47,727\")))", "Formula2": "MIN(FILTER(A2:A15,(C2:C15=\"pittsburgh steelers\")*(E2:E15>\"47,727\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "C1", "=", "\"pittsburgh steelers\"", "*", "E1", ">", "\"47,727\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Str" ] }, { "Question": "Which Attendance has a Date of september 29, 1968, and a Week smaller than 3?", "Formula": "MIN(FILTER(E1,(B1=\"september 29, 1968\")*(A1<3)))", "Formula2": "MIN(FILTER(E2:E15,(B2:B15=\"september 29, 1968\")*(A2:A15<3)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "=", "\"september 29, 1968\"", "*", "A1", "<", "3" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-17129364-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 14, 1968", "at Minnesota Vikings", "L 47-7", "45,563" ], [ "3", "2", "September 22, 1968", "Baltimore Colts", "L 28-20", "50,428" ], [ "4", "3", "September 29, 1968", "at San Francisco 49ers", "L 28-13", "27,471" ], [ "5", "4", "October 6, 1968", "Green Bay Packers", "L 38-7", "58,850" ], [ "6", "5", "October 13, 1968", "New York Giants", "W 24-21", "49,962" ], [ "7", "6", "October 20, 1968", "at Los Angeles Rams", "L 27-14", "54,443" ], [ "8", "7", "October 27, 1968", "at Cleveland Browns", "L 30-7", "67,723" ], [ "9", "8", "November 3, 1968", "Pittsburgh Steelers", "L 41-21", "47,727" ], [ "10", "9", "November 10, 1968", "Los Angeles Rams", "L 17-10", "53,979" ], [ "11", "10", "November 17, 1968", "at Chicago Bears", "W 16-13", "44,214" ], [ "12", "11", "November 24, 1968", "at St. Louis Cardinals", "L 17-12", "43,246" ], [ "13", "12", "December 1, 1968", "at Baltimore Colts", "L 44-0", "60,238" ], [ "14", "13", "December 8, 1968", "Detroit Lions", "L 24-7", "49,437" ], [ "15", "14", "December 15, 1968", "San Francisco 49ers", "L 14-12", "44,977" ] ] }, { "t5Formulas": [ { "Question": "What incumbent was first elected in 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=2009),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=2009),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "2009", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many were first elected in California 7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"California 7\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"California 7\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"California 7\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What district did George Miller belong to?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"George Miller\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"George Miller\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"George Miller\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19753079-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "California 7", "George Miller", "Democratic", "1974", "Re-elected", "George Miller (D) 68.3% Rick Tubbs (R) 31.7%" ], [ "3", "California 15", "Mike Honda", "Democratic", "2000", "Re-elected", "Mike Honda (D) 67.6% Scott Kirkland (R) 32.4%" ], [ "4", "California 20", "Jim Costa", "Democratic", "2004", "Re-elected", "Jim Costa (D) 51.7% Andy Vidak (R) 48.3%" ], [ "5", "California 21", "Devin Nunes", "Republican", "2000", "Re-elected", "Devin Nunes (R) unopposed" ], [ "6", "California 22", "Kevin McCarthy", "Republican", "2006", "Re-elected", "Kevin McCarthy (R) 98.8% John Uebersax (W/I) 1.2%" ], [ "7", "California 24", "Elton Gallegly", "Republican", "1986", "Re-elected", "Elton Gallegly (R) 59.9% Timothy Allison (D) 40.1%" ], [ "8", "California 25", "Howard McKeon", "Republican", "1992", "Re-elected", "Howard McKeon (R) 61.8% Jackie Conaway (D) 38.2%" ], [ "9", "California 27", "Brad Sherman", "Democratic", "1996", "Re-elected", "Brad Sherman (D) 65.2% Mark Reed (R) 34.8%" ], [ "10", "California 32", "Judy Chu", "Democratic", "2009", "Re-elected", "Judy Chu (D) 71.0% Ed Schmerling (R) 29.0%" ], [ "11", "California 38", "Grace Napolitano", "Democratic", "1998", "Re-elected", "Grace Napolitano (D) 73.5% Robert Vaughn (R) 26.5%" ], [ "12", "California 40", "Ed Royce", "Republican", "1992", "Re-elected", "Ed Royce (R) 66.8% Christina Avalos (D) 33.2%" ], [ "13", "California 43", "Joe Baca", "Democratic", "1999", "Re-elected", "Joe Baca (D) 65.5% Scott Folkens (R) 34.5%" ] ] }, { "t5Formulas": [ { "Question": "What is the result for the Green-Communist party when the Left Bloc has 3.6%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3.6%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"3.6%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3.6%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result for the Green-Communist party when the Left Bloc has 3.0%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3.0%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"3.0%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3.0%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result for the Socialist party when the People's Party has 6.8%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"6.8%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,F2:F13=\"6.8%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"6.8%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date released when the Left Bloc had 3.2%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3.2%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"3.2%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3.2%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1881642-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date Released", "Polling institute", "Social Democratic", "Socialist", "Green-Communist", "People's Party", "Left Bloc", "Lead" ], [ "2", "March 17, 2002", "Election Results", "40.2% 105 seats", "37.8% 96 seats", "6.9% 12 seats", "8.7% 14 seats", "2.7% 3 seats", "2.4%" ], [ "3", "March 17, 2002", "Exit Poll - RTP1 Universidade Católica", "37.0% – 42.0%", "36.0% – 41.0%", "5.5% – 8.0%", "7.5% – 10.0%", "3.0% – 4.0%", "1.0%" ], [ "4", "March 17, 2002", "Exit Poll - SIC Eurosondagem", "40.1% – 43.9%", "35.5% – 39.3%", "6.2% – 8.4%", "6.2% – 8.4%", "2.0% – 3.4%", "4.6%" ], [ "5", "March 17, 2002", "Exit Poll - TVI INTERCAMPUS", "37.8% – 42.8%", "35.5% – 40.5%", "6.8% – 9.8%", "5.3% – 8.3%", "1.6% – 4.2%", "2.3%" ], [ "6", "March 15, 2002", "Marktest", "44.0%", "35.0%", "8.0%", "6.0%", "4.0%", "9.0%" ], [ "7", "March 15, 2002", "Lusófona", "43.6%", "40.9%", "5.7%", "7.1%", "2.8%", "2.7%" ], [ "8", "March 15, 2002", "Eurosondagem", "41.4%", "39.3%", "6.9%", "5.6%", "3.5%", "2.1%" ], [ "9", "March 15, 2002", "Eurequipa", "44.7%", "33.9%", "7.1%", "9.1%", "3.2%", "10.8%" ], [ "10", "March 15, 2002", "Universidade Católica", "42.2%", "37.5%", "6.9%", "6.8%", "3.6%", "4.7%" ], [ "11", "March 14, 2002", "INTERCAMPUS", "41.0%", "39.0%", "8.0%", "5.0%", "3.0%", "2.0%" ], [ "12", "March 14, 2002", "Aximage", "44.0%", "40.0%", "7.0%", "6.0%", "2.0%", "4.0%" ], [ "13", "October 10, 1999", "1999 election", "32.3% 81 seats", "44.1% 115 seats", "9.0% 17 seats", "8.3% 15 seats", "2.4% 2 seats", "11.9%" ] ] }, { "t5Formulas": [ { "Question": "Name the successor for not filled this congress", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Not filled this congress\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"Not filled this congress\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Not filled this congress\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the district for rep. warren r. davis died during previous congress", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Rep. Warren R. Davis died during previous congress\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"Rep. Warren R. Davis died during previous congress\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Rep. Warren R. Davis died during previous congress\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the total number of reason for change for not filled this congress", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Not filled this congress\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"Not filled this congress\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Not filled this congress\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the vacator for resigned february 26, 1836 because of ill health", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Resigned February 26, 1836 because of ill health\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"Resigned February 26, 1836 because of ill health\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Resigned February 26, 1836 because of ill health\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-225200-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Vacator", "Reason for change", "Successor", "Date successor seated" ], [ "2", "South Carolina 6th", "Vacant", "Rep. Warren R. Davis died during previous congress", "Waddy Thompson, Jr. ( AJ )", "Seated September 10, 1835" ], [ "3", "Georgia At-large", "Vacant", "Rep. James M. Wayne resigned in previous congress", "Jabez Y. Jackson ( J )", "Seated October 5, 1835" ], [ "4", "Georgia At-large", "James C. Terrell ( J )", "Resigned July 8, 1835 due to ill health", "Hopkins Holsey ( J )", "Seated October 5, 1835" ], [ "5", "Connecticut At-large", "Zalmon Wildman ( J )", "Died December 10, 1835", "Thomas T. Whittlesey ( J )", "Seated April 29, 1836" ], [ "6", "Pennsylvania 24th", "John Banks ( AM )", "Resigned sometime in 1836", "John J. Pearson ( AJ )", "Seated December 5, 1836" ], [ "7", "South Carolina 4th", "James H. Hammond ( N )", "Resigned February 26, 1836 because of ill health", "Franklin H. Elmore ( N )", "Seated December 10, 1836" ], [ "8", "New York 17th", "Samuel Beardsley ( J )", "Resigned March 29, 1836", "Rutger B. Miller ( J )", "Seated November 9, 1836" ], [ "9", "North Carolina 12th", "James Graham ( AJ )", "Seat declared vacant March 29, 1836", "James Graham ( AJ", "Seated December 5, 1836" ], [ "10", "South Carolina 8th", "Richard I. Manning ( J )", "Died May 1, 1836", "John P. Richardson ( J )", "Seated December 19, 1836" ], [ "11", "Mississippi At-large", "David Dickson ( AJ )", "Died July 31, 1836", "Samuel J. Gholson ( J )", "Seated December 1, 1836" ], [ "12", "Georgia At-large", "George W. Towns ( J )", "Resigned September 1, 1836", "Julius C. Alford ( AJ )", "Seated January 2, 1837" ], [ "13", "New York 30th", "Philo C. Fuller ( AJ )", "Resigned September 2, 1836", "John Young ( AJ )", "Seated November 9, 1836" ], [ "14", "Georgia At-large", "John E. Coffee ( J )", "Died September 25, 1836", "William C. Dawson ( AJ )", "Seated November 7, 1836" ], [ "15", "Pennsylvania 13th", "Jesse Miller ( J )", "Resigned October 30, 1836", "James Black ( J )", "Seated December 5, 1836" ], [ "16", "Indiana 6th", "George L. Kinnard ( J )", "Died November 26, 1836", "William Herod ( AJ )", "Seated January 25, 1837" ], [ "17", "Virginia 2nd", "John Y. Mason ( J )", "Resigned January 11, 1837", "Vacant", "Not filled this congress" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the election for georgia's 3rd district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Georgia's 3rd\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Georgia's 3rd\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Georgia's 3rd\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the incumbent from georgia's 8th district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Georgia's 8th\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Georgia's 8th\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Georgia's 8th\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the election with incumbent bob barr?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Bob Barr\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Bob Barr\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Bob Barr\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the election with incumbent john lewis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"John Lewis\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"John Lewis\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"John Lewis\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the incumbent for the election in 1978?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1978),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=1978),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1978", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-27487712-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "Elected", "Status", "Result" ], [ "2", "Georgia's 2nd", "Sanford Bishop", "Democratic", "1992", "Re-elected", "Sanford Bishop (D) 53.97% Darrel Ealum (R) 46.03%" ], [ "3", "Georgia's 3rd", "Mac Collins", "Republican", "1992", "Re-elected", "Mac Collins (R) 61.11% Jim Chafin (D) 38.89%" ], [ "4", "Georgia's 5th", "John Lewis", "Democratic", "1986", "Re-elected", "John Lewis (D) unopposed" ], [ "5", "Georgia's 6th", "Newt Gingrich", "Republican", "1978", "Re-elected", "Newt Gingrich (R) 57.80% Michael Coles (D) 42.20%" ], [ "6", "Georgia's 7th", "Bob Barr", "Republican", "1994", "Re-elected", "Bob Barr (R) 57.80% Charlie Watts (D) 42.20%" ], [ "7", "Georgia's 8th", "Saxby Chambliss", "Republican", "1994", "Re-elected", "Saxby Chambliss (R) 52.56% Jim Wiggins (D) 47.44%" ], [ "8", "Georgia's 9th", "Nathan Deal", "Republican", "1992", "Re-elected", "Nathan Deal (R) 65.55% Ken Poston (D) 34.45%" ], [ "9", "Georgia's 10th", "Charlie Norwood", "Republican", "1994", "Re-elected", "Charlie Norwood (R) 52.34% David Bell (D) 47.65%" ] ] }, { "t5Formulas": [ { "Question": "What are all the names of the players who are 7-0 tall?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"7-0\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"7-0\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"7-0\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Kimball, toby toby kimball is a player; How many times at school/ club team/country was the player present?", "Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"Kimball, Toby Toby Kimball\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F6, A2:A6=\"Kimball, Toby Toby Kimball\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "A1", "=", "\"Kimball, Toby Toby Kimball\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In connecticut the school/club team/country had a set height in ft. what is true for them?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Connecticut\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Connecticut\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Connecticut\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Rockets height was 6-6 in feet, list the time frame where this was true?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"6-6\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"6-6\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"6-6\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-11734041-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.(s)", "Height in Ft.", "Position", "Years for Rockets", "School/Club Team/Country" ], [ "2", "Kennedy, Goo Goo Kennedy", "30", "6-5", "Forward", "1976-77", "Texas Christian" ], [ "3", "Kimball, Toby Toby Kimball", "7", "6-8", "Center", "1967-71", "Connecticut" ], [ "4", "Knight, Bradin Brandin Knight", "10", "6-0", "Guard", "2004", "Pittsburgh" ], [ "5", "Kojis, Don Don Kojis", "44", "6-6", "Forward", "1967-70", "Marquette" ], [ "6", "Kunnert, Kevin Kevin Kunnert", "20, 44", "7-0", "Center", "1973-78", "Iowa" ] ] }, { "t5Formulas": [ { "Question": "What is the Block A value for an El NOSAWA Mendoza value of kondo (7:08)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"kondo (7:08)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"kondo (7:08)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"kondo (7:08)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the PEPE Michinoku value for a Ryuji Hijikata value of sabin (12:33)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"sabin (12:33)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"sabin (12:33)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"sabin (12:33)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Shuji Kondo value related to a PEPE Michinoku value of sabin (14:43)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"sabin (14:43)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"sabin (14:43)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"sabin (14:43)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11934531-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Block A", "Ryuji Hijikata", "Shuji Kondo", "El NOSAWA Mendoza", "PEPE Michinoku", "Katsuhiko Nakajima" ], [ "2", "Ryuji Hijikata", "X", "Kondo (9:28)", "NOSAWA (10:40)", "Hijikata (0:43)", "Hijikata (12:22)" ], [ "3", "Shuji Kondo", "Kondo (9:28)", "X", "Kondo (7:08)", "PEPE (0:24)", "Kondo (19:47)" ], [ "4", "El NOSAWA Mendoza", "NOSAWA (10:40)", "Kondo (7:08)", "X", "PEPE (7:45)", "Nakajima (10:49)" ], [ "5", "PEPE Michinoku", "Hijikata (0:43)", "PEPE (0:24)", "PEPE (7:45)", "X", "Nakajima (19:05)" ], [ "6", "Katsuhiko Nakajima", "Hijikata (12:22)", "Kondo (19:47)", "Nakajima (10:49)", "Nakajima (19:05)", "X" ], [ "7", "Block B", "AKIRA", "Miguel Hayashi, Jr.", "Chris Sabin", "Dick Togo", "\"brother\" YASSHI" ], [ "8", "AKIRA", "X", "AKIRA (19:24)", "Sabin (12:33)", "Draw (30:00)", "YASSHI (16:44)" ], [ "9", "Miguel Hayashi, Jr.", "AKIRA (19:24)", "X", "Hayashi (12:57)", "Togo (18:35)", "Hayashi (9:27)" ], [ "10", "Chris Sabin", "Sabin (12:33)", "Hayashi (12:57)", "X", "Sabin (14:43)", "Sabin (8:28)" ], [ "11", "Dick Togo", "Draw (30:00)", "Togo (18:35)", "Sabin (14:43)", "X", "Togo (8:28)" ], [ "12", "\"brother\" YASSHI", "YASSHI (16:44)", "Hayashi (9:27)", "Sabin (8:28)", "Togo (8:28)", "X" ] ] }, { "t5Formulas": [ { "Question": "What is the date of game 9?", "Formula": "FILTER(B1,A1=9)", "Formula2": "FILTER(B2:B11,A2:A11=9)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "9" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who had the most assists in the game that led to a 3-7 record?", "Formula": "FILTER(G1,I1=\"3-7\")", "Formula2": "FILTER(G2:G11,I2:I11=\"3-7\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "I1", "=", "\"3-7\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17118657-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "4", "June 1", "Connecticut", "73-75", "Perkins (21)", "Fowles (12)", "Canty (5)", "UIC Pavilion 2,276", "1-3" ], [ "3", "5", "June 3", "Los Angeles", "77-81 (OT)", "Dupree (22)", "Dupree (11)", "Canty (8)", "UIC Pavilion 6,304", "1-4" ], [ "4", "6", "June 6", "@ Atlanta", "86-72", "Canty , Perkins (16)", "Dupree , Perkins (9)", "Price (5)", "Philips Arena 7,418", "2-4" ], [ "5", "7", "June 7", "Atlanta", "91-70", "Dupree (20)", "Melvin (7)", "Canty (6)", "UIC Pavilion 3,182", "3-4" ], [ "6", "8", "June 13", "Washington", "57-64", "Perkins (17)", "Dupree (8)", "Canty , Price (4)", "UIC Pavilion 2,600", "3-5" ], [ "7", "9", "June 18", "@ Los Angeles", "67-80", "Perkins (18)", "Dupree (8)", "Canty , Dupree (3)", "STAPLES Center 7,245", "3-6" ], [ "8", "10", "June 20", "@ Phoenix", "105-112 (OT)", "Perkins (30)", "Dupree (12)", "Dupree (5)", "US Airways Center 7,311", "3-7" ], [ "9", "11", "June 22", "@ Sacramento", "70-82", "Perkins (22)", "Dupree (11)", "Canty (8)", "ARCO Arena 6,107", "3-8" ], [ "10", "12", "June 26", "Phoenix", "79-89", "Melvin (19)", "Melvin (15)", "Wyckoff (9)", "UIC Pavilion 3,103", "3-9" ], [ "11", "13", "June 28", "Detroit", "76-59", "Dupree (18)", "Dupree , Melvin (8)", "Melvin (5)", "UIC Pavilion 3,407", "4-9" ] ] }, { "t5Formulas": [ { "Question": "What is International Trade (Millions of USD) 2011 when 2011 GDP is less than 471,890 and UN budget of 0.238% and GDP nominal less than 845,680?", "Formula": "SUM(FILTER(C1, (E1<471890)*(B1=\"0.238%\")*(D1<845680)))", "Formula2": "SUM(FILTER(C2:C14, (E2:E14<471890)*(B2:B14=\"0.238%\")*(D2:D14<845680)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "471890", "*", "B1", "=", "\"0.238%\"", "*", "D1", "<", "845680" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1743892-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Country", "UN budget", "International Trade (Millions of USD) 2011", "GDP (nominal) (Millions of USD) 2011", "GDP (PPP) (Millions of USD) 2011", "Population" ], [ "2", "Italy", "4.999%", "1,050,100", "2,198,730", "1,846,950", "60,849,247" ], [ "3", "Canada", "3.207%", "910,200", "1,736,869", "1,396,131", "34,953,100" ], [ "4", "Spain", "3.177%", "715,200", "1,493,513", "1,413,468", "46,163,116" ], [ "5", "Mexico", "2.356%", "678,200", "1,154,784", "1,661,640", "112,336,538" ], [ "6", "South Korea", "2.260%", "1,084,000", "1,116,247", "1,554,149", "50,004,441" ], [ "7", "Turkey", "0.617%", "373,800", "778,089", "1,073,565", "74,724,269" ], [ "8", "Argentina", "0.287%", "136,300", "447,644", "716,419", "40,117,096" ], [ "9", "Indonesia", "0.238%", "335,100", "845,680", "1,124,649", "237,641,326" ], [ "10", "Colombia", "0.144%", "92,760", "327,626", "471,890", "46,748,000" ], [ "11", "Pakistan", "0.082%", "58,000", "210,566", "488,580", "180,991,000" ], [ "12", "Costa Rica", "0.034%", "24,460", "40,947", "55,020", "4,301,712" ], [ "13", "Malta", "0.017%", "9,200", "8,896", "10,757", "417,617" ], [ "14", "San Marino", "0.003%", "6,201", "2,048", "1,136", "32,404" ] ] }, { "t5Formulas": [ { "Question": "How many people live in 铅山县?", "Formula": "SUMIFS(F1,B1,\"铅山县\")", "Formula2": "SUMIFS(F2:F12,B2:B12,\"铅山县\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"铅山县\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the traditional way to write the name of the district who's area is 2331?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=2331))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(E2:E12)),FILTER(query1,CHOOSECOLS(query1,2)=2331))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2331" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the capital of the district who's simplified name is 信州区?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"信州区\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"信州区\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"信州区\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people live in the district who's capital is héngfēng xiàn?", "Formula": "SUMIFS(F1,D1,\"Héngfēng Xiàn\")", "Formula2": "SUMIFS(F2:F12,D2:D12,\"Héngfēng Xiàn\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "D1", "\"Héngfēng Xiàn\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the density of yushan county?", "Formula": "SUMIFS(G1,A1,\"Yushan County\")", "Formula2": "SUMIFS(G2:G12,A2:A12,\"Yushan County\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "A1", "\"Yushan County\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-1300525-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "English Name", "Simplified", "Traditional", "Pinyin", "Area", "Population", "Density" ], [ "2", "Xinzhou District", "信州区", "信州區", "Xìnzhōu Qū", "339", "416219", "1228" ], [ "3", "Dexing City", "德兴市", "德興市", "Déxīng Shì", "2101", "293202", "140" ], [ "4", "Shangrao County", "上饶县", "上饒縣", "Shàngráo Xiàn", "2240", "700266", "313" ], [ "5", "Guangfeng County", "广丰县", "廣豐縣", "Guǎngfēng Xiàn", "1378", "752939", "546" ], [ "6", "Yushan County", "玉山县", "玉山縣", "Yùshān Xiàn", "1728", "574363", "332" ], [ "7", "Yanshan County", "铅山县", "鉛山縣", "Yánshān Xiàn", "2178", "427000", "196" ], [ "8", "Hengfeng County", "横峰县", "橫峰縣", "Héngfēng Xiàn", "655", "184870", "282" ], [ "9", "Yiyang County", "弋阳县", "弋陽縣", "Yìyáng Xiàn", "1593", "353378", "222" ], [ "10", "Yugan County", "余干县", "餘干縣", "Yúgān Xiàn", "2331", "887603", "381" ], [ "11", "Poyang County", "鄱阳县", "鄱陽縣", "Póyáng Xiàn", "4215", "1296756", "308" ], [ "12", "Wannian County", "万年县", "萬年縣", "Wànnián Xiàn", "1141", "359098", "315" ] ] }, { "t5Formulas": [ { "Question": "When Oscar Míguez had over 107 goals, what was the lowest he ranked?", "Formula": "MIN(FILTER(A1, (B1=\"oscar míguez\")*(E1>107)))", "Formula2": "MIN(FILTER(A2:A11, (B2:B11=\"oscar míguez\")*(E2:E11>107)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "\"oscar míguez\"", "*", "E1", ">", "107" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What was the highest number of goals for 1922–1935?", "Formula": "MAXIFS(E1,C1,\"1922–1935\")", "Formula2": "MAXIFS(E2:E11,C2:C11,\"1922–1935\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "C1", "\"1922–1935\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1590321-73", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Years", "Matches", "Goals" ], [ "2", "1", "Fernando Morena", "1969–1984", "244", "230" ], [ "3", "2", "Atilio García", "1938–1950", "210", "208" ], [ "4", "3", "Héctor Scarone", "1916–1934", "191", "163" ], [ "5", "4", "Pablo Terevinto", "1920–1931", "157", "124" ], [ "6", "5", "Alberto Spencer", "1960–1970", "166", "113" ], [ "7", "6", "René Borjas", "1920–1931", "199", "109" ], [ "8", "7", "Héctor Castro", "1921–1936", "181", "107" ], [ "9", "8", "Oscar Míguez", "1948–1960", "137", "107" ], [ "10", "9", "Pedro Petrone", "1923–1933", "97", "103" ], [ "11", "10", "Peregrino Anselmo", "1922–1935", "180", "102" ] ] }, { "t5Formulas": [ { "Question": "Which Label has a Release of liebesgrüsse aus ost-berlin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"liebesgrüsse aus ost-berlin\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"liebesgrüsse aus ost-berlin\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"liebesgrüsse aus ost-berlin\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18948956-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Release", "Track", "Format", "Label", "Year" ], [ "2", "Liebesgrüsse Aus Ost-Berlin", "Mono 45UPM - Romance Adieu (Weltklang Remix)", "12\"", "Exil-System", "2006" ], [ "3", "A Dark Wave From The Black Sea", "Aeronautica - Rocket Bomb (Weltklang Remix)", "CD", "Exil-System", "2007" ], [ "4", "The Greater Key", "Asmodeus X – Typhoon (Weltklang Remix)", "CD", "Latex Records", "2008" ], [ "5", "Classic Electro", "P1/E – 49 Second Dance (Weltklang Remix)", "CD", "Electro Emotions", "2008" ], [ "6", "Classic Electro", "Mono 45UPM – Romance Adieu (Weltklang Remix)", "CD", "Electro Emotions", "2008" ], [ "7", "Classic Electro", "Kinder aus Asbest – Hey Engel (Weltklang Remix)", "CD", "Electro Emotions", "2008" ], [ "8", "Classic Electro", "Sonnenbrandt – Entweder/Oder (Weltklang Remix)", "CD", "Electro Emotions", "2008" ] ] }, { "t5Formulas": [ { "Question": "What label had the album after 1978?", "Formula": "FILTER(E1,A1>1978)", "Formula2": "FILTER(E2:E10,A2:A10>1978)", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", ">", "1978" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the title of the album that had a RIAA of gold?", "Formula": "FILTER(B1,D1=\"gold\")", "Formula2": "FILTER(B2:B10,D2:D10=\"gold\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"gold\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the highest year for the title, \"loves lost and found\"?", "Formula": "MAX(FILTER(A1,B1=\"loves lost and found\"))", "Formula2": "MAX(FILTER(A2:A10,B2:B10=\"loves lost and found\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", "=", "\"loves lost and found\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18628670-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Title", "US Country", "RIAA", "Label" ], [ "2", "1972", "Tom T. Hall's Greatest Hits", "20", "—", "Mercury" ], [ "3", "1975", "Greatest Hits Vol. 2", "12", "Gold", "Mercury" ], [ "4", "1978", "Greatest Hits Vol. 3", "—", "—", "Mercury" ], [ "5", "1984", "World Class Country", "—", "—", "Range" ], [ "6", "1988", "The Essential Tom T. Hall", "—", "—", "Mercury" ], [ "7", "1995", "Storyteller, Poet, Philosopher", "—", "—", "Mercury" ], [ "8", "1995", "Loves Lost and Found", "—", "—", "Mercury" ], [ "9", "1995", "Country Songs for Children", "—", "—", "Mercury" ], [ "10", "2000", "20th Century Masters - The Millennium Collection", "—", "—", "MCA" ] ] }, { "t5Formulas": [ { "Question": "WHAT SCORE HAS A TIME OF 18:27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"18:27\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"18:27\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"18:27\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT GOAL HAS A TIME OF 39:37?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"39:37\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"39:37\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"39:37\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17058856-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Period", "Team", "Goal", "Time", "Score" ], [ "2", "1st", "MET", "Denis Platonov (1)", "1:28", "0–1 MET" ], [ "3", "1st", "MET", "Vladimir Malenkikh (1) ( PP )", "18:27", "0–2 MET" ], [ "4", "2nd", "MET", "Nikolai Zavarukhin (1)", "30:20", "0–3 MET" ], [ "5", "2nd", "NYR", "Chris Drury (1)( PP )", "39:37", "1–3 NYR" ], [ "6", "3rd", "NYR", "Dan Fritsche (1)", "45:45", "2–3 NYR" ], [ "7", "3rd", "NYR", "Chris Drury (2) (PP)", "50:13", "3–3 NYR" ], [ "8", "3rd", "NYR", "Ryan Callahan (1)", "59:40", "4–3 NYR" ] ] }, { "t5Formulas": [ { "Question": "Which Seatshave a Share of votes of 18%, and a Share of seats of 3%, and a General election smaller than 1992?", "Formula": "SUM(FILTER(D1, (C1=\"18%\")*(E1=\"3%\")*(A1<1992)))", "Formula2": "SUM(FILTER(D2:D8, (C2:C8=\"18%\")*(E2:E8=\"3%\")*(A2:A8<1992)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "\"18%\"", "*", "E1", "=", "\"3%\"", "*", "A1", "<", "1992" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How much General election has a Share of votes of 17%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"17%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"17%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"17%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Seats have a Share of votes of 18%, and a Share of seats of 3%, and a General election larger than 1992?", "Formula": "SUM(FILTER(D1, (C1=\"18%\")*(E1=\"3%\")*(A1>1992)))", "Formula2": "SUM(FILTER(D2:D8, (C2:C8=\"18%\")*(E2:E8=\"3%\")*(A2:A8>1992)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "\"18%\"", "*", "E1", "=", "\"3%\"", "*", "A1", ">", "1992" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Share of seats has Seats smaller than 52, and a Name of sdp–liberal alliance, and a General election of 1983?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(B1=\"sdp–liberal alliance\")*(A1=1983)),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<52))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,(B2:B8=\"sdp–liberal alliance\")*(A2:A8=1983)),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<52))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"sdp–liberal alliance\"", "*", "A1", "=", "1983", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "52" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-18933007-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "General election", "Name", "Share of votes", "Seats", "Share of seats" ], [ "2", "1983", "SDP–Liberal Alliance", "25%", "23", "3.5%" ], [ "3", "1987", "SDP–Liberal Alliance", "23%", "22", "3.4%" ], [ "4", "1992", "Liberal Democrats", "18%", "20", "3%" ], [ "5", "1997", "Liberal Democrats", "17%", "46", "7%" ], [ "6", "2001", "Liberal Democrats", "18%", "52", "8%" ], [ "7", "2005", "Liberal Democrats", "22%", "62", "10%" ], [ "8", "2010", "Liberal Democrats", "23%", "57", "9%" ] ] }, { "t5Formulas": [ { "Question": "what is the average drawn when the points is more than 15, lost is 1 and played is less than 14?", "Formula": "AVERAGE(FILTER(D1, (F1>15)*(E1=1)*(C1<14)))", "Formula2": "AVERAGE(FILTER(D2:D9, (F2:F9>15)*(E2:E9=1)*(C2:C9<14)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "F1", ">", "15", "*", "E1", "=", "1", "*", "C1", "<", "14" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "what is the lowest position when points is more than 11, name is ea schongau and lost is less than 3?", "Formula": "MIN(FILTER(A1, (F1>11)*(B1=\"ea schongau\")*(E1<3)))", "Formula2": "MIN(FILTER(A2:A9, (F2:F9>11)*(B2:B9=\"ea schongau\")*(E2:E9<3)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "F1", ">", "11", "*", "B1", "=", "\"ea schongau\"", "*", "E1", "<", "3" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "what is the average lost when played is more than 14?", "Formula": "AVERAGE(FILTER(E1, C1>14))", "Formula2": "AVERAGE(FILTER(E2:E9, C2:C9>14))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", ">", "14" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "what is the sum of drawn when points is less than 15, lost is 8 and position is more than 6?", "Formula": "SUM(FILTER(D1, (F1<15)*(E1=8)*(A1>6)))", "Formula2": "SUM(FILTER(D2:D9, (F2:F9<15)*(E2:E9=8)*(A2:A9>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "<", "15", "*", "E1", "=", "8", "*", "A1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "what is the lowest points when name is ehc münchen ii and position is less than 7?", "Formula": "MIN(FILTER(F1, (B1=\"ehc münchen ii\")*(A1<7)))", "Formula2": "MIN(FILTER(F2:F9, (B2:B9=\"ehc münchen ii\")*(A2:A9<7)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "B1", "=", "\"ehc münchen ii\"", "*", "A1", "<", "7" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-16501954-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Name", "Played", "Drawn", "Lost", "Points" ], [ "2", "1", "ESV Buchloe", "14", "0", "1", "26" ], [ "3", "2", "EV Lindau", "14", "0", "3", "22" ], [ "4", "3", "EA Schongau", "14", "1", "3", "21" ], [ "5", "4", "SC Forst", "14", "1", "6", "15" ], [ "6", "5", "ESV Burgau", "14", "1", "8", "11" ], [ "7", "6", "EV Bad Wörishofen", "14", "2", "8", "10" ], [ "8", "7", "EHC München II", "14", "0", "11", "6" ], [ "9", "8", "ERC Lechbruck", "14", "1", "13", "1" ] ] }, { "t5Formulas": [ { "Question": "What was the result for the match with entry Match Reports?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"match reports\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=\"match reports\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"match reports\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the location of the match that had a result of 3-3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"3-3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"3-3\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"3-3\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the lineup for match 12 that had a competition of Group Stage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"group stage\")*(A1=\"12\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(F2:F18=\"group stage\")*(A2:A18=\"12\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"group stage\"", "*", "A1", "=", "\"12\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result for the match held in Boston?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"boston\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"boston\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"boston\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17467244-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Match", "Date", "Location", "Lineup", "Result", "Competition" ], [ "2", "Sweden 1995 FIFA Women's World Cup Final", "Sweden 1995 FIFA Women's World Cup Final", "Sweden 1995 FIFA Women's World Cup Final", "Sweden 1995 FIFA Women's World Cup Final", "Sweden 1995 FIFA Women's World Cup Final", "Sweden 1995 FIFA Women's World Cup Final" ], [ "3", "1", "1995-06-06", "Gavle", "Start", "3-3", "Group match" ], [ "4", "2", "1995-06-08", "Gavle", "Start", "2-0", "Group match" ], [ "5", "3", "1995-06-10", "Helsingborg", "Start", "4-1", "Group match" ], [ "6", "4", "1995-06-13", "Gavle", "80' ( Cromwell )", "4-0", "Quarter-final" ], [ "7", "5", "1995-06-15", "Vasteras", "Start", "0-1", "Semifinal" ], [ "8", "6", "1995-06-17", "Gavle", "Start", "2-0", "Third place match" ], [ "9", "Atlanta 1996 Olympic Women's Football Tournament", "Atlanta 1996 Olympic Women's Football Tournament", "Atlanta 1996 Olympic Women's Football Tournament", "Atlanta 1996 Olympic Women's Football Tournament", "Atlanta 1996 Olympic Women's Football Tournament", "Atlanta 1996 Olympic Women's Football Tournament" ], [ "10", "7", "1996-07-21", "Orlando", "Start", "3-0", "Group stage" ], [ "11", "8", "1996-07-23", "Orlando", "Start", "2-1", "Group stage" ], [ "12", "9", "1996-07-25", "Miami", "Start", "0-0", "Group stage" ], [ "13", "10", "1996-07-28", "Athens, GA", "Start", "2-1 aet", "Semifinal" ], [ "14", "11", "1996-08-01", "Athens, GA", "Start", "2-1", "Gold medal match" ], [ "15", "USA 1999 FIFA Women's World Cup", "USA 1999 FIFA Women's World Cup", "USA 1999 FIFA Women's World Cup", "USA 1999 FIFA Women's World Cup", "USA 1999 FIFA Women's World Cup", "USA 1999 FIFA Women's World Cup" ], [ "16", "12", "1999-06-27", "Boston", "Start", "3-0", "Group stage" ], [ "17", "13", "1999-07-10", "Los Angeles", "115' ( Milbrett )", "0-0 (pso 5-4)( )", "Final" ], [ "18", "Match Reports", "Match Reports", "Match Reports", "Match Reports", "Match Reports", "Match Reports" ] ] }, { "t5Formulas": [ { "Question": "What was the winning score of the Valero Texas Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"valero texas open\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"valero texas open\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"valero texas open\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the winning score –12 (69-66-72-65=272)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"–12 (69-66-72-65=272)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"–12 (69-66-72-65=272)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"–12 (69-66-72-65=272)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the runner-up when the winning score was –28 (66-67-68-64-67=332)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"–28 (66-67-68-64-67=332)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"–28 (66-67-68-64-67=332)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"–28 (66-67-68-64-67=332)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1507170-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Winning score", "Margin of victory", "Runner(s)-up" ], [ "2", "Aug 4, 1996", "Buick Open", "–22 (65-64-69-68=266)", "5 strokes", "Chip Beck" ], [ "3", "Jun 8, 1997", "Kemper Open", "–10 (69-69-69-67=274)", "1 stroke", "Mark Wiebe" ], [ "4", "Jul 20, 1997", "The Open Championship", "–12 (69-66-72-65=272)", "3 strokes", "Darren Clarke , Jesper Parnevik" ], [ "5", "Mar 29, 1998", "The Players Championship", "–10 (72-69-70-67=278)", "2 strokes", "Glen Day , Tom Lehman" ], [ "6", "Sep 24, 2000", "Westin Texas Open at LaCantera", "–19 (64-68-65-64=261)", "5 strokes", "Mark Wiebe" ], [ "7", "Sep 30, 2001", "Texas Open at LaCantera", "–14 (65-64-68-69=266)", "2 strokes", "J. J. Henry , Matt Kuchar" ], [ "8", "Apr 21, 2002", "WorldCom Classic - The Heritage of Golf", "–14 (67-64-66-73=270)", "1 stroke", "Heath Slocum" ], [ "9", "Mar 16, 2003", "The Honda Classic", "–24 (63-70-64-67=264)", "1 stroke", "Chad Campbell , Davis Love III" ], [ "10", "Jan 30, 2005", "Bob Hope Chrysler Classic", "–28 (66-67-68-64-67=332)", "3 strokes", "Tim Clark , Joe Ogilvie" ], [ "11", "May 29, 2005", "FedEx St. Jude Classic", "–14 (62-65-66-73=266)", "1 stroke", "David Toms" ], [ "12", "Oct 7, 2007", "Valero Texas Open", "–19 (65-67-64-65=261)", "Playoff", "Jesper Parnevik" ], [ "13", "Jun 8, 2008", "Stanford St. Jude Championship", "–4 (68-73-67-68=276)", "Playoff", "Robert Allenby , Trevor Immelman" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the average Game that has the Team of @ boston?", "Formula": "AVERAGEIFS(A1,C1,\"@ boston\")", "Formula2": "AVERAGEIFS(A2:A15,C2:C15,\"@ boston\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "C1", "\"@ boston\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Can you tell me the Team that has the Date of march 17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 17\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"march 17\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"march 17\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17311797-9", "Table": [ [ "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", "60", "March 3", "Phoenix", "W 111–99 (OT)", "Rashard Lewis (29)", "Rashard Lewis (12)", "Hedo Türkoğlu , Rafer Alston (6)", "Amway Arena 17,461", "44–16" ], [ "3", "61", "March 6", "New Jersey", "W 105–102 (OT)", "Dwight Howard (26)", "Dwight Howard (15)", "Rafer Alston (6)", "Amway Arena 17,461", "45–16" ], [ "4", "62", "March 8", "@ Boston", "W 86–79 (OT)", "Dwight Howard (18)", "Dwight Howard (15)", "Rafer Alston (8)", "TD Banknorth Garden 18,624", "46–16" ], [ "5", "63", "March 9", "@ Detroit", "L 94–98 (OT)", "Dwight Howard (27)", "Dwight Howard (14)", "Rafer Alston (5)", "The Palace of Auburn Hills 20,039", "46–17" ], [ "6", "64", "March 11", "Chicago", "W 107–79 (OT)", "Tony Battie (18)", "Marcin Gortat (15)", "Rafer Alston , Anthony Johnson (6)", "Amway Arena 17,461", "47–17" ], [ "7", "65", "March 13", "@ Washington", "W 112–103 (OT)", "Mickaël Piétrus (21)", "Dwight Howard (13)", "Dwight Howard (7)", "Verizon Center 18,152", "48–17" ], [ "8", "66", "March 15", "Utah", "W 105–87 (OT)", "Dwight Howard (28)", "Dwight Howard (20)", "Hedo Türkoğlu (8)", "Amway Arena 17,461", "49–17" ], [ "9", "67", "March 17", "@ Cleveland", "L 93–97 (OT)", "Rafer Alston (23)", "Dwight Howard (15)", "Hedo Türkoğlu (7)", "Quicken Loans Arena 20,562", "49–18" ], [ "10", "68", "March 18", "@ Milwaukee", "W 106–80 (OT)", "Dwight Howard (28)", "Dwight Howard (12)", "Dwight Howard , Hedo Türkoğlu (7)", "Bradley Center 13,819", "50–18" ], [ "11", "69", "March 21", "New York", "W 110–103 (OT)", "Rashard Lewis (27)", "Marcin Gortat (8)", "Hedo Türkoğlu (9)", "Amway Arena 17,461", "51–18" ], [ "12", "70", "March 23", "@ New York", "W 106–102 (OT)", "Dwight Howard (29)", "Dwight Howard (14)", "Hedo Türkoğlu (3)", "Madison Square Garden 19,763", "52–18" ], [ "13", "71", "March 25", "Boston", "W 84–82 (OT)", "Dwight Howard (24)", "Dwight Howard (21)", "Rafer Alston (6)", "Amway Arena 17,461", "53–18" ], [ "14", "72", "March 27", "Milwaukee", "W 110–94 (OT)", "Rashard Lewis (19)", "Marcin Gortat (11)", "Dwight Howard , Rafer Alston (5)", "Amway Arena 17,461", "54–18" ], [ "15", "73", "March 30", "@ Miami", "W 101–95 (OT)", "Dwight Howard (22)", "Dwight Howard (18)", "Hedo Türkoğlu , Rafer Alston (5)", "American Airlines Arena 19,600", "55–18" ] ] }, { "t5Formulas": [ { "Question": "How many to par in England?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"england\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"england\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"england\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where is David Frost from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"david frost\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"david frost\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"david frost\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country earned place T3 with a score of 70-68=138?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t3\")*(D1=\"70-68=138\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"t3\")*(D2:D12=\"70-68=138\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t3\"", "*", "D1", "=", "\"70-68=138\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which country had a score of 69-67=136?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-67=136\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"69-67=136\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-67=136\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many to par for Greg Norman?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"greg norman\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"greg norman\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"greg norman\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16514480-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Greg Norman", "Australia", "63-69=132", "–12" ], [ "3", "2", "Nick Faldo", "England", "69-67=136", "–8" ], [ "4", "T3", "David Frost", "South Africa", "70-68=138", "–6" ], [ "5", "T3", "Phil Mickelson", "United States", "65-73=138", "–6" ], [ "6", "T5", "Lee Janzen", "United States", "68-71=139", "–5" ], [ "7", "T5", "Bob Tway", "United States", "67-72=139", "–5" ], [ "8", "T7", "Scott Hoch", "United States", "67-73=140", "–4" ], [ "9", "T7", "Scott McCarron", "United States", "70-70=140", "–4" ], [ "10", "T7", "Vijay Singh", "Fiji", "69-71=140", "–4" ], [ "11", "T10", "Corey Pavin", "United States", "75-66=141", "–3" ], [ "12", "T10", "Ian Woosnam", "Wales", "72-69=141", "–3" ] ] }, { "t5Formulas": [ { "Question": "What's the episode of Batman?", "Formula": "FILTER(D1,B1=\"batman\")", "Formula2": "FILTER(D2:D10,B2:B10=\"batman\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"batman\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the first aired date when Professor Hubert Whitehead was the role?", "Formula": "FILTER(E1,C1=\"professor hubert whitehead\")", "Formula2": "FILTER(E2:E10,C2:C10=\"professor hubert whitehead\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"professor hubert whitehead\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the first aired date of the Animated Series episode?", "Formula": "FILTER(E1,D1=\"animated series\")", "Formula2": "FILTER(E2:E10,D2:D10=\"animated series\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"animated series\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What's the roles of the Bionic Woman?", "Formula": "FILTER(C1,B1=\"the bionic woman\")", "Formula2": "FILTER(C2:C10,B2:B10=\"the bionic woman\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"the bionic woman\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What episode was first aired in 1976?", "Formula": "FILTER(D1,E1=\"1976\")", "Formula2": "FILTER(D2:D10,E2:E10=\"1976\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"1976\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18999963-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Program", "Role", "Episode", "First aired" ], [ "2", "1957", "Alfred Hitchcock Presents", "Charles Courtney", "Appeared in the episode \"The Perfect Crime\"", "October 20, 1957" ], [ "3", "1966", "Batman", "Egghead", "Various episodes", "1966 - 1967" ], [ "4", "1967", "F Troop", "Count Sfoza", "\"V is for Vampire\"", "February 2, 1967" ], [ "5", "1969", "Get Smart", "Dr Jarvis Pym", "\"Is This Trip Necessary?\"", "December 12, 1969" ], [ "6", "1972", "The Brady Bunch", "Professor Hubert Whitehead", "\"Pass the Tabu\" \"The Tiki Caves\" 2 episodes", "September 29, 1972 October 6, 1972" ], [ "7", "1973", "Columbo", "David Lang", "\"Lovely but Lethal\"", "September 23, 1973" ], [ "8", "1976", "The Bionic Woman", "Manfred / Cyrus Carstairs", "\"Black Magic\", Season 2, Episode 7", "1976" ], [ "9", "1977", "The Muppet Show", "Himself", "One episode", "January 29, 1977" ], [ "10", "1985", "The 13 Ghosts of Scooby-Doo", "Vincent Van Ghoul (voice)", "Animated series", "1985" ] ] }, { "t5Formulas": [ { "Question": "When bmw activee is the vehicle type how many clean electric grid california (san francisco) measurements are there?", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"BMW ActiveE\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E8, A2:A8=\"BMW ActiveE\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "\"BMW ActiveE\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When 102 mpg-e (33kw-hrs/100mi) is the epa rated combined fuel economy what is the vehicle type? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"102 mpg-e (33kW-hrs/100mi)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"102 mpg-e (33kW-hrs/100mi)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"102 mpg-e (33kW-hrs/100mi)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When 100 g/mi (62 g/km) is the clean electric grid california (san francisco) how many vehicles are there?", "Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"100 g/mi (62 g/km)\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A8, E2:E8=\"100 g/mi (62 g/km)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "E1", "=", "\"100 g/mi (62 g/km)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When 380 g/mi (236 g/km) is the dirty electric grid rocky mountains (denver) what is the u.s national average electric mix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"380 g/mi (236 g/km)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,G2:G8=\"380 g/mi (236 g/km)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"380 g/mi (236 g/km)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When bmw activee is the vehicle type what is the u.s national average electric mix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"BMW ActiveE\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"BMW ActiveE\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"BMW ActiveE\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When 87 mpg-e (39kw-hrs/100mi) is the epa rated combined fuel economy how many operating modes are there?", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"87 mpg-e (39kW-hrs/100mi)\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, D2:D8=\"87 mpg-e (39kW-hrs/100mi)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"87 mpg-e (39kW-hrs/100mi)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-24620684-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Vehicle", "Operating mode", "EPA rated All-electric range", "EPA rated combined fuel economy", "Clean electric grid California (San Francisco)", "U.S. national average electric mix", "Dirty electric grid Rocky Mountains (Denver)" ], [ "2", "Mitsubishi i-MiEV", "All-electric", "mi (km)", "112 mpg-e (30kW-hrs/100mi)", "100 g/mi (62 g/km)", "200 g/mi (124 g/km)", "290 g/mi (180 g/km)" ], [ "3", "Ford Focus Electric", "All-electric", "mi (km)", "105 mpg-e (32kW-hrs/100mi)", "110 g/mi (68 g/km)", "210 g/mi (131 g/km)", "310 g/mi (193 g/km)" ], [ "4", "BMW ActiveE", "All-electric", "mi (km)", "102 mpg-e (33kW-hrs/100mi)", "110 g/mi (68 g/km)", "220 g/mi (137 g/km)", "320 g/mi (199 g/km)" ], [ "5", "Nissan Leaf", "All-electric", "mi (km)", "99 mpg-e (34kW-hrs/100mi)", "120 g/mi (75 g/km)", "230 g/mi (143 g/km)", "330 g/mi (205 g/km)" ], [ "6", "Chevrolet Volt", "Electricity only ( charge-depleting )", "mi (km)", "94 mpg-e (36kW-hrs/100mi)", "190 g/mi (118 g/km) (1)", "260 g/mi (162 g/km) (1)", "330 g/mi (205 g/km) (1)" ], [ "7", "Smart ED", "All-electric", "mi (km)", "87 mpg-e (39kW-hrs/100mi)", "130 g/mi (81 g/km)", "260 g/mi (162 g/km)", "380 g/mi (236 g/km)" ], [ "8", "Coda", "All-electric", "mi (km)", "73 mpg-e (46kW-hrs/100mi)", "160 g/mi (99 g/km)", "300 g/mi (186 g/km)", "440 g/mi (273 g/km)" ] ] }, { "t5Formulas": [ { "Question": "How many values for 1999 European correspond to a value more than 4.7 in 2009 European, general 2001 more than 7.5, 2006 general at 10, and more than 9.4 in general 2008?", "Formula": "ROWS(FILTER(B1,(G1>4.7)*(C1>7.5)*(E1=10)*(F1>9.4)))", "Formula2": "ROWS(FILTER(B2:B12,(G2:G12>4.7)*(C2:C12>7.5)*(E2:E12=10)*(F2:F12>9.4)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "G1", ">", "4.7", "*", "C1", ">", "7.5", "*", "E1", "=", "10", "*", "F1", ">", "9.4" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest value for general 2008 when there is less than 5.5 in European 2009, more than 5.8 in general 2006, more than 3.3 in general 2001, and less than 3.6 for 2004 European?", "Formula": "MAX(FILTER(F1,(G1<5.5)*(E1>5.8)*(C1>3.3)*(D1<3.6)))", "Formula2": "MAX(FILTER(F2:F12,(G2:G12<5.5)*(E2:E12>5.8)*(C2:C12>3.3)*(D2:D12<3.6)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "G1", "<", "5.5", "*", "E1", ">", "5.8", "*", "C1", ">", "3.3", "*", "D1", "<", "3.6" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest value for 2004 European when 1999 European is 3.3 and less than 4.4 in 1996 general?", "Formula": "MIN(FILTER(D1,(B1=3.3)*(A1<4.4)))", "Formula2": "MIN(FILTER(D2:D12,(B2:B12=3.3)*(A2:A12<4.4)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "3.3", "*", "A1", "<", "4.4" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average value for general 2001 with more than 4.8 in 1999 European, 7.7 in 2006 general, and more than 9 in 1996 general?", "Formula": "AVERAGE(FILTER(C1,(B1>4.8)*(E1=7.7)*(A1>9)))", "Formula2": "AVERAGE(FILTER(C2:C12,(B2:B12>4.8)*(E2:E12=7.7)*(A2:A12>9)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "B1", ">", "4.8", "*", "E1", "=", "7.7", "*", "A1", ">", "9" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What was the value for 2004 European with less than 7.5 in general 2001, less than 6.4 in 2009 European, and less than 1.5 in general 2013 with 4.3 in 2008 general?", "Formula": "FILTER(D1,(C1<7.5)*(G1<6.4)*(H1<1.5)*(F1=4.3))", "Formula2": "FILTER(D2:D12,(C2:C12<7.5)*(G2:G12<6.4)*(H2:H12<1.5)*(F2:F12=4.3))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "<", "7.5", "*", "G1", "<", "6.4", "*", "H1", "<", "1.5", "*", "F1", "=", "4.3" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "dev_2-16070554-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "1996 general", "1999 European", "2001 general", "2004 European", "2006 general", "2008 general", "2009 European", "2013 general" ], [ "2", "4.4", "3.3", "3.5", "5.0", "6.2", "5.2", "6.1", "1.2" ], [ "3", "4.6", "3.5", "3.4", "3.6", "5.9", "4.3", "5.0", "1.1" ], [ "4", "5.4", "5.4", "5.0", "5.0", "7.8", "5.6", "6.4", "1.7" ], [ "5", "4.8", "2.7", "3.4", "2.8", "5.8", "4.3", "4.7", "1.1" ], [ "6", "4.8", "3.2", "3.3", "3.3", "5.9", "4.2", "4.6", "1.1" ], [ "7", "4.7", "4.8", "4.8", "7.1", "6.9", "4.8", "5.5", "1.5" ], [ "8", "8.0", "6.8", "7.5", "7.0", "6.8", "6.5", "8.7", "3.6" ], [ "9", "7.6", "6.0", "6.8", "8.1", "7.8", "7.9", "9.1", "2.0" ], [ "10", "9.0", "9.4", "9.5", "9.6", "7.7", "8.2", "9.3", "4.1" ], [ "11", "8.1", "7.9", "14.4", "14.0", "10.0", "9.4", "11.9", "2.8" ], [ "12", "5.8", "4.8", "5.6", "5.9", "6.8", "5.6", "6.5", "1.8" ] ] }, { "t5Formulas": [ { "Question": "What is the high loss total for players with zero wins and a win % greater than 0?", "Formula": "MAX(FILTER(E1, (D1=0)*(G1>0)))", "Formula2": "MAX(FILTER(E2:E8, (D2:D8=0)*(G2:G8>0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "=", "0", "*", "G1", ">", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the win % for the QB with 3 starts?", "Formula": "SUM(FILTER(G1, C1=3))", "Formula2": "SUM(FILTER(G2:G8, C2:C8=3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "C1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-11510145-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Period", "Starts", "Wins", "Losses", "Ties", "Win %" ], [ "2", "David Carr", "2002–2006", "75", "22", "53", "0", ".293" ], [ "3", "Matt Schaub", "2007–present", "66", "34", "32", "0", ".515" ], [ "4", "Sage Rosenfels", "2007–2008", "10", "6", "4", "0", ".600" ], [ "5", "Tony Banks", "2003", "3", "2", "1", "0", ".667" ], [ "6", "T.J. Yates", "2011", "5", "2", "3", "0", ".400" ], [ "7", "Dave Ragone", "2003", "2", "0", "2", "0", ".000" ], [ "8", "Matt Leinart", "2011", "1", "1", "0", "0", "1.000" ] ] }, { "t5Formulas": [ { "Question": "Which rider had a speed of 104.630mph?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"104.630mph\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"104.630mph\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"104.630mph\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the best rank with a time of 1:05.14.10?", "Formula": "MAXIFS(A1,E1,\"1:05.14.10\")", "Formula2": "MAXIFS(A2:A11,E2:E11,\"1:05.14.10\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "E1", "\"1:05.14.10\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-11972799-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Oliver Linsdell", "398cc Yamaha", "106.634mph", "1:03.41.33" ], [ "3", "2", "Tim Sayers", "400cc Kawasaki", "104.630mph", "1:04.54.53" ], [ "4", "3", "Joe Phillips", "398cc Kawasaki", "104.107mph", "1:05.14.10" ], [ "5", "4", "Keith Costello", "400cc Honda", "104.039mph", "1:05.16.65" ], [ "6", "5", "Andrew Kirkwood", "399cc Kawasaki", "103.353mph", "1:05.42.63" ], [ "7", "6", "Dan Sayle", "125cc Honda", "101.769mph", "1:06.44.01" ], [ "8", "7", "Ross Johnson", "400cc Kawasaki", "101.105mph", "1:07.10.31" ], [ "9", "8", "Anthony Davies", "399cc Yamaha", "100.701mph", "1:07.26.47" ], [ "10", "9", "Myles Byrne", "400cc Honda", "100.423mph", "1:07.36.66" ], [ "11", "10", "Ian Hickey", "400cc Honda", "99.643mph", "1:08.09.43" ] ] }, { "t5Formulas": [ { "Question": "What record has c. j. miles (20) in the high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"C. J. Miles (20)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,E2:E7=\"C. J. Miles (20)\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"C. J. Miles (20)\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who in the high rebounds is in the honda center 15,625 location attendance?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Honda Center 15,625\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,H2:H7=\"Honda Center 15,625\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Honda Center 15,625\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is in the high points in the @ l.a. clippers team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ L.A. Clippers\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,C2:C7=\"@ L.A. Clippers\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"@ L.A. Clippers\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the score in al jefferson (24) high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Al Jefferson (24)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,E2:E7=\"Al Jefferson (24)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Al Jefferson (24)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What`s the score in October 7.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"October 7\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"October 7\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"October 7\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the location attendance of the @ portland team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ Portland\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,C2:C7=\"@ Portland\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"@ Portland\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27734286-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "1", "October 7", "Portland", "W 100–96 (OT)", "Deron Williams (15)", "Paul Millsap (8)", "Deron Williams (5)", "EnergySolutions Arena 19,492", "1–0" ], [ "3", "2", "October 11", "@ Portland", "W 109–100 (OT)", "Kyrylo Fesenko (18)", "Kyrylo Fesenko (7)", "Deron Williams (4)", "Portland Memorial Coliseum 10,651", "2–0" ], [ "4", "4", "October 14", "Phoenix", "W 108–97 (OT)", "Al Jefferson (24)", "Paul Millsap (7)", "Deron Williams (5)", "EnergySolutions Arena 19,883", "4–0" ], [ "5", "5", "October 16", "@ L.A. Clippers", "W 103–91 (OT)", "C. J. Miles (20)", "Paul Millsap , Jeremy Evans (7)", "Ronnie Price (7)", "Staples Center 18,997", "5–0" ], [ "6", "6", "October 17", "@ L.A. Lakers", "W 99–94 (OT)", "Gordon Hayward (26)", "Paul Millsap (7)", "Earl Watson (6)", "Staples Center 15,690", "6–0" ], [ "7", "7", "October 19", "@ L.A. Lakers", "W 82–74 (OT)", "C. J. Miles (14)", "Al Jefferson (8)", "Deron Williams (5)", "Honda Center 15,625", "7–0" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest pick from the Furman School that is a round smaller than 8?", "Formula": "MIN(FILTER(B1, (E1=\"furman\")*(A1<8)))", "Formula2": "MIN(FILTER(B2:B13, (E2:E13=\"furman\")*(A2:A13<8)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", "=", "\"furman\"", "*", "A1", "<", "8" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total number of round picks from the Morris Brown School?", "Formula": "SUMIFS(A1,E1,\"morris brown\")", "Formula2": "SUMIFS(A2:A13,E2:E13,\"morris brown\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"morris brown\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the total number of rounds for the player of Rell Tipton?", "Formula": "SUMIFS(A1,C1,\"rell tipton\")", "Formula2": "SUMIFS(A2:A13,C2:C13,\"rell tipton\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"rell tipton\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-14656115-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "School" ], [ "2", "1", "9", "Mike Butler", "Defensive End", "Kansas" ], [ "3", "1", "28", "Ezra Johnson", "Defensive End", "Morris Brown" ], [ "4", "2", "39", "Greg Koch", "Offensive Tackle", "Arkansas" ], [ "5", "3", "74", "Rick Scribner", "Guard", "Idaho State" ], [ "6", "5", "122", "Nate Simpson", "Running Back", "Tennessee State" ], [ "7", "6", "149", "Tim Moresco", "Defensive Back", "Syracuse" ], [ "8", "7", "172", "Derrel Gofourth", "Center", "Oklahoma State" ], [ "9", "7", "176", "Rell Tipton", "Guard", "Baylor" ], [ "10", "8", "206", "David Whitehurst", "Quarterback", "Furman" ], [ "11", "9", "233", "Joel Mullins", "Tackle", "Arkansas State" ], [ "12", "10", "260", "Jim Culbreath", "Running Back", "Oklahoma" ], [ "13", "11", "290", "Terry Randolph", "Defensive Back", "American International" ] ] }, { "t5Formulas": [ { "Question": "What was the away team score when Richmond was the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"richmond\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the away team score for the game played at the Brunswick Street Oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"brunswick street oval\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"brunswick street oval\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"brunswick street oval\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did Hawthorn play as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10773753-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "10.11 (71)", "Melbourne", "6.16 (52)", "Kardinia Park", "26,755", "16 July 1955" ], [ "3", "Fitzroy", "14.16 (100)", "South Melbourne", "6.10 (46)", "Brunswick Street Oval", "12,500", "16 July 1955" ], [ "4", "Collingwood", "15.9 (99)", "North Melbourne", "13.14 (92)", "Victoria Park", "16,813", "16 July 1955" ], [ "5", "Carlton", "10.19 (79)", "Hawthorn", "9.9 (63)", "Princes Park", "15,763", "16 July 1955" ], [ "6", "Richmond", "8.9 (57)", "Footscray", "6.12 (48)", "Punt Road Oval", "17,500", "16 July 1955" ], [ "7", "St Kilda", "5.7 (37)", "Essendon", "10.22 (82)", "Junction Oval", "12,250", "16 July 1955" ] ] }, { "t5Formulas": [ { "Question": "What was the score of the game against Minnesota?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"minnesota\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"minnesota\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"minnesota\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What player had the high point on July 7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"july 7\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"july 7\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"july 7\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18813011-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "17", "July 6", "@ Phoenix", "L 109-111 (2 OT)", "Jones , Sales (22)", "Rasmussen (13)", "Jones (6)", "US Airways Center 7,131", "6-11" ], [ "3", "18", "July 7", "@ Los Angeles", "W 110-89", "Douglas (28)", "Dydek (7)", "Whalen (8)", "STAPLES Center 8,769", "7-11" ], [ "4", "19", "July 11", "@ Seattle", "W 76-63", "Douglas (17)", "Jones (9)", "Whalen , Douglas (4)", "KeyArena 10,891", "8-11" ], [ "5", "20", "July 12", "@ Sacramento", "W 82-78 (OT)", "Sales (23)", "Dydek (9)", "Whalen (8)", "ARCO Arena 6,498", "9-11" ], [ "6", "21", "July 17", "Minnesota", "W 84-79", "Douglas (22)", "Sales , Dydek , Willingham (5)", "Whalen , Sales (4)", "Mohegan Sun Arena 8,253", "10-11" ], [ "7", "22", "July 20", "Seattle", "W 76-58", "Whalen (19)", "Jones (10)", "Douglas (6)", "Mohegan Sun Arena 9,003", "11-11" ], [ "8", "23", "July 22", "Houston", "W 81-79", "Douglas (25)", "Douglas , Whalen , Dydek (6)", "Whalen (6)", "Mohegan Sun Arena 7,869", "12-11" ], [ "9", "24", "July 24", "Detroit", "L 88-92", "Whalen (33)", "DeSouza (9)", "Whalen (7)", "Mohegan Sun Arena 8,192", "13-11" ], [ "10", "25", "July 26", "New York", "W 79-75", "Whalen (20)", "Whalen , DeSouza (9)", "Whalen (8)", "Mohegan Sun Arena N/A", "14-11" ], [ "11", "26", "July 29", "@ New York", "L 67-61", "Douglas (26)", "Maltsi (8)", "Jones (4)", "Madison Square Garden 8,303", "14-12" ], [ "12", "27", "July 31", "Chicago", "W 74-56", "Douglas (18)", "Jones (9)", "Sales (5)", "Mohegan Sun Arena 8,048", "15-12" ] ] }, { "t5Formulas": [ { "Question": "What is withdrawn with a GSR Class of 296?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=296),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,F2:F13=296),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "296", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What Inchicore Class has a GSR Class of 235?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=235),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,F2:F13=235),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "235", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What Inchicore Class has a GSWR Class smaller than 268, and a Type of 0-4-2t?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,B1=\"0-4-2t\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<268))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H13,B2:B13=\"0-4-2t\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<268))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "B1", "=", "\"0-4-2t\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "268" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which GSWR Class is from 1893?", "Formula": "SUM(FILTER(D1, A1=1893))", "Formula2": "SUM(FILTER(D2:D13, A2:A13=1893))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "1893" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1167942-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Type", "Nos.", "GSWR Class", "GSWR Nos.", "GSR Class", "Inchicore Class", "Withdrawn" ], [ "2", "1888–93", "0-6-0", "WLR 5 to 7", "224", "224 to 226", "—", "—", "1905–1909" ], [ "3", "1889–94", "2-4-0", "WLR 10, 22, 20, 23, 43, 44, 47, and 48", "276", "263, 275, 273, 276, 290 to 293", "276", "G3", "1907–1959" ], [ "4", "1891", "2-4-2T", "WLR 13 and 14", "266", "226 and 227", "267 491", "F4 F5", "1933–1935" ], [ "5", "1892", "0-4-2T", "WLR 3", "260", "260", "—", "—", "1912" ], [ "6", "1893", "0-6-0", "WLR 45, 46, 49, and 50", "233", "233 to 236", "235", "J22", "1911–1951" ], [ "7", "1894", "0-4-4T", "WLR 15", "268", "268", "—", "—", "1912" ], [ "8", "1895", "0-4-4T", "WLR 51 and 52", "294", "294 and 295", "295", "E2", "1910–1954" ], [ "9", "1896–97", "4-4-2T", "WLWR 16 to 18, and 21", "269", "269 to 271, 274", "269", "C5", "1949–1957" ], [ "10", "1896–97", "4-4-0", "WLWR 53 to 55", "296", "296 to 298", "296", "D15", "1928–1949" ], [ "11", "1897", "0-6-0", "WLWR 56 to 58", "237", "237 to 239", "222", "J25", "1934–1951" ], [ "12", "1899", "0-4-4T", "WLWR 27", "279", "279", "279", "E1", "1953" ], [ "13", "1900", "0-6-0", "WLWR 2, 4, 11", "222", "222", "222", "J25", "1929–1950" ] ] }, { "t5Formulas": [ { "Question": "What was the record from the Golden State Warriors on 11/18?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"golden state warriors\")*(A1=\"11/18\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(B2:B15=\"golden state warriors\")*(A2:A15=\"11/18\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"golden state warriors\"", "*", "A1", "=", "\"11/18\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11964379-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "11/2", "Golden State Warriors", "114–120", "Los Angeles Clippers", "Kelenna Azubuike", "19,060", "0–2" ], [ "3", "11/3", "Golden State Warriors", "110–113", "Utah Jazz", "Al Harrington", "19,911", "0–3" ], [ "4", "11/6", "Cleveland Cavaliers", "104–108", "Golden State Warriors", "Baron Davis", "19,596", "0–4" ], [ "5", "11/8", "Dallas Mavericks", "115–120", "Golden State Warriors", "Baron Davis", "19,596", "0–5" ], [ "6", "11/14", "Detroit Pistons", "104–111", "Golden State Warriors", "Baron Davis", "18,923", "0–6" ], [ "7", "11/16", "Los Angeles Clippers", "122–105", "Golden State Warriors", "Al Harrington", "19,596", "1–6" ], [ "8", "11/18", "Golden State Warriors", "106–100", "Toronto Raptors", "Stephen Jackson", "19,800", "2–6" ], [ "9", "11/20", "Golden State Warriors", "108–82", "New York Knicks", "Baron Davis", "19,763", "3–6" ], [ "10", "11/21", "Golden State Warriors", "82–105", "Boston Celtics", "Monta Ellis", "18,624", "3–7" ], [ "11", "11/23", "Golden State Warriors", "123–115", "Washington Wizards", "Baron Davis", "20,173", "4–7" ], [ "12", "11/24", "Golden State Warriors", "100–98", "Philadelphia 76ers", "Monta Ellis", "13,047", "5–7" ], [ "13", "11/26", "Phoenix Suns", "129–114", "Golden State Warriors", "Stephen Jackson", "19,596", "6–7" ], [ "14", "11/28", "Golden State Warriors", "103–96", "Sacramento Kings", "Monta Ellis", "13,652", "7–7" ], [ "15", "11/29", "Houston Rockets", "113–94", "Golden State Warriors", "Baron Davis", "19,596", "8–7" ] ] }, { "t5Formulas": [ { "Question": "What game number is the Washington team.", "Formula": "ROWS(FILTER(A1,C1=\"Washington\"))", "Formula2": "ROWS(FILTER(A2:A16,C2:C16=\"Washington\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "C1", "=", "\"Washington\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-27713583-6", "Table": [ [ "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", "4", "November 4", "@ Chicago", "W 120–112 (OT)", "Toney Douglas (30)", "Amar'e Stoudemire (8)", "Raymond Felton (10)", "United Center 21,203", "2–2" ], [ "3", "5", "November 5", "Washington", "W 112–91 (OT)", "Toney Douglas (19)", "Toney Douglas (10)", "Raymond Felton (10)", "Madison Square Garden 19,763", "3–2" ], [ "4", "6", "November 7", "Philadelphia", "L 96–106 (OT)", "Amar'e Stoudemire (21)", "Amar'e Stoudemire (15)", "Raymond Felton (10)", "Madison Square Garden 18,735", "3–3" ], [ "5", "7", "November 9", "@ Milwaukee", "L 80–107 (OT)", "Amar'e Stoudemire (19)", "Anthony Randolph (9)", "Raymond Felton (8)", "Bradley Center 13,286", "3–4" ], [ "6", "8", "November 10", "Golden State", "L 117–122 (OT)", "Amar'e Stoudemire (33)", "Amar'e Stoudemire (10)", "Raymond Felton (6)", "Madison Square Garden 19,763", "3–5" ], [ "7", "9", "November 12", "@ Minnesota", "L 103–112 (OT)", "Danilo Gallinari (25)", "Amar'e Stoudemire , Landry Fields (9)", "Raymond Felton (8)", "Target Center 15,232", "3–6" ], [ "8", "10", "November 14", "Houston", "L 96–104 (OT)", "Amar'e Stoudemire (25)", "Amar'e Stoudemire (8)", "Raymond Felton (5)", "Madison Square Garden 19,763", "3–7" ], [ "9", "11", "November 16", "@ Denver", "L 118–120 (OT)", "Amar'e Stoudemire (24)", "Landry Fields (17)", "Raymond Felton (11)", "Pepsi Center 15,190", "3–8" ], [ "10", "12", "November 17", "@ Sacramento", "W 113–106 (OT)", "Amar'e Stoudemire , Danilo Gallinari (27)", "Amar'e Stoudemire (10)", "Ronny Turiaf (4)", "ARCO Arena 12,817", "4–8" ], [ "11", "13", "November 19", "@ Golden State", "W 125–119 (OT)", "Raymond Felton (35)", "Amar'e Stoudemire (11)", "Raymond Felton (11)", "Oracle Arena 19,808", "5–8" ], [ "12", "14", "November 20", "@ L.A. Clippers", "W 124–115 (OT)", "Amar'e Stoudemire (39)", "Amar'e Stoudemire (11)", "Raymond Felton (7)", "Staples Center 18,325", "6–8" ], [ "13", "15", "November 23", "Charlotte", "W 110–107 (OT)", "Toney Douglas (22)", "Landry Fields , Amar'e Stoudemire (7)", "Raymond Felton (9)", "Madison Square Garden 19,763", "7–8" ], [ "14", "16", "November 24", "@ Charlotte", "W 99–95 (OT)", "Raymond Felton (23)", "Landry Fields (10)", "Raymond Felton (13)", "Time Warner Cable Arena 15,588", "8–8" ], [ "15", "17", "November 27", "Atlanta", "L 90–99 (OT)", "Amar'e Stoudemire (24)", "Landry Fields (11)", "Raymond Felton (4)", "Madison Square Garden 19,763", "8–9" ], [ "16", "18", "November 28", "@ Detroit", "W 125–116 (2OT)", "Amar'e Stoudemire (37)", "Amar'e Stoudemire (15)", "Raymond Felton (11)", "The Palace of Auburn Hills 16,015", "9–9" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the away team with a Tie no of 7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=7),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=7),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "7", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is home team Chelsea's Tie no?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chelsea\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"chelsea\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"chelsea\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What away team has a Tie no of 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=5),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=5),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "5", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17559580-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Sheffield Wednesday", "2–2", "Chelsea", "9 March 1968" ], [ "3", "Replay", "Chelsea", "2–0", "Sheffield Wednesday", "12 March 1968" ], [ "4", "2", "Everton", "2–0", "Tranmere Rovers", "9 March 1968" ], [ "5", "3", "Tottenham Hotspur", "1–1", "Liverpool", "9 March 1968" ], [ "6", "Replay", "Liverpool", "2–1", "Tottenham Hotspur", "12 March 1968" ], [ "7", "4", "Portsmouth", "1–2", "West Bromwich Albion", "9 March 1968" ], [ "8", "5", "West Ham United", "1–2", "Sheffield United", "9 March 1968" ], [ "9", "6", "Arsenal", "1–1", "Birmingham City", "9 March 1968" ], [ "10", "Replay", "Birmingham City", "2–1", "Arsenal", "12 March 1968" ], [ "11", "7", "Leeds United", "2–0", "Bristol City", "9 March 1968" ], [ "12", "8", "Rotherham United", "1–1", "Leicester City", "9 March 1968" ], [ "13", "Replay", "Leicester City", "2–0", "Rotherham United", "13 March 1968" ] ] }, { "t5Formulas": [ { "Question": "Who did the Giants play before week 7 in Tulane Stadium?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"tulane stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,E2:E15=\"tulane stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"tulane stadium\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What was the lowest attendance for week 1?", "Formula": "MIN(FILTER(F1, A1=1))", "Formula2": "MIN(FILTER(F2:F15, A2:A15=1))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-15451468-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "1970-09-19", "Chicago Bears", "L 24–16", "Yankee Stadium", "62,936" ], [ "3", "2", "1970-09-27", "at Dallas Cowboys", "L 28–10", "Cotton Bowl", "57,236" ], [ "4", "3", "1970-10-04", "at New Orleans Saints", "L 14–10", "Tulane Stadium", "69,126" ], [ "5", "4", "1970-10-11", "Philadelphia Eagles", "W 30–23", "Yankee Stadium", "62,820" ], [ "6", "5", "1970-10-18", "at Boston Patriots", "W 16–0", "Harvard Stadium", "39,091" ], [ "7", "6", "1970-10-25", "St. Louis Cardinals", "W 35–17", "Yankee Stadium", "62,984" ], [ "8", "7", "1970-11-01", "at New York Jets", "W 22–10", "Shea Stadium", "63,903" ], [ "9", "8", "1970-11-08", "Dallas Cowboys", "W 23–20", "Yankee Stadium", "62,938" ], [ "10", "9", "1970-11-15", "Washington Redskins", "W 35–33", "Yankee Stadium", "62,915" ], [ "11", "10", "1970-11-23", "at Philadelphia Eagles", "L 23–20", "Franklin Field", "59,117" ], [ "12", "11", "1970-11-29", "at Washington Redskins", "W 27–24", "Robert F. Kennedy Memorial Stadium", "50,415" ], [ "13", "12", "1970-12-06", "Buffalo Bills", "W 20–6", "Yankee Stadium", "62,870" ], [ "14", "13", "1970-12-13", "at St. Louis Cardinals", "W 34–17", "Busch Memorial Stadium", "50,845" ], [ "15", "14", "1970-12-20", "Los Angeles Rams", "L 31–3", "Yankee Stadium", "62,870" ] ] }, { "t5Formulas": [ { "Question": "When 0-1 is the series who has the highest amount of assists?", "Formula": "FILTER(G1,I1=\"0-1\")", "Formula2": "FILTER(G2:G6,I2:I6=\"0-1\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "I1", "=", "\"0-1\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When 5 is the game who has the highest amount of points?", "Formula": "FILTER(E1,A1=5)", "Formula2": "FILTER(E2:E6,A2:A6=5)", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "5" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When 1-1 is the series who is the team?", "Formula": "FILTER(C1,I1=\"1-1\")", "Formula2": "FILTER(C2:C6,I2:I6=\"1-1\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "I1", "=", "\"1-1\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When george hill (29) has the highest amount of points what is the date?", "Formula": "FILTER(B1,E1=\"George Hill (29)\")", "Formula2": "FILTER(B2:B6,E2:E6=\"George Hill (29)\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"George Hill (29)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-22883210-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Series" ], [ "2", "1", "April 18", "@ Dallas", "L 94–100 (OT)", "Tim Duncan (27)", "Tim Duncan , Antonio McDyess (8)", "Manu Ginobili (6)", "American Airlines Center 20,372", "0-1" ], [ "3", "2", "April 21", "@ Dallas", "W 102–88 (OT)", "Tim Duncan (25)", "Tim Duncan (17)", "Tony Parker (8)", "American Airlines Center 20,728", "1-1" ], [ "4", "3", "April 23", "Dallas", "W 94–90 (OT)", "Tim Duncan (25)", "Antonio McDyess (6)", "Manu Ginobili (7)", "AT&T Center 18,581", "2-1" ], [ "5", "4", "April 25", "Dallas", "W 92–89 (OT)", "George Hill (29)", "Tim Duncan (11)", "Manu Ginobili (7)", "AT&T Center 18,581", "3-1" ], [ "6", "5", "April 27", "@ Dallas", "L 81–103 (OT)", "Tony Parker (18)", "DeJuan Blair (8)", "Tony Parker (6)", "American Airlines Center 20,557", "3-2" ] ] }, { "t5Formulas": [ { "Question": "What is the school, when the Team is Senators?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"senators\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"senators\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"senators\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Season Outcome, when the School is Sussex Tech?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"sussex tech\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"sussex tech\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"sussex tech\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the School, when the Team is Golden Knights?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"golden knights\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"golden knights\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"golden knights\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13054553-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "School", "Team", "Division Record", "Overall Record", "Season Outcome" ], [ "2", "Dover", "Senators", "5 - 0", "8 - 3", "Loss in first round of Div. I playoffs" ], [ "3", "Caesar Rodney", "Riders", "3 - 2", "4 - 6", "Failed to make playoffs" ], [ "4", "Sussex Central", "Golden Knights", "2 - 3", "6 - 5", "Loss in first round of Div. I playoffs" ], [ "5", "Sussex Tech", "Ravens", "2 - 3", "5 - 5", "Failed to make playoffs" ], [ "6", "Cape Henlopen", "Vikings", "2 - 3", "4 - 6", "Failed to make playoffs" ], [ "7", "Milford", "Buccaneers", "1 - 4", "4 - 6", "Failed to make playoffs" ] ] }, { "t5Formulas": [ { "Question": "what is the total number of total w–l where doubles w–l is 11–11", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"11–11\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B9, D2:D9=\"11–11\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"11–11\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what is the total number of singles w–l where doubles w–l is 11–14", "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"11–14\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C9, D2:D9=\"11–14\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"11–14\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": " what's the total w–l where player is boro jovanović category:articles with hcards", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Boro Jovanović Category:Articles with hCards\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Boro Jovanović Category:Articles with hCards\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Boro Jovanović Category:Articles with hCards\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the maximum ties played where player is josip palada category:articles with hcards", "Formula": "MAXIFS(E1,A1,\"Josip Palada Category:Articles with hCards\")", "Formula2": "MAXIFS(E2:E9,A2:A9,\"Josip Palada Category:Articles with hCards\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "A1", "\"Josip Palada Category:Articles with hCards\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the total number of ties played where total w–l is 38–24", "Formula": "SUMIFS(E1,B1,\"38–24\")", "Formula2": "SUMIFS(E2:E9,B2:B9,\"38–24\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"38–24\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-10294071-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Total W–L", "Singles W–L", "Doubles W–L", "Ties played", "Debut", "Years played" ], [ "2", "Željko Franulović Category:Articles with hCards", "32–27", "23–15", "9–12", "22", "1967", "12" ], [ "3", "Boro Jovanović Category:Articles with hCards", "29–36", "18–22", "11–14", "25", "1959", "15" ], [ "4", "Franjo Kukuljević Category:Articles with hCards", "11–21", "5–9", "6–12", "18", "1930", "10" ], [ "5", "Dragutin Mitić Category:Articles with hCards", "41–29", "28–15", "13–14", "29", "1936", "10" ], [ "6", "Josip Palada Category:Articles with hCards", "42–32", "31–21", "11–11", "37", "1933", "15" ], [ "7", "Ilija Panajotović Category:Articles with hCards", "5–15", "3–12", "2–3", "11", "1953", "8" ], [ "8", "Nikola Pilić Category:Articles with hCards", "38–24", "27–12", "11–12", "23", "1961", "11" ], [ "9", "Franjo Punčec Category:Articles with hCards", "42–20", "33–12", "9–8", "26", "1933", "8" ] ] }, { "t5Formulas": [ { "Question": "Name the colors for north canton", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"North Canton\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"North Canton\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"North Canton\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the most join date", "Formula": "MAX(E1)", "Formula2": "MAX(E2:E6)", "Level": "easy", "Tokens": [ "MAX(", "E1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "Name the least join date", "Formula": "MIN(E1)", "Formula2": "MIN(E2:E6)", "Level": "easy", "Tokens": [ "MIN(", "E1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "Name the location for black, orange", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Black, Orange\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Black, Orange\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Black, Orange\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name when north canton joined", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"North Canton\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"North Canton\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"North Canton\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26466528-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "School", "Nickname", "Location", "Colors", "Join Date" ], [ "2", "Canton McKinley", "Bulldogs", "Canton", "Red, Black", "2003" ], [ "3", "GlenOak", "Golden Eagles", "Canton", "Forest Green, Vegas Gold", "1975" ], [ "4", "Hoover", "Vikings", "North Canton", "Black, Orange", "1968" ], [ "5", "Jackson", "Polar Bears", "Jackson Township", "Purple, Gold", "1964" ], [ "6", "Lake", "Blue Streaks", "Uniontown", "Blue, Red, White", "1987" ] ] }, { "t5Formulas": [ { "Question": "How many days with frost were there in the City/Town of Lugo have?", "Formula": "SUMIFS(E1,A1,\"lugo\")", "Formula2": "SUMIFS(E2:E7,A2:A7,\"lugo\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"lugo\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the lowest number of sunlight hours, and number of days with frost, more than 30, for the city of Ourense?", "Formula": "MIN(FILTER(F1, (A1=\"ourense\")*(E1>30)))", "Formula2": "MIN(FILTER(F2:F7, (A2:A7=\"ourense\")*(E2:E7>30)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "\"ourense\"", "*", "E1", ">", "30" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the largest amount of sunlight hours for the City of Pontevedra?", "Formula": "MAXIFS(F1,A1,\"pontevedra\")", "Formula2": "MAXIFS(F2:F7,A2:A7,\"pontevedra\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "A1", "\"pontevedra\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12837-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "City/Town", "July av. T", "Rain", "Days with rain (year/summer)", "Days with frost", "Sunlight hours" ], [ "2", "Santiago de Compostela", "°C ()", "mm (in)", "141 / 19", "15", "1,998" ], [ "3", "A Coruña", "°C ()", "mm (in)", "131 / 19", "0", "1,966" ], [ "4", "Lugo", "°C ()", "mm (in)", "131 / 18", "42", "1,821" ], [ "5", "Vigo", "°C ()", "mm (in)", "130 / 18", "5", "2,212" ], [ "6", "Ourense", "°C ()", "mm (in)", "97 / 12", "30", "2,043" ], [ "7", "Pontevedra", "°C ()", "mm (in)", "133 / 18", "2", "2,223" ] ] }, { "t5Formulas": [ { "Question": "With the game that was less than 16 what was the high assists?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<16))", "Formula2": "LET(query1,SUMMARIZE(G2:G17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)<16))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "16" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "On December 25, what was the record?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"december 25\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,B2:B17=\"december 25\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"december 25\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17311812-6", "Table": [ [ "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", "15", "December 2", "@ New Jersey", "W 108–88 (OT)", "Caron Butler , Antawn Jamison (22)", "Antawn Jamison (8)", "Caron Butler (10)", "Izod Center 15,062", "3–12" ], [ "3", "16", "December 3", "Portland", "L 92–98 (OT)", "Antawn Jamison (22)", "JaVale McGee (7)", "Antawn Jamison (5)", "Verizon Center 12,802", "3–13" ], [ "4", "17", "December 5", "L.A. Lakers", "L 104–106 (OT)", "Caron Butler (26)", "Andray Blatche , Antawn Jamison (12)", "DeShawn Stevenson (6)", "Verizon Center 20,173", "3–14" ], [ "5", "18", "December 6", "@ Chicago", "L 110–117 (OT)", "Caron Butler (27)", "Antawn Jamison (12)", "Caron Butler (6)", "United Center 21,741", "3–15" ], [ "6", "19", "December 9", "Detroit", "W 107–94 (OT)", "Caron Butler (33)", "Antawn Jamison (11)", "Juan Dixon (7)", "Verizon Center 14,707", "4–15" ], [ "7", "20", "December 11", "Boston", "L 88–122 (OT)", "Caron Butler (19)", "JaVale McGee (6)", "Juan Dixon (7)", "Verizon Center 20,173", "4–16" ], [ "8", "21", "December 13", "@ Philadelphia", "L 89–104 (OT)", "Antawn Jamison (17)", "Antawn Jamison (9)", "Juan Dixon (5)", "Wachovia Center 15,865", "4–17" ], [ "9", "22", "December 15", "Indiana", "L 98–118 (OT)", "Antawn Jamison , Caron Butler (26)", "Antawn Jamison (15)", "Mike James (6)", "Verizon Center 14,502", "4–18" ], [ "10", "23", "December 17", "@ Detroit", "L 74–88 (OT)", "Mike James (16)", "Antawn Jamison , Andray Blatche (11)", "Andray Blatche , Caron Butler (4)", "The Palace of Auburn Hills 22,076", "4–19" ], [ "11", "24", "December 19", "Philadelphia", "L 103–109 (OT)", "Antawn Jamison (23)", "Antawn Jamison (10)", "Antawn Jamison (5)", "Verizon Center 18,323", "4–20" ], [ "12", "25", "December 21", "Dallas", "L 86–97 (OT)", "Antawn Jamison (22)", "Mike James , Antawn Jamison (8)", "Mike James (5)", "Verizon Center 15,582", "4–21" ], [ "13", "26", "December 23", "@ Charlotte", "L 72–80 (OT)", "Caron Butler (31)", "Dominic McGuire (10)", "Caron Butler (4)", "Time Warner Cable Arena 13,776", "4–22" ], [ "14", "27", "December 25", "@ Cleveland", "L 89–93 (OT)", "Antawn Jamison (28)", "Dominic McGuire (11)", "Caron Butler (10)", "Quicken Loans Arena 20,562", "4–23" ], [ "15", "28", "December 27", "Oklahoma City", "W 104–95 (OT)", "Antawn Jamison (29)", "Andray Blatche (15)", "Mike James (11)", "Verizon Center 16,181", "5–23" ], [ "16", "29", "December 29", "@ Houston", "W 89–87 (OT)", "Antawn Jamison (30)", "Antawn Jamison (12)", "Dominic McGuire (6)", "Toyota Center 18,278", "6–23" ], [ "17", "30", "December 30", "@ New Orleans", "L 85–97 (OT)", "Antawn Jamison (22)", "Antawn Jamison (12)", "Mike James (7)", "New Orleans Arena 18,021", "6–24" ] ] }, { "t5Formulas": [ { "Question": "What was the party of the first elected candidate in 1954?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1954),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=1954),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1954", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many districts does Donald D. Clancy represent?", "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"Donald D. Clancy\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, B2:B7=\"Donald D. Clancy\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"Donald D. Clancy\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1341738-36", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Ohio 2", "Donald D. Clancy", "Republican", "1960", "Re-elected", "Donald D. Clancy (R) 67.4% Don Driehaus (D) 32.6%" ], [ "3", "Ohio 4", "William Moore McCulloch", "Republican", "1947", "Re-elected", "William Moore McCulloch (R) Unopposed" ], [ "4", "Ohio 6", "Bill Harsha", "Republican", "1960", "Re-elected", "Bill Harsha (R) 72.4% Kenneth L. Kirby (D) 27.6%" ], [ "5", "Ohio 9", "Thomas L. Ashley", "Democratic", "1954", "Re-elected", "Thomas L. Ashley (D) 57.4% Ben Marsh (R) 42.6%" ], [ "6", "Ohio 14", "William H. Ayres", "Republican", "1950", "Re-elected", "William H. Ayres (R) 55.1% Oliver Ocasek (D) 44.9%" ], [ "7", "Ohio 16", "Frank T. Bow", "Republican", "1950", "Re-elected", "Frank T. Bow (R) 59.6% Virgil L. Musser (D) 40.4%" ] ] }, { "t5Formulas": [ { "Question": "Who was the winner if the Mountains Classification award was given to Jaime Vergara and the Team Classification award is given to Col es Pasion Café De Colombia 472?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"Jaime Vergara\")*(G1=\"Col es Pasion Café De Colombia 472\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(E2:E14=\"Jaime Vergara\")*(G2:G14=\"Col es Pasion Café De Colombia 472\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Jaime Vergara\"", "*", "G1", "=", "\"Col es Pasion Café De Colombia 472\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the General Classification awardee if Sergio Luis Henao was the winner and the Points Classification award was given to Sergio Luis Henao?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"Sergio Luis Henao\")*(D1=\"Sergio Luis Henao\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(B2:B14=\"Sergio Luis Henao\")*(D2:D14=\"Sergio Luis Henao\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Sergio Luis Henao\"", "*", "D1", "=", "\"Sergio Luis Henao\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"Oscar Solis\")*(G1=\"EPM-UNE\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(E2:E14=\"Oscar Solis\")*(G2:G14=\"EPM-UNE\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Oscar Solis\"", "*", "G1", "=", "\"EPM-UNE\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "In what stage did Jaime Vergara won, Team Classification was given to EPM-Une and Mountain Classification winner was Oscar Solis?", "Formula": "SUM(FILTER(A1, (G1=\"EPM-UNE\")*(E1=\"Oscar Solis\")*(B1=\"Jaime Vergara\")))", "Formula2": "SUM(FILTER(A2:A14, (G2:G14=\"EPM-UNE\")*(E2:E14=\"Oscar Solis\")*(B2:B14=\"Jaime Vergara\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "\"EPM-UNE\"", "*", "E1", "=", "\"Oscar Solis\"", "*", "B1", "=", "\"Jaime Vergara\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_1-28853064-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Stage", "Winner", "General classification", "Points classification", "Mountains classification", "Sprints classification", "Team classification" ], [ "2", "1", "Ind Ant-Idea-Fla-Lot De Medellín", "Sergio Luis Henao", "no award", "no award", "no award", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "3", "2", "Jaime Castañeda", "Óscar Sevilla", "Jaime Castañeda", "Jaime Vergara", "Camilo Gómez", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "4", "3", "Jairo Pérez", "Jairo Pérez", "Jaime Castañeda", "Jaime Vergara", "Julian Lopez", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "5", "4", "Sergio Luis Henao", "Óscar Sevilla", "Óscar Sevilla", "Jaime Vergara", "Julian Lopez", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "6", "5", "Fabio Duarte", "Óscar Sevilla", "Óscar Sevilla", "Jaime Vergara", "Julian Lopez", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "7", "6", "Luis Felipe Laverde", "Óscar Sevilla", "Óscar Sevilla", "Jaime Vergara", "Jaime Suaza", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "8", "7", "Freddy Gonzalez", "Óscar Sevilla", "Óscar Sevilla", "Jaime Vergara", "Camilo Gómez", "Col es Pasion Café De Colombia 472" ], [ "9", "8", "Diego Calderón", "Óscar Sevilla", "Óscar Sevilla", "Oscar Solis", "Juan Alejandro Garcia", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "10", "9", "José Rujano", "Sergio Luis Henao", "Sergio Luis Henao", "Oscar Solis", "Juan Alejandro Garcia", "Ind Ant-Idea-Fla-Lot De Medellín" ], [ "11", "10", "Sergio Luis Henao", "Sergio Luis Henao", "Sergio Luis Henao", "Oscar Solis", "Juan Alejandro Garcia", "EPM-UNE" ], [ "12", "11", "Jaime Vergara", "Sergio Luis Henao", "Sergio Luis Henao", "Oscar Solis", "Juan Alejandro Garcia", "EPM-UNE" ], [ "13", "12", "Fabio Duarte", "Sergio Luis Henao", "Sergio Luis Henao", "Oscar Solis", "Juan Alejandro Garcia", "Col es Pasion Café De Colombia 472" ], [ "14", "13", "Javier Gonzalez", "Sergio Luis Henao", "Sergio Luis Henao", "José Rujano", "Juan Alejandro Garcia", "EPM-UNE" ] ] }, { "t5Formulas": [ { "Question": "What was Britain's (2013) birthstone when the U.S (2013) birthstone was ruby?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ruby\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"ruby\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ruby\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the U.S birthstone in 1912 when in 2013 the birthstone was amethyst?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"amethyst\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"amethyst\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"amethyst\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the U.S birthstone in the 15th-20th century when in 2013 it was amethyst?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"amethyst\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"amethyst\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"amethyst\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which month in 2013 did the U.S. use the ruby birthstone?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ruby\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"ruby\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ruby\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In 1912 when the U.S used sapphire, what was the Hindu birthstone?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"sapphire\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"sapphire\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"sapphire\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17891889-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Month", "15th- 20th century", "U.S. (1912)", "U.S. (2013)", "Britain (2013)", "Hindu" ], [ "2", "January", "garnet", "garnet", "garnet", "garnet", "serpent stone" ], [ "3", "February", "amethyst , hyacinth , pearl", "amethyst", "amethyst", "amethyst", "chandrakanta" ], [ "4", "March", "heliotrope , jasper", "heliotrope , aquamarine", "aquamarine , heliotrope", "aquamarine , heliotrope", "Gold Siva-linga" ], [ "5", "April", "diamond , sapphire", "diamond", "diamond", "diamond , rock crystal", "diamond" ], [ "6", "May", "emerald , agate", "emerald", "emerald", "emerald , chrysoprase", "emerald" ], [ "7", "June", "cat's eye , turquoise , agate", "pearl , moonstone", "pearl , moonstone , alexandrite", "pearl , moonstone", "pearl" ], [ "8", "July", "turquoise , onyx", "ruby", "ruby", "ruby , carnelian", "sapphire" ], [ "9", "August", "sardonyx , carnelian , moonstone , topaz", "sardonyx , peridot", "peridot", "peridot , sardonyx", "ruby" ], [ "10", "September", "chrysolite", "sapphire", "sapphire", "sapphire , lapis lazuli", "zircon" ], [ "11", "October", "opal , aquamarine", "opal , tourmaline", "opal , tourmaline", "opal", "coral" ], [ "12", "November", "topaz , pearl", "topaz", "topaz , citrine", "topaz , citrine", "cat's-eye" ], [ "13", "December", "heliotrope , ruby", "turquoise , lapis lazuli", "turquoise , zircon , tanzanite", "tanzanite , turquoise", "topaz" ] ] }, { "t5Formulas": [ { "Question": "What was the 3rd place value in 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2011),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=2011),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2011", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12278719-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Venue", "Winners", "Runner-up", "3rd place" ], [ "2", "2005", "Pardubice", "[[|]] (41 pts)", "Sweden (35 pts)", "[[|]] (24 pts)" ], [ "3", "2006", "Rybnik", "[[|]] (41 pts)", "Sweden (27 pts)", "[[|]] (26 pts)" ], [ "4", "2007", "Abensberg", "[[|]] (40 pts)", "[[|]] (36 pts)", "[[|]] (30 pts)" ], [ "5", "2008", "Holsted", "[[|]] (40 pts)", "[[|]] (39 pts)", "Sweden (38 pts)" ], [ "6", "2009", "Gorzów Wlkp.", "[[|]] (57 pts)", "[[|]] (45 pts)", "Sweden (32 pts)" ], [ "7", "2010", "Rye House", "[[|]] (51 pts)", "Sweden (37 pts)", "[[|]] (35 pts)" ], [ "8", "2011", "Balakovo", "[[|]] (61 pts)", "[[|]] (31 pts)", "[[|]] (29+3 pts)" ], [ "9", "2012", "Gniezno", "[[|]] (61 pts)", "Australia (44 pts)", "Sweden (26 pts)" ], [ "10", "Year", "Venue", "Winners", "Runner-up", "3rd place" ] ] }, { "t5Formulas": [ { "Question": "Which year has a railway class of 250?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"250\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"250\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"250\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which works number has a class of 15th and year of 1940?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"15th\")*(E1=1940)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"15th\")*(E2:E9=1940)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"15th\"", "*", "E1", "=", "1940", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Which builder has a railway of Rhodesia Railways?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"rhodesia railways\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"rhodesia railways\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"rhodesia railways\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which railway has a class of 250 and year 1936?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"250\")*(E1=1936)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"250\")*(E2:E9=1936)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"250\"", "*", "E1", "=", "1936", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-15203881-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Gauge", "Railway", "Class", "Works no.", "Year", "Builder" ], [ "2", "3 ft 6 in", "Rhodesia Railways", "15th", "6936–6939", "1940", "Beyer, Peacock" ], [ "3", "3 ft 6 in", "Rhodesia Railways", "15th", "7228–7237", "1947", "Beyer, Peacock" ], [ "4", "3 ft 6 in", "Rhodesia Railways", "15th", "7260–7279", "1948–49", "Beyer, Peacock" ], [ "5", "3 ft 6 in", "Rhodesia Railways", "15A", "7326–7340", "1949–50", "Beyer, Peacock" ], [ "6", "3 ft 6 in", "Rhodesia Railways", "15A", "7351–7365", "1950", "Beyer, Peacock" ], [ "7", "3 ft 6 in", "Rhodesia Railways", "15A", "2963–2972", "1952", "Franco-Belge , France" ], [ "8", "3 ft 6 in", "Sudan Railways", "250", "6798–6801", "1936", "Beyer, Peacock" ], [ "9", "3 ft 6 in", "Sudan Railways", "250", "6870–6875", "1937", "Beyer, Peacock" ] ] }, { "t5Formulas": [ { "Question": "Which School has a Mascot of squires?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"squires\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"squires\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"squires\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which School has a #/ County of 85 wabash, and an IHSAA Football Class of A, and a Mascot of norsemen?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"85 wabash\")*(F1=\"a\")*(C1=\"norsemen\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(G2:G9=\"85 wabash\")*(F2:F9=\"a\")*(C2:C9=\"norsemen\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"85 wabash\"", "*", "F1", "=", "\"a\"", "*", "C1", "=", "\"norsemen\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which IHSAA Football Class has a School of whitko?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"whitko\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"whitko\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"whitko\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which IHSAA Football Class has a Location of wabash, and a School of wabash?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"wabash\")*(A1=\"wabash\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(B2:B9=\"wabash\")*(A2:A9=\"wabash\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"wabash\"", "*", "A1", "=", "\"wabash\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18974097-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "School", "Location", "Mascot", "Enrollment", "IHSAA Class", "IHSAA Football Class", "# / County" ], [ "2", "Manchester", "North Manchester", "Squires", "432", "AA", "AA", "85 Wabash" ], [ "3", "Northfield", "Wabash", "Norsemen", "389", "AA", "A", "85 Wabash" ], [ "4", "North Miami", "Denver", "Warriors", "349", "AA", "A", "52 Miami" ], [ "5", "Rochester Community", "Rochester", "Zebras", "565", "AA", "AA", "25 Fulton" ], [ "6", "Southwood", "Wabash", "Knights", "413", "AA", "A", "85 Wabash" ], [ "7", "Tippecanoe Valley", "Akron", "Vikings", "618", "AAA", "AAA", "43 Kosciusko" ], [ "8", "Wabash", "Wabash", "Apachees", "447", "AA", "AA", "85 Wabash" ], [ "9", "Whitko", "South Whitley", "Wildcats", "595", "AAA", "AAA", "92 Whitley" ] ] }, { "t5Formulas": [ { "Question": "Which player had a To par of +11?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=11),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=11),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "11", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who won in 1997 with a finish of t48?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"t48\")*(C1=1997)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(F2:F7=\"t48\")*(C2:C7=1997)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t48\"", "*", "C1", "=", "1997", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What player from the United States had a total of 297?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=297))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F7,B2:B7=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=297))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"united states\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "297" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which country won in 1988?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=1988),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=1988),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "1988", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-18009787-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Tiger Woods", "United States", "1999 , 2000", "279", "–9", "2" ], [ "3", "Vijay Singh", "Fiji", "1998", "287", "–1", "8" ], [ "4", "Jeff Sluman", "United States", "1988", "292", "+4", "T23" ], [ "5", "Davis Love III", "United States", "1997", "297", "+9", "T48" ], [ "6", "Steve Elkington", "Australia", "1995", "297", "+9", "T48" ], [ "7", "Hal Sutton", "United States", "1983", "299", "+11", "T60" ] ] }, { "t5Formulas": [ { "Question": "The Europe listing of 00 0 0 (0) also has what listed as the total?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"00 0 0 (0)\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,F2:F11=\"00 0 0 (0)\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"00 0 0 (0)\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The league of 400 (21) has what years listed?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"400 (21)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"400 (21)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"400 (21)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "With a FA Cup of 0 44 0 (0), the other [C] is listed as what?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"0 44 0 (0)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,D2:D11=\"0 44 0 (0)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"0 44 0 (0)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The Europe listing of 117 0 (8) belongs to what league?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"117 0 (8)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,F2:F11=\"117 0 (8)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"117 0 (8)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The League Cup of 0 40 0 (6) also has what listed in the Europe column?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"0 40 0 (6)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,E2:E11=\"0 40 0 (6)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"0 40 0 (6)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12783587-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "Years", "League", "FA Cup", "League Cup", "Europe", "Other [C ]", "Total" ], [ "2", "Ryan Giggs", "1991–present", "664 (113)", "0 74 (12)", "0 40 0 (6)", "152 (23)", "0 19 0 (3)", "949 (157)" ], [ "3", "Bobby Charlton", "1956–1973", "606 0 (2)", "0 78 0 (0)", "0 24 0 (0)", "0 45 0 (0)", "00 5 0 (0)", "758 00 (2)" ], [ "4", "Paul Scholes", "1994–2011 2012–2013", "499 (95)", "0 49 (17)", "0 21 0 (7)", "134 (21)", "0 15 0 (1)", "718 (141)" ], [ "5", "Bill Foulkes", "1952–1970", "566 0 (3)", "0 61 0 (0)", "00 3 0 (0)", "0 52 0 (0)", "00 6 0 (0)", "688 00 (3)" ], [ "6", "Gary Neville", "1992–2011", "400 (21)", "0 47 0 (3)", "0 25 0 (2)", "117 0 (8)", "0 13 0 (2)", "602 0 (36)" ], [ "7", "Alex Stepney", "1966–1978", "433 0 (0)", "0 44 0 (0)", "0 35 0 (0)", "0 23 0 (0)", "00 4 0 (0)", "539 00 (0)" ], [ "8", "Tony Dunne", "1960–1973", "414 0 (0)", "0 55 0 (1)", "0 21 0 (0)", "0 40 0 (0)", "00 5 0 (0)", "535 00 (1)" ], [ "9", "Denis Irwin", "1990–2002", "368 (12)", "0 43 0 (1)", "0 31 0 (3)", "0 75 0 (2)", "0 12 0 (0)", "529 0 (18)" ], [ "10", "Joe Spence", "1919–1933", "481 0 (0)", "0 29 0 (0)", "00 0 0 (0)", "00 0 0 (0)", "00 0 0 (0)", "510 00 (0)" ], [ "11", "Arthur Albiston", "1974–1988", "379 (15)", "0 36 0 (0)", "0 40 0 (2)", "0 27 0 (1)", "00 3 0 (0)", "485 0 (18)" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Gold that has the Total larger than 2, and the Bronze smaller than 1?", "Formula": "SUM(FILTER(C1, (F1>2)*(E1<1)))", "Formula2": "SUM(FILTER(C2:C14, (F2:F14>2)*(E2:E14<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", ">", "2", "*", "E1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the Nation that has the Bronze of 1, and the Gold of 0?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=0)))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14),SUMX(C2:C14)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=0)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1", "*", "CHOOSECOLS(", "query1", "3", "=", "0" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Can you tell me the average Total that has the Silver larger than 1, and the Bronze smaller than 8?", "Formula": "AVERAGE(FILTER(F1, (D1>1)*(E1<8)))", "Formula2": "AVERAGE(FILTER(F2:F14, (D2:D14>1)*(E2:E14<8)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "D1", ">", "1", "*", "E1", "<", "8" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-18771517-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Canada", "2", "1", "0", "3" ], [ "3", "2", "Brazil", "2", "0", "1", "3" ], [ "4", "3", "Great Britain", "1", "1", "1", "3" ], [ "5", "4", "Hungary", "1", "0", "1", "2" ], [ "6", "5", "Austria", "1", "0", "0", "1" ], [ "7", "5", "Romania", "1", "0", "0", "1" ], [ "8", "7", "Germany", "0", "1", "1", "2" ], [ "9", "7", "Italy", "0", "1", "1", "2" ], [ "10", "7", "Poland", "0", "1", "1", "2" ], [ "11", "7", "Spain", "0", "1", "1", "2" ], [ "12", "7", "United States", "0", "1", "1", "2" ], [ "13", "12", "Russia", "0", "1", "0", "1" ], [ "14", "Total", "Total", "8", "8", "8", "24" ] ] }, { "t5Formulas": [ { "Question": "The match played July 8, 2007 had what outcome?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"july 8, 2007\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"july 8, 2007\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"july 8, 2007\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "The final match played against Evie Dominikovic was played on what surface?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"evie dominikovic\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"evie dominikovic\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"evie dominikovic\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Olga Blahotová was the opponent in the final at what tournament?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"olga blahotová\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"olga blahotová\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"olga blahotová\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the final against Ashley Harkleroad what was the score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"ashley harkleroad\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"ashley harkleroad\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"ashley harkleroad\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18420829-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent in the final", "Score" ], [ "2", "Runner-up", "22 March 2008", "Noida , India", "Hard", "Anastasija Sevastova", "6–2, 6–1" ], [ "3", "Runner-up", "October 14, 2007", "San Francisco , United States", "Hard", "Ashley Harkleroad", "6–1, 6–2" ], [ "4", "Runner-up", "July 8, 2007", "Southlake , United States", "Hard", "Alexa Glatch", "6–2, 7–5" ], [ "5", "Runner-up", "October 24, 2004", "Rockhampton , Australia", "Hard", "Evie Dominikovic", "6–0, 2–0 r" ], [ "6", "Runner-up", "October 17, 2004", "Mackay , Australia", "Hard", "Evie Dominikovic", "7–5, 6–3" ], [ "7", "Runner-up", "November 10, 2002", "Mexico City , Mexico", "Hard", "Olga Blahotová", "7–6 (7-2) , 6–3" ], [ "8", "Runner-up", "February 24, 2002", "Mumbai , India", "Hard", "Peng Shuai", "6–3, 7–6 (7-3)" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Score that has the Country of united states, and the Place of t2, and the Player of tom watson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"united states\")*(A1=\"t2\")*(B1=\"tom watson\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(C2:C11=\"united states\")*(A2:A11=\"t2\")*(B2:B11=\"tom watson\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"united states\"", "*", "A1", "=", "\"t2\"", "*", "B1", "=", "\"tom watson\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16458325-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Gary Player", "South Africa", "72-72-69-64=277", "–11", "45,000" ], [ "3", "T2", "Rod Funseth", "United States", "73-66-70-69=278", "–10", "21,667" ], [ "4", "T2", "Hubert Green", "United States", "72-69-65-72=278", "–10", "21,667" ], [ "5", "T2", "Tom Watson", "United States", "73-68-68-69=278", "–10", "21,667" ], [ "6", "T5", "Wally Armstrong", "United States", "72-70-70-68=280", "–8", "11,750" ], [ "7", "T5", "Billy Kratzert", "United States", "70-74-67-69=280", "–8", "11,750" ], [ "8", "7", "Jack Nicklaus", "United States", "72-73-69-67=281", "–7", "10,000" ], [ "9", "8", "Hale Irwin", "United States", "73-67-71-71=282", "–6", "8,500" ], [ "10", "T9", "David Graham", "Australia", "75-69-67-72=283", "–5", "6,750" ], [ "11", "T9", "Joe Inman", "United States", "69-73-72-69=283", "–5", "6,750" ] ] }, { "t5Formulas": [ { "Question": "Name the sum of goals conceded when lost is more than 7 and points less than 26", "Formula": "SUM(FILTER(G1, (E1>7)*(H1<26)))", "Formula2": "SUM(FILTER(G2:G11, (E2:E11>7)*(H2:H11<26)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", ">", "7", "*", "H1", "<", "26" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Name the most place for goals scored more than 28 and played less than 18", "Formula": "MAX(FILTER(A1, (F1>28)*(C1<18)))", "Formula2": "MAX(FILTER(A2:A11, (F2:F11>28)*(C2:C11<18)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "F1", ">", "28", "*", "C1", "<", "18" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-13103590-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Place", "Team", "Played", "Draw", "Lost", "Goals Scored", "Goals Conceded", "Points" ], [ "2", "1.", "C.D. Águila", "18", "5", "4", "24", "19", "32" ], [ "3", "2.", "C.D. FAS", "18", "8", "4", "26", "17", "26" ], [ "4", "3.", "C.D. Vista Hermosa", "18", "2", "8", "27", "22", "26" ], [ "5", "4.", "A.D. Isidro Metapán", "18", "5", "6", "21", "22", "26" ], [ "6", "5.", "Alianza F.C.", "18", "4", "7", "29", "26", "25" ], [ "7", "6.", "C.D. Atlético Balboa", "18", "5", "7", "26", "25", "23" ], [ "8", "7.", "San Salvador F.C.", "18", "5", "7", "28", "32", "23" ], [ "9", "8.", "C.D. Chalatenango", "18", "7", "6", "19", "26", "22" ], [ "10", "9.", "Once Municipal", "18", "6", "7", "24", "30", "21" ], [ "11", "10.", "C.D. Luis Ángel Firpo", "18", "5", "8", "18", "23", "20" ] ] }, { "t5Formulas": [ { "Question": "What Super G has Victories of 26, and a Country of austria?", "Formula": "FILTER(D1,(C1=26)*(A1=\"austria\"))", "Formula2": "FILTER(D2:D18,(C2:C18=26)*(A2:A18=\"austria\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "26", "*", "A1", "=", "\"austria\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What Super G has a Career of 1980–1996?", "Formula": "FILTER(D1,B1=\"1980–1996\")", "Formula2": "FILTER(D2:D18,B2:B18=\"1980–1996\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"1980–1996\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What Career has a Parallel of –, a Combined of –, and a Giant Slalom of 5?", "Formula": "FILTER(B1,(H1=\"–\")*(G1=\"–\")*(E1=\"5\"))", "Formula2": "FILTER(B2:B18,(H2:H18=\"–\")*(G2:G18=\"–\")*(E2:E18=\"5\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "H1", "=", "\"–\"", "*", "G1", "=", "\"–\"", "*", "E1", "=", "\"5\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What Country has a Career of 1989–2004?", "Formula": "FILTER(A1,B1=\"1989–2004\")", "Formula2": "FILTER(A2:A18,B2:B18=\"1989–2004\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"1989–2004\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What Giant Slalom has Victories larger than 27, a Slalom of –, and a Career of 1996–2009?", "Formula": "FILTER(E1,(C1>27)*(F1=\"–\")*(B1=\"1996–2009\"))", "Formula2": "FILTER(E2:E18,(C2:C18>27)*(F2:F18=\"–\")*(B2:B18=\"1996–2009\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", ">", "27", "*", "F1", "=", "\"–\"", "*", "B1", "=", "\"1996–2009\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What Career has a Super G of 5, and a Combined of 6?", "Formula": "FILTER(B1,(D1=\"5\")*(G1=\"6\"))", "Formula2": "FILTER(B2:B18,(D2:D18=\"5\")*(G2:G18=\"6\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"5\"", "*", "G1", "=", "\"6\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-183628-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Country", "Career", "Victories", "Super G", "Giant Slalom", "Slalom", "Combined", "Parallel" ], [ "2", "Sweden", "1973–1989", "86", "–", "46", "40", "–", "–" ], [ "3", "Austria", "1996–2009", "54", "24", "14", "–", "1", "–" ], [ "4", "Italy", "1986–1998", "50", "–", "15", "35", "–", "–" ], [ "5", "Luxembourg", "1980–1996", "46", "9", "7", "16", "11", "–" ], [ "6", "Switzerland", "1981–1990", "40", "10", "7", "2", "11", "–" ], [ "7", "Austria", "1997–active", "36", "1", "14", "14", "7", "–" ], [ "8", "United States", "1997–active", "33", "5", "9", "5", "6", "–" ], [ "9", "Austria", "1989–2004", "29", "6", "5", "–", "–", "–" ], [ "10", "United States", "1975–1984", "27", "–", "7", "9", "11", "–" ], [ "11", "Austria", "1972–1985", "26", "–", "–", "–", "1", "–" ], [ "12", "Croatia", "1998–active", "26", "1", "–", "15", "9", "1" ], [ "13", "Switzerland", "1977–1992", "24", "2", "–", "–", "3", "–" ], [ "14", "Italy", "1969–1980", "24", "NA", "11", "8", "4", "1" ], [ "15", "Switzerland", "1989–2003", "23", "–", "23", "–", "–", "–" ], [ "16", "Norway", "1989–2006", "21", "5", "6", "1", "8", "–" ], [ "17", "Switzerland", "1993–2012", "21", "6", "3", "–", "–", "–" ], [ "18", "Norway", "2001–active", "21", "10", "4", "–", "1", "–" ] ] }, { "t5Formulas": [ { "Question": "Which Nationality has a Position of defense, and a Player of nikita korovkin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"defense\")*(B1=\"nikita korovkin\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"defense\")*(B2:B8=\"nikita korovkin\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"defense\"", "*", "B1", "=", "\"nikita korovkin\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Nationality has a Position of left wing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"left wing\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"left wing\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"left wing\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Player has a Position of forward?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"forward\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"forward\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"forward\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14347546-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Joni Pitkanen", "Defense", "Finland", "Karpat ( SM-liiga )" ], [ "3", "4", "Rosario Ruggeri", "Defense", "Canada", "Chicoutimi Saguenéens ( QMJHL )" ], [ "4", "4", "Konstantin Baranov", "Forward", "Russia", "Mechel Chelyabinsk (RUS)" ], [ "5", "5", "Dov Grumet-Morris", "Goaltender", "United States", "‬Harvard Crimson ( ECAC )" ], [ "6", "6", "Nikita Korovkin", "Defense", "Russia", "Kamloops Blazers ( WHL )" ], [ "7", "6", "Joey Mormina", "Defense", "Canada", "Colgate Raiders (ECAC)" ], [ "8", "7", "Mathieu Brunelle", "Left Wing", "Canada", "Victoriaville Tigres (QMJHL)" ] ] }, { "t5Formulas": [ { "Question": "What is the highest Super G, when Season is later than 1996?", "Formula": "MAX(FILTER(D1, A1>1996))", "Formula2": "MAX(FILTER(D2:D11, A2:A11>1996))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "A1", ">", "1996" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is Combined, when Super G is less than 10, and when Overall is less than 4?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(D1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)<10)*(CHOOSECOLS(query1,3)<4)))", "Formula2": "LET(query1,SUMMARIZE(F2:F11,SUMX(D2:D11),SUMX(B2:B11)),FILTER(query1,(CHOOSECOLS(query1,2)<10)*(CHOOSECOLS(query1,3)<4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "10", "*", "CHOOSECOLS(", "query1", "3", "<", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the highest Season, when Super G is 19?", "Formula": "MAX(FILTER(A1, D1=19))", "Formula2": "MAX(FILTER(A2:A11, D2:D11=19))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "D1", "=", "19" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-1616581-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Overall", "Slalom", "Super G", "Downhill", "Combined" ], [ "2", "1988", "61", "—", "16", "37", "—" ], [ "3", "1989", "40", "—", "10", "—", "—" ], [ "4", "1990", "80", "—", "21", "—", "—" ], [ "5", "1991", "35", "—", "10", "17", "—" ], [ "6", "1992", "53", "—", "19", "25", "—" ], [ "7", "1993", "59", "—", "20", "40", "23" ], [ "8", "1994", "27", "—", "17", "14", "—" ], [ "9", "1995", "8", "—", "14", "1", "11" ], [ "10", "1996", "4", "—", "4", "1", "—" ], [ "11", "1997", "1", "—", "1", "1", "—" ] ] }, { "t5Formulas": [ { "Question": "What was the Tie Number of the Bradford City away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"bradford city\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"bradford city\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"bradford city\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the home team that had a replay of Tie Number and played against the Bolton Wanderers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"replay\")*(D1=\"bolton wanderers\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(A2:A19=\"replay\")*(D2:D19=\"bolton wanderers\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"replay\"", "*", "D1", "=", "\"bolton wanderers\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What date has a Tie Number of 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"4\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"4\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"4\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17455843-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Birmingham", "2–0", "Port Vale", "24 January 1931" ], [ "3", "2", "Bury", "1–2", "Exeter City", "24 January 1931" ], [ "4", "3", "Watford", "2–0", "Brighton & Hove Albion", "24 January 1931" ], [ "5", "4", "Blackburn Rovers", "5–1", "Bristol Rovers", "24 January 1931" ], [ "6", "5", "Bolton Wanderers", "1–1", "Sunderland", "24 January 1931" ], [ "7", "Replay", "Sunderland", "3–1", "Bolton Wanderers", "28 January 1931" ], [ "8", "6", "Grimsby Town", "1–0", "Manchester United", "24 January 1931" ], [ "9", "7", "West Bromwich Albion", "1–0", "Tottenham Hotspur", "24 January 1931" ], [ "10", "8", "Sheffield United", "4–1", "Notts County", "24 January 1931" ], [ "11", "9", "Barnsley", "2–1", "Sheffield Wednesday", "24 January 1931" ], [ "12", "10", "Brentford", "0–1", "Portsmouth", "24 January 1931" ], [ "13", "11", "Bradford City", "0–0", "Wolverhampton Wanderers", "24 January 1931" ], [ "14", "Replay", "Wolverhampton Wanderers", "4–2", "Bradford City", "28 January 1931" ], [ "15", "12", "Crystal Palace", "0–6", "Everton", "24 January 1931" ], [ "16", "13", "Chelsea", "2–1", "Arsenal", "24 January 1931" ], [ "17", "14", "Bradford Park Avenue", "2–0", "Burnley", "24 January 1931" ], [ "18", "15", "Southport", "2–1", "Blackpool", "24 January 1931" ], [ "19", "16", "Leeds United", "4–1", "Newcastle United", "24 January 1931" ] ] }, { "t5Formulas": [ { "Question": "Which competition has a report of AIFF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"aiff\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"aiff\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"aiff\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score for a report of AFC on April 4, 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"afc\")*(A1=\"april 4, 2008\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"afc\")*(A2:A6=\"april 4, 2008\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"afc\"", "*", "A1", "=", "\"april 4, 2008\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17016499-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Competition", "Report" ], [ "2", "April 2, 2008", "Chungshan Soccer Stadium , Taipei", "1–2", "ACCQ ( A )", "AFC" ], [ "3", "April 4, 2008", "Chungshan Soccer Stadium , Taipei", "4–1", "ACCQ ( A )", "AFC" ], [ "4", "April 6, 2008", "Chungshan Soccer Stadium , Taipei", "2–2", "ACCQ ( A )", "AFC" ], [ "5", "May 24, 2008", "Fatorda Stadium , Margao", "0–3", "F", "AIFF" ], [ "6", "May 27, 2008", "Nehru Stadium , Chennai", "2–2", "F", "The Hindu" ] ] }, { "t5Formulas": [ { "Question": "What is Name, when Bonus is greater than 1, when Only Point is greater than 7, and when Total Point is less than 21?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)>7)*(CHOOSECOLS(query1,4)<21)))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(C2:C11),SUMX(B2:B11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)>7)*(CHOOSECOLS(query1,4)<21)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", ">", "7", "*", "CHOOSECOLS(", "query1", "4", "<", "21" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is Name, when Only Point is greater than 1, when Catch Taken is greater than 3, when Bonus is greater than 4, and when Total Point is less than 30?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1),SUMX(D1),SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)>3)*(CHOOSECOLS(query1,4)>4)*(CHOOSECOLS(query1,5)<30)))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(B2:B11),SUMX(D2:D11),SUMX(C2:C11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)>3)*(CHOOSECOLS(query1,4)>4)*(CHOOSECOLS(query1,5)<30)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "SUMX(", "D1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", ">", "3", "*", "CHOOSECOLS(", "query1", "4", ">", "4", "*", "CHOOSECOLS(", "query1", "5", "<", "30" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-16926-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Only Point", "Bonus", "Catch Taken", "Total Point" ], [ "2", "Ms. Mamatha Poojari – Captain ( INDIA", "17", "9", "4", "30" ], [ "3", "GHAZAL KHALAJ ( I.R OF IRAN )", "16", "8", "6", "30" ], [ "4", "Ms. Priyanka ( INDIA )", "8", "1", "16", "25" ], [ "5", "SEDIGHEH JAFARIKALOKAN ( I.R OF IRAN )", "9", "7", "5", "21" ], [ "6", "ALISA LIMSAMRAN ( THAILAND )", "9", "8", "3", "20" ], [ "7", "HARPREET KAUR ( CANADA )", "7", "7", "4", "18" ], [ "8", "Ms. Abhilasha Mhatre ( INDIA )", "14", "1", "2", "17" ], [ "9", "Ms. Priyanka Negi ( INDIA )", "14", "1", "1", "16" ], [ "10", "YUMI KANEKO ( JAPAN )", "5", "4", "5", "14" ], [ "11", "Ms. Deepika Henary Joseph – Vice Captain ( INDIA )", "1", "0", "13", "14" ] ] }, { "t5Formulas": [ { "Question": "Which Pick has a College of ohio state?", "Formula": "SUMIFS(B1,F1,\"ohio state\")", "Formula2": "SUMIFS(B2:B11,F2:F11,\"ohio state\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "F1", "\"ohio state\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Round has a Position of lb, and a Pick smaller than 25?", "Formula": "SUM(FILTER(A1, (E1=\"lb\")*(B1<25)))", "Formula2": "SUM(FILTER(A2:A11, (E2:E11=\"lb\")*(B2:B11<25)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"lb\"", "*", "B1", "<", "25" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17100961-43", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "5", "13", "117", "Charles Cantrell", "G", "Lamar" ], [ "3", "8", "11", "193", "Mike Hancock", "TE", "Idaho State" ], [ "4", "9", "10", "218", "Rich Galbos", "RB", "Ohio State" ], [ "5", "9", "25", "233", "Eddie Sheats", "LB", "Kansas" ], [ "6", "10", "11", "245", "Ken Stone", "DB", "Vanderbilt" ], [ "7", "12", "25", "311", "Ernie Webster", "G", "Pittsburgh" ], [ "8", "13", "25", "337", "Dennis Johnson", "DE", "Delaware" ], [ "9", "14", "25", "363", "Herb Marshall", "DB", "Cameron [m ]" ], [ "10", "16", "26", "415", "Mike Wedman", "K", "Colorado" ], [ "11", "17", "25", "441", "Jeff Davis", "RB", "Mars Hill" ] ] }, { "t5Formulas": [ { "Question": "Name the most 3 credits", "Formula": "MAX(D1)", "Formula2": "MAX(D2:D11)", "Level": "easy", "Tokens": [ "MAX(", "D1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "Name the least 2 credits for straight hand", "Formula": "MINIFS(C1,A1,\"Straight\")", "Formula2": "MINIFS(C2:C11,A2:A11,\"Straight\")", "Level": "easy", "Tokens": [ "MINIFS(", "C1", "A1", "\"Straight\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the least 2 credits for flush", "Formula": "MINIFS(C1,A1,\"Flush\")", "Formula2": "MINIFS(C2:C11,A2:A11,\"Flush\")", "Level": "easy", "Tokens": [ "MINIFS(", "C1", "A1", "\"Flush\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the hand for 1 credit 200", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=200))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=200))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "200" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the most 1 credit for three of a kind", "Formula": "MAXIFS(B1,A1,\"Three of a Kind\")", "Formula2": "MAXIFS(B2:B11,A2:A11,\"Three of a Kind\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "A1", "\"Three of a Kind\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-148535-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Hand", "1 credit", "2 credits", "3 credits", "4 credits", "5 credits" ], [ "2", "Natural Royal Flush", "300", "600", "900", "1200", "4000" ], [ "3", "Four Deuces", "200", "400", "600", "800", "1000" ], [ "4", "Wild Royal Flush", "25", "50", "75", "100", "125" ], [ "5", "Five of a Kind", "15", "30", "45", "60", "75" ], [ "6", "Straight Flush", "9", "18", "27", "36", "45" ], [ "7", "Four of a Kind", "5", "10", "15", "20", "25" ], [ "8", "Full House", "3", "6", "9", "12", "15" ], [ "9", "Flush", "2", "4", "6", "8", "10" ], [ "10", "Straight", "2", "4", "6", "8", "10" ], [ "11", "Three of a Kind", "1", "2", "3", "4", "5" ] ] }, { "t5Formulas": [ { "Question": "What class has a LNER Class of d8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"d8\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"d8\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"d8\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What LNER Class has a Class of 6db?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"6db\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"6db\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"6db\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What LNER Class has a Class of 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"3\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1169568-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Class", "Type", "Quantity", "Date", "LNER Class" ], [ "2", "2", "4-4-0", "25", "1887–1892", "D7" ], [ "3", "3", "2-4-2T", "39", "1889–1892", "F1" ], [ "4", "6AI", "0-6-0", "12", "1888", "J8" ], [ "5", "6D", "2-4-0", "3", "1887", "E2" ], [ "6", "6DB", "4-4-0", "3", "1888", "D8" ], [ "7", "9", "0-6-0", "6", "1888–89", "J13" ], [ "8", "9A", "0-6-2T", "55", "1889–92", "N4" ], [ "9", "9B & 9E", "0-6-0", "31", "1891–95", "J9" ], [ "10", "9C & 9F", "0-6-2T", "129", "1891–1901", "N5" ], [ "11", "9D, 9H & 9M", "0-6-0", "124", "1892–1902", "J10" ] ] }, { "t5Formulas": [ { "Question": "Who played 20 questions during the issue in which Pamela Horton is on the cover?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Pamela Horton\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Pamela Horton\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Pamela Horton\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date did Dax Shepard play 20 questions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Dax Shepard\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"Dax Shepard\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Dax Shepard\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the centerfold model when Krysten Ritter played 20 questions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Krysten Ritter\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"Krysten Ritter\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Krysten Ritter\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the centerfold model when Meghan McCain played 20 questions?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Meghan McCain\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"Meghan McCain\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Meghan McCain\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-24425491-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions", "Pictorials" ], [ "2", "1 / 2 2012 Double Issue", "Lindsay Lohan", "Jan. Heather Knox and Feb. Leola Bell", "Chris Wallace", "Nick Offerman", "Lindsay Lohan , Playmate Review" ], [ "3", "3-12", "Brittney Palmer", "Lisa Seiffert", "Paul Krugman", "David Cross", "Brittney Palmer, Women of Rio" ], [ "4", "4-12", "Bruno Mars , Raquel Pomplun", "Raquel Pomplun", "Jon Hamm", "Meghan McCain", "Natalie Loren, Rockin' Playmates" ], [ "5", "5-12", "May Andersen", "Nikki Leigh", "David Brooks", "Chris Evans", "May Andersen , Marlena Bielinska portfolio" ], [ "6", "7 / 8 2012 Double Issue", "Jenny McCarthy", "July Shelby Chesnes and Aug. Beth Williams", "Charlie Sheen", "Andy Samberg", "Jenny McCarthy , Nina Kohne" ], [ "7", "9-2012", "Katrina Darling ( Kate Middleton 's cousin)", "Alana Campos", "Richard Dawkins", "Joseph Gordon-Levitt", "Katrina Darling, Beau Hesling" ], [ "8", "10-2012", "Pamela Horton", "Pamela Horton", "Lee Child", "Dax Shepard", "Girls of the Big 10, Kamila Hermanova" ], [ "9", "11-2012", "Shera Bechard", "Britany Nola", "Stephen Colbert", "Krysten Ritter", "Hef's Girlfriends, Women of Verona" ] ] }, { "t5Formulas": [ { "Question": "How many kids stay in the rooms reserved by ROY SWEAZY?", "Formula": "LET(query1,FILTER(A1:J1,(G1=\"roy\")*(F1=\"sweazy\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,9))))", "Formula2": "LET(query1,FILTER(A2:J6,(G2:G6=\"roy\")*(F2:F6=\"sweazy\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,9))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "J1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "9" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "How many times does ROY SWEAZY has reserved a room.", "Formula": "LET(query1,FILTER(A1:J1,(G1=\"roy\")*(F1=\"sweazy\")),SUMMARIZE(CHOOSECOLS(query1,2),COUNTX(CHOOSECOLS(query1,2))))", "Formula2": "LET(query1,FILTER(A2:J6,(G2:G6=\"roy\")*(F2:F6=\"sweazy\")),SUMMARIZE(CHOOSECOLS(query1,2),COUNTX(CHOOSECOLS(query1,2))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "J1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "COUNTX(", "CHOOSECOLS(", "query1", "2" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "COUNTX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "Find the number of times ROY SWEAZY has reserved a room.", "Formula": "SUM(FILTER(B1, (G1=\"roy\")*(F1=\"sweazy\")))", "Formula2": "SUM(FILTER(B2:B6, (G2:G6=\"roy\")*(F2:F6=\"sweazy\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "How many adults named CONRAD SELBIG checked in on Oct 23, 2010?", "Formula": "SUM(FILTER(H1, (C1=\"oct 23, 2010\")*(G1=\"conrad\")*(F1=\"selbig\")))", "Formula2": "SUM(FILTER(H2:H6, (C2:C6=\"oct 23, 2010\")*(G2:G6=\"conrad\")*(F2:F6=\"selbig\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "C1", "=", "\"oct 23, 2010\"", "*", "G1", "=", "\"conrad\"", "*", "F1", "=", "\"selbig\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Find the number of adults for the room reserved and checked in by CONRAD SELBIG on Oct 23, 2010.", "Formula": "LET(query1,FILTER(A1:J1,(C1=\"oct 23, 2010\")*(G1=\"conrad\")*(F1=\"selbig\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,8))))", "Formula2": "LET(query1,FILTER(A2:J6,(C2:C6=\"oct 23, 2010\")*(G2:G6=\"conrad\")*(F2:F6=\"selbig\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,8))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "J1", "C1", "=", "\"oct 23, 2010\"", "*", "G1", "=", "\"conrad\"", "*", "F1", "=", "\"selbig\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "8" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "How many rooms did roy sweazy reserve? ", "Formula": "SUM(FILTER(B1, (G1=\"roy\")*(F1=\"sweazy\")))", "Formula2": "SUM(FILTER(B2:B6, (G2:G6=\"roy\")*(F2:F6=\"sweazy\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Number of rooms reserved by roy sweazy.", "Formula": "SUM(FILTER(B1, (G1=\"roy\")*(F1=\"sweazy\")))", "Formula2": "SUM(FILTER(B2:B6, (G2:G6=\"roy\")*(F2:F6=\"sweazy\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "The number of rooms of roy sweazy.", "Formula": "SUM(FILTER(B1, (G1=\"roy\")*(F1=\"sweazy\")))", "Formula2": "SUM(FILTER(B2:B6, (G2:G6=\"roy\")*(F2:F6=\"sweazy\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "\"roy\"", "*", "F1", "=", "\"sweazy\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "inn_1_reservations", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "code", "room id", "check in", "check out", "rate", "last name", "first name", "adults", "kids", "reservations" ], [ "2", "1", "101", " Oct 23, 2010", " Oct 25, 2010", "", "SWEAZY", "ROY", "3", "4", "" ], [ "3", "2", "102", " Oct 23, 2010", " Oct 25, 2010", "", "SELBIG", "CONRAD", "3", "4", "" ], [ "4", "3", "103", " Oct 23, 2011", "23-Sep-10", "", "SELBIG", "CONRAD", "3", "4", "" ], [ "5", "4", "104", " Oct 23, 2012", "23-Sep-10", "", "SELBIG", "CONRAD", "3", "4", "" ], [ "6", "5", "105", "September 21, 2010", "22-Sep-10", "", "DAMIEN", "TRACHSEL", "3", "4", "" ] ] }, { "t5Formulas": [ { "Question": "What is the second leg that has kk bosna?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"kk bosna\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"kk bosna\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"kk bosna\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 1st leg that has hapoel jerusalem?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"hapoel jerusalem\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"hapoel jerusalem\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"hapoel jerusalem\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which 1st leg that has hemofarm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"hemofarm\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"hemofarm\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"hemofarm\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHich Team#1 has 70 - 59 as a 1st leg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70 - 59\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"70 - 59\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"70 - 59\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13570080-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team #1", "Agg.", "Team #2", "1st leg", "2nd leg" ], [ "2", "Asco Śląsk Wrocław", "161 - 177", "Dynamo Moscow", "78 - 85", "83 - 92" ], [ "3", "Lukoil Academic", "140 - 119", "BK Ventspils", "67 - 64", "73 - 55" ], [ "4", "Telindus BC Oostende", "121 - 133", "BC Kyiv", "61 - 65", "60 - 68" ], [ "5", "CEZ Nymburk", "127 - 129", "PGE Turów Zgorzelec", "61 - 61", "66 - 68" ], [ "6", "Elan Chalon", "150 - 163", "Akasvayu Girona", "93 - 85", "57 - 78" ], [ "7", "Hemofarm", "155 - 134", "Budućnost Podgorica", "82 - 56", "73 - 78" ], [ "8", "UNICS Kazan", "184 - 161", "Türk Telekom", "91 - 65", "93 - 96" ], [ "9", "Artland Dragons", "161 - 157", "Triumph Lyubertsy", "81 - 75", "80 - 82" ], [ "10", "Allianz Swans Gmunden", "115 - 166", "DKV Joventut", "59 - 89", "56 - 77" ], [ "11", "Köln 99ers", "141 - 187", "Khimki", "72 - 91", "69 - 96" ], [ "12", "Azovmash Mariupol", "142 - 157", "Zadar", "82 - 80", "60 - 77" ], [ "13", "Panionios Forthnet", "131 - 141", "Pamesa Valencia", "70 - 59", "61 - 82" ], [ "14", "Hapoel Jerusalem", "141 - 146", "Beşiktaş Cola Turka", "88 - 73", "53 - 73" ], [ "15", "Red Star Belgrade", "164 - 153", "Benetton Treviso", "81 - 71", "83 - 82" ], [ "16", "Adecco ASVEL Villeurbanne", "144 - 145", "Galatasaray Cafe Crown", "69 - 69", "75 - 76" ], [ "17", "KK Bosna", "158 - 171", "Gran Canaria", "89 - 82", "69 - 89" ] ] }, { "t5Formulas": [ { "Question": "Who did the Chiefs play in Week 8?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which week was on October 11, 1970 and an attendance larger than 41,379.", "Formula": "SUM(FILTER(A1, (E1>41379)*(B1=\"october 11, 1970\")))", "Formula2": "SUM(FILTER(A2:A15, (E2:E15>41379)*(B2:B15=\"october 11, 1970\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", ">", "41379", "*", "B1", "=", "\"october 11, 1970\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-12536159-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 20, 1970", "at Minnesota Vikings", "L 27–10", "47,900" ], [ "3", "2", "September 28, 1970", "at Baltimore Colts", "W 44–24", "53,911" ], [ "4", "3", "October 4, 1970", "at Denver Broncos", "L 26–13", "50,705" ], [ "5", "4", "October 11, 1970", "Boston Patriots", "W 23–10", "50,698" ], [ "6", "5", "October 18, 1970", "at Cincinnati Bengals", "W 27–19", "57,265" ], [ "7", "6", "October 25, 1970", "Dallas Cowboys", "L 27–16", "51,158" ], [ "8", "7", "November 1, 1970", "Oakland Raiders", "T 17–17", "51,334" ], [ "9", "8", "November 8, 1970", "Houston Oilers", "W 24–9", "49,810" ], [ "10", "9", "November 15, 1970", "at Pittsburgh Steelers", "W 31–14", "50,081" ], [ "11", "10", "November 22, 1970", "St. Louis Cardinals", "T 6–6", "50,711" ], [ "12", "11", "November 29, 1970", "San Diego Chargers", "W 26–14", "50,315" ], [ "13", "12", "December 6, 1970", "Denver Broncos", "W 16–0", "50,454" ], [ "14", "13", "December 12, 1970", "at Oakland Raiders", "L 20–6", "54,596" ], [ "15", "14", "December 20, 1970", "at San Diego Chargers", "L 31–13", "41,379" ] ] }, { "t5Formulas": [ { "Question": "How many laps were there when the start was 12?", "Formula": "SUM(FILTER(F1, B1=12))", "Formula2": "SUM(FILTER(F2:F7, B2:B7=12))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the qual when the rank was 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=2),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=2),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "2", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1252142-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1954", "12", "138.084", "24", "21", "181" ], [ "3", "1955", "19", "139.195", "21", "8", "200" ], [ "4", "1956", "3", "144.980", "4", "18", "187" ], [ "5", "1957", "1", "143.948", "2", "8", "200" ], [ "6", "1958", "5", "144.823", "5", "29", "0" ], [ "7", "Totals", "Totals", "Totals", "Totals", "Totals", "768" ] ] }, { "t5Formulas": [ { "Question": "What year was S.A. Allward's theme that had an issue price of $16.95 released?", "Formula": "FILTER(A1,(E1=\"$16.95\")*(C1=\"s.a. allward\"))", "Formula2": "FILTER(A2:A7,(E2:E7=\"$16.95\")*(C2:C7=\"s.a. allward\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"$16.95\"", "*", "C1", "=", "\"s.a. allward\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What was the total mintage for years after 2002 that had a 85th Anniversary of Vimy Ridge theme?", "Formula": "ROWS(FILTER(D1,(B1=\"85th anniversary of vimy ridge\")*(A1>2002)))", "Formula2": "ROWS(FILTER(D2:D7,(B2:B7=\"85th anniversary of vimy ridge\")*(A2:A7>2002)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "B1", "=", "\"85th anniversary of vimy ridge\"", "*", "A1", ">", "2002" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-11916083-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Theme", "Artist", "Mintage", "Issue Price" ], [ "2", "2000", "Les Voltigeurs de Québec", "RCM Staff", "34,024", "$16.95" ], [ "3", "2001", "125th Anniversary, Royal Military College", "Gerald T. Locklin", "25,834", "$16.95" ], [ "4", "2002", "85th Anniversary of Vimy Ridge", "S.A. Allward", "22,646", "$16.95" ], [ "5", "2004", "60th Anniversary of D-Day", "Thomas Shingles", "20,019", "$29.95" ], [ "6", "2005", "60th Anniversary of End of World War II", "Thomas Shingles", "42,792", "$29.95" ], [ "7", "2005", "Annual Report Coin (Selectively Gold Plated)", "Thomas Shingles", "12,000", "$24.95" ] ] }, { "t5Formulas": [ { "Question": "What is the entrant for 1967?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1967),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=1967),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1967", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What ist he entrant later than 1963 with an eagle MK1 chassis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1963)*(C1=\"eagle mk1\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14>1963)*(C2:C14=\"eagle mk1\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1963", "*", "C1", "=", "\"eagle mk1\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the entrant that has 0 points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=0),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=0),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "0", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the earliest year with 16 points?", "Formula": "MIN(FILTER(A1, E1=16))", "Formula2": "MIN(FILTER(A2:A14, E2:E14=16))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "=", "16" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1226546-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Pts." ], [ "2", "1960", "Scuderia Ferrari", "Ferrari 246P", "Ferrari", "8" ], [ "3", "1960", "Scuderia Ferrari", "Ferrari Dino 246", "Ferrari", "8" ], [ "4", "1960", "Reventlow Automobiles Inc", "Scarab Type 1", "Scarab", "8" ], [ "5", "1961", "Scuderia Ferrari", "Ferrari 156", "Ferrari", "16" ], [ "6", "1962", "Owen Racing Organisation", "BRM P48/57", "BRM", "10" ], [ "7", "1962", "Owen Racing Organisation", "BRM P57", "BRM", "10" ], [ "8", "1963", "Owen Racing Organisation", "BRM P57", "BRM", "29 (34)" ], [ "9", "1964", "Owen Racing Organisation", "BRM P261", "BRM", "23" ], [ "10", "1965", "Honda R&D Co", "Honda RA272", "Honda", "11" ], [ "11", "1966", "Cooper Car Company", "Cooper T81", "Maserati", "5" ], [ "12", "1966", "Honda R&D Co", "Honda RA273", "Honda", "5" ], [ "13", "1967", "Anglo American Racers", "Eagle Mk1", "Weslake", "0" ], [ "14", "1967", "Advance Muffler/Bruce Bromme", "Eagle Mk1", "Weslake", "0" ] ] }, { "t5Formulas": [ { "Question": "Who played on a hard surface?", "Formula": "FILTER(E1,D1=\"hard\")", "Formula2": "FILTER(E2:E8,D2:D8=\"hard\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"hard\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11522060-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents in the final", "Score" ], [ "2", "Winner", "27 September 2004", "Benevento , Italy", "Hard", "Giulia Gabba", "Martina Babáková Sandra Záhlavová", "6–2, 0–1 ret." ], [ "3", "Winner", "4 July 2006", "Cuneo , Italy", "Clay", "Sara Errani", "Giulia Gatto-Monticone Darya Kustova", "6–3, 7–6(5)" ], [ "4", "Winner", "14 September 2010", "Mestre , Italy", "Clay", "Claudia Giovine", "Eva Birnerová Andreja Klepač", "6–7(6), 7–5, [13–11]" ], [ "5", "Winner", "1 February 2011", "Rabat , Morocco", "Clay", "Eva Hrdinová", "Iveta Gerlová Lucie Kriegsmannová", "6–4, 6–1" ], [ "6", "Winner", "11 April 2011", "Pomezia , Italy", "Clay", "Diana Enache", "Conny Perrin Marina Shamayko", "7–6(3), 6–2" ], [ "7", "Winner", "6 February 2012", "Cali , Colombia", "Clay", "Mandy Minella", "Alexandra Cadanțu Raluca Olaru", "6–4, 6–3" ], [ "8", "Runner-up", "6 August 2012", "Monteroni D'Arbia , Italy", "Clay", "Alice Balducci", "Federica Di Sarra Anastasia Grymalska", "6–4, 5–7, [10–7]" ] ] }, { "t5Formulas": [ { "Question": "What venue held the 1966 fifa world cup qualification on may 7, 1965?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"1966 fifa world cup qualification\")*(B1=\"may 7, 1965\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(F2:F18=\"1966 fifa world cup qualification\")*(B2:B18=\"may 7, 1965\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1966 fifa world cup qualification\"", "*", "B1", "=", "\"may 7, 1965\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result for the 1966 fifa world cup qualification in mexico city, mexico and a goal over 8?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(C1=\"mexico city, mexico\")*(F1=\"1966 fifa world cup qualification\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F18,(C2:C18=\"mexico city, mexico\")*(F2:F18=\"1966 fifa world cup qualification\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mexico city, mexico\"", "*", "F1", "=", "\"1966 fifa world cup qualification\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ], "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" ] }, { "Question": "When was the venue mexico city, mexico with a goal of 8?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"mexico city, mexico\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F18,C2:C18=\"mexico city, mexico\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mexico city, mexico\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-16771461-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Goal", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "1.", "March 19, 1960", "San José , Costa Rica", "3–0", "Win", "1960 Panamerican Cup" ], [ "3", "2.", "June 26, 1960", "Mexico City , Mexico", "3–1", "Win", "Friendly" ], [ "4", "3.", "November 13, 1960", "Mexico City, Mexico", "3–0", "Win", "1962 FIFA World Cup qualification" ], [ "5", "4.", "June 7, 1962", "Viña del Mar , Chile", "3–1", "Win", "1962 FIFA World Cup" ], [ "6", "5.", "March 28, 1963", "Santa Ana , El Salvador", "8–0", "Win", "1963 CONCACAF Championship" ], [ "7", "6.", "March 28, 1963", "Santa Ana, El Salvador", "8–0", "Win", "1963 CONCACAF Championship" ], [ "8", "7.", "February 28, 1965", "San Pedro Sula , Honduras", "1–0", "Win", "1966 FIFA World Cup qualification" ], [ "9", "8.", "March 12, 1965", "Mexico City, Mexico", "2–0", "Win", "1966 FIFA World Cup qualification" ], [ "10", "9.", "March 28, 1965", "Guatemala City , Guatemala", "2–0", "Win", "1965 CONCACAF Championship" ], [ "11", "10.", "May 7, 1965", "Mexico City, Mexico", "8–0", "Win", "1966 FIFA World Cup qualification" ], [ "12", "11.", "May 7, 1965", "Mexico City, Mexico", "8–0", "Win", "1966 FIFA World Cup qualification" ], [ "13", "12.", "May 7, 1965", "Mexico City, Mexico", "8–0", "Win", "1966 FIFA World Cup qualification" ], [ "14", "13.", "October 6, 1968", "Puebla , Mexico", "1–1", "Draw", "Friendly" ], [ "15", "14.", "October 31, 1968", "Rio de Janeiro , Brazil", "2–1", "Win", "Friendly" ], [ "16", "15.", "February 15, 1970", "Mexico City, Mexico", "1–1", "Draw", "Friendly" ], [ "17", "16.", "April 22, 1970", "Mexico City, Mexico", "1–1", "Draw", "Friendly" ], [ "18", "17.", "April 29, 1970", "León , Mexico", "4–2", "Win", "Friendly" ] ] }, { "t5Formulas": [ { "Question": "Which venue has a scoreof 2–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"2–0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"2–0\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"2–0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1658359-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Goal", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "1", "7 October 2006", "Stade 5 Juillet 1962 , Algiers", "1–0", "1–0", "2008 Africa Cup of Nations qualification" ], [ "3", "2", "6 June 2008", "Stade Mustapha Tchaker , Blida", "2–0", "3–0", "2010 FIFA World Cup qualification (CAF)" ], [ "4", "3", "6 June 2008", "Stade Mustapha Tchaker , Blida", "3–0", "3–0", "2010 FIFA World Cup qualification (CAF)" ], [ "5", "4", "11 October 2009", "Stade Mustapha Tchaker , Blida", "3–1", "3–1", "2010 FIFA World Cup qualification (CAF)" ], [ "6", "5", "5 June 2010", "Playmobil-Stadion , Germany", "1–0", "1–0", "Friendly" ] ] }, { "t5Formulas": [ { "Question": "What is the 2011 when the 2010 shows grand slam tournaments?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"grand slam tournaments\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,F2:F7=\"grand slam tournaments\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"grand slam tournaments\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2011 when the 2007 is a, and the 2012 is sf?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(C1=\"a\")*(H1=\"sf\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(C2:C7=\"a\")*(H2:H7=\"sf\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"a\"", "*", "H1", "=", "\"sf\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2011 when the 2010 is 8–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"8–4\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,F2:F7=\"8–4\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"8–4\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2007 when the 2010 is 3r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"3r\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,F2:F7=\"3r\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"3r\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2010 when the 2009 is 1r, and a 2008 is 1r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(E1=\"1r\")*(D1=\"1r\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(E2:E7=\"1r\")*(D2:D7=\"1r\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"1r\"", "*", "D1", "=", "\"1r\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2011 when the Tournament was the grand slam tournaments?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"grand slam tournaments\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,A2:A7=\"grand slam tournaments\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"grand slam tournaments\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15977102-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Tournament", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013" ], [ "2", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments" ], [ "3", "Australian Open", "A", "A", "LQ", "1R", "2R", "QF", "SF", "2R" ], [ "4", "French Open", "A", "A", "4R", "A", "1R", "4R", "SF", "3R" ], [ "5", "Wimbledon", "A", "A", "1R", "1R", "SF", "W", "QF", "QF" ], [ "6", "US Open", "A", "LQ", "1R", "4R", "3R", "1R", "4R", "3R" ], [ "7", "Win–Loss", "0–0", "0–0", "3–3", "3–3", "8–4", "14–3", "17–4", "9–4" ] ] }, { "t5Formulas": [ { "Question": "What is the IHSAA class for Muncie Burris?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"muncie burris\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"muncie burris\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"muncie burris\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the IHSAA class for Muncie Cowan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"muncie cowan\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"muncie cowan\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"muncie cowan\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location where enrollment is 266 and and the county is 18 Delaware?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"18 delaware\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=266))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,F2:F10=\"18 delaware\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=266))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"18 delaware\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "266" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the enrollment at the school with IHSAA class A and where mascot is the Vikings?", "Formula": "SUM(FILTER(D1, (E1=\"a\")*(C1=\"vikings\")))", "Formula2": "SUM(FILTER(D2:D10, (E2:E10=\"a\")*(C2:C10=\"vikings\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"a\"", "*", "C1", "=", "\"vikings\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is the IHSAA class for the school where the mascot is the Rebels?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"rebels\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"rebels\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"rebels\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location with enrollment of 316 and county is 68 Randolph?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"68 randolph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=316))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,F2:F10=\"68 randolph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=316))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"68 randolph\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "316" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-18942405-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "School", "Location", "Mascot", "Enrollment", "IHSAA Class", "# / County" ], [ "2", "Blue River Valley", "Mt. Summit", "Vikings", "229", "A", "33 Henry" ], [ "3", "Muncie Cowan", "Muncie", "Blackhawks", "227", "A", "18 Delaware" ], [ "4", "Daleville", "Daleville", "Broncos", "268", "A", "18 Delaware" ], [ "5", "Monroe Central", "Parker City", "Golden Bears", "316", "A", "68 Randolph" ], [ "6", "Muncie Burris", "Muncie", "Owls", "501", "AA", "18 Delaware" ], [ "7", "Randolph Southern", "Lynn", "Rebels", "189", "A", "68 Randolph" ], [ "8", "Union Modoc", "Modoc", "Rockets", "148", "A", "68 Randolph" ], [ "9", "Wapahani", "Selma", "Raiders", "361", "AA", "18 Delaware" ], [ "10", "Wes-Del", "Gaston", "Warriors", "266", "A", "18 Delaware" ] ] }, { "t5Formulas": [ { "Question": "How many seasons took place in aspen, usa?", "Formula": "ROWS(UNIQUE(FILTER(A1, C1=\"aspen, usa\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A13, C2:C13=\"aspen, usa\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "\"aspen, usa\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which place was earned on 12 feb 2012?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"12 feb 2012\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"12 feb 2012\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"12 feb 2012\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the race on 28 dec 2010 held?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"28 dec 2010\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"28 dec 2010\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"28 dec 2010\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14040750-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Date", "Location", "Discipline", "Place" ], [ "2", "2009", "20 Nov 2008", "Aspen , USA", "Giant Slalom", "1st" ], [ "3", "2010", "12 Dec 2009", "Åre , Sweden", "Giant Slalom", "1st" ], [ "4", "2011", "27 Nov 2010", "Aspen, USA", "Giant Slalom", "1st" ], [ "5", "2011", "12 Dec 2010", "St.Moritz , Switzerland", "Giant Slalom", "1st" ], [ "6", "2011", "28 Dec 2010", "Semmering , Austria", "Giant Slalom", "1st" ], [ "7", "2012", "28 Dec 2011", "Lienz , Austria", "Giant Slalom", "3rd" ], [ "8", "2012", "21 Jan 2012", "Kranjska Gora , Slovenia", "Giant Slalom", "1st" ], [ "9", "2012", "12 Feb 2012", "Soldeu , Andorra", "Giant Slalom", "1st" ], [ "10", "2013", "9 Dec 2012", "St. Moritz, Switzerland", "Giant Slalom", "3rd" ], [ "11", "2013", "16 Dec 2012", "Courchevel , France", "Giant Slalom", "3rd" ], [ "12", "2013", "28 Dec 2012", "Semmering, Austria", "Giant Slalom", "3rd" ], [ "13", "2013", "17 Mar 2013", "Lenzerheide , Switzerland", "Giant Slalom", "2nd" ] ] }, { "t5Formulas": [ { "Question": "What Elected has Assembled of 23 january 1559?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"23 january 1559\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"23 january 1559\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"23 january 1559\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Elected has a 1st member of thomas fanshawe?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"thomas fanshawe\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"thomas fanshawe\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"thomas fanshawe\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What 1st member has a 2nd member of thomas snagge, and Elected of 1588/89?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"thomas snagge\")*(A1=\"1588/89\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"thomas snagge\")*(A2:A11=\"1588/89\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"thomas snagge\"", "*", "A1", "=", "\"1588/89\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Dissolved has a 2nd member of humphrey winch, and Assembled of 27 october 1601?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"humphrey winch\")*(B1=\"27 october 1601\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"humphrey winch\")*(B2:B11=\"27 october 1601\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"humphrey winch\"", "*", "B1", "=", "\"27 october 1601\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What Assembled has Elected of 1562/63?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1562/63\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"1562/63\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1562/63\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Assembled has a 1st member of william boteler?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"william boteler\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"william boteler\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"william boteler\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1827690-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Elected", "Assembled", "Dissolved", "1st member", "2nd member" ], [ "2", "28 December 1558", "23 January 1559", "8 May 1559", "Thomas Leigh", "George Gascoigne" ], [ "3", "1562/63", "11 January 1563", "2 January 1567", "Oliver St John [ disambiguation needed ]", "John Burgoyne" ], [ "4", "1571", "2 April 1571", "29 May 1571", "Henry Cheeke", "Robert Hatley" ], [ "5", "1572", "8 May 1572", "19 April 1583", "Henry Cheeke", "Michael Hawtry" ], [ "6", "1584", "23 November 1584", "14 September 1585", "John Puckering", "Nicholas Potts" ], [ "7", "1586", "15 October 1586", "23 March 1587", "William Boteler", "Thomas Snagge" ], [ "8", "1588/89", "4 February 1589", "29 March 1589", "John Pigott", "Thomas Snagge" ], [ "9", "1593", "18 February 1593", "10 April 1593", "John Pigott", "Humphrey Winch" ], [ "10", "1597", "24 October 1597", "9 February 1598", "Oliver Luke", "Humphrey Winch" ], [ "11", "7 October 1601", "27 October 1601", "19 December 1601", "Thomas Fanshawe", "Humphrey Winch" ] ] }, { "t5Formulas": [ { "Question": "When was the match that had Shaun Murphy as runner-up?", "Formula": "FILTER(A1,D1=\"shaun murphy\")", "Formula2": "FILTER(A2:A6,D2:D6=\"shaun murphy\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"shaun murphy\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was the winner in the match that had John Higgins as runner-up?", "Formula": "FILTER(C1,D1=\"john higgins\")", "Formula2": "FILTER(C2:C6,D2:D6=\"john higgins\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"john higgins\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18098292-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Winner", "Runner-up", "Score" ], [ "2", "21–22 June 2008", "Fort Regent , St. Helier", "John Higgins", "Mark Selby", "6–3" ], [ "3", "12–13 July 2008", "Tempodrom , Berlin", "Graeme Dott", "Shaun Murphy", "6–1" ], [ "4", "25–26 October 2008", "EXPO XXI , Warsaw", "Ding Junhui", "Ken Doherty", "6–4" ], [ "5", "22–23 November 2008", "Krilya Sovetov Sports Arena , Moscow", "John Higgins", "Ding Junhui", "5–0" ], [ "6", "8–10 May 2009", "Pavilhão Arena , Portimão", "Shaun Murphy", "John Higgins", "6–2" ] ] }, { "t5Formulas": [ { "Question": "What is saturday day seven when thursday day five is ሐሙስ hamus?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"ሐሙስ hamus\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,F2:F19=\"ሐሙስ hamus\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"ሐሙስ hamus\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is thursday day five when friday day six is პარასკევი p'arask'evi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"პარასკევი p'arask'evi\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,G2:G19=\"პარასკევი p'arask'evi\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"პარასკევი p'arask'evi\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is tuesday day three when thursday day five is kamis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Kamis\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,F2:F19=\"Kamis\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"Kamis\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is friday day six when thursday day five is پچھمبے pachhambey?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"پچھمبے pachhambey\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,F2:F19=\"پچھمبے pachhambey\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"پچھمبے pachhambey\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is friday day six when monday day two is isnin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Isnin\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,C2:C19=\"Isnin\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Isnin\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many time is sunday day one is ahad?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Ahad\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F19, B2:B19=\"Ahad\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"Ahad\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1277350-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Day (see Irregularities )", "Sunday Day One", "Monday Day Two", "Tuesday Day Three", "Wednesday Day Four", "Thursday Day Five", "Friday Day Six", "Saturday Day Seven" ], [ "2", "Icelandic", "sunnudagur (Sun)", "mánudagur (Moon)", "þriðjudagur", "miðvikudagur [☿1 ]", "fimmtudagur", "föstudagur [♀1 ]", "laugardagur [♄2 ]" ], [ "3", "Hebrew", "יום ראשון yom rishon", "יום שני yom sheyni", "יום שלישי yom shlishi", "יום רביעי yom revi'i", "יום חמישי yom khamishi", "יום שישי yom shishi", "יום שבת yom Shabbat [♃1 ]" ], [ "4", "Ecclesiastical Latin", "Dominica [☉1 ]", "feria secunda", "feria tertia", "feria quarta", "feria quinta", "feria sexta", "sabbatum [♄1 ]" ], [ "5", "Portuguese", "domingo [☉1 ]", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado [♄1 ]" ], [ "6", "Greek", "Κυριακή Kyriakí [☉1 ]", "Δευτέρα Deftéra", "Τρίτη Tríti", "Τετάρτη Tetárti", "Πέμπτη Pémpti", "Παρασκευή Paraskeví [♀2 ]", "Σάββατο Sávato [♄1 ]" ], [ "7", "Georgian", "კვირა k'vira", "ორშაბათი oršabati", "სამშაბათი samšabati", "ოთხშაბათი otxšabati", "ხუთშაბათი xutšabati", "პარასკევი p'arask'evi", "შაბათი šabati" ], [ "8", "Armenian", "Կիրակի Kiraki [☉1 ]", "Երկուշաբթի Yerkushabti", "Երեքշաբթի Yerekshabti", "Չորեքշաբթի Chorekshabti", "Հինգշաբթի Hingshabti", "Ուրբաթ Urbat", "Շաբաթ Shabat [♄1 ]" ], [ "9", "Vietnamese", "chủ nhật or chúa nhật [☉1 ]", "(ngày) thứ hai", "(ngày) thứ ba", "(ngày) thứ tư", "(ngày) thứ năm", "(ngày) thứ sáu", "(ngày) thứ bảy" ], [ "10", "Somali", "Axad", "Isniin", "Talaado", "Arbaco", "Khamiis", "Jimco", "Sabti" ], [ "11", "Amharic", "እሑድ əhud", "ሰኞ säñño (Next)", "ማክሰኞ maksäñño", "ረቡዕ, ሮብ räbu, rob", "ሐሙስ hamus", "ዓርብ arb (Sunset)", "ቅዳሜ ḳədame (First)" ], [ "12", "Arabic", "يوم) الأحد) (yawm) al-aḥad", "يوم) الإثنين) (yawm) al-ithnayn", "يوم) الثُّلَاثاء) (yawm) ath-thulathā’", "يوم) الأَرْبعاء) (yawm) al-’arbi‘ā’", "يوم) الخَمِيس) (yawm) al-khamīs", "يوم) الجُمْعَة) (yawm) al-jum‘ah [♀4 ]", "يوم) السَّبْت) (yawm) as-sabt [♄5 ]" ], [ "13", "Maltese", "Il-Ħadd", "It-Tnejn", "It-Tlieta", "L-Erbgħa", "Il-Hamis", "Il-Gimgħa [♀4 ]", "Is-Sibt [♄5 ]" ], [ "14", "Malay", "Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat [♀4 ]", "Sabtu [♄5 ]" ], [ "15", "Indonesian", "Minggu [☉1 ] (Portuguese)", "Senin", "Selasa", "Rabu", "Kamis", "Jumat [♀4 ]", "Sabtu [♄5 ]" ], [ "16", "Sundanese", "Minggu / Minggon", "Senén", "Salasa", "Rebo", "Kemis", "Jumaah [♀4 ]", "Saptu [♄5 ]" ], [ "17", "Persian", "یکشنبه yekshanbe", "دوشنبه doshanbe", "سه شنبه seshanbe", "چهارشنبه chahârshanbe", "پنجشنبه panjshanbe", "آدینه âdineh [♀3 ] or جمعه jome [♀4 ]", "شنبه shanbe (Night & Day) shabâne ruz" ], [ "18", "Khowar", "یک شمبے yak shambey", "دو شمبے [☽4 ] du shambey", "سہ شمبے sey shambey", "چار شمبے char shambey", "پچھمبے pachhambey", "آدینہ [♀3 ] adina", "شمبے shambey" ], [ "19", "Kurdish", "Yekşem ( ku )", "Duşem ( ku )", "Sêşem ( ku )", "Çarşem ( ku )", "Pêncşem ( ku )", "În ( ku )", "Şemî ( ku )" ] ] }, { "t5Formulas": [ { "Question": "Who was the partner of the winner?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"winner\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"winner\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"winner\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15746889-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponent in Final", "Score in Final" ], [ "2", "Runner-up", "January 31, 2005", "Pattaya City , Thailand", "Hard", "Silvija Talaja", "Rosa María Andrés Rodríguez Andreea Vanc", "6–3, 6–1" ], [ "3", "Runner-up", "May 21, 2005", "Strasbourg , France", "Clay", "Marlene Weingärtner", "Marion Bartoli Anna-Lena Grönefeld", "6–3, 6–2" ], [ "4", "Winner", "January 13, 2006", "Canberra , Australia", "Hard", "Roberta Vinci", "Claire Curran Liga Dekmeijere", "7–6 (5) , 6–3" ], [ "5", "Runner-up", "July 23, 2006", "Cincinnati , United States", "Hard", "Sania Mirza", "Gisela Dulko Maria Elena Camerin", "6–4, 3–6, 6–2" ], [ "6", "Runner-up", "September 14, 2008", "Bali , Indonesia", "Hard", "Nadia Petrova", "Hsieh Su-wei Peng Shuai", "6–7 (4) , 7–6 (3) , [10–7]" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest number of episodes in a series with an airing date of 12 jan- 6 feb?", "Formula": "MINIFS(C1,A1,\"12 jan- 6 feb\")", "Formula2": "MINIFS(C2:C11,A2:A11,\"12 jan- 6 feb\")", "Level": "easy", "Tokens": [ "MINIFS(", "C1", "A1", "\"12 jan- 6 feb\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18493407-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Airing date", "English title (Chinese title)", "Number of episodes", "Genre", "Official website" ], [ "2", "12 Jan- 6 Feb", "A Tough Side of a Lady 花木蘭", "20", "Costume action", "Official website" ], [ "3", "9 Feb- 6 Mar", "A Place of One's Own 大澳的天空", "20", "Modern drama", "Official website" ], [ "4", "9 Mar- 1 May", "Dark Tales II 聊齋(貳)", "50", "Costume drama", "Official website" ], [ "5", "4 May- 29 May", "As Sure As Fate 師奶強人", "20", "Modern drama", "Official website" ], [ "6", "1 Jun- 31 Jul", "The Duke of Mount Deer 鹿鼎記", "45", "Costume drama", "Official website" ], [ "7", "3 Aug- 4 Sep", "Old Time Buddy - To Catch a Thief 難兄難弟之神探李奇", "25", "Period drama", "Official website" ], [ "8", "7 Sep- 25 Sep", "Simply Ordinary 林世榮", "15", "Costume drama", "Official website" ], [ "9", "28 Sep- 23 Oct", "Web of Love 網上有情人", "20", "Modern drama", "Official website" ], [ "10", "26 Oct- 18 Dec", "Journey to the West II 西遊記(貳)", "42", "Costume drama", "Official website" ], [ "11", "21 Dec 1998- 15 Jan 1999", "Moments of Endearment 外父唔怕做", "20", "Modern drama", "Official website" ] ] }, { "t5Formulas": [ { "Question": "Name the song choice when week number is hollywood", "Formula": "FILTER(C1,A1=\"Hollywood\")", "Formula2": "FILTER(C2:C14,A2:A14=\"Hollywood\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"Hollywood\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the week number for andrew lloyd webber", "Formula": "FILTER(A1,B1=\"Andrew Lloyd Webber\")", "Formula2": "FILTER(A2:A14,B2:B14=\"Andrew Lloyd Webber\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"Andrew Lloyd Webber\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the order number for the beatles and result is safe", "Formula": "FILTER(E1,(D1=\"The Beatles\")*(F1=\"Safe\"))", "Formula2": "FILTER(E2:E14,(D2:D14=\"The Beatles\")*(F2:F14=\"Safe\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"The Beatles\"", "*", "F1", "=", "\"Safe\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_1-15796054-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week #", "Theme", "Song choice", "Original artist", "Order #", "Result" ], [ "2", "Audition", "N/A", "\" Think \"", "Aretha Franklin", "N/A", "Advanced" ], [ "3", "Hollywood", "N/A", "\" (Everything I Do) I Do It for You \"", "Bryan Adams", "N/A", "Advanced" ], [ "4", "Top 80", "N/A", "\" Chain of Fools \"", "Aretha Franklin", "N/A", "Advanced" ], [ "5", "Top 24 (12 Women)", "1960s", "\" Tobacco Road \"", "The Nashville Teens", "11", "Safe" ], [ "6", "Top 20 (10 Women)", "1970s", "\" Me and Mr. Jones \"", "Billy Paul", "2", "Safe" ], [ "7", "Top 16 (8 Women)", "1980s", "\" Saving All My Love for You \"", "Whitney Houston", "8", "Safe" ], [ "8", "Top 12", "Lennon–McCartney", "\" Got to Get You into My Life \"", "The Beatles", "1", "Bottom 3" ], [ "9", "Top 11", "The Beatles", "\" Yesterday \"", "The Beatles", "9", "Safe" ], [ "10", "Top 10", "Year They Were Born", "\" If I Were Your Woman \"", "Stephanie Mills", "3", "Bottom 2" ], [ "11", "Top 9", "Dolly Parton", "\" I Will Always Love You \"", "Dolly Parton", "8", "Safe" ], [ "12", "Top 8", "Inspirational Music", "\" I Believe \"", "Fantasia", "2", "Bottom 3" ], [ "13", "Top 7", "Mariah Carey", "\" Vanishing \"", "Mariah Carey", "3", "Bottom 3" ], [ "14", "Top 6", "Andrew Lloyd Webber", "\" One Rock & Roll Too Many \"", "Starlight Express", "1", "Bottom 2" ] ] }, { "t5Formulas": [ { "Question": "What circuit had an ensign n180 as the winning car in round 5?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"ensign n180\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F6,F2:F6=\"ensign n180\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"ensign n180\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many rounds total were there on may 31?", "Formula": "SUMIFS(A1,D1,\"may 31\")", "Formula2": "SUMIFS(A2:A6,D2:D6,\"may 31\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"may 31\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the average round for the oulton park circuit?", "Formula": "AVERAGEIFS(A1,C1,\"oulton park\")", "Formula2": "AVERAGEIFS(A2:A6,C2:C6,\"oulton park\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "C1", "\"oulton park\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-10663439-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Name", "Circuit", "Date", "Winning driver", "Winning car" ], [ "2", "1", "International Gold Cup", "Oulton Park", "April 9", "Tony Trimmer", "Fittipaldi F8" ], [ "3", "2", "Caribbean Airways Trophy 1", "Brands Hatch", "April 12", "Jim Crawford", "Ensign N180" ], [ "4", "3", "Rivet Supply Trophy", "Thruxton", "May 31", "Jim Crawford", "Ensign N180" ], [ "5", "4", "Donington Summer International", "Donington Park", "August 15", "Jim Crawford", "Ensign N180" ], [ "6", "5", "Caribbean Airways Trophy 2", "Brands Hatch", "August 30", "Joe Castellano", "Ensign N180" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest number of league cups associated with 0 FA cups?", "Formula": "MIN(FILTER(C1, D1<0))", "Formula2": "MIN(FILTER(C2:C19, D2:D19<0))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How many FA cups for the player with under 5 champs, 0 league cups, and over 3 total?", "Formula": "SUM(FILTER(D1, (B1<5)*(C1=0)*(E1>3)))", "Formula2": "SUM(FILTER(D2:D19, (B2:B19<5)*(C2:C19=0)*(E2:E19>3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "<", "5", "*", "C1", "=", "0", "*", "E1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many league cups associated with under 10 championships and a total of under 3?", "Formula": "SUM(FILTER(C1, (B1<10)*(E1<3)))", "Formula2": "SUM(FILTER(C2:C19, (B2:B19<10)*(E2:E19<3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "<", "10", "*", "E1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12808457-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Championship", "League Cup", "FA Cup", "Total" ], [ "2", "Kevin Kyle Category:Articles with hCards", "11", "0", "1", "12" ], [ "3", "Robert Page Category:Articles with hCards", "10", "0", "0", "10" ], [ "4", "Michael Doyle Category:Articles with hCards", "8", "0", "2", "10" ], [ "5", "Andrew Whing Category:Articles with hCards", "6", "1", "0", "7" ], [ "6", "David McNamee Category:Articles with hCards", "6", "0", "0", "6" ], [ "7", "Marcus Hall Category:Articles with hCards", "5", "0", "0", "5" ], [ "8", "Leon McKenzie Category:Articles with hCards", "5", "0", "0", "5" ], [ "9", "Jay Tabb Category:Articles with hCards", "5", "0", "0", "5" ], [ "10", "Elliott Ward Category:Articles with hCards", "5", "0", "0", "5" ], [ "11", "Richard Duffy Category:Articles with hCards", "4", "0", "0", "4" ], [ "12", "Stephen Hughes Category:Articles with hCards", "3", "1", "0", "3" ], [ "13", "Dele Adebola Category:Articles with hCards", "3", "0", "0", "3" ], [ "14", "Isaac Osbourne Category:Articles with hCards", "3", "0", "0", "3" ], [ "15", "Kevin Thornton Category:Articles with hCards", "3", "0", "0", "3" ], [ "16", "Adam Virgo Category:Articles with hCards", "2", "0", "1", "3" ], [ "17", "Colin Cameron Category:Articles with hCards", "1", "0", "0", "1" ], [ "18", "Colin Hawkins Category:Articles with hCards", "1", "0", "0", "1" ], [ "19", "Stern John Category:Articles with hCards", "1", "0", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "Who was the designer for The Grapefruit Moon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"the grapefruit moon\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"the grapefruit moon\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"the grapefruit moon\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the chef at Lakes Bar and Grill?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"lakes bar and grill\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"lakes bar and grill\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"lakes bar and grill\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the Cobourg, ON restaurant that had Robin de Groot as designer?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"robin de groot\")*(C1=\"cobourg, on\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"robin de groot\")*(C2:C14=\"cobourg, on\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"robin de groot\"", "*", "C1", "=", "\"cobourg, on\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1874292-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Restaurant Name", "Original Name", "Location", "Chef", "Designer", "Still Open?" ], [ "2", "Babelfish Bistro", "N/A", "Guelph, ON", "David Adjey", "Robin De Groot", "Yes" ], [ "3", "Coco's Cafe", "N/A", "N/A", "Brad Long", "Robin De Groot", "Yes" ], [ "4", "Full Circle Cafe", "N/A", "N/A", "Brad Long", "Meredith Heron", "Yes" ], [ "5", "Human Bean", "N/A", "Cobourg, ON", "Lynn Crawford", "Robin De Groot", "Yes" ], [ "6", "Lakes Bar and Grill", "N/A", "N/A", "Lynn Crawford", "Cherie Stinson", "No" ], [ "7", "Oasis Restaurant", "N/A", "N/A", "David Adjey", "Meredith Heron", "No" ], [ "8", "Pinnacle Restaurant Niagara", "N/A", "Niagara Falls, ON", "Lynn Crawford", "Robin De Groot", "Yes" ], [ "9", "Silk Road Cafe", "N/A", "N/A", "David Adjey", "Cherie Stinson", "Yes" ], [ "10", "Tara Inn", "N/A", "N/A", "David Adjey", "Glen Peloso", "Yes" ], [ "11", "The Grapefruit Moon", "N/A", "The Annex, Toronto, ON", "Rene Chauvin", "Meredith Heron", "Yes" ], [ "12", "The Liberty", "N/A", "N/A", "Lynn Crawford", "Glen Peloso", "Yes" ], [ "13", "The Rosedale Diner", "N/A", "N/A", "Brad Long", "Cherie Stinson", "Yes" ], [ "14", "Via Oliveto", "N/A", "N/A", "Rene Chauvin", "Glen Peloso", "No" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent in Belgrade and had a result of 5:2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"belgrade\")*(D1=\"5:2\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"belgrade\")*(D2:D8=\"5:2\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"belgrade\"", "*", "D1", "=", "\"5:2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "On what date was there a friendly game against Wales?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly\")*(C1=\"wales\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(E2:E8=\"friendly\")*(C2:C8=\"wales\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "*", "C1", "=", "\"wales\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What were the results against the game against Egypt?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"egypt\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"egypt\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"egypt\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What were the results against the game against Skoplje?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"skoplje\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"skoplje\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"skoplje\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What type of game was held against France with the results of 3:1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"3:1\")*(C1=\"france\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"3:1\")*(C2:C8=\"france\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"3:1\"", "*", "C1", "=", "\"france\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14305653-31", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Opponent", "Results¹", "Type of game" ], [ "2", "January 16", "Cairo , Egypt", "Egypt", "3:1", "Friendly" ], [ "3", "May 9", "Belgrade", "Greece", "1:0", "1954 WCQ" ], [ "4", "May 14", "Brussels , Belgium", "Belgium", "3:1", "Friendly" ], [ "5", "May 21", "Belgrade", "Wales", "5:2", "Friendly" ], [ "6", "June 5", "Zagreb", "Turkey", "2:2", "Friendly" ], [ "7", "October 18", "Zagreb", "France", "3:1", "Friendly" ], [ "8", "November 8", "Skoplje", "Israel", "1:0", "1954 WCQ" ] ] }, { "t5Formulas": [ { "Question": "What was the result of week 16?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "16" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-11157007-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 4, 1988", "at Green Bay Packers", "W 34-7", "53,769" ], [ "3", "2", "September 11, 1988", "Detroit Lions", "W 17-10", "46,262" ], [ "4", "3", "September 18, 1988", "at Los Angeles Raiders", "W 22-17", "84,870" ], [ "5", "4", "September 25, 1988", "at New York Giants", "W 45-31", "75,617" ], [ "6", "5", "October 2, 1988", "Phoenix Cardinals", "L 41-27", "49,830" ], [ "7", "6", "October 9, 1988", "at Atlanta Falcons", "W 33-0", "30,852" ], [ "8", "7", "October 16, 1988", "San Francisco 49ers", "L 24-21", "65,450" ], [ "9", "8", "October 23, 1988", "Seattle Seahawks", "W 31-10", "57,033" ], [ "10", "9", "October 30, 1988", "at New Orleans Saints", "W 12-10", "68,238" ], [ "11", "10", "November 6, 1988", "at Philadelphia Eagles", "L 30-24", "65,624" ], [ "12", "11", "November 13, 1988", "New Orleans Saints", "L 14-10", "63,305" ], [ "13", "12", "November 20, 1988", "San Diego Chargers", "L 38-24", "45,462" ], [ "14", "13", "November 27, 1988", "at Denver Broncos", "L 35-24", "74,141" ], [ "15", "14", "December 5, 1988", "Chicago Bears", "W 23-3", "65,579" ], [ "16", "15", "December 11, 1988", "Atlanta Falcons", "W 22-7", "42,828" ], [ "17", "16", "December 18, 1988", "at San Francisco 49ers", "W 38-16", "62,444" ] ] }, { "t5Formulas": [ { "Question": "How many gold(s) for teams with a total of 14, and over 6 bronze medals?", "Formula": "SUM(FILTER(C1, (F1=14)*(E1>6)))", "Formula2": "SUM(FILTER(C2:C11, (F2:F11=14)*(E2:E11>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "14", "*", "E1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest number of gold medals for the team ranked 7 with less than 3 bronze?", "Formula": "MAX(FILTER(C1, (A1=7)*(E1<3)))", "Formula2": "MAX(FILTER(C2:C11, (A2:A11=7)*(E2:E11<3)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "A1", "=", "7", "*", "E1", "<", "3" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average number of golds for nations with less than 2 silver, named uzbekistan, and less than 4 bronze?", "Formula": "AVERAGE(FILTER(C1, (D1<2)*(B1=\"uzbekistan\")*(E1<4)))", "Formula2": "AVERAGE(FILTER(C2:C11, (D2:D11<2)*(B2:B11=\"uzbekistan\")*(E2:E11<4)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "D1", "<", "2", "*", "B1", "=", "\"uzbekistan\"", "*", "E1", "<", "4" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-10638874-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "South Korea", "5", "3", "6", "14" ], [ "3", "2", "Japan", "4", "2", "9", "15" ], [ "4", "3", "Kazakhstan", "3", "2", "4", "9" ], [ "5", "4", "China", "3", "2", "2", "7" ], [ "6", "5", "Uzbekistan", "1", "1", "4", "6" ], [ "7", "6", "Mongolia", "0", "3", "1", "4" ], [ "8", "7", "North Korea", "0", "2", "3", "5" ], [ "9", "8", "Iran", "0", "1", "2", "3" ], [ "10", "9", "Indonesia", "0", "0", "1", "1" ], [ "11", "Total", "Total", "16", "16", "32", "64" ] ] }, { "t5Formulas": [ { "Question": "Tell me the least season with level less than 1", "Formula": "MIN(FILTER(A1, E1<1))", "Formula2": "MIN(FILTER(A2:A12, E2:E12<1))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "<", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-15267923-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Team", "Country", "League", "Level", "Apps", "Goals" ], [ "2", "2002", "Kaisar", "Kazakhstan", "Premier League", "1", "2", "0" ], [ "3", "2003", "Kaisar", "Kazakhstan", "Premier League", "1", "28", "2" ], [ "4", "2004", "Kaisar", "Kazakhstan", "Premier League", "1", "25", "0" ], [ "5", "2005", "Irtysh", "Kazakhstan", "Premier League", "1", "19", "0" ], [ "6", "2006", "Kaisar", "Kazakhstan", "Premier League", "1", "26", "5" ], [ "7", "2007", "Kaisar", "Kazakhstan", "Premier League", "1", "28", "2" ], [ "8", "2008", "Kaisar", "Kazakhstan", "Premier League", "1", "20", "10" ], [ "9", "2009", "Lokomotiv Astana", "Kazakhstan", "Premier League", "1", "19", "0" ], [ "10", "2010", "Aktobe", "Kazakhstan", "Premier League", "1", "0 3", "0" ], [ "11", "2010", "Zhetysu", "Kazakhstan", "Premier League", "1", "13", "1" ], [ "12", "2011", "FC Shakhter Karagandy", "Kazakhstan", "Premier League", "1", "27", "2" ] ] }, { "t5Formulas": [ { "Question": "Name the home team scored 9.8 (62)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"9.8 (62)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"9.8 (62)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"9.8 (62)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10790397-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "9.8 (62)", "North Melbourne", "10.14 (74)", "Glenferrie Oval", "4,000", "29 July 1933" ], [ "3", "Fitzroy", "19.10 (124)", "St Kilda", "6.9 (45)", "Brunswick Street Oval", "14,000", "29 July 1933" ], [ "4", "Essendon", "14.7 (91)", "Melbourne", "15.16 (106)", "Windy Hill", "6,000", "29 July 1933" ], [ "5", "Richmond", "18.16 (124)", "Footscray", "9.11 (65)", "Punt Road Oval", "18,000", "29 July 1933" ], [ "6", "South Melbourne", "13.11 (89)", "Collingwood", "12.11 (83)", "Lake Oval", "24,000", "29 July 1933" ], [ "7", "Geelong", "17.15 (117)", "Carlton", "5.14 (44)", "Corio Oval", "14,500", "29 July 1933" ] ] }, { "t5Formulas": [ { "Question": "What is the number for R Bacon in Passaic County?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"passaic\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"passaic\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"passaic\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the number for D. Shulman if C. Abate has 728 (43%)", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"728 (43%)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"728 (43%)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"728 (43%)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which county has 728 (43%) listed under C. Abate?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"728 (43%)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"728 (43%)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"728 (43%)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What are the numbers for D. Shulman in Warren County?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"warren\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"warren\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"warren\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which County has Precincts of 90/90?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"90/90\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"90/90\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"90/90\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which county has 438 (4%) listed under R. Bacon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"438 (4%)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"438 (4%)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"438 (4%)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17820556-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "County", "Precincts", "C. Abate", "R. Bacon", "D. Shulman" ], [ "2", "Total", "464/464", "4,850 (32%)", "1,106 (7%)", "9,380 (61%)" ], [ "3", "Bergen", "255/255", "2,850 (27%)", "438 (4%)", "7,242 (69%)" ], [ "4", "Passaic", "33/33", "408 (35%)", "87 (7%)", "668 (57%)" ], [ "5", "Sussex", "86/86", "728 (43%)", "239 (14%)", "708 (42%)" ], [ "6", "Warren", "90/90", "864 (44%)", "342 (17%)", "762 (39%)" ] ] }, { "t5Formulas": [ { "Question": "What is the average number of TDs when the yards are less than 119, the AVG is larger than 5, and Jamarr Ward is a player?", "Formula": "AVERAGE(FILTER(E1,(C1<119)*(A1=\"jamarr ward\")*(D1>5)))", "Formula2": "AVERAGE(FILTER(E2:E6,(C2:C6<119)*(A2:A6=\"jamarr ward\")*(D2:D6>5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "<", "119", "*", "A1", "=", "\"jamarr ward\"", "*", "D1", ">", "5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total Avg when TDs are 0 and Dawan Moss is a player?", "Formula": "ROWS(FILTER(D1,(A1=\"dawan moss\")*(E1<0)))", "Formula2": "ROWS(FILTER(D2:D6,(A2:A6=\"dawan moss\")*(E2:E6<0)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "A1", "=", "\"dawan moss\"", "*", "E1", "<", "0" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest number of TDs when the Avg is larger than 8.5 and the Rec is less than 1?", "Formula": "MAX(FILTER(E1,(D1>8.5)*(B1<1)))", "Formula2": "MAX(FILTER(E2:E6,(D2:D6>8.5)*(B2:B6<1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", ">", "8.5", "*", "B1", "<", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-11784911-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "TD's" ], [ "2", "Anthony Hines", "15", "120", "8", "3" ], [ "3", "Charles Frederick", "11", "119", "10.8", "0" ], [ "4", "Jerel Myers", "8", "68", "8.5", "1" ], [ "5", "Dawan Moss", "1", "9", "9", "0" ], [ "6", "Jamarr Ward", "1", "5", "5", "0" ] ] }, { "t5Formulas": [ { "Question": "In the Endangered Wildlife Series from the Royal Canadian Mint numismatic coins printed in the 2000s, what theme had a mintage of 700?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=700))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=700))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "700" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What year had an issue price of $2,995.95, and a theme of grizzly bear?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"$2,995.95\")*(B1=\"grizzly bear\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(E2:E6=\"$2,995.95\")*(B2:B6=\"grizzly bear\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"$2,995.95\"", "*", "B1", "=", "\"grizzly bear\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11916083-75", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Theme", "Face Values", "Artist", "Issue Price", "Mintage", "Finish" ], [ "2", "2000", "Pronghorn", "$30, $75, $150, $300", "Mark Hobson", "$2,095.95", "599", "Proof" ], [ "3", "2001", "Harlequin Duck", "$30, $75, $150, $300", "Cosme Saffioti, Susan Taylor", "$2,395.95", "336", "Proof" ], [ "4", "2002", "Great Blue Heron", "$30, $75, $150, $300", "John-Luc Grondin", "$2,495.95", "700", "Proof" ], [ "5", "2003", "Atlantic Walrus", "$30, $75, $150, $300", "John-Luc Grondin", "$2,995.95", "365", "Proof" ], [ "6", "2004", "Grizzly Bear", "$30, $75, $150, $300", "N/A", "$2,995.95", "376", "Proof" ] ] }, { "t5Formulas": [ { "Question": "What score has a to par greater than 15, money ($) greater than 116, with billy burke as the player?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"billy burke\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)>15)*(CHOOSECOLS(query1,3)>116)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,B2:B12=\"billy burke\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)>15)*(CHOOSECOLS(query1,3)>116)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"billy burke\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "15", "*", "CHOOSECOLS(", "query1", "3", ">", "116" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What player has t3 as the place, with england united states as the country?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t3\")*(C1=\"england united states\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(A2:A12=\"t3\")*(C2:C12=\"england united states\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t3\"", "*", "C1", "=", "\"england united states\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest money ($) that has t8 as the place, with a to par greater than 19?", "Formula": "MIN(FILTER(F1, (A1=\"t8\")*(E1>19)))", "Formula2": "MIN(FILTER(F2:F12, (A2:A12=\"t8\")*(E2:E12>19)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "=", "\"t8\"", "*", "E1", ">", "19" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What score has money ($) greater than 400, with gene sarazen as the player?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"gene sarazen\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>400))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,B2:B12=\"gene sarazen\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>400))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"gene sarazen\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "400" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18007167-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Olin Dutra", "United States", "76-74-71-72=293", "+13", "1,000" ], [ "3", "2", "Gene Sarazen", "United States", "73-72-73-76=294", "+14", "750" ], [ "4", "T3", "Harry Cooper", "England United States", "76-74-74-71=295", "+15", "400" ], [ "5", "T3", "Wiffy Cox", "United States", "71-75-74-75=295", "+15", "400" ], [ "6", "T3", "Bobby Cruickshank", "Scotland", "71-71-77-76=295", "+15", "400" ], [ "7", "T6", "Billy Burke", "United States", "76-71-77-72=296", "+16", "300" ], [ "8", "T6", "Macdonald Smith", "Scotland United States", "75-73-78-70=296", "+16", "300" ], [ "9", "T8", "Tom Creavy", "United States", "79-76-78-66=299", "+19", "116" ], [ "10", "T8", "Ralph Guldahl", "United States", "78-73-70-78=299", "+19", "116" ], [ "11", "T8", "Jimmy Hines", "United States", "80-70-77-72=299", "+19", "116" ], [ "12", "T8", "Johnny Revolta", "United States", "76-73-77-73=299", "+19", "116" ] ] }, { "t5Formulas": [ { "Question": "If the hometown is Windhoek, what is the represented?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Windhoek\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"Windhoek\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Windhoek\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If the height in inches is 5'7\", what is the represented?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"5'7\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"5'7\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"5'7\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If the hometown is Omuthiya, what is the contestant name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Omuthiya\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"Omuthiya\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Omuthiya\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the height in inches if the represented is Erongo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Erongo\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"Erongo\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Erongo\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23576576-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Represented", "Contestant", "Age", "Height (in.)", "Height (cm.)", "Hometown" ], [ "2", "Caprivi", "Happie Ntelamo", "21", "6'1\"", "185", "Katima Mulilo" ], [ "3", "Erongo", "Theodora Amutjira", "18", "5'8\"", "176", "Walvis Bay" ], [ "4", "Karas", "Mari Venter", "23", "5'10\"", "179", "Swakopmund" ], [ "5", "Kavango", "Albertina Shigwedha", "26", "5'9\"", "177", "Rundu" ], [ "6", "Khomas", "Tanya Schemmer", "19", "6'0\"", "183", "Windhoek" ], [ "7", "Ohangwena", "Jayne David", "24", "5'5\"", "166", "Eenhana" ], [ "8", "Omusati", "Susan van Zyl", "20", "5'11\"", "182", "Oshakati" ], [ "9", "Oshikoto", "Selma Usiku", "22", "6'0\"", "184", "Omuthiya" ], [ "10", "Swakopmund", "Daniella Filipovic", "25", "5'7\"", "172", "Swakopmund" ] ] }, { "t5Formulas": [ { "Question": "What is the Date of the Game with a Record of 46-22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"46-22\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"46-22\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"46-22\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Game with a Score of w 112-107 (ot)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"w 112-107 (ot)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,D2:D18=\"w 112-107 (ot)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"w 112-107 (ot)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18493040-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location Attendance", "Record" ], [ "2", "57", "March 2", "at Detroit Pistons", "L 75-82", "The Palace of Auburn Hills 21,454", "38-19" ], [ "3", "Game", "Date", "Opponent", "Score", "Location Attendance", "Record" ], [ "4", "58", "March 4", "vs Cleveland Cavaliers", "W 93-88", "Omni Coliseum 15,404", "39-19" ], [ "5", "59", "March 6", "at Philadelphia 76ers", "W 117-104", "CoreStates Center 13,802", "40-19" ], [ "6", "60", "March 7", "vs Milwaukee Bucks", "W 90-80", "Omni Coliseum 14,906", "41-19" ], [ "7", "61", "March 9", "at Boston Celtics", "W 114-90", "FleetCenter 16,931", "42-19" ], [ "8", "62", "March 11", "vs Utah Jazz", "W 106-99", "Omni Coliseum 14,475", "43-19" ], [ "9", "63", "March 12", "at Indiana Pacers", "L 82-92", "Market Square Arena 14,824", "43-20" ], [ "10", "64", "March 14", "vs Seattle SuperSonics", "L 91-97", "Omni Coliseum 16,378", "43-21" ], [ "11", "65", "March 15", "at Chicago Bulls", "L 79-99", "United Center 23,984", "43-22" ], [ "12", "66", "March 17", "vs Orlando Magic", "W 112-107 (OT)", "Omni Coliseum 15,708", "44-22" ], [ "13", "67", "March 19", "vs Indiana Pacers", "W 107-95", "Omni Coliseum 14,099", "45-22" ], [ "14", "68", "March 21", "vs Dallas Mavericks", "W 93-72", "Omni Coliseum 13,809", "46-22" ], [ "15", "69", "March 23", "at Toronto Raptors", "W 90-79", "SkyDome 18,533", "47-22" ], [ "16", "70", "March 25", "vs Portland Trail Blazers", "W 96-89", "Omni Coliseum 15,256", "48-22" ], [ "17", "71", "March 27", "vs Los Angeles Clippers", "W 103-88", "Omni Coliseum 13,876", "49-22" ], [ "18", "72", "March 29", "vs Sacramento Kings", "W 88-74", "Omni Coliseum 14,942", "50-22" ] ] }, { "t5Formulas": [ { "Question": "Which three cities have the largest regional population?", "Formula": "LET(a,SORTBY(B1,E1,-1),FILTER(a,SEQUENCE(ROWS(a))<=3))", "Formula2": "LET(a,SORTBY(B2:B14,E2:E14,-1),FILTER(a,SEQUENCE(ROWS(a))<=3))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "B1", "E1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "3" ], "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "What are the three largest cities in terms of regional population?", "Formula": "LET(a,SORTBY(B1,E1,-1),FILTER(a,SEQUENCE(ROWS(a))<=3))", "Formula2": "LET(a,SORTBY(B2:B14,E2:E14,-1),FILTER(a,SEQUENCE(ROWS(a))<=3))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "B1", "E1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "3" ], "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "Which city has the lowest GDP? Please list the city name and its GDP.", "Formula": "LET(a,SORTBY(CHOOSE({1,2},B1,F1),F1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(CHOOSE({1,2},B2:B14,F2:F14),F2:F14,1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "CHOOSE(", "1", "2", "B1", "F1", "F1", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ], "Funcs": [ "LET(", "a", "SORTBY(", "CHOOSE(", "Num", "Num", "Cell", "Cell", "Cell", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "What is the city with the smallest GDP? Return the city and its GDP.", "Formula": "LET(a,SORTBY(CHOOSE({1,2},B1,F1),F1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(CHOOSE({1,2},B2:B14,F2:F14),F2:F14,1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "CHOOSE(", "1", "2", "B1", "F1", "F1", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ], "Funcs": [ "LET(", "a", "SORTBY(", "CHOOSE(", "Num", "Num", "Cell", "Cell", "Cell", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "Please give me a list of cities whose regional population is over 10000000.", "Formula": "FILTER(B1,E1>10000000)", "Formula2": "FILTER(B2:B14,E2:E14>10000000)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", ">", "10000000" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Which cities have regional population above 10000000?", "Formula": "FILTER(B1,E1>10000000)", "Formula2": "FILTER(B2:B14,E2:E14>10000000)", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", ">", "10000000" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "what is the GDP of the city with the largest population.", "Formula": "LET(a,SORTBY(F1,E1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(F2:F14,E2:E14,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "F1", "E1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ], "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "Find the GDP of the city with the largest regional population.", "Formula": "LET(a,SORTBY(F1,E1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(F2:F14,E2:E14,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Level": "hard", "Tokens": [ "LET(", "a", "SORTBY(", "F1", "E1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ], "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ] }, { "Question": "Total GDP for the most regional populated city", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1),SUMX(E1)), 3, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14),SUMX(E2:E14)), 3, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "SUMX(", "E1", "3", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "What is the total GDP of the city with the largest regional population?", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1),SUMX(E1)), 3, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14),SUMX(E2:E14)), 3, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "SUMX(", "E1", "3", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Three cities with the highest regional populations", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(E2:E14)), 2, -1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "2", "-", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Which 3 cities have the highest regional population?", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(E2:E14)), 2, -1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "2", "-", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "The city with the lowest GDP in total and its value.", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "The city with the lowest total GDP and its value.", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "Cities with a population 10000000 or over. ", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>=10000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>=10000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "10000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "Cities with a regional population 10000000 or over. ", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>=10000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>=10000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "10000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "The top 3 cities in regional population.", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(E2:E14)), 2, -1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "2", "-", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "What are the top 3 cities in regional population?", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(E2:E14)), 2, -1), 3)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "2", "-", "1", "3" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "The city with the bottom 1 GDP in total and its value.", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14)), 2, 1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "2", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num" ] }, { "Question": "The city with more than 10000000 population.", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>10000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>10000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "The city with over 10000000 regional population.", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>10000000))", "Formula2": "LET(query1,SUMMARIZE(B2:B14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>10000000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10000000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "The total GDP for the city with the most regional population.", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1),SUMX(E1)), 3, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B14,SUMX(F2:F14),SUMX(E2:E14)), 3, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "F1", "SUMX(", "E1", "3", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] } ], "TableName": "city_record_city", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "city id", "city", "hanzi", "hanyu pinyin", "regional population", "gdp" ], [ "2", "1", "Shanghai", "上海", "Shànghǎi", "23019148", "1919.57" ], [ "3", "2", "Nanjing ( Jiangsu )", "南京", "Nánjīng", "8004680", "614.55" ], [ "4", "3", "Hangzhou ( Zhejiang )", "杭州", "Hángzhōu", "8700400", "701.18" ], [ "5", "4", "Suzhou ( Jiangsu )", "苏州/ 蘇州", "Sūzhōu", "10465994", "1071.7" ], [ "6", "5", "Ningbo ( Zhejiang )", "宁波/ 寧波", "Níngbō", "7605689", "601.05" ], [ "7", "6", "Wuxi ( Jiangsu )", "无锡/ 無錫", "Wúxī", "6372624", "688.02" ], [ "8", "7", "Nantong ( Jiangsu )", "南�?Nántōng", "7282835", "408.02", "" ], [ "9", "8", "Shaoxing ( Zhejiang )", "绍兴/ 紹興", "Shàoxīng", "4912200", "329.12" ], [ "10", "9", "Changzhou ( Jiangsu )", "常州", "Chángzhōu", "4591972", "358.04" ], [ "11", "10", "Jinhua ( Zhejiang )", "金华/ 金華", "Jīnhuá", "4614100", "244.77" ], [ "12", "11", "Jiaxing ( Zhejiang )", "嘉兴/ 嘉興", "Jiāxīng", "4501700", "266.81" ], [ "13", "12", "Taizhou ( Zhejiang )", "台州", "Tāizhōu", "5968800", "279.49" ], [ "14", "13", "Yangzhou ( Jiangsu )", "扬州/ 揚州", "Yángzhōu", "4459760", "263.03" ] ] }, { "t5Formulas": [ { "Question": "How much does Jonathan Bender weigh?", "Formula": "SUMIFS(E1,B1,\"jonathan bender\")", "Formula2": "SUMIFS(E2:E7,B2:B7,\"jonathan bender\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"jonathan bender\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Of those with a height of 7-0, who weighs the most?", "Formula": "MAXIFS(E1,D1,\"7-0\")", "Formula2": "MAXIFS(E2:E7,D2:D7,\"7-0\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "D1", "\"7-0\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What does DeShawn Stevenson weigh?", "Formula": "SUMIFS(E1,B1,\"deshawn stevenson\")", "Formula2": "SUMIFS(E2:E7,B2:B7,\"deshawn stevenson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"deshawn stevenson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12498087-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pos.", "Player", "Team", "Height", "Weight" ], [ "2", "G/F", "Desmond Mason", "Seattle SuperSonics", "6–5", "222" ], [ "3", "G/F", "DeShawn Stevenson", "Utah Jazz", "6-5", "218" ], [ "4", "G", "Baron Davis", "Charlotte Hornets", "6–3", "212" ], [ "5", "F/C", "Stromile Swift", "Vancouver Grizzlies", "6–10", "220" ], [ "6", "F", "Jonathan Bender", "Indiana Pacers", "7-0", "230" ], [ "7", "G/F", "Corey Maggette", "L.A. Clippers", "6–6", "225" ] ] }, { "t5Formulas": [ { "Question": "Japan (JPN) with a total of less than 5, has what average gold medals?", "Formula": "AVERAGE(FILTER(C1, (B1=\"japan (jpn)\")*(F1<5)))", "Formula2": "AVERAGE(FILTER(C2:C9, (B2:B9=\"japan (jpn)\")*(F2:F9<5)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "B1", "=", "\"japan (jpn)\"", "*", "F1", "<", "5" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average bronze medal when gold is greater than 0, and there is less than 0 silver medals?", "Formula": "AVERAGE(FILTER(E1, (C1>0)*(D1<0)))", "Formula2": "AVERAGE(FILTER(E2:E9, (C2:C9>0)*(D2:D9<0)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", ">", "0", "*", "D1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of bronze medals when the rank is greater than 2, and less than 2 total medals with silver medals being more than 0?", "Formula": "SUM(FILTER(E1, (A1>2)*(F1<2)*(D1>0)))", "Formula2": "SUM(FILTER(E2:E9, (A2:A9>2)*(F2:F9<2)*(D2:D9>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", ">", "2", "*", "F1", "<", "2", "*", "D1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "With a greater than 4 rank, and the silver medal greater than 0, and the bronze medal less than 1, what is the average total?", "Formula": "AVERAGE(FILTER(F1, (A1>4)*(D1>0)*(E1<1)))", "Formula2": "AVERAGE(FILTER(F2:F9, (A2:A9>4)*(D2:D9>0)*(E2:E9<1)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "A1", ">", "4", "*", "D1", ">", "0", "*", "E1", "<", "1" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the fewest gold medals when the bronze medals is greater than 5?", "Formula": "MIN(FILTER(C1, E1>5))", "Formula2": "MIN(FILTER(C2:C9, E2:E9>5))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "E1", ">", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-1846470-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Australia (AUS)", "8", "4", "2", "14" ], [ "3", "2", "United States (USA)", "2", "4", "5", "11" ], [ "4", "3", "Japan (JPN)", "1", "4", "0", "5" ], [ "5", "4", "Great Britain (GBR)", "1", "0", "1", "2" ], [ "6", "4", "Germany (EUA)", "1", "0", "1", "2" ], [ "7", "6", "Hungary (HUN)", "0", "1", "1", "2" ], [ "8", "7", "Soviet Union (URS)", "0", "0", "2", "2" ], [ "9", "8", "South Africa (RSA)", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "What surface was the match on November 6, 1982 played on?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"november 6, 1982\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"november 6, 1982\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"november 6, 1982\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15096003-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winner", "November 6, 1982", "Hong Kong", "Clay", "Laura Du Pont", "Jennifer Mundel Yvonne Vermaak", "6-2, 4-6, 7-5" ], [ "3", "Runner-up", "March 6, 1983", "Nashville , Tennessee, USA", "Hard", "Paula Smith", "Rosalyn Fairbank Candy Reynolds", "4-6, 6-7" ], [ "4", "Winner", "May 1, 1983", "Atlanta , Georgia, USA", "Hard", "Sharon Walsh", "Rosie Casals Wendy Turnbull", "6-3, 7-6" ], [ "5", "Runner-up", "June 13, 1983", "Birmingham , England", "Grass", "Elise Burgin", "Beverly Mould Liz Smylie", "3-6, 4-6" ], [ "6", "Runner-up", "January 15, 1984", "Oakland , California, USA", "Carpet", "Rosie Casals", "Martina Navratilova Pam Shriver", "2-6, 3-6" ], [ "7", "Winner", "October 28, 1984", "Brighton , England", "Carpet", "Paula Smith", "Barbara Potter Sharon Walsh", "6-7, 6-3, 7-5" ], [ "8", "Runner-up", "June 16, 1985", "Birmingham , England", "Grass", "Elise Burgin", "Terry Holladay Sharon Walsh", "4-6, 7-5, 3-6" ], [ "9", "Runner-up", "April 30, 1986", "Phoenix, Arizona , USA", "Hard", "Linda Gates", "Susan Mascarin Betsy Nagelsen", "3-6, 7-5, 4-6" ], [ "10", "Winner", "July 28, 1986", "Berkeley , California, USA", "Hard", "Beth Herr", "Amy Holton Elna Reinach", "6-1, 6-2" ], [ "11", "Winner", "August 3, 1986", "San Diego , California, USA", "Hard", "Beth Herr", "Elise Burgin Rosalyn Fairbank", "5-7, 6-2, 6-4" ], [ "12", "Runner-up", "October 12, 1986", "Zurich , Switzerland", "Carpet", "Lori McNeil", "Steffi Graf Gabriela Sabatini", "6-1, 4-6, 4-6" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent with a series of 3-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"3-2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"3-2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"3-2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opponent with a series of 1-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1-0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"1-0\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1-0\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12206431-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Series" ], [ "2", "October 16", "Phillies", "8 - 5", "Schilling (0-1)", "52,011", "1-0" ], [ "3", "October 17", "Phillies", "6 - 4", "Stewart (0-1)", "52,062", "1-1" ], [ "4", "October 19", "@ Phillies", "10 - 3", "Jackson (0-1)", "62,689", "2-1" ], [ "5", "October 20", "@ Phillies", "15 - 14", "Williams (0-1)", "62,731", "3-1" ], [ "6", "October 21", "@ Phillies", "2 - 0", "Guzman (0-1)", "62,706", "3-2" ], [ "7", "October 23", "Phillies", "8 - 6", "Williams (0-2)", "52,195", "4-2" ] ] }, { "t5Formulas": [ { "Question": "which Tms has a Season of 2013?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=2013),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=2013),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "2013", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-18946789-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Division", "Tms.", "Pos.", "PFF NMCC", "UFL Cup", "AFC PC" ], [ "2", "No league yet", "No league yet", "No league yet", "No league yet", "No league yet", "Semi-finals", "—" ], [ "3", "2010", "2", "8", "2nd", "—", "Quarter-finals", "—" ], [ "4", "2011", "2", "8", "1st (Prom)", "—", "Quarter-finals", "—" ], [ "5", "2012", "1", "10", "7th", "—", "Group Stage", "—" ], [ "6", "2013", "1", "10", "8th", "Round of 16", "TBD", "DNQ" ] ] }, { "t5Formulas": [ { "Question": "In what Season was Colin Miller (TAS) the Player?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"colin miller (tas)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"colin miller (tas)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"colin miller (tas)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Rank has a 65 s Wicket?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=65),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=65),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "65", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1585656-19", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "s Wicket", "Player", "Matches", "Season" ], [ "2", "1", "67", "Colin Miller (TAS)", "11", "1997–98" ], [ "3", "2", "65", "Shaun Tait (SA)", "10", "2004–05" ], [ "4", "3", "60", "Chuck Fleetwood-Smith (VIC)", "6", "1934–35" ], [ "5", "4", "60", "Andy Bichel (QLD)", "11", "2004–05" ], [ "6", "5", "60", "Ben Hilfenhaus (TAS)", "11", "2006–07" ], [ "7", "Source: . Last updated: 21 March 2012.", "Source: . Last updated: 21 March 2012.", "Source: . Last updated: 21 March 2012.", "Source: . Last updated: 21 March 2012.", "Source: . Last updated: 21 March 2012." ] ] }, { "t5Formulas": [ { "Question": "What is Country, when Class is \"15 meters\", and when Qualifying Grand Prix is \"Soaring Grand Prix Of United Kingdom\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"15 meters\")*(C1=\"soaring grand prix of united kingdom\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"15 meters\")*(C2:C9=\"soaring grand prix of united kingdom\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"15 meters\"", "*", "C1", "=", "\"soaring grand prix of united kingdom\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Class, when Dates is \"22 April - 3 May 2009\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"22 april - 3 may 2009\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"22 april - 3 may 2009\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"22 april - 3 may 2009\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when Class is \"club\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"club\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"club\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"club\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when Place is \"Torino\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"torino\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"torino\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"torino\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17277703-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Country", "Qualifying Grand Prix", "Class", "Dates" ], [ "2", "Torino", "Italy", "Torino Grand Prix", "15 meters", "15–22 June 2008" ], [ "3", "Saint-Auban", "France", "Sailplane Grand Prix of France", "15 meters", "30 August - 7 September 2008" ], [ "4", "Lasham", "United Kingdom", "Soaring Grand Prix of United Kingdom", "15 meters", "1–7 September 2008" ], [ "5", "Nitra", "Slovakia", "Soaring Grand Prix of Slovakia", "18 meters", "7–13 September 2008" ], [ "6", "Narromine", "Australia", "Soaring Grand Prix of Australia", "18 meters", "30 November - 6 December 2008" ], [ "7", "Santiago", "Chile", "Santiago Qualifying Grand Prix", "15 meters", "17–25 January 2009" ], [ "8", "Zar", "Poland", "Qualifying Grand Prix of Poland", "club", "22 April - 3 May 2009" ], [ "9", "Feldkirchen", "Austria", "Austrian Soaring Grand Prix", "15 meters", "16–23 May 2009" ] ] }, { "t5Formulas": [ { "Question": "Who is the home team when hawthorn is the away side?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the away side that scores 9.8 (62)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.8 (62)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.8 (62)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"9.8 (62)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the largest crowd that has the away side scoring 10.14 (74)?", "Formula": "MAXIFS(F1,D1,\"10.14 (74)\")", "Formula2": "MAXIFS(F2:F7,D2:D7,\"10.14 (74)\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "D1", "\"10.14 (74)\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10775890-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "17.22 (124)", "Richmond", "4.8 (32)", "MCG", "27,249", "28 May 1960" ], [ "3", "Footscray", "6.11 (47)", "St Kilda", "10.5 (65)", "Western Oval", "22,126", "28 May 1960" ], [ "4", "North Melbourne", "7.6 (48)", "Hawthorn", "9.8 (62)", "Arden Street Oval", "8,600", "28 May 1960" ], [ "5", "Fitzroy", "8.7 (55)", "Essendon", "6.14 (50)", "Brunswick Street Oval", "25,632", "28 May 1960" ], [ "6", "South Melbourne", "12.8 (80)", "Collingwood", "11.12 (78)", "Lake Oval", "27,000", "28 May 1960" ], [ "7", "Geelong", "17.17 (119)", "Carlton", "10.14 (74)", "Kardinia Park", "16,589", "28 May 1960" ] ] }, { "t5Formulas": [ { "Question": "How much total time was in lane 4?", "Formula": "SUM(FILTER(E1, B1=4))", "Formula2": "SUM(FILTER(E2:E9, B2:B9=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which Rank has a Reaction time larger than 0.20400000000000001, and a Time larger than 45.56?", "Formula": "SUM(FILTER(A1, (F1>0.20400000000000001)*(E1>45.56)))", "Formula2": "SUM(FILTER(A2:A9, (F2:F9>0.20400000000000001)*(E2:E9>45.56)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", ">", "0.20400000000000001", "*", "E1", ">", "45.56" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many ranks have more than 7 lanes, and an Athlete of michael mathieu, and a Reaction time larger than 0.203?", "Formula": "SUM(FILTER(A1, (B1>7)*(C1=\"michael mathieu\")*(F1>0.203)))", "Formula2": "SUM(FILTER(A2:A9, (B2:B9>7)*(C2:C9=\"michael mathieu\")*(F2:F9>0.203)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", ">", "7", "*", "C1", "=", "\"michael mathieu\"", "*", "F1", ">", "0.203" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Which Time has a Reaction smaller than 0.20400000000000001, and a Rank of 1?", "Formula": "SUM(FILTER(E1, (F1<0.20400000000000001)*(A1=1)))", "Formula2": "SUM(FILTER(E2:E9, (F2:F9<0.20400000000000001)*(A2:A9=1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "<", "0.20400000000000001", "*", "A1", "=", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-18569105-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Lane", "Athlete", "Nationality", "Time", "React" ], [ "2", "1", "7", "LaShawn Merritt", "United States", "44.12", "0.187" ], [ "3", "2", "6", "Martyn Rooney", "Great Britain", "44.60", "0.126" ], [ "4", "3", "8", "Johan Wissman", "Sweden", "44.64", "0.211" ], [ "5", "4", "5", "Renny Quow", "Trinidad and Tobago", "44.82", "0.204" ], [ "6", "5", "2", "Gary Kikaya", "DR Congo", "44.94", "0.187" ], [ "7", "6", "9", "Michael Mathieu", "Bahamas", "45.56", "0.203" ], [ "8", "7", "4", "Sean Wroe", "Australia", "45.56", "0.205" ], [ "9", "8", "3", "Cedric van Branteghem", "Belgium", "45.81", "0.199" ] ] }, { "t5Formulas": [ { "Question": "Who is the head coach of the team located in Mudgeeraba?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"mudgeeraba\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"mudgeeraba\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"mudgeeraba\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the President of the team that has the Head Coach Mark Wakeling?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"mark wakeling\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"mark wakeling\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"mark wakeling\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Head Coach of the team whose President is Mario Volarevic?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mario volarevic\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"mario volarevic\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"mario volarevic\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which team's Head Coach is Steve Beever?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"steve beever\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"steve beever\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"steve beever\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11365528-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Head Coach", "President", "Home Ground", "Location" ], [ "2", "Burleigh Heads Bulldogs Soccer Club", "Colin Phelan", "Steve Kazmer", "Pizzey Park, Miami", "Miami" ], [ "3", "Merrimac FC", "Brett Budwee", "Tony Di Pietro", "Tony Cecco Field, Clear Island Waters", "Clear Island Waters" ], [ "4", "Gold Coast Knights", "Steve Radoslavic", "Mario Volarevic", "Croatian Sports Centre, Carrara", "Carrara" ], [ "5", "Broadbeach United", "Lee Vernon", "Michael Doyle", "Chelsea Ave, Broadbeach", "Broadbeach" ], [ "6", "Murwillumbah SC", "David Lonie", "Jim McCarthy", "Jim Devine Field", "Murwillumbah" ], [ "7", "Palm Beach Sharks Soccer Club", "Mark Wakeling", "Peter Williamson", "19th Avenue Stadium, Palm Beach", "Palm Beach" ], [ "8", "Mudgeeraba Soccer Club", "Steve Beever", "Bryan Williams", "Sidd Bigg Park, Mudgeeraba", "Mudgeeraba" ], [ "9", "Southport Soccer Club", "Ian Shaw", "Tony Cullane", "Ashmore Village Park, Ashmore", "Southport" ] ] }, { "t5Formulas": [ { "Question": "What is the sum of the clubs remaining with 34 new entries this round and more than 34 clubs involved?", "Formula": "SUM(FILTER(B1, (E1=34)*(C1>34)))", "Formula2": "SUM(FILTER(B2:B9, (E2:E9=34)*(C2:C9>34)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "34", "*", "C1", ">", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What are the clubs involved with 16 clubs remaining?", "Formula": "SUM(FILTER(C1, B1=16))", "Formula2": "SUM(FILTER(C2:C9, B2:B9=16))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "16" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-18328569-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Clubs remaining", "Clubs involved", "Winners from previous round", "New entries this round" ], [ "2", "Preliminary round", "129", "34", "none", "34" ], [ "3", "First round", "112", "96", "17", "79" ], [ "4", "Second round", "64", "64", "48", "16" ], [ "5", "Third round", "32", "32", "32", "none" ], [ "6", "Fourth round", "16", "16", "16", "none" ], [ "7", "Quarter finals", "8", "8", "8", "none" ], [ "8", "Semi finals", "4", "4", "4", "none" ], [ "9", "Final", "2", "2", "2", "none" ] ] }, { "t5Formulas": [ { "Question": "What position did the driver earn 31 points?", "Formula": "FILTER(A1,C1=31)", "Formula2": "FILTER(A2:A12,C2:C12=31)", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "31" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "In what series did Bobby Labonte drive?", "Formula": "FILTER(E1,B1=\"Bobby Labonte\")", "Formula2": "FILTER(E2:E12,B2:B12=\"Bobby Labonte\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"Bobby Labonte\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In what position was the driver who won $60,000?", "Formula": "MIN(FILTER(A1,D1=\"$60,000\"))", "Formula2": "MIN(FILTER(A2:A12,D2:D12=\"$60,000\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"$60,000\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In what position was the driver who won $60,000?", "Formula": "SUMIFS(A1,D1,\"$60,000\")", "Formula2": "SUMIFS(A2:A12,D2:D12,\"$60,000\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"$60,000\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How much did Jeff Burton win?", "Formula": "FILTER(D1,B1=\"Jeff Burton\")", "Formula2": "FILTER(D2:D12,B2:B12=\"Jeff Burton\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Jeff Burton\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How much did Kenny Brack win?", "Formula": "FILTER(D1,B1=\"Kenny Brack\")", "Formula2": "FILTER(D2:D12,B2:B12=\"Kenny Brack\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Kenny Brack\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-25146455-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Driver", "Points", "Winnings", "Series" ], [ "2", "1", "Dale Earnhardt", "75", "$225,000", "NASCAR Winston Cup" ], [ "3", "2", "Mark Martin", "74", "$100,000", "NASCAR Winston Cup" ], [ "4", "3", "Bobby Labonte", "53", "$60,000", "NASCAR Winston Cup" ], [ "5", "4", "Rusty Wallace", "50", "$50,000", "NASCAR Winston Cup" ], [ "6", "5", "Jeff Gordon", "49", "$45,000", "NASCAR Winston Cup" ], [ "7", "6", "Kenny Brack", "34", "$40,000", "Indy Racing League" ], [ "8", "7", "Eddie Cheever, Jr.", "31", "$40,000", "Indy Racing League" ], [ "9", "8", "Dale Jarrett", "30", "$40,000", "NASCAR Winston Cup" ], [ "10", "9", "Dale Earnhardt Jr.", "29", "$40,000", "NASCAR Busch Series" ], [ "11", "10", "Adrian Fernandez 1", "28", "$40,000", "FedEx CART World Series" ], [ "12", "11", "Jeff Burton", "26", "$40,000", "NASCAR Winston Cup" ] ] }, { "t5Formulas": [ { "Question": "On what Surface was the match against Ilija Bozoljac played?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ilija bozoljac\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"ilija bozoljac\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ilija bozoljac\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Tournament was against Daniel Elsner?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"daniel elsner\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"daniel elsner\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"daniel elsner\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Tournament with a Score of 3–6, 7–6(6), 5–7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3–6, 7–6(6), 5–7\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"3–6, 7–6(6), 5–7\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3–6, 7–6(6), 5–7\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Opponent of the Banja Luka Tournament with a Score of 4–6, 4–6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"4–6, 4–6\")*(B1=\"banja luka\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"4–6, 4–6\")*(B2:B9=\"banja luka\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"4–6, 4–6\"", "*", "B1", "=", "\"banja luka\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16965329-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "5 September 2005", "Brasov", "Clay", "Daniel Elsner", "5–7, 2–6" ], [ "3", "5 November 2007", "Guayaquil", "Clay", "Nicolás Lapentti", "3–6, 7–6(6), 5–7" ], [ "4", "10 March 2008", "Tanger", "Clay", "Marcel Granollers", "4–6, 4–6" ], [ "5", "15 September 2008", "Banja Luka", "Clay", "Ilija Bozoljac", "4–6, 4–6" ], [ "6", "12 October 2009", "Asunción", "Clay", "Ramón Delgado", "6–7 (2–7) , 6–1, 3–6" ], [ "7", "5 July 2010", "San Benedetto", "Clay", "Carlos Berlocq", "3–6, 6–4, 4–6" ], [ "8", "2 October 2011", "Madrid", "Clay", "Jérémy Chardy", "1–6, 7–5, 6–7 (3–7)" ], [ "9", "12 August 2012", "Cordenos", "Clay", "Paolo Lorenzi", "6–7 (5–7) , 3–6" ] ] }, { "t5Formulas": [ { "Question": "What are the census ranking(s) of maugerville?", "Formula": "FILTER(E1,A1=\"Maugerville\")", "Formula2": "FILTER(E2:E7,A2:A7=\"Maugerville\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"Maugerville\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the status(es) of the place with an area of 304.06 km2?", "Formula": "FILTER(B1,C1=\"304.06\")", "Formula2": "FILTER(B2:B7,C2:C7=\"304.06\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"304.06\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What are the official name(s) of places with an area of 304.06 km2?", "Formula": "FILTER(A1,C1=\"304.06\")", "Formula2": "FILTER(A2:A7,C2:C7=\"304.06\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"304.06\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What are the official name(s) of places with an area of 304.06 km2?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=304.06))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(C2:C7)),FILTER(query1,CHOOSECOLS(query1,2)=304.06))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "304.06" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "dev_1-176521-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Lincoln", "Parish", "159.83", "6458", "579 of 5,008" ], [ "3", "Burton", "Parish", "259.48", "5421", "667 of 5,008" ], [ "4", "Maugerville", "Parish", "921.31", "1776", "1,445 of 5,008" ], [ "5", "Sheffield", "Parish", "271.95", "853", "2,286 of 5,008" ], [ "6", "Blissville", "Parish", "342.40", "926", "2,178 of 5,008" ], [ "7", "Northfield", "Parish", "304.06", "643", "2,689 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "Name the 2010 for 2007 of a and 2012 of a", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"a\")*(G1=\"a\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(B2:B10=\"a\")*(G2:G10=\"a\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"a\"", "*", "G1", "=", "\"a\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2008 for 2012 being a and tournament of australian open", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"a\")*(A1=\"australian open\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(G2:G10=\"a\")*(A2:A10=\"australian open\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"a\"", "*", "A1", "=", "\"australian open\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the tournament for 2012 grand slam tournaments", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"grand slam tournaments\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"grand slam tournaments\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"grand slam tournaments\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12209362-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "2007", "2008", "2009", "2010", "2011", "2012" ], [ "2", "Grand Slam tournaments", "Grand Slam tournaments", "Grand Slam tournaments", "Grand Slam tournaments", "Grand Slam tournaments", "Grand Slam tournaments", "Grand Slam tournaments" ], [ "3", "Australian Open", "A", "A", "A", "A", "A", "A" ], [ "4", "French Open", "A", "A", "A", "A", "A", "A" ], [ "5", "Wimbledon", "A", "A", "A", "A", "A", "Q1" ], [ "6", "US Open", "A", "A", "A", "A", "A", "A" ], [ "7", "Premier 5", "Premier 5", "Premier 5", "Premier 5", "Premier 5", "Premier 5", "Premier 5" ], [ "8", "Italian Open", "A", "A", "A", "A", "A", "A" ], [ "9", "Win–Loss", "0–0", "0–0", "0–0", "0–0", "0–0", "0–0" ], [ "10", "Year End Ranking", "492", "338", "A", "402", "245", "139" ] ] }, { "t5Formulas": [ { "Question": "what is the name of the role that has co-protagonist in the notes field and the years of 2008-2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"co-protagonist\")*(A1=\"2008-2009\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"co-protagonist\")*(A2:A16=\"2008-2009\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"co-protagonist\"", "*", "A1", "=", "\"2008-2009\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the role that has a Title of Olvidarte Jamas?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"olvidarte jamas\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"olvidarte jamas\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"olvidarte jamas\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which production company has the year of 2005 listed?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2005\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"2005\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2005\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the role that has a Title of Salud, Dinero y Amor and antagonist in the notes field?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"antagonist\")*(B1=\"salud, dinero y amor\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"antagonist\")*(B2:B16=\"salud, dinero y amor\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"antagonist\"", "*", "B1", "=", "\"salud, dinero y amor\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the production company that has a year of 2008-2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2008-2009\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"2008-2009\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2008-2009\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12980239-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Title", "Production Company", "Role", "Notes" ], [ "2", "2013-2014", "Por Siempre mi Amor", "Televisa", "Gabriela", "Antagonist" ], [ "3", "2012-2013", "Corona de lágrimas (2012 telenovela)", "Televisa", "Flor Escutia", "Antagonist" ], [ "4", "2012", "Por Ella Soy Eva", "Televisa", "Samantha", "Guest star" ], [ "5", "2010-2011", "Cuando me enamoro", "Televisa", "Marina Sepúlveda", "Co-protagonist" ], [ "6", "2010", "Niña de mi Corazón", "Televisa", "Tamara Diez", "Antagonist" ], [ "7", "2008-2009", "Alma de Hierro", "Televisa", "Patricia 'Paty' Jiménez de la Corcuera", "Co-protagonist" ], [ "8", "2007", "Destilando Amor", "Televisa", "Isadora Duarte", "Antagonist" ], [ "9", "2006", "Olvidarte Jamas", "Venevisión International", "Lucrecia Montero", "Antagonist" ], [ "10", "2005", "La Madrastra", "Televisa", "Ana Rosa Márquez", "Antagonist" ], [ "11", "2003-2004", "Luciana y Nicolás", "América Televisión", "Lorena", "Antagonist" ], [ "12", "2003", "Clase 406", "Televisa", "Ángela", "Co-protagonist" ], [ "13", "2002-2003", "Las Vías del Amor", "Televisa", "Sandra Irribaren", "Co-protagonist" ], [ "14", "2001", "Amigas y Rivales", "Televisa", "Margarita", "Antagonist" ], [ "15", "1997-1998", "Salud, dinero y amor", "Televisa", "Consuelo", "Antagonist" ], [ "16", "1995-1996", "El premio mayor", "Televisa", "Consuelo", "Antagonist" ] ] }, { "t5Formulas": [ { "Question": "For the game played on 31 July 2007 on clay what was the score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"clay\")*(A1=\"31 july 2007\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"clay\")*(A2:A6=\"31 july 2007\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"clay\"", "*", "A1", "=", "\"31 july 2007\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "When was Pablo Andújar the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"pablo andújar\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"pablo andújar\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"pablo andújar\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16474033-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "30 May 2006", "Turin , Italy", "Clay", "Marcel Granollers", "6–3, 6–3" ], [ "3", "31 July 2007", "Trani , Italy", "Clay", "Pablo Andújar", "4–6, 6–2, 6–4" ], [ "4", "4 September 2007", "Genoa , Italy", "Clay", "Gianluca Naso", "6–2, 6–7 (4–7) , 7–5" ], [ "5", "1 January 2008", "Nouméa , New Caledonia", "Hard", "Stéphane Bohli", "6–4, 7–5" ], [ "6", "6 February 2011", "Burnie , Australia", "Hard", "Chris Guccione", "W/O" ] ] }, { "t5Formulas": [ { "Question": "Name the 2011 with 2010 of 1r and 2012 of sf", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"1r\")*(G1=\"sf\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(E2:E7=\"1r\")*(G2:G7=\"sf\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"1r\"", "*", "G1", "=", "\"sf\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2008 with 2012 of 2r and 2006 of 2r", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"2r\")*(B1=\"2r\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(G2:G7=\"2r\")*(B2:B7=\"2r\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"2r\"", "*", "B1", "=", "\"2r\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2008 for 2012 of sf", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"sf\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,G2:G7=\"sf\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"sf\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2013 for 2011 of 1r", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"1r\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"1r\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"1r\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2011 with 2006 of 2r and 2008 of 2r", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(B1=\"2r\")*(C1=\"2r\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(B2:B7=\"2r\")*(C2:C7=\"2r\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"2r\"", "*", "C1", "=", "\"2r\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the 2012 with 2013 of 2r and 2009 of 3r", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"2r\")*(D1=\"3r\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(H2:H7=\"2r\")*(D2:D7=\"3r\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"2r\"", "*", "D1", "=", "\"3r\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15081782-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Tournament", "2006", "2008", "2009", "2010", "2011", "2012", "2013" ], [ "2", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments" ], [ "3", "Australian Open", "2R", "2R", "2R", "1R", "1R", "SF", "2R" ], [ "4", "French Open", "1R", "2R", "1R", "1R", "QF", "2R", "2R" ], [ "5", "Wimbledon", "1R", "QF", "3R", "F", "F", "F", "QF" ], [ "6", "US Open", "2R", "QF", "3R", "3R", "QF", "2R", "2R" ], [ "7", "Win–Loss", "2–4", "8–4", "5–4", "7–4", "11–4", "11–4", "6-4" ] ] }, { "t5Formulas": [ { "Question": "What was the result when the opponent was manchester united in venue h?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"manchester united\")*(D1=\"h\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"manchester united\")*(D2:D7=\"h\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"manchester united\"", "*", "D1", "=", "\"h\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16924792-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "2 January 1999", "R3", "Oldham Athletic", "A", "2-0", "12,770" ], [ "3", "25 January 1999", "R4", "Oxford United", "A", "1-1", "9,059" ], [ "4", "3 February 1999", "R4 (R)", "Oxford United", "H", "4-2", "32,106" ], [ "5", "13 February 1999", "R5", "Sheffield Wednesday", "A", "1-0", "29,410" ], [ "6", "7 March 1999", "R6", "Manchester United", "A", "0-0", "54,587" ], [ "7", "10 March 1999", "R6 (R)", "Manchester United", "H", "0-2", "33,075" ] ] }, { "t5Formulas": [ { "Question": "What is the running of marlene sanchez?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Marlene Sanchez\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"Marlene Sanchez\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"Marlene Sanchez\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the numberof running wiht pamela zapata?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Pamela Zapata\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"Pamela Zapata\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"Pamela Zapata\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12407546-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "#", "Athlete", "Shooting", "Fencing", "Swimming", "Riding", "Running", "Total" ], [ "2", "1", "Yane Marques", "174 (1024 pts)", "24-2 (1216 pts)", "2:14.72 (1304 pts)", "74.42 (1032 pts)", "11:43.01 (908 pts)", "5484" ], [ "3", "2", "Monica Pinette", "176 (1048 pts)", "17-9 (964 pts)", "2:30.85 (1112 pts)", "68.59 (1116 pts)", "11:08.75 (1048 pts)", "5288" ], [ "4", "3", "Mickelle Kelly", "170 (976 pts)", "12-14 (784 pts)", "2:26.75 (1160 pts)", "68.25 (1144 pts)", "10:33.55 (1188 pts)", "5252" ], [ "5", "4", "Kara Grant", "176 (1048 pts)", "11-15 (748 pts)", "2:40.98 (992 pts)", "77.53 (1192 pts)", "10:33.38 (1188 pts)", "5168" ], [ "6", "5", "Rita Sanz-Agero", "172 (1000 pts)", "15-11 (892 pts)", "2:33.11 (1084 pts)", "69.32 (1172 pts)", "11:17.10 (1012 pts)", "5160" ], [ "7", "6", "Marlene Sanchez", "169 (964 pts)", "16-10 (928 pts)", "2:30.47 (1116 pts)", "68.04 (1060 pts)", "11:14.67 (1024 pts)", "5092" ], [ "8", "7", "Katia Rodriguez", "162 (880 pts)", "14-12 (856 pts)", "2:24.89 (1184 pts)", "75.66 (1088 pts)", "11:26.25 (976 pts)", "4984" ], [ "9", "8", "Larissa Lellys", "153 (772 pts)", "13-13 (820 pts)", "2:24.01 (1192 pts)", "64.85 (1116 pts)", "11:22.38 (992 pts)", "4892" ], [ "10", "9", "Marines Garza", "164 (904 pts)", "11-15 (748 pts)", "2:29.22 (1132 pts)", "73.09 (1088 pts)", "11:39.65 (924 pts)", "4796" ], [ "11", "10", "Suaima Garcia", "179 (1084 pts)", "12-14 (784 pts)", "2:26.50 (1164 pts)", "DNF (512 pts)", "11:43.16 (908 pts)", "4452" ], [ "12", "11", "Sheila Taormina", "161 (868 pts)", "12-14 (784 pts)", "2:07.36 (1392 pts)", "DNF (100 pts)", "11:28.18 (968 pts)", "4112" ], [ "13", "12", "Gabriela Raute", "175 (1036 pts)", "3-23 (460 pts)", "3:32.10 (376 pts)", "72.40 (1088 pts)", "12:12.20 (792 pts)", "3752" ], [ "14", "13", "Pamela Zapata", "154 (784 pts)", "12-14 (784 pts)", "2:31.01 (1108 pts)", "DNF (240 pts)", "12:49.91 (644 pts)", "3560" ] ] }, { "t5Formulas": [ { "Question": "How many were in attendance on October 27, 1963?", "Formula": "SUMIFS(E1,B1,\"october 27, 1963\")", "Formula2": "SUMIFS(E2:E15,B2:B15,\"october 27, 1963\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"october 27, 1963\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12828243-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 7, 1963", "at Houston Oilers", "W 24–13", "24,749" ], [ "3", "2", "September 15, 1963", "Buffalo Bills", "W 35–17", "17,568" ], [ "4", "3", "September 22, 1963", "Boston Patriots", "L 14–20", "17,131" ], [ "5", "4", "September 28, 1963", "at New York Jets", "L 7–10", "17,100" ], [ "6", "5", "October 5, 1963", "at Buffalo Bills", "L 0–12", "24,846" ], [ "7", "6", "October 11, 1963", "at Boston Patriots", "L 14–20", "26,494" ], [ "8", "7", "October 20, 1963", "New York Jets", "W 49–26", "15,557" ], [ "9", "8", "October 27, 1963", "at San Diego Chargers", "W 34–33", "30,182" ], [ "10", "9", "November 3, 1963", "Kansas City Chiefs", "W 10–7", "18,919" ], [ "11", "10", "November 8, 1963", "at Kansas City Chiefs", "W 22–7", "24,879" ], [ "12", "11", "November 28, 1963", "at Denver Broncos", "W 26–10", "14,763" ], [ "13", "12", "December 8, 1963", "San Diego Chargers", "W 41–27", "20,249" ], [ "14", "13", "December 15, 1963", "Denver Broncos", "W 35–31", "15,223" ], [ "15", "14", "December 22, 1963", "Houston Oilers", "W 52–49", "17,401" ] ] }, { "t5Formulas": [ { "Question": "What is the three-mora word with a low tone accented mora and a one mora of 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"low tone\")*(B1=2)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(A2:A15=\"low tone\")*(B2:B15=2)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"low tone\"", "*", "B1", "=", "2", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1213860-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "!accented mora", "one mora", "two-mora word", "three-mora word", "gloss" ], [ "2", "high tone", "0 (no accent)", "/ki/ [kíí]", "/kiɡa/ [kíɡá]", "/kikara/ [kíkáɽá]" ], [ "3", "high tone", "0 (no accent)", "—", "/kaze/ [kázé]", "/kazeɡa/ [kázéɡá]" ], [ "4", "high tone", "0 (no accent)", "—", "—", "/jameru/ [jáméɽɯ́]" ], [ "5", "high tone", "1", "/hiꜜ/ [çíì]", "/hiꜜɡa/ [çíɡà]", "/hiꜜkara/ [çíkàɽà]" ], [ "6", "high tone", "1", "—", "/kaꜜwa/ [káwà]", "/kaꜜwaɡa/ [káwàɡà]" ], [ "7", "high tone", "1", "—", "—", "/siꜜroi/ [ɕíɽòì]" ], [ "8", "high tone", "2", "—", "(none)", "/ataꜜma/ [átámà]" ], [ "9", "high tone", "3", "—", "—", "(few words, if any)" ], [ "10", "low tone", "0 (no accent)", "/˩ki/ [kìí]", "/˩kiɡa/ [kìɡá]", "/˩kikara/ [kìkàɽá]" ], [ "11", "low tone", "0 (no accent)", "—", "/˩ito/ [ìtó]", "/˩itoɡa/ [ìtòɡá]" ], [ "12", "low tone", "0 (no accent)", "—", "—", "/˩okiru/ [òkìɽɯ́]" ], [ "13", "low tone", "2", "—", "/˩haruꜜ/ [hàɽɯ́ ~ hàɽɯ̂]", "/˩haruꜜga/ [hàrúɡà]" ], [ "14", "low tone", "2", "—", "—", "/˩kusuꜜri/ [kɯ̀sɯ́ɽì]" ], [ "15", "low tone", "3", "—", "—", "/˩maQtiꜜ/ [màtːɕí ~ màtːɕî]" ] ] }, { "t5Formulas": [ { "Question": "Which Lane has a Rank larger than 3, and a Time larger than 45.63, and a Reaction smaller than 0.28800000000000003, and an Athlete of geiner mosquera?", "Formula": "SUM(FILTER(B1, (A1>3)*(E1>45.63)*(F1<0.28800000000000003)*(C1=\"geiner mosquera\")))", "Formula2": "SUM(FILTER(B2:B9, (A2:A9>3)*(E2:E9>45.63)*(F2:F9<0.28800000000000003)*(C2:C9=\"geiner mosquera\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", ">", "3", "*", "E1", ">", "45.63", "*", "F1", "<", "0.28800000000000003", "*", "C1", "=", "\"geiner mosquera\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "How many reactions have an Athlete of alleyne francique, and a Lane larger than 9?", "Formula": "SUM(FILTER(F1, (C1=\"alleyne francique\")*(B1>9)))", "Formula2": "SUM(FILTER(F2:F9, (C2:C9=\"alleyne francique\")*(B2:B9>9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "\"alleyne francique\"", "*", "B1", ">", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18569105-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Lane", "Athlete", "Nationality", "Time", "React" ], [ "2", "1", "2", "LaShawn Merritt", "United States", "44.96", "0.214" ], [ "3", "2", "7", "Saul Weigopwa", "Nigeria", "45.19", "0.172" ], [ "4", "3", "8", "Claudio Licciardello", "Italy", "45.25", "0.186" ], [ "5", "4", "3", "Jonathan Borlée", "Belgium", "45.25", "0.225" ], [ "6", "5", "6", "Ato Modibo", "Trinidad and Tobago", "45.63", "0.195" ], [ "7", "6", "9", "Alleyne Francique", "Grenada", "46.15", "0.215" ], [ "8", "7", "5", "Geiner Mosquera", "Colombia", "46.59", "0.268" ], [ "9", "8", "4", "Siraj Williams", "Liberia", "47.89", "0.288" ] ] }, { "t5Formulas": [ { "Question": "What aired at 10:00 when Flashpoint aired at 9:30?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"flashpoint\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"flashpoint\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"flashpoint\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When Don't Forget the Lyrics aired at 8:30 what aired at 9:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"don't forget the lyrics\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"don't forget the lyrics\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"don't forget the lyrics\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What aired at 8:00 when The Goode Family aired at 8:30?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"the goode family\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"the goode family\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"the goode family\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When Surviving Suburbia aired at 8:00 what aired at 10:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"surviving suburbia\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"surviving suburbia\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"surviving suburbia\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What aired at 9:30 when Don't Forget the Lyrics aired at 8:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"don't forget the lyrics\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"don't forget the lyrics\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"don't forget the lyrics\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15708593-20", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "8:00", "8:30", "9:00", "9:30", "10:00" ], [ "2", "Surviving Suburbia", "The Goode Family", "According to Jim (Reruns)", "According to Jim (Reruns)", "20/20" ], [ "3", "Supernanny (Reruns)", "Supernanny (Reruns)", "Ugly Betty (Reruns)", "Ugly Betty (Reruns)", "20/20" ], [ "4", "Ghost Whisperer (Reruns)", "Ghost Whisperer (Reruns)", "Flashpoint", "Flashpoint", "Numb3rs (Reruns)" ], [ "5", "Privileged (Reruns)", "Privileged (Reruns)", "Everybody Hates Chris (Reruns)", "The Game (Reruns)", "Local Programming" ], [ "6", "Don't Forget The Lyrics", "Don't Forget The Lyrics", "House (Reruns)", "House (Reruns)", "Local Programming" ], [ "7", "WWE SmackDown", "WWE SmackDown", "WWE SmackDown", "WWE SmackDown", "Local Programming" ], [ "8", "The Chopping Block", "The Chopping Block", "Dateline NBC", "Dateline NBC", "Dateline NBC" ], [ "9", "Southland (Reruns)", "Southland (Reruns)", "Dateline NBC", "Dateline NBC", "Dateline NBC" ] ] }, { "t5Formulas": [ { "Question": "Which Player has a Money ($) of 137, and a Score of 73-70-73-74=290?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"73-70-73-74=290\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=137))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"73-70-73-74=290\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=137))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"73-70-73-74=290\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "137" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which To Par has a Money ($) of 350, and a Player of henry picard?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"henry picard\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=350))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,B2:B11=\"henry picard\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=350))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"henry picard\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "350" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18007194-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To Par", "Money ( $ )" ], [ "2", "1", "Tony Manero", "United States", "73-69-73-67=282", "–6", "1,000" ], [ "3", "2", "Harry Cooper", "England United States", "71-70-70-73=284", "–4", "750" ], [ "4", "3", "Clarence Clark", "United States", "69-75-71-72=287", "–1", "650" ], [ "5", "4", "Macdonald Smith", "Scotland United States", "73-73-72-70=288", "E", "550" ], [ "6", "T5", "Wiffy Cox", "United States", "74-74-69-72=289", "+1", "350" ], [ "7", "T5", "Ky Laffoon", "United States", "71-74-70-74=289", "+1", "350" ], [ "8", "T5", "Henry Picard", "United States", "70-71-74-74=289", "+1", "350" ], [ "9", "T8", "Ralph Guldahl", "United States", "73-70-73-74=290", "+2", "137" ], [ "10", "T8", "Paul Runyan", "United States", "69-75-73-73=290", "+2", "137" ], [ "11", "10", "Denny Shute", "United States", "72-69-73-77=291", "+3", "100" ] ] }, { "t5Formulas": [ { "Question": "Name the sum of gold when Bronze is less than 0", "Formula": "SUM(FILTER(C1, E1<0))", "Formula2": "SUM(FILTER(C2:C17, E2:E17<0))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Name the nation when bronze is less than 4 and the total is more than 4", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)<4)))", "Formula2": "LET(query1,SUMMARIZE(B2:B17,SUMX(F2:F17),SUMX(E2:E17)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)<4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4", "*", "CHOOSECOLS(", "query1", "3", "<", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-12392683-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "0", "16", "14", "30" ], [ "3", "2", "Russia", "17", "7", "4", "28" ], [ "4", "3", "Canada", "3", "3", "7", "13" ], [ "5", "4", "Japan", "6", "1", "1", "8" ], [ "6", "5", "China", "4", "1", "1", "6" ], [ "7", "6", "Italy", "2", "2", "0", "4" ], [ "8", "6", "Hungary", "2", "1", "1", "4" ], [ "9", "7", "Ukraine", "0", "3", "0", "3" ], [ "10", "8", "Germany", "1", "1", "0", "2" ], [ "11", "8", "Czech Republic", "0", "1", "1", "2" ], [ "12", "8", "Israel", "0", "0", "2", "2" ], [ "13", "8", "Switzerland", "0", "0", "2", "2" ], [ "14", "9", "Sweden", "1", "0", "0", "1" ], [ "15", "9", "France", "0", "0", "1", "1" ], [ "16", "9", "United Kingdom", "0", "0", "1", "1" ], [ "17", "9", "North Korea", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the stadium of melbourne?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"melbourne\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How big was the average crowd when the opposing team scored 19.16 (130)?", "Formula": "AVERAGEIFS(F1,D1,\"19.16 (130)\")", "Formula2": "AVERAGEIFS(F2:F7,D2:D7,\"19.16 (130)\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "F1", "D1", "\"19.16 (130)\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10809823-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "15.14 (104)", "South Melbourne", "19.16 (130)", "MCG", "22,487", "3 May 1980" ], [ "3", "Collingwood", "26.12 (168)", "St Kilda", "16.12 (108)", "Victoria Park", "29,094", "3 May 1980" ], [ "4", "Hawthorn", "19.16 (130)", "Footscray", "18.5 (113)", "Princes Park", "11,958", "3 May 1980" ], [ "5", "Fitzroy", "16.12 (108)", "Essendon", "15.23 (113)", "Junction Oval", "17,562", "3 May 1980" ], [ "6", "North Melbourne", "18.11 (119)", "Carlton", "12.15 (87)", "Arden Street Oval", "24,644", "3 May 1980" ], [ "7", "Richmond", "12.16 (88)", "Geelong", "10.17 (77)", "VFL Park", "47,265", "3 May 1980" ] ] }, { "t5Formulas": [ { "Question": "What is the pick number of the defensive back?", "Formula": "SUMIFS(A1,D1,\"Defensive Back\")", "Formula2": "SUMIFS(A2:A10,D2:D10,\"Defensive Back\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Defensive Back\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the position for the pick number 17?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=17))", "Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=17))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "17" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the college of the afl team of buffalo bills?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Buffalo Bills\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"Buffalo Bills\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Buffalo Bills\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the position of john charles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"John Charles\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"John Charles\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"John Charles\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the largest pick number of the new york jets?", "Formula": "MAXIFS(A1,B1,\"New York Jets\")", "Formula2": "MAXIFS(A2:A10,B2:B10,\"New York Jets\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"New York Jets\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the afl team of the offensive guard?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Offensive Guard\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"Offensive Guard\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Offensive Guard\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-12165135-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Overall Pick #", "AFL Team", "Player", "Position", "College" ], [ "2", "4", "Miami Dolphins", "Bob Griese", "Quarterback", "Purdue" ], [ "3", "5", "Houston Oilers", "George Webster 1", "Linebacker", "Michigan State" ], [ "4", "6", "Denver Broncos", "Floyd Little", "Running Back", "Syracuse" ], [ "5", "12", "New York Jets", "Paul Seiler", "Offensive Guard", "Notre Dame" ], [ "6", "14", "San Diego Chargers", "Ron Billingsley", "Defensive Tackle", "Wyoming" ], [ "7", "17", "Oakland Raiders", "Gene Upshaw", "Offensive Guard", "Texas A&I" ], [ "8", "21", "Boston Patriots", "John Charles", "Defensive Back", "Purdue" ], [ "9", "22", "Buffalo Bills", "George Daney", "Offensive Guard", "Arizona State" ], [ "10", "23", "Houston Oilers", "Tom Regner", "Offensive Guard", "Notre Dame" ] ] }, { "t5Formulas": [ { "Question": "Nantyglo RFC had 546 points for and how many points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=546),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=546),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "546", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What club had 523 points against? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=523),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=523),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "523", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What club has 536 points for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=536),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=536),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "536", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many clubs had 7 wins? ", "Formula": "ROWS(UNIQUE(FILTER(A1, C1=7)))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A14, C2:C14=7)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "7" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What club had 404 points against? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=404),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=404),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "404", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Risca RFC has 54 tries for and how many draws? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=54),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=54),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "54", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-13741576-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Won", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Points" ], [ "2", "Club", "Played", "Won", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Points" ], [ "3", "Garndiffaith RFC", "22", "19", "0", "3", "718", "277", "110", "57" ], [ "4", "Old Illtydians RFC", "22", "19", "0", "3", "536", "342", "77", "57" ], [ "5", "Nantyglo RFC", "22", "15", "0", "7", "546", "374", "73", "45" ], [ "6", "Monmouth RFC", "22", "15", "0", "7", "515", "347", "68", "45" ], [ "7", "Llandaff RFC", "22", "12", "0", "10", "475", "384", "68", "36" ], [ "8", "Risca RFC", "22", "10", "2", "10", "440", "398", "54", "32" ], [ "9", "Tredegar Ironsides RFC", "22", "10", "0", "12", "349", "440", "51", "30" ], [ "10", "Machen RFC", "22", "8", "2", "12", "345", "404", "49", "26" ], [ "11", "Llandaff North RFC", "22", "7", "2", "13", "481", "523", "66", "23" ], [ "12", "Talywain RFC", "22", "6", "0", "16", "267", "577", "36", "18" ], [ "13", "Crumlin RFC", "22", "4", "1", "17", "310", "588", "45", "13" ], [ "14", "Trinant RFC", "22", "3", "1", "18", "270", "598", "23", "10" ] ] }, { "t5Formulas": [ { "Question": "Name the position for christopher smith", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Christopher Smith\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Christopher Smith\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Christopher Smith\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the college for nate binder", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Nate Binder\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Nate Binder\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Nate Binder\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the least pick number for steven turner", "Formula": "MINIFS(A1,C1,\"Steven Turner\")", "Formula2": "MINIFS(A2:A8,C2:C8,\"Steven Turner\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"Steven Turner\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the cfl team for steven turner", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Steven Turner\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Steven Turner\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Steven Turner\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-25017530-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "24", "BC Lions (via Toronto )", "Nate Binder", "WR", "Tusculum College" ], [ "3", "25", "BC Lions (via Toronto via Edmonton via Winnipeg)", "Akeem Foster", "WR", "St. Francis Xavier" ], [ "4", "26", "Toronto Argonauts (via BC )", "Joel Reinders", "OT", "Waterloo" ], [ "5", "27", "Hamilton Tiger-Cats (via Edmonton )", "Chris Rwabukamba", "DB", "Duke" ], [ "6", "28", "Winnipeg Blue Bombers (via Hamilton )", "Christopher Smith", "LB", "Queen's" ], [ "7", "29", "Winnipeg Blue Bombers (via Calgary )", "Anthony Woodson", "RB", "Calgary" ], [ "8", "30", "Toronto Argonauts (via BC via Saskatchewan)", "Steven Turner", "WR", "Bishop's" ] ] }, { "t5Formulas": [ { "Question": "How many wins are there when the draws are less than 0?", "Formula": "SUM(FILTER(B1, D1<0))", "Formula2": "SUM(FILTER(B2:B7, D2:D7<0))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What are the most losses when there are 5 wins and draws less than 0?", "Formula": "MAX(FILTER(C1, (B1=5)*(D1<0)))", "Formula2": "MAX(FILTER(C2:C7, (B2:B7=5)*(D2:D7<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "B1", "=", "5", "*", "D1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What are the most wins of Terang with the draws less than 0?", "Formula": "MAX(FILTER(B1, (A1=\"terang\")*(D1<0)))", "Formula2": "MAX(FILTER(B2:B7, (A2:A7=\"terang\")*(D2:D7<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "=", "\"terang\"", "*", "D1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest against when the draws are more than 0 and the losses are less than 3?", "Formula": "MIN(FILTER(E1, (C1<3)*(D1>0)))", "Formula2": "MIN(FILTER(E2:E7, (C2:C7<3)*(D2:D7>0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "<", "3", "*", "D1", ">", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What are the least losses of Warrnambool with more than 6 wins and less than 630 against?", "Formula": "MIN(FILTER(C1, (E1<630)*(A1=\"warrnambool\")*(B1>6)))", "Formula2": "MIN(FILTER(C2:C7, (E2:E7<630)*(A2:A7=\"warrnambool\")*(B2:B7>6)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "E1", "<", "630", "*", "A1", "=", "\"warrnambool\"", "*", "B1", ">", "6" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What are the draws of Cobden when there are more than 3 losses?", "Formula": "SUM(FILTER(D1, (C1>3)*(A1=\"cobden\")))", "Formula2": "SUM(FILTER(D2:D7, (C2:C7>3)*(A2:A7=\"cobden\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", ">", "3", "*", "A1", "=", "\"cobden\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-18628904-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Wins", "Losses", "Draws", "Against" ], [ "2", "South Warrnambool", "6", "2", "0", "614" ], [ "3", "Warrnambool", "6", "2", "0", "536" ], [ "4", "Terang", "4", "3", "0", "610" ], [ "5", "Camperdown", "5", "3", "0", "630" ], [ "6", "Cobden", "1", "6", "0", "695" ], [ "7", "Mortlake", "0", "6", "0", "580" ] ] }, { "t5Formulas": [ { "Question": "What's the average amount of Runs that has 40 innings, and Not outs larger than 6?", "Formula": "AVERAGE(FILTER(D1, (B1=40)*(C1>6)))", "Formula2": "AVERAGE(FILTER(D2:D12, (B2:B12=40)*(C2:C12>6)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", "=", "40", "*", "C1", ">", "6" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What's the total Innings that has Runs of 1598, and Matches less than 41?", "Formula": "SUM(FILTER(B1, (D1=1598)*(A1<41)))", "Formula2": "SUM(FILTER(B2:B12, (D2:D12=1598)*(A2:A12<41)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "1598", "*", "A1", "<", "41" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-13322378-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Matches", "Innings", "Not Outs", "Runs", "Average" ], [ "2", "41", "40", "6", "1598", "47.00" ], [ "3", "71", "69", "9", "2475", "41.25" ], [ "4", "87", "81", "11", "2717", "38.81" ], [ "5", "121", "109", "14", "3672", "38.65" ], [ "6", "143", "140", "18", "4707", "38.15" ], [ "7", "87", "87", "9", "2784", "35.69" ], [ "8", "223", "217", "14", "7090", "34.92" ], [ "9", "35", "30", "1", "1041", "35.89" ], [ "10", "37", "28", "6", "716", "32.54" ], [ "11", "49", "46", "5", "1334", "32.53" ], [ "12", "279", "268", "21", "8007", "32.41" ] ] }, { "t5Formulas": [ { "Question": "Which Opponent has a Game of 63?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=63))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=63))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "63" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "which Record has a Score of 1–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1–4\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"1–4\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1–4\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Record has a Points smaller than 62 and a February larger than 16, and a Score of 8–7?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"8–7\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<62)*(CHOOSECOLS(query1,3)>16)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,D2:D15=\"8–7\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<62)*(CHOOSECOLS(query1,3)>16)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"8–7\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "62", "*", "CHOOSECOLS(", "query1", "3", ">", "16" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-14344407-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "February", "Opponent", "Score", "Record", "Points" ], [ "2", "51", "2", "Washington Capitals", "2–5", "24–24–3", "51" ], [ "3", "52", "3", "San Jose Sharks", "2–3 OT", "24–25–3", "51" ], [ "4", "53", "5", "@ Boston Bruins", "0–4", "24–26–3", "51" ], [ "5", "54", "8", "@ Ottawa Senators", "3–3 OT", "24–26–4", "52" ], [ "6", "55", "10", "Florida Panthers", "4–3 OT", "25–26–4", "54" ], [ "7", "56", "11", "@ Detroit Red Wings", "3–6", "25–27–4", "54" ], [ "8", "57", "13", "Pittsburgh Penguins", "0–3", "25–28–4", "54" ], [ "9", "58", "15", "@ San Jose Sharks", "6–4", "26–28–4", "56" ], [ "10", "59", "16", "@ Mighty Ducks of Anaheim", "3–6", "26–29–4", "56" ], [ "11", "60", "18", "@ Los Angeles Kings", "4–3", "27–29–4", "58" ], [ "12", "61", "21", "Montreal Canadiens", "8–7", "28–29–4", "60" ], [ "13", "62", "24", "New York Islanders", "5–4 OT", "29–29–4", "62" ], [ "14", "63", "25", "@ New York Islanders", "0–2", "29–30–4", "62" ], [ "15", "64", "28", "@ New York Rangers", "1–4", "29–31–4", "62" ] ] }, { "t5Formulas": [ { "Question": "How many teams are #2 on the list?", "Formula": "ROWS(FILTER(C1,A1=2))", "Formula2": "ROWS(FILTER(C2:C14,A2:A14=2))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "A1", "=", "2" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What are the record(s) for the team with a winning percentage of .464?", "Formula": "FILTER(C1,D1=\".464\")", "Formula2": "FILTER(C2:C14,D2:D14=\".464\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\".464\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-15313204-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "#", "Minnesota River Conference", "Records", "Pct.", "MRC Championships", "Solo", "Co-Champions", "State Champions" ], [ "2", "1", "Tri-City United Titans (2012–Present)", "11-3-0", ".786", "1", "0", "1", "0" ], [ "3", "2", "Le Sueur Giants (1959-1989)", "152-58-6", ".718", "10", "5", "5", "0" ], [ "4", "3", "Holy Family Catholic School Fire (2003-2010)", "40-16-0", ".714", "1", "1", "0", "0" ], [ "5", "4", "Le Sueur-Henderson Giants (1990–Present)", "115-53-0", ".685", "8", "6", "2", "0" ], [ "6", "5", "Watertown-Mayer Royals (2011–Present)", "14-7-0", ".667", "1", "0", "1", "0" ], [ "7", "6", "Le Center Wildcats (1959-2002)", "201-102-4", ".661", "9", "6", "3", "1" ], [ "8", "7", "New Prague Trojans (1959-1978)", "88-45-6", ".655", "6", "4", "2", "2" ], [ "9", "9", "Mayer Lutheran Crusaders (2002–Present)", "43-41-0", ".512", "1", "0", "1", "0" ], [ "10", "10", "Sibley East Wolverines (1990–Present)", "86-82-0", ".512", "3", "1", "2", "0" ], [ "11", "11", "Belle Plaine Tigers (1959–Present)", "192-189-3", ".504", "10", "6", "4", "0" ], [ "12", "12", "Sibley East Bengals (1986-1989)", "13-15-0", ".464", "0", "0", "0", "0" ], [ "13", "13", "Jordan Hubmen (1959–Present)", "154-227-2", ".404", "5", "2", "3", "1" ], [ "14", "14", "Montgomery-Lonsdale Redbirds (1959-2011)", "142-226-1", ".386", "6", "4", "2", "0" ] ] }, { "t5Formulas": [ { "Question": "What is High Rebounds, when Score is 61-59?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"61-59\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,D2:D6=\"61-59\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"61-59\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when High Rebounds is \"Nolan (10)\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"nolan (10)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,F2:F6=\"nolan (10)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"nolan (10)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Opponent, when High Rebounds is \"Pierson (6)\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"pierson (6)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,F2:F6=\"pierson (6)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"pierson (6)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the sum of Game(s), when High Rebounds is \"Pierson (6)\"?", "Formula": "SUMIFS(A1,F1,\"pierson (6)\")", "Formula2": "SUMIFS(A2:A6,F2:F6,\"pierson (6)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"pierson (6)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17103729-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "30", "September 5", "Indiana", "90-68", "Pierson (20)", "Pierson (6)", "McWilliams-Franklin , Pierson (4)", "Palace of Auburn Hills 9,287", "18-12" ], [ "3", "31", "September 6", "@ Washington", "84-69", "McWilliams-Franklin (21)", "Nolan (10)", "Smith (8)", "Verizon Center 9,976", "19-12" ], [ "4", "32", "September 9", "Phoenix", "89-78", "Nolan (18)", "Braxton , Hornbuckle , McWilliams-Franklin (8)", "Pierson , Smith (5)", "Palace of Auburn Hills 7,495", "20-12" ], [ "5", "33", "September 11", "Washington", "78-66", "Nolan (17)", "McWilliams-Franklin (8)", "Smith (6)", "Palace of Auburn Hills 8,145", "21-12" ], [ "6", "34", "September 14", "@ New York", "61-59", "Nolan , Pierson (11)", "Hornbuckle , Nolan (7)", "Powell (4)", "Madison Square Garden 10,042", "22-12" ] ] }, { "t5Formulas": [ { "Question": "What is the word count that is named omega dot?", "Formula": "FILTER(D1,C1=\"omega dot\")", "Formula2": "FILTER(D2:D13,C2:C13=\"omega dot\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"omega dot\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the total word count with a subframe count greater than 3?", "Formula": "SUM(FILTER(D1,A1>3))", "Formula2": "SUM(FILTER(D2:D13,A2:A13>3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "dev_2-11866-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Subframe #", "Page #", "Name", "Word #", "Bits" ], [ "2", "3", "all", "CIC", "3", "1–16" ], [ "3", "3", "all", "Omega 0 (MSB)", "3", "17–24" ], [ "4", "3", "all", "Omega 0 (LSB)", "4", "1–24" ], [ "5", "3", "all", "CIS", "5", "1–16" ], [ "6", "3", "all", "i0 (MSB)", "5", "17–24" ], [ "7", "3", "all", "i0 (LSB)", "6", "1–24" ], [ "8", "3", "all", "CRC", "7", "1–16" ], [ "9", "3", "all", "Omega (MSB)", "7", "17–24" ], [ "10", "3", "all", "Omega (LSB)", "8", "1–24" ], [ "11", "3", "all", "Omega Dot", "9", "1–24" ], [ "12", "3", "all", "IODE", "10", "1–8" ], [ "13", "3", "all", "IDOT", "10", "9–22" ] ] }, { "t5Formulas": [ { "Question": "Name the erin and jake for week 4", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-2311410-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Room(s)", "John and Neisha", "Mark and Duncan", "Erin and Jake", "Chez and Brenton", "Winner" ], [ "2", "1", "Guest room/study", "$4,737", "$7,205", "$5,735", "$6,471", "Erin and Jake" ], [ "3", "2", "\"Spare room\"", "$6,457", "$6,175", "$6,916", "$7,331", "John and Neisha" ], [ "4", "3", "Ensuite", "$9,027", "$11,114", "$10,811", "$11,936", "Mark and Duncan" ], [ "5", "4", "Master bedroom", "$9,465", "$7,925", "$6,810", "$8,806", "Chez and Brenton" ], [ "6", "5", "Main bathroom and laundry", "$18,640", "$13,853", "$16,901", "$16,486", "Erin and Jake" ], [ "7", "6", "Living room", "$15,347", "$10,320", "$13,883", "$9,924", "John and Neisha" ] ] }, { "t5Formulas": [ { "Question": "What is the highest total when bronze is less than 1 and gold more than 0?", "Formula": "MAX(FILTER(F1, (E1<1)*(C1>0)))", "Formula2": "MAX(FILTER(F2:F7, (E2:E7<1)*(C2:C7>0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "F1", "E1", "<", "1", "*", "C1", ">", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "what is the sum of bronze when the rank is 5, the nation is poland and gold is less than 0?", "Formula": "SUM(FILTER(E1, (A1=5)*(B1=\"poland\")*(C1<0)))", "Formula2": "SUM(FILTER(E2:E7, (A2:A7=5)*(B2:B7=\"poland\")*(C2:C7<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "5", "*", "B1", "=", "\"poland\"", "*", "C1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "what is the sum of silver when the rank is 3, nation is france and bronze is less than 0?", "Formula": "SUM(FILTER(D1, (A1=3)*(B1=\"france\")*(E1<0)))", "Formula2": "SUM(FILTER(D2:D7, (A2:A7=3)*(B2:B7=\"france\")*(E2:E7<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "3", "*", "B1", "=", "\"france\"", "*", "E1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "How many times is the nation china and bronze more than 0?", "Formula": "SUM(FILTER(A1, (B1=\"china\")*(E1>0)))", "Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"china\")*(E2:E7>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"china\"", "*", "E1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many times is the rank higher than 3 and bronze more than 1?", "Formula": "SUM(FILTER(C1, (A1>3)*(E1>1)))", "Formula2": "SUM(FILTER(C2:C7, (A2:A7>3)*(E2:E7>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", ">", "3", "*", "E1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "what is the least silver when bronze is 1, rank is less than 2 and gold is more than 4?", "Formula": "MIN(FILTER(D1, (E1=1)*(A1<2)*(C1>4)))", "Formula2": "MIN(FILTER(D2:D7, (E2:E7=1)*(A2:A7<2)*(C2:C7>4)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", "=", "1", "*", "A1", "<", "2", "*", "C1", ">", "4" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17674688-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "4", "1", "1", "6" ], [ "3", "2", "United States", "0", "1", "1", "2" ], [ "4", "3", "China", "0", "1", "0", "1" ], [ "5", "3", "France", "0", "1", "0", "1" ], [ "6", "5", "Canada", "0", "0", "1", "1" ], [ "7", "5", "Poland", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "What's the total number of points when the English translation is Long Live Life and the draw is less than 2?", "Formula": "SUM(FILTER(F1, (D1=\"long live life\")*(A1<2)))", "Formula2": "SUM(FILTER(F2:F20, (D2:D20=\"long live life\")*(A2:A20<2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "\"long live life\"", "*", "A1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What's the language of Draw number 9?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Formula2": "LET(query1,SUMMARIZE(B2:B20,SUMX(A2:A20)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What are the lowest points when the language is Portuguese?", "Formula": "MINIFS(F1,B1,\"portuguese\")", "Formula2": "MINIFS(F2:F20,B2:B20,\"portuguese\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "B1", "\"portuguese\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-185276-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Draw", "Language", "Song", "English translation", "Place", "Points" ], [ "2", "01", "English", "\" Wait Until the Weekend Comes \"", "–", "6", "91" ], [ "3", "02", "Finnish", "\" Eläköön elämä \"", "Long live life", "9", "58" ], [ "4", "03", "Greek", "\" To Katalava Arga \" (Το κατάλαβα αργά)", "I realised it too late", "16", "15" ], [ "5", "04", "Danish", "\" Sku' du spørg' fra no'en? \"", "What business is it of yours?", "11", "41" ], [ "6", "05", "Spanish", "\" La fiesta terminó \"", "The party's over", "14", "36" ], [ "7", "06", "French", "\" Femme dans ses rêves aussi \"", "Woman in her dreams too", "10", "56" ], [ "8", "07", "Turkish", "\" Didai didai dai \"", "–", "14", "36" ], [ "9", "08", "Dutch", "\" Laat me nu gaan \"", "Let me go now", "19", "7" ], [ "10", "09", "Portuguese", "\" Penso em ti, eu sei \"", "Thinking of you, I know", "18", "9" ], [ "11", "10", "German", "\" Für alle \"", "For everyone", "2", "105" ], [ "12", "11", "Hebrew", "\" Olé, Olé \" (עולה, עולה)", "Going up and up", "5", "93" ], [ "13", "12", "Italian", "\" Magic Oh Magic \"", "–", "7", "78" ], [ "14", "13", "Norwegian", "\" La det swinge \"", "Let it swing", "1", "123" ], [ "15", "14", "English", "\" Love Is \"", "–", "4", "100" ], [ "16", "15", "German", "\" Piano, Piano \"", "Slowly, slowly", "12", "39" ], [ "17", "16", "Swedish", "\" Bra vibrationer \"", "Good vibrations", "3", "103" ], [ "18", "17", "German", "\" Kinder dieser Welt \"", "Children of this world", "8", "60" ], [ "19", "18", "French", "\" Children, Kinder, Enfants \"", "Children", "13", "37" ], [ "20", "19", "Greek", "\" Miazoume \" (Μοιάζουμε)", "We are alike", "16", "15" ] ] }, { "t5Formulas": [ { "Question": "Which % GDP has an Expenditure larger than 50.9, and a Year larger than 2009, and an Income of 39.3?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1>2009),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>50.9)*(CHOOSECOLS(query1,3)=39.3)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,A2:A10>2009),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>50.9)*(CHOOSECOLS(query1,3)=39.3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", ">", "2009", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "50.9", "*", "CHOOSECOLS(", "query1", "3", "=", "39.3" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Year has an Expenditure smaller than 41.3, and a % GDP of x, and an Income larger than 34.4?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"x\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<41.3)*(CHOOSECOLS(query1,3)>34.4)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,E2:E10=\"x\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<41.3)*(CHOOSECOLS(query1,3)>34.4)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"x\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "41.3", "*", "CHOOSECOLS(", "query1", "3", ">", "34.4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Surplus(Deficit) has an Expenditure larger than 45.8, and a Year smaller than 2011, and a % GDP of (0.9%)?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1<2011)*(E1=\"(0.9%)\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>45.8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,(A2:A10<2011)*(E2:E10=\"(0.9%)\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>45.8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "<", "2011", "*", "E1", "=", "\"(0.9%)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "45.8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Year has an Expenditure of 55, and an Income smaller than 36.2?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=55)*(CHOOSECOLS(query1,3)<36.2)))", "Formula2": "LET(query1,SUMMARIZE(A2:A10,SUMX(C2:C10),SUMX(B2:B10)),FILTER(query1,(CHOOSECOLS(query1,2)=55)*(CHOOSECOLS(query1,3)<36.2)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "55", "*", "CHOOSECOLS(", "query1", "3", "<", "36.2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which % GDP has a Year smaller than 2011, and an Expenditure larger than 41.3, and an Income smaller than 48, and a Surplus(Deficit) of (24.6)?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1<2011)*(D1=\"(24.6)\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>41.3)*(CHOOSECOLS(query1,3)<48)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,(A2:A10<2011)*(D2:D10=\"(24.6)\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>41.3)*(CHOOSECOLS(query1,3)<48)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "<", "2011", "*", "D1", "=", "\"(24.6)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "41.3", "*", "CHOOSECOLS(", "query1", "3", "<", "48" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-1555229-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Income", "Expenditure", "Surplus(Deficit)", "% GDP" ], [ "2", "2003", "34.4", "35.4", "(1)", "x" ], [ "3", "2004", "37.5", "37.5", "0", "0%" ], [ "4", "2005", "40.8", "41.3", "(0.5)", "(0.3%)" ], [ "5", "2006", "48.0", "45.8", "2.3", "1.3%" ], [ "6", "2007", "49.3", "50.9", "(1.6)", "(0.9%)" ], [ "7", "2008", "43.0", "55.7", "(12.7)", "(7%)" ], [ "8", "2009", "35.3", "60.0", "(24.6)", "(14.8%)" ], [ "9", "2010", "36.2", "55.0", "(18.7)", "(12.0%)" ], [ "10", "2011", "39.3", "64.2", "(24.9)", "(15.5%)" ] ] }, { "t5Formulas": [ { "Question": "What is the T4 Place Player with a Score of 71-74-66=211?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(D1=\"71-74-66=211\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t4\")*(D2:D13=\"71-74-66=211\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t4\"", "*", "D1", "=", "\"71-74-66=211\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "With a To par of –1, what is Player Henrik Stenson's Score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–1\")*(B1=\"henrik stenson\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"–1\")*(B2:B13=\"henrik stenson\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–1\"", "*", "B1", "=", "\"henrik stenson\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the To par of the Player with a Score of 73-67-68=208?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"73-67-68=208\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"73-67-68=208\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"73-67-68=208\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17807292-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Ben Curtis", "United States", "73-67-68=208", "–2" ], [ "3", "T2", "J. B. Holmes", "United States", "71-68-70=209", "–1" ], [ "4", "T2", "Henrik Stenson", "Sweden", "71-70-68=209", "–1" ], [ "5", "T4", "Sergio García", "Spain", "69-73-69=211", "+1" ], [ "6", "T4", "Pádraig Harrington", "Ireland", "71-74-66=211", "+1" ], [ "7", "T4", "Charlie Wi", "South Korea", "70-70-71=211", "+1" ], [ "8", "T7", "Andrés Romero", "Argentina", "69-78-65=212", "+2" ], [ "9", "T7", "Jeev Milkha Singh", "India", "68-74-70=212", "+2" ], [ "10", "T9", "Aaron Baddeley", "Australia", "71-71-71=213", "+3" ], [ "11", "T9", "Steve Flesch", "United States", "73-70-70=213", "+3" ], [ "12", "T9", "David Toms", "United States", "72-69-72=213", "+3" ], [ "13", "T9", "Camilo Villegas", "Colombia", "74-72=67=213", "+3" ] ] }, { "t5Formulas": [ { "Question": "How many Total Positions have a 2002 Position smaller than 3, and a Team of shandong luneng?", "Formula": "SUM(FILTER(D1, (B1<3)*(A1=\"shandong luneng\")))", "Formula2": "SUM(FILTER(D2:D16, (B2:B16<3)*(A2:A16=\"shandong luneng\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "<", "3", "*", "A1", "=", "\"shandong luneng\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which Team has a Qualification of entry to the 2004 chinese super league, and a 2002 Position smaller than 6, and a 2003 Position smaller than 9, and a Total Position larger than 3.5?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"entry to the 2004 chinese super league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)<9)*(CHOOSECOLS(query1,4)>3.5)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,E2:E16=\"entry to the 2004 chinese super league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)<9)*(CHOOSECOLS(query1,4)>3.5)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"entry to the 2004 chinese super league\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6", "*", "CHOOSECOLS(", "query1", "3", "<", "9", "*", "CHOOSECOLS(", "query1", "4", ">", "3.5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18983113-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "2002 Position", "2003 Position", "Total Position", "Qualification" ], [ "2", "Dalian Shide", "0.5", "3.0", "3.5", "Entry to the 2004 Chinese Super League" ], [ "3", "Shenzhen Jianlibao", "1.0", "4.0", "5.0", "Entry to the 2004 Chinese Super League" ], [ "4", "Shanghai International", "4.5", "2.0", "6.5", "Entry to the 2004 Chinese Super League" ], [ "5", "Shanghai Shenhua", "6.0", "1.0", "7.0", "Entry to the 2004 Chinese Super League" ], [ "6", "Liaoning Zhongshun", "2.5", "6.0", "8.5", "Entry to the 2004 Chinese Super League" ], [ "7", "Beijing Hyundai Cars", "1.5", "9.0", "10.5", "Entry to the 2004 Chinese Super League" ], [ "8", "Shenyang Ginde", "5.5", "5.0", "10.5", "Entry to the 2004 Chinese Super League" ], [ "9", "Yunnan Hongta", "3.5", "7.0", "10.5", "Entry to the 2004 Chinese Super League" ], [ "10", "Shandong Luneng", "2.0", "12.0", "14.0", "Entry to the 2004 Chinese Super League" ], [ "11", "Qingdao Beilaite", "4.0", "11.0", "15.0", "Entry to the 2004 Chinese Super League" ], [ "12", "Sichuan Guancheng", "7.0", "8.0", "15.0", "Entry to the 2004 Chinese Super League" ], [ "13", "Tianjin Kangshifu", "5.0", "10.0", "15.0", "Entry to the 2004 Chinese Super League" ], [ "14", "Chongqing Lifan", "3.0", "13.0", "16.0", "Relegated to the Jia League" ], [ "15", "August 1st", "6.5", "14.0", "20.5", "Relegated to the Jia League" ], [ "16", "Shaanxi Guoli", "7.5", "15.0", "22.5", "Relegated to the Jia League" ] ] }, { "t5Formulas": [ { "Question": "Who has a Rank larger than 3 with a speed of 119.838mph?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"119.838mph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"119.838mph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"119.838mph\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "3" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Team has a Time of 1:14.51.73?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1:14.51.73\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"1:14.51.73\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1:14.51.73\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Speed has a Rank smaller than 9 in kawasaki zx6 600cc Team?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"kawasaki zx6 600cc\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<9))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"kawasaki zx6 600cc\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<9))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"kawasaki zx6 600cc\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "9" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "WHich Speed has a Rank of 2?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-14209455-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Bruce Anstey", "Suzuki GSXR 600cc", "123.041mph", "1:13.35.71" ], [ "3", "2", "Ian Hutchinson", "Honda 600cc", "122.099mph", "1:14.09.76" ], [ "4", "3", "Ryan Farquhar", "Kawasaki ZX6 600cc", "121.733mph", "1:14.23.14" ], [ "5", "4", "Ian Lougher", "Yamaha R6 600cc", "121.258mph", "1:14.40.63" ], [ "6", "5", "Gary Johnson", "Honda CBR 600cc", "121.138mph", "1:14.45.05" ], [ "7", "6", "Guy Martin", "Honda 600cc", "120.958mph", "1:14.51.73" ], [ "8", "7", "Conor Cummins", "Yamaha R6 600cc", "120.455mph", "1:15.10.49" ], [ "9", "8", "Michael Dunlop", "Yamaha R6 600cc", "119.838mph", "1:15.33.71" ], [ "10", "9", "Adrian Archibald", "Yamaha R6 600cc", "119.179mph", "1:15.58.79" ], [ "11", "10", "Daniel Stewart", "Yamaha R6 600cc", "119.118mph", "1:16.01.11" ] ] }, { "t5Formulas": [ { "Question": "What group was sunline in when he was at moonee valley?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Moonee Valley\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"Moonee Valley\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Moonee Valley\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2581397-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], [ "2", "Won", "22 August 1998", "3yo Hcp Restricted", "Hastings", "NA", "1200 m", "55", "P. Johnson", "2nd - No Alimony" ], [ "3", "Won", "5 September 1998", "Furious Stakes", "Randwick", "G3", "1400 m", "54", "L. Cassidy", "2nd - Zaroyale" ], [ "4", "Won", "19 September 1998", "Tea Rose Stakes", "Rosehill", "G2", "1500 m", "55.5", "L. Cassidy", "2nd - Zola" ], [ "5", "Won", "3 October 1998", "Flight Stakes", "Randwick", "G1", "1600 m", "54", "L. Cassidy", "2nd - Camerena" ], [ "6", "Won", "1 February 1999", "3yo Hcp Restricted", "Ellerslie", "NA", "1200 m", "62.5", "L. Cassidy", "2nd - Delphic" ], [ "7", "2nd", "20 February 1999", "Angus Armanasco Stakes", "Caulfield", "G3", "1600 m", "55.5", "L. Cassidy", "1st - Rose O'War" ], [ "8", "Won", "6 March 1999", "AV Kewney Stakes", "Flemington", "G2", "1600 m", "55.5", "G. Childs", "2nd - Rose O'War" ], [ "9", "Won", "20 March 1999", "Moonee Valley Oaks", "Moonee Valley", "G3", "2040 m", "55.5", "G. Childs", "2nd - Grand Archway" ], [ "10", "Won", "3 April 1999", "Doncaster", "Randwick", "G1", "1600 m", "52", "L. Cassidy", "2nd - Lease" ] ] }, { "t5Formulas": [ { "Question": "What is the Date, when the Winner is Aaron Gustavson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aaron gustavson\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"aaron gustavson\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"aaron gustavson\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date, when the City is Warsaw?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"warsaw\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"warsaw\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"warsaw\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Prize, when the Winner is Aaron Gustavson?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aaron gustavson\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"aaron gustavson\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"aaron gustavson\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Winner, when the City is Berlin?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"berlin\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"berlin\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"berlin\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1296513-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Event", "Winner", "Prize" ], [ "2", "18–23 August 2009", "Kiev", "EPT Kyiv Sports Poker Championship", "Maxim Lykov", "€330,000" ], [ "3", "4–9 September 2009", "Barcelona", "EPT Barcelona", "Carter Phillips", "€850,000" ], [ "4", "2–7 October 2009", "London", "EPT London", "Aaron Gustavson", "£850,000" ], [ "5", "20–25 October 2009", "Warsaw", "EPT Warsaw", "Christophe Benzimra", "zł1,493,170" ], [ "6", "17–22 November 2009", "Vilamoura", "EPT Vilamoura", "António Matias", "€404,793" ], [ "7", "1–6 December 2009", "Prague", "EPT Prague", "Jan Skampa", "€682,000" ], [ "8", "5–11 January 2010", "Paradise Island", "EPT PokerStars Caribbean Adventure", "Harrison Gimbel", "$2,200,000" ], [ "9", "20–25 January 2010", "Deauville", "EPT Deauville", "Jake Cody", "€847,000" ], [ "10", "16–21 February 2010", "Copenhagen", "EPT Copenhagen", "Anton Wigg", "kr3,675,000" ], [ "11", "2–7 March 2010", "Berlin", "EPT Germany", "Kevin MacPhee", "€1,000,000" ], [ "12", "21–16 March 2010", "Salzburg", "ETP Snowfest", "Allan Bække", "€445,000" ], [ "13", "15–21 April 2010", "Sanremo", "ETP Sanremo", "Liv Boeree", "€1,250,000" ], [ "14", "25–30 April 2010", "Monte Carlo", "European Poker Tour Grand Final", "Nicolas Chouity", "€1,700,000" ] ] }, { "t5Formulas": [ { "Question": "What Outcome happened on a Date that was 20 november 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"20 november 2011\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"20 november 2011\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"20 november 2011\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15271640-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner-up", "7 August 2006", "Binghamton, New York , United States", "Hard", "Scott Oudsema", "6–7 (5–7) , 2–6" ], [ "3", "Runner-up", "7 May 2007", "Rijeka , Croatia", "Clay", "Marin Čilić", "5–7, 2–6" ], [ "4", "Runner-up", "6 August 2007", "Istanbul , Turkey", "Hard", "Mischa Zverev", "4–6, 4–6" ], [ "5", "Winner", "15 October 2007", "Kolding , Denmark", "Hard (I)", "Gilles Müller", "7–6 (7–3) , 6–4" ], [ "6", "Winner", "18 May 2009", "Fergana , Uzbekistan", "Hard", "Samuel Groth", "4–6, 7–5, 7–6 (7–4)" ], [ "7", "Winner", "26 October 2009", "Seoul , South Korea", "Hard", "Dušan Lojda", "6–4, 6–2" ], [ "8", "Runner-up", "8 November 2010", "Urtijëi , Italy", "Carpet (I)", "Michał Przysiężny", "3–6, 5–7" ], [ "9", "Winner", "25 September 2011", "İzmir , Turkey", "Hard", "Marsel İlhan", "6–4, 6–3" ], [ "10", "Winner", "20 November 2011", "Bratislava , Slovakia", "Hard", "Ričardas Berankis", "7–6 (9–7) , 6–2" ], [ "11", "Runner-up", "14 October 2012", "Tashkent , Uzbekistan", "Hard", "Uladzimir Ignatik", "3–6, 6–7 (3–7)" ], [ "12", "Winner", "18 November 2012", "Helsinki , Finland", "Hard", "Jarkko Nieminen", "6–3, 6–4" ], [ "13", "Runner-up", "21 July 2013", "Grandby , Canada", "Hard", "Frank Dancevic", "4–6,7–6,3–6" ] ] }, { "t5Formulas": [ { "Question": "Which smallest swimsuit number's interview was less than 8.574 when the average number was bigger than 8.532?", "Formula": "MIN(FILTER(C1, (B1<8.574)*(E1>8.532)))", "Formula2": "MIN(FILTER(C2:C13, (B2:B13<8.574)*(E2:E13>8.532)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "B1", "<", "8.574", "*", "E1", ">", "8.532" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which smallest interview number had a swimsuit stat of less than 9.322, an evening gown score of more than 9.259, and an average number of 9.321?", "Formula": "MIN(FILTER(B1, (C1<9.322)*(D1>9.259)*(E1=9.321)))", "Formula2": "MIN(FILTER(B2:B13, (C2:C13<9.322)*(D2:D13>9.259)*(E2:E13=9.321)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "C1", "<", "9.322", "*", "D1", ">", "9.259", "*", "E1", "=", "9.321" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the highest mean number for Texas when the swimsuit stat was more than 8.839?", "Formula": "MAX(FILTER(E1, (A1=\"texas\")*(C1>8.839)))", "Formula2": "MAX(FILTER(E2:E13, (A2:A13=\"texas\")*(C2:C13>8.839)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "=", "\"texas\"", "*", "C1", ">", "8.839" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the mean evening gown number when the average is 8.686?", "Formula": "AVERAGE(FILTER(D1, E1=8.686))", "Formula2": "AVERAGE(FILTER(D2:D13, E2:E13=8.686))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "E1", "=", "8.686" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the sum number of evening gown stats for New Jersey when the interview was less than 9.344?", "Formula": "SUM(FILTER(D1, (A1=\"new jersey\")*(B1<9.344)))", "Formula2": "SUM(FILTER(D2:D13, (A2:A13=\"new jersey\")*(B2:B13<9.344)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"new jersey\"", "*", "B1", "<", "9.344" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-12063332-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "State", "Interview", "Swimsuit", "Evening Gown", "Average" ], [ "2", "Michigan", "9.261", "9.364", "9.489", "9.371" ], [ "3", "New Jersey", "9.344", "9.206", "9.414", "9.321" ], [ "4", "Alaska", "9.111", "9.322", "9.218", "9.217" ], [ "5", "Kentucky", "8.981", "9.100", "9.289", "9.123" ], [ "6", "South Carolina", "8.848", "9.139", "9.259", "9.082" ], [ "7", "Georgia", "8.683", "9.325", "9.100", "9.036" ], [ "8", "District of Columbia", "8.577", "9.078", "9.157", "8.937" ], [ "9", "Tennessee", "8.739", "8.903", "9.023", "8.888" ], [ "10", "Texas", "8.922", "8.839", "8.869", "8.876" ], [ "11", "Illinois", "8.622", "8.772", "9.176", "8.856" ], [ "12", "Mississippi", "8.574", "8.694", "8.792", "8.686" ], [ "13", "Ohio", "8.481", "8.370", "8.746", "8.532" ] ] }, { "t5Formulas": [ { "Question": "what is the lowest solo when assisted is less than 10, td's is 0, sack is less than 3 and yards is more than 5?", "Formula": "MIN(FILTER(C1, (D1<10)*(G1=0)*(E1<3)*(F1>5)))", "Formula2": "MIN(FILTER(C2:C16, (D2:D16<10)*(G2:G16=0)*(E2:E16<3)*(F2:F16>5)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "<", "10", "*", "G1", "=", "0", "*", "E1", "<", "3", "*", "F1", ">", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "what is the assisted when the solo is 6 and sack is less than 5?", "Formula": "SUM(FILTER(D1, (C1=6)*(E1<5)))", "Formula2": "SUM(FILTER(D2:D16, (C2:C16=6)*(E2:E16<5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "6", "*", "E1", "<", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "what is the highest td's when the sack is less than 13, tackles is less than 8 and yards is less than 0?", "Formula": "MAX(FILTER(G1, (E1<13)*(B1<8)*(F1<0)))", "Formula2": "MAX(FILTER(G2:G16, (E2:E16<13)*(B2:B16<8)*(F2:F16<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "G1", "E1", "<", "13", "*", "B1", "<", "8", "*", "F1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-11938731-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Tackles", "Solo", "Assisted", "Sack", "Yards", "TD's" ], [ "2", "Joel Gueli", "31", "29", "4", "3", "31", "1" ], [ "3", "Craig Walls", "19", "15", "8", "13", "0", "0" ], [ "4", "Russell Hairston", "17.5", "16", "0", "0", "50", "1" ], [ "5", "Creig Federico", "17", "12", "10", "3", "0", "0" ], [ "6", "Scott Dmitrenko", "15", "13", "4", "3", "0", "0" ], [ "7", "Mike Stoops", "14.5", "11", "7", "0", "0", "0" ], [ "8", "John McClennon", "12.5", "9", "7", "0", "5", "0" ], [ "9", "Ricky Mitchell", "11", "10", "2", "2", "0", "0" ], [ "10", "Jim Rafferty", "10.5", "8", "2", "0", "4", "0" ], [ "11", "Thomas Weaver", "9", "7", "4", "3", "2", "0" ], [ "12", "Earnest Adams", "8", "6", "4", "5", "0", "0" ], [ "13", "Mike Powell", "6", "5", "2", "0", "0", "0" ], [ "14", "Greg Best", "6", "6", "0", "0", "0", "0" ], [ "15", "Willis Yates", "5", "4", "2", "6", "0", "0" ], [ "16", "Lee Larsen", "2.5", "2", "1", "0", "0", "0" ] ] }, { "t5Formulas": [ { "Question": "What is Record, when High Rebounds is \"Tyson Chandler (6)\"?", "Formula": "FILTER(I1,F1=\"tyson chandler (6)\")", "Formula2": "FILTER(I2:I14,F2:F14=\"tyson chandler (6)\")", "Level": "easy", "Tokens": [ "FILTER(", "I1", "F1", "=", "\"tyson chandler (6)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is Date, when Location Attendance is \"TD Banknorth Garden 18,624\"?", "Formula": "FILTER(B1,H1=\"td banknorth garden 18,624\")", "Formula2": "FILTER(B2:B14,H2:H14=\"td banknorth garden 18,624\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "H1", "=", "\"td banknorth garden 18,624\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the average Game, when Date is \"December 23\"?", "Formula": "AVERAGE(FILTER(A1,B1=\"december 23\"))", "Formula2": "AVERAGE(FILTER(A2:A14,B2:B14=\"december 23\"))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"december 23\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is Score, when Team is \"@ Memphis\"?", "Formula": "FILTER(D1,C1=\"@ memphis\")", "Formula2": "FILTER(D2:D14,C2:C14=\"@ memphis\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"@ memphis\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17288861-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "16", "December 3", "Phoenix", "W 104–91 (OT)", "Predrag Stojaković , Chris Paul (24)", "David West (14)", "Chris Paul (15)", "New Orleans Arena 15,804", "10–6" ], [ "3", "17", "December 6", "Memphis", "W 106–87 (OT)", "Chris Paul (21)", "James Posey (7)", "Chris Paul (11)", "New Orleans Arena 16,822", "11–6" ], [ "4", "18", "December 10", "Charlotte", "W 105–89 (OT)", "David West , Predrag Stojaković (17)", "Tyson Chandler (11)", "Chris Paul (15)", "New Orleans Arena 15,750", "12–6" ], [ "5", "19", "December 12", "@ Boston", "L 82–94 (OT)", "David West (23)", "David West (14)", "Chris Paul (14)", "TD Banknorth Garden 18,624", "12–7" ], [ "6", "20", "December 14", "@ Toronto", "W 99–91 (OT)", "David West (29)", "James Posey (10)", "Chris Paul (12)", "Air Canada Centre 18,537", "13–7" ], [ "7", "21", "December 16", "@ Memphis", "W 91–84 (OT)", "David West , Chris Paul (18)", "Tyson Chandler (6)", "Chris Paul (9)", "FedExForum 10,231", "14–7" ], [ "8", "22", "December 17", "San Antonio", "W 90–83 (OT)", "David West (21)", "Tyson Chandler (11)", "Chris Paul (12)", "New Orleans Arena 16,593", "15–7" ], [ "9", "23", "December 20", "Sacramento", "W 99–90 (OT)", "Chris Paul (34)", "Tyson Chandler (8)", "Chris Paul (9)", "New Orleans Arena 16,869", "16–7" ], [ "10", "24", "December 23", "L.A. Lakers", "L 87–100 (OT)", "Rasual Butler , Chris Paul (17)", "Tyson Chandler (10)", "Chris Paul (10)", "New Orleans Arena 18,405", "16–8" ], [ "11", "25", "December 25", "@ Orlando", "L 68–88 (OT)", "David West (13)", "David West (7)", "Chris Paul (4)", "Amway Arena 17,461", "16–9" ], [ "12", "26", "December 26", "Houston", "W 88–79 (OT)", "Chris Paul (26)", "Tyson Chandler (12)", "Chris Paul (10)", "New Orleans Arena 18,326", "17–9" ], [ "13", "27", "December 28", "@ Indiana", "W 105–103 (OT)", "James Posey , Chris Paul (19)", "David West (10)", "Chris Paul (12)", "Conseco Fieldhouse 14,374", "18–9" ], [ "14", "28", "December 30", "Washington", "W 97–85 (OT)", "Rasual Butler (21)", "Tyson Chandler (11)", "Chris Paul (16)", "New Orleans Arena 18,021", "19–9" ] ] }, { "t5Formulas": [ { "Question": "what is the date for traction type electric with calgary location?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"electric\")*(B1=\"calgary\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"electric\")*(B2:B6=\"calgary\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"electric\"", "*", "B1", "=", "\"calgary\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which date has date started from 30 Sep 1913?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"30 sep 1913\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"30 sep 1913\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"30 sep 1913\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16927321-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name of System", "Location", "Traction Type", "Date (From)", "Date (To)" ], [ "2", "Calgary Municipal Railway", "Calgary", "Electric", "5 Jul 1909 25 May 1981", "29 Dec 1950 -" ], [ "3", "Edmonton Radial Railway", "Edmonton", "Electric", "30 Oct 1908 22 Apr 1978", "1 Sep 1951 -" ], [ "4", "Edmonton Radial Railway", "Edmonton", "Petrol (gasoline)", "30 Sep 1913", "1 Apr 1914" ], [ "5", "Lake Louise Tramway", "Lake Louise", "Petrol (gasoline)", "1912", "1930" ], [ "6", "Lethbridge Municipal Railway", "Lethbridge", "Electric", "Sep 1912", "8 Sep 1947" ] ] }, { "t5Formulas": [ { "Question": "If new entries this round is 65, what is the round?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=65),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=65),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "65", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "If leagues entering this round is Süper Lig, what is the maximum amount of clubs remaining?", "Formula": "MAXIFS(B1,F1,\"Süper Lig\")", "Formula2": "MAXIFS(B2:B8,F2:F8,\"Süper Lig\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "F1", "\"Süper Lig\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "If the winners from the previous round is 8, what is the round?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=8),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=8),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "8", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "If the round is the semi-finals, what are the new entries this round?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Semi-finals\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Semi-finals\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Semi-finals\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1859269-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Clubs remaining", "Clubs involved", "Winners from previous round", "New entries this round", "Leagues entering at this round" ], [ "2", "First round", "156", "86", "none", "86", "TFF Third League & Turkish Regional Amateur League" ], [ "3", "Second round", "113", "108", "43", "65", "Süper Lig & TFF First League & TFF Second League" ], [ "4", "Third round", "59", "54", "54", "none", "none" ], [ "5", "Fourth round", "32", "32", "27", "5", "Süper Lig" ], [ "6", "Fifth round", "16", "16", "16", "none", "none" ], [ "7", "Group stage", "8", "8", "8", "none", "none" ], [ "8", "Semi-finals", "4", "4", "4", "none", "none" ] ] }, { "t5Formulas": [ { "Question": "How many high points were there in the game 67?", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=67)))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E15, A2:A15=67)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "67" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-11960944-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "59", "March 1", "@ LA Clippers", "W 103–73", "Prince (22)", "Maxiell (8)", "Prince (10)", "Staples Center 19,271", "43–16" ], [ "3", "60", "March 4", "Seattle", "W 100–97", "Prince (24)", "Maxiell (9)", "Billups (9)", "The Palace of Auburn Hills 22,076", "44–16" ], [ "4", "61", "March 5", "@ Boston", "L 90–78", "Billups , Wallace (23)", "Prince (10)", "Billups (7)", "TD Banknorth Garden 18,624", "44–17" ], [ "5", "62", "March 7", "@ New York", "W 101–97", "Prince (28)", "Prince (7)", "Billups (5)", "Madison Square Garden 19,763", "45–17" ], [ "6", "63", "March 9", "Chicago", "W 116–109", "Billups (34)", "McDyess (10)", "Hamilton (7)", "The Palace of Auburn Hills 22,076", "46–17" ], [ "7", "64", "March 12", "Philadelphia", "L 83–82", "Wallace (17)", "McDyess (11)", "Hamilton (4)", "The Palace of Auburn Hills 22,076", "46–18" ], [ "8", "65", "March 14", "San Antonio", "W 84–80", "Hamilton (25)", "McDyess (17)", "Billups (8)", "The Palace of Auburn Hills 22,076", "47–18" ], [ "9", "66", "March 16", "New Orleans", "W 105–84", "Hayes (29)", "McDyess (11)", "Hamilton (6)", "The Palace of Auburn Hills 22,076", "48–18" ], [ "10", "67", "March 18", "Denver", "W 136–120", "Hamilton (24)", "Maxiell , McDyess (7)", "Billups (10)", "The Palace of Auburn Hills 22,076", "49–18" ], [ "11", "68", "March 19", "@ Cleveland", "L 89–73", "Wallace (16)", "McDyess (11)", "Hamilton (7)", "Quicken Loans Arena 20,562", "49–19" ], [ "12", "69", "March 23", "@ Washington", "L 95–83", "Hamilton (19)", "McDyess (14)", "Billups (11)", "Verizon Center 20,173", "49–20" ], [ "13", "70", "March 24", "Phoenix", "W 110–105", "Billups (32)", "Wallace (9)", "Billups (6)", "The Palace of Auburn Hills 22,076", "50–20" ], [ "14", "71", "March 26", "@ Toronto", "L 89–82", "Billups (24)", "Prince (8)", "Billups (9)", "Air Canada Centre 19,800", "50–21" ], [ "15", "72", "March 27", "Miami", "W 85–69", "Afflalo , Maxiell (15)", "Prince (8)", "Billups (11)", "The Palace of Auburn Hills 22,076", "51–21" ] ] }, { "t5Formulas": [ { "Question": "Name the club team for overall of 188 for canada", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=188))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=188))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"canada\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "188" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the nationality of the player with an overall of 74", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=74))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=74))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "74" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-11803648-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Overall", "Player", "Nationality", "Club team" ], [ "2", "1", "15", "Mathieu Chouinard", "Canada", "Shawinigan Cataractes (QMJHL)" ], [ "3", "2", "44", "Mike Fisher", "Canada", "Sudbury Wolves (OHL)" ], [ "4", "2", "58", "Chris Bala", "United States", "Harvard University (NCAA)" ], [ "5", "3", "74", "Julien Vauclair", "Switzerland", "Lugano (Switzerland)" ], [ "6", "4", "101", "Petr Schastlivy", "Russia", "Yaroslavl Torpedo (Russia)" ], [ "7", "5", "130", "Gavin McLeod", "Canada", "Kelowna Rockets (WHL)" ], [ "8", "6", "161", "Chris Neil", "Canada", "North Bay Centennials (OHL)" ], [ "9", "7", "188", "Michel Periard", "Canada", "Shawinigan Cataractes (QMJHL)" ], [ "10", "8", "223", "Sergei Verenkin", "Russia", "Yaroslavl Torpedo (Russia)" ], [ "11", "9", "246", "Rastislav Pavlikovsky", "Slovakia", "Utah Grizzlies (IHL)" ] ] }, { "t5Formulas": [ { "Question": "What high assists has the high points of andrew bynum (23)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"andrew bynum (23)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,E2:E17=\"andrew bynum (23)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"andrew bynum (23)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What score is the team of charlotte?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"charlotte\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,C2:C17=\"charlotte\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"charlotte\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17190012-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "31", "January 2", "Utah", "W 113–100 (OT)", "Kobe Bryant (40)", "Pau Gasol (11)", "Pau Gasol (6)", "Staples Center 18,997", "26–5" ], [ "3", "32", "January 4", "Portland", "W 100–86 (OT)", "Kobe Bryant (26)", "Andrew Bynum (10)", "Derek Fisher (5)", "Staples Center 18,997", "27–5" ], [ "4", "33", "January 6", "New Orleans", "L 105–116 (OT)", "Kobe Bryant (39)", "Pau Gasol , Andrew Bynum (8)", "Kobe Bryant (7)", "Staples Center 18,997", "27–6" ], [ "5", "34", "January 7", "@ Golden State", "W 114–106 (OT)", "Pau Gasol (33)", "Pau Gasol (18)", "Derek Fisher (8)", "Oracle Arena 19,596", "28–6" ], [ "6", "35", "January 9", "Indiana", "W 121–119 (OT)", "Kobe Bryant (36)", "Pau Gasol (11)", "Kobe Bryant (13)", "Staples Center 18,997", "29–6" ], [ "7", "36", "January 11", "Miami", "W 108–105 (OT)", "Andrew Bynum (24)", "Pau Gasol (18)", "Derek Fisher (11)", "Staples Center 18,997", "30–6" ], [ "8", "37", "January 13", "@ Houston", "W 105–100 (OT)", "Kobe Bryant (33)", "Kobe Bryant , Pau Gasol (7)", "Kobe Bryant , Pau Gasol , Lamar Odom (4)", "Toyota Center 18,557", "31–6" ], [ "9", "38", "January 14", "@ San Antonio", "L 111–112 (OT)", "Kobe Bryant (29)", "Kobe Bryant (7)", "Kobe Bryant (10)", "AT&T Center 18,797", "31–7" ], [ "10", "39", "January 16", "Orlando", "L 103–109 (OT)", "Kobe Bryant (28)", "Kobe Bryant (13)", "Kobe Bryant (11)", "Staples Center 18,997", "31–8" ], [ "11", "40", "January 19", "Cleveland", "W 105–88 (OT)", "Pau Gasol (22)", "Pau Gasol (13)", "Kobe Bryant (12)", "Staples Center 18,997", "32–8" ], [ "12", "41", "January 21", "@ L.A. Clippers", "W 108–97 (OT)", "Andrew Bynum (42)", "Andrew Bynum (15)", "Kobe Bryant (12)", "Staples Center 19,627", "33–8" ], [ "13", "42", "January 22", "Washington", "W 117–97 (OT)", "Andrew Bynum (23)", "Andrew Bynum (14)", "Derek Fisher (8)", "Staples Center 18,997", "34–8" ], [ "14", "43", "January 25", "San Antonio", "W 99–85 (OT)", "Kobe Bryant (22)", "Andrew Bynum (11)", "Pau Gasol , Derek Fisher (4)", "Staples Center 18,997", "35–8" ], [ "15", "44", "January 27", "Charlotte", "L 110–117 (2OT)", "Kobe Bryant (38)", "Andrew Bynum (14)", "Derek Fisher (6)", "Staples Center 18,997", "35–9" ], [ "16", "45", "January 30", "@ Minnesota", "W 132–119 (OT)", "Kobe Bryant (30)", "Andrew Bynum (15)", "Kobe Bryant (5)", "Target Center 19,111", "36–9" ], [ "17", "46", "January 31", "@ Memphis", "W 115–98 (OT)", "Kobe Bryant (25)", "Pau Gasol (8)", "Kobe Bryant (7)", "FedExForum 18,119", "37–9" ] ] }, { "t5Formulas": [ { "Question": "Who is in the south-west next to Vishnu on the east, Durga on the west, and in the center of Ganapati?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"vishnu\")*(E1=\"durga\")*(A1=\"ganapati\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"vishnu\")*(E2:E6=\"durga\")*(A2:A6=\"ganapati\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"vishnu\"", "*", "E1", "=", "\"durga\"", "*", "A1", "=", "\"ganapati\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16327510-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Center", "North East", "South East", "South West", "North West" ], [ "2", "Ganapati", "Vishnu", "Shiva", "Surya (Sun)", "Durga" ], [ "3", "Surya (Sun)", "Shiva", "Ganapati", "Vishnu", "Durga" ], [ "4", "Vishnu", "Shiva", "Ganapati", "Surya (Sun)", "Durga" ], [ "5", "Shiva", "Vishnu", "Surya (Sun)", "Ganapati", "Durga" ], [ "6", "Durga (Devi)", "Vishnu", "Shiva", "Ganapati", "Surya (Sun)" ] ] }, { "t5Formulas": [ { "Question": "What were the starting odds for the opening odds of 2-1?", "Formula": "SUMIFS(F1,E1,\"2-1\")", "Formula2": "SUMIFS(F2:F10,E2:E10,\"2-1\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"2-1\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the jockey with opening odds of 4-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"4-1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"4-1\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"4-1\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "HOw many jockeys had eoin harty as a trainer", "Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"Eoin Harty\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D10, C2:C10=\"Eoin Harty\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "C1", "=", "\"Eoin Harty\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which post had the horse named chocolate candy?", "Formula": "SUMIFS(A1,B1,\"Chocolate Candy\")", "Formula2": "SUMIFS(A2:A10,B2:B10,\"Chocolate Candy\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Chocolate Candy\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22517564-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Post", "Horse name", "Trainer", "Jockey", "Opening Odds", "Starting Odds", "Finishing Pos." ], [ "2", "1", "Chocolate Candy", "Jerry Hollendorfer", "Garrett Gomez", "10-1", "9.50", "9" ], [ "3", "2", "Dunkirk", "Todd Pletcher", "John Velazquez", "4-1", "4.60", "2" ], [ "4", "3", "Mr. Hot Stuff", "Eoin Harty", "Edgar Prado", "15-1", "22.60", "8" ], [ "5", "4", "Summer Bird", "Tim Ice", "Kent Desormeaux", "12-1", "11.90", "1" ], [ "6", "5", "Luv Gov", "D. Wayne Lukas", "Miguel Mena", "20-1", "22.40", "5" ], [ "7", "6", "Charitable Man", "Kiaran McLaughlin", "Alan Garcia", "3-1", "4.60", "4" ], [ "8", "7", "Mine That Bird", "Bennie L. Woolley, Jr.", "Calvin Borel", "2-1", "1.25", "3" ], [ "9", "8", "Flying Private", "D. Wayne Lukas", "Julien Leparoux", "12-1", "17.30", "6" ], [ "10", "9", "Miner's Escape", "Nick Zito", "Joze Lezcano", "15-1", "22.00", "10" ] ] }, { "t5Formulas": [ { "Question": "which year was the original title გაღმა ნაპირი", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"გაღმა ნაპირი\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"გაღმა ნაპირი\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"გაღმა ნაპირი\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "how many times was 27 missing kisses used in nomination", "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"27 Missing Kisses\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A12, B2:B12=\"27 Missing Kisses\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"27 Missing Kisses\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "when was otar iosseliani's film selected", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Otar Iosseliani\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Otar Iosseliani\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Otar Iosseliani\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-18069789-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year [e ] (Ceremony)", "Film title used in nomination", "Original title", "Director", "Main Language(s)", "Result" ], [ "2", "1996 (69th)", "A Chef in Love", "შეყვარებული მზარეულის 1001 რეცეპტი", "Nana Dzhordzhadze", "French , Georgian", "Nominee" ], [ "3", "1999 (72nd)", "Here Comes the Dawn", "აქ თენდება", "Zaza Urushadze", "Georgian", "Not Nominated" ], [ "4", "2000 (73rd)", "27 Missing Kisses", "ზაფხული, ანუ 27 მოპარული კოცნა", "Nana Dzhordzhadze", "Georgian , Russian", "Not Nominated" ], [ "5", "2001 (74th)", "Migration of the Angel", "ანგელოზის გადაფრენა", "Nodar Managadze", "Georgian", "Not Nominated" ], [ "6", "2005 (78th)", "Tbilisi, Tbilisi", "თბილისი-თბილისი", "Levan Zaqareishvili", "Georgian", "Not Nominated" ], [ "7", "2007 (80th)", "Russian Triangle", "რუსული სამკუთხედი", "Aleko Tsabadze", "Russian", "Not Nominated" ], [ "8", "2008 (81st)", "Mediator", "მედიატორი", "Dito Tsintsadze", "English , German , Russian", "Not Nominated" ], [ "9", "2009 (82nd)", "The Other Bank", "გაღმა ნაპირი", "George Ovashvili", "Georgian , Abkhaz , Russian", "Not Nominated" ], [ "10", "2010 (83rd)", "Street Days", "ქუჩის დღეები", "Levan Koguashvili", "Georgian", "Not Nominated" ], [ "11", "2011 (84th)", "Chantrapas", "შანტრაპა", "Otar Iosseliani", "French , Georgian", "Not Nominated" ], [ "12", "2012 (85th)", "Keep Smiling", "გაიღიმეთ", "Rusudan Chkonia", "Georgian", "Not Nominated" ] ] }, { "t5Formulas": [ { "Question": "What's the to par of the United States with the score of 71-71=142?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(D1=\"71-71=142\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"united states\")*(D2:D13=\"71-71=142\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "D1", "=", "\"71-71=142\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What place had a score of 71-70=141?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"71-70=141\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"71-70=141\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"71-70=141\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which player had a score of 72-69=141?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"72-69=141\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"72-69=141\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"72-69=141\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score of T7 place?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"t7\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"t7\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t7\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What place is Ben Hogan?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ben hogan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"ben hogan\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ben hogan\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What place has a to par of E?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"e\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"e\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"e\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17290135-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Peter Thomson", "Australia", "70-69=139", "–1" ], [ "3", "2", "Ben Hogan", "United States", "72-68=140", "E" ], [ "4", "T3", "Jerry Barber", "United States", "72-69=141", "+1" ], [ "5", "T3", "Wes Ellis", "United States", "71-70=141", "+1" ], [ "6", "T3", "Ed Furgol", "United States", "71-70=141", "+1" ], [ "7", "T3", "Cary Middlecoff", "United States", "71-70=141", "+1" ], [ "8", "T7", "Julius Boros", "United States", "71-71=142", "+2" ], [ "9", "T7", "Ted Kroll", "United States", "72-70=142", "+2" ], [ "10", "T7", "Arnold Palmer", "United States", "72-70=142", "+2" ], [ "11", "T10", "Fred Haas", "United States", "72-71=143", "+3" ], [ "12", "T10", "Billy Maxwell", "United States", "72-71=143", "+3" ], [ "13", "T10", "Frank Taylor, Jr. (a)", "United States", "72-71=143", "+3" ] ] }, { "t5Formulas": [ { "Question": "Which record has an Attendance larger than 17,033, and a Location of air canada centre, and less than 3 points?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"air canada centre\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>17033)*(CHOOSECOLS(query1,3)<3)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H11,E2:E11=\"air canada centre\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>17033)*(CHOOSECOLS(query1,3)<3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "E1", "=", "\"air canada centre\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "8", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "17033", "*", "CHOOSECOLS(", "query1", "3", "<", "3" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which location has a Score of 3–2, and a Record of 3–2–3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"3–2\")*(G1=\"3–2–3\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,(D2:D11=\"3–2\")*(G2:G11=\"3–2–3\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"3–2\"", "*", "G1", "=", "\"3–2–3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which score has a Date of october 29, 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"october 29, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,B2:B11=\"october 29, 2008\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"october 29, 2008\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16864968-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "1", "October 9, 2008", "@ Detroit Red Wings", "3–2", "Joe Louis Arena", "20,066", "1–0–0", "2" ], [ "3", "2", "October 11, 2008", "Montreal Canadiens", "1–6", "Air Canada Centre", "19,370", "1–1–0", "2" ], [ "4", "3", "October 13, 2008", "St. Louis Blues", "4–5 (SO)", "Air Canada Centre", "19,045", "1–1–1", "3" ], [ "5", "4", "October 17, 2008", "@ New York Rangers", "0–1 (SO)", "Madison Square Garden", "18,200", "1–1–2", "4" ], [ "6", "5", "October 18, 2008", "@ Pittsburgh Penguins", "1–4", "Mellon Arena", "17,033", "1–2–2", "4" ], [ "7", "6", "October 21, 2008", "Anaheim Ducks", "2–3 (SO)", "Air Canada Centre", "19,222", "1–2–3", "5" ], [ "8", "7", "October 23, 2008", "@ Boston Bruins", "4–2", "TD Banknorth Garden", "12,274", "2–2–3", "7" ], [ "9", "8", "October 25, 2008", "Ottawa Senators", "3–2", "Air Canada Centre", "19,232", "3–2–3", "9" ], [ "10", "9", "October 28, 2008", "Tampa Bay Lightning", "2–3", "Air Canada Centre", "19,348", "3–3–3", "9" ], [ "11", "10", "October 29, 2008", "@ New Jersey Devils", "6–5 (SO)", "Prudential Center", "14,119", "4–3–3", "11" ] ] }, { "t5Formulas": [ { "Question": "Who is the opponent for the game that occurred after week 13?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>13))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)>13))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "13" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-15093587-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 18, 1972", "at Minnesota Vikings", "W 24-21", "47,900" ], [ "3", "2", "September 24, 1972", "St. Louis Cardinals", "W 24-10", "53,039" ], [ "4", "3", "October 1, 1972", "at New England Patriots", "L 24-23", "60,999" ], [ "5", "4", "October 8, 1972", "Philadelphia Eagles", "W 14-0", "53,039" ], [ "6", "5", "October 15, 1972", "at St. Louis Cardinals", "W 33-3", "50,454" ], [ "7", "6", "October 22, 1972", "Dallas Cowboys", "W 24-20", "53,039" ], [ "8", "7", "October 29, 1972", "at New York Giants", "W 23-16", "62,878" ], [ "9", "8", "November 5, 1972", "at New York Jets", "W 35-17", "63,962" ], [ "10", "9", "November 12, 1972", "New York Giants", "W 27-13", "53,039" ], [ "11", "10", "November 20, 1972", "Atlanta Falcons", "W 24-13", "53,034" ], [ "12", "11", "November 26, 1972", "Green Bay Packers", "W 21-16", "53,039" ], [ "13", "12", "December 3, 1972", "at Philadelphia Eagles", "W 23-7", "65,720" ], [ "14", "13", "December 9, 1972", "at Dallas Cowboys", "L 34-24", "65,136" ], [ "15", "14", "December 17, 1972", "Buffalo Bills", "L 24-17", "53,039" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the game on week 11?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "After week 2, how many people attended the game at Rich Stadium against the Miami Dolphins?", "Formula": "SUM(FILTER(G1, (F1=\"rich stadium\")*(C1=\"miami dolphins\")*(A1>2)))", "Formula2": "SUM(FILTER(G2:G17, (F2:F17=\"rich stadium\")*(C2:C17=\"miami dolphins\")*(A2:A17>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "F1", "=", "\"rich stadium\"", "*", "C1", "=", "\"miami dolphins\"", "*", "A1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16028479-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Game Site", "Attendance" ], [ "2", "1", "September 4, 1988", "Minnesota Vikings", "W 13–10", "1–0", "Rich Stadium", "76,783" ], [ "3", "2", "September 11, 1988", "Miami Dolphins", "W 9–6", "2–0", "Rich Stadium", "79,520" ], [ "4", "3", "September 18, 1988", "at New England Patriots", "W 16–14", "3–0", "Sullivan Stadium", "55,945" ], [ "5", "4", "September 25, 1988", "Pittsburgh Steelers", "W 36–28", "4–0", "Rich Stadium", "78,735" ], [ "6", "5", "October 2, 1988", "at Chicago Bears", "L 24–3", "4–1", "Soldier Field", "62,793" ], [ "7", "6", "October 9, 1988", "Indianapolis Colts", "W 34–23", "5–1", "Rich Stadium", "76,018" ], [ "8", "7", "October 17, 1988", "at New York Jets", "W 37–14", "6–1", "The Meadowlands", "70,218" ], [ "9", "8", "October 23, 1988", "New England Patriots", "W 23–20", "7–1", "Rich Stadium", "76,824" ], [ "10", "9", "October 30, 1988", "Green Bay Packers", "W 28–0", "8–1", "Rich Stadium", "79,176" ], [ "11", "10", "November 6, 1988", "at Seattle Seahawks", "W 13–3", "9–1", "Kingdome", "61,074" ], [ "12", "11", "November 14, 1988", "at Miami Dolphins", "W 31–6", "10–1", "Joe Robbie Stadium", "67,091" ], [ "13", "12", "November 20, 1988", "New York Jets", "W 9–6 (OT)", "11–1", "Rich Stadium", "78,389" ], [ "14", "13", "November 27, 1988", "at Cincinnati Bengals", "L 35–21", "11–2", "Riverfront Stadium", "58,672" ], [ "15", "14", "December 4, 1988", "at Tampa Bay Buccaneers", "L 10–5", "11–3", "Tampa Stadium", "49,498" ], [ "16", "15", "December 11, 1988", "Los Angeles Raiders", "W 37–21", "12–3", "Rich Stadium", "77,348" ], [ "17", "16", "December 18, 1988", "at Indianapolis Colts", "L 17–14", "12–4", "Hoosier Dome", "59,908" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of status for eldon", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Eldon\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Eldon\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Eldon\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the area km 2 for balmoral", "Formula": "SUMIFS(C1,A1,\"Balmoral\")", "Formula2": "SUMIFS(C2:C7,A2:A7,\"Balmoral\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Balmoral\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-171361-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Addington", "Parish", "1024.99", "2727", "1,064 of 5,008" ], [ "3", "Dalhousie", "Parish", "121.73", "2323", "1,205 of 5,008" ], [ "4", "Saint-Quentin", "Parish", "2,478.88", "1578", "1,549 of 5,008" ], [ "5", "Durham", "Parish", "410.28", "1303", "1,736 of 5,008" ], [ "6", "Eldon", "Parish", "1,681.51", "779", "2,406 of 5,008" ], [ "7", "Balmoral", "Parish", "1,098.18", "619", "2,726 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "When was terry cook picked?", "Formula": "SUMIFS(A1,C1,\"terry cook\")", "Formula2": "SUMIFS(A2:A12,C2:C12,\"terry cook\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"terry cook\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What position is todd hammel?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"todd hammel\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"todd hammel\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"todd hammel\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11468831-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Round", "Player", "Position", "School" ], [ "2", "4", "Round 1", "Keith McCants", "Linebacker", "Alabama" ], [ "3", "30", "Round 2", "Reggie Cobb", "Running Back", "Tennessee" ], [ "4", "87", "Round 4", "Jess Anderson", "Tight End", "Mississippi State" ], [ "5", "108", "Round 4", "Tony Mayberry", "Center", "Wake Forest" ], [ "6", "114", "Round 5", "Ian Beckles", "Guard", "Indiana" ], [ "7", "141", "Round 6", "Derrick Douglas", "Running Back", "Louisiana Tech" ], [ "8", "171", "Round 7", "Donnie Gardner", "Defensive End", "Kentucky" ], [ "9", "224", "Round 9", "Terry Cook", "Defensive End", "Fresno State" ], [ "10", "254", "Round 10", "Mike Busch", "Tight End", "Iowa State" ], [ "11", "281", "Round 11", "Terry Anthony", "Wide Receiver", "Florida State" ], [ "12", "307", "Round 12", "Todd Hammel", "Quarterback", "Stephen F. Austin" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the venue when the home team is Richmond?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"richmond\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date of the game when the away team score is 15.14 (104)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.14 (104)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.14 (104)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.14 (104)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the away team when the crowd is larger than 21,122 and the home team score is 13.7 (85)?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"13.7 (85)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>21122))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"13.7 (85)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>21122))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.7 (85)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "21122" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the home team score when the venue is Princes Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"princes park\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10887680-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "12.24 (96)", "Geelong", "8.13 (61)", "Princes Park", "11,066", "3 June 1978" ], [ "3", "Richmond", "12.14 (86)", "Fitzroy", "11.14 (80)", "MCG", "21,122", "3 June 1978" ], [ "4", "North Melbourne", "13.7 (85)", "Essendon", "12.10 (82)", "Arden Street Oval", "28,828", "3 June 1978" ], [ "5", "South Melbourne", "24.18 (162)", "Melbourne", "14.8 (92)", "Lake Oval", "15,738", "5 June 1978" ], [ "6", "Footscray", "19.11 (125)", "Carlton", "15.14 (104)", "Western Oval", "30,197", "5 June 1978" ], [ "7", "Collingwood", "18.23 (131)", "St Kilda", "14.13 (97)", "VFL Park", "72,669", "5 June 1978" ] ] }, { "t5Formulas": [ { "Question": "What is the location and attendance after game 2, and the team New Orleans?", "Formula": "LET(query1,LET(query1,FILTER(A1:I1,C1=\"new orleans\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:I6,C2:C6=\"new orleans\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "I1", "C1", "=", "\"new orleans\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "8", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17355408-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "1", "April 19", "New Orleans", "W 113–84 (OT)", "Billups (36)", "Nenê (14)", "Billups (8)", "Pepsi Center 19,536", "1–0" ], [ "3", "2", "April 22", "New Orleans", "W 108–93 (OT)", "Billups (31)", "Nenê (8)", "Anthony (9)", "Pepsi Center 19,623", "2–0" ], [ "4", "3", "April 25", "@ New Orleans", "L 93–95 (OT)", "Anthony (25)", "Martin (10)", "Billups (6)", "New Orleans Arena 17,489", "2–1" ], [ "5", "4", "April 27", "@ New Orleans", "W 121–63 (OT)", "Anthony (26)", "Andersen (8)", "Billups (8)", "New Orleans Arena 17,236", "3–1" ], [ "6", "5", "April 29", "New Orleans", "W 107–86 (OT)", "Anthony (34)", "Andersen , Martin , Nenê (7)", "Billups (11)", "Pepsi Center 19,744", "4–1" ] ] }, { "t5Formulas": [ { "Question": "what team play in february 18 in the supersonic season ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"February 18\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"February 18\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"February 18\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the score in february 12 of the boston celtics team", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Boston Celtics\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"Boston Celtics\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Boston Celtics\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17382360-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "43", "February 2", "@ Indiana Pacers", "L 100-106", "G. Payton (19)", "D. McKey (7)", "G. Payton (5)", "Market Square Arena 13,064", "20–23" ], [ "3", "44", "February 4", "@ Charlotte Hornets", "W 100-93", "E. Johnson (34)", "M. Cage (18)", "G. Payton (9)", "Charlotte Coliseum 23,901", "21–23" ], [ "4", "45", "February 6", "Los Angeles Clippers", "W 107-104", "E. Johnson (27)", "S. Kemp (7)", "G. Payton (9)", "Seattle Center Coliseum 12,021", "22–23" ], [ "5", "46", "February 12", "Boston Celtics", "L 111-114", "E. Johnson (29)", "M. Cage (10)", "G. Payton (13)", "Seattle Center Coliseum 14,594", "22–24" ], [ "6", "47", "February 14", "@ Orlando Magic", "W 102-90", "D. McKey (21)", "D. McKey , O. Polynice (9)", "N. McMillan (7)", "Orlando Arena 15,077", "23–24" ], [ "7", "48", "February 16", "@ Atlanta Hawks", "L 113-122", "D. McKey (30)", "O. Polynice (9)", "S. Threatt (9)", "Omni Coliseum 15,924", "23–25" ], [ "8", "49", "February 18", "@ Detroit Pistons", "L 83-85", "E. Johnson (20)", "S. Kemp (13)", "N. McMillan (7)", "The Palace of Auburn Hills 21,454", "23–26" ], [ "9", "50", "February 19", "@ Philadelphia 76ers", "L 104-107 (OT)", "R. Pierce (18)", "S. Kemp (12)", "G. Payton (7)", "The Spectrum 15,248", "23–27" ], [ "10", "51", "February 21", "@ New York Knicks", "W 120-101", "R. Pierce (26)", "S. Kemp (13)", "N. McMillan , G. Payton , S. Threatt (5)", "Madison Square Garden 12,515", "24–27" ], [ "11", "52", "February 23", "Phoenix Suns", "L 110-120", "S. Kemp (25)", "S. Kemp (11)", "G. Payton (11)", "Seattle Center Coliseum 14,692", "24–28" ], [ "12", "53", "February 24", "Utah Jazz", "W 103-91", "S. Threatt (30)", "M. Cage (14)", "G. Payton (16)", "Seattle Center Coliseum 12,080", "25–28" ] ] }, { "t5Formulas": [ { "Question": "what is the money for argentina?", "Formula": "SUMIFS(F1,C1,\"argentina\")", "Formula2": "SUMIFS(F2:F11,C2:C11,\"argentina\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"argentina\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the money for trevor immelman?", "Formula": "SUMIFS(F1,B1,\"trevor immelman\")", "Formula2": "SUMIFS(F2:F11,B2:B11,\"trevor immelman\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"trevor immelman\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the place for ireland?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ireland\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"ireland\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"ireland\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12531523-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Trevor Immelman", "South Africa", "68-68-69-75=280", "–8", "1,350,000" ], [ "3", "2", "Tiger Woods", "United States", "72-71-68-72=283", "–5", "810,000" ], [ "4", "T3", "Stewart Cink", "United States", "72-69-71-72=284", "–4", "435,000" ], [ "5", "T3", "Brandt Snedeker", "United States", "69-68-70-77=284", "–4", "435,000" ], [ "6", "T5", "Steve Flesch", "United States", "72-67-69-78=286", "–2", "273,750" ], [ "7", "T5", "Pádraig Harrington", "Ireland", "74-71-69-72=286", "–2", "273,750" ], [ "8", "T5", "Phil Mickelson", "United States", "71-68-75-72=286", "–2", "273,750" ], [ "9", "T8", "Miguel Ángel Jiménez", "Spain", "77-70-72-68=287", "–1", "217,500" ], [ "10", "T8", "Robert Karlsson", "Sweden", "70-73-71-73=287", "–1", "217,500" ], [ "11", "T8", "Andrés Romero", "Argentina", "72-72-70-73=287", "–1", "217,500" ] ] }, { "t5Formulas": [ { "Question": "With theme the Year They Were Born, what is the song of choice?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Year They Were Born\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Year They Were Born\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Year They Were Born\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "With order number 7 and the theme is Motown, who were the original artists?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=7)*(B1=\"Motown\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=7)*(B2:B12=\"Motown\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "7", "*", "B1", "=", "\"Motown\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "With an original artist names Bette Midler, what is the order number?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Bette Midler\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Bette Midler\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Bette Midler\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "With original artist of Tina Turner, what is the week number?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Tina Turner\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Tina Turner\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Tina Turner\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the original artist with a theme of N/A?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"N/A\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"N/A\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"N/A\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-21501565-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week #", "Theme", "Song choice", "Original artist", "Order #", "Result" ], [ "2", "Audition", "N/A", "\" All I Do \"", "Stevie Wonder", "N/A", "Advanced" ], [ "3", "Hollywood", "First Solo", "\" I Will Always Love You \"", "Dolly Parton", "N/A", "Advanced" ], [ "4", "Hollywood", "Group Performance", "\" Get Ready \"", "The Temptations", "N/A", "Advanced" ], [ "5", "Hollywood", "Second Solo", "\" If I Ain't Got You \"", "Alicia Keys", "N/A", "Advanced" ], [ "6", "Top 36/Semi-Final 3", "Billboard Hot 100 Hits to Date", "\" Be Without You \"", "Mary J. Blige", "12", "Advanced" ], [ "7", "Top 13", "Michael Jackson", "\" The Way You Make Me Feel \"", "Michael Jackson", "1", "Safe" ], [ "8", "Top 11", "Grand Ole Opry", "\" Independence Day \"", "Martina McBride", "4", "Safe" ], [ "9", "Top 10", "Motown", "\" (Love Is Like A) Heat Wave \"", "Martha and the Vandellas", "7", "Safe" ], [ "10", "Top 9", "Top Downloads", "\" I Surrender \"", "Celine Dion", "7", "Safe" ], [ "11", "Top 8", "Year They Were Born", "\" What's Love Got to Do with It \"", "Tina Turner", "3", "Bottom 3" ], [ "12", "Top 7", "Songs from the Cinema", "\" The Rose \" - The Rose", "Bette Midler", "7", "Bottom 2" ] ] }, { "t5Formulas": [ { "Question": "How many broadband subscribers are there where the population is ~3,644,070?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"~3,644,070\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"~3,644,070\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"~3,644,070\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the broadband penetration where there are ~355,100 broadband subscribers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"~355,100\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"~355,100\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"~355,100\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many broadband subscribers are there where there are ~47,372 users?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"~47,372\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"~47,372\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"~47,372\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12837881-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Number of Users", "Penetration", "Number of Broadband Subscribers", "Broadband Penetration", "Population", "Data provided by" ], [ "2", "2000", "~47,372", "1.3%", "no data", "no data", "~3,644,070", "ITU" ], [ "3", "2005", "~525,663", "14.6%", "~10,400", "0.28%", "~3,600,436", "ITU" ], [ "4", "2010", "~1,151,000", "32.3%", "~269,100", "7.53%", "~3,563,695", "ITU / ANRCETI" ], [ "5", "2011", "~1,352,600", "38.0%", "~355,100", "10.02%", "~3,559,500", "ITU / ANRCETI" ], [ "6", "2012", "~1,543,700", "43.4%", "~417,200 (fixed) ~178,500 (mobile)", "11.85% (fixed) 5.0% (mobile)", "~3,559,500", "ITU / ANRCETI" ] ] }, { "t5Formulas": [ { "Question": "Which ERP W is the lowest one that has a Frequency MHz of 91.3?", "Formula": "SUM(FILTER(D1, B1=91.3))", "Formula2": "SUM(FILTER(D2:D13, B2:B13=91.3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "91.3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which Class has a Frequency MHz of 107.5?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=107.5))", "Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=107.5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "107.5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Frequency MHz is the highest one that has a City of license of byron, ga?", "Formula": "SUMIFS(B1,C1,\"byron, ga\")", "Formula2": "SUMIFS(B2:B13,C2:C13,\"byron, ga\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "C1", "\"byron, ga\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which FCC info has a Call sign of wsja?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"wsja\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"wsja\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"wsja\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14986573-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "WLPE", "91.7", "Augusta, GA", "1,150", "A", "FCC" ], [ "3", "WGPH", "91.5", "Vidalia, GA", "31,000", "C2", "FCC" ], [ "4", "WWGF", "107.5", "Donalsonville, GA", "6,000", "A", "FCC" ], [ "5", "WPWB", "90.5", "Byron, GA", "16,500", "C2", "FCC" ], [ "6", "WLPF", "98.5", "Ocilla, GA", "2,300", "A", "FCC" ], [ "7", "WZIQ", "106.5", "Smithville, GA", "2,450", "A", "[http://www.fcc.gov/fcc-bin/fmq?call= WZIQ FCC]" ], [ "8", "WLPG", "91.7", "Florence, SC", "20,000", "C2", "FCC" ], [ "9", "WPMA", "102.7", "Greensboro, GA", "7,500", "C3", "FCC" ], [ "10", "WTHP", "94.3", "Gibson, GA", "6,300", "C3", "FCC" ], [ "11", "WLPT", "88.3", "Jesup, GA", "20,000", "C1", "FCC" ], [ "12", "WSJA", "91.3", "York, AL", "5,000", "A", "FCC" ], [ "13", "WLGP", "100.3", "Jacksonville, NC", "100,000", "C1", "[http://www.fcc.gov/fcc-bin/fmq?call= WLGP FCC]" ] ] }, { "t5Formulas": [ { "Question": "When was the aircraft introduced that could seat 115 people?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"115\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"115\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"115\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was the aircraft retired when it was replaced by 737-300s?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"replaced by 737-300s\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"replaced by 737-300s\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"replaced by 737-300s\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What aircraft was introduced in 2004 and has a retired of —?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"—\")*(B1=2004)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"—\")*(B2:B7=2004)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"—\"", "*", "B1", "=", "2004", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Which aircraft has 148/9 seating?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"148/9\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"148/9\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"148/9\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people can be seated on the aircraft that was introduced in 2008 and has notes of in service?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"in service\")*(B1=2008)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"in service\")*(B2:B7=2008)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"in service\"", "*", "B1", "=", "2008", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-180466-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Aircraft", "Introduced", "Retired", "Seating", "Notes" ], [ "2", "Airbus A319-100", "2004", "—", "156", "In service" ], [ "3", "Airbus A320-200", "2008", "—", "180", "In service" ], [ "4", "Airbus A321-200", "2008", "2010", "220", "Inherited from GB Airways" ], [ "5", "Boeing 737-204", "1995", "1996", "115", "Replaced by 737-300s" ], [ "6", "Boeing 737-300", "1996", "2007", "148/9", "Replaced by A319s" ], [ "7", "Boeing 737-700", "2000", "2011", "149", "Replaced by A319s and A320s" ] ] }, { "t5Formulas": [ { "Question": "Who are the candidates in Florida 13 district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 13\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 13\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Florida 13\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many different pairs of candidates were there for the district first elected in 1988?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1988),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=1988),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1988", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who were candidates in Florida 10 district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 10\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 10\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Florida 10\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What party got elected in Florida 9 district?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 9\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 9\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Florida 9\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19753079-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Florida 4", "Ander Crenshaw", "Republican", "2000", "Re-elected", "Ander Crenshaw (R) 77.2% Troy Stanley (I) 22.8%" ], [ "3", "Florida 5", "Ginny Brown-Waite", "Republican", "2002", "Retired Republican hold", "Rich Nugent (R) 67.4% Jim Piccillo (D) 32.6%" ], [ "4", "Florida 6", "Cliff Stearns", "Republican", "1988", "Re-elected", "Cliff Stearns (R) 71.5% Steve Schonberg (I) 28.5%" ], [ "5", "Florida 7", "John Mica", "Republican", "1992", "Re-elected", "John Mica (R) 69.0% Heather Beaven (D) 31.0%" ], [ "6", "Florida 9", "Gus Bilirakis", "Republican", "2006", "Re-elected", "Gus Bilirakis (R) 71.4% Anita de Palma (D) 28.6%" ], [ "7", "Florida 10", "Bill Young", "Republican", "1970", "Re-elected", "Bill Young (R) 65.9% Charlie Justice (D) 34.1%" ], [ "8", "Florida 11", "Kathy Castor", "Democratic", "2006", "Re-elected", "Kathy Castor (D) 59.6% Mike Prendergast (R) 40.4%" ], [ "9", "Florida 13", "Vern Buchanan", "Republican", "2006", "Re-elected", "Vern Buchanan (R) 68.9% James Golden (D) 31.1%" ], [ "10", "Florida 15", "Bill Posey", "Republican", "2008", "Re-elected", "Bill Posey (R) 64.7% Shannon Roberts (D) 35.3%" ], [ "11", "Florida 16", "Tom Rooney", "Republican", "2008", "Re-elected", "Tom Rooney (R) 66.9% Jim Horn (D) 33.1%" ], [ "12", "Florida 19", "Ted Deutch", "Democratic", "2010", "Re-elected", "Ted Deutch (D) 62.6% Joe Budd (R) 37.3%" ], [ "13", "Florida 21", "Lincoln Diaz-Balart", "Republican", "1992", "Retired Republican hold", "Mario Diaz-Balart (R) unopposed" ], [ "14", "Florida 21", "Mario Diaz-Balart (Moved from 25th district)", "Republican", "2002", "Re-elected", "Mario Diaz-Balart (R) unopposed" ], [ "15", "Florida 22", "Ron Klein", "Democratic", "2006", "Lost re-election Republican gain", "Allen West (R) 54.4% Ron Klein (D) 45.6%" ] ] }, { "t5Formulas": [ { "Question": "What year was jack cole nominated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"jack cole\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"jack cole\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"jack cole\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What award ceremony was howard bay and patton campbell nominated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"howard bay and patton campbell\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"howard bay and patton campbell\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"howard bay and patton campbell\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-177860-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award Ceremony", "Category", "Nominee", "Result" ], [ "2", "1966", "Tony Award", "Best Musical", "Best Musical", "Won" ], [ "3", "1966", "Tony Award", "Best Performance by a Leading Actor in a Musical", "Richard Kiley", "Won" ], [ "4", "1966", "Tony Award", "Best Direction of a Musical", "Albert Marre", "Won" ], [ "5", "1966", "Tony Award", "Best Original Score", "Mitch Leigh and Joe Darion", "Won" ], [ "6", "1966", "Tony Award", "Best Choreography", "Jack Cole", "Nominated" ], [ "7", "1966", "Tony Award", "Best Scenic Design", "Howard Bay", "Won" ], [ "8", "1966", "Tony Award", "Best Costume Design", "Howard Bay and Patton Campbell", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "What college has Chito Victolero?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chito victolero\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"chito victolero\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"chito victolero\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What college has Jojo Manalo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jojo manalo\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"jojo manalo\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jojo manalo\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the pick number for the College of Perpetual help with the Coca-Cola Tigers as a PBA team?", "Formula": "SUM(FILTER(A1, (E1=\"perpetual help\")*(D1=\"coca-cola tigers\")))", "Formula2": "SUM(FILTER(A2:A9, (E2:E9=\"perpetual help\")*(D2:D9=\"coca-cola tigers\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"perpetual help\"", "*", "D1", "=", "\"coca-cola tigers\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-10810530-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Player", "Country of origin*", "PBA team", "College" ], [ "2", "11", "Gilbert Lao", "Philippines", "Coca-Cola Tigers", "Santo Tomas" ], [ "3", "12", "Christian Nicdao", "Philippines", "Talk 'N Text Phone Pals", "Far Eastern" ], [ "4", "13", "Chito Victolero", "Philippines", "Sta. Lucia Realtors", "Mapua" ], [ "5", "14", "Rainier Sison", "Philippines", "Shell Turbo Chargers", "Ateneo de Manila" ], [ "6", "15", "Edwin Bacani", "Philippines", "Shell Turbo Chargers", "Far Eastern" ], [ "7", "16", "Gilbert Malabanan", "Philippines", "Barangay Ginebra Kings", "Perpetual Help" ], [ "8", "17", "Jojo Manalo", "Philippines", "Coca-Cola Tigers", "Perpetual Help" ], [ "9", "18", "Alvin Castro", "Philippines", "San Miguel Beermen", "La Salle-Manila" ] ] }, { "t5Formulas": [ { "Question": "What is Attendance, when Week is 5?", "Formula": "SUM(FILTER(E1, A1=5))", "Formula2": "SUM(FILTER(E2:E15, A2:A15=5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_2-15915981-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 16, 1973", "San Francisco 49ers", "W 21–13", "68,275" ], [ "3", "2", "September 23, 1973", "at Oakland Raiders", "L 7–12", "74,121" ], [ "4", "3", "September 30, 1973", "New England Patriots", "W 44–23", "62,508" ], [ "5", "4", "October 7, 1973", "New York Jets", "W 31–3", "63,850" ], [ "6", "5", "October 15, 1973", "at Cleveland Browns", "W 17–9", "70,070" ], [ "7", "6", "October 21, 1973", "Buffalo Bills", "W 27–6", "65,241" ], [ "8", "7", "October 28, 1973", "at New England Patriots", "W 30–14", "57,617" ], [ "9", "8", "November 4, 1973", "at New York Jets", "W 24–14", "57,791" ], [ "10", "9", "November 11, 1973", "Baltimore Colts", "W 44–0", "60,332" ], [ "11", "10", "November 18, 1973", "at Buffalo Bills", "W 17–0", "77,138" ], [ "12", "11", "November 22, 1973", "at Dallas Cowboys", "W 14–7", "58,089" ], [ "13", "12", "December 3, 1973", "Pittsburgh Steelers", "W 30–26", "68,901" ], [ "14", "13", "December 9, 1973", "at Baltimore Colts", "L 3–16", "58,446" ], [ "15", "14", "December 15, 1973", "Detroit Lions", "W 34–7", "53,375" ] ] }, { "t5Formulas": [ { "Question": "How many UK events won for the contestant that won under 1 US event?", "Formula": "SUM(FILTER(D1, E1<1))", "Formula2": "SUM(FILTER(D2:D7, E2:E7<1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How many US events did jason bennett win?", "Formula": "SUMIFS(E1,A1,\"jason bennett\")", "Formula2": "SUMIFS(E2:E7,A2:A7,\"jason bennett\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"jason bennett\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12538190-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "From", "Discipline", "Events won (UK Series)", "Events won (US Series)" ], [ "2", "Bradley Johnson", "United States Oklahoma", "Strongman", "2", "3" ], [ "3", "Corey Rennell", "United States Alaska", "Outdoorsman", "0", "0" ], [ "4", "Jason Bennett", "United States Florida", "BMX racer and Tree surgeon", "2", "3" ], [ "5", "Mark Boban", "United Kingdom Birmingham", "Kickboxing and Salsa Dance", "1", "1" ], [ "6", "Rajko Radovic", "United Kingdom Middlesex", "Fitness Guru", "2", "3" ], [ "7", "Richard Massey", "United Kingdom Oxford", "Cricket and Rugby", "1", "2" ] ] }, { "t5Formulas": [ { "Question": "In what edition is Ungur's opponent David Nalbandian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"David Nalbandian\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,F2:F8=\"David Nalbandian\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"David Nalbandian\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the win/lose lose and the round a play-off?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"Lose\")*(B1=\"Play-off\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,(G2:G8=\"Lose\")*(B2:B8=\"Play-off\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"Lose\"", "*", "B1", "=", "\"Play-off\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "In what round did he play against Sergiy Stakhovsky?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Sergiy Stakhovsky\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,F2:F8=\"Sergiy Stakhovsky\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"Sergiy Stakhovsky\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-24099476-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Edition", "Round", "Date", "Against", "Surface", "Opponent", "Win/Lose", "Result" ], [ "2", "2010 Europe/Africa Zone Group I", "QF", "7–8 May 2010", "Ukraine", "Clay", "Sergiy Stakhovsky", "Lose", "2–6, 7–6 (7–3) , 5–7, 5–7" ], [ "3", "2010 World Group Play-offs", "Play-off", "17–19 September 2010", "Ecuador", "Clay", "Giovanni Lapentti", "Win", "6–7 (2–7) , 4–6, 6–3, 6–4, 6–1" ], [ "4", "2010 World Group Play-offs", "Play-off", "17–19 September 2010", "Ecuador", "Clay", "Emilio Gómez", "Win", "6–3, 6–4" ], [ "5", "2011 World Group", "1R", "4–6 March 2011", "Argentina", "Clay", "David Nalbandian", "Lose", "3–6, 2–6, 7–5, 4–6" ], [ "6", "2011 World Group", "1R", "4–6 March 2011", "Argentina", "Clay", "Juan Mónaco", "Win", "6–4, 2–6, 6–3" ], [ "7", "2011 World Group Play-offs", "Play-off", "16–18 September 2011", "Czech Republic", "Clay", "Radek Štěpánek", "Lose", "3–6, 2–6, 0–6" ], [ "8", "2013 Europe/Africa Zone Group I", "1R", "1–3 February 2013", "Denmark", "Hard (indoor)", "Martin Pedersen", "Win", "6–2, 7–6 (7–3) , 4–6, 4–6, 6–2" ] ] }, { "t5Formulas": [ { "Question": "What year did the Caphouse Colliery railway close?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"caphouse colliery\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"caphouse colliery\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"caphouse colliery\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16767662-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Opened", "Closed", "Length", "Location" ], [ "2", "Campbeltown and Machrihanish Light Railway", "1877", "1932", "miles (km)", "Mull of Kintyre , Scotland" ], [ "3", "Caphouse Colliery", "1988", "present", "c. yards (m)", "National Coal Mining Museum , Wakefield" ], [ "4", "Corris Railway", "1859", "present", "miles (km)", "Machynlleth , Wales" ], [ "5", "Hendra China Stone Quarry", "1860s", "after 1967", "Unknown", "Nanpean , England" ], [ "6", "Huncoat Colliery", "Unknown", "1968?", "Unknown", "Huncoat , England" ], [ "7", "Plynlimon and Hafan Tramway", "1897", "1899", "miles (km)", "Talybont , Wales" ], [ "8", "Quarry Close China Stone Works", "1863", "1973", "Unknown", "Nanpean , England" ], [ "9", "Talyllyn Railway", "1865", "Present", "miles (km)", "Tywyn , Wales" ], [ "10", "York Gasworks Company", "1915", "1959", "c. feet (m)", "York , England" ] ] }, { "t5Formulas": [ { "Question": "Who was the home team at MCG?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was Carlton's away team opponents?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"carlton\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"carlton\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"carlton\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was home team South Melbourne's opponents score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10809823-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "17.15 (117)", "Essendon", "17.22 (124)", "MCG", "51,548", "5 April 1980" ], [ "3", "North Melbourne", "7.14 (56)", "Collingwood", "7.19 (61)", "Arden Street Oval", "24,363", "5 April 1980" ], [ "4", "Melbourne", "22.8 (140)", "Fitzroy", "17.14 (116)", "VFL Park", "28,802", "5 April 1980" ], [ "5", "Carlton", "14.25 (109)", "Geelong", "15.14 (104)", "Princes Park", "32,614", "7 April 1980" ], [ "6", "St Kilda", "11.17 (83)", "Hawthorn", "15.26 (116)", "Moorabbin Oval", "22,265", "7 April 1980" ], [ "7", "South Melbourne", "14.17 (101)", "Footscray", "10.13 (73)", "Lake Oval", "19,191", "7 April 1980" ] ] }, { "t5Formulas": [ { "Question": "What film won best actress at the 2007 Inside Soap Awards?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"inside soap awards\")*(D1=\"best actress\")*(A1=2007)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"inside soap awards\")*(D2:D19=\"best actress\")*(A2:A19=2007)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"inside soap awards\"", "*", "D1", "=", "\"best actress\"", "*", "A1", "=", "2007", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What character won the best dramatic performance award?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"best dramatic performance\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,D2:D19=\"best dramatic performance\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"best dramatic performance\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what category was character Jacqui Mcqueen nominated before 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"jacqui mcqueen\")*(A1<2011)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(F2:F19=\"jacqui mcqueen\")*(A2:A19<2011)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"jacqui mcqueen\"", "*", "A1", "<", "2011", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] } ], "TableName": "test_2-11086216-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Result", "Award", "Category", "Film or series", "Character" ], [ "2", "2007", "Nominated*", "Inside Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "3", "2009", "Nominated*", "Inside Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "4", "2009", "Won", "Inside Soap Awards", "Best Family (for McQueen family )", "Hollyoaks", "Jacqui McQueen" ], [ "5", "2010", "Nominated*", "Inside Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "6", "2011", "Nominated*", "National Television Awards", "Outstanding Serial Drama Performance", "Hollyoaks", "Jacqui McQueen" ], [ "7", "2011", "Nominated", "All About Soap Bubble Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "8", "2011", "Shortlisted*", "British Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "9", "2011", "Nominated", "British Soap Awards", "Best Dramatical Performance", "Hollyoaks", "Jacqui McQueen" ], [ "10", "2011", "Nominated*", "TV Choice Awards", "Best Soap Actress", "Hollyoaks", "Jacqui McQueen" ], [ "11", "2011", "Shortlisted*", "Inside Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "12", "2011", "Nominated*", "Inside Soap Awards", "Best Dramatical Performance", "Hollyoaks", "Jacqui McQueen" ], [ "13", "2011", "Nominated*", "Inside Soap Awards", "Best Wedding", "Hollyoaks", "Jacqui McQueen" ], [ "14", "2011", "Nominated", "Royal Television Society North West Awards", "Best Performance in a Continuing Drama", "Hollyoaks", "Jacqui McQueen" ], [ "15", "2012", "Nominated*", "National Television Awards", "Outstanding Serial Drama Performance", "Hollyoaks", "Jacqui McQueen" ], [ "16", "2012", "Nominated", "Shorty Awards", "Best Actress", "n/a", "n/a" ], [ "17", "2012", "Nominated", "All About Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "18", "2013", "Won", "British Soap Awards", "Best Actress", "Hollyoaks", "Jacqui McQueen" ], [ "19", "2013", "Nominated", "British Soap Awards", "Best Dramatic Performance", "Hollyoaks", "Jacqui McQueen" ] ] }, { "t5Formulas": [ { "Question": "What is the other value associated with a Christianity value of 10.24%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"10.24%\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"10.24%\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"10.24%\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Judaism percentage associated with Buddhism at 0.01% and Other at 0.13%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"0.13%\")*(E1=\"0.01%\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,(F2:F20=\"0.13%\")*(E2:E20=\"0.01%\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"0.13%\"", "*", "E1", "=", "\"0.01%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the percentage of Atheism associated with an other percentage of 0.08%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"0.08%\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,F2:F20=\"0.08%\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"0.08%\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the percentage of Buddhists associated with a Christianity percentage of 52.32%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"52.32%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"52.32%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"52.32%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the percentage of Judaism associated with Christianity at 2.51%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"2.51%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"2.51%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"2.51%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the value of other religions associated with atheism at 1.86%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1.86%\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,G2:G20=\"1.86%\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"1.86%\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16642-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Ethnicity", "Islam", "Christianity", "Judaism", "Buddhism", "Other", "Atheism" ], [ "2", "TOTALS", "70.20%", "26.32%", "0.03%", "0.09%", "0.02%", "2.82%" ], [ "3", "Kazakh", "98.34%", "0.39%", "0.02%", "0.01%", "0.02%", "0.98%" ], [ "4", "Russian", "1.43%", "91.64%", "0.04%", "0.02%", "0.03%", "6.09%" ], [ "5", "Uzbek", "99.05%", "0.39%", "0.01%", "0.01%", "0.02%", "0.37%" ], [ "6", "Ukrainian", "0.94%", "90.74%", "0.03%", "0.01%", "0.02%", "7.31%" ], [ "7", "Uyghur", "98.35%", "0.51%", "0.02%", "0.01%", "0.03%", "0.61%" ], [ "8", "Tatar", "79.57%", "10.24%", "0.02%", "0.03%", "0.06%", "8.11%" ], [ "9", "German", "1.58%", "81.59%", "0.05%", "0.04%", "0.11%", "13.96%" ], [ "10", "Korean", "5.24%", "49.35%", "0.21%", "11.40%", "0.14%", "28.51%" ], [ "11", "Turkish", "99.13%", "0.30%", "0.01%", "0.01%", "0.02%", "0.33%" ], [ "12", "Azeri", "94.81%", "2.51%", "0.02%", "0.02%", "0.03%", "1.86%" ], [ "13", "Belorussian", "0.79%", "90.16%", "0.04%", "0.01%", "0.03%", "7.82%" ], [ "14", "Dungan", "98.93%", "0.37%", "0.01%", "0.03%", "0.04%", "0.34%" ], [ "15", "Kurdish", "98.28%", "0.53%", "0.03%", "0.02%", "0.02%", "0.74%" ], [ "16", "Tajik", "97.78%", "0.91%", "0.01%", "0.02%", "0.08%", "0.85%" ], [ "17", "Polish", "0.69%", "90.07%", "0.04%", "0.01%", "0.13%", "7.30%" ], [ "18", "Chechen", "93.69%", "2.99%", "0.02%", "0.01%", "0.05%", "2.08%" ], [ "19", "Kyrgyz", "96.67%", "0.89%", "0.03%", "0.03%", "0.02%", "1.51%" ], [ "20", "Others", "34.69%", "52.32%", "0.82%", "0.91%", "0.13%", "8.44%" ] ] }, { "t5Formulas": [ { "Question": "What is the total capacity for coach Trevor Gleeson?", "Formula": "SUMIFS(E1,C1,\"trevor gleeson\")", "Formula2": "SUMIFS(E2:E11,C2:C11,\"trevor gleeson\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"trevor gleeson\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is home ground for coach Andrej Lemanis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"andrej lemanis\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"andrej lemanis\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"andrej lemanis\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which region is Coach Trevor Gleeson in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"trevor gleeson\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"trevor gleeson\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"trevor gleeson\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the home ground in region NZL?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nzl\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"nzl\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"nzl\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16653153-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Region", "Coach", "Home ground", "Capacity" ], [ "2", "Adelaide 36ers", "SA", "Scott Ninnis", "Distinctive Homes Dome", "8,000" ], [ "3", "Cairns Taipans", "QLD", "Mark Beecroft", "Cairns Convention Centre", "5,300" ], [ "4", "Gold Coast Blaze", "QLD", "Brendan Joyce", "Gold Coast Convention and Exhibition Centre", "5,269" ], [ "5", "Melbourne Tigers", "VIC", "Alan Westover", "State Netball Centre", "3,500" ], [ "6", "New Zealand Breakers", "NZL", "Andrej Lemanis", "North Shore Events Centre", "4,400" ], [ "7", "Perth Wildcats", "WA", "Conner Henry", "Challenge Stadium", "4,500" ], [ "8", "South Dragons", "VIC", "Brian Goorjian", "Hisense Arena", "10,500" ], [ "9", "Sydney Spirit", "NSW", "Rob Beveridge", "State Sports Centre", "5,006" ], [ "10", "Townsville Crocodiles", "QLD", "Trevor Gleeson", "Townsville Entertainment Centre", "5,257" ], [ "11", "Wollongong Hawks", "NSW", "Eric Cooks", "WIN Entertainment Centre", "6,000" ] ] }, { "t5Formulas": [ { "Question": "What is the average attendance at a week 4 game?", "Formula": "AVERAGE(FILTER(F1,A1=4))", "Formula2": "AVERAGE(FILTER(F2:F15,A2:A15=4))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "A1", "=", "4" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What venue held that game with a result of l 24–14?", "Formula": "FILTER(E1,D1=\"l 24–14\")", "Formula2": "FILTER(E2:E15,D2:D15=\"l 24–14\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"l 24–14\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the average week of the game on November 22, 1964 attended by 48,065?", "Formula": "AVERAGE(FILTER(A1,(B1=\"november 22, 1964\")*(F1>\"48,065\")))", "Formula2": "AVERAGE(FILTER(A2:A15,(B2:B15=\"november 22, 1964\")*(F2:F15>\"48,065\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"november 22, 1964\"", "*", "F1", ">", "\"48,065\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Str" ] } ], "TableName": "dev_2-14878026-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Venue", "Attendance" ], [ "2", "1", "September 13, 1964", "Chicago Bears", "W 23–12", "City Stadium", "42,327" ], [ "3", "2", "September 20, 1964", "Baltimore Colts", "L 21–20", "City Stadium", "42,327" ], [ "4", "3", "September 28, 1964", "at Detroit Lions", "W 14–10", "Tiger Stadium", "59,203" ], [ "5", "4", "October 4, 1964", "Minnesota Vikings", "L 24–23", "City Stadium", "42,327" ], [ "6", "5", "October 11, 1964", "San Francisco 49ers", "W 24–14", "Milwaukee County Stadium", "47,380" ], [ "7", "6", "October 18, 1964", "at Baltimore Colts", "L 24–21", "Memorial Stadium", "60,213" ], [ "8", "7", "October 25, 1964", "Los Angeles Rams", "L 27–17", "Milwaukee County Stadium", "47,617" ], [ "9", "8", "November 1, 1964", "at Minnesota Vikings", "W 42–13", "Metropolitan Stadium", "44,278" ], [ "10", "9", "November 8, 1964", "Detroit Lions", "W 30–7", "City Stadium", "42,327" ], [ "11", "10", "November 15, 1964", "at San Francisco 49ers", "L 24–14", "Kezar Stadium", "38,483" ], [ "12", "11", "November 22, 1964", "Cleveland Browns", "W 28–21", "Milwaukee County Stadium", "48,065" ], [ "13", "12", "November 29, 1964", "at Dallas Cowboys", "W 45–21", "Cotton Bowl", "44,975" ], [ "14", "13", "December 5, 1964", "at Chicago Bears", "W 17–3", "Wrigley Field", "43,636" ], [ "15", "14", "December 13, 1964", "at Los Angeles Rams", "T 24–24", "Los Angeles Memorial Coliseum", "40,735" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of rounds for gina carano", "Formula": "SUMIFS(F1,C1,\"gina carano\")", "Formula2": "SUMIFS(F2:F12,C2:C12,\"gina carano\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"gina carano\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-13653576-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], [ "2", "Win", "7-4", "Ashley Sanchez", "Decision (unanimous)", "RFA 2 - Yvel vs. Alexander", "3", "5:00", "Kearney, Nebraska , United States" ], [ "3", "Win", "6-4", "Angela Samaro", "TKO (elbows)", "KOTC - Shockwave", "3", "1:00", "Oroville, California , United States" ], [ "4", "Win", "5-4", "Shana Olsen", "Decision (unanimous)", "Crowbar MMA - Spring Brawl 2", "3", "5:00", "Fargo, North Dakota , United States" ], [ "5", "Loss", "4-4", "Shayna Baszler", "Submission (kneebar)", "The Cage Inc. - Battle At The Border 7", "1", "4:03", "Hankinson, North Dakota , United States" ], [ "6", "Win", "4-3", "Alexis Davis", "Decision (unanimous)", "RW 9: Mayhem In The Mist 4", "3", "5:00", "Niagara Falls, New York , United States" ], [ "7", "Win", "3-3", "Lizbeth Carreiro", "TKO (punches)", "Freestyle Cage Fighting 44", "1", "2:55", "Claremore, Oklahoma , United States" ], [ "8", "Loss", "2-3", "Miesha Tate", "Decision (unanimous)", "Strikeforce: Melendez vs. Thomson", "3", "3:00", "San Jose, California , United States" ], [ "9", "Win", "2-2", "Michelle Maher", "Decision (split)", "MOTM - Melee on the Mountain", "5", "5:00", "Friant, California , United States" ], [ "10", "Loss", "1-2", "Michelle Maher", "Decision (unanimous)", "Strikeforce: Young Guns", "3", "3:00", "San Jose, California , United States" ], [ "11", "Loss", "1-1", "Gina Carano", "Decision (unanimous)", "Strikeforce: Triple Threat", "3", "2:00", "San Jose, California , United States" ], [ "12", "Win", "1-0", "Michelle Maher", "KO (punches)", "WC - Warriors Cup", "1", "1:05", "Stockton, California , United States" ] ] }, { "t5Formulas": [ { "Question": "Name the visitor for home of ny rangers", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ny rangers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,D2:D16=\"ny rangers\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"ny rangers\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11128774-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "January 2", "Vancouver", "2 – 2", "San Jose", "Whitmore", "11,089", "23–10–4" ], [ "3", "January 4", "Tampa Bay", "0 – 7", "Vancouver", "McLean", "15,578", "24–10–4" ], [ "4", "January 6", "Vancouver", "5 – 2", "Toronto", "McLean", "15,720", "25–10–4" ], [ "5", "January 8", "Vancouver", "3 – 6", "Detroit", "McLean", "19,875", "25–11–4" ], [ "6", "January 9", "Vancouver", "5 – 4", "NY Islanders", "Whitmore", "11,661", "26–11–4" ], [ "7", "January 11", "Vancouver", "3 – 3", "NY Rangers", "McLean", "17,641", "26–11–5" ], [ "8", "January 12", "Vancouver", "2 – 3", "New Jersey", "Whitmore", "9,125", "26–12–5" ], [ "9", "January 15", "Buffalo", "1 – 4", "Vancouver", "McLean", "16,150", "27–12–5" ], [ "10", "January 16", "Hartford", "3 – 8", "Vancouver", "Whitmore", "15,631", "28–12–5" ], [ "11", "January 19", "Pittsburgh", "5 – 2", "Vancouver", "McLean", "16,150", "28–13–5" ], [ "12", "January 21", "Vancouver", "5 – 4", "Los Angeles", "McLean", "16,005", "29–13–5" ], [ "13", "January 23", "Vancouver", "3 – 3", "Minnesota", "Whitmore", "13,512", "29–13–6" ], [ "14", "January 24", "Vancouver", "2 – 6", "Chicago", "McLean", "17,859", "29–14–6" ], [ "15", "January 27", "Chicago", "4 – 4", "Vancouver", "Whitmore", "16,150", "29–14–7" ], [ "16", "January 30", "Detroit", "4 – 4", "Vancouver", "McLean", "16,150", "29–14–8" ] ] }, { "t5Formulas": [ { "Question": "What is the airdate when the story is listed as hugh leonard?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Hugh Leonard\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Hugh Leonard\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Hugh Leonard\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15739098-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Episode", "Title", "Story", "Adapted by", "Director", "Airdate", "Exists?" ], [ "2", "201", "“ The Machine Stops ”", "E. M. Forster", "Kenneth Cavender & Clive Donner", "Phillip Saville", "6 October 1966", "Yes" ], [ "3", "202", "“Frankenstein Mark II”", "Hugh Whitmore", "n/a", "Peter Duguid", "13 October 1966", "No" ], [ "4", "203", "“Lambda 1”", "Colin Kapp", "Bruce Stewart", "George Spenton-Foster", "20 October 1966", "Yes" ], [ "5", "204", "“ Level Seven ”", "Mordecai Roshwald", "J. B. Priestley", "Rudolph Cartier", "27 October 1966", "Yes" ], [ "6", "205", "“Second Childhood”", "Hugh Leonard", "n/a", "John Gorrie", "10 November 1966", "No" ], [ "7", "206", "“The World in Silence”", "John Rankine", "Robert Gould", "Naomi Capon", "17 November 1966", "No" ], [ "8", "207", "“The Eye”", "Henry Kuttner", "Stanley Miller", "Peter Sasdy", "24 November 1966", "No" ], [ "9", "208", "“ Tunnel Under the World ”", "Frederik Pohl", "David Campton", "Alan Cooke", "1 December 1966", "Yes" ], [ "10", "209", "“The Fastest Draw”", "Larry Eisenberg", "Hugh Whitmore", "Herbert Wise", "8 December 1966", "No" ], [ "11", "210", "“Too Many Cooks”", "Larry Eisenberg", "Hugh Whitmore", "John Gibson", "15 December 1965", "No" ], [ "12", "211", "“Walk's End”", "William Trevor", "n/a", "Ian Curteis", "22 December 1966", "No" ], [ "13", "212", "“ Satisfaction Guaranteed ”", "Isaac Asimov", "Hugh Leonard", "John Gorrie", "29 December 1966", "No" ] ] }, { "t5Formulas": [ { "Question": "What week 14 has the lowest attendance?", "Formula": "MIN(FILTER(E1, A1=14))", "Formula2": "MIN(FILTER(E2:E17, A2:A17=14))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "14" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which sum of week that had an attendance larger than 55,767 on September 28, 1986?", "Formula": "SUM(FILTER(A1, (E1>55767)*(B1=\"september 28, 1986\")))", "Formula2": "SUM(FILTER(A2:A17, (E2:E17>55767)*(B2:B17=\"september 28, 1986\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", ">", "55767", "*", "B1", "=", "\"september 28, 1986\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the highest attendance on September 14, 1986?", "Formula": "MAXIFS(E1,B1,\"september 14, 1986\")", "Formula2": "MAXIFS(E2:E17,B2:B17,\"september 14, 1986\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "B1", "\"september 14, 1986\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12536732-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 7, 1986", "Cincinnati Bengals", "W 24–14", "43,430" ], [ "3", "2", "September 14, 1986", "at Seattle Seahawks", "L 23–17", "61,068" ], [ "4", "3", "September 21, 1986", "Houston Oilers", "W 27–13", "43,699" ], [ "5", "4", "September 28, 1986", "at Buffalo Bills", "W 20–17", "67,555" ], [ "6", "5", "October 5, 1986", "Los Angeles Raiders", "L 24–17", "74,430" ], [ "7", "6", "October 12, 1986", "at Cleveland Browns", "L 20–7", "71,278" ], [ "8", "7", "October 19, 1986", "San Diego Chargers", "W 42–41", "55,767" ], [ "9", "8", "October 26, 1986", "Tampa Bay Buccaneers", "W 27–20", "36,230" ], [ "10", "9", "November 2, 1986", "at San Diego Chargers", "W 24–23", "48,518" ], [ "11", "10", "November 9, 1986", "Seattle Seahawks", "W 27–7", "53,268" ], [ "12", "11", "November 16, 1986", "at Denver Broncos", "L 38–17", "75,745" ], [ "13", "12", "November 23, 1986", "at St. Louis Cardinals", "L 23–14", "29,680" ], [ "14", "13", "November 30, 1986", "Buffalo Bills", "L 17–14", "31,492" ], [ "15", "14", "December 7, 1986", "Denver Broncos", "W 37–10", "47,019" ], [ "16", "15", "December 14, 1986", "at Los Angeles Raiders", "W 20–17", "60,952" ], [ "17", "16", "December 21, 1986", "at Pittsburgh Steelers", "W 24–19", "47,150" ] ] }, { "t5Formulas": [ { "Question": "Who is moving from Treviso with a loan return?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"treviso\")*(D1=\"loan return\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(C2:C14=\"treviso\")*(D2:D14=\"loan return\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"treviso\"", "*", "D1", "=", "\"loan return\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the nationality of Acquafresca?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"acquafresca\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"acquafresca\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"acquafresca\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the type if the transfer window is summer and the moving from category is free agent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"summer\")*(C1=\"free agent\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"summer\")*(C2:C14=\"free agent\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"summer\"", "*", "C1", "=", "\"free agent\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the transfer window for the moving from of São Paulo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"são paulo\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"são paulo\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"são paulo\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the moving from with a transfer and the nationality of Bra?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"transfer\")*(A1=\"bra\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(D2:D14=\"transfer\")*(A2:A14=\"bra\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"transfer\"", "*", "A1", "=", "\"bra\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the end date for Maaroufi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"maaroufi\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"maaroufi\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"maaroufi\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17634886-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Nat.", "Name", "Moving from", "Type", "Transfer window", "Ends" ], [ "2", "HUN", "Filkor", "Grosseto", "Loan End", "Summer", "2010" ], [ "3", "BRA", "Adriano", "São Paulo", "Loan End", "Summer", "2010" ], [ "4", "ITA", "Acquafresca", "Cagliari", "Co-ownership Termination", "Summer", "undisclosed" ], [ "5", "ITA", "Bonucci", "Treviso", "Co-ownership Termination", "Summer", "undisclosed" ], [ "6", "ARG", "Crespo", "Free Agent", "Transfer", "Summer", "undisclosed" ], [ "7", "BRA", "Mancini", "Roma", "Transfer", "Summer", "2012" ], [ "8", "CHI", "Jiménez", "Ternana", "Co-ownership", "Summer", "2011" ], [ "9", "GHA", "Muntari", "Portsmouth", "Transfer", "Summer", "2012" ], [ "10", "POR", "Quaresma", "Porto", "Transfer", "Summer", "2012" ], [ "11", "NGA", "Victor Obinna", "Chievo", "Transfer", "Summer", "2012" ], [ "12", "ITA", "Bonucci", "Treviso", "Loan Return", "Winter", "undisclosed" ], [ "13", "BEL MAR", "Maaroufi", "Twente", "Loan Return", "Winter", "2009" ], [ "14", "ITA", "Viviano", "Brescia", "Co-ownership", "Winter", "undisclosed" ] ] }, { "t5Formulas": [ { "Question": "What is the highest number of poles?", "Formula": "MAX(E1)", "Formula2": "MAX(E2:E15)", "Level": "easy", "Tokens": [ "MAX(", "E1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "How many f/laps were there when he scored 170 points?", "Formula": "SUM(FILTER(H1, I1=170))", "Formula2": "SUM(FILTER(H2:H15, I2:I15=170))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "I1", "=", "170" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When there were 30 races and the final placing was 13th, how many points were scored?", "Formula": "LET(query1,LET(query1,FILTER(A1:J1,J1=\"13th\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J15,J2:J15=\"13th\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "J1", "=", "\"13th\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "9", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "30" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-26794530-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Season", "Series", "Team Name", "Races", "Poles", "Wins", "Podiums", "F/Laps", "Points", "Final Placing" ], [ "2", "2008", "Formula BMW Americas", "Amir Nasr Racing", "2", "0", "0", "0", "0", "6", "13th" ], [ "3", "2009", "Formula 3 Sudamericana", "Cesário Fórmula", "17", "1", "1", "7", "1", "81", "3rd" ], [ "4", "2010", "Toyota Racing Series", "Giles Motorsport", "12", "0", "1", "3", "1", "536", "8th" ], [ "5", "2010", "British Formula Three", "Carlin", "30", "0", "0", "1", "0", "45", "13th" ], [ "6", "2010", "GP3 Series", "Carlin", "10", "0", "0", "1", "0", "7", "19th" ], [ "7", "2010", "Masters of Formula 3", "Carlin", "1", "0", "0", "0", "0", "N/A", "7th" ], [ "8", "2010", "Formula Three Sudamericana", "Cesário Fórmula", "7", "0", "3", "5", "2", "128", "8th" ], [ "9", "2010", "Macau Grand Prix", "Fortec Motorsport", "1", "0", "0", "0", "0", "N/A", "22nd" ], [ "10", "2011", "Formula 3 Brazil Open", "Cesário Fórmula", "1", "1", "1", "1", "1", "N/A", "1st" ], [ "11", "2011", "British Formula Three", "Fortec Motorsport", "30", "1", "3", "7", "2", "170", "7th" ], [ "12", "2011", "Macau Grand Prix", "Fortec Motorsport", "1", "0", "0", "0", "0", "N/A", "7th" ], [ "13", "2011", "Masters of Formula 3", "Mucke Motorsport", "1", "0", "0", "0", "0", "N/A", "8th" ], [ "14", "2012", "Formula Renault 3.5 Series", "DAMS", "17", "0", "0", "0", "0", "8", "23rd" ], [ "15", "2012", "Formula 3 Brazil Open", "Cesário Fórmula", "1", "1", "1", "1", "1", "N/A", "1st" ] ] }, { "t5Formulas": [ { "Question": "What is the least ERP W when the freguency MHz is 89.3 fm?", "Formula": "MINIFS(D1,B1,\"89.3 fm\")", "Formula2": "MINIFS(D2:D6,B2:B6,\"89.3 fm\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"89.3 fm\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Call sign k216fo has what average ERP W?", "Formula": "AVERAGEIFS(D1,A1,\"k216fo\")", "Formula2": "AVERAGEIFS(D2:D6,A2:A6,\"k216fo\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "D1", "A1", "\"k216fo\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What city does call sign K248am have its license in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"k248am\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"k248am\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"k248am\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What call sign has ERP W greater than 197?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>197))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)>197))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "197" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-15728409-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "FCC info" ], [ "2", "K206BP", "89.1 FM", "Weslaco, TX", "197", "FCC" ], [ "3", "K216FO", "91.1 FM", "Guadalupe, AZ", "11", "FCC" ], [ "4", "K248AM", "97.5 FM", "McAllen, TX", "250", "FCC" ], [ "5", "W207BF", "89.3 FM", "Goshen, IN", "22", "FCC" ], [ "6", "W208BF", "89.5 FM", "Elkhart, IN", "9", "FCC" ] ] }, { "t5Formulas": [ { "Question": "On which date was the opponent the Chicago Bears?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chicago bears\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"chicago bears\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"chicago bears\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which week was on october 30, 1983?", "Formula": "SUMIFS(A1,B1,\"october 30, 1983\")", "Formula2": "SUMIFS(A2:A17,B2:B17,\"october 30, 1983\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"october 30, 1983\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18747741-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 4, 1983", "at Tampa Bay Buccaneers", "W 11-0", "62,154" ], [ "3", "2", "September 11, 1983", "Cleveland Browns", "L 31-26", "60,095" ], [ "4", "3", "September 18, 1983", "Atlanta Falcons", "L 30-14", "54,622" ], [ "5", "4", "September 25, 1983", "at Minnesota Vikings", "L 20-17", "58,254" ], [ "6", "5", "October 2, 1983", "at Los Angeles Rams", "L 21-10", "49,403" ], [ "7", "6", "October 9, 1983", "Green Bay Packers", "W 38-14", "67,738" ], [ "8", "7", "October 16, 1983", "Chicago Bears", "W 31-17", "66,709" ], [ "9", "8", "October 23, 1983", "at Washington Redskins", "L 38-17", "43,189" ], [ "10", "9", "October 30, 1983", "at Chicago Bears", "W 38-17", "58,764" ], [ "11", "10", "November 7, 1983", "New York Giants", "W 15-9", "68,985" ], [ "12", "11", "November 13, 1983", "at Houston Oilers", "L 27-17", "40,660" ], [ "13", "12", "November 20, 1983", "at Green Bay Packers", "W 23-20 OT", "50,050" ], [ "14", "13", "November 24, 1983", "Pittsburgh Steelers", "W 45-3", "77,724" ], [ "15", "14", "December 5, 1983", "Minnesota Vikings", "W 13-2", "79,169" ], [ "16", "15", "December 11, 1983", "at Cincinnati Bengals", "L 17-9", "45,728" ], [ "17", "16", "December 18, 1983", "Tampa Bay Buccaneers", "W 23-20", "78,392" ] ] }, { "t5Formulas": [ { "Question": "On the Date of 15 June 1992 what is the Score that is listed?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"15 june 1992\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"15 june 1992\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"15 june 1992\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1290115-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "15 June 1992", "Idrottsparken , Norrköping , Sweden", "2–0", "2–0", "UEFA Euro 1992" ], [ "3", "9 September 1992", "Parken Stadium , Copenhagen, Denmark", "2–1", "2–1", "Friendly" ], [ "4", "14 April 1993", "Ruhrstadion , Bochum , Germany", "2–1", "6–1", "Friendly" ], [ "5", "14 April 1993", "Ruhrstadion, Bochum, Germany", "4–1", "6–1", "Friendly" ], [ "6", "19 June 1993", "Silverdome , Detroit , USA", "1–0", "2–1", "U.S. Cup" ] ] }, { "t5Formulas": [ { "Question": "What is the average episode number where jimmy mulville was the 4th performer?", "Formula": "AVERAGEIFS(B1,F1,\"jimmy mulville\")", "Formula2": "AVERAGEIFS(B2:B7,F2:F7,\"jimmy mulville\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "B1", "F1", "\"jimmy mulville\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the total number of episodes where hugh laurie was the 3rd performer?", "Formula": "SUMIFS(B1,E1,\"hugh laurie\")", "Formula2": "SUMIFS(B2:B7,E2:E7,\"hugh laurie\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"hugh laurie\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the lowest episode number where john bird was the 4th performer?", "Formula": "MINIFS(B1,F1,\"john bird\")", "Formula2": "MINIFS(B2:B7,F2:F7,\"john bird\")", "Level": "easy", "Tokens": [ "MINIFS(", "B1", "F1", "\"john bird\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the 3rd performer when Rory Bremner was the 4th performer?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"rory bremner\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"rory bremner\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"rory bremner\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14934885-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Episode", "Performer 1", "Performer 2", "Performer 3", "Performer 4" ], [ "2", "2 January 1988", "1", "John Sessions", "Stephen Fry", "Dawn French", "Lenny Henry" ], [ "3", "9 January 1988", "2", "John Sessions", "Stephen Fry", "Hugh Laurie", "Enn Reitel" ], [ "4", "16 January 1988", "3", "John Sessions", "Stephen Fry", "Nonny Williams", "Jimmy Mulville" ], [ "5", "23 January 1988", "4", "John Sessions", "Stephen Fry", "Kate Robbins", "Griff Rhys Jones" ], [ "6", "30 January 1988", "5", "John Sessions", "Stephen Fry", "Jimmy Mulville", "John Bird" ], [ "7", "6 February 1988", "6", "John Sessions", "Stephen Fry", "Jon Glover", "Rory Bremner" ] ] }, { "t5Formulas": [ { "Question": "What candidates ran in the election when john s. wood was the incumbent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"John S. Wood\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"John S. Wood\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"John S. Wood\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result of the election held in 1914?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1914),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=1914),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1914", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-1342331-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Georgia 1", "Homer C. Parker", "Democratic", "1931", "Lost renomination Democratic hold", "Hugh Peterson (D) Unopposed" ], [ "3", "Georgia 2", "Edward E. Cox", "Democratic", "1924", "Re-elected", "Edward E. Cox (D) Unopposed" ], [ "4", "Georgia 3", "Bryant T. Castellow", "Democratic", "1932", "Re-elected", "Bryant T. Castellow (D) Unopposed" ], [ "5", "Georgia 5", "Robert Ramspeck", "Democratic", "1929", "Re-elected", "Robert Ramspeck (D) Unopposed" ], [ "6", "Georgia 6", "Carl Vinson", "Democratic", "1914", "Re-elected", "Carl Vinson (D) Unopposed" ], [ "7", "Georgia 7", "Malcolm C. Tarver", "Democratic", "1926", "Re-elected", "Malcolm C. Tarver (D) Unopposed" ], [ "8", "Georgia 8", "Braswell Deen", "Democratic", "1932", "Re-elected", "Braswell Deen (D) Unopposed" ], [ "9", "Georgia 9", "John S. Wood", "Democratic", "1930", "Lost renomination Democratic hold", "B. Frank Whelchel (D) Unopposed" ] ] }, { "t5Formulas": [ { "Question": "Who was the visiting team on April 8 where more than 19,141 were in attendance?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"april 8\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19141))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G9,A2:A9=\"april 8\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19141))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "A1", "=", "\"april 8\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "19141" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-11961701-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "April 2", "New Orleans", "106–77", "Miami", "Chris Quinn (18)", "19,122", "13–62" ], [ "3", "April 4", "Miami", "99–105", "Washington", "Ricky Davis (33)", "18,875", "13–63" ], [ "4", "April 6", "Detroit", "91–75", "Miami", "Earl Barron (20)", "19,141", "13–64" ], [ "5", "April 8", "Chicago", "88–95", "Miami", "Kasib Powell (18)", "19,175", "14–64" ], [ "6", "April 11", "Memphis", "96–91", "Miami", "Earl Barron (22)", "19,017", "14–65" ], [ "7", "April 13", "Miami", "76–84", "Cleveland", "Ricky Davis (17)", "20,562", "14–66" ], [ "8", "April 14", "Miami", "75–91", "Toronto", "Daequan Cook (22)", "18,855", "14–67" ], [ "9", "April 16", "Atlanta", "99–113", "Miami", "Jason Williams (17)", "19,073", "15–67" ] ] }, { "t5Formulas": [ { "Question": "How many records are listed on Friday, May 25?", "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Friday, May 25\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F10, B2:B10=\"Friday, May 25\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"Friday, May 25\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many opponents were played on Saturday, June 9?", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Saturday, June 9\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D10, B2:B10=\"Saturday, June 9\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Saturday, June 9\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "In what week was the first game played at the Commerzbank-Arena?", "Formula": "SUMIFS(A1,G1,\"Commerzbank-Arena\")", "Formula2": "SUMIFS(A2:A10,G2:G10,\"Commerzbank-Arena\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "G1", "\"Commerzbank-Arena\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-10392906-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Kickoff", "Opponent", "Final score", "Team record", "Game site", "Attendance" ], [ "2", "1", "Saturday, April 14", "7:00 p.m.", "at Frankfurt Galaxy", "L 14–30", "0–1", "Commerzbank-Arena", "38125" ], [ "3", "2", "Friday, April 20", "8:00 p.m.", "Rhein Fire", "L 10–16", "0–2", "Amsterdam ArenA", "14611" ], [ "4", "3", "Saturday, April 28", "6:00 p.m.", "at Berlin Thunder", "W 14–10", "1–2", "Olympic Stadium", "11942" ], [ "5", "4", "Sunday, May 6", "3:00 p.m.", "Frankfurt Galaxy", "W 19–17", "2–2", "Amsterdam ArenA", "10788" ], [ "6", "5", "Saturday, May 12", "6:00 p.m.", "at Hamburg Sea Devils", "L 17–24", "2–3", "AOL Arena", "15271" ], [ "7", "6", "Friday, May 18", "8:00 p.m.", "Hamburg Sea Devils", "W 41–31", "3–3", "Amsterdam ArenA", "9384" ], [ "8", "7", "Friday, May 25", "8:00 p.m.", "Cologne Centurions", "L 7–30", "3–4", "Amsterdam ArenA", "11714" ], [ "9", "8", "Sunday, June 3", "4:00 p.m.", "at Rhein Fire", "L 38–41", "3–5", "LTU arena", "20355" ], [ "10", "9", "Saturday, June 9", "6:00 p.m.", "at Cologne Centurions", "L 13–31", "3–6", "RheinEnergieStadion", "12878" ] ] }, { "t5Formulas": [ { "Question": "Which game had an attendance of 5,000 and was away?", "Formula": "SUM(FILTER(A1, (D1=\"away\")*(F1=5000)))", "Formula2": "SUM(FILTER(A2:A7, (D2:D7=\"away\")*(F2:F7=5000)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"away\"", "*", "F1", "=", "5000" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-12640874-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "1", "18 July 2007", "Darlington", "Away", "2–0", "4,500" ], [ "3", "2", "21 July 2007", "Scunthorpe United", "Away", "0–1", "5,388" ], [ "4", "3", "28 July 2007", "Bohemian", "Away", "1–0", "5,033" ], [ "5", "4", "30 July 2007", "Cork City", "Away", "1–1", "9,000" ], [ "6", "5", "1 August 2007", "Galway United", "Away", "4–0", "5,000" ], [ "7", "6", "4 August 2007", "Juventus", "Home", "1–1", "25,852" ] ] }, { "t5Formulas": [ { "Question": "What player has a total of 297?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=297))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)=297))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "297" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which country has a total less than 289 and finished t2?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"t2\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<289))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,F2:F11=\"t2\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<289))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t2\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "289" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which player finished t35?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t35\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"t35\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t35\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What finish has a total of more than 289 and won in 1979?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=1979),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>289))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,C2:C11=1979),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>289))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "1979", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "289" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16490473-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Seve Ballesteros", "Spain", "1980 , 1983", "285", "–3", "T2" ], [ "3", "Ben Crenshaw", "United States", "1984", "286", "–2", "T4" ], [ "4", "Bernhard Langer", "West Germany", "1985", "289", "+1", "T7" ], [ "5", "Jack Nicklaus", "United States", "1963 , 1965 , 1966 , 1972 , 1975 , 1986", "289", "+1", "T7" ], [ "6", "Tom Watson", "United States", "1977 , 1981", "289", "+1", "T7" ], [ "7", "Craig Stadler", "United States", "1982", "291", "+3", "T17" ], [ "8", "Fuzzy Zoeller", "United States", "1979", "295", "+7", "T27" ], [ "9", "Gary Player", "South Africa", "1961 , 1974 , 1978", "297", "+9", "T35" ], [ "10", "Tommy Aaron", "United States", "1973", "305", "+17", "T50" ], [ "11", "Billy Casper", "United States", "1970", "305", "+17", "T50" ] ] }, { "t5Formulas": [ { "Question": "What round was on 7 January 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"7 january 2003\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"7 january 2003\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"7 january 2003\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result F_A on 17 December 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"17 december 2002\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"17 december 2002\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"17 december 2002\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What attendance was on 7 January 2003?", "Formula": "SUMIFS(E1,A1,\"7 january 2003\")", "Formula2": "SUMIFS(E2:E7,A2:A7,\"7 january 2003\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"7 january 2003\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-13167639-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Round", "Opponents", "Result F–A", "Attendance" ], [ "2", "5 November 2002", "Round 3", "Leicester City", "2–0", "47,848" ], [ "3", "3 December 2002", "Round 4", "Burnley", "2–0", "22,034" ], [ "4", "17 December 2002", "Round 5", "Chelsea", "1–0", "57,985" ], [ "5", "7 January 2003", "Semi-final First leg", "Blackburn Rovers", "1–1", "62,740" ], [ "6", "22 January 2003", "Semi-final Second leg", "Blackburn Rovers", "3–1", "29,048" ], [ "7", "2 March 2003", "Final", "Liverpool", "0–2", "74,500" ] ] }, { "t5Formulas": [ { "Question": "What's the callsign of Mom's Radio 101.9 Zamboanga?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mom's radio 101.9 zamboanga\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"mom's radio 101.9 zamboanga\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"mom's radio 101.9 zamboanga\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the power when the frequency is 101.5mhz?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"101.5mhz\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"101.5mhz\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"101.5mhz\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the location of Mom's Radio 95.9 Naga having a power of 10kw?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"10kw\")*(A1=\"mom's radio 95.9 naga\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"10kw\")*(A2:A8=\"mom's radio 95.9 naga\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"10kw\"", "*", "A1", "=", "\"mom's radio 95.9 naga\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the callsign in Tacloban?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"tacloban\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"tacloban\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"tacloban\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the power of Mom's Radio 101.5 Tacloban?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mom's radio 101.5 tacloban\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"mom's radio 101.5 tacloban\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"mom's radio 101.5 tacloban\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17487395-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Branding", "Callsign", "Frequency", "Power (kW)", "Location" ], [ "2", "Mom's Radio 97.9 Laoag", "DWSN-FM", "97.9MHz", "5kW", "Laoag" ], [ "3", "Mom's Radio 95.9 Naga", "DZRB-FM", "95.9MHz", "10kW", "Naga" ], [ "4", "Mom's Radio 90.3 Bacolod", "DYCP-FM", "90.3MHz", "5kW", "Bacolod" ], [ "5", "Mom's Radio 88.3 Cebu", "DYAP-FM", "88.3MHz", "5kW", "Cebu" ], [ "6", "Mom's Radio 101.5 Tacloban", "DYJP-FM", "101.5MHz", "2.5kW", "Tacloban" ], [ "7", "Mom's Radio 101.9 Zamboanga", "DXJP-FM", "101.9MHz", "5kW", "Zamboanga" ], [ "8", "Mom's Radio 97.9 Davao", "DXSS", "97.9MHz", "10kW", "Davao" ] ] }, { "t5Formulas": [ { "Question": "who is the provider when up (up to kbit/s) is 1180?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1180))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(E2:E12)),FILTER(query1,CHOOSECOLS(query1,2)=1180))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1180" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what is the highest down (up to kbits/s) when resale is yes, up ( up to kbit/s) is 1180 and provider is 1&1?", "Formula": "MAX(FILTER(D1, (C1=\"yes\")*(E1=1180)*(B1=\"1&1\")))", "Formula2": "MAX(FILTER(D2:D12, (C2:C12=\"yes\")*(E2:E12=1180)*(B2:B12=\"1&1\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "=", "\"yes\"", "*", "E1", "=", "1180", "*", "B1", "=", "\"1&1\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "what is the resale when the down (up to kbit/s) is 24000?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=24000))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=24000))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "24000" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the average down (up to kbit/s) when the provider is willy.tel and the up (kbit/s) is more than 1984?", "Formula": "AVERAGE(FILTER(D1, (B1=\"willy.tel\")*(E1>1984)))", "Formula2": "AVERAGE(FILTER(D2:D12, (B2:B12=\"willy.tel\")*(E2:E12>1984)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", "=", "\"willy.tel\"", "*", "E1", ">", "1984" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1773908-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "DSL Type", "Provider", "Resale", "Down (up to kbit/s)", "Up (up to kbit/s)" ], [ "2", "ADSL2+", "Deutsche Telekom AG", "no", "16000", "1180" ], [ "3", "ADSL2+", "Alice DSL/HanseNet", "some", "16000", "1024" ], [ "4", "ADSL2+", "Vodafone AG/Arcor AG", "yes", "16000", "1024" ], [ "5", "ADSL2+", "1&1", "yes", "16000", "1180" ], [ "6", "ADSL2+", "QSC/Telefónica", "some", "16000", "1024" ], [ "7", "ADSL2+", "Versatel", "yes", "16000", "800" ], [ "8", "ADSL2+", "Congstar", "yes", "16000", "1180" ], [ "9", "ADSL2+", "Netcologne", "no", "18000", "1024" ], [ "10", "ADSL2+", "M-net", "no", "18000", "1024" ], [ "11", "ADSL2+", "Willy.tel", "no", "24000", "1984" ], [ "12", "ADSL2+", "T-M-Net.de", "no", "22000", "1420" ] ] }, { "t5Formulas": [ { "Question": "What is the fewest bronze medals when the total medals is less than 10, and the gold medals less than 0?", "Formula": "MIN(FILTER(D1, (E1<10)*(B1<0)))", "Formula2": "MIN(FILTER(D2:D11, (E2:E11<10)*(B2:B11<0)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", "<", "10", "*", "B1", "<", "0" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "With 8 as the rank, and a total of more than 2 medals what is the average bronze medals?", "Formula": "AVERAGE(FILTER(D1, (A1=\"8\")*(E1>2)))", "Formula2": "AVERAGE(FILTER(D2:D11, (A2:A11=\"8\")*(E2:E11>2)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", "=", "\"8\"", "*", "E1", ">", "2" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the maximum total medals when the rank is 8?", "Formula": "MAXIFS(E1,A1,\"8\")", "Formula2": "MAXIFS(E2:E11,A2:A11,\"8\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "A1", "\"8\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the largest number of gold medals when the bronze medals is less than 49, and there is 22 silver medals, and the total is less than 60?", "Formula": "MAX(FILTER(B1, (D1<49)*(C1=22)*(E1<60)))", "Formula2": "MAX(FILTER(B2:B11, (D2:D11<49)*(C2:C11=22)*(E2:E11<60)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "D1", "<", "49", "*", "C1", "=", "22", "*", "E1", "<", "60" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "When the number of gold medals is greater than 59, and the rank is total, what is the average bronze medals?", "Formula": "AVERAGE(FILTER(D1, (A1=\"total\")*(B1>59)))", "Formula2": "AVERAGE(FILTER(D2:D11, (A2:A11=\"total\")*(B2:B11>59)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", "=", "\"total\"", "*", "B1", ">", "59" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-177520-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "25", "22", "13", "60" ], [ "3", "2", "20", "16", "18", "54" ], [ "4", "3", "6", "4", "8", "18" ], [ "5", "4", "3", "4", "2", "9" ], [ "6", "5", "3", "4", "1", "8" ], [ "7", "6", "2", "3", "5", "10" ], [ "8", "7", "0", "2", "1", "3" ], [ "9", "8", "0", "1", "1", "2" ], [ "10", "9", "0", "1", "0", "1" ], [ "11", "Total", "59", "57", "49", "165" ] ] }, { "t5Formulas": [ { "Question": "What is the week 12 result?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=12))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "12" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-11172543-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 25, 1955", "at San Francisco 49ers", "W 23-14", "60,100" ], [ "3", "2", "October 2, 1955", "Pittsburgh Steelers", "W 27-26", "45,816" ], [ "4", "3", "October 9, 1955", "at Detroit Lions", "W 17-10", "54,836" ], [ "5", "4", "October 16, 1955", "at Green Bay Packers", "L 30-28", "26,960" ], [ "6", "5", "October 23, 1955", "Detroit Lions", "W 24-13", "68,690" ], [ "7", "6", "October 30, 1955", "Chicago Bears", "L 31-20", "69,587" ], [ "8", "7", "November 6, 1955", "San Francisco 49ers", "W 27-14", "85,302" ], [ "9", "8", "November 13, 1955", "at Chicago Bears", "L 24-3", "50,187" ], [ "10", "9", "November 20, 1955", "at Baltimore Colts", "T 17-17", "41,186" ], [ "11", "10", "November 27, 1955", "at Philadelphia Eagles", "W 23-21", "31,648" ], [ "12", "11", "December 4, 1955", "Baltimore Colts", "W 20-14", "37,024" ], [ "13", "12", "December 11, 1955", "Green Bay Packers", "W 31-17", "90,535" ] ] }, { "t5Formulas": [ { "Question": "What organization had the founding date of 1998-11-08? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1998-11-08\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"1998-11-08\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1998-11-08\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many letters were given to the organization with a founding date of 1997-12-12? ", "Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"1997-12-12\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A12, D2:D12=\"1997-12-12\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "\"1997-12-12\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-2538117-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Letters", "Organization", "Nickname", "Founding Date", "Founding University", "Type" ], [ "2", "ΑΙΟ", "Alpha Iota Omicron", "\"AIO\"", "1998-10-16", "University of Michigan", "Fraternity" ], [ "3", "ΒΧΘ", "Beta Chi Theta 2", "\"Beta Chi/BCT\"", "1999-06-02", "University of California, Los Angeles", "Fraternity" ], [ "4", "ΒΚΓ", "Beta Kappa Gamma", "\"BKG\"", "1999-05-06", "University of Texas at Austin", "Fraternity" ], [ "5", "ΔΣΙ", "Delta Sigma Iota", "\"DSI\"", "2000-08-15", "Pennsylvania State University", "Fraternity" ], [ "6", "ΔΕΨ", "Delta Epsilon Psi", "\"DEPsi/D.E.Psi\"", "1998-10-01", "University of Texas at Austin", "Fraternity" ], [ "7", "ΔΘΨ", "Delta Theta Psi", "\"DTPsi\"", "2002-01-14", "University of Michigan", "Sorority" ], [ "8", "ΔΚΔ", "Delta Kappa Delta 1", "\"DKD\"", "2000-08-15", "Texas A&M University", "Sorority" ], [ "9", "ΔEΣΙ", "Delta Epsilon Sigma Iota", "\"Desi\"", "1997-12-12", "University at Buffalo, SUNY", "Fraternity" ], [ "10", "ΔΦΩ", "Delta Phi Omega", "\"DPO\"", "1998-12-06", "University of Houston", "Sorority" ], [ "11", "ΙΝΔ", "Iota Nu Delta", "\"IND\"", "1994-02-07", "Binghamton University", "Fraternity" ], [ "12", "ΚΦΓ", "Kappa Phi Gamma", "\"KPhiG\"", "1998-11-08", "University of Texas at Austin", "Sorority" ] ] }, { "t5Formulas": [ { "Question": "How many ships ended up being 'Captured'?", "Formula": "SUMIFS(B1,G1,\"captured\")", "Formula2": "SUMIFS(B2:B8,G2:G8,\"captured\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "G1", "\"captured\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "List the name and tonnage ordered by in descending alphaetical order for the names.", "Formula": "SORTBY(CHOOSE({1,2},C1,D1),C1,-1)", "Formula2": "SORTBY(CHOOSE({1,2},C2:C8,D2:D8),C2:C8,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "CHOOSE(", "1", "2", "C1", "D1", "C1", "-", "1" ], "Funcs": [ "SORTBY(", "CHOOSE(", "Num", "Num", "Cell", "Cell", "Cell", "-", "Num" ] }, { "Question": "the number of captured ships", "Formula": "SUMIFS(B1,G1,\"captured\")", "Formula2": "SUMIFS(B2:B8,G2:G8,\"captured\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "G1", "\"captured\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "The names of ships from z to a with corresponding tonnage.", "Formula": "SORT(UNIQUE(HSTACK(C1,B1,D1)), 1, -1)", "Formula2": "SORT(UNIQUE(HSTACK(C2:C8,B2:B8,D2:D8)), 1, -1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "C1", "B1", "D1", "1", "-", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "-", "Num" ] } ], "TableName": "battle_death_ship", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "lost in battle", "ship id", "name", "tonnage", "ship type", "location", "disposition of ship" ], [ "2", "8", "1", "Lettice", "t", "Brig", "English Channel", "Captured" ], [ "3", "7", "2", "Bon Accord", "t", "Brig", "English Channel", "Captured" ], [ "4", "6", "3", "Mary", "t", "Brig", "English Channel", "Captured" ], [ "5", "5", "4", "HMS Avon", "391", "18-gun Brig", "English Channel", "Wrecked" ], [ "6", "5", "5", "Three Brothers", "t", "Brig", "SW Approaches", "Scuttled" ], [ "7", "4", "6", "Bacchus", "t", "Brig", "English Channel", "Sank" ], [ "8", "8", "7", "HMS Atalanta", "225", "8 gun Brig", "Mid-Atlantic", "Captured" ] ] }, { "t5Formulas": [ { "Question": "When Baltimore County, Howard are represented, what's the first elected when the committee is environmental matters (vice-chair)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"baltimore county, howard\")*(F1=\"environmental matters (vice-chair)\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"baltimore county, howard\")*(F2:F9=\"environmental matters (vice-chair)\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"baltimore county, howard\"", "*", "F1", "=", "\"environmental matters (vice-chair)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What party is the delegate of Turner, Frank S. Frank S. Turner of Howard County?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"howard\")*(C1=\"turner, frank s. frank s. turner\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"howard\")*(C2:C9=\"turner, frank s. frank s. turner\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"howard\"", "*", "C1", "=", "\"turner, frank s. frank s. turner\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14009909-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Counties Represented", "Delegate", "Party", "First Elected", "Committee" ], [ "2", "09.1 9A", "Howard", "Bates, Gail H. Gail H. Bates", "Republican", "2002", "Appropriations" ], [ "3", "09.1 9A", "Howard", "Miller, Warren E. Warren E. Miller", "Republican", "2003", "Economic Matters" ], [ "4", "12.1 12A", "Baltimore County , Howard", "DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.", "Democratic", "2002", "Appropriations" ], [ "5", "12.1 12A", "Baltimore County , Howard", "Malone, James E. Jr. James E. Malone, Jr.", "Democratic", "1994", "Environmental Matters (Vice-Chair)" ], [ "6", "12.2 12B", "Howard", "Bobo, Elizabeth Elizabeth Bobo", "Democratic", "1994", "Environmental Matters" ], [ "7", "13", "Howard", "Pendergrass, Shane E. Shane Pendergrass", "Democratic", "1994", "Health and Government Operations" ], [ "8", "13", "Howard", "Guzzone, Guy Guy Guzzone", "Democratic", "2006", "Appropriations" ], [ "9", "13", "Howard", "Turner, Frank S. Frank S. Turner", "Democratic", "1994", "Ways and Means" ] ] }, { "t5Formulas": [ { "Question": "What engine type is used in a Space Shuttle Vacuum scenario?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Space shuttle vacuum\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Space shuttle vacuum\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Space shuttle vacuum\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the effective exhaust velocity in a Space Shuttle Vacuum?", "Formula": "SUMIFS(F1,B1,\"Space shuttle vacuum\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"Space shuttle vacuum\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"Space shuttle vacuum\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the maximum specific impulse with a 4423 m/s effective exhaust velocity?", "Formula": "MAX(FILTER(E1, F1=4423))", "Formula2": "MAX(FILTER(E2:E7, F2:F7=4423))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "F1", "=", "4423" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the SFC when the specific impulse is 453?", "Formula": "SUM(FILTER(D1, E1=453))", "Formula2": "SUM(FILTER(D2:D7, E2:E7=453))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "453" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-15944-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Engine type", "Scenario", "SFC in lb/(lbf·h)", "SFC in g/(kN·s)", "Specific impulse (s)", "Effective exhaust velocity (m/s)" ], [ "2", "NK-33 rocket engine", "Vacuum", "10.9", "309", "331", "3240" ], [ "3", "SSME rocket engine", "Space shuttle vacuum", "7.95", "225", "453", "4423" ], [ "4", "Ramjet", "Mach 1", "4.5", "127", "800", "7877" ], [ "5", "J-58 turbojet", "SR-71 at Mach 3.2 (Wet)", "1.9", "53.8", "1900", "18587" ], [ "6", "Rolls-Royce/Snecma Olympus 593", "Concorde Mach 2 cruise (Dry)", "1.195", "33.8", "3012", "29553" ], [ "7", "CF6-80C2B1F turbofan", "Boeing 747-400 cruise", "0.605", "17.1", "5950", "58400" ] ] }, { "t5Formulas": [ { "Question": "What was the score when the heat played at charlotte arena?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Charlotte Arena\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"Charlotte Arena\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Charlotte Arena\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many games had the team played after they were 40-20?", "Formula": "SUMIFS(A1,I1,\"40-20\")", "Formula2": "SUMIFS(A2:A14,I2:I14,\"40-20\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "I1", "\"40-20\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-13762472-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "57", "March 1", "@ Boston", "W 103–96 (OT)", "Dwyane Wade (24)", "Shaquille O'Neal (9)", "Jason Williams (9)", "FleetCenter", "37-20" ], [ "3", "58", "March 4", "Atlanta", "W 95–83 (OT)", "Shaquille O'Neal (21)", "Shaquille O'Neal (8)", "Jason Williams (7)", "American Airlines Arena", "38-20" ], [ "4", "59", "March 6", "@ Charlotte", "W 106–105 (OT)", "Shaquille O'Neal (35)", "Udonis Haslem (13)", "Jason Williams (5)", "Charlotte Arena", "39-20" ], [ "5", "60", "March 8", "Washington", "W 118–112 (OT)", "Dwyane Wade (40)", "Shaquille O'Neal (11)", "Dwyane Wade , Jason Williams (5)", "American Airlines Arena", "40-20" ], [ "6", "61", "March 10", "Golden State", "L 106–111 (OT)", "Dwyane Wade (42)", "Shaquille O'Neal (15)", "Dwyane Wade (6)", "American Airlines Arena", "40-21" ], [ "7", "62", "March 12", "Cleveland", "W 98–92 (OT)", "Dwyane Wade (35)", "Dwyane Wade (9)", "Dwyane Wade (7)", "American Airlines Arena", "41-21" ], [ "8", "64", "March 16", "Boston", "W 107–104 (OT)", "Dwyane Wade (30)", "Udonis Haslem , Shaquille O'Neal (11)", "Dwyane Wade (6)", "American Airlines Arena", "43-21" ], [ "9", "65", "March 18", "@ Chicago", "W 85–84 (OT)", "Dwyane Wade (15)", "Udonis Haslem (11)", "Jason Williams (5)", "United Center", "44-21" ], [ "10", "66", "March 19", "@ New York", "W 111–100 (OT)", "Dwyane Wade (30)", "Udonis Haslem (7)", "Dwyane Wade , Jason Williams (9)", "Madison Square Garden", "45-21" ], [ "11", "67", "March 21", "@ Minnesota", "L 96–100 (OT)", "Dwyane Wade (35)", "Alonzo Mourning (12)", "Dwyane Wade (8)", "American Airlines Arena", "45-22" ], [ "12", "68", "March 22", "@ Detroit", "L 73–82 (OT)", "Shaquille O'Neal (27)", "Udonis Haslem (12)", "Dwyane Wade (9)", "The Palace of Auburn Hills", "45-23" ], [ "13", "69", "March 24", "Charlotte", "W 114–93 (OT)", "Dwyane Wade (24)", "Shaquille O'Neal (9)", "Dwyane Wade (8)", "American Airlines Arena", "46-23" ], [ "14", "70", "March 27", "Indiana", "W 96–91 (OT)", "Shaquille O'Neal (23)", "Shaquille O'Neal (11)", "Dwyane Wade (5)", "American Airlines Arena", "47-23" ] ] }, { "t5Formulas": [ { "Question": "What is the highest chart number for the song Yardbirds aka Roger the Engineer?", "Formula": "MAXIFS(E1,B1,\"yardbirds aka roger the engineer\")", "Formula2": "MAXIFS(E2:E6,B2:B6,\"yardbirds aka roger the engineer\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "B1", "\"yardbirds aka roger the engineer\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average chart number for 11/1965?", "Formula": "AVERAGEIFS(E1,A1,\"11/1965\")", "Formula2": "AVERAGEIFS(E2:E6,A2:A6,\"11/1965\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "A1", "\"11/1965\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is origin country for a title that charted at 52?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=52))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=52))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "52" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15258059-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Title", "Origin", "Label & Cat. no.", "Chart no." ], [ "2", "6/1965", "For Your Love", "US", "Epic LN 24167/BN-26167", "96" ], [ "3", "11/1965", "Having a Rave Up with The Yardbirds", "US", "Epic LN 24177/BN 26177", "53" ], [ "4", "7/1966", "Yardbirds aka Roger the Engineer", "UK", "Columbia SX 6063/SCX 6063", "20" ], [ "5", "7/1966", "Over Under Sideways Down", "US", "Epic LN 24210/BN 26210", "52" ], [ "6", "8/1967", "Little Games", "US", "Epic LN 24313/BN 26313", "80" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the average Attendance rhat has the Opponent of dunfermline athletic?", "Formula": "AVERAGEIFS(E1,B1,\"dunfermline athletic\")", "Formula2": "AVERAGEIFS(E2:E6,B2:B6,\"dunfermline athletic\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"dunfermline athletic\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Can you tell me the average Attendance that has the Scorers of steven, johnston, walters, mccoist, i.ferguson?", "Formula": "AVERAGEIFS(E1,F1,\"steven, johnston, walters, mccoist, i.ferguson\")", "Formula2": "AVERAGEIFS(E2:E6,F2:F6,\"steven, johnston, walters, mccoist, i.ferguson\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "F1", "\"steven, johnston, walters, mccoist, i.ferguson\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-16649722-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Opponent", "Venue", "Result", "Attendance", "Scorers" ], [ "2", "15 August 1989", "Arbroath", "H", "4–0", "31,762", "McCoist (3), I.Ferguson" ], [ "3", "23 August 1989", "Greenock Morton", "A", "2–1", "11,821", "Walters, Pickering (o.g.)" ], [ "4", "30 August 1989", "Hamilton Academical", "A", "3–0", "9,162", "Walters (2), Steven" ], [ "5", "19 September 1989", "Dunfermline Athletic", "N", "5–0", "41,643", "Steven, Johnston, Walters, McCoist, I.Ferguson" ], [ "6", "22 October 1989", "Aberdeen", "N", "1–2", "61,190", "Walters (pen.)" ] ] }, { "t5Formulas": [ { "Question": "What is the average Points, when Played is greater than 126?", "Formula": "AVERAGE(FILTER(C1, D1>126))", "Formula2": "AVERAGE(FILTER(C2:C13, D2:D13>126))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "D1", ">", "126" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the sum of Average, when 2006 is \"36/40\", and when Played is greater than 126?", "Formula": "SUM(FILTER(B1, (E1=\"36/40\")*(D1>126)))", "Formula2": "SUM(FILTER(B2:B13, (E2:E13=\"36/40\")*(D2:D13>126)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"36/40\"", "*", "D1", ">", "126" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is 2006, when Team is \"Tacuary\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"tacuary\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,A2:A13=\"tacuary\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"tacuary\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17334827-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Average", "Points", "Played", "2006", "2007", "2008" ], [ "2", "Libertad", "2.179", "279", "126", "83/40", "95/44", "101/44" ], [ "3", "Cerro Porteño", "2.023", "259", "126", "92/40", "92/44", "75/44" ], [ "4", "Nacional", "1.484", "190", "126", "53/40", "60/44", "77/44" ], [ "5", "Olimpia", "1.406", "180", "126", "50/40", "76/44", "54/44" ], [ "6", "Sol de América", "1.363", "120", "86", "N/A", "57/44", "63/44" ], [ "7", "Sportivo Luqueño", "1.335", "171", "126", "56/40", "66/44", "49/44" ], [ "8", "Tacuary", "1.335", "171", "126", "66/40", "51/44", "54/44" ], [ "9", "Guaraní", "1.265", "162", "126", "42/40", "41/44", "79/44" ], [ "10", "2 de Mayo", "1.126", "142", "126", "58/40", "34/44", "50/42" ], [ "11", "12 de Octubre", "1.132", "145", "126", "42/40", "49/44", "53/44" ], [ "12", "3 de Febrero", "1.062", "136", "126", "36/40", "49/44", "51/44" ], [ "13", "Silvio Pettirossi", "0.500", "22", "42", "N/A", "N/A", "22/44" ] ] }, { "t5Formulas": [ { "Question": "What is the LLWS when the Year is 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2003),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=2003),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2003", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the earliest Year when the City is Peabody?", "Formula": "MINIFS(A1,C1,\"peabody\")", "Formula2": "MINIFS(A2:A14,C2:C14,\"peabody\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"peabody\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the total number of Years when the LLWS is 4th place, and when the City is Westport?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"4th place\")*(C1=\"westport\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"4th place\")*(C2:C14=\"westport\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"4th place\"", "*", "C1", "=", "\"westport\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13011547-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Champion", "City", "LLWS", "Record" ], [ "2", "2001", "Lincoln LL", "Lincoln", "Group Stage", "0–3" ], [ "3", "2002", "Jesse Burkett LL", "Worcester", "4th Place", "3–3" ], [ "4", "2003", "American LL", "Saugus", "4th Place", "4–2" ], [ "5", "2004", "Lincoln LL", "Lincoln", "Group Stage", "1–2" ], [ "6", "2005", "Westbrook LL", "Westbrook", "Group Stage", "1–2" ], [ "7", "2006", "Portsmouth LL", "Portsmouth", "U.S. Semifinal", "2–2" ], [ "8", "2007", "Walpole American LL", "Walpole", "Group Stage", "1–2" ], [ "9", "2008", "Shelton National LL", "Shelton", "Group Stage", "1–2" ], [ "10", "2009", "Peabody Western LL", "Peabody", "Group Stage", "1–2" ], [ "11", "2010", "Fairfield American LL", "Fairfield", "Group Stage", "1–2" ], [ "12", "2011", "Cumberland American LL", "Cumberland", "Round 1", "1–2" ], [ "13", "2012", "Fairfield American LL", "Fairfield", "Round 3", "2–2" ], [ "14", "2013", "Westport LL", "Westport", "4th Place", "3–3" ] ] }, { "t5Formulas": [ { "Question": "What shows for round when the race was Int. Adac Preis Von Zweibrücken?", "Formula": "SUMIFS(A1,B1,\"int. adac preis von zweibrücken\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"int. adac preis von zweibrücken\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"int. adac preis von zweibrücken\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the round for the Norisring circuit?", "Formula": "SUMIFS(A1,C1,\"norisring\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"norisring\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"norisring\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What race was a round smaller than 8, on 6 july?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"6 july\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"6 july\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"6 july\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the round for the Int. Adac-Preis Der Tourenwagen Von Sachsen-Anhalt?", "Formula": "SUMIFS(A1,B1,\"int. adac-preis der tourenwagen von sachsen-anhalt\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"int. adac-preis der tourenwagen von sachsen-anhalt\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"int. adac-preis der tourenwagen von sachsen-anhalt\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17701581-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Race", "Circuit", "Date", "Event", "Winning driver" ], [ "2", "1", "Int. ADAC-Preis Hockenheim", "Hockenheimring", "19 April", "Sprint Race", "Uwe Alzen Manuel Reuter" ], [ "3", "2", "60. Int. ADAC Eifelrennen", "Nürburgring", "10 May", "Sprint Race", "Roland Asch Johnny Cecotto" ], [ "4", "3", "Sachsenring", "Sachsenring", "24 May", "Sprint Race", "Johnny Cecotto Johnny Cecotto" ], [ "5", "4", "200 Meilen von Nürnberg", "Norisring", "6 July", "Sprint Race", "Jörg van Ommen Laurent Aiello" ], [ "6", "5", "ADAC-Regio-Preis Lahr", "Regio-Ring", "19 July", "Sprint Race", "Uwe Alzen Gabriele Tarquini" ], [ "7", "6", "35. Int. ADAC - Flugplatzrennen", "Wunstorf", "2 August", "Sprint Race", "Laurent Aiello Manuel Reuter" ], [ "8", "7", "Int. ADAC Preis von Zweibrücken", "Zweibrücken", "16 August", "Sprint Race", "Johnny Cecotto Johnny Cecotto" ], [ "9", "8", "Int. ADAC Alpentrophäe", "Salzburgring", "30 August", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "10", "9", "Int. ADAC-Preis der Tourenwagen von Sachsen-Anhalt", "Motorsport Arena Oschersleben", "13 September", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "11", "10", "25. ADAC Bilstein Supersprint", "Nürburgring", "4 October", "Sprint Race", "Manuel Reuter Eric Hélary" ] ] }, { "t5Formulas": [ { "Question": "Who won silver in the year before 2010, the year Chan Ming Shu won gold?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2010)*(C1=\"chan ming shu\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7<2010)*(C2:C7=\"chan ming shu\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "2010", "*", "C1", "=", "\"chan ming shu\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the location for the year under 2010 and the year Hei Zhi Hong won silver?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2010)*(D1=\"hei zhi hong\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7<2010)*(D2:D7=\"hei zhi hong\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "2010", "*", "D1", "=", "\"hei zhi hong\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which location had a year over 2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1>2006),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7>2006),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "2006", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "Num" ] } ], "TableName": "train_2-14783550-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Location", "Gold", "Silver", "Bronze" ], [ "2", "1990", "Beijing", "Chen Sitan", "Wang Zengxiang", "Nobutsugu Arai" ], [ "3", "1994", "Hiroshima", "Masaru Masuda", "Chan Ming Shu", "Han Gyeong Su Daniel Go" ], [ "4", "1998", "Bangkok", "Chan Ming Shu", "Toshiya Watanabe", "Nguyen Anh Minh" ], [ "5", "2002", "Busan", "Yang Seong Chan", "Chan Ming Shu", "Bobby Co" ], [ "6", "2006", "Doha", "Wu Yanan", "Hei Zhi Hong", "Goh Qiu Bin" ], [ "7", "2010", "Guangzhou", "Wu Yanan", "Nguyen Thanh Tung", "Hsiao Yung-jih" ] ] }, { "t5Formulas": [ { "Question": "Who was the home team when VFL played at Windy Hill?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"windy hill\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the attendance when the VFL played Glenferrie Oval?", "Formula": "SUMIFS(F1,E1,\"glenferrie oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"glenferrie oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"glenferrie oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the attendance when North Melbourne was the away team?", "Formula": "SUMIFS(F1,C1,\"north melbourne\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"north melbourne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"north melbourne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When did Essendon play as the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"essendon\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"essendon\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"essendon\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10750694-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "10.14 (74)", "South Melbourne", "12.14 (86)", "Punt Road Oval", "19,000", "2 August 1952" ], [ "3", "Hawthorn", "9.3 (57)", "Melbourne", "12.13 (85)", "Glenferrie Oval", "9,000", "2 August 1952" ], [ "4", "Footscray", "7.6 (48)", "North Melbourne", "8.9 (57)", "Western Oval", "14,760", "2 August 1952" ], [ "5", "St Kilda", "7.13 (55)", "Geelong", "9.16 (70)", "Junction Oval", "12,000", "2 August 1952" ], [ "6", "Essendon", "13.10 (88)", "Collingwood", "12.17 (89)", "Windy Hill", "21,000", "2 August 1952" ], [ "7", "Fitzroy", "5.15 (45)", "Carlton", "5.14 (44)", "Brunswick Street Oval", "29,000", "2 August 1952" ] ] }, { "t5Formulas": [ { "Question": "Which game modes have Pinyin of chāojí mǎlìōu shìjiè?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chāojí mǎlìōu shìjiè\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"chāojí mǎlìōu shìjiè\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"chāojí mǎlìōu shìjiè\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1616608-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Chinese Title", "Pinyin", "Released Date", "Genre", "Game Modes" ], [ "2", "极速F-ZERO未来赛车", "Jísù F-ZERO Wèilái Sàichē", "2007", "Racing", "Single-Player, Muti-Player (1-4)" ], [ "3", "超级马力欧世界", "Chāojí Mǎlìōu Shìjiè", "2006", "Platform", "Single-Player, Muti-Player" ], [ "4", "耀西岛", "Yàoxi Dǎo", "2006", "Platform", "Single-Player" ], [ "5", "密特罗德 融合", "Mìtèluōdé Rónghé", "2006", "Shooter", "Single-Player" ], [ "6", "瓦力欧制造", "Wǎlìōu Zhìzào", "2005", "Minigames", "Single-Player" ], [ "7", "密特罗德:零点任务", "Mìtèluōdé: Língdiǎn Rènwù", "2005", "Shooter", "Single-Player" ], [ "8", "超级马力欧2", "Chāojí Mǎlìōu 2", "2004", "Platform", "Single-Player" ], [ "9", "瓦力欧寻宝记", "Wǎlìōu Xúnbǎo Jì", "2004", "Platform", "Single-Player" ] ] }, { "t5Formulas": [ { "Question": "When was the person who died on 16 July 1946 born?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"16 july 1946\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"16 july 1946\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"16 july 1946\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the spouse of the person born on 29 September 1766?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"29 september 1766\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"29 september 1766\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"29 september 1766\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is born on 29 September 1766?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"29 september 1766\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"29 september 1766\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"29 september 1766\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was born on 10 May 1788 that ceased to be queen?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10 may 1788\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"10 may 1788\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"10 may 1788\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How is the marriage of who became queen on 30 October 1816 husband's accession?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"30 october 1816 husband's accession\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"30 october 1816 husband's accession\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"30 october 1816 husband's accession\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the person who became queen on 15 April 1820 born?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15 april 1820\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"15 april 1820\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15 april 1820\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-14155268-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Birth", "Marriage", "Became Queen", "Ceased to be Queen", "Death", "Spouse" ], [ "2", "Charlotte, Princess Royal", "29 September 1766", "18 May 1797", "1 January 1806 elevated from Electress", "30 October 1816 husband's death", "5 October 1828", "Frederick I" ], [ "3", "Catherine Pavlovna of Russia", "10 May 1788", "24 January 1816", "30 October 1816 husband's accession", "19 January 1819", "19 January 1819", "William I" ], [ "4", "Pauline Therese of Württemberg", "4 September 1800", "15 April 1820", "15 April 1820", "25 June 1864 husband's death", "10 May 1873", "William I" ], [ "5", "Olga Nikolaevna of Russia", "11 September 1822", "13 July 1848", "25 June 1864 husband's accession", "6 October 1891 husband's death", "30 October 1892", "Charles I" ], [ "6", "Charlotte of Schaumburg-Lippe", "10 October 1864", "8 April 1886", "6 October 1891 husband's accession", "30 November 1918 husband's abdication", "16 July 1946", "William II" ] ] }, { "t5Formulas": [ { "Question": "What is the nickname of Linfield College?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Linfield College\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Linfield College\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Linfield College\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the private/baptist school founded?", "Formula": "SUMIFS(D1,E1,\"Private/Baptist\")", "Formula2": "SUMIFS(D2:D9,E2:E9,\"Private/Baptist\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "E1", "\"Private/Baptist\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many different items appear in the enrollment column that joined in 1931, 1949 1?", "Formula": "ROWS(UNIQUE(FILTER(F1, G1=\"1931, 1949 1\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F9, G2:G9=\"1931, 1949 1\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "G1", "=", "\"1931, 1949 1\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the location of the University that joined in 1926, 1996 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1926, 1996 2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"1926, 1996 2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"1926, 1996 2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the earliest founded university?", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D9)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "train_1-261941-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Location", "Nickname", "Founded", "Type", "Enrollment", "Joined" ], [ "2", "George Fox University", "Newberg, Oregon", "Bruins", "1885", "Private/Quaker", "3519", "1996" ], [ "3", "Lewis & Clark College", "Portland, Oregon", "Pioneers", "1867", "Private/Non-sectarian", "3433", "1931, 1949 1" ], [ "4", "Linfield College", "McMinnville, Oregon", "Wildcats", "1849", "Private/Baptist", "2664", "1926" ], [ "5", "Pacific University", "Forest Grove, Oregon", "Boxers", "1849", "Private/United Church of Christ", "3302", "1926" ], [ "6", "Pacific Lutheran University", "Tacoma, Washington", "Lutes", "1890", "Private/Lutheran", "3461", "1965" ], [ "7", "University of Puget Sound", "Tacoma, Washington", "Loggers", "1888", "Private/Non-sectarian", "2600", "1926, 1996 2" ], [ "8", "Whitman College", "Walla Walla, Washington", "Missionaries", "1859", "Private/Non-sectarian", "1475", "1926" ], [ "9", "Whitworth University", "Spokane, Washington", "Pirates", "1890", "Private/Presbyterian", "2886", "1970, 1988 3" ] ] }, { "t5Formulas": [ { "Question": "How many people attended the match on 1/11?", "Formula": "SUMIFS(F1,A1,\"1/11\")", "Formula2": "SUMIFS(F2:F16,A2:A16,\"1/11\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"1/11\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the leading scorer in the match when the Golden State Warriors were visiting the Dallas Mavericks?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"golden state warriors\")*(D1=\"dallas mavericks\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(B2:B16=\"golden state warriors\")*(D2:D16=\"dallas mavericks\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"golden state warriors\"", "*", "D1", "=", "\"dallas mavericks\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11964379-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "1/2", "Golden State Warriors", "99–121", "Dallas Mavericks", "Stephen Jackson", "20,172", "19–14" ], [ "3", "1/4", "New Orleans Hornets", "104–116", "Golden State Warriors", "Baron Davis", "19,596", "19–15" ], [ "4", "1/7", "San Antonio Spurs", "130–121", "Golden State Warriors", "Baron Davis", "19,107", "20–15" ], [ "5", "1/9", "Golden State Warriors", "91–109", "Portland Trail Blazers", "Matt Barnes", "20,415", "20–16" ], [ "6", "1/11", "Memphis Grizzlies", "116–104", "Golden State Warriors", "Monta Ellis", "19,224", "21–16" ], [ "7", "1/13", "Indiana Pacers", "106–101", "Golden State Warriors", "Monta Ellis", "19,044", "22–16" ], [ "8", "1/15", "Golden State Warriors", "105–98", "Minnesota Timberwolves", "Baron Davis", "10,777", "23–16" ], [ "9", "1/16", "Golden State Warriors", "117–125", "Indiana Pacers", "Baron Davis", "11,501", "23–17" ], [ "10", "1/18", "Golden State Warriors", "119–111", "Chicago Bulls", "Baron Davis", "21,896", "24–17" ], [ "11", "1/19", "Golden State Warriors", "119–99", "Milwaukee Bucks", "Al Harrington", "16,615", "25–17" ], [ "12", "1/21", "Minnesota Timberwolves", "108–109", "Golden State Warriors", "Monta Ellis", "19,144", "25–18" ], [ "13", "1/24", "New Jersey Nets", "121–119", "Golden State Warriors", "Monta Ellis", "19,596", "26–18" ], [ "14", "1/27", "New York Knicks", "106–104", "Golden State Warriors", "Stephen Jackson", "19,596", "27–18" ], [ "15", "1/29", "Golden State Warriors", "107–111", "Houston Rockets", "Stephen Jackson", "16,586", "27–19" ], [ "16", "1/30", "Golden State Warriors", "116–103", "New Orleans Hornets", "Stephen Jackson", "14,410", "28–19" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest position for bruce taylor?", "Formula": "MINIFS(A1,B1,\"bruce taylor\")", "Formula2": "MINIFS(A2:A19,B2:B19,\"bruce taylor\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"bruce taylor\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which pilot has a position above 5 and a speed of 118.8km/h?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"118.8km/h\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E19,D2:D19=\"118.8km/h\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"118.8km/h\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is Erwin Sommer's average position?", "Formula": "AVERAGEIFS(A1,B1,\"erwin sommer\")", "Formula2": "AVERAGEIFS(A2:A19,B2:B19,\"erwin sommer\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"erwin sommer\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14091394-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Pilot", "Glider", "Speed", "Distance" ], [ "2", "1", "Sebastian Kawa", "Diana 2", "123.4km/h", "282.0km" ], [ "3", "2", "Ben Flewett", "ASW 27", "123.3km/h", "282.0km" ], [ "4", "3", "Steve Jones", "Ventus 2ax", "122.4km/h", "282.0km" ], [ "5", "4", "Petr Krejcirik", "Ventus 2ax", "121.6km/h", "282.0km" ], [ "6", "5", "Uli Schwenk", "Ventus 2ax", "121.4km/h", "282.0km" ], [ "7", "6", "Herbert Weiss", "ASG 29", "120.5km/h", "282.0km" ], [ "8", "7", "Mark Holliday", "ASW 27", "120.2km/h", "282.0km" ], [ "9", "8", "Christophe Ruch", "Ventus 2a", "119.4km/h", "282.0km" ], [ "10", "9", "Giorgio Galetto", "Ventus 2ax", "118.9km/h", "282.0km" ], [ "11", "10", "Mario Kiessling", "Ventus 2ax", "118.8km/h", "282.0km" ], [ "12", "11", "Peter Harvey", "ASW 27", "118.6km/h", "282.0km" ], [ "13", "12", "Bruce Taylor", "ASW 27", "117.6km/h", "282.0km" ], [ "14", "13", "Vladimir Panafutin", "LS6C", "115.7km/h", "282.0km" ], [ "15", "14", "Didier Hauss", "Ventus 2cxT", "115.4km/h", "282.0km" ], [ "16", "15", "Oscar Goudriaan", "Ventus", "109.6km/h", "282.0km" ], [ "17", "16", "Erwin Sommer", "Ventus 2ax", "96.7km/h", "282.0km" ], [ "18", "17", "Tim McAllister", "Ventus C", "92.8km/h", "282.0km" ], [ "19", "18", "Michael Sommer", "ASG 29", "10.7km/h", "282.0km" ] ] }, { "t5Formulas": [ { "Question": "What is the rank when the col is larger than 0?", "Formula": "SUM(FILTER(A1, F1>0))", "Formula2": "SUM(FILTER(A2:A7, F2:F7>0))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the rank when the elevation is 1,628, and Col (m) is larger than 0?", "Formula": "SUM(FILTER(A1, (E1=1628)*(F1>0)))", "Formula2": "SUM(FILTER(A2:A7, (E2:E7=1628)*(F2:F7>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "1628", "*", "F1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the elevation of Vanuatu, when the rank is smaller than 3?", "Formula": "SUM(FILTER(E1, (C1=\"vanuatu\")*(A1<3)))", "Formula2": "SUM(FILTER(E2:E7, (C2:C7=\"vanuatu\")*(A2:A7<3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"vanuatu\"", "*", "A1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-18946749-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Peak", "Country", "Island", "Elevation (m)", "Col (m)" ], [ "2", "1", "Mount Popomanaseu", "Solomon Islands", "Guadalcanal", "2,335", "0" ], [ "3", "2", "Mont Orohena", "French Polynesia", "Tahiti", "2,241", "0" ], [ "4", "3", "Mount Tabwemasana", "Vanuatu", "Espiritu Santo", "1,879", "0" ], [ "5", "4", "Silisili", "Samoa", "Savai'i", "1,858", "0" ], [ "6", "5", "Mount Veve", "Solomon Islands", "Kolombangara", "1,768", "0" ], [ "7", "6", "Mont Panié", "New Caledonia", "Grande Terre", "1,628", "0" ] ] }, { "t5Formulas": [ { "Question": "Name the most games with drawn more than 1", "Formula": "MAX(FILTER(A1, B1>1))", "Formula2": "MAX(FILTER(A2:A9, B2:B9>1))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Name the most points with lost of 2 and games more than 7", "Formula": "MAX(FILTER(E1, (C1=2)*(A1>7)))", "Formula2": "MAX(FILTER(E2:E9, (C2:C9=2)*(A2:A9>7)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "=", "2", "*", "A1", ">", "7" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-14137714-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Games", "Drawn", "Lost", "Points difference", "Points" ], [ "2", "7", "1", "0", "37 - 13", "13" ], [ "3", "7", "1", "1", "29 - 13", "11" ], [ "4", "7", "0", "2", "29 - 22", "10" ], [ "5", "7", "0", "4", "18 - 24", "6" ], [ "6", "7", "0", "4", "31 - 36", "6" ], [ "7", "7", "0", "4", "36 - 25", "6" ], [ "8", "7", "0", "5", "28 - 38", "4" ], [ "9", "7", "0", "7", "17 - 54", "0" ] ] }, { "t5Formulas": [ { "Question": "Who was the writer for episode 3?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the original airdate for the episode written by daisuke habara and directed by akimitsu sasaki", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Daisuke Habara\")*(D1=\"Akimitsu Sasaki\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"Daisuke Habara\")*(D2:D6=\"Akimitsu Sasaki\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Daisuke Habara\"", "*", "D1", "=", "\"Akimitsu Sasaki\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What episode did tomoyuki furumaya", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Tomoyuki Furumaya\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Tomoyuki Furumaya\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Tomoyuki Furumaya\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-29039942-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "Title", "Writer", "Director", "Original airdate", "Ratings (Kanto)" ], [ "2", "2", "Instruction execution (死刑執行命令)", "Daisuke Habara", "Akimitsu Sasaki", "Oct 25, 2010 22.00 - 22.54", "3.8" ], [ "3", "3", "Give flowers to the condemned (死刑囚へ贈る花)", "Shizuka Oki", "Makito Murakami", "Nov 1, 2010 22.00 - 22.54", "4.6" ], [ "4", "4", "Wedding Bride prison (獄中結婚の花嫁)", "Daisuke Habara", "Makito Murakami", "Nov 8, 2010 22.00 - 22.54", "4.3" ], [ "5", "6", "Gray man 33 years of false accusation (冤罪33年の白髪男)", "Daisuke Habara", "Munenobu Yamauchi", "Nov 22, 2010 22.00 - 22.54", "3.2" ], [ "6", "8", "Visits last miracle (最期の面会の奇跡)", "Shizuka Oki", "Tomoyuki Furumaya", "Dec 6, 2010 22.00 - 22.54", "3.0" ] ] }, { "t5Formulas": [ { "Question": "How many performances are there?", "Formula": "ROWS(UNIQUE(F1))", "Formula2": "ROWS(UNIQUE(F2:F7))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "F1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "List the hosts of performances in ascending order of attendance.", "Formula": "SORTBY(C1,E1,1)", "Formula2": "SORTBY(C2:C7,E2:E7,1)", "Level": "easy", "Tokens": [ "SORTBY(", "C1", "E1", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ] }, { "Question": "What are the dates and locations of performances?", "Formula": "CHOOSE({1,2},B1,D1)", "Formula2": "CHOOSE({1,2},B2:B7,D2:D7)", "Level": "easy", "Tokens": [ "CHOOSE(", "1", "2", "B1", "D1" ], "Funcs": [ "CHOOSE(", "Num", "Num", "Cell", "Cell" ] }, { "Question": "Show the attendances of the performances at location \"TD Garden\" or \"Bell Centre\"", "Formula": "FILTER(E1,(D1=\"TD Garden\")+(D1=\"Bell Centre\"))", "Formula2": "FILTER(E2:E7,(D2:D7=\"TD Garden\")+(D2:D7=\"Bell Centre\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"TD Garden\"", "+", "D1", "=", "\"Bell Centre\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str" ] }, { "Question": "Show different locations and the number of performances at each location.", "Formula": "SUMMARIZE(D1,DCOUNTX(F1))", "Formula2": "SUMMARIZE(D2:D7,DCOUNTX(F2:F7))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "DCOUNTX(", "F1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "Show the locations that have at least two performances.", "Formula": "LET(query1,SUMMARIZE(D1,DCOUNTX(F1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(D2:D7,DCOUNTX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "DCOUNTX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] } ], "TableName": "performance_attendance_performance", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "performance id", "date", "host", "location", "attendance", "performance" ], [ "2", "1.0", "February 2", "Boston Bruins", "TD Garden", "165", "" ], [ "3", "2.0", "February 4", "New York Rangers", "Madison Square Garden", "1820", "" ], [ "4", "3.0", "February 5", "Atlanta Thrashers", "Verizon Center", "1878", "" ], [ "5", "4.0", "February 7", "Pittsburgh Penguins", "Verizon Center", "1877", "" ], [ "6", "5.0", "February 10", "Montreal Canadiens", "Bell Centre", "2173", "" ], [ "7", "6.0", "February 11", "Ottawa Senators", "Scotiabank Place", "1982", "" ] ] }, { "t5Formulas": [ { "Question": "What is the pa listed when the ends won is 21?", "Formula": "SUM(FILTER(E1, F1=21))", "Formula2": "SUM(FILTER(E2:E6, F2:F6=21))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "21" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many times is there an entry in stolen ends when skip (club) is listed as debbie folk (nutana)?", "Formula": "SUMIFS(I1,A1,\"Debbie Folk (Nutana)\")", "Formula2": "SUMIFS(I2:I6,A2:A6,\"Debbie Folk (Nutana)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "I1", "A1", "\"Debbie Folk (Nutana)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the total mumber of skip (club) entries when the pf is 40?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=40))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=40))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "40" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the number of ends won entries when the skip (club) is chantelle eberle (tartan)?", "Formula": "SUMIFS(F1,A1,\"Chantelle Eberle (Tartan)\")", "Formula2": "SUMIFS(F2:F6,A2:A6,\"Chantelle Eberle (Tartan)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"Chantelle Eberle (Tartan)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-29546218-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Skip (Club)", "W", "L", "PF", "PA", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends" ], [ "2", "Cindy Ricci (Lampman)", "4", "1", "32", "33", "20", "16", "10", "7" ], [ "3", "Amber Holland (Kronau)", "3", "2", "35", "28", "20", "22", "7", "3" ], [ "4", "Debbie Folk (Nutana)", "3", "2", "40", "29", "22", "19", "6", "6" ], [ "5", "Chantelle Eberle (Tartan)", "2", "3", "32", "30", "21", "22", "6", "3" ], [ "6", "Robyn Silvernagle (Meadow Lake)", "2", "3", "24", "27", "17", "20", "11", "4" ] ] }, { "t5Formulas": [ { "Question": "In the week of what was the runner-up Pat Du Pré?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Pat Du Pré\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Pat Du Pré\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Pat Du Pré\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the semifinalists when the runner-up was Peter Feigl?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Peter Feigl\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Peter Feigl\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Peter Feigl\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the semifinalists when the runner-up was Pat Du Pré?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Pat Du Pré\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Pat Du Pré\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Pat Du Pré\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the semifinalists in the week of 13 November when the runner-up was Pat Du Pré?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"13 November\")*(D1=\"Pat Du Pré\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"13 November\")*(D2:D6=\"Pat Du Pré\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"13 November\"", "*", "D1", "=", "\"Pat Du Pré\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-29302781-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week of", "Tournament", "Champion", "Runner-up", "Semifinalists", "Quarterfinalists" ], [ "2", "6 November", "Stockholm , Sweden Hard – $175,000 – S64/D32", "John McEnroe 6–2, 6–2", "Tim Gullikson", "Björn Borg Wojtek Fibak", "Peter Fleming Tom Okker Arthur Ashe Stan Smith" ], [ "3", "6 November", "Stockholm , Sweden Hard – $175,000 – S64/D32", "Tom Okker Wojtek Fibak 6–3, 6–2", "Robert Lutz Stan Smith", "Björn Borg Wojtek Fibak", "Peter Fleming Tom Okker Arthur Ashe Stan Smith" ], [ "4", "13 November", "Hong Kong Hard – $75,000 – S32/D16", "Eliot Teltscher 6–4, 6–3, 6–2", "Pat Du Pré", "Hank Pfister Ramesh Krishnan", "Butch Walts Ken Rosewall Geoff Masters Terry Moor" ], [ "5", "13 November", "Hong Kong Hard – $75,000 – S32/D16", "John Marks Mark Edmondson 5–7, 7–6, 6–1", "Hank Pfister Brad Rowe", "Hank Pfister Ramesh Krishnan", "Butch Walts Ken Rosewall Geoff Masters Terry Moor" ], [ "6", "20 November", "Manila , Philippines Clay – $75,000 – S32/D16", "Yannick Noah 6–2, 6–0", "Peter Feigl", "Peter McNamara Brian Teacher", "Mike Cahill Ángel Giménez Terry Moor Tom Gorman" ] ] }, { "t5Formulas": [ { "Question": "what is the maximum aircraft movements with international passengers being 21002260", "Formula": "MAX(FILTER(H1, E1=21002260))", "Formula2": "MAX(FILTER(H2:H20, E2:E20=21002260))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "H1", "E1", "=", "21002260" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "what is the maximum freight (metric tonnes) with airport being liverpool", "Formula": "MAXIFS(I1,B1,\"Liverpool\")", "Formula2": "MAXIFS(I2:I20,B2:B20,\"Liverpool\")", "Level": "easy", "Tokens": [ "MAXIFS(", "I1", "B1", "\"Liverpool\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the airport with % change 2005/2006 being 13.0%", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"13.0%\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I20,D2:D20=\"13.0%\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"13.0%\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the maximum aircraft movements with airport being liverpool", "Formula": "MAXIFS(H1,B1,\"Liverpool\")", "Formula2": "MAXIFS(H2:H20,B2:B20,\"Liverpool\")", "Level": "easy", "Tokens": [ "MAXIFS(", "H1", "B1", "\"Liverpool\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the total passengers with freight (metric tonnes) being 827", "Formula": "SUM(FILTER(C1, I1=827))", "Formula2": "SUM(FILTER(C2:C20, I2:I20=827))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "I1", "=", "827" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": " how many airport with rank being 4", "Formula": "ROWS(UNIQUE(FILTER(B1, A1=4)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B20, A2:A20=4)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "4" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-13836704-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rank", "Airport", "Total Passengers", "% Change 2005/2006", "International Passengers", "Domestic Passengers", "Transit Passengers", "Aircraft Movements", "Freight (Metric Tonnes)" ], [ "2", "1", "London Heathrow", "67527923", "0.6%", "61345841", "5993386", "188696", "477048", "1263128" ], [ "3", "2", "London Gatwick", "34163579", "4.2%", "30018783", "4061562", "83234", "263363", "211857" ], [ "4", "3", "London Stansted", "23687013", "7.7%", "21002260", "2678092", "6661", "206693", "224312" ], [ "5", "4", "Manchester", "22442855", "0.2%", "18601604", "3522158", "319093", "229729", "148957" ], [ "6", "5", "London Luton", "9425908", "3.0%", "7875084", "1539745", "11079", "116131", "17993" ], [ "7", "6", "Birmingham Airport", "9147384", "2.5%", "7532792", "1523212", "91380", "119490", "14681" ], [ "8", "7", "Glasgow International", "8848755", "0.6%", "4245338", "4575124", "28293", "110034", "6289" ], [ "9", "8", "Edinburgh", "8611345", "1.8%", "2743220", "5863431", "4694", "126914", "36389" ], [ "10", "9", "Bristol", "5757963", "9.6%", "4297696", "1412526", "47741", "84583", "32" ], [ "11", "10", "Newcastle", "5431976", "4.4%", "3624228", "1783134", "24614", "81655", "306" ], [ "12", "11", "Belfast International", "5038692", "4.4%", "1533065", "3482199", "23428", "77652", "38417" ], [ "13", "12", "Liverpool", "4963776", "12.5%", "4078245", "884215", "1316", "91263", "5724" ], [ "14", "13", "East Midlands", "4727996", "13.0%", "4048071", "672748", "7177", "88592", "272303" ], [ "15", "14", "Aberdeen", "3164042", "10.9%", "1325989", "1836635", "1418", "116971", "4022" ], [ "16", "15", "Leeds Bradford", "2792686", "7.0%", "2154982", "632235", "5469", "66921", "101" ], [ "17", "16", "Glasgow Prestwick", "2397412", "0.4%", "1824523", "570405", "2484", "48189", "28537" ], [ "18", "17", "London City", "2358184", "18.1%", "1738346", "619813", "25", "79436", "0" ], [ "19", "18", "Belfast City", "2105769", "5.9%", "51948", "2053649", "172", "39411", "827" ], [ "20", "19", "Cardiff", "2024428", "13.8%", "1628245", "364852", "31331", "42055", "2212" ] ] }, { "t5Formulas": [ { "Question": "What Season has Goals greater than 0 and less than 33 Apps?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(G1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)<33)))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(G2:G11),SUMX(F2:F11)),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)<33)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "G1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "0", "*", "CHOOSECOLS(", "query1", "3", "<", "33" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-11012004-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Team", "Country", "League", "Level", "Apps", "Goals" ], [ "2", "2006–07", "Sevilla B", "Spain", "Segunda División B", "3", "3", "0" ], [ "3", "2007–08", "Marbella", "Spain", "Segunda División B", "3", "11", "0" ], [ "4", "2007–08", "Burgos", "Spain", "Segunda División B", "3", "15", "1" ], [ "5", "2008–09", "Santa Eulàlia", "Spain", "Segunda División B", "3", "33", "4" ], [ "6", "2009–10", "Terrassa", "Spain", "Segunda División B", "3", "18", "0" ], [ "7", "2009–10", "Getafe B", "Spain", "Tercera División", "4", "6", "0" ], [ "8", "2010–11", "Roteña", "Spain", "Primera Andaluza", "5", "5", "0" ], [ "9", "2011–12", "Chieti", "Italy", "Lega Pro Seconda Divisione", "4", "4", "0" ], [ "10", "2011–12", "Lorca Atlético", "Spain", "Segunda División B", "3", "1", "0" ], [ "11", "2012", "FC Kairat", "Kazakhstan", "Premier League", "1", "18", "0" ] ] }, { "t5Formulas": [ { "Question": "Name the oberliga hessen for sv sandhausen and fsv salmrohr", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"SV Sandhausen\")*(E1=\"FSV Salmrohr\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"SV Sandhausen\")*(E2:E13=\"FSV Salmrohr\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"SV Sandhausen\"", "*", "E1", "=", "\"FSV Salmrohr\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the oberliga for where tsv 1860 munich and borussia neunkirchen", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"TSV 1860 Munich\")*(E1=\"Borussia Neunkirchen\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"TSV 1860 Munich\")*(E2:E13=\"Borussia Neunkirchen\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"TSV 1860 Munich\"", "*", "E1", "=", "\"Borussia Neunkirchen\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the oberliga sudwest for spvgg unterhaching for 1988-89", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"SpVgg Unterhaching\")*(A1=\"1988-89\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"SpVgg Unterhaching\")*(A2:A13=\"1988-89\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"SpVgg Unterhaching\"", "*", "A1", "=", "\"1988-89\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the season for spvgg bayreuth and fsv salmrohr", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"SpVgg Bayreuth\")*(E1=\"FSV Salmrohr\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"SpVgg Bayreuth\")*(E2:E13=\"FSV Salmrohr\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"SpVgg Bayreuth\"", "*", "E1", "=", "\"FSV Salmrohr\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the oberliga bayern for sv sandhausen for 1986-87", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"SV Sandhausen\")*(A1=\"1986-87\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"SV Sandhausen\")*(A2:A13=\"1986-87\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"SV Sandhausen\"", "*", "A1", "=", "\"1986-87\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-14242137-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Oberliga Bayern", "Oberliga Hessen", "Oberliga Baden-Württemberg", "Oberliga Südwest" ], [ "2", "1981-82", "FC Augsburg", "FSV Frankfurt", "SSV Ulm 1846", "FC Homburg" ], [ "3", "1982-83", "SpVgg Unterhaching", "VfR Oli Bürstadt", "SSV Ulm 1846", "1. FC Saarbrücken" ], [ "4", "1983-84", "TSV 1860 Munich", "VfR Oli Bürstadt", "Freiburger FC", "FC Homburg" ], [ "5", "1984-85", "SpVgg Bayreuth", "Viktoria Aschaffenburg", "SV Sandhausen", "FSV Salmrohr" ], [ "6", "1985-86", "TSV 1860 Munich", "Kickers Offenbach", "SSV Ulm 1846", "FSV Salmrohr" ], [ "7", "1986-87", "SpVgg Bayreuth", "Kickers Offenbach", "SV Sandhausen", "Eintracht Trier" ], [ "8", "1987-88", "SpVgg Unterhaching", "Viktoria Aschaffenburg", "FV 09 Weinheim", "FSV Mainz 05" ], [ "9", "1988-89", "SpVgg Unterhaching", "Hessen Kassel", "SSV Reutlingen", "SV Edenkoben" ], [ "10", "1989-90", "FC Schweinfurt 05", "Rot-Weiß Frankfurt", "SSV Reutlingen", "FSV Mainz 05" ], [ "11", "1990-91", "TSV 1860 Munich", "Hessen Kassel", "1. FC Pforzheim", "Borussia Neunkirchen" ], [ "12", "1991-92", "SpVgg Unterhaching", "Viktoria Aschaffenburg", "SSV Reutlingen", "FSV Salmrohr" ], [ "13", "1992-93", "TSV 1860 Munich", "Kickers Offenbach", "SSV Ulm 1846", "Eintracht Trier" ] ] }, { "t5Formulas": [ { "Question": "Which coach had a 2007-2008 season of 6th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6th\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"6th\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6th\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which stadium did Rashid Budaj coach?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rashid budaj\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"rashid budaj\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rashid budaj\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who coached for al farwaniyah?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"al farwaniyah\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"al farwaniyah\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"al farwaniyah\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the coach for qadsia?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"qadsia\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"qadsia\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"qadsia\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which stadium had the club Kuwait?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"kuwait\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"kuwait\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"kuwait\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18111138-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Coach", "City", "Stadium", "2007-2008 season" ], [ "2", "Kazma Sporting Club", "Marinko Koljanin", "Kuwait City", "Al-Sadaqua Walsalam Stadium", "5th" ], [ "3", "Qadsia", "Mohammed Ibrahem", "Kuwait City", "Mohammed Al-Hamad Stadium", "2nd" ], [ "4", "Kuwait", "Dragan", "Kuwait City", "Al Kuwait Sports Club Stadium", "Champions" ], [ "5", "Salmiya", "Mihai Stoichiţă", "Al Salmiya", "Thamir Stadium", "3rd" ], [ "6", "Al Tadamon", "Rashid Budaj", "Farwaniya", "Farwaniya Stadium", "6th" ], [ "7", "Arabi", "Ahmed Khalaf", "Mansuriyah", "Sabah Al Salem Stadium", "4th" ], [ "8", "Al Shabab", "Goran", "Al-Ahmadi", "Al-Ahmadi Stadium", "Promoted" ], [ "9", "Al Naser", "Maher Al-Shemari", "Al Farwaniyah", "Ali Al Salem Al Subah", "7th" ] ] }, { "t5Formulas": [ { "Question": "What is the average top-25 value for majors that have more than 0 wins?", "Formula": "AVERAGE(FILTER(E1, B1>0))", "Formula2": "AVERAGE(FILTER(E2:E6, B2:B6>0))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "B1", ">", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the most number of cuts made that had more than 7 events played and more than 2 top-25s?", "Formula": "MAX(FILTER(G1, (F1=7)*(E1>2)))", "Formula2": "MAX(FILTER(G2:G6, (F2:F6=7)*(E2:E6>2)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "G1", "F1", "=", "7", "*", "E1", ">", "2" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "For top-25 values under 2, what is the average number of cuts made?", "Formula": "AVERAGE(FILTER(G1, E1<2))", "Formula2": "AVERAGE(FILTER(G2:G6, E2:E6<2))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "E1", "<", "2" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-1175904-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "0", "2", "7", "5" ], [ "3", "U.S. Open", "0", "0", "0", "2", "8", "6" ], [ "4", "The Open Championship", "0", "3", "5", "7", "11", "10" ], [ "5", "PGA Championship", "0", "1", "2", "4", "13", "8" ], [ "6", "Totals", "0", "4", "7", "15", "39", "29" ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE NUMBER OF COINS OF $25-1/4 OZ WITH $50-1/2 OZ OF 13,836, AND $100-01 OZ, SMALLER THAN 14,912?", "Formula": "SUM(FILTER(C1, (D1=13836)*(E1<14912)))", "Formula2": "SUM(FILTER(C2:C13, (D2:D13=13836)*(E2:E13<14912)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "13836", "*", "E1", "<", "14912" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1701670-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "$10 – 1/10 oz.", "$25 – 1/4 oz.", "$50 – 1/2 oz.", "$100 – 1 oz." ], [ "2", "1997", "36,993", "18,628", "15,431", "20,851" ], [ "3", "1998", "19,847", "14,873", "13,836", "14,912" ], [ "4", "1999", "19,133", "13,507", "11,103", "12,363" ], [ "5", "2000", "15,651", "11,995", "11,049", "12,453" ], [ "6", "2001", "12,174", "8,847", "8,254", "8,969" ], [ "7", "2002", "12,365", "9,282", "2010", "9,834" ], [ "8", "2003", "9,534", "7,044", "7,131", "8,246" ], [ "9", "2004", "7,161", "5,193", "5,063", "6,007" ], [ "10", "2005", "8,104", "6,592", "5,942", "6,602" ], [ "11", "2006", "10,205", "7,813", "7,649", "9,152" ], [ "12", "2007", "8,176", "6,017", "25,519", "8,363" ], [ "13", "2008", "5,138", "4,153", "4,020", "4,769" ] ] }, { "t5Formulas": [ { "Question": "What is the Date of Birth of the CB Player with a Height of m (ft 4in)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"cb\")*(C1=\"m (ft 4in)\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(B2:B15=\"cb\")*(C2:C15=\"m (ft 4in)\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"cb\"", "*", "C1", "=", "\"m (ft 4in)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17759945-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Pos.", "Height", "Weight", "Date of Birth", "Club" ], [ "2", "Zoltán Szécsi", "GK", "m (ft 6in)", "kg (lb)", "1977-12-22", "BVSC Vízilabda" ], [ "3", "Tamás Varga", "CB", "m (ft 4in)", "kg (lb)", "1975-07-14", "Vasas SC" ], [ "4", "Norbert Madaras", "CF", "m (ft 3in)", "kg (lb)", "1979-12-01", "Vasas SC" ], [ "5", "Ádám Steinmetz", "CF", "m (ft 6in)", "kg (lb)", "1980-08-11", "Vasas SC" ], [ "6", "Tamás Kásás", "D", "m (ft 7in)", "kg (lb)", "1976-07-20", "Vasas SC" ], [ "7", "Attila Vári", "CB", "m (ft 7in)", "kg (lb)", "1976-02-26", "Domino BHSE" ], [ "8", "Gergely Kiss", "CF", "m (ft 6in)", "kg (lb)", "1977-09-21", "Domino BHSE" ], [ "9", "Tibor Benedek", "CF", "m (ft 3in)", "kg (lb)", "1972-07-12", "Pro Recco" ], [ "10", "Rajmund Fodor", "D", "m (ft 3in)", "kg (lb)", "1976-02-21", "Domino BHSE" ], [ "11", "István Gergely", "GK", "m (ft 8in)", "kg (lb)", "1976-08-20", "Domino BHSE" ], [ "12", "Barnabás Steinmetz", "CB", "m (ft 5in)", "kg (lb)", "1975-10-06", "Vasas SC" ], [ "13", "Tamás Molnár", "CF", "m (ft 5in)", "kg (lb)", "1975-08-02", "Domino BHSE" ], [ "14", "Péter Biros", "CF", "m (ft 4in)", "kg (lb)", "1976-04-05", "Domino BHSE" ], [ "15", "Head Coach: Dénes Kemény", "Head Coach: Dénes Kemény", "Head Coach: Dénes Kemény", "Head Coach: Dénes Kemény", "Head Coach: Dénes Kemény", "Head Coach: Dénes Kemény" ] ] }, { "t5Formulas": [ { "Question": "What were all Yachts with a sail number of 6952?", "Formula": "FILTER(C1,B1=\"6952\")", "Formula2": "FILTER(C2:C10,B2:B10=\"6952\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"6952\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many yachts had a position of 3?", "Formula": "ROWS(FILTER(C1,A1=3))", "Formula2": "ROWS(FILTER(C2:C10,A2:A10=3))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "A1", "=", "3" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What are all of the states or countries with a corrected time 3:13:40:05?", "Formula": "FILTER(D1,H1=\"3:13:40:05\")", "Formula2": "FILTER(D2:D10,H2:H10=\"3:13:40:05\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "H1", "=", "\"3:13:40:05\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who were all of the skippers with a corrected time of 3:15:07:27?", "Formula": "FILTER(G1,H1=\"3:15:07:27\")", "Formula2": "FILTER(G2:G10,H2:H10=\"3:15:07:27\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "H1", "=", "\"3:15:07:27\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What are all sail numbers for the yacht Yendys?", "Formula": "FILTER(B1,C1=\"Yendys\")", "Formula2": "FILTER(B2:B10,C2:C10=\"Yendys\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"Yendys\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-14882588-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Sail number", "Yacht", "State/country", "Yacht type", "LOA (Metres)", "Skipper", "Corrected time d:hh:mm:ss" ], [ "2", "1", "US60065", "Rosebud", "USA", "STP 65", "20.00", "Roger Sturgeon", "3:09:32:14" ], [ "3", "2", "AUS 70", "Ragamuffin", "NSW", "TP 52", "15.85", "Syd Fischer", "3:10:53:47" ], [ "4", "3", "8899", "Quantum Racing", "NSW", "Cookson 50", "15.20", "Ray Roberts", "3:11:29:24" ], [ "5", "4", "R33", "Chutzpah", "VIC", "IRC 40", "12.35", "Bruce Taylor", "3:12:07:43" ], [ "6", "5", "AUS 03", "Ichi Ban", "NSW", "Jones 70", "21.50", "Matt Allen", "3:12:53:20" ], [ "7", "6", "GBR1R", "City Index Leopard", "UK", "Farr Maxi", "29.99", "Mike Slade", "2:13:04:48" ], [ "8", "7", "1836", "Yendys", "NSW", "Reichel Pugh 55", "16.80", "Geoff Ross", "3:13:40:05" ], [ "9", "8", "10001", "Wild Oats XI", "NSW", "RP100", "30.00", "Mark Richards", "3:14:24:47" ], [ "10", "9", "6952", "Wot Yot", "NSW", "TP 52", "15.85", "Graeme Wood", "3:15:07:27" ] ] }, { "t5Formulas": [ { "Question": "What are the numbers for the order number 713096-713119?", "Formula": "FILTER(F1,A1=\"713096-713119\")", "Formula2": "FILTER(F2:F7,A2:A7=\"713096-713119\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "=", "\"713096-713119\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "The numbers 801-812 are in which country?", "Formula": "FILTER(D1,F1=\"801-812\")", "Formula2": "FILTER(D2:D7,F2:F7=\"801-812\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"801-812\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What country has the order number 711871-711880?", "Formula": "FILTER(D1,A1=\"711871-711880\")", "Formula2": "FILTER(D2:D7,A2:A7=\"711871-711880\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"711871-711880\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "The serial numbers 713096-713119 are in which country?", "Formula": "FILTER(D1,C1=\"713096-713119\")", "Formula2": "FILTER(D2:D7,C2:C7=\"713096-713119\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"713096-713119\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "The order number 713726-713735 has what serial number?", "Formula": "FILTER(C1,A1=\"713726-713735\")", "Formula2": "FILTER(C2:C7,A2:A7=\"713726-713735\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"713726-713735\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many railroads have the numbers 864-873?", "Formula": "ROWS(FILTER(E1,F1=\"864-873\"))", "Formula2": "ROWS(FILTER(E2:E7,F2:F7=\"864-873\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "F1", "=", "\"864-873\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-2351952-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Order number", "Build date", "Serial numbers", "Country", "Railroad", "Numbers", "Quantity" ], [ "2", "711197-711208", "February 1970 - March 1970", "34671-34682", "Brazil", "E. F. Vitória a Minas", "801-812", "12" ], [ "3", "711441-711448", "March 1970 - April 1970", "36303-36310", "Brazil", "E. F. Vitória a Minas", "813-820", "8" ], [ "4", "711871-711880", "March 1971", "37278-37287", "Brazil", "E. F. Vitória a Minas", "821-830", "10" ], [ "5", "712613-712621", "March 1973 - April 1973", "712613-712621", "Brazil", "E. F. Vitória a Minas", "831-839", "9" ], [ "6", "713096-713119", "January 1974 - April 1974", "713096-713119", "Brazil", "E. F. Vitória a Minas", "840-863", "24" ], [ "7", "713726-713735", "October 1975 - December 1975", "713726-713735", "Brazil", "E. F. Vitória a Minas", "864-873", "10" ] ] }, { "t5Formulas": [ { "Question": "What type of architecture does the Saturn Vue have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"saturn vue\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"saturn vue\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"saturn vue\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What architecture type does the Ford Escort Wagon have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ford escort wagon\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"ford escort wagon\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ford escort wagon\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What original vehicle has uwhvt homepage architecture?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"uwhvt homepage\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"uwhvt homepage\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"uwhvt homepage\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14441688-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Years", "Competition", "Vehicle Name", "Original Vehicle", "Architecture" ], [ "2", "1992–1994", "HEV Challenge", "Electric Cow", "Ford Escort Wagon", "Series" ], [ "3", "1995–1996", "FutureCar", "Future Cow", "Dodge Intrepid", "Parallel" ], [ "4", "1998–1999", "FutureCar", "Aluminum Cow", "Mercury Sable", "Parallel" ], [ "5", "2000–2001", "FutureTruck", "Moollennium", "Chevrolet Suburban", "Parallel Hybrid (B20)" ], [ "6", "2002–2004", "FutureTruck", "Moolander", "Ford Explorer", "Parallel Hybrid (B35)" ], [ "7", "2005–2008", "Challenge X", "Moovada", "Chevrolet Equinox", "Parallel Hybrid (B20)" ], [ "8", "2008–2010", "EcoCar", "Saturn Vue", "Powersplit Hybrid (E85)", "UWHVT Homepage" ] ] }, { "t5Formulas": [ { "Question": "What is the highest season# for the writer Daegan Fryklind?", "Formula": "MAXIFS(B1,E1,\"Daegan Fryklind\")", "Formula2": "MAXIFS(B2:B13,E2:E13,\"Daegan Fryklind\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "E1", "\"Daegan Fryklind\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-25131572-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series #", "Season #", "Title", "Directed by", "Written by", "Canadian air date", "Fox Int. air date" ], [ "2", "14", "1", "\"Lady in the Lake\"", "Kari Skogland", "Ben Sokolowski", "February8,2011", "March 1, 2011" ], [ "3", "15", "2", "\"Crime Seen\"", "Charles Binamé", "Jason Sherman", "February15,2011", "March 8, 2011" ], [ "4", "16", "3", "\"In His Sights\"", "Charles Binamé", "Wil Zmak", "February22,2011", "March 15, 2011" ], [ "5", "17", "4", "\"The Brothers Volkov\"", "Kari Skogland", "Jason Sherman, Jocelyn Cornforth", "March8,2011", "March 22, 2011" ], [ "6", "18", "5", "\"Inner Circle\"", "Kari Skogland", "Matt MacLennan", "March15,2011", "March 29, 2011" ], [ "7", "19", "6", "\"The Magician\"", "Clement Virgo", "Wil Zmak", "March22,2011", "April 5, 2011" ], [ "8", "20", "7", "\"Ace in the Hole\"", "Kari Skogland", "Cal Coons", "April1,2011", "April 12, 2011" ], [ "9", "21", "8", "\"Vanished\"", "Clement Virgo", "Shernold Edwards", "April8,2011", "April 19, 2011" ], [ "10", "22", "9", "\"Jericho\"", "Farhad Mann", "Lisa Steele", "April15,2011", "April 26, 2011" ], [ "11", "23", "10", "\"Desperate Hours\"", "Clement Virgo", "Daegan Fryklind", "April22,2011", "May 3, 2011" ], [ "12", "24", "11", "\"To Die For\"", "Charles Binamé", "Jason Sherman", "August17,2011", "May 10, 2011" ], [ "13", "25", "12", "\"Eye of the Storm\"", "Clement Virgo", "Peter Mitchell", "August24,2011", "May 17, 2011" ] ] }, { "t5Formulas": [ { "Question": "What is the 2011 value of the French Open, which has a 2006 value of A?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(A1=\"french open\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(A2:A7=\"french open\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"a\"", "*", "A1", "=", "\"french open\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the tournament with a 2006 value of A and a 2011 value of 1r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(G1=\"1r\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(G2:G7=\"1r\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"a\"", "*", "G1", "=", "\"1r\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 2007 value of the US Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"us open\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,A2:A7=\"us open\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"us open\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the tournament with a 2006 value of A and a 2011 value of 3r?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(G1=\"3r\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(G2:G7=\"3r\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"a\"", "*", "G1", "=", "\"3r\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15639710-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Tournament", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013" ], [ "2", "Tournament", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013" ], [ "3", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments" ], [ "4", "Australian Open", "A", "A", "LQ", "LQ", "LQ", "3R", "LQ", "2R" ], [ "5", "French Open", "A", "A", "LQ", "LQ", "LQ", "2R", "LQ", "1R" ], [ "6", "Wimbledon", "A", "A", "LQ", "1R", "LQ", "1R", "1R", "3R" ], [ "7", "US Open", "A", "A", "LQ", "1R", "LQ", "1R", "LQ", "1R" ] ] }, { "t5Formulas": [ { "Question": "What is Name, when Weight is \"kg (lb)\", when Club is \"Gezira\", and when Date of Birth is \"1974-02-18\"?", "Formula": "FILTER(A1,(D1=\"kg (lb)\")*(F1=\"gezira\")*(E1=\"1974-02-18\"))", "Formula2": "FILTER(A2:A15,(D2:D15=\"kg (lb)\")*(F2:F15=\"gezira\")*(E2:E15=\"1974-02-18\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"kg (lb)\"", "*", "F1", "=", "\"gezira\"", "*", "E1", "=", "\"1974-02-18\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is Pos., when Height is \"m (ft 10in)\", and when Date of Birth is \"1983-05-29\"?", "Formula": "FILTER(B1,(C1=\"m (ft 10in)\")*(E1=\"1983-05-29\"))", "Formula2": "FILTER(B2:B15,(C2:C15=\"m (ft 10in)\")*(E2:E15=\"1983-05-29\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"m (ft 10in)\"", "*", "E1", "=", "\"1983-05-29\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What is Weight, when Club is \"Maadi\"?", "Formula": "FILTER(D1,F1=\"maadi\")", "Formula2": "FILTER(D2:D15,F2:F15=\"maadi\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"maadi\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is Date of Birth, when Height is \"Head Coach: Adel Shamala\"?", "Formula": "FILTER(E1,C1=\"head coach: adel shamala\")", "Formula2": "FILTER(E2:E15,C2:C15=\"head coach: adel shamala\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"head coach: adel shamala\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is Weight, when Club is \"Ahly\", and when Name is \"Ragy Abdel Hady\"?", "Formula": "FILTER(D1,(F1=\"ahly\")*(A1=\"ragy abdel hady\"))", "Formula2": "FILTER(D2:D15,(F2:F15=\"ahly\")*(A2:A15=\"ragy abdel hady\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"ahly\"", "*", "A1", "=", "\"ragy abdel hady\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17759945-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Pos.", "Height", "Weight", "Date of Birth", "Club" ], [ "2", "Amr Mohamed", "GK", "m (ft 3in)", "kg (lb)", "1974-02-18", "Gezira" ], [ "3", "Mohamed Gamaleldin", "CB", "m (ft 1in)", "kg (lb)", "1972-04-13", "Heliopolis" ], [ "4", "Ibrahim Zaher", "D", "m (ft 1in)", "kg (lb)", "1982-03-07", "Gezira" ], [ "5", "Bassel Mashhour", "D", "m (ft 0in)", "kg (lb)", "1982-09-30", "Heliopolis" ], [ "6", "Hassan Sultan", "D", "m (ft 10in)", "kg (lb)", "1983-08-06", "Maadi" ], [ "7", "Sherif Khalil", "D", "m (ft 1in)", "kg (lb)", "1982-08-18", "Heliopolis" ], [ "8", "Karim Abdelmohsen", "CF", "m (ft 2in)", "kg (lb)", "1979-01-10", "Heliopolis" ], [ "9", "Shady El Helw", "CF", "m (ft 0in)", "kg (lb)", "1979-02-07", "Heliopolis" ], [ "10", "Ahmed abd almoniem", "d", "m (ft 10in)", "kg (lb)", "1983-05-29", "Ahly" ], [ "11", "Mahmoud Ahmed", "D", "m (ft 0in)", "kg (lb)", "1976-03-01", "Gezira" ], [ "12", "Ragy Abdel Hady", "D", "m (ft 1in)", "kg (lb)", "1974-01-28", "Ahly" ], [ "13", "Omar El Sammany", "D", "m (ft 8in)", "kg (lb)", "1978-08-22", "Ahly" ], [ "14", "Walid Rezk", "CF", "m (ft 3in)", "kg (lb)", "1974-07-19", "Ahly" ], [ "15", "Head Coach: Adel Shamala", "Head Coach: Adel Shamala", "Head Coach: Adel Shamala", "Head Coach: Adel Shamala", "Head Coach: Adel Shamala", "Head Coach: Adel Shamala" ] ] }, { "t5Formulas": [ { "Question": "What is the position number when there were 29 points, and less than 2 is lost?", "Formula": "SUM(FILTER(A1, (C1=29)*(F1<2)))", "Formula2": "SUM(FILTER(A2:A12, (C2:C12=29)*(F2:F12<2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "29", "*", "F1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest Points with an against of 20 and less than 1 lost?", "Formula": "MIN(FILTER(C1, (G1=20)*(F1<1)))", "Formula2": "MIN(FILTER(C2:C12, (G2:G12=20)*(F2:F12<1)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "G1", "=", "20", "*", "F1", "<", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of Points when the against is less than 24 and played is less than 20?", "Formula": "SUM(FILTER(C1, (G1<24)*(D1<20)))", "Formula2": "SUM(FILTER(C2:C12, (G2:G12<24)*(D2:D12<20)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "G1", "<", "24", "*", "D1", "<", "20" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-15331084-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "São Paulo", "36", "20", "2", "1", "20", "50" ], [ "3", "2", "Corinthians", "31", "20", "3", "3", "24", "32" ], [ "4", "3", "Palmeiras", "29", "20", "7", "2", "17", "30" ], [ "5", "4", "Portuguesa", "25", "20", "5", "5", "22", "22" ], [ "6", "5", "Jabaquara", "20", "20", "2", "9", "65", "- 17" ], [ "7", "6", "Santos", "18", "20", "2", "10", "46", "- 12" ], [ "8", "7", "Ypiranga-SP", "17", "20", "1", "11", "44", "- 7" ], [ "9", "8", "São Paulo Railway", "14", "20", "2", "12", "52", "- 15" ], [ "10", "9", "Juventus", "12", "20", "2", "13", "45", "- 11" ], [ "11", "10", "Comercial-SP", "11", "20", "3", "13", "60", "- 28" ], [ "12", "11", "Portuguesa Santista", "7", "20", "3", "15", "69", "- 44" ] ] }, { "t5Formulas": [ { "Question": "What is the To par for the player that won in 2003, with a total larger than 145?", "Formula": "SUM(FILTER(E1, (C1=\"2003\")*(D1>145)))", "Formula2": "SUM(FILTER(E2:E8, (C2:C8=\"2003\")*(D2:D8>145)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"2003\"", "*", "D1", ">", "145" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is United States total in the year(s) won of 2000 , 2005 , 2006?", "Formula": "SUM(FILTER(D1, (B1=\"united states\")*(C1=\"2000 , 2005 , 2006\")))", "Formula2": "SUM(FILTER(D2:D8, (B2:B8=\"united states\")*(C2:C8=\"2000 , 2005 , 2006\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"united states\"", "*", "C1", "=", "\"2000 , 2005 , 2006\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Who was the player from the United States, with a total larger than 145?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>145))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>145))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"united states\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "145" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the Year won for the player with a To par of 8?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the To par of the United States, when the Total was 145, in 2004?", "Formula": "SUM(FILTER(E1, (B1=\"united states\")*(D1=145)*(C1=\"2004\")))", "Formula2": "SUM(FILTER(E2:E8, (B2:B8=\"united states\")*(D2:D8=145)*(C2:C8=\"2004\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"united states\"", "*", "D1", "=", "145", "*", "C1", "=", "\"2004\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-18811509-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par" ], [ "2", "Ben Curtis", "United States", "2003", "145", "+5" ], [ "3", "Todd Hamilton", "United States", "2004", "145", "+5" ], [ "4", "Tiger Woods", "United States", "2000 , 2005 , 2006", "145", "+5" ], [ "5", "David Duval", "United States", "2001", "147", "+7" ], [ "6", "Sandy Lyle", "Scotland", "1985", "148", "+8" ], [ "7", "Nick Faldo", "England", "1987 , 1990 , 1992", "151", "+11" ], [ "8", "Greg Norman", "Australia", "1986 , 1993", "152", "+12" ] ] }, { "t5Formulas": [ { "Question": "What is the Winner's Prize at the 2009 Providence, RI Championship?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"providence, ri\")*(A1=2009)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"providence, ri\")*(A2:A12=2009)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"providence, ri\"", "*", "A1", "=", "2009", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17807586-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Winners", "Location", "Event Director", "Winner's Prize" ], [ "2", "2013", "Kevin Bowerman and Raymond Gao (NC)", "Washington, DC", "John Chew", "US$10,000" ], [ "3", "2012", "Andy Hoang & Erik Salgado (NC)", "Orlando, FL", "John Chew", "US$10,000" ], [ "4", "2011", "Alex Li & Jackson Smylie (ON)", "Orlando, FL", "John Chew", "US$10,000" ], [ "5", "2010", "Evan McCarthy & Bradley Robbins (NH)", "Orlando, FL", "Ben Greenwood", "US$10,000" ], [ "6", "2009", "Andy Hoang & Erik Salgado (NC)", "Providence, RI", "Ben Greenwood", "US$10,000" ], [ "7", "2008", "LoganRosen & MatthewSilver (CT)", "Providence, RI", "Ben Greenwood", "US$5,000" ], [ "8", "2007", "Aune Mitchell & Matthew Silver (CT)", "Providence, RI", "Ben Greenwood", "US$5,000" ], [ "9", "2006", "AaronJacobs & NathanMendelsohn (MA)", "Boston, MA", "Ben Greenwood", "US$5,000" ], [ "10", "2005", "Scott Cardone & Asif Rahman (OH)", "Boston, MA", "Ben (Loiterstein) Greenwood", "US$5,000" ], [ "11", "2004", "Thomas Bao & Eric Johnston (CA)", "Boston, MA", "Ben Loiterstein & Joe Edley", "US$5,000" ], [ "12", "2003", "NickAmphlett & JohnEzekowitz (MA)", "Boston, MA", "Ben Loiterstein & Joe Edley", "US$5,000" ] ] }, { "t5Formulas": [ { "Question": "when was the next coach appointed after niger tornadoes fired their coach?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"fired\")*(A1=\"Niger Tornadoes\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(C2:C12=\"fired\")*(A2:A12=\"Niger Tornadoes\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"fired\"", "*", "A1", "=", "\"Niger Tornadoes\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "how many managers left sunshine stars?", "Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Sunshine Stars\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B12, A2:A12=\"Sunshine Stars\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "\"Sunshine Stars\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "how many new managers replaced manager(s) who resigned? ", "Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"Resigned\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E12, C2:C12=\"Resigned\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "C1", "=", "\"Resigned\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "how many times did tunde abdulrahman leave the team?", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Tunde Abdulrahman\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D12, B2:B12=\"Tunde Abdulrahman\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Tunde Abdulrahman\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-28164986-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Incoming manager", "Date of appointment" ], [ "2", "Warri Wolves", "Lawrence Akpokona", "fired", "end of 2009-10 season", "Paul Aigbogun", "2 September 2010" ], [ "3", "Kwara United", "Justin Tenger", "fired", "end of 2009-10 season", "Kadiri Ikhana", "17 July 2010" ], [ "4", "Sunshine Stars", "Solomon Ogbeide", "fired", "Aug. 18 2010", "Gbenga Ogunbote", "Aug. 18 2010" ], [ "5", "Gombe United", "Ben Duamlong", "Resigned", "Oct.8 2010", "Bernard Ogbe", "Nov. 5 2010" ], [ "6", "Heartland", "Samson Siasia", "resigned to take Super Eagles job", "Dec. 1 2010", "Lodewijk de Kruif", "Feb. 7 2011" ], [ "7", "Niger Tornadoes", "Ladan Bosso", "fired", "Nov. 26 2010", "Samson Unuanel (interim)", "Nov. 26 2010" ], [ "8", "Crown F.C.", "Ganiyu Salami", "fired", "Jan. 22 2011", "Oladunni Oyekale", "Jan. 22 2011" ], [ "9", "Kano Pillars F.C.", "Salisu Yusuf", "resigned to become Super Eagles assistant", "Jan. 1 2011", "Ladan Bosso", "Jan. 23 2011" ], [ "10", "Niger Tornadoes", "Samson Unuanel", "interim period ends", "Feb. 6 2011", "Justin Tenger", "Feb. 6 2011" ], [ "11", "JUTH F.C.", "Tunde Abdulrahman", "fired", "Feb. 17 2011", "Emmanuel Gustave Deutsch", "Feb. 28 2011" ], [ "12", "Ocean Boys F.C.", "Larry Eceli", "fired", "May 20, 2011", "Samson Unuanel", "May 20, 2011" ] ] }, { "t5Formulas": [ { "Question": "Tell me the call sign which has a frequency Mhz more than 90.1 and ERP W of 1", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>90.1)*(CHOOSECOLS(query1,3)=1)))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7),SUMX(D2:D7)),FILTER(query1,(CHOOSECOLS(query1,2)>90.1)*(CHOOSECOLS(query1,3)=1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "90.1", "*", "CHOOSECOLS(", "query1", "3", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the total number of ERP W when the call sign is w217bf", "Formula": "SUMIFS(D1,A1,\"w217bf\")", "Formula2": "SUMIFS(D2:D7,A2:A7,\"w217bf\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"w217bf\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the total number of frequency Mhz for when it has ERP W of 1 and call sign of w215bj", "Formula": "SUM(FILTER(B1, (D1=1)*(A1=\"w215bj\")))", "Formula2": "SUM(FILTER(B2:B7, (D2:D7=1)*(A2:A7=\"w215bj\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "1", "*", "A1", "=", "\"w215bj\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Name the average ERP W when it has a city of license of pound, virginia and frequency mhz more than 91.3", "Formula": "AVERAGE(FILTER(D1, (C1=\"pound, virginia\")*(B1>91.3)))", "Formula2": "AVERAGE(FILTER(D2:D7, (C2:C7=\"pound, virginia\")*(B2:B7>91.3)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", "=", "\"pound, virginia\"", "*", "B1", ">", "91.3" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-12155786-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "FCC info" ], [ "2", "W211BF", "90.1", "Big Stone Gap, Virginia", "8", "FCC" ], [ "3", "W212BP", "90.3", "Clintwood, Virginia", "1", "FCC" ], [ "4", "W211BE", "90.1", "Lebanon, Virginia", "8.5", "FCC" ], [ "5", "W219CJ", "91.7", "Norton, Virginia", "50", "FCC" ], [ "6", "W217BF", "91.3", "Pound, Virginia", "1", "FCC" ], [ "7", "W215BJ", "90.9", "Saint Paul, Virginia", "1", "FCC" ] ] }, { "t5Formulas": [ { "Question": "When 1999 is the year how many tournaments are there?", "Formula": "ROWS(FILTER(B1,A1=1999))", "Formula2": "ROWS(FILTER(B2:B7,A2:A7=1999))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "A1", "=", "1999" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When cary middlecoff is the winner how many pars are there?", "Formula": "ROWS(FILTER(F1,C1=\"Cary Middlecoff\"))", "Formula2": "ROWS(FILTER(F2:F7,C2:C7=\"Cary Middlecoff\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "F1", "C1", "=", "\"Cary Middlecoff\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When hale irwin is the winner what is the margin of victory?", "Formula": "FILTER(D1,C1=\"Hale Irwin\")", "Formula2": "FILTER(D2:D7,C2:C7=\"Hale Irwin\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"Hale Irwin\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When gary player is the winner what is the lowest winners share in dollars?", "Formula": "MIN(FILTER(E1,C1=\"Gary Player\"))", "Formula2": "MIN(FILTER(E2:E7,C2:C7=\"Gary Player\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "=", "\"Gary Player\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-2417741-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Tournament", "Winner", "Margin of victory", "Winners share ( $ )", "Par", "Course length" ], [ "2", "1949", "U.S. Open", "Cary Middlecoff", "1 stroke", "2000", "71", "yd (m)" ], [ "3", "1975", "U.S. Open", "Lou Graham", "2 strokes (90)", "40000", "71", "yd (m)" ], [ "4", "1988", "U.S. Senior Open", "Gary Player", "2 strokes (90)", "65000", "72", "yd (m)" ], [ "5", "1990", "U.S. Open", "Hale Irwin", "91 Holes", "220000", "72", "yd (m)" ], [ "6", "1999", "PGA Championship", "Tiger Woods", "1 stroke", "630000", "72", "yd (m)" ], [ "7", "2006", "PGA Championship", "Tiger Woods", "5 strokes", "1224000", "72", "yd (m)" ] ] }, { "t5Formulas": [ { "Question": "What is the date of the game at Olympic Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"Olympic Stadium\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"Olympic Stadium\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"Olympic Stadium\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many weeks total are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "What was the team's record when they played at Rheinenergiestadion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"RheinEnergieStadion\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"RheinEnergieStadion\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"RheinEnergieStadion\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-24989925-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Kickoff", "Opponent", "Final score", "Team record", "Game site", "Attendance" ], [ "2", "1", "Saturday, March 18", "6:00 p.m.", "Cologne Centurions", "L 10–14", "0–1–0", "AOL Arena", "15243" ], [ "3", "2", "Saturday, March 25", "7:00 p.m.", "at Frankfurt Galaxy", "L 14–31", "0–2–0", "Commerzbank-Arena", "26713" ], [ "4", "3", "Saturday, April 1", "6:00 p.m.", "Berlin Thunder", "T 17–17 OT", "0–2–1", "AOL Arena", "15837" ], [ "5", "4", "Saturday, April 8", "7:00 p.m.", "at Rhein Fire", "L 21–31", "0–3–1", "LTU arena", "18224" ], [ "6", "5", "Saturday, April 15", "6:00 p.m.", "Frankfurt Galaxy", "L 13–17", "0–4–1", "AOL Arena", "12281" ], [ "7", "6", "Sunday, April 23", "4:00 p.m.", "at Cologne Centurions", "L 17–20", "0–5–1", "RheinEnergieStadion", "9238" ], [ "8", "7", "Saturday, April 29", "6:00 p.m.", "Amsterdam Admirals", "L 17–18", "0–6–1", "AOL Arena", "15224" ], [ "9", "8", "Sunday, May 7", "4:00 p.m.", "at Berlin Thunder", "W 38–14", "1–6–1", "Olympic Stadium", "16762" ], [ "10", "9", "Sunday, May 14", "4:00 p.m.", "Rhein Fire", "W 13–10", "2–6–1", "AOL Arena", "16823" ] ] }, { "t5Formulas": [ { "Question": "Which province has muju as the capital?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"muju\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"muju\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"muju\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the modern equivalent of 良州 in Hanja?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"良州\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"良州\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"良州\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the capital of the province with 양주 in Hangul?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"양주\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"양주\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"양주\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the capital of the province with 漢州 in Hanja?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"漢州\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"漢州\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"漢州\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Hanja for the sakju province?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"sakju\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"sakju\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"sakju\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-160510-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Former kingdom", "Province", "Hangul", "Hanja", "Capital", "Modern equivalent" ], [ "2", "Silla", "Yangju", "양주", "良州", "Yangju", "Eastern Gyeongsang" ], [ "3", "Silla", "Gangju", "강주", "康州", "Gangju", "Western South Gyeongsang" ], [ "4", "Silla", "Sangju", "상주", "尙州", "Sangju", "Western North Gyeongsang" ], [ "5", "Baekje", "Muju", "무주", "武州", "Muju", "South Jeolla" ], [ "6", "Baekje", "Jeonju", "전주", "全州", "Jeonju", "North Jeolla" ], [ "7", "Baekje", "Ungju", "웅주", "熊州", "Gongju", "South Chungcheong" ], [ "8", "Goguryeo", "Hanju", "한주", "漢州", "Hanju ( Seoul )", "North Chungcheong , Gyeonggi , Hwanghae" ], [ "9", "Goguryeo", "Sakju", "삭주", "朔州", "Sakju", "Western Gangwon" ], [ "10", "Goguryeo", "Myeongju", "명주", "溟州", "Myeongju", "Eastern Gangwon" ] ] }, { "t5Formulas": [ { "Question": "What is the depth at the UTC time of 12:19:36?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"12:19:36\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"12:19:36\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"12:19:36\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date for the UTC time of 03:15:46?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"03:15:46\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"03:15:46\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"03:15:46\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26950408-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date (YYYY-MM-DD)", "Time ( UTC )", "Latitude", "Longitude", "Depth", "Magnitude" ], [ "2", "2010-04-13", "21:40:00", "33.183° N", "96.623° E", "km (mi)", "5.0 (M w )" ], [ "3", "2010-04-13", "23:49:39", "33.224° N", "96.666° E", "km (mi)", "6.9 (M w )" ], [ "4", "2010-04-14", "00:01:17", "32.875° N", "96.999° E", "km (mi)", "5.3 (M w )" ], [ "5", "2010-04-14", "00:12:25", "33.159° N", "96.580° E", "km (mi)", "5.2 (M w )" ], [ "6", "2010-04-14", "01:25:15", "33.179° N", "96.448° E", "km (mi)", "5.8 (M w )" ], [ "7", "2010-04-14", "03:15:46", "33.151° N", "96.701° E", "km (mi)", "4.7 (M w )" ], [ "8", "2010-04-14", "12:19:36", "33.077° N", "96.846° E", "km (mi)", "4.1 (M w )" ] ] }, { "t5Formulas": [ { "Question": "What was the lowest ranking rower from Great Britain?", "Formula": "MINIFS(A1,C1,\"great britain\")", "Formula2": "MINIFS(A2:A6,C2:C6,\"great britain\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"great britain\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What are the notes for the rower in ranks over 2 and having a time of 7:00:46?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"7:00:46\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,D2:D6=\"7:00:46\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"7:00:46\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18662686-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rowers", "Country", "Time", "Notes" ], [ "2", "1", "Matthew Wells , Stephen Rowbotham", "Great Britain", "6:26.33", "SA/B" ], [ "3", "2", "Ante Kušurin , Mario Vekić", "Croatia", "6:27.38", "SA/B" ], [ "4", "3", "Tõnu Endrekson , Jüri Jaanson", "Estonia", "6:27.95", "SA/B" ], [ "5", "4", "Alexander Kornilov , Alexey Svirin", "Russia", "6:44.46", "R" ], [ "6", "5", "Haidar Nozad , Hussein Jebur", "Iraq", "7:00:46", "R" ] ] }, { "t5Formulas": [ { "Question": "what's the minimum attendance with score  10.16 (76) – 9.22 (76)", "Formula": "MINIFS(G1,D1,\"10.16 (76) – 9.22 (76)\")", "Formula2": "MINIFS(G2:G9,D2:D9,\"10.16 (76) – 9.22 (76)\")", "Level": "easy", "Tokens": [ "MINIFS(", "G1", "D1", "\"10.16 (76) – 9.22 (76)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "who's the premier with in 1970", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=1970),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=1970),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "1970", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "who are all the runner-up for premier in richmond", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Richmond\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"Richmond\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Richmond\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the minimum attendance with score 8.16 (64) – 8.12 (60)", "Formula": "MINIFS(G1,D1,\"8.16 (64) – 8.12 (60)\")", "Formula2": "MINIFS(G2:G9,D2:D9,\"8.16 (64) – 8.12 (60)\")", "Level": "easy", "Tokens": [ "MINIFS(", "G1", "D1", "\"8.16 (64) – 8.12 (60)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-10566855-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Premier", "Runner-up", "Score", "Margin", "Venue", "Attendance" ], [ "2", "1960", "Melbourne", "Collingwood", "8.14 (62) – 2.2 (14)", "48", "MCG", "97457" ], [ "3", "1964", "Melbourne", "Collingwood", "8.16 (64) – 8.12 (60)", "4", "MCG", "102469" ], [ "4", "1966", "St Kilda", "Collingwood", "10.14 (74) – 10.13 (73)", "1", "MCG", "101655" ], [ "5", "1970", "Carlton", "Collingwood", "17.9 (111) – 14.17 (101)", "10", "MCG", "121696" ], [ "6", "1977", "North Melbourne", "Collingwood", "10.16 (76) – 9.22 (76)", "0", "MCG", "108244" ], [ "7", "1977", "North Melbourne", "Collingwood", "21.25 (151) – 19.10 (124)", "27", "MCG", "98366" ], [ "8", "1979", "Carlton", "Collingwood", "11.16 (82) – 11.11 (77)", "5", "MCG", "113545" ], [ "9", "1980", "Richmond", "Collingwood", "23.21 (159) – 9.24 (78)", "81", "MCG", "113461" ] ] }, { "t5Formulas": [ { "Question": "What is the date when tie number is 6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=6),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=6),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "6", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who is the home team with tie number 9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=9),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=9),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "9", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Who is the home team when Sheffield United is the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"sheffield united\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"sheffield united\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"sheffield united\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date when Aston Villa is the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aston villa\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"aston villa\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"aston villa\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the home team on 31 January 1951 when away team was Sheffield United?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"31 january 1951\")*(D1=\"sheffield united\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19=\"31 january 1951\")*(D2:D19=\"sheffield united\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"31 january 1951\"", "*", "D1", "=", "\"sheffield united\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17520911-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Blackpool", "2–1", "Stockport County", "27 January 1951" ], [ "3", "2", "Bristol City", "1–0", "Brighton & Hove Albion", "27 January 1951" ], [ "4", "3", "Preston North End", "0–2", "Huddersfield Town", "27 January 1951" ], [ "5", "4", "Wolverhampton Wanderers", "3–1", "Aston Villa", "27 January 1951" ], [ "6", "5", "Sunderland", "2–0", "Southampton", "27 January 1951" ], [ "7", "6", "Derby County", "1–3", "Birmingham City", "27 January 1951" ], [ "8", "7", "Luton Town", "1–2", "Bristol Rovers", "27 January 1951" ], [ "9", "8", "Sheffield United", "0–0", "Mansfield Town", "27 January 1951" ], [ "10", "Replay", "Mansfield Town", "4–2", "Sheffield United", "31 January 1951" ], [ "11", "9", "Newcastle United", "3–2", "Bolton Wanderers", "27 January 1951" ], [ "12", "10", "Manchester United", "4–0", "Leeds United", "27 January 1951" ], [ "13", "11", "Millwall", "0–1", "Fulham", "27 January 1951" ], [ "14", "12", "Hull City", "2–0", "Rotherham United", "27 January 1951" ], [ "15", "13", "Exeter City", "1–1", "Chelsea", "27 January 1951" ], [ "16", "Replay", "Chelsea", "2–0", "Exeter City", "31 January 1951" ], [ "17", "14", "Newport County", "0–2", "Norwich City", "27 January 1951" ], [ "18", "15", "Arsenal", "3–2", "Northampton Town", "27 January 1951" ], [ "19", "16", "Stoke City", "1–0", "West Ham United", "27 January 1951" ] ] }, { "t5Formulas": [ { "Question": "How many people watch at Western Oval venue?", "Formula": "SUMIFS(F1,E1,\"western oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"western oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"western oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-10774891-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "13.11 (89)", "St Kilda", "14.9 (93)", "Arden Street Oval", "10,000", "3 August 1957" ], [ "3", "Fitzroy", "15.13 (103)", "Richmond", "13.13 (91)", "Brunswick Street Oval", "12,000", "3 August 1957" ], [ "4", "Melbourne", "8.18 (66)", "Hawthorn", "10.13 (73)", "MCG", "32,163", "3 August 1957" ], [ "5", "Footscray", "7.8 (50)", "Essendon", "12.11 (83)", "Western Oval", "24,942", "3 August 1957" ], [ "6", "South Melbourne", "9.13 (67)", "Collingwood", "12.19 (91)", "Lake Oval", "25,300", "3 August 1957" ], [ "7", "Geelong", "11.19 (85)", "Carlton", "6.7 (43)", "Kardinia Park", "16,808", "3 August 1957" ] ] }, { "t5Formulas": [ { "Question": "How many runs were there when the high score was 55 and there were more than 12 innings?", "Formula": "SUM(FILTER(D1, (E1=55)*(B1>12)))", "Formula2": "SUM(FILTER(D2:D7, (E2:E7=55)*(B2:B7>12)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "55", "*", "B1", ">", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many runs were there when there was 1 match and les than 86 average?", "Formula": "SUM(FILTER(D1, (A1=1)*(F1<86)))", "Formula2": "SUM(FILTER(D2:D7, (A2:A7=1)*(F2:F7<86)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "1", "*", "F1", "<", "86" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1420080-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Matches", "Innings", "Not out", "Runs", "High Score", "Average" ], [ "2", "8", "14", "2", "708", "162", "59.00" ], [ "3", "3", "4", "0", "204", "114", "51.00" ], [ "4", "7", "13", "0", "397", "116", "30.53" ], [ "5", "1", "1", "0", "86", "86", "86.00" ], [ "6", "6", "12", "0", "266", "55", "22.16" ], [ "7", "25", "44", "2", "1661", "162", "39.54" ] ] }, { "t5Formulas": [ { "Question": "What school/club team did Amal McCaskill play for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"amal mccaskill\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"amal mccaskill\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"amal mccaskill\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Mike Miller played for what school/club team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mike miller\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"mike miller\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"mike miller\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the player that played for the school/club team Maryland?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"maryland\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"maryland\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"maryland\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Cuttino Mobley is what nationality?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"cuttino mobley\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"cuttino mobley\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"cuttino mobley\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Corey Maggette from the United States plays what position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"united states\")*(A1=\"corey maggette\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"united states\")*(A2:A11=\"corey maggette\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"united states\"", "*", "A1", "=", "\"corey maggette\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Amal McCaskill who plays forward-center played for what school/club team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"forward-center\")*(A1=\"amal mccaskill\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"forward-center\")*(A2:A11=\"amal mccaskill\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"forward-center\"", "*", "A1", "=", "\"amal mccaskill\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15621965-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years in Orlando", "School/Club Team" ], [ "2", "Corey Maggette", "United States", "Guard-Forward", "1999–2000", "Duke" ], [ "3", "Vernon Maxwell", "United States", "Guard", "1997", "Florida" ], [ "4", "Amal McCaskill", "United States", "Forward-Center", "1996–1997", "Marquette" ], [ "5", "Tracy McGrady", "United States", "Guard-Forward", "2000–2004", "Mt. Zion Christian Academy" ], [ "6", "Mark McNamara", "United States", "Forward-Center", "1990–1991", "California" ], [ "7", "Ron Mercer", "United States", "Guard-Forward", "2000", "Kentucky" ], [ "8", "Darko Miličić", "Serbia", "Center", "2006–2007", "KK Hemofarm ( Serbia )" ], [ "9", "Mike Miller", "United States", "Forward", "2000–2003", "Florida" ], [ "10", "Cuttino Mobley", "United States", "Guard", "2004–2005", "Rhode Island" ], [ "11", "Terence Morris", "United States", "Forward", "2005–2006", "Maryland" ] ] }, { "t5Formulas": [ { "Question": "What director has 2004-03-31 as the release date, with daffy (as duck dodgers) as the character?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"2004-03-31\")*(D1=\"daffy (as duck dodgers)\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"2004-03-31\")*(D2:D7=\"daffy (as duck dodgers)\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2004-03-31\"", "*", "D1", "=", "\"daffy (as duck dodgers)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What title has daffy (as duck dodgers) as the character?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"daffy (as duck dodgers)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"daffy (as duck dodgers)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"daffy (as duck dodgers)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What series has dan povenmire as the director, with museum scream as the title?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dan povenmire\")*(A1=\"museum scream\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"dan povenmire\")*(A2:A7=\"museum scream\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dan povenmire\"", "*", "A1", "=", "\"museum scream\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18792952-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Title", "Series", "Director", "Characters", "Release date" ], [ "2", "The Whizzard of Ow", "LT", "Bret Haaland", "Wile E. and Road Runner", "2003-11-01" ], [ "3", "Museum Scream", "LT", "Dan Povenmire", "Sylvester, Tweety, Granny", "2004-03-31" ], [ "4", "Hare and Loathing in Las Vegas", "LT", "Bill Kopp , Peter Shin", "Bugs, Sam", "2004-03-31" ], [ "5", "Attack of the Drones", "LT", "Rich Moore", "Daffy (as Duck Dodgers)", "2004-03-31" ], [ "6", "Cock-A-Doodle Duel", "LT", "Peter Shin", "Foghorn", "2004-03-31" ], [ "7", "My Generation G-G-Gap", "LT", "Dan Povenmire", "Porky, Petunia", "2004-03-31" ] ] }, { "t5Formulas": [ { "Question": "What is the result against everton?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"everton\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"everton\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"everton\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11664601-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Date", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "2", "24 September 2003", "Brighton", "Home", "1-0 (a.e.t.)", "10,435" ], [ "3", "3", "29 October 2003", "Wigan", "Away", "2-1", "8,046" ], [ "4", "4", "3 December 2003", "Everton", "Home", "0-0 (5-4 pens)", "18,568" ], [ "5", "5", "17 December 2003", "Tottenham", "Away", "1-1 (5-4 pens)", "25,307" ], [ "6", "SF Leg 1", "January 20, 2004", "Arsenal", "Away", "1-0", "31,070" ], [ "7", "SF Leg 2", "3 February 2004", "Arsenal", "Home", "2-1 (3-1 agg.)", "8,046" ], [ "8", "Final", "29 February 2004", "Bolton", "Millennium Stadium", "2-1", "72,634" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the lowest Races that has the Team Name of piquet gp, and the Points larger than 24?", "Formula": "MIN(FILTER(D1, (C1=\"piquet gp\")*(G1>24)))", "Formula2": "MIN(FILTER(D2:D18, (C2:C18=\"piquet gp\")*(G2:G18>24)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "=", "\"piquet gp\"", "*", "G1", ">", "24" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Can you tell me the sum of Poles that has the Season of 2005, and the Series of formula three sudamericana?", "Formula": "SUM(FILTER(E1, (A1=2005)*(B1=\"formula three sudamericana\")))", "Formula2": "SUM(FILTER(E2:E18, (A2:A18=2005)*(B2:B18=\"formula three sudamericana\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "2005", "*", "B1", "=", "\"formula three sudamericana\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Can you tell me the Series that has the Wins of 0, and the Season of a 2002?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,A1=2002),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H18,A2:A18=2002),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "A1", "=", "2002", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-17289224-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Season", "Series", "Team Name", "Races", "Poles", "Wins", "Points", "Final Placing" ], [ "2", "2002", "Formula Renault 2.0 Brazil", "Bassani Racing", "3", "0", "0", "0", "NC" ], [ "3", "2003", "Formula Renault 2.0 Brazil", "Pop Car Racing", "12", "0", "0", "26", "18th" ], [ "4", "2004", "Formula Renault 2.0 Brazil", "Full Time Sports", "10", "1", "0", "76", "9th" ], [ "5", "2005", "Formula Three Sudamericana", "Bassani Racing", "18", "1", "3", "72", "4th" ], [ "6", "2005", "Formula Renault 2.0 Brazil", "Gramacho Racing", "3", "0", "0", "44", "12th" ], [ "7", "2006", "Formula Three Sudamericana", "Bassani Racing", "16", "8", "1", "78", "3rd" ], [ "8", "2006", "Formula Renault 2.0 Brazil", "Bassani Racing", "1", "1", "1", "32", "16th" ], [ "9", "2006", "Euroseries 3000", "Minardi Team", "2", "0", "0", "6", "15th" ], [ "10", "2007", "Euroseries 3000", "Team Minardi by GP Racing", "16", "1", "4", "77", "2nd" ], [ "11", "2008", "GP2 Series", "David Price Racing", "20", "0", "0", "3", "22nd" ], [ "12", "2008", "GP2 Asia Series", "Campos Racing", "1", "0", "0", "0", "19th" ], [ "13", "2008", "GP2 Asia Series", "David Price Racing", "8", "0", "0", "2", "19th" ], [ "14", "2008–09", "GP2 Asia Series", "Piquet GP", "11", "0", "2", "24", "8th" ], [ "15", "2009", "GP2 Series", "iSport International", "20", "0", "0", "8", "20th" ], [ "16", "2009–10", "GP2 Asia Series", "MalaysiaQi-Meritus.com", "2", "0", "0", "0", "28th" ], [ "17", "2010", "Copa Caixa Stock Car", "RC3 Bassani Racing", "12", "0", "1", "43", "15th" ], [ "18", "2011", "Copa Caixa Stock Car", "Bassani Racing", "9", "0", "0", "13", "23rd" ] ] }, { "t5Formulas": [ { "Question": "What is the average round of player Sammy Morris?", "Formula": "AVERAGEIFS(A1,C1,\"sammy morris\")", "Formula2": "AVERAGEIFS(A2:A9,C2:C9,\"sammy morris\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "C1", "\"sammy morris\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the sum pick # of the player from round 4?", "Formula": "SUM(FILTER(B1, A1=4))", "Formula2": "SUM(FILTER(B2:B9, A2:A9=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who is the player from Arizona State?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arizona state\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"arizona state\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"arizona state\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the sum of the round of the player who plays linebacker and has a pick # greater than 251?", "Formula": "SUM(FILTER(A1, (D1=\"linebacker\")*(B1>251)))", "Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"linebacker\")*(B2:B9>251)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"linebacker\"", "*", "B1", ">", "251" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Who is the player from Arizona state with a round less than 7?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"arizona state\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,E2:E9=\"arizona state\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"arizona state\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-16025322-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick #", "Player", "Position", "College" ], [ "2", "1", "26", "Erik Flowers", "Defensive End", "Arizona State" ], [ "3", "2", "58", "Travares Tillman", "Free Safety", "Georgia Tech" ], [ "4", "3", "89", "Corey Moore", "Linebacker", "Virginia Tech" ], [ "5", "4", "121", "Avion Black", "Wide Receiver", "Tennessee State" ], [ "6", "5", "156", "Sammy Morris", "Fullback", "Texas Tech" ], [ "7", "6", "194", "Leif Larsen", "Defensive End", "Texas-El Paso (UTEP)" ], [ "8", "7", "233", "Drew Haddad", "Wide Receiver", "Buffalo" ], [ "9", "7", "251", "DaShon Polk", "Linebacker", "Arizona" ] ] }, { "t5Formulas": [ { "Question": "How many members have the black membership card?", "Formula": "SUMIFS(A1,C1,\"black\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"black\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Find the number of members living in each address.", "Formula": "SUMMARIZE(G1,SUMX(A1))", "Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "G1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "Give me the names of members whose address is in Harford or Waterbury.", "Formula": "FILTER(B1,(G1=\"Harford\")+(G1=\"Waterbury\"))", "Formula2": "FILTER(B2:B11,(G2:G11=\"Harford\")+(G2:G11=\"Waterbury\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "G1", "=", "\"Harford\"", "+", "G1", "=", "\"Waterbury\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str" ] }, { "Question": "Find the ids and names of members who are under age 30 or with black membership card.", "Formula": "LET(a,HSTACK(A1,B1),b,A1,c,CHOOSECOLS(LET(query1,LET(query1,FILTER(A1:G1,C1=\"black\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(A2:A11,B2:B11),b,A2:A11,c,CHOOSECOLS(LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"black\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Level": "hard", "Tokens": [ "LET(", "a", "HSTACK(", "A1", "B1", "b", "A1", "c", "CHOOSECOLS(", "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"black\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "30", "1", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Funcs": [ "LET(", "a", "HSTACK(", "Cell", "Cell", "b", "Cell", "c", "CHOOSECOLS(", "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Question": "Find the purchase time, age and address of each member, and show the results in the order of purchase time.", "Formula": "SORTBY(CHOOSE({1,2,3},E1,D1,G1),E1,1)", "Formula2": "SORTBY(CHOOSE({1,2,3},E2:E11,D2:D11,G2:G11),E2:E11,1)", "Level": "easy", "Tokens": [ "SORTBY(", "CHOOSE(", "1", "2", "3", "E1", "D1", "G1", "E1", "1" ], "Funcs": [ "SORTBY(", "CHOOSE(", "Num", "Num", "Num", "Cell", "Cell", "Cell", "Cell", "Num" ] }, { "Question": "Which membership card has more than 5 members?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "How many members are not living in Hartford?", "Formula": "LET(query1,FILTER(A1:G1,G1<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))", "Formula2": "LET(query1,FILTER(A2:G11,G2:G11<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "<>", "\"hartford\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "How many members are blackcard members?", "Formula": "SUMIFS(A1,C1,\"black\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"black\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Amount of members per address", "Formula": "SUMMARIZE(G1,SUMX(A1))", "Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "G1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "Waterbury members' names and IDs", "Formula": "LET(query1,FILTER(A1:G1,G1=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:G11,G2:G11=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "=", "\"waterbury\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "the ids and names of black card members aged 30.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"black\"),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,2)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)=30))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"black\"),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,2)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)=30))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"black\"", "SUMMARIZE(", "HSTACK(", "CHOOSECOLS(", "query1", "1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "30" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "HSTACK(", "CHOOSECOLS(", "query1", "Num", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "cards with more than 5 members ", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "the number of members who are not in hartford", "Formula": "LET(query1,FILTER(A1:G1,G1<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))", "Formula2": "LET(query1,FILTER(A2:G11,G2:G11<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "<>", "\"hartford\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] }, { "Question": "the number of members having black membership cards", "Formula": "SUMIFS(A1,C1,\"black\")", "Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"black\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "the number of members for each address.", "Formula": "SUMMARIZE(G1,SUMX(A1))", "Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "G1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "the names and ids of members in waterbury", "Formula": "LET(query1,FILTER(A1:G1,G1=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:G11,G2:G11=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "=", "\"waterbury\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "the card with over 5 members", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "coffee_shop_member", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "member id", "name", "membership card", "age", "time of purchase", "level of membership", "address" ], [ "2", "1", "Ashby, Lazale", "Black", "29", "18", "5", "Hartford" ], [ "3", "2", "Breton, Robert", "White", "67", "41", "4", "Waterbury" ], [ "4", "3", "Campbell, Jessie", "Black", "34", "20", "6", "Hartford" ], [ "5", "4", "Cobb, Sedrick", "Black", "51", "27", "2", "Waterbury" ], [ "6", "5", "Hayes, Steven", "White", "50", "44", "3", "Cheshire" ], [ "7", "6", "Komisarjevsky, Joshua", "White", "33", "26", "2", "Cheshire" ], [ "8", "7", "Peeler, Russell", "Black", "42", "26", "6", "Bridgeport" ], [ "9", "8", "Reynolds, Richard", "Black", "45", "24", "1", "Waterbury" ], [ "10", "9", "Rizzo, Todd", "White", "35", "18", "4", "Waterbury" ], [ "11", "10", "Webb, Daniel", "Black", "51", "27", "22", "Hartford" ] ] }, { "t5Formulas": [ { "Question": "Which Away team score has a Venue of kardinia park?", "Formula": "FILTER(D1,E1=\"kardinia park\")", "Formula2": "FILTER(D2:D7,E2:E7=\"kardinia park\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"kardinia park\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which Home team score has a Home team of geelong?", "Formula": "FILTER(B1,A1=\"geelong\")", "Formula2": "FILTER(B2:B7,A2:A7=\"geelong\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"geelong\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which Venue has a Home team of geelong?", "Formula": "FILTER(E1,A1=\"geelong\")", "Formula2": "FILTER(E2:E7,A2:A7=\"geelong\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"geelong\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-10826385-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "10.3 (63)", "Richmond", "22.17 (149)", "Kardinia Park", "18,494", "8 April 1972" ], [ "3", "Fitzroy", "12.16 (88)", "St Kilda", "12.8 (80)", "Junction Oval", "20,000", "8 April 1972" ], [ "4", "Essendon", "16.11 (107)", "South Melbourne", "7.18 (60)", "Windy Hill", "22,611", "8 April 1972" ], [ "5", "North Melbourne", "11.10 (76)", "Hawthorn", "19.24 (138)", "Arden Street Oval", "10,200", "8 April 1972" ], [ "6", "Melbourne", "11.18 (84)", "Footscray", "15.15 (105)", "MCG", "21,452", "8 April 1972" ], [ "7", "Collingwood", "10.15 (75)", "Carlton", "11.9 (75)", "Victoria Park", "37,070", "8 April 1972" ] ] }, { "t5Formulas": [ { "Question": "In which week was the Theme 1960s?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"1960s\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"1960s\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"1960s\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the week # is listed as Hollywood, and the Theme is N/A, what song is listed?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"n/a\")*(A1=\"hollywood\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(B2:B14=\"n/a\")*(A2:A14=\"hollywood\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"n/a\"", "*", "A1", "=", "\"hollywood\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Theme has a Result of eliminated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"eliminated\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"eliminated\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"eliminated\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which song choice was originally performed by Bonnie Tyler?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"bonnie tyler\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"bonnie tyler\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"bonnie tyler\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15383430-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week #", "Theme", "Song choice", "Original artist", "Order #", "Result" ], [ "2", "Audition", "N/A", "\" I'm Every Woman \"", "Chaka Khan", "N/A", "Advanced" ], [ "3", "Hollywood", "N/A", "\" When I Need You \"", "Leo Sayer", "N/A", "Advanced" ], [ "4", "Top 50", "N/A", "\" Alone \"", "i-TEN", "N/A", "Advanced" ], [ "5", "Top 24 (12 Women)", "1960s", "\" The Shadow of Your Smile \"", "Tony Bennett", "12", "Safe" ], [ "6", "Top 20 (10 Women)", "1970s", "\" Crazy on You \"", "Heart", "1", "Safe" ], [ "7", "Top 16 (8 Women)", "1980s", "\" I Drove All Night \"", "Cyndi Lauper", "4", "Safe" ], [ "8", "Top 12", "Lennon–McCartney", "\" Come Together \"", "The Beatles", "5", "Safe" ], [ "9", "Top 11", "The Beatles", "\" Blackbird \"", "The Beatles", "7", "Bottom 3" ], [ "10", "Top 10", "Year They Were Born", "\" Total Eclipse of the Heart \"", "Bonnie Tyler", "7", "Safe" ], [ "11", "Top 9", "Dolly Parton", "\" Here You Come Again \"", "Dolly Parton", "5", "Safe" ], [ "12", "Top 8", "Inspirational Music", "\" The Show Must Go On \"", "Queen", "6", "Bottom 3" ], [ "13", "Top 7", "Mariah Carey", "\" Without You \"", "Badfinger", "2", "Safe" ], [ "14", "Top 6", "Andrew Lloyd Webber", "\" Superstar \"", "Jesus Christ Superstar", "5", "Eliminated" ] ] }, { "t5Formulas": [ { "Question": "What is the name of race that has a winning driver of Stirling moss and a Circuit of oulton park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"stirling moss\")*(B1=\"oulton park\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"stirling moss\")*(B2:B6=\"oulton park\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"stirling moss\"", "*", "B1", "=", "\"oulton park\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the winning driver that has a construction of brm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"brm\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"brm\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"brm\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1140108-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Name", "Circuit", "Date", "Winning driver", "Constructor", "Report" ], [ "2", "VII Glover Trophy", "Goodwood", "30 March", "Stirling Moss", "Cooper - Climax", "Report" ], [ "3", "XIV BARC Aintree 200", "Aintree", "18 April", "Jean Behra", "Ferrari", "Report" ], [ "4", "XI BRDC International Trophy", "Silverstone", "2 May", "Jack Brabham", "Cooper - Climax", "Report" ], [ "5", "VI International Gold Cup", "Oulton Park", "26 September", "Stirling Moss", "Cooper - Climax", "Report" ], [ "6", "IV Silver City Trophy", "Snetterton", "10 October", "Ron Flockhart", "BRM", "Report" ] ] }, { "t5Formulas": [ { "Question": "Opponent of edmonton oilers, and a Game of 3 is what series?", "Formula": "FILTER(E1,(C1=\"edmonton oilers\")*(A1=3))", "Formula2": "FILTER(E2:E8,(C2:C8=\"edmonton oilers\")*(A2:A8=3))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"edmonton oilers\"", "*", "A1", "=", "3" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "Score of 2–3 ot on what date?", "Formula": "FILTER(B1,D1=\"2–3 ot\")", "Formula2": "FILTER(B2:B8,D2:D8=\"2–3 ot\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"2–3 ot\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Opponent of @ edmonton oilers, and a Game smaller than 7, and a Series of oilers lead 3–2 had what score?", "Formula": "FILTER(D1,(C1=\"@ edmonton oilers\")*(A1<7)*(E1=\"oilers lead 3–2\"))", "Formula2": "FILTER(D2:D8,(C2:C8=\"@ edmonton oilers\")*(A2:A8<7)*(E2:E8=\"oilers lead 3–2\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"@ edmonton oilers\"", "*", "A1", "<", "7", "*", "E1", "=", "\"oilers lead 3–2\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Opponent of @ edmonton oilers, and a Game larger than 1, and a Series of oilers lead 3–2 had what score?", "Formula": "FILTER(D1,(C1=\"@ edmonton oilers\")*(A1>1)*(E1=\"oilers lead 3–2\"))", "Formula2": "FILTER(D2:D8,(C2:C8=\"@ edmonton oilers\")*(A2:A8>1)*(E2:E8=\"oilers lead 3–2\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"@ edmonton oilers\"", "*", "A1", ">", "1", "*", "E1", "=", "\"oilers lead 3–2\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Series of oilers win 4–3 had what highest game?", "Formula": "MAX(FILTER(A1,E1=\"oilers win 4–3\"))", "Formula2": "MAX(FILTER(A2:A8,E2:E8=\"oilers win 4–3\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "\"oilers win 4–3\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-14208857-12", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Opponent", "Score", "Series" ], [ "2", "1", "May 17", "@ Edmonton Oilers", "2–4", "Oilers lead 1–0" ], [ "3", "2", "May 20", "@ Edmonton Oilers", "2–3 OT", "Oilers lead 2–0" ], [ "4", "3", "May 22", "Edmonton Oilers", "5–3", "Oilers lead 2–1" ], [ "5", "4", "May 24", "Edmonton Oilers", "1–4", "Oilers lead 3–1" ], [ "6", "5", "May 26", "@ Edmonton Oilers", "4–3", "Oilers lead 3–2" ], [ "7", "6", "May 28", "Edmonton Oilers", "3–2", "Series tied 3–3" ], [ "8", "7", "May 31", "@ Edmonton Oilers", "1–3", "Oilers win 4–3" ] ] }, { "t5Formulas": [ { "Question": "what is the city of license for the station with the frequency mhz less than 102.3 abd erp w of 25?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<102.3)*(CHOOSECOLS(query1,3)=25)))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(B2:B11),SUMX(D2:D11)),FILTER(query1,(CHOOSECOLS(query1,2)<102.3)*(CHOOSECOLS(query1,3)=25)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "102.3", "*", "CHOOSECOLS(", "query1", "3", "=", "25" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "\\What is the class of the station with the call sign w254ah?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"w254ah\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"w254ah\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"w254ah\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the class of the station with erp w more than 30?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>30))", "Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)>30))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "30" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "what is the highest frequency mhz with the call sign w292cu?", "Formula": "MAXIFS(B1,A1,\"w292cu\")", "Formula2": "MAXIFS(B2:B11,A2:A11,\"w292cu\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "A1", "\"w292cu\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12840409-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "W294AJ", "106.7", "Charlottesville, Virginia", "21", "D", "FCC" ], [ "3", "W236AD", "95.1", "Lawrenceville, Virginia", "25", "D", "FCC" ], [ "4", "W246BZ", "97.1", "Crewe, Virginia", "38", "D", "FCC" ], [ "5", "W254AH", "98.7", "Farmville, Virginia", "27", "D", "FCC" ], [ "6", "W272CC", "102.3", "Smithfield, Virginia", "10", "D", "FCC" ], [ "7", "W273AA", "102.5", "Blacksburg, Virginia", "10", "D", "FCC" ], [ "8", "W274AB", "102.7", "Petersburg, Virginia", "30", "D", "FCC" ], [ "9", "W291AJ", "106.1", "Waverly, Virginia", "27", "D", "FCC" ], [ "10", "W292CU", "106.3", "Christiansburg, Virginia", "10", "D", "FCC" ], [ "11", "W295AI", "106.9", "Marion, Virginia", "10", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "How many touchdowns did the player took which gained 25 points?", "Formula": "SUM(FILTER(D1, G1=25))", "Formula2": "SUM(FILTER(D2:D8, G2:G8=25))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "25" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many maximum points did Curtis scored?", "Formula": "MAXIFS(G1,A1,\"Curtis\")", "Formula2": "MAXIFS(G2:G8,A2:A8,\"Curtis\")", "Level": "easy", "Tokens": [ "MAXIFS(", "G1", "A1", "\"Curtis\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many touchdowns did the left guard took?", "Formula": "SUMIFS(D1,B1,\"Left guard\")", "Formula2": "SUMIFS(D2:D8,B2:B8,\"Left guard\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"Left guard\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many numbers were recorded on the fields goals of the Left End player?", "Formula": "SUMIFS(F1,B1,\"Left end\")", "Formula2": "SUMIFS(F2:F8,B2:B8,\"Left end\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"Left end\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the minimum touchdowns of the Fullback player?", "Formula": "MINIFS(D1,B1,\"Fullback\")", "Formula2": "MINIFS(D2:D8,B2:B8,\"Fullback\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"Fullback\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25711913-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Position", "Starter", "Touchdowns", "Extra points", "Field goals", "Points" ], [ "2", "Hammond", "Fullback", "Yes", "4", "5", "0", "25" ], [ "3", "Workman", "Right halfback", "Yes", "3", "0", "0", "15" ], [ "4", "Curtis", "Left tackle", "Yes", "0", "5", "0", "5" ], [ "5", "Norcross", "Quarterback", "Yes", "1", "0", "0", "5" ], [ "6", "Garrels", "Left end", "Yes", "1", "0", "0", "5" ], [ "7", "Rumney", "Right halfback", "No", "1", "0", "0", "5" ], [ "8", "Love", "Left guard", "Yes", "1", "0", "0", "5" ] ] }, { "t5Formulas": [ { "Question": "when did the @ indiana game take place?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ Indiana\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,C2:C10=\"@ Indiana\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"@ Indiana\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-22893781-7", "Table": [ [ "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", "49", "February 2", "@ Indiana", "L 115–130 (OT)", "Chris Bosh (35)", "Chris Bosh (15)", "José Calderón (8)", "Conseco Fieldhouse 11,191", "26–23" ], [ "3", "50", "February 3", "New Jersey", "W 108–99 (OT)", "Andrea Bargnani , Chris Bosh (20)", "Sonny Weems (11)", "Jarrett Jack (9)", "Air Canada Centre 15,222", "27–23" ], [ "4", "51", "February 7", "Sacramento", "W 115–104 (OT)", "Chris Bosh (35)", "Chris Bosh (11)", "Jarrett Jack (9)", "Air Canada Centre 18,007", "28–23" ], [ "5", "52", "February 10", "Philadelphia", "W 104–93 (OT)", "Chris Bosh (23)", "Chris Bosh (12)", "Jarrett Jack (8)", "Air Canada Centre 16,651", "29–23" ], [ "6", "53", "February 17", "Memphis", "L 102–109 (OT)", "Chris Bosh (32)", "Andrea Bargnani , Chris Bosh (10)", "José Calderón (9)", "Air Canada Centre 16,829", "29–24" ], [ "7", "54", "February 19", "@ New Jersey", "W 106–89 (OT)", "Jarrett Jack (18)", "Radoslav Nesterović (7)", "Jarrett Jack (10)", "Izod Center 11,994", "30–24" ], [ "8", "55", "February 20", "Washington", "W 109–104 (OT)", "Jarrett Jack (23)", "Reggie Evans (7)", "Jarrett Jack (8)", "Air Canada Centre 19,149", "31–24" ], [ "9", "56", "February 24", "Portland", "L 87–101 (OT)", "Hedo Türkoğlu (24)", "Reggie Evans , Amir Johnson (8)", "Jarrett Jack (8)", "Air Canada Centre 16,161", "31–25" ], [ "10", "57", "February 26", "Cleveland", "L 118–126 (OT)", "Andrea Bargnani , Jarrett Jack (24)", "DeMar DeRozan , Reggie Evans (5)", "José Calderón (8)", "Air Canada Centre 20,107", "31–26" ] ] }, { "t5Formulas": [ { "Question": "What was the stadium for the game held on October 31?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"october 31\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"october 31\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"october 31\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many weeks in total were games played at Cleveland Browns Stadium?", "Formula": "SUMIFS(A1,E1,\"cleveland browns stadium\")", "Formula2": "SUMIFS(A2:A14,E2:E14,\"cleveland browns stadium\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"cleveland browns stadium\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12771946-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Visiting Team", "Host Team", "Stadium" ], [ "2", "2", "September 12", "New York Jets", "New England Patriots", "Gillette Stadium" ], [ "3", "3", "September 19", "Kansas City Chiefs", "Philadelphia Eagles", "Lincoln Financial Field" ], [ "4", "4", "September 26", "San Francisco 49ers", "St. Louis Rams", "Edward Jones Dome" ], [ "5", "5", "October 3", "Buffalo Bills", "Cleveland Browns", "Cleveland Browns Stadium" ], [ "6", "6", "October 10", "New York Giants", "Chicago Bears", "Soldier Field" ], [ "7", "7", "October 17", "Seattle Seahawks", "Arizona Cardinals", "University of Phoenix Stadium" ], [ "8", "8", "October 24", "Carolina Panthers", "Tampa Bay Buccaneers", "Raymond James Stadium" ], [ "9", "9", "October 31", "Cincinnati Bengals", "Miami Dolphins", "Sun Life Stadium" ], [ "10", "10", "November 7", "Washington Redskins", "Minnesota Vikings", "Mall of America Field" ], [ "11", "11", "November 14", "Indianapolis Colts", "Tennessee Titans", "LP Field" ], [ "12", "12", "November 21", "New Orleans Saints", "Atlanta Falcons", "Georgia Dome" ], [ "13", "14", "December 5", "Houston Texans", "Jacksonville Jaguars", "Everbank Field" ], [ "14", "15", "December 12", "San Diego Chargers", "Denver Broncos", "Sports Authority Field at Mile High" ] ] }, { "t5Formulas": [ { "Question": "Who was the coastal Carolina head coach in 2013?", "Formula": "FILTER(F1,A1=2013)", "Formula2": "FILTER(F2:F9,A2:A9=2013)", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "=", "2013" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many head coaches did Kent state golden flashes have?", "Formula": "ROWS(FILTER(E1,B1=\"Kent State Golden Flashes\"))", "Formula2": "ROWS(FILTER(E2:E9,B2:B9=\"Kent State Golden Flashes\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "B1", "=", "\"Kent State Golden Flashes\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the result when then opponents conference was Mac (east)?", "Formula": "FILTER(C1,D1=\"MAC (East)\")", "Formula2": "FILTER(C2:C9,D2:D9=\"MAC (East)\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"MAC (East)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-28418916-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "FBS Opponent", "Result", "Opponents Conference", "Opponents Head Coach", "Coastal Carolina Head Coach" ], [ "2", "2008", "Penn State Nittany Lions", "L, 66-10", "Big Ten", "Joe Paterno", "David Bennett" ], [ "3", "2009", "Kent State Golden Flashes", "L, 18-0", "MAC (East)", "Doug Martin", "David Bennett" ], [ "4", "2009", "Clemson Tigers", "L, 49-3", "ACC (Atlantic)", "Dabo Swinney", "David Bennett" ], [ "5", "2010", "West Virginia Mountaineers", "L, 31-0", "Big East", "Bill Stewart", "David Bennett" ], [ "6", "2011", "Georgia Bulldogs", "L, 59-0", "SEC (Eastern)", "Mark Richt", "David Bennett" ], [ "7", "2012", "Toledo Rockets", "L, 38-28", "MAC (West)", "Matt Campbell", "Joe Moglia" ], [ "8", "2013", "South Carolina Gamecocks", "TBD", "SEC (Eastern)", "Steve Spurrier as of 2013", "Joe Moglia as of 2013" ], [ "9", "2014", "Clemson Tigers", "TBD", "ACC (Atlantic)", "Dabo Swinney as of 2013", "Joe Moglia as of 2013" ] ] }, { "t5Formulas": [ { "Question": "What is the aggregate of place for points being 35?", "Formula": "SUM(FILTER(D1, E1=35))", "Formula2": "SUM(FILTER(D2:D9, E2:E9=35))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "35" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the fewest points of 5 place", "Formula": "MIN(FILTER(E1, D1=5))", "Formula2": "MIN(FILTER(E2:E9, D2:D9=5))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Name the total number of places for vicky gordon and points more than 23", "Formula": "SUM(FILTER(D1, (B1=\"vicky gordon\")*(E1>23)))", "Formula2": "SUM(FILTER(D2:D9, (B2:B9=\"vicky gordon\")*(E2:E9>23)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"vicky gordon\"", "*", "E1", ">", "23" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-10128185-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Draw", "Artist", "Song", "Place", "Points" ], [ "2", "1", "Vicky Gordon", "\"Groovy Chick\"", "6", "23" ], [ "3", "2", "Craig Lees", "\"Clear the Air\"", "4", "35" ], [ "4", "3", "Lizzi M", "\"Devil in a Hood\"", "7", "17" ], [ "5", "4", "Sarah Robertson", "\"In My Life\"", "3", "36" ], [ "6", "5", "Joni Fuller", "\"How Does It Feel\"", "1", "43" ], [ "7", "6", "Jack Garratt", "\"The Girl\"", "8", "13" ], [ "8", "7", "Jessica Stretton", "\"About You\"", "5", "26" ], [ "9", "8", "Ben Smith", "\"Lovely\"", "2", "41" ] ] }, { "t5Formulas": [ { "Question": "Who are the outgoing head coaches whose manner of departure is Gardening Leave 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Gardening leave 1\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"Gardening leave 1\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Gardening leave 1\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the incoming head coach after Wan Jamak Wan Hassan quit the coaching job?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Wan Jamak Wan Hassan\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Wan Jamak Wan Hassan\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Wan Jamak Wan Hassan\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-29171931-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Club", "Outgoing Head Coach", "Date of vacancy", "Manner of departure", "Incoming Head Coach", "Date of appointment" ], [ "2", "Kelantan FA", "Bhaskaran Sathianathan", "24 January 2011", "Resigned", "Maruthaiah Karathu", "26 January 2011" ], [ "3", "Perlis FA", "Mosthakeen Omar", "1 March 2011", "Resigned", "Salim Tofel Mohamad (caretaker)", "8 March 2011" ], [ "4", "Kedah FA", "Ahmad Yusof", "7 March 2011", "Gardening leave 1", "Muhamad Radhi Mat Din (caretaker)", "7 March 2011" ], [ "5", "Negeri Sembilan FA", "Wan Jamak Wan Hassan", "16 March 2011", "Resigned", "Mohd Azraai Khor Abdullah", "21 March 2011" ], [ "6", "Kedah FA", "Muhamad Radhi Mat Din (caretaker)", "23 April 2011", "End of caretaker role", "Wan Jamak Wan Hassan", "23 April 2011" ], [ "7", "Perlis FA", "Salim Tofel Mohamad (caretaker)", "26 April 2011", "End of caretaker role", "Jánós Krécská", "26 April 2011" ] ] }, { "t5Formulas": [ { "Question": "What was the total matches that ranked above 10?", "Formula": "SUM(FILTER(D1, A1>10))", "Formula2": "SUM(FILTER(D2:D11, A2:A11>10))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", ">", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What was the total amount of matches for Alan Shearer?", "Formula": "SUMIFS(D1,B1,\"alan shearer\")", "Formula2": "SUMIFS(D2:D11,B2:B11,\"alan shearer\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"alan shearer\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average goals for Jimmy Greaves, and matches more than 516?", "Formula": "AVERAGE(FILTER(E1, (B1=\"jimmy greaves\")*(D1>516)))", "Formula2": "AVERAGE(FILTER(E2:E11, (B2:B11=\"jimmy greaves\")*(D2:D11>516)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "B1", "=", "\"jimmy greaves\"", "*", "D1", ">", "516" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What was the total number of matches for Nat Lofthouse, ranking higher than 7?", "Formula": "SUM(FILTER(D1, (B1=\"nat lofthouse\")*(A1>7)))", "Formula2": "SUM(FILTER(D2:D11, (B2:B11=\"nat lofthouse\")*(A2:A11>7)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"nat lofthouse\"", "*", "A1", ">", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest rank for Nat Lofthouse, and goals more than 255?", "Formula": "MAX(FILTER(A1, (B1=\"nat lofthouse\")*(E1>255)))", "Formula2": "MAX(FILTER(A2:A11, (B2:B11=\"nat lofthouse\")*(E2:E11>255)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", "=", "\"nat lofthouse\"", "*", "E1", ">", "255" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1590321-70", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Years", "Matches", "Goals" ], [ "2", "1", "Jimmy Greaves", "1957–1971", "516", "357" ], [ "3", "2", "Steve Bloomer", "1892–1910", "536", "317" ], [ "4", "3", "Dixie Dean", "-1925–1930,1931–1937-1937", "362", "310" ], [ "5", "4", "Gordon Hodgson", "1925–1939", "454", "288" ], [ "6", "5", "Alan Shearer", "1987–1988,1989–2006", "559", "283" ], [ "7", "6", "Charlie Buchan", "1910–1915,1919–1928", "482", "258" ], [ "8", "7", "Nat Lofthouse", "1946–1959,1960–1961", "452", "255" ], [ "9", "8", "Joe Bradford", "1921–1935", "410", "248" ], [ "10", "9", "Hughie Gallacher", "1925–1936,1937–1938", "355", "246" ], [ "11", "10", "Joe Smith", "1911–1915,1919–1927", "410", "243" ] ] }, { "t5Formulas": [ { "Question": "What home team played when there was an attendance of 568?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=568),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=568),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "568", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What away team did Horsham play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"horsham\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"horsham\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"horsham\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What home team played Hinckley United?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hinckley united\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"hinckley united\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hinckley united\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18054397-18", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Attendance" ], [ "2", "1", "Curzon Ashton", "1–1", "Hinckley United", "519" ], [ "3", "Curzon Ashton won 3–2 on penalties", "Curzon Ashton won 3–2 on penalties", "Curzon Ashton won 3–2 on penalties", "Curzon Ashton won 3–2 on penalties", "Curzon Ashton won 3–2 on penalties" ], [ "4", "7", "Belper Town", "1–2", "Droylsden", "568" ], [ "5", "8", "Histon", "5–2", "Durham City", "441" ], [ "6", "12", "Mansfield Town", "1–0", "York City", "2,004" ], [ "7", "14", "Eastwood Town", "2–0", "Wrexham", "860" ], [ "8", "15", "Horsham", "1–4", "Stevenage Borough", "641" ], [ "9", "16", "Ebbsfleet United", "1–0", "Woking", "869" ], [ "10", "23", "Forest Green Rovers", "4–0", "Ashford Town (Middx)", "425" ], [ "11", "30", "Lewes", "1–3", "Leiston", "363" ] ] }, { "t5Formulas": [ { "Question": "What is the population density (per km) that has -6.7 as the change (%)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=-6.7),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=-6.7),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "-", "6.7", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "-", "Num", "Num" ] }, { "Question": "What population density (per km) that has 84 as the population (2006)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=84),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=84),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "84", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-189598-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Population (2011)", "Population (2006)", "Change (%)", "Land area (km²)", "Population density (per km²)" ], [ "2", "Black Point", "47", "—", "—", "—", "—" ], [ "3", "Cole Bay", "230", "156", "47.4", "4.95", "46.5" ], [ "4", "Dore Lake", "28", "30", "-6.7", "8.03", "3.5" ], [ "5", "Jans Bay", "187", "181", "3.3", "5.94", "31.5" ], [ "6", "Michel Village", "66", "79", "-16.5", "3.73", "17.7" ], [ "7", "Patuanak", "64", "84", "-23.8", "1.34", "47.6" ], [ "8", "St. George's Hill", "100", "19", "426.3", "1.46", "68.7" ], [ "9", "Stony Rapids", "243", "255", "-4.7", "3.96", "61.3" ], [ "10", "Timber Bay", "93", "139", "-33.1", "4.44", "20.9" ], [ "11", "Turnor Lake", "0", "115", "-100.0", "4.62", "0.0" ], [ "12", "Weyakwin", "135", "99", "36.4", "8.20", "16.5" ], [ "13", "Total northern hamlets", "1193", "1157", "3.1", "46.67", "25.6" ] ] }, { "t5Formulas": [ { "Question": "What team was the opponent when February shows more than 2, with a game number less than 55?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>2)*(CHOOSECOLS(query1,3)<55)))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(B2:B12),SUMX(A2:A12)),FILTER(query1,(CHOOSECOLS(query1,2)>2)*(CHOOSECOLS(query1,3)<55)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2", "*", "CHOOSECOLS(", "query1", "3", "<", "55" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the game number when the Toronto Maple Leafs were the opponent, and the February was less than 17?", "Formula": "SUM(FILTER(A1, (C1=\"toronto maple leafs\")*(B1<17)))", "Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"toronto maple leafs\")*(B2:B12<17)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"toronto maple leafs\"", "*", "B1", "<", "17" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the number of the game when the opponent was the New York Islanders, and a February less than 24?", "Formula": "SUM(FILTER(A1, (C1=\"new york islanders\")*(B1<24)))", "Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"new york islanders\")*(B2:B12<24)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"new york islanders\"", "*", "B1", "<", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest game number when the record was 26-24-9?", "Formula": "MINIFS(A1,E1,\"26-24-9\")", "Formula2": "MINIFS(A2:A12,E2:E12,\"26-24-9\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "E1", "\"26-24-9\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-17562956-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "February", "Opponent", "Score", "Record" ], [ "2", "53", "2", "@ Washington Capitals", "6 - 3", "24-20-9" ], [ "3", "54", "3", "@ Quebec Nordiques", "5 - 4", "24-21-9" ], [ "4", "55", "10", "Quebec Nordiques", "3 - 1", "25-21-9" ], [ "5", "56", "13", "@ Chicago Black Hawks", "3 - 1", "25-22-9" ], [ "6", "57", "17", "Toronto Maple Leafs", "6 - 4", "25-23-9" ], [ "7", "58", "18", "@ Hartford Whalers", "6 - 4", "25-24-9" ], [ "8", "59", "20", "Edmonton Oilers", "4 - 1", "26-24-9" ], [ "9", "60", "23", "@ Minnesota North Stars", "6 - 3", "26-25-9" ], [ "10", "61", "24", "New York Islanders", "8 - 2", "27-25-9" ], [ "11", "62", "27", "Los Angeles Kings", "5 - 4", "28-25-9" ], [ "12", "63", "28", "@ Boston Bruins", "5 - 2", "29-25-9" ] ] }, { "t5Formulas": [ { "Question": "When the Venue is mcg what is the Home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "If the Away team had a score of 14.14 (98), what's the name of the Away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.14 (98)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.14 (98)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.14 (98)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the Away team was hawthorn, what's the Home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the away team scored 9.14 (68), what was the home teams score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.14 (68)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.14 (68)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"9.14 (68)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10885968-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "7.10 (52)", "Melbourne", "14.20 (104)", "Western Oval", "13,464", "26 June 1976" ], [ "3", "Carlton", "11.19 (85)", "Essendon", "9.14 (68)", "Princes Park", "24,826", "26 June 1976" ], [ "4", "North Melbourne", "9.13 (67)", "Hawthorn", "10.15 (75)", "Arden Street Oval", "16,230", "26 June 1976" ], [ "5", "Richmond", "15.12 (102)", "Geelong", "14.14 (98)", "MCG", "28,608", "26 June 1976" ], [ "6", "St Kilda", "11.10 (76)", "Fitzroy", "13.17 (95)", "Moorabbin Oval", "17,861", "26 June 1976" ], [ "7", "South Melbourne", "17.19 (121)", "Collingwood", "11.16 (82)", "VFL Park", "28,537", "26 June 1976" ] ] }, { "t5Formulas": [ { "Question": "The Milford School has what Division Record?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"milford\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"milford\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"milford\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the School of the Sussex Tech's Team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"sussex tech\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"sussex tech\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"sussex tech\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13054553-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "School", "Team", "Division Record", "Overall Record", "Season Outcome" ], [ "2", "Sussex Central", "Golden Knights", "5 - 0", "11 - 1", "Loss in Div. I Championship Game" ], [ "3", "Milford", "Buccaneers", "3 - 2", "6 - 4", "Failed to make playoffs" ], [ "4", "Cape Henlopen", "Vikings", "3 - 2", "5 - 5", "Failed to make playoffs" ], [ "5", "Caesar Rodney", "Riders", "2 - 3", "5 - 5", "Failed to make playoffs" ], [ "6", "Dover", "Senators", "3 - 3", "5 - 5", "Failed to make playoffs" ], [ "7", "Sussex Tech", "Ravens", "0 - 5", "2 - 8", "Failed to make playoffs" ] ] }, { "t5Formulas": [ { "Question": "What park opened in 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=1999),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=1999),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "1999", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12204442-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Park", "Tower height", "Drop height*", "Speed", "Model", "Opened", "Height requirement" ], [ "2", "Canada's Wonderland", "230feet", "200feet", "62mph", "Giant Drop", "1997", "inches (cm)" ], [ "3", "Carowinds", "174feet", "100feet", "56mph", "Giant Drop", "March 1996", "inches (cm)" ], [ "4", "California's Great America", "224feet", "207feet", "62mph", "Giant Drop", "March 1996", "inches (cm)" ], [ "5", "Kings Dominion", "305feet", "272feet", "72mph", "Gyro Drop", "March 22, 2003", "inches (cm)" ], [ "6", "Kings Island", "315feet", "264feet", "67mph", "Gyro Drop", "1999", "inches (cm)" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of production code by david richardson and todd holland", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"David Richardson\")*(C1=\"Todd Holland\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(D2:D16=\"David Richardson\")*(C2:C16=\"Todd Holland\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"David Richardson\"", "*", "C1", "=", "\"Todd Holland\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the total number of series for march 19, 2000", "Formula": "SUMIFS(A1,E1,\"March 19, 2000\")", "Formula2": "SUMIFS(A2:A16,E2:E16,\"March 19, 2000\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"March 19, 2000\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-1876825-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "Title", "Directed by", "Written by", "Original air date", "Production code" ], [ "2", "1", "\" Pilot \"", "Todd Holland", "Linwood Boomer", "January 9, 2000", "10012-99-179" ], [ "3", "2", "\"Red Dress\"", "Arlene Sanford", "Alan J. Higgins", "January 16, 2000", "06-99-103" ], [ "4", "3", "\"Home Alone 4\"", "Todd Holland", "Michael Glouberman & Andrew Orenstein", "January 23, 2000", "06-99-106" ], [ "5", "4", "\"Shame\"", "Nick Marck", "David Richardson", "February 6, 2000", "06-99-107" ], [ "6", "5", "\"Malcolm Babysits\"", "Jeff Melman", "Maggie Bandur & Pang-Ni Landrum", "February 13, 2000", "06-99-105" ], [ "7", "6", "\"Sleepover\"", "Ken Kwapis", "Dan Kopelman", "February 20, 2000", "06-99-110" ], [ "8", "7", "\"Francis Escapes\"", "Todd Holland", "Linwood Boomer", "February 27, 2000", "06-99-101" ], [ "9", "8", "\"Krelboyne Picnic\"", "Todd Holland", "Michael Glouberman & Andrew Orenstein", "March 12, 2000", "06-99-109" ], [ "10", "9", "\"Lois vs. Evil\"", "Todd Holland", "Jack Amiel & Michael Begler", "March 19, 2000", "06-99-104" ], [ "11", "10", "\"Stock Car Races\"", "Todd Holland", "David Richardson", "April 2, 2000", "06-99-102" ], [ "12", "11", "\"Funeral\"", "Arlene Sanford", "Maggie Bandur & Pang-Ni Landrum", "April 9, 2000", "06-99-111" ], [ "13", "12", "\"Cheerleader\"", "Todd Holland", "Dan Kopelman", "April 16, 2000", "06-99-112" ], [ "14", "13", "\"Rollerskates\"", "Ken Kwapis", "Alan J. Higgins", "April 30, 2000", "06-99-108" ], [ "15", "14", "\"The Bots and the Bees\"", "Chris Koch", "Alan J. Higgins & David Richardson", "May 7, 2000", "06-00-202" ], [ "16", "15", "\"Smunday\"", "Jeff Melman", "Michael Glouberman & Andrew Orenstein", "May 14, 2000", "06-00-201" ] ] }, { "t5Formulas": [ { "Question": "What are the years employed shown for mathematics & prefect master?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mathematics & prefect master\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"mathematics & prefect master\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"mathematics & prefect master\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What citation is shown for the employed years of 1970–1996?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1970–1996\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"1970–1996\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1970–1996\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the person employed 1970–2005?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1970–2005\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"1970–2005\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1970–2005\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1839872-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Employed", "Position held", "Honour", "Citation" ], [ "2", "Davis, Phillip Harris (Phil)", "1951–2000", "Mathematics & Prefect Master", "Medal of the Order of Australia", "It's an Honour" ], [ "3", "Morgan, Michael Dennis", "1981–2001", "Physical Education Ist VIII Coach", "Medal of the Order of Australia", "It's an Honour" ], [ "4", "Swain, Elizabeth Anne (Liz)", "1973–1995", "Director of Music & Chapel Choir", "Medal of the Order of Australia", "It's an Honour" ], [ "5", "Swain, Peter Leonard", "1970–1996", "Chaplain & Archivist", "Medal of the Order of Australia", "It's an Honour" ], [ "6", "Woosnam, Clive Thomas", "1970–2005", "Senior Boarding Master & Registrar", "Medal of the Order of Australia", "It's an Honour" ], [ "7", "Zimmerman, Roy Alfred", "1966–1996", "Master-in-Charge Wyvern House", "Medal of the Order of Australia", "It's an Honour" ] ] }, { "t5Formulas": [ { "Question": "How many constituents does udaipura have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"udaipura\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"udaipura\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"udaipura\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18516646-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Constituency number", "Name", "Reserved for ( SC / ST /None)", "District", "Number of electorates (2009)" ], [ "2", "119", "Narsingpur", "None", "Narsinghpur", "168,616" ], [ "3", "120", "Tendukheda", "None", "Narsinghpur", "137,595" ], [ "4", "121", "Gadarwara", "None", "Narsinghpur", "149,782" ], [ "5", "136", "Seoni-Malwa", "None", "Hoshangabad", "169,680" ], [ "6", "137", "Hoshangabad", "None", "Hoshangabad", "164,378" ], [ "7", "138", "Sohagpur", "None", "Hoshangabad", "169,601" ], [ "8", "139", "Pipariya", "SC", "Hoshangabad", "160,783" ], [ "9", "140", "Udaipura", "None", "Raisen", "179,039" ], [ "10", "Total:", "Total:", "Total:", "Total:", "1,299,474" ] ] }, { "t5Formulas": [ { "Question": "What is the majority when the clone independence is no?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"no\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,H2:H6=\"no\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"no\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the consistency & participation when pareto efficiency is yes and condorcet is no?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"yes\")*(F1=\"no\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(B2:B6=\"yes\")*(F2:F6=\"no\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"yes\"", "*", "F1", "=", "\"no\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the reversal symmetry when non-dictatorship is yes, consistency & participation is no, and clone independence is yes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"yes\")*(E1=\"no\")*(H1=\"yes\")),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"yes\")*(E2:E6=\"no\")*(H2:H6=\"yes\")),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"yes\"", "*", "E1", "=", "\"no\"", "*", "H1", "=", "\"yes\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the reversal symmetry when non-dicatorship is no and pareto efficiency is no?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"no\")*(B1=\"no\")),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"no\")*(B2:B6=\"no\")),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"no\"", "*", "B1", "=", "\"no\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the monotone when pareto efficiency is yes, non-dictatorship is yes, and clone independence is yes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"yes\")*(A1=\"yes\")*(H1=\"yes\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(B2:B6=\"yes\")*(A2:A6=\"yes\")*(H2:H6=\"yes\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"yes\"", "*", "A1", "=", "\"yes\"", "*", "H1", "=", "\"yes\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the reversal symmetry when the non-dictatorship is no and condorcet loser is no?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"no\")*(G1=\"no\")),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"no\")*(G2:G6=\"no\")),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"no\"", "*", "G1", "=", "\"no\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1857-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Non-dictatorship", "Pareto efficiency", "Majority", "Monotone", "Consistency & Participation", "Condorcet", "Condorcet loser", "Clone independence", "Reversal symmetry" ], [ "2", "No", "No", "No", "Yes", "Yes", "No", "No", "Yes", "Yes" ], [ "3", "Yes", "Yes", "No", "Yes", "Yes", "No", "No", "No", "Yes" ], [ "4", "Yes", "Yes", "No", "Yes", "No", "No", "No", "No", "Yes" ], [ "5", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "No", "Yes", "Yes" ], [ "6", "No", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes" ] ] }, { "t5Formulas": [ { "Question": "When 4744 is the avg. trips per mile (x1000) what is the current stock?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(J1)),FILTER(query1,CHOOSECOLS(query1,2)=4744))", "Formula2": "LET(query1,SUMMARIZE(G2:G12,SUMX(J2:J12)),FILTER(query1,CHOOSECOLS(query1,2)=4744))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "J1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4744" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When green is the map colour what is the future stock?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"Green\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,B2:B12=\"Green\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "B1", "=", "\"Green\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When turquoise is the map colour how many avg. trips per mile (×1000) are there?", "Formula": "SUMIFS(J1,B1,\"Turquoise\")", "Formula2": "SUMIFS(J2:J12,B2:B12,\"Turquoise\")", "Level": "easy", "Tokens": [ "SUMIFS(", "J1", "B1", "\"Turquoise\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When turquoise is the map colour what is the length?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"Turquoise\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,B2:B12=\"Turquoise\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "B1", "=", "\"Turquoise\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17839-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Name", "Map colour", "First operated", "Type", "Length", "No. Sta", "Current Stock", "Future Stock", "Trips per annum (×1000)", "Avg. trips per mile (×1000)" ], [ "2", "Bakerloo line", "Brown", "1906", "Deep Tube", "23.2km 14.5 mi", "25", "1972 Stock", "N/A", "111136", "7665" ], [ "3", "Central line", "Red", "1900", "Deep Tube", "74 .0 km 46 .0 mi", "49", "1992 Stock", "N/A", "260916", "5672" ], [ "4", "Circle line", "Yellow", "1871", "Sub surface", "27.2km 17 .0 mi", "36", "C Stock S Stock", "S Stock (Currently replacing C Stock)", "114609", "4716" ], [ "5", "District line", "Green", "1868", "Sub surface", "64 .0 km 40 .0 mi", "60", "C Stock and D78 Stock", "S Stock from 2014", "208317", "5208" ], [ "6", "Hammersmith & City line", "Pink", "1864", "Sub surface", "25.5km 15.9 mi", "29", "C Stock S Stock", "S Stock (Currently replacing C Stock)", "114609", "4716" ], [ "7", "Jubilee line", "Silver", "1979", "Deep Tube", "36.2km 22.5 mi", "27", "1996 Stock", "N/A", "213554", "9491" ], [ "8", "Metropolitan line", "Purple", "1863", "Sub surface", "66.7km 41.5 mi", "34", "S Stock", "N/A", "66779", "1609" ], [ "9", "Northern line", "Black", "1890", "Deep Tube", "58 .0 km 36 .0 mi", "50", "1995 Stock", "N/A", "252310", "7009" ], [ "10", "Piccadilly line", "Dark Blue", "1906", "Deep Tube", "71 .0 km 44.3 mi", "53", "1973 Stock", "N/A", "210169", "4744" ], [ "11", "Victoria line", "Light Blue", "1968", "Deep Tube", "21 .0 km 13.3 mi", "16", "2009 Stock", "N/A", "199988", "15093" ], [ "12", "Waterloo & City line", "Turquoise", "1898", "Deep Tube", "2.5km 1.5 mi", "2", "1992 Stock", "N/A", "15892", "10595" ] ] }, { "t5Formulas": [ { "Question": "How many villages are there in the Magway region?", "Formula": "SUMIFS(H1,B1,\"Magway Region\")", "Formula2": "SUMIFS(H2:H15,B2:B15,\"Magway Region\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "B1", "\"Magway Region\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many townships are there in region number 2?", "Formula": "SUM(FILTER(D1, A1=2))", "Formula2": "SUM(FILTER(D2:D15, A2:A15=2))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many townships are there in the region with 376 village groups?", "Formula": "SUM(FILTER(D1, G1=376))", "Formula2": "SUM(FILTER(D2:D15, G2:G15=376))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "376" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-19457-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "State/Region", "Districts", "Town ships", "Cities/ Towns", "Wards", "Village groups", "Villages" ], [ "2", "1", "Kachin State", "3", "18", "20", "116", "606", "2630" ], [ "3", "2", "Kayah State", "2", "7", "7", "29", "79", "624" ], [ "4", "3", "Kayin State", "3", "7", "10", "46", "376", "2092" ], [ "5", "4", "Chin State", "2", "9", "9", "29", "475", "1355" ], [ "6", "5", "Sagaing Region", "8", "37", "37", "171", "1769", "6095" ], [ "7", "6", "Tanintharyi Region", "3", "10", "10", "63", "265", "1255" ], [ "8", "7", "Bago Region", "4", "28", "33", "246", "1424", "6498" ], [ "9", "8", "Magway Region", "5", "25", "26", "160", "1543", "4774" ], [ "10", "9", "Mandalay Region", "7", "31", "29", "259", "1611", "5472" ], [ "11", "10", "Mon State", "2", "10", "11", "69", "381", "1199" ], [ "12", "11", "Rakhine State", "4", "17", "17", "120", "1041", "3871" ], [ "13", "12", "Yangon Region", "4", "45", "20", "685", "634", "2119" ], [ "14", "13", "Shan State", "11", "54", "54", "336", "1626", "15513" ], [ "15", "14", "Ayeyarwady Region", "6", "26", "29", "219", "1912", "11651" ] ] }, { "t5Formulas": [ { "Question": "During the 1st Place (Won the Series), who was the act?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1st Place (Won the Series)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"1st Place (Won the Series)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"1st Place (Won the Series)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "During the act, Playing on Glasses, what was the semi-final?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Playing on Glasses\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Playing on Glasses\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Playing on Glasses\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the final place came for the performance of Erlend Bratland?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Erlend Bratland\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Erlend Bratland\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Erlend Bratland\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23429629-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place came", "Artist", "Category", "Act", "Semi-final", "Result" ], [ "2", "1st Place (Won the Series)", "Erlend Bratland", "Singing", "Performance of \"Lost\" by Anouk", "5 (public's choice)", "Winner" ], [ "3", "3rd Place", "Nora Foss al-Jabri", "Singing", "Performance of \"Anthem\" from Chess", "3 (public's choice)", "3rd Place" ], [ "4", "Unknown", "Draup", "Music", "Playing on Glasses", "5 (judges' choice)", "4th-10th Place" ], [ "5", "Unknown", "Mats D. Weinholdt", "Football", "Tricked with a Burning Football", "4 (public's choice)", "4th-10th Place" ], [ "6", "Unknown", "Thomi & Dani", "Comedy & Magic", "Performed a Comic Magic Routine", "4 (judges' choice)", "4th-10th Place" ] ] }, { "t5Formulas": [ { "Question": "When the away team was st kilda, what did the home team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"st kilda\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did the away team score 11.15 (81)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.15 (81)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.15 (81)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.15 (81)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When the home team was geelong, what did the away team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"geelong\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10826385-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "9.11 (65)", "St Kilda", "11.15 (81)", "Kardinia Park", "15,835", "3 June 1972" ], [ "3", "North Melbourne", "6.11 (47)", "Melbourne", "23.17 (155)", "Arden Street Oval", "8,063", "3 June 1972" ], [ "4", "Richmond", "15.14 (104)", "Footscray", "12.14 (86)", "MCG", "36,985", "3 June 1972" ], [ "5", "South Melbourne", "8.11 (59)", "Collingwood", "19.14 (128)", "Lake Oval", "18,085", "3 June 1972" ], [ "6", "Hawthorn", "11.22 (88)", "Carlton", "13.7 (85)", "Glenferrie Oval", "26,665", "3 June 1972" ], [ "7", "Essendon", "14.17 (101)", "Fitzroy", "15.9 (99)", "VFL Park", "26,790", "3 June 1972" ] ] }, { "t5Formulas": [ { "Question": "What's the term start date for Meretz?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"meretz\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"meretz\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"meretz\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18921615-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Minister", "Party", "Governments", "Term start", "Term end" ], [ "2", "Moshe Katsav", "Likud", "20", "10 October 1983", "13 September 1984" ], [ "3", "Avraham Ravitz", "Degel HaTorah", "24", "25 June 1990", "13 July 1992" ], [ "4", "Aryeh Gamliel", "Shas", "25", "29 July 1992", "9 September 1993" ], [ "5", "Ran Cohen", "Meretz", "25", "4 August 1992", "31 December 1992" ], [ "6", "Eli Ben-Menachem", "Labor Party", "25, 26", "8 April 1993", "18 June 1996" ], [ "7", "Alex Goldfarb", "Yiud , Atid", "25, 26", "2 January 1995", "18 June 1996" ], [ "8", "Meir Porush", "United Torah Judaism", "27", "24 June 1996", "6 July 1999" ], [ "9", "Meir Porush", "United Torah Judaism", "29", "4 June 2001", "28 February 2003" ], [ "10", "Eli Ben-Menachem", "Labor Party", "30", "11 January 2005", "23 November 2005" ] ] }, { "t5Formulas": [ { "Question": "In 2011 which sport had the year award?", "Formula": "FILTER(F1,A1=2011)", "Formula2": "FILTER(F2:F9,A2:A9=2011)", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "=", "2011" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-11999396-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year of award", "Athlete", "Nation represented or nation of citizenship", "Date(s)", "Game or event", "Sport" ], [ "2", "2001", "Tiger Woods", "United States", "15 June 2000—18 June 2000", "2000 United States Open", "Golf" ], [ "3", "2004", "Phil Mickelson", "United States", "April 11, 2004", "2004 Masters Tournament", "Golf" ], [ "4", "2005", "Curt Schilling", "United States", "4 October—27 October 2004", "2004 Major League Baseball playoffs", "Baseball" ], [ "5", "2006", "Vince Young", "United States", "4 January 2006", "2006 Rose Bowl", "American football" ], [ "6", "2007", "Peyton Manning", "United States", "February 4, 2007", "Super Bowl XLI", "American football" ], [ "7", "2010", "Drew Brees", "United States", "February 7, 2010", "Super Bowl XLIV", "American football" ], [ "8", "2011", "Tim Thomas", "United States", "June 1–15, 2011", "2011 Stanley Cup Final", "Hockey" ], [ "9", "2012", "Lebron James", "United States", "June 12–21, 2012", "2012 NBA Finals", "Basketball" ] ] }, { "t5Formulas": [ { "Question": "Was the game against the Rattlers at the United Sports Training Center a home game or an away game?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"rattlers\")*(D1=\"united sports training center\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"rattlers\")*(D2:D13=\"united sports training center\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rattlers\"", "*", "D1", "=", "\"united sports training center\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the opponent for the game at Multi-sport Field?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"multi-sport field\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"multi-sport field\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"multi-sport field\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the result of the away game played on August 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"away\")*(A1=\"august 4\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"away\")*(A2:A13=\"august 4\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"away\"", "*", "A1", "=", "\"august 4\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "On which field was the game played on July 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"july 12\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"july 12\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"july 12\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12058084-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Home/Away", "Field", "Result" ], [ "2", "May 19", "Cannons", "Away", "Harvard Stadium", "W 13-9" ], [ "3", "June 2", "Rattlers", "Home", "United Sports Training Center", "W 21-17" ], [ "4", "June 9", "Cannons", "Home", "United Sports Training Center", "W 16-13" ], [ "5", "June 16", "Lizards", "Away", "Mitchel Athletic Complex", "L 11-16" ], [ "6", "June 23", "Rattlers", "Away", "PAETEC Park", "L 11-16" ], [ "7", "June 30", "Lizards", "Home", "United Sports Training Center", "W 14-13 OT" ], [ "8", "July 6", "Dragons", "Home", "United Sports Training Center", "W 14-9" ], [ "9", "July 12", "Pride", "Away", "Yurcak Field", "W 12-7" ], [ "10", "July 21", "Outlaws", "Away", "INVESCO Field", "L 13-15" ], [ "11", "July 26", "Pride", "Home", "Yurcak Field", "W 12-11 OT" ], [ "12", "August 4", "Bayhawks", "Away", "Multi-Sport Field", "W 21-11" ], [ "13", "August 11", "Bayhawks", "Home", "United Sports Training Center", "W 22-7" ] ] }, { "t5Formulas": [ { "Question": "What is the Away captain with a Venue that is old trafford?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"old trafford\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"old trafford\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"old trafford\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date with a Venue that is oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"oval\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"oval\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"oval\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1598207-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home captain", "Away captain", "Venue", "Result" ], [ "2", "27,28–29 May 1909", "Archie MacLaren", "Monty Noble", "Edgbaston", "ENG by 10 wkts" ], [ "3", "14,15,16 Jun 1909", "Archie MacLaren", "Monty Noble", "Lord's", "AUS by 9 wkts" ], [ "4", "1,2,3 Jul 1909", "Archie MacLaren", "Monty Noble", "Headingley", "AUS by 126 runs" ], [ "5", "26,27,28 Jul 1909", "Archie MacLaren", "Monty Noble", "Old Trafford", "DRAW" ], [ "6", "9,10,11 Aug 1909", "Archie MacLaren", "Monty Noble", "Oval", "DRAW" ] ] }, { "t5Formulas": [ { "Question": "which # / county is correct for year less than 1981 and chalmers as location?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1<1981)*(B1=\"chalmers\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(F2:F9<1981)*(B2:B9=\"chalmers\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "<", "1981", "*", "B1", "=", "\"chalmers\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the correct year for # / county of 09 cass?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"09 cass\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"09 cass\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"09 cass\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the mascot for 66 pulaski 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"66 pulaski 2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"66 pulaski 2\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"66 pulaski 2\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12393831-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "School", "Location", "Mascot", "# / County", "IHSAA Class", "Year Joined", "Previous Conference" ], [ "2", "Caston", "Fulton", "Comets", "25 Fulton", "A", "1978", "Three Rivers" ], [ "3", "Frontier", "Chalmers", "Falcons", "91 White", "A", "1965", "none (new school)" ], [ "4", "North White", "Monon", "Vikings", "91 White", "A", "1963", "none (new school)" ], [ "5", "Pioneer", "Royal Center", "Panthers", "09 Cass", "A", "1963", "none (new school)" ], [ "6", "South Newton", "Kentland", "Rebels", "56 Newton", "A", "1966", "none (new school)" ], [ "7", "Tri-County", "Wolcott", "Cavaliers", "91 White 1", "A", "1971", "none (new school)" ], [ "8", "West Central", "Medaryville", "Trojans", "66 Pulaski 2", "A", "1980", "Northwest Hoosier" ], [ "9", "Winamac Community", "Winamac", "Warriors", "66 Pulaski", "A", "1981", "Northwest Hoosier" ] ] }, { "t5Formulas": [ { "Question": "How many ranks have 1:01.14.62 as the time, with michael russell as the rider?", "Formula": "ROWS(FILTER(A1,(E1=\"1:01.14.62\")*(B1=\"michael russell\")))", "Formula2": "ROWS(FILTER(A2:A11,(E2:E11=\"1:01.14.62\")*(B2:B11=\"michael russell\")))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "E1", "=", "\"1:01.14.62\"", "*", "B1", "=", "\"michael russell\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What time has phil mcgurk as the rider?", "Formula": "FILTER(E1,B1=\"phil mcgurk\")", "Formula2": "FILTER(E2:E11,B2:B11=\"phil mcgurk\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"phil mcgurk\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many ranks have michael russell as the rider?", "Formula": "SUM(FILTER(A1,B1=\"michael russell\"))", "Formula2": "SUM(FILTER(A2:A11,B2:B11=\"michael russell\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"michael russell\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18649514-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Daniel Kneen", "600cc Yamaha", "115.686mph", "58' 42.33" ], [ "3", "2", "Ryan McCay", "600cc Suzuki", "113.318mph", "59' 55.93" ], [ "4", "3", "Phil McGurk", "600cc Honda", "113.167mph", "1:00.00.74" ], [ "5", "4", "Mickey Fitzpatrick", "600cc Honda", "112.571mph", "1:00.19.80" ], [ "6", "5", "Russell Mountford", "600cc Yamaha", "112.183mph", "1:00.31.31" ], [ "7", "6", "Trevor Fergusson", "675cc Triumph", "111.558mph", "1:00.52.67" ], [ "8", "7", "Michael Russell", "600cc Suzuki", "110.895mph", "1:01.14.62" ], [ "9", "8", "Wayne Kirwan", "600cc Suzuki", "110.891mph", "1:01.14.62" ], [ "10", "9", "Noel Patterson", "600cc Suzuki", "110.767mph", "1:01.18.75" ], [ "11", "10", "Kirk Farrow", "600cc Honda", "110.743mph", "1:01.19.54" ] ] }, { "t5Formulas": [ { "Question": "Who played on December 25, 1925?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 25, 1925\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"december 25, 1925\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"december 25, 1925\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score for the South American Championship dated December 13, 1925?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"south american championship\")*(A1=\"december 13, 1925\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"south american championship\")*(A2:A7=\"december 13, 1925\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"south american championship\"", "*", "A1", "=", "\"december 13, 1925\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15387087-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Result", "Score", "Brazil scorers", "Competition" ], [ "2", "November 11, 1925", "D", "1-1", "Nilo", "International Friendly (unofficial match)" ], [ "3", "December 6, 1925", "W", "5-2", "Lagarto , Filó (2), Friedenreich , Nilo", "South American Championship" ], [ "4", "December 13, 1925", "L", "1-4", "Nilo", "South American Championship" ], [ "5", "December 17, 1925", "W", "3-1", "Lagarto (2), Nilo", "South American Championship" ], [ "6", "December 20, 1925", "D", "2-2", "Nilo , Lagarto", "International Friendly (unofficial match)" ], [ "7", "December 25, 1925", "D", "2-2", "Friedenreich , Nilo", "South American Championship" ] ] }, { "t5Formulas": [ { "Question": "Which Seats up for election have an Election result larger than 8, and Staying councillors of 24?", "Formula": "SUM(FILTER(D1, (E1>8)*(C1=24)))", "Formula2": "SUM(FILTER(D2:D8, (E2:E8>8)*(C2:C8=24)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", ">", "8", "*", "C1", "=", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Which New council has an Election result larger than 24?", "Formula": "SUM(FILTER(F1, E1>24))", "Formula2": "SUM(FILTER(F2:F8, E2:E8>24))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", ">", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Which Staying councillors have a New council of 7, and a Previous council larger than 8?", "Formula": "SUM(FILTER(C1, (F1=7)*(B1>8)))", "Formula2": "SUM(FILTER(C2:C8, (F2:F8=7)*(B2:B8>8)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "7", "*", "B1", ">", "8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17215289-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Party", "Previous council", "Staying councillors", "Seats up for election", "Election result", "New council" ], [ "2", "Labour", "19", "11", "8", "12", "23" ], [ "3", "Liberal Democrats", "15", "8", "7", "8", "16" ], [ "4", "Green", "8", "4", "4", "3", "7" ], [ "5", "Independent Working Class", "4", "1", "3", "1", "2" ], [ "6", "Conservatives", "2", "0", "2", "0", "0" ], [ "7", "Independent", "0", "0", "0", "0", "0" ], [ "8", "Total", "48", "24", "24", "24", "48" ] ] }, { "t5Formulas": [ { "Question": "Which player for Project-40 in his college team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Project-40\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Project-40\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Project-40\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Dallas Burn's draft pick was which position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Dallas Burn\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"Dallas Burn\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Dallas Burn\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26141160-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Player", "Position", "Nationality", "Team", "Previous college/Team" ], [ "2", "2000", "Steve Shak Category:Articles with hCards #", "Defender", "United States", "New York Metrostars", "UCLA" ], [ "3", "2001", "Chris Carrieri Category:Articles with hCards #", "Defender", "United States", "San Jose Earthquakes", "UNC" ], [ "4", "2002", "Chris Gbandi Category:Articles with hCards #", "Defender", "Liberia", "Dallas Burn", "University of Connecticut" ], [ "5", "2003", "Alecko Eskandarian Category:Articles with hCards", "Forward", "United States", "D.C. United", "University of Virginia" ], [ "6", "2004", "Freddy Adu Category:Articles with hCards #", "Forward", "United States", "D.C. United", "Project-40" ], [ "7", "2005", "Nikolas Besagno Category:Articles with hCards #", "Midfielder", "United States", "Real Salt Lake", "Generation Adidas" ], [ "8", "2006", "Marvell Wynne Category:Articles with hCards", "Defender", "United States", "New York Metrostars", "UCLA" ], [ "9", "2007", "Maurice Edu Category:Articles with hCards ៛,#", "Midfielder", "United States", "Toronto FC", "University of Maryland" ], [ "10", "2008", "Chance Myers Category:Articles with hCards", "Defender", "United States", "Kansas City Wizards", "UCLA" ], [ "11", "2009", "Steve Zakuani Category:Articles with hCards", "Forward", "Democratic Republic of the Congo", "Seattle Sounders FC", "Generation Adidas" ] ] }, { "t5Formulas": [ { "Question": "What was the original name of the restaurant located in Orillia, ON?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"orillia, on\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"orillia, on\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"orillia, on\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1874292-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Restaurant Name", "Original Name", "Location", "Chef", "Designer", "Still Open?" ], [ "2", "Aftermath Cafe", "N/A", "N/A", "Lynn Crawford", "Robin De Groot", "No" ], [ "3", "Bravi Restaurant", "N/A", "N/A", "Massimo Capra", "Glen Peloso", "Yes" ], [ "4", "College Street Bar", "N/A", "Toronto,ON", "David Adjey", "Robin De Groot", "Yes" ], [ "5", "First Class Delites", "N/A", "N/A", "Lynn Crawford", "Cherie Stinson", "Yes" ], [ "6", "High Point Restaurant", "N/A", "Mississauga, ON", "David Adjey", "Meredith Heron", "No" ], [ "7", "Higher Groundz Cafe", "N/A", "Mississauga, ON", "Brad Long", "Glen Peloso", "No" ], [ "8", "Innocenti Restaurant", "N/A", "Toronto, ON", "Lynn Crawford", "Meredith Heron", "No" ], [ "9", "Monkey Bar and Grill", "N/A", "Toronto, ON", "Lynn Crawford", "Glen Peloso", "Yes" ], [ "10", "Montana Roadhouse", "N/A", "N/A", "David Adjey", "Lisa North", "No" ], [ "11", "Old York Bar and Grill", "N/A", "N/A", "Massimo Capri", "Cherie Stinson", "Yes" ], [ "12", "Ossawippi Express Dining Cars", "N/A", "Orillia, ON", "David Adjey", "Robin De Groot", "No" ], [ "13", "The Empress Restaurant", "N/A", "N/A", "Brad Long", "Lisa North", "Yes" ], [ "14", "The Town Grill", "N/A", "Toronto, ON", "Jason Rosso", "Cherie Stinson", "No" ] ] }, { "t5Formulas": [ { "Question": "What was the outcome when the game was played on clay and on 2 May 2009?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"clay\")*(B1=\"2 may 2009\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"clay\")*(B2:B7=\"2 may 2009\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"clay\"", "*", "B1", "=", "\"2 may 2009\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What person was played against when the playing surface was hard?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"hard\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"hard\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"hard\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "With the score of 6–3, 2–6, [10–8] and played on clay who was the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"clay\")*(G1=\"6–3, 2–6, [10–8]\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"clay\")*(G2:G7=\"6–3, 2–6, [10–8]\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"clay\"", "*", "G1", "=", "\"6–3, 2–6, [10–8]\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15088158-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponent", "Score" ], [ "2", "Runner-up", "4 May 2008", "Marrakech Grand Prix , Fes, Marocco", "Clay", "Ekaterina Makarova", "Sorana Cîrstea Anastasia Pavlyuchenkova", "2–6, 2–6" ], [ "3", "Winner", "2 May 2009", "Marrakech Grand Prix , Fes, Marocco", "Clay", "Ekaterina Makarova", "Sorana Cîrstea Maria Kirilenko", "6–3, 2–6, [10–8]" ], [ "4", "Winner", "12 July 2009", "Budapest Grand Prix , Budapest, Hungary", "Clay", "Monica Niculescu", "Alona Bondarenko Kateryna Bondarenko", "6–4, 7–6 (7-5)" ], [ "5", "Winner", "3 October 2009", "Toray Pan Pacific Open , Tokyo, Japan", "Hard (i)", "Francesca Schiavone", "Daniela Hantuchová Ai Sugiyama", "6–4, 6–2" ], [ "6", "Winner", "8 January 2011", "Brisbane International , Brisbane, Australia", "Hard", "Anastasia Pavlyuchenkova", "Klaudia Jans Alicja Rosolska", "6–3, 7–5" ], [ "7", "Winner", "30 April 2011", "Portugal Open , Oeiras, Portugal", "Clay", "Galina Voskoboeva", "Eleni Daniilidou Michaëlla Krajicek", "6–4, 6–2" ] ] }, { "t5Formulas": [ { "Question": "What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"231.2 (8)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,H2:H15=\"231.2 (8)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"231.2 (8)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 233.4 (16)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"233.4 (16)\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,F2:F15=\"233.4 (16)\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"233.4 (16)\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 227.5 (19)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"227.5 (19)\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,F2:F15=\"227.5 (19)\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"227.5 (19)\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many points in total were scored by the player whose Oberstdork score and rank were 252.6 (11)?", "Formula": "SUMIFS(D1,E1,\"252.6 (11)\")", "Formula2": "SUMIFS(D2:D15,E2:E15,\"252.6 (11)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "E1", "\"252.6 (11)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-14948647-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "Name", "Nationality", "Total points", "Oberstdorf (Rk)", "Ga-Pa (Rk)", "Bhofen#1 (Rk)", "Bhofen#2 (Rk)" ], [ "2", "1", "Janne Ahonen", "FIN", "1085.8", "279.0 (3)", "272.7 (2)", "282.5 (1)", "251.6 (1)" ], [ "3", "2", "Thomas Morgenstern", "AUT", "1066.0", "295.9 (1)", "256.0 (9)", "271.4 (2)", "242.7 (3)" ], [ "4", "3", "Michael Neumayer", "GER", "994.6", "259.5 (7)", "258.6 (3)", "249.9 (7)", "226.9 (10)" ], [ "5", "4", "Adam Małysz", "POL", "979.9", "246.9 (17)", "258.6 (5)", "244.3 (9)", "232.1 (6)" ], [ "6", "5", "Dmitry Vassiliev", "RUS", "977.5", "248.3 (13)", "240.2 (13)", "257.1 (4)", "231.9 (7)" ], [ "7", "6", "Andreas Küttel", "SUI", "959.3", "253.0 (10)", "253.2 (7)", "244.3 (9)", "208.8 (25)" ], [ "8", "7", "Anders Bardal", "NOR", "958.7", "243.4 (18)", "245.1 (11)", "226.6 (19)", "243.6 (2)" ], [ "9", "8", "Martin Schmitt", "GER", "955.9", "252.6 (11)", "227.5 (19)", "240.1 (11)", "235.7 (4)" ], [ "10", "9", "Anders Jacobsen", "NOR", "943.2", "258.3 (8)", "233.4 (16)", "220.3 (23)", "231.2 (8)" ], [ "11", "10", "Janne Happonen", "FIN", "936.6", "252.5 (12)", "228.5 (18)", "232.1 (14)", "223.5 (12)" ], [ "12", "11", "Roman Koudelka", "CZE", "932.4", "247.5 (16)", "256.7 (4)", "202.4 (30)", "225.8 (11)" ], [ "13", "12", "Gregor Schlierenzauer", "AUT", "902.3", "280.7 (2)", "274.4 (1)", "256.6 (5)", "90.6 (42)" ], [ "14", "13", "Matti Hautamäki", "FIN", "899.6", "241.2 (19)", "233.1 (17)", "209.6 (29)", "215.7 (19)" ], [ "15", "14", "Tom Hilde", "NOR", "878.3", "277.9 (4)", "251.7 (8)", "253.5 (6)", "95.2 (34)" ] ] }, { "t5Formulas": [ { "Question": "What is the Clubs when there are 4 for the number of fixtures?", "Formula": "FILTER(D1,C1=4)", "Formula2": "FILTER(D2:D7,C2:C7=4)", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "4" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the sum of Number of fixtures when the rounds shows quarter-finals?", "Formula": "SUM(FILTER(C1,A1=\"quarter-finals\"))", "Formula2": "SUM(FILTER(C2:C7,A2:A7=\"quarter-finals\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"quarter-finals\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the New entries this round when the round is the semi-finals?", "Formula": "FILTER(E1,A1=\"semi-finals\")", "Formula2": "FILTER(E2:E7,A2:A7=\"semi-finals\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"semi-finals\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the Round when the number of fixtures is more than 2, and the Main date of 7 and 28 november 2007?", "Formula": "FILTER(A1,(C1>2)*(B1=\"7 and 28 november 2007\"))", "Formula2": "FILTER(A2:A7,(C2:C7>2)*(B2:B7=\"7 and 28 november 2007\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", ">", "2", "*", "B1", "=", "\"7 and 28 november 2007\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15488604-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Main date", "Number of fixtures", "Clubs", "New entries this round" ], [ "2", "Preliminary round", "29 August 2007", "16", "48 → 32", "none" ], [ "3", "First round", "26 September 2007", "16", "32 → 16", "16" ], [ "4", "Second round", "24 October 2007", "8", "16 → 8", "none" ], [ "5", "Quarter-finals", "7 and 28 November 2007", "8", "8 → 4", "none" ], [ "6", "Semi-finals", "9 and 23 April 2008", "4", "4 → 2", "none" ], [ "7", "Final", "7 and 14 May 2008", "2", "2 → 1", "none" ] ] }, { "t5Formulas": [ { "Question": "When south Melbourne was the home team, what was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the smallest crowd size for away team st kilda?", "Formula": "MINIFS(F1,C1,\"st kilda\")", "Formula2": "MINIFS(F2:F7,C2:C7,\"st kilda\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "C1", "\"st kilda\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10809142-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "10.13 (73)", "St Kilda", "13.8 (86)", "Punt Road Oval", "8,000", "3 June 1944" ], [ "3", "Essendon", "17.14 (116)", "Geelong", "11.14 (80)", "Windy Hill", "7,000", "3 June 1944" ], [ "4", "Carlton", "16.12 (108)", "Richmond", "14.8 (92)", "Princes Park", "28,000", "3 June 1944" ], [ "5", "South Melbourne", "10.12 (72)", "North Melbourne", "10.13 (73)", "Junction Oval", "15,000", "3 June 1944" ], [ "6", "Footscray", "8.15 (63)", "Fitzroy", "8.10 (58)", "Western Oval", "9,000", "3 June 1944" ], [ "7", "Hawthorn", "8.9 (57)", "Collingwood", "10.13 (73)", "Glenferrie Oval", "11,000", "3 June 1944" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of population hervey bay with population woocoo less than 640 and population of maryborough less than 19,257", "Formula": "SUM(FILTER(D1, (E1<640)*(C1<19257)))", "Formula2": "SUM(FILTER(D2:D14, (E2:E14<640)*(C2:C14<19257)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "640", "*", "C1", "<", "19257" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Name the average population hervey bay with population maryborough more than 11,415 and population region total less than 48,308 and population tiaro less than 2,066 and population woocoo of 491", "Formula": "AVERAGE(FILTER(D1, (C1>11415)*(B1<48308)*(F1<2066)*(E1=491)))", "Formula2": "AVERAGE(FILTER(D2:D14, (C2:C14>11415)*(B2:B14<48308)*(F2:F14<2066)*(E2:E14=491)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", ">", "11415", "*", "B1", "<", "48308", "*", "F1", "<", "2066", "*", "E1", "=", "491" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Name the most population hervey bay for when population maryborough of 22,977 and population tiaro less than 3,287", "Formula": "MAX(FILTER(D1, (C1=22977)*(F1<3287)))", "Formula2": "MAX(FILTER(D2:D14, (C2:C14=22977)*(F2:F14<3287)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "=", "22977", "*", "F1", "<", "3287" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Name the least year for population woocoo more than 750 and population region total more than 74,210 with population tiaro of 4,449 and population maryborough less than 24,465", "Formula": "MIN(FILTER(A1, (E1>750)*(B1>74210)*(F1=4449)*(C1<24465)))", "Formula2": "MIN(FILTER(A2:A14, (E2:E14>750)*(B2:B14>74210)*(F2:F14=4449)*(C2:C14<24465)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", ">", "750", "*", "B1", ">", "74210", "*", "F1", "=", "4449", "*", "C1", "<", "24465" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-12576536-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Population (Region total)", "Population (Maryborough)", "Population (Hervey Bay)", "Population (Woocoo)", "Population (Tiaro)" ], [ "2", "1933", "22,170", "11,415", "6,835", "777", "3,143" ], [ "3", "1947", "26,453", "14,395", "8,642", "750", "2,666" ], [ "4", "1954", "29,587", "17,952", "8,408", "660", "2,567" ], [ "5", "1961", "30,962", "19,126", "8,991", "640", "2,205" ], [ "6", "1966", "31,607", "19,659", "9,271", "567", "2,110" ], [ "7", "1971", "32,347", "19,257", "10,737", "491", "1,862" ], [ "8", "1976", "37,118", "21,527", "10,304", "3,412", "1,875" ], [ "9", "1981", "44,454", "21,530", "16,402", "4,456", "2,066" ], [ "10", "1986", "48,308", "22,430", "20,660", "2,700", "2,518" ], [ "11", "1991", "60,560", "22,977", "30,867", "3,429", "3,287" ], [ "12", "1996", "74,210", "24,681", "42,391", "2,902", "4,236" ], [ "13", "2001", "77,837", "24,465", "45,959", "2,964", "4,449" ], [ "14", "2006", "90,806", "25,705", "56,427", "3,351", "5,323" ] ] }, { "t5Formulas": [ { "Question": "Dave Douglas has what score?", "Formula": "SUMIFS(D1,B1,\"dave douglas\")", "Formula2": "SUMIFS(D2:D17,B2:B17,\"dave douglas\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"dave douglas\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who has more than 70 score with +1 to par?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=1),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>70))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,E2:E17=1),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>70))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "1", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "70" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-13081314-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Billy Joe Patton (a)", "United States", "70", "–2" ], [ "3", "T1", "E.J. \"Dutch\" Harrison", "United States", "70", "–2" ], [ "4", "T3", "Lloyd Mangrum", "United States", "71", "–1" ], [ "5", "T3", "Jack Burke, Jr.", "United States", "71", "–1" ], [ "6", "T5", "Ben Hogan", "United States", "72", "E" ], [ "7", "T5", "Dave Douglas", "United States", "72", "E" ], [ "8", "T7", "Byron Nelson", "United States", "73", "+1" ], [ "9", "T7", "Bob Rosburg", "United States", "73", "+1" ], [ "10", "T7", "Chick Harbert", "United States", "73", "+1" ], [ "11", "T7", "Denny Shute", "United States", "73", "+1" ], [ "12", "T7", "Tommy Bolt", "United States", "73", "+1" ], [ "13", "T7", "Vic Ghezzi", "United States", "73", "+1" ], [ "14", "T7", "Gardner Dickinson", "United States", "73", "+1" ], [ "15", "T7", "Pete Cooper", "United States", "73", "+1" ], [ "16", "T7", "William C. Campbell (a)", "United States", "73", "+1" ], [ "17", "T7", "Cary Middlecoff", "United States", "73", "+1" ] ] }, { "t5Formulas": [ { "Question": "What is the total of Barangay with an area larger than 865.13?", "Formula": "SUM(FILTER(B1, D1>865.13))", "Formula2": "SUM(FILTER(B2:B17, D2:D17>865.13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "865.13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the lowest population density for the district of Santa Cruz and a Barangay larger than 82?", "Formula": "MIN(FILTER(E1, (A1=\"santa cruz\")*(B1>82)))", "Formula2": "MIN(FILTER(E2:E17, (A2:A17=\"santa cruz\")*(B2:B17>82)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"santa cruz\"", "*", "B1", ">", "82" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest population density that is less than 115,942 and a Barangay less than 82?", "Formula": "MAX(FILTER(E1, (C1<115942)*(B1<82)))", "Formula2": "MAX(FILTER(E2:E17, (C2:C17<115942)*(B2:B17<82)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "<", "115942", "*", "B1", "<", "82" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total population with a population density less than 29,384.8 in San Nicolas?", "Formula": "SUM(FILTER(C1, (E1<29384.8)*(A1=\"san nicolas\")))", "Formula2": "SUM(FILTER(C2:C17, (E2:E17<29384.8)*(A2:A17=\"san nicolas\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "29384.8", "*", "A1", "=", "\"san nicolas\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-184334-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "s Barangay", "Population (2010 census)", "Area ( has .)", "Pop. density (per km2)" ], [ "2", "Binondo", "10", "12,985", "66.11", "19,641.5" ], [ "3", "Ermita", "13", "7,143", "158.91", "4,495.0" ], [ "4", "Intramuros", "5", "4,925", "67.26", "7,322.3" ], [ "5", "Malate", "57", "77,513", "259.58", "29,860.9" ], [ "6", "Paco", "43", "70,978", "278.69", "25,468.4" ], [ "7", "Pandacan", "38", "73,895", "166.00", "44,515.1" ], [ "8", "Port Area", "5", "57,405", "315.28", "18,207.6" ], [ "9", "Quiapo", "16", "24,886", "84.69", "29,384.8" ], [ "10", "Sampaloc", "192", "241,528", "513.71", "47,016.4" ], [ "11", "San Andrés", "65", "115,942", "168.02", "69,004.9" ], [ "12", "San Miguel", "12", "15,992", "91.37", "17,502.5" ], [ "13", "San Nicolas", "15", "44,241", "163.85", "27,000.9" ], [ "14", "Santa Ana", "34", "60,952", "169.42", "35,976.9" ], [ "15", "Santa Cruz", "82", "115,747", "309.01", "37,457.4" ], [ "16", "Santa Mesa", "51", "99,933", "261.01", "38,287.0" ], [ "17", "Tondo", "259", "628,106", "865.13", "72,602.5" ] ] }, { "t5Formulas": [ { "Question": "What year was the main role a character named Guan Yu (關羽)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"main\")*(E1=\"guan yu (關羽)\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"main\")*(E2:E14=\"guan yu (關羽)\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"main\"", "*", "E1", "=", "\"guan yu (關羽)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the English character for Lin Ming Kuan (林明寬)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lin ming kuan (林明寬)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"lin ming kuan (林明寬)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"lin ming kuan (林明寬)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What character has a Year larger than 2010 with a lead role, and Chinese Title of 戀夏38℃?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>2010)*(D1=\"lead role\")*(B1=\"戀夏38℃\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14>2010)*(D2:D14=\"lead role\")*(B2:B14=\"戀夏38℃\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "2010", "*", "D1", "=", "\"lead role\"", "*", "B1", "=", "\"戀夏38℃\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the year that has a character named Wu Ji Wei (無極威)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"wu ji wei (無極威)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"wu ji wei (無極威)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"wu ji wei (無極威)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18932977-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Chinese Title", "English", "Role", "Character" ], [ "2", "2006", "屋頂上的綠寶石", "Emerald on the Roof", "Minor", "Nie Kai (聶凱)" ], [ "3", "2007", "武十郎", "Love at First Fight", "Main", "Lei Sheng Da (雷聲大)" ], [ "4", "2007", "終極一家", "The X-Family", "Guest", "Shen Xing Zhe (神行者) / Qiang Ling Wang (槍靈王)" ], [ "5", "2007", "公主小妹", "Romantic Princess", "Supporting", "Nan Feng Lin (南風璘)" ], [ "6", "2008", "籃球火", "Hot Shot", "Supporting", "Wu Ji Wei (無極威)" ], [ "7", "2009", "愛就宅一起", "ToGetHer", "Main", "Wei Jia Sen (魏加森)" ], [ "8", "2009", "終極三國", "K.O.3an Guo", "Main", "Guan Yu (關羽)" ], [ "9", "2010", "我和我的兄弟~恩", "Me & My Brothers", "Main", "Dennis" ], [ "10", "2011", "旋風管家", "Hayate the Combat Butler (TV series)", "Lead Role", "Ling Qisa (凌奇颯)/ Hayate Ayazaki" ], [ "11", "2011", "新兵日記之特戰英雄", "\" Rookies diary season2 \"", "Main", "Zheng Qiang (鄭強)" ], [ "12", "2012", "戀夏38℃", "Summer Fever", "Lead Role", "Lin Ming Kuan (林明寬)" ], [ "13", "2012", "真愛趁現在", "Love, Now", "Lead Role", "Lan Shi-de (藍仕德)" ], [ "14", "2013", "真愛黑白配", "Love Around", "Lead Role", "Zhou Zhen (周震)" ] ] }, { "t5Formulas": [ { "Question": "Which season was there a game with the score of 1:3 played at the venue of national stadium, maldives?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1:3\")*(E1=\"national stadium, maldives\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1:3\")*(E2:E7=\"national stadium, maldives\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:3\"", "*", "E1", "=", "\"national stadium, maldives\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the venue of the match where the score was 1:3 and team 2 was binh duong?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1:3\")*(D1=\"binh duong\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1:3\")*(D2:D7=\"binh duong\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:3\"", "*", "D1", "=", "\"binh duong\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the game when team 2 was club valencia?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"club valencia\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"club valencia\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"club valencia\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the venue of the match where team 2 was pea and the score was 1:3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"pea\")*(C1=\"1:3\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"pea\")*(C2:C7=\"1:3\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"pea\"", "*", "C1", "=", "\"1:3\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16707879-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Team 1", "Score", "Team 2", "Venue" ], [ "2", "2009", "Club Valencia", "1:3", "PEA", "National Stadium , Maldives" ], [ "3", "2009", "PEA", "2:1", "Home United", "Suphachalasai Stadium , Thailand" ], [ "4", "2009", "PEA", "1:3", "Binh Duong", "Suphachalasai Stadium , Thailand" ], [ "5", "2009", "Binh Duong", "1:1", "PEA", "Binh Duong Stadium , Vietnam" ], [ "6", "2009", "PEA", "4:1", "Club Valencia", "Suphachalasai Stadium , Thailand" ], [ "7", "2009", "Home United", "3:1", "PEA", "Jalan Besar Stadium , Singapore" ] ] }, { "t5Formulas": [ { "Question": "specific orbital energy of −29.8 mj/kg has what orbit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"−29.8 mj/kg\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"−29.8 mj/kg\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"−29.8 mj/kg\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "altitude above the Earth's surface of 500 to 39,900 km has what orbital period?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"500 to 39,900 km\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"500 to 39,900 km\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"500 to 39,900 km\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "specific orbital energy of −0.5 mj/kg is what altitude above the earth's surface?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"−0.5 mj/kg\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"−0.5 mj/kg\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"−0.5 mj/kg\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Earth's surface of 357,000 to 399,000 km has what orbit altitude above?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"357,000 to 399,000 km\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"357,000 to 399,000 km\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"357,000 to 399,000 km\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Orbital period of 89 to 128 min has what specific orbital energy?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"89 to 128 min\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"89 to 128 min\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"89 to 128 min\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "center-to-center distance of 6,900 to 46,300 km involves which orbital period?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"6,900 to 46,300 km\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"6,900 to 46,300 km\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"6,900 to 46,300 km\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-143696-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "orbit", "center-to-center distance", "altitude above the Earth's surface", "Orbital period", "specific orbital energy" ], [ "2", "Earth's surface (for comparison)", "6,400 km", "0 km", "85 minutes", "−62.6 MJ/kg" ], [ "3", "Low Earth orbit", "6,600 to 8,400 km", "200 to 2,000 km", "89 to 128 min", "−29.8 MJ/kg" ], [ "4", "Molniya orbit", "6,900 to 46,300 km", "500 to 39,900 km", "11 h 58 min", "−4.7 MJ/kg" ], [ "5", "Geostationary", "42,000 km", "35,786 km", "23 h 56 min", "−4.6 MJ/kg" ], [ "6", "Orbit of the Moon", "363,000 to 406,000 km", "357,000 to 399,000 km", "27.3 days", "−0.5 MJ/kg" ] ] }, { "t5Formulas": [ { "Question": "I want the constituency which has a swing to gain less than 6.05 and a rank of 2", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<6.05)*(CHOOSECOLS(query1,3)=2)))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(D2:D6),SUMX(A2:A6)),FILTER(query1,(CHOOSECOLS(query1,2)<6.05)*(CHOOSECOLS(query1,3)=2)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6.05", "*", "CHOOSECOLS(", "query1", "3", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name the winning party 2007 for result of labour hold and swing to gain less than 7.11 for wrexham", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(F1=\"labour hold\")*(B1=\"wrexham\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<7.11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F6,(F2:F6=\"labour hold\")*(B2:B6=\"wrexham\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<7.11))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"labour hold\"", "*", "B1", "=", "\"wrexham\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "7.11" ], "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" ] }, { "Question": "Name the total number of swing to gain with rank more than 1 and LD's place 2007 of 2nd for labour winning party of 2007", "Formula": "SUM(FILTER(D1, (A1>1)*(E1=\"2nd\")*(C1=\"labour\")))", "Formula2": "SUM(FILTER(D2:D6, (A2:A6>1)*(E2:E6=\"2nd\")*(C2:C6=\"labour\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", ">", "1", "*", "E1", "=", "\"2nd\"", "*", "C1", "=", "\"labour\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-11099297-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Constituency", "Winning party 2007", "Swing to gain", "LD's place 2007", "Result" ], [ "2", "1", "Newport East", "Labour", "2.20", "2nd", "Labour hold" ], [ "3", "2", "Swansea West", "Labour", "3.30", "2nd", "Labour hold" ], [ "4", "3", "Wrexham", "Labour", "6.05", "4th", "Labour hold" ], [ "5", "4", "Ceredigion", "Plaid Cymru", "6.57", "2nd", "Plaid Cymru hold" ], [ "6", "5", "Pontypridd", "Labour", "7.11", "2nd", "Labour hold" ] ] }, { "t5Formulas": [ { "Question": "Which pick came from Pittsburgh?", "Formula": "ROWS(FILTER(B1,E1=\"pittsburgh\"))", "Formula2": "ROWS(FILTER(B2:B9,E2:E9=\"pittsburgh\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "B1", "E1", "=", "\"pittsburgh\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which pick came from Texas El-Paso?", "Formula": "SUM(FILTER(B1,E1=\"texas el-paso\"))", "Formula2": "SUM(FILTER(B2:B9,E2:E9=\"texas el-paso\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"texas el-paso\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-16712547-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round #", "Pick", "Player", "Position", "College" ], [ "2", "1", "7", "Andre Carter", "Defensive End", "California" ], [ "3", "2", "47", "Jamie Winborn", "Linebacker", "Vanderbilt" ], [ "4", "3", "80", "Kevan Barlow", "Running Back", "Pittsburgh" ], [ "5", "6", "169", "Cedrick Wilson", "Wide Receiver", "Tennessee" ], [ "6", "6", "179", "Rashad Holman", "Defensive Back", "Louisville" ], [ "7", "6", "191", "Menson Holloway", "Defensive End", "Texas El-Paso" ], [ "8", "7", "209", "Alex Lincoln", "Linebacker", "Auburn" ], [ "9", "7", "224", "Eric Johnson", "Tight End", "Yale" ] ] }, { "t5Formulas": [ { "Question": "How many points were scored by someone who's position was right tackle?", "Formula": "SUMIFS(G1,B1,\"Right tackle\")", "Formula2": "SUMIFS(G2:G8,B2:B8,\"Right tackle\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "B1", "\"Right tackle\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the least amount of touchdowns scored on the chart?", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D8)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "How many points were scored by Rolla Bigelow?", "Formula": "SUMIFS(G1,A1,\"Rolla Bigelow\")", "Formula2": "SUMIFS(G2:G8,A2:A8,\"Rolla Bigelow\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "A1", "\"Rolla Bigelow\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many touchdowns were scored by players who scored more than 5.0 extra points?", "Formula": "SUM(FILTER(D1, E1>5))", "Formula2": "SUM(FILTER(D2:D8, E2:E8>5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", ">", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the lowest amount of field goals on the chart? ", "Formula": "MIN(F1)", "Formula2": "MIN(F2:F8)", "Level": "easy", "Tokens": [ "MIN(", "F1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "test_1-14342480-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Position", "Starter", "Touchdowns", "Extra points", "Field goals", "Points" ], [ "2", "Tom Hammond", "Fullback", "yes", "3", "8", "0", "23" ], [ "3", "Herb Graver", "Right halfback", "yes", "3", "0", "0", "15" ], [ "4", "Joe Maddock", "Right tackle", "yes", "3", "0", "0", "15" ], [ "5", "Duncan Thompson", "Right halfback", "no", "2", "0", "0", "10" ], [ "6", "Joe Curtis", "Left tackle", "yes", "1", "5", "0", "10" ], [ "7", "Fred Norcross", "Left halfback", "yes", "1", "0", "0", "5" ], [ "8", "Rolla Bigelow", "Left halfback", "no", "1", "0", "0", "5" ] ] }, { "t5Formulas": [ { "Question": "How many rounds did the match last with Sam Sotello as the opponent?", "Formula": "SUMIFS(F1,C1,\"sam sotello\")", "Formula2": "SUMIFS(F2:F14,C2:C14,\"sam sotello\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"sam sotello\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the record for the loss in UFC 62?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"loss\")*(E1=\"ufc 62\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(A2:A14=\"loss\")*(E2:E14=\"ufc 62\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"loss\"", "*", "E1", "=", "\"ufc 62\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17440303-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Location" ], [ "2", "Loss", "8–5", "Jake O'Brien", "Decision (split)", "UFC 94", "3", "Las Vegas, Nevada , United States" ], [ "3", "Loss", "8–4", "Shane Carwin", "KO (punch)", "UFC 84", "1", "Las Vegas, Nevada , United States" ], [ "4", "Win", "8–3", "Scott Junk", "Submission (heel hook)", "UFC 76", "1", "California , United States" ], [ "5", "Win", "7–3", "Anthony Perosh", "Decision (unanimous)", "UFC 66", "3", "Nevada , United States" ], [ "6", "Loss", "6–3", "Cheick Kongo", "KO (knee)", "UFC 62", "1", "Nevada , United States" ], [ "7", "Win", "6–2", "Dan Evensen", "TKO (corner stoppage)", "IFC: Caged Combat", "2", "California , United States" ], [ "8", "Win", "5–2", "Tom Howard", "Submission (rear naked choke)", "Valor Fighting: Showdown At Cache Creek", "1", "California , United States" ], [ "9", "Loss", "4–2", "Soa Palelei", "TKO", "Shooto Australia: NHB", "1", "Australia" ], [ "10", "Win", "4–1", "Vince Lucero", "TKO", "CFM: Octogono Extremo", "1", "Mexico" ], [ "11", "Loss", "3–1", "Kensuke Sasaki", "Submission (guillotine choke)", "X-1", "1", "Yokohama , Japan" ], [ "12", "Win", "3–0", "Jay White", "TKO (strikes)", "WEC 4", "3", "Connecticut , United States" ], [ "13", "Win", "2–0", "Sam Sotello", "Submission (rear naked choke)", "KOTC 16: Double Cross", "1", "California , United States" ], [ "14", "Win", "1–0", "Dennis Taddio", "TKO (punches)", "Shogun 1", "1", "Hawaii , United States" ] ] }, { "t5Formulas": [ { "Question": "When was the first cap associated with 74 caps?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=74))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(C2:C11)),FILTER(query1,CHOOSECOLS(query1,2)=74))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "74" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many goals are associated with over 97 caps and a Latest cap of april 24, 2013?", "Formula": "SUM(FILTER(B1, (E1=\"april 24, 2013\")*(C1>97)))", "Formula2": "SUM(FILTER(B2:B11, (E2:E11=\"april 24, 2013\")*(C2:C11>97)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"april 24, 2013\"", "*", "C1", ">", "97" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "When was the first cap associated with 39 caps and under 33 goals?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<33)*(CHOOSECOLS(query1,3)=39)))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(B2:B11),SUMX(C2:C11)),FILTER(query1,(CHOOSECOLS(query1,2)<33)*(CHOOSECOLS(query1,3)=39)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "33", "*", "CHOOSECOLS(", "query1", "3", "=", "39" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the highest number of goals associated with 39 caps?", "Formula": "MAX(FILTER(B1, C1=39))", "Formula2": "MAX(FILTER(B2:B11, C2:C11=39))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "39" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-149286-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Goals", "Caps", "First cap", "Latest cap" ], [ "2", "Pele", "77", "92", "July 7, 1957", "July 18, 1971" ], [ "3", "Ronaldo", "62", "98", "March 23, 1994", "June 7, 2011" ], [ "4", "Romário", "55", "70", "May 23, 1987", "April 27, 2005" ], [ "5", "Zico", "48", "71", "February 25, 1976", "June 21, 1986" ], [ "6", "Bebeto", "39", "75", "April 28, 1985", "July 12, 1998" ], [ "7", "Rivaldo", "34", "74", "December 16, 1993", "November 19, 2003" ], [ "8", "Jairzinho", "33", "81", "June 7, 1964", "March 3, 1982" ], [ "9", "Ronaldinho", "33", "97", "June 26, 1999", "April 24, 2013" ], [ "10", "Ademir", "32", "39", "January 21, 1945", "March 15, 1953" ], [ "11", "Tostão", "32", "54", "May 15, 1966", "July 9, 1972" ] ] }, { "t5Formulas": [ { "Question": "What is the position for the Rockets years of 2004-05?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2004-05\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"2004-05\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2004-05\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the average number of years for the Houston Rockets 2004-05?", "Formula": "AVERAGEIFS(B1,E1,\"2004-05\")", "Formula2": "AVERAGEIFS(B2:B14,E2:E14,\"2004-05\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "B1", "E1", "\"2004-05\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "For the years 1992-93, what position did he play for the Houston Rockets?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1992-93\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"1992-93\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1992-93\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the total number of years did he play the forward position and what school/club/team/country of Oregon State did he play?", "Formula": "SUM(FILTER(B1, (D1=\"forward\")*(F1=\"oregon state\")))", "Formula2": "SUM(FILTER(B2:B14, (D2:D14=\"forward\")*(F2:F14=\"oregon state\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "\"forward\"", "*", "F1", "=", "\"oregon state\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-11734041-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.(s)", "Height in Ft.", "Position", "Years for Rockets", "School/Club Team/Country" ], [ "2", "Gaines, Reece Reece Gaines", "4", "6-6", "Guard", "2004-05", "Louisville" ], [ "3", "Gambee, Dave Dave Gambee", "20", "6-6", "Forward", "1967-68", "Oregon State" ], [ "4", "Garland, Winston Winston Garland", "22", "6-2", "Guard", "1992-93", "Southwest Missouri State" ], [ "5", "Garrett, Calvin Calvin Garrett", "00", "6-7", "Forward", "1980-83", "Austin Peay, Oral Roberts" ], [ "6", "Gibbs, Dick Dick Gibbs", "40", "6-5", "Forward", "1971-73", "Texas-El Paso" ], [ "7", "Godfread, Dan Dan Godfread", "35", "6-9", "Forward / Center", "1991-92", "Evansville" ], [ "8", "Graham, Stephen Stephen Graham", "9", "6-6", "Guard / Forward", "2005", "Oklahoma State" ], [ "9", "Gray, Devin Devin Gray", "9", "6-6", "Guard / Forward", "1999-2000", "Clemson" ], [ "10", "Green, Gerald Gerald Green", "25", "6-8", "Guard / Forward", "2008", "Gulf Shores Academy (TX)" ], [ "11", "Green, Johnny Johnny Green", "24", "6-5", "Forward", "1967-68", "Michigan State" ], [ "12", "Griffin, Adrian Adrian Griffin", "7", "6-5", "Guard / Forward", "2003-04", "Seton Hall" ], [ "13", "Griffin, Eddie Eddie Griffin", "33", "6-10", "Forward", "2001-03", "Seton Hall" ], [ "14", "Guokas, Matt Matt Guokas", "11", "6-6", "Guard", "1973-74", "St. Joseph's" ] ] }, { "t5Formulas": [ { "Question": "What day did the Raiders score 17?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=17))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(E2:E15)),FILTER(query1,CHOOSECOLS(query1,2)=17))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "17" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the streak for the game after 8 on Nov 22?", "Formula": "LET(query1,LET(query1,FILTER(A1:J1,B1=\"nov 22\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J15,B2:B15=\"nov 22\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "B1", "=", "\"nov 22\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "9", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-18207096-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Game", "Date", "Opponent", "Result", "Raiders points", "Opponents", "First Downs", "Record", "Streak", "Attendance" ], [ "2", "1", "Sept 20", "at Cincinnati Bengals", "Loss", "21", "31", "13", "0–1", "Lost 1", "56,616" ], [ "3", "2", "Sept 27", "at San Diego Chargers", "Tie", "27", "27", "23", "0–1–1", "Tied 1", "42,109" ], [ "4", "3", "Oct 3", "at Miami Dolphins", "Loss", "13", "20", "14", "0–2–1", "Lost 1", "57,140" ], [ "5", "4", "Oct 11", "Denver Broncos", "Win", "35", "23", "25", "1–2–1", "Won 1", "54,436" ], [ "6", "5", "Oct 19", "Washington Redskins", "Win", "34", "20", "25", "2–2–1", "Won 2", "54,471" ], [ "7", "6", "Oct 25", "Pittsburgh Steelers", "Win", "31", "14", "15", "3–2–1", "Won 3", "54,423" ], [ "8", "7", "Nov 1", "Kansas City Chiefs", "Tie", "17", "17", "22", "3–2–2", "Tie 1", "51,334" ], [ "9", "8", "Nov 8", "Cleveland Browns", "Win", "23", "20", "21", "4–2–2", "Won 1", "54,463" ], [ "10", "9", "Nov 15", "Denver Broncos", "Win", "24", "19", "16", "5–2–2", "Won 2", "50,959" ], [ "11", "10", "Nov 22", "San Diego Chargers", "Win", "20", "17", "22", "6–2–2", "Won 3", "54,594" ], [ "12", "11", "Nov 26", "at Detroit Lions", "Loss", "14", "28", "18", "6–3–2", "Lost 1", "56,597" ], [ "13", "12", "Dec 6", "at New York Jets", "Win", "14", "13", "16", "7–3–2", "Won 1", "62,905" ], [ "14", "13", "Dec 12", "Kansas City Chiefs", "Win", "20", "6", "23", "8–3–2", "Won 2", "54,596" ], [ "15", "14", "Dec 20", "San Francisco 49ers", "Loss", "7", "38", "17", "8–4–2", "Lost 1", "54,535" ] ] }, { "t5Formulas": [ { "Question": "What country team had Thurles Sarsfields?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"thurles sarsfields\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"thurles sarsfields\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"thurles sarsfields\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many club teams had more than 14 people?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(E2:E16)),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-12464369-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Player", "County team", "Club team(s)", "Team Number" ], [ "2", "Goalkeeper", "Tony Reddin", "Tipperary (1947–1957)", "Mullagh Lorrha", "1" ], [ "3", "Right corner-back", "John Doyle", "Tipperary (1949–1967)", "Holycross-Ballycahill", "2" ], [ "4", "Full-back", "Nick O'Donnell", "Wexford (1951–1962)", "Enniscorthy St Aidans GAA", "3" ], [ "5", "Left corner-back", "Bobby Rackard", "Wexford (1945–1957)", "Rathnure", "4" ], [ "6", "Right wing-back", "Paddy Phelan", "Kilkenny (1931–1940)", "Tullaroan", "5" ], [ "7", "Centre-back", "John Keane", "Waterford (1935–1951)", "Mount Sion", "6" ], [ "8", "Left wing-back", "Brian Whelahan", "Offaly (1989–2006)", "Birr", "7" ], [ "9", "Midfield", "Jack Lynch", "Cork (1936–1950)", "Glen Rovers", "8" ], [ "10", "Midfield", "Lory Meagher", "Kilkenny (1924–1936)", "Tullaroan", "9" ], [ "11", "Right wing-forward", "Christy Ring", "Cork (1939–1962)", "Glen Rovers", "10" ], [ "12", "Centre-forward", "Mick Mackey", "Limerick (1930–1946)", "Ahane", "11" ], [ "13", "Left wing-forward", "Jim Langton", "Kilkenny (1939–1950)", "Éire Óg", "12" ], [ "14", "Left corner-forward", "Eddie Keher", "Kilkenny (1959–1977)", "Rower-Inistioge", "13" ], [ "15", "Full-forward", "Ray Cummins", "Cork (1969–1982)", "Blackrock", "14" ], [ "16", "Right corner-forward", "Jimmy Doyle", "Tipperary (1957–1973)", "Thurles Sarsfields", "15" ] ] }, { "t5Formulas": [ { "Question": "Who is the away team for tie no 11?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who is the away team for tie no 15?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "15" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the highest tie that had 19129 attendance?", "Formula": "MAX(FILTER(A1, E1=19129))", "Formula2": "MAX(FILTER(A2:A16, E2:E16=19129))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "19129" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the tie when the home team is Stoke City?", "Formula": "SUMIFS(A1,B1,\"Stoke City\")", "Formula2": "SUMIFS(A2:A16,B2:B16,\"Stoke City\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Stoke City\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What tie has Orient as the home team?", "Formula": "SUMIFS(A1,B1,\"Orient\")", "Formula2": "SUMIFS(A2:A16,B2:B16,\"Orient\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Orient\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many dates are there for tie number 12?", "Formula": "ROWS(UNIQUE(FILTER(F1, A1=12)))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F16, A2:A16=12)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "A1", "=", "12" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-24887326-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tie no", "Home team", "Score 1", "Away team", "Attendance", "Date" ], [ "2", "1", "Hull City", "4–1", "Stockport County", "13753", "06-11-1973" ], [ "3", "2", "Birmingham City", "2–2", "Newcastle United", "13025", "30-10-1973" ], [ "4", "3", "Southampton", "3–0", "Chesterfield", "13663", "30-10-1973" ], [ "5", "4", "Stoke City", "1–1", "Middlesbrough", "19194", "31-10-1973" ], [ "6", "5", "Everton", "0–1", "Norwich City", "22046", "30-10-1973" ], [ "7", "6", "Millwall", "1–1", "Bolton Wanderers", "9281", "31-10-1973" ], [ "8", "7", "Fulham", "2–2", "Ipswich Town", "8964", "31-10-1973" ], [ "9", "8", "Tranmere Rovers", "1–1", "Wolverhampton Wanderers", "14442", "31-10-1973" ], [ "10", "9", "Orient", "1–1", "York City", "12061", "31-10-1973" ], [ "11", "10", "Carlisle United", "0–1", "Manchester City", "14472", "06-11-1973" ], [ "12", "11", "Bristol City", "2–2", "Coventry City", "19129", "30-10-1973" ], [ "13", "12", "Queens Park Rangers", "8–2", "Sheffield Wednesday", "16043", "06-11-1973" ], [ "14", "13", "Burnley", "1–2", "Plymouth Argyle", "11150", "30-10-1973" ], [ "15", "14", "Sunderland", "0–2", "Liverpool", "36208", "21-11-1973" ], [ "16", "15", "West Bromwich Albion", "1–3", "Exeter City", "10783", "31-10-1973" ] ] }, { "t5Formulas": [ { "Question": "What is the earliest year a house opened?", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D8)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "How many house colours are associated with house names of Hillary?", "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Hillary\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, A2:A8=\"Hillary\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"Hillary\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the house colour associated with the house name of Kupe?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kupe\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"Kupe\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Kupe\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many house mascots are associated with yellow house colours?", "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Yellow\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, C2:C8=\"Yellow\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"Yellow\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1942683-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "House name", "House mascot", "House colour", "Year opened", "House leader" ], [ "2", "Hillary", "Yeti", "Green", "1980", "Mrs Wong" ], [ "3", "Kupe", "Kiwi", "Yellow", "1981", "Mr Goodyer" ], [ "4", "Rutherford", "Elephant", "Red", "1982", "Mr Morrisson" ], [ "5", "Mansfield", "'Dog' from Footrot Flats", "Purple", "1984", "Mr Davidson" ], [ "6", "Te Kanawa", "Taniwha", "Blue", "1987", "Mr Norris" ], [ "7", "Batten", "Buzzy Bee", "White", "1998", "Ms Dorey" ], [ "8", "Snell", "Black panther", "Black", "2001", "Mr Mackenzie" ] ] }, { "t5Formulas": [ { "Question": "for the 8:00 of kid nation what is at 10:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"kid nation\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,C2:C10=\"kid nation\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"kid nation\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "for the 10:00 of the simple life what is the 9:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"the simple life\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,F2:F10=\"the simple life\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"the simple life\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "for the 10:00 of le journal du soir what is the 9:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"le journal du soir\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,F2:F10=\"le journal du soir\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"le journal du soir\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "for the 7:30 of access hollywood what is the 10:00?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"access hollywood\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"access hollywood\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"access hollywood\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "for the 9:00 of bionic woman what is the 8:30?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"bionic woman\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"bionic woman\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"bionic woman\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12280777-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "7:00", "7:30", "8:00", "8:30", "9:00", "10:00", "10:30" ], [ "2", "Coronation Street", "Marketplace", "Little Mosque on the Prairie", "No Opportunity Wasted", "The Fifth Estate", "The National", "The National" ], [ "3", "eTalk", "Jeopardy!", "Private Practice", "Private Practice", "Criminal Minds", "CSI: NY", "CSI: NY" ], [ "4", "ET Canada", "Entertainment Tonight", "Back to You", "'Til Death", "Bones", "Life", "Life" ], [ "5", "Wheel of Fortune", "e2", "Smallville", "Smallville", "The Big Picture", "The Big Picture", "The Big Picture" ], [ "6", "Friends", "Access Hollywood", "America's Next Top Model", "America's Next Top Model", "Great Movies", "Great Movies", "Great Movies" ], [ "7", "The Insider", "E! News", "Kid Nation", "Kid Nation", "Bionic Woman", "The Simple Life", "Sunset Tan" ], [ "8", "Virginie", "L'Épicerie", "Le Match des étoiles", "Le Match des étoiles", "Enquête", "Le Téléjournal", "Le Téléjournal" ], [ "9", "Star Système", "La Poule aux oeufs d'or", "Destinées", "Destinées", "Les Soeurs Elliot", "Le TVA 22 heures", "Le TVA 22 heures" ], [ "10", "Loft Story", "450, Chemin du Golf", "Movie", "Movie", "Movie", "Le Journal du soir", "Le Journal du soir" ] ] }, { "t5Formulas": [ { "Question": "What date got 9.82 million viewers?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=9.82))", "Formula2": "LET(query1,SUMMARIZE(G2:G16,SUMX(H2:H16)),FILTER(query1,CHOOSECOLS(query1,2)=9.82))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9.82" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-11562143-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Featured character(s)", "Original air date", "U.S. viewers (million)" ], [ "2", "87", "1", "\" Because You Left \"", "Stephen Williams", "Damon Lindelof & Carlton Cuse", "None", "January21,2009", "11.66" ], [ "3", "88", "2", "\" The Lie \"", "Jack Bender", "Edward Kitsis & Adam Horowitz", "Hurley", "January21,2009", "11.08" ], [ "4", "89", "3", "\" Jughead \"", "Rod Holcomb", "Elizabeth Sarnoff & Paul Zbyszewski", "Desmond", "January28,2009", "11.07" ], [ "5", "90", "4", "\" The Little Prince \"", "Stephen Williams", "Brian K. Vaughan & Melinda Hsu Taylor", "Kate", "February4,2009", "10.98" ], [ "6", "91", "5", "\" This Place Is Death \"", "Paul Edwards", "Edward Kitsis & Adam Horowitz", "Sun & Jin", "February11,2009", "9.77" ], [ "7", "92", "6", "\" 316 \"", "Stephen Williams", "Damon Lindelof & Carlton Cuse", "Jack", "February18,2009", "11.27" ], [ "8", "93", "7", "\" The Life and Death of Jeremy Bentham \"", "Jack Bender", "Carlton Cuse & Damon Lindelof", "Locke", "February25,2009", "9.82" ], [ "9", "94", "8", "\" LaFleur \"", "Mark Goldman", "Elizabeth Sarnoff & Kyle Pennington", "Sawyer", "March4,2009", "10.61" ], [ "10", "95", "9", "\" Namaste \"", "Jack Bender", "Paul Zbyszewski & Brian K. Vaughan", "None", "March18,2009", "9.08" ], [ "11", "96", "10", "\" He's Our You \"", "Greg Yaitanes", "Edward Kitsis & Adam Horowitz", "Sayid", "March25,2009", "8.82" ], [ "12", "97", "11", "\" Whatever Happened, Happened \"", "Bobby Roth", "Carlton Cuse & Damon Lindelof", "Kate", "April1,2009", "9.35" ], [ "13", "98", "12", "\" Dead Is Dead \"", "Stephen Williams", "Brian K. Vaughan & Elizabeth Sarnoff", "Ben", "April8,2009", "8.29" ], [ "14", "99", "13", "\" Some Like It Hoth \"", "Jack Bender", "Melinda Hsu Taylor & Greggory Nations", "Miles", "April15,2009", "9.23" ], [ "15", "100", "14", "\" The Variable \"", "Paul Edwards", "Edward Kitsis & Adam Horowitz", "Faraday", "April29,2009", "9.04" ], [ "16", "101", "15", "\" Follow the Leader \"", "Stephen Williams", "Paul Zbyszewski & Elizabeth Sarnoff", "None", "May6,2009", "8.70" ] ] }, { "t5Formulas": [ { "Question": "Total number of premises", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Types of premise", "Formula": "UNIQUE(B1)", "Formula2": "UNIQUE(B2:B16)", "Level": "easy", "Tokens": [ "UNIQUE(", "B1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Premises types from a to z with their details and ids", "Formula": "SORT(UNIQUE(HSTACK(B1,C1,A1)), 1, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B16,C2:C16,A2:A16)), 1, 1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "C1", "A1", "1", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "Num" ] }, { "Question": "How many premises for each type?", "Formula": "SUMMARIZE(B1,SUMX(A1))", "Formula2": "SUMMARIZE(B2:B16,SUMX(A2:A16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "B1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "the number of premises.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "the premises type.", "Formula": "UNIQUE(B1)", "Formula2": "UNIQUE(B2:B16)", "Level": "easy", "Tokens": [ "UNIQUE(", "B1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "the a to z order of premises types along with their details and ids.", "Formula": "SORT(UNIQUE(HSTACK(B1,C1,A1)), 1, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B16,C2:C16,A2:A16)), 1, 1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "C1", "A1", "1", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "Num" ] }, { "Question": "How many premises for different types?", "Formula": "SUMMARIZE(B1,DCOUNTX(A1))", "Formula2": "SUMMARIZE(B2:B16,DCOUNTX(A2:A16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "B1", "DCOUNTX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] } ], "TableName": "campaigns_ecommerce_premises", "Table": [ [ "0", "A", "B", "C" ], [ "1", "premise id", "premises type", "premise details" ], [ "2", "1", "Warehouse", "036 Lueilwitz Harbor" ], [ "3", "2", "Warehouse", "676 Kelly Spur" ], [ "4", "3", "Residence", "27839 Carissa Tunnel Suite 048" ], [ "5", "4", "Residence", "2219 Barrows Tunnel Apt. 893" ], [ "6", "5", "Office", "38291 Jerde Light Apt. 713" ], [ "7", "6", "Office", "5585 Abbott Walk" ], [ "8", "7", "Residence", "5510 Veum Green" ], [ "9", "8", "Warehouse", "7230 Tillman Glens Suite 202" ], [ "10", "9", "Warehouse", "62282 Wiza Glen Apt. 430" ], [ "11", "10", "Office", "07318 Annetta Motorway" ], [ "12", "11", "Office", "00100 Green Mountains Apt. 653" ], [ "13", "12", "Office", "33294 William Lodge Apt. 953" ], [ "14", "13", "Office", "2760 Austin Station" ], [ "15", "14", "Residence", "5109 Jules Squares Apt. 082" ], [ "16", "15", "Office", "867 Emard Drives Apt. 066" ] ] }, { "t5Formulas": [ { "Question": "What is the Score of the game with arsenal win 4-2 on penalties in the attendance field?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arsenal win 4-2 on penalties\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"arsenal win 4-2 on penalties\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"arsenal win 4-2 on penalties\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What team was the Away team when the Tie no was 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=3),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=3),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "3", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the Tie no when the away team was Burnley?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"burnley\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"burnley\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"burnley\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What shows for Tie no when Sheffield United was the Away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"sheffield united\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"sheffield united\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"sheffield united\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15786635-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Attendance" ], [ "2", "1", "Bolton Wanderers", "1 – 0", "Fulham", "16,151" ], [ "3", "2", "Tottenham Hotspur", "1 – 1", "Nottingham Forest", "35,640" ], [ "4", "replay", "Nottingham Forest", "0 – 3", "Tottenham Hotspur", "28,062" ], [ "5", "3", "Everton", "0 – 2", "Manchester United", "38,664" ], [ "6", "4", "Charlton Athletic", "1 – 2", "Leicester City", "23,719" ], [ "7", "5", "Burnley", "0 – 0", "Blackburn Rovers", "21,468" ], [ "8", "replay", "Blackburn Rovers", "2 – 1", "Burnley", "28,691" ], [ "9", "6", "Southampton", "2 – 2", "Brentford", "24,741" ], [ "10", "replay", "Brentford", "1 – 3", "Southampton", "11,720" ], [ "11", "7", "Newcastle United", "1 – 0", "Chelsea", "45,740" ], [ "12", "8", "Arsenal", "1 – 1", "Sheffield United", "36,891" ], [ "13", "replay", "Sheffield United", "0 – 0", "Arsenal", "27,595" ], [ "14", "Arsenal win 4-2 on penalties", "Arsenal win 4-2 on penalties", "Arsenal win 4-2 on penalties", "Arsenal win 4-2 on penalties", "Arsenal win 4-2 on penalties" ] ] }, { "t5Formulas": [ { "Question": "Who position did matthew tassone who was drafted after round 5 play?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"matthew tassone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,B2:B6=\"matthew tassone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"matthew tassone\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-17798201-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "2", "Tyler Beskorowany", "(G)", "Canada", "Owen Sound Attack ( OHL )" ], [ "3", "3", "Scott Winkler", "(C)", "Norway", "Cedar Rapids RoughRiders ( USHL )" ], [ "4", "5", "Philip Larsen", "(D)", "Denmark", "Frölunda HC ( Elitserien )" ], [ "5", "6", "Matthew Tassone", "(C)", "Canada", "Swift Current Broncos ( WHL )" ], [ "6", "7", "Mike Bergin", "(D)", "Canada", "Smiths Falls Bears ( CJHL )" ] ] }, { "t5Formulas": [ { "Question": "Name the record for october 11", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"october 11\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"october 11\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"october 11\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12569321-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Opponent", "Score", "Loss", "Time", "Att.", "Record" ], [ "2", "October 11", "Angels", "2–3", "Contreras (1–1)", "2:47", "40,659", "3–1(0–1)" ], [ "3", "October 12", "Angels", "2–1", "Escobar (1–1)", "2:34", "41,013", "4–1(1–1)" ], [ "4", "October 14", "@ Angels", "5–2", "Lackey (0–1)", "2:42", "44,725", "5–1(2–1)" ], [ "5", "October 15", "@ Angels", "8–2", "Santana (1–1)", "2:46", "44,857", "6–1(3–1)" ], [ "6", "October 16", "@ Angels", "6–3", "Escobar (1–2)", "3:11", "44,712", "7–1(4–1)" ] ] }, { "t5Formulas": [ { "Question": "When the rank is larger than 3 with a second quarter of johnson & johnson 156,515.9, what is the fourth quarter?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"johnson & johnson 156,515.9\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"johnson & johnson 156,515.9\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"johnson & johnson 156,515.9\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "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" ] }, { "Question": "With a rank of 2 what is the second quarter?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When the third quarter is China Mobile 195,680.4, what is the rank?", "Formula": "SUMIFS(A1,D1,\"china mobile 195,680.4\")", "Formula2": "SUMIFS(A2:A11,D2:D11,\"china mobile 195,680.4\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"china mobile 195,680.4\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the first quarter is procter & gamble 138,013, what is the rank?", "Formula": "SUMIFS(A1,B1,\"procter & gamble 138,013\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"procter & gamble 138,013\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"procter & gamble 138,013\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the rank is less than 4, and has a second quarter of exxon mobil 341,140.3, what is the fourth quarter?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"exxon mobil 341,140.3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"exxon mobil 341,140.3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"exxon mobil 341,140.3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-14094649-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "First quarter", "Second quarter", "Third quarter", "Fourth quarter" ], [ "2", "1", "Exxon Mobil 336,525", "PetroChina 366,662.9", "Exxon Mobil 329,725", "PetroChina 353,140.1" ], [ "3", "2", "PetroChina 287,185", "Exxon Mobil 341,140.3", "PetroChina 325,097.5", "Exxon Mobil 323,717.1" ], [ "4", "3", "Wal-Mart 204,365", "Industrial and Commercial Bank of China 257,004.4", "Industrial and Commercial Bank of China 237,951.5", "Microsoft 270,635.4" ], [ "5", "4", "Industrial and Commercial Bank of China 187,885", "Microsoft 211,546.2", "Microsoft 229,630.7", "Industrial and Commercial Bank of China 268,956.2" ], [ "6", "5", "China Mobile 174,673", "China Mobile 200,832.4", "HSBC 198,561.1", "Wal-Mart 203,653.6" ], [ "7", "6", "Microsoft 163,320", "Wal-Mart 188,752.0", "China Mobile 195,680.4", "China Construction Bank 201,436.1" ], [ "8", "7", "AT&T 148,511", "China Construction Bank 182,186.7", "Wal-Mart 189,331.6", "BHP Billiton 201,248" ], [ "9", "8", "Johnson & Johnson 145,481", "Petrobras 165,056.9", "Petrobras 189,027.7", "HSBC 199,254.9" ], [ "10", "9", "Royal Dutch Shell 138,999", "Johnson & Johnson 156,515.9", "China Construction Bank 186,816.7", "Petrobras 199,107.9" ], [ "11", "10", "Procter & Gamble 138,013", "Royal Dutch Shell 156,386.7", "Royal Dutch Shell 175,986.1", "Apple Inc. 189,801.7" ] ] }, { "t5Formulas": [ { "Question": " how many party with candidates being alton lennon (d) 89.0% c. dana malpass (r) 11.0%", "Formula": "ROWS(UNIQUE(FILTER(C1, F1=\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C6, F2:F6=\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "F1", "=", "\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": " how many first elected with district being north carolina 2", "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"North Carolina 2\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D6, A2:A6=\"North Carolina 2\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"North Carolina 2\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what's the incumbent with district being north carolina 6", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"North Carolina 6\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"North Carolina 6\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"North Carolina 6\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the party with incumbent being herbert covington bonner", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Herbert Covington Bonner\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Herbert Covington Bonner\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Herbert Covington Bonner\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the district with incumbent being lawrence h. fountain", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lawrence H. Fountain\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Lawrence H. Fountain\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Lawrence H. Fountain\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the candidates with party being democratic and dbeingtrict being north carolina 1", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Democratic\")*(A1=\"North Carolina 1\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"Democratic\")*(A2:A6=\"North Carolina 1\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Democratic\"", "*", "A1", "=", "\"North Carolina 1\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-1341930-33", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "North Carolina 1", "Herbert Covington Bonner", "Democratic", "1940", "Re-elected", "Herbert Covington Bonner (D) Unopposed" ], [ "3", "North Carolina 2", "Lawrence H. Fountain", "Democratic", "1952", "Re-elected", "Lawrence H. Fountain (D) Unopposed" ], [ "4", "North Carolina 6", "Carl T. Durham", "Democratic", "1938", "Re-elected", "Carl T. Durham (D) Unopposed" ], [ "5", "North Carolina 7", "Alton Lennon", "Democratic", "1956", "Re-elected", "Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%" ], [ "6", "North Carolina 10", "Charles R. Jonas", "Republican", "1952", "Re-elected", "Charles R. Jonas (R) 51.9% David Clark (D) 48.1%" ] ] }, { "t5Formulas": [ { "Question": "What Opponent has a Score that is 1-6, 3-6?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1-6, 3-6\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"1-6, 3-6\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1-6, 3-6\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15642543-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner-up", "07-Mar-2006", "Minsk", "Carpet", "Galyna Kosyk", "1-6, 6-7" ], [ "3", "Runner-up", "26-Jun-2006", "Kharkiv", "Clay", "Veronika Kapshay", "6-4, 2-6, 1-6" ], [ "4", "Winner", "15 July 2006", "Zhukovsky", "Clay", "Yulia Solonitskaya", "1–6 7–5 7–5" ], [ "5", "Winner", "30 September 2006", "Tbilisi", "Clay", "Amina Rakhim", "7–6(0) 6–2" ], [ "6", "Winner", "18 August 2007", "Moscow", "Clay", "Ksenia Palkina", "6–4 6–3" ], [ "7", "Winner", "25 August 2007", "Penza", "Clay", "Kristina Antoniychuk", "6–4 6–2" ], [ "8", "Runner-up", "27 August 2007", "Moscow", "Clay", "Anastasia Pivovarova", "3-6, 4-6" ], [ "9", "Winner", "8 September 2007", "Moscow", "Clay", "Galyna Kosyk", "6–3 6–1" ], [ "10", "Runner-up", "22-Oct-2007", "Podolsk", "Carpet", "Evgeniya Rodina", "1-6, 3-6" ], [ "11", "Runner-up", "19-Nov-2007", "Poitiers", "Carpet", "Marta Domachowska", "5-7, 0-6" ], [ "12", "Runner-up", "17-Mar-2008", "St. Petersburg", "Carpet", "Magdalena Rybarikova", "4-6, 2-6" ], [ "13", "Winner", "10 August 2008", "Moscow", "Clay", "Anikó Kapros", "5–1 ret." ], [ "14", "Runner-up", "30-Mar-2009", "Khanty-Mansiysk", "Carpet", "Evgeniya Rodina", "3-6, 2-6" ], [ "15", "Winner", "15 November 2009", "Minsk", "Carpet", "Lyudmyla Kichenok", "5–7 7–6(3) 6–2" ], [ "16", "Winner", "7 March 2010", "Minsk", "Carpet", "Lesia Tsurenko", "6–1 3–6 7–6(2)" ], [ "17", "Winner", "28 March 2010", "Moscow", "Carpet", "Elena Kulikova", "6–4 6–2" ], [ "18", "Winner", "4 April 2010", "Khanty-Mansiysk", "Carpet", "Lyudmyla Kichenok", "6–2 6–2" ], [ "19", "Winner", "15 August 2010", "Kazan", "Hard", "Vitalia Diatchenko", "6–1 2–6 7–6(4)" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest round that has kazushi sakuraba as the opponent?", "Formula": "MINIFS(E1,C1,\"kazushi sakuraba\")", "Formula2": "MINIFS(E2:E17,C2:C17,\"kazushi sakuraba\")", "Level": "easy", "Tokens": [ "MINIFS(", "E1", "C1", "\"kazushi sakuraba\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18588226-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Round", "Time", "Location" ], [ "2", "Loss", "4–11–1", "Ryuta Sakurai", "TKO (punches)", "2", "3:04", "Tokyo , Japan" ], [ "3", "Loss", "4–10–1", "Satoshi Ishii", "Submission (kimura)", "1", "3:30", "Tokyo , Japan" ], [ "4", "Loss", "4–9–1", "Yoshiyuki Nakanishi", "TKO (punches)", "1", "4:06", "Tokyo , Japan" ], [ "5", "Loss", "4–8–1", "Young Choi", "Decision (unanimous)", "3", "5:00", "Osaka , Japan" ], [ "6", "Loss", "4–7–1", "Hiroshi Izumi", "Decision (unanimous)", "3", "5:00", "Saitama, Saitama , Japan" ], [ "7", "Win", "4–6–1", "Tokimitsu Ishizawa", "TKO (punches)", "1", "4:52", "Osaka , Japan" ], [ "8", "Win", "3–6–1", "Ikuhisa Minowa", "Decision (unanimous)", "2", "5:00", "Nagoya , Japan" ], [ "9", "Loss", "2–6–1", "Hayato Sakurai", "TKO (punches)", "1", "7:01", "Saitama , Japan" ], [ "10", "Draw", "2–5–1", "Yasuhito Namekawa", "Draw", "3", "5:00", "Tokyo, Japan" ], [ "11", "Loss", "2–5", "Yoshihiro Akiyama", "Submission (ezekiel choke)", "1", "6:34", "Osaka , Japan" ], [ "12", "Loss", "2–4", "Jason Miller", "TKO (punches)", "1", "6:57", "Saitama , Japan" ], [ "13", "Loss", "2–3", "Heo Min Seok", "TKO (punches)", "2", "1:31", "Seoul , South Korea" ], [ "14", "Loss", "2–2", "Kazushi Sakuraba", "Submission (armbar)", "1", "6:20", "Yokohama , Japan" ], [ "15", "Loss", "2–1", "Ralek Gracie", "Submission (armbar)", "1", "3:05", "Yokohama , Japan" ], [ "16", "Win", "2–0", "Yoshihisa Yamamoto", "TKO (punches)", "1", "0:09", "Nagoya , Japan" ], [ "17", "Win", "1–0", "Webster Dauphiney", "Submission (arm-triangle choke)", "1", "0:52", "Manaus , Brazil" ] ] }, { "t5Formulas": [ { "Question": "What is the Result when the Attendance is 1,634?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=1634),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=1634),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "1634", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "On what date was Stuart Potts the Man of the Match?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"stuart potts\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"stuart potts\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"stuart potts\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the Opponent when Terry Miles was the Man of the Match?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"terry miles\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"terry miles\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"terry miles\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Result of the game dated 21st?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"21st\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"21st\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"21st\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Venue is listed under the Date of 21st?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"21st\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"21st\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"21st\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Result on the Date of 25th?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"25th\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"25th\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"25th\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17120964-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Opponent", "Venue", "Result", "Attendance", "Competition", "Man of the Match" ], [ "2", "1st", "Milton Keynes Lightning", "Home", "Won 5-4", "1,336", "League", "Terry Miles" ], [ "3", "8th", "Bracknell Bees", "Away", "Won 4-3 (OT)", "N/A", "League", "Ollie Bronnimann" ], [ "4", "14th", "Peterborough Phantoms", "Away", "Won 4-2", "493", "League", "N/A" ], [ "5", "15th", "Slough Jets", "Home", "Lost 3-2", "1,634", "League", "Joe Watkins" ], [ "6", "19th", "Slough Jets", "Home", "Drawn 1-1", "2,057", "Cup Semi-Final (1st Leg)", "David Savage" ], [ "7", "21st", "Peterborough Phantoms", "Home", "Won 5-3", "1,551", "League", "Ben Austin" ], [ "8", "22nd", "Sheffield Scimitars", "Away", "Lost 5-4", "627", "League", "N/A" ], [ "9", "25th", "Slough Jets", "Away", "Won 4-2", "702", "Cup Semi-Final (2nd Leg)", "N/A" ], [ "10", "28th", "Wightlink Raiders", "Away", "Lost 3-2 (SO)", "582", "League", "Stuart Potts" ] ] }, { "t5Formulas": [ { "Question": "What was the location when the opponent was Seattle Supersonics?", "Formula": "FILTER(E1,C1=\"seattle supersonics\")", "Formula2": "FILTER(E2:E12,C2:C12=\"seattle supersonics\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"seattle supersonics\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the record for less than 78 games and a score of 114–109 (ot)?", "Formula": "FILTER(F1,(A1<78)*(D1=\"114–109 (ot)\"))", "Formula2": "FILTER(F2:F12,(A2:A12<78)*(D2:D12=\"114–109 (ot)\"))", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "<", "78", "*", "D1", "=", "\"114–109 (ot)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Who was the opponent for game 75?", "Formula": "FILTER(C1,A1=75)", "Formula2": "FILTER(C2:C12,A2:A12=75)", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "75" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "dev_2-18289217-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Record", "Streak" ], [ "2", "72", "Apr 2", "@ Toronto Raptors", "120–113 (2OT)", "Air Canada Centre", "35–37", "Won 3" ], [ "3", "73", "Apr 4", "@ Detroit Pistons", "93–101", "The Palace of Auburn Hills", "35–38", "Lost 1" ], [ "4", "74", "Apr 5", "Golden State Warriors", "114–109 (OT)", "Ford Center", "36–38", "Won 1" ], [ "5", "75", "Apr 7", "Toronto Raptors", "95–89", "Ford Center", "37–38", "Won 2" ], [ "6", "76", "Apr 8", "@ Dallas Mavericks", "77–101", "American Airlines Center", "37–39", "Lost 1" ], [ "7", "77", "Apr 10", "Cleveland Cavaliers", "101–103", "Ford Center", "37–40", "Lost 2" ], [ "8", "78", "Apr 12", "Seattle SuperSonics", "104–99", "Ford Center", "38–40", "Won 1" ], [ "9", "79", "Apr 14", "Utah Jazz", "104–105", "Ford Center", "38–41", "Lost 1" ], [ "10", "80", "Apr 16", "@ Sacramento Kings", "79–96", "ARCO Arena", "38–42", "Lost 2" ], [ "11", "81", "Apr 17", "@ Phoenix Suns", "78–115", "US Airways Center", "38–43", "Lost 3" ], [ "12", "82", "Apr 19", "@ Los Angeles", "95–115", "Staples Center", "38–44", "Lost 4" ] ] }, { "t5Formulas": [ { "Question": "Round of 9 involved what name?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Name of calvin o'neal, and a Round smaller than 6 had what number total overall?", "Formula": "SUM(FILTER(C1, (D1=\"calvin o'neal\")*(A1<6)))", "Formula2": "SUM(FILTER(C2:C10, (D2:D10=\"calvin o'neal\")*(A2:A10<6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "\"calvin o'neal\"", "*", "A1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-13312898-25", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "26", "26", "Randy Burke", "Wide Receiver", "Kentucky" ], [ "3", "2", "25", "53", "Mike Ozdowski", "Defensive End", "Virginia" ], [ "4", "6", "24", "163", "Calvin O'Neal", "Linebacker", "Michigan" ], [ "5", "7", "26", "193", "Blanchard Carter", "Offensive Tackle", "UNLV" ], [ "6", "8", "25", "220", "Ken Helms", "Offensive Tackle", "Georgia" ], [ "7", "9", "24", "247", "Glenn Capriola", "Running Back", "Boston College" ], [ "8", "10", "26", "277", "Ron Baker", "Guard", "Oklahoma State" ], [ "9", "11", "25", "304", "Brian Ruff", "Linebacker", "The Citadel" ], [ "10", "12", "24", "331", "Bill Deutsch", "Running Back", "North Dakota" ] ] }, { "t5Formulas": [ { "Question": "Which Artist is listed as having Top 6 in Week", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"top 6\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"top 6\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"top 6\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which song was sung by Artist Luther Vandross in the Week Top 20?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"luther vandross\")*(A1=\"top 20\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"luther vandross\")*(A2:A12=\"top 20\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"luther vandross\"", "*", "A1", "=", "\"top 20\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Artist has a Week of Top 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"top 12\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"top 12\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"top 12\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Status does Freddie Jackson have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"freddie jackson\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"freddie jackson\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"freddie jackson\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Song Sung has a Status of Eliminated?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eliminated\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"eliminated\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"eliminated\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1792668-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Theme", "Song Sung", "Artist", "Status" ], [ "2", "Top 24", "Semifinals Top 12 (Men)", "\"You Are My Lady\"", "Freddie Jackson", "Advanced" ], [ "3", "Top 20", "Semifinals Top 10 (Men)", "\" Never Too Much \"", "Luther Vandross", "Advanced" ], [ "4", "Top 16", "Semifinals Top 8 (Men)", "\" I Can't Help Myself (Sugar Pie Honey Bunch) \"", "Four Tops", "Advanced" ], [ "5", "Top 12", "Songs of the 1960s", "\" Ain't Too Proud to Beg \"", "The Temptations", "Safe" ], [ "6", "Top 11", "Billboard #1", "\" Against All Odds (Take a Look at Me Now) \"", "Phil Collins", "Safe" ], [ "7", "Top 10", "Songs of the 1990s", "\" One Last Cry \"", "Brian McKnight", "Safe" ], [ "8", "Top 9", "Songs of Broadway", "\" The Impossible Dream (The Quest) \"", "Man of La Mancha", "Bottom 2" ], [ "9", "Top 8", "Year They Were Born", "\" She's Gone \"", "Hall & Oates", "Bottom 3" ], [ "10", "Top 7", "1970s Dance Music", "\" Everlasting Love \"", "Robert Knight", "Bottom 3" ], [ "11", "Top 6", "Songs of the 21st Century", "\" Dance with My Father \"", "Luther Vandross", "Safe" ], [ "12", "Top 5", "Leiber and Stoller Billboard Top 40", "\" On Broadway \" \" Everytime You Go Away \"", "George Benson Brian McKnight", "Eliminated" ] ] }, { "t5Formulas": [ { "Question": "Name the school/club for guard", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Guard\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Guard\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Guard\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the position for judy-ann ramirez", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"judy-ann ramirez\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"judy-ann ramirez\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"judy-ann ramirez\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15463188-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Position", "Number", "School/Club Team", "Season", "Acquisition via" ], [ "2", "jhofel morales", "Guard", "21", "Far Eastern", "2012", "Trade" ], [ "3", "julieta makidato", "Forward", "8", "Cebu", "2012", "Free Agency" ], [ "4", "hermies ploma", "Forward", "17", "San Sebastian", "2012", "Free Agency" ], [ "5", "judy-ann ramirez", "Forward", "25", "Santo Tomas", "2012", "Rookie Draft" ], [ "6", "rosalyn limos", "Center", "1", "Ateneo de Manila", "2012", "Trade" ], [ "7", "regine galabo", "Forward", "10", "Chaminade", "2012", "Rookie Draft" ], [ "8", "joyce guio", "Forward", "11", "McGill", "2012", "Trade" ], [ "9", "elaine francisco", "Forward", "31", "North Florida", "2012", "Trade" ] ] }, { "t5Formulas": [ { "Question": "Who drove the maserati under 18 laps with an oil leak that had a grid of under 14?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(B1=\"maserati\")*(D1=\"oil leak\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<18)*(CHOOSECOLS(query1,3)<14)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,(B2:B17=\"maserati\")*(D2:D17=\"oil leak\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<18)*(CHOOSECOLS(query1,3)<14)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"maserati\"", "*", "D1", "=", "\"oil leak\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "18", "*", "CHOOSECOLS(", "query1", "3", "<", "14" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-1122159-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Stirling Moss", "Vanwall", "18", "2:59:22.7", "2" ], [ "3", "Juan Manuel Fangio", "Maserati", "18", "+3:13.9", "1" ], [ "4", "Harry Schell", "Maserati", "18", "+6:46.8", "5" ], [ "5", "Masten Gregory", "Maserati", "18", "+8:16.5", "7" ], [ "6", "Stuart Lewis-Evans", "Vanwall", "17", "+1 lap", "8" ], [ "7", "Giorgio Scarlatti", "Maserati", "17", "+1 lap", "10" ], [ "8", "Jack Brabham", "Cooper - Climax", "15", "+3 laps", "16" ], [ "9", "Luigi Musso", "Ferrari", "9", "Oil leak", "3" ], [ "10", "Paco Godia", "Maserati", "9", "Engine", "12" ], [ "11", "Bruce Halford", "Maserati", "9", "Transmission", "14" ], [ "12", "Jo Bonnier", "Maserati", "7", "Overheating", "9" ], [ "13", "Jean Behra", "Maserati", "3", "Oil leak", "4" ], [ "14", "Roy Salvadori", "Cooper - Climax", "3", "Accident", "15" ], [ "15", "Tony Brooks", "Vanwall", "1", "Engine", "6" ], [ "16", "Horace Gould", "Maserati", "0", "Accident", "11" ], [ "17", "Luigi Piotti", "Maserati", "0", "Engine", "13" ] ] }, { "t5Formulas": [ { "Question": "What is the report for the race of Argentine Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"argentine grand prix\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,A2:A8=\"argentine grand prix\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"argentine grand prix\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Tyre when Jerry Hoyt was the pole position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"jerry hoyt\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,D2:D8=\"jerry hoyt\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"jerry hoyt\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the constructor when Eugenio Castellotti was the pole position and the race had a C tyre?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(H1=\"c\")*(D1=\"eugenio castellotti\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,(H2:H8=\"c\")*(D2:D8=\"eugenio castellotti\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"c\"", "*", "D1", "=", "\"eugenio castellotti\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the fastest lap time at the British Grand Prix with Mercedes as the constructor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"mercedes\")*(A1=\"british grand prix\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,(G2:G8=\"mercedes\")*(A2:A8=\"british grand prix\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"mercedes\"", "*", "A1", "=", "\"british grand prix\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1140113-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Race", "Circuit", "Date", "Pole position", "Fastest lap", "Winning driver", "Constructor", "Tyre", "Report" ], [ "2", "Argentine Grand Prix", "Oscar Gálvez", "16 January", "José Froilán González", "Juan Manuel Fangio", "Juan Manuel Fangio", "Mercedes", "C", "Report" ], [ "3", "Monaco Grand Prix", "Monaco", "22 May", "Juan Manuel Fangio", "Juan Manuel Fangio", "Maurice Trintignant", "Ferrari", "E", "Report" ], [ "4", "Indianapolis 500", "Indianapolis", "30 May", "Jerry Hoyt", "Bill Vukovich", "Bob Sweikert", "Kurtis Kraft - Offenhauser", "F", "Report" ], [ "5", "Belgian Grand Prix", "Spa-Francorchamps", "5 June", "Eugenio Castellotti", "Juan Manuel Fangio", "Juan Manuel Fangio", "Mercedes", "C", "Report" ], [ "6", "Dutch Grand Prix", "Zandvoort", "19 June", "Juan Manuel Fangio", "Roberto Mieres", "Juan Manuel Fangio", "Mercedes", "C", "Report" ], [ "7", "British Grand Prix", "Aintree", "16 July", "Stirling Moss", "Stirling Moss", "Stirling Moss", "Mercedes", "C", "Report" ], [ "8", "Italian Grand Prix", "Monza", "11 September", "Juan Manuel Fangio", "Stirling Moss", "Juan Manuel Fangio", "Mercedes", "C", "Report" ] ] }, { "t5Formulas": [ { "Question": "Which year has a Round of 17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=17),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=17),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "17", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which opponent has a Club of essendon, and a Score of 13.4.82?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"essendon\")*(B1=\"13.4.82\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(C2:C6=\"essendon\")*(B2:B6=\"13.4.82\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"essendon\"", "*", "B1", "=", "\"13.4.82\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which opponent has a Score of 15.4.94?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"15.4.94\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"15.4.94\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"15.4.94\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which opponent has a Round of 12?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=12),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=12),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "12", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which Quarter has a Round of 17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=17),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=17),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "17", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12161422-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Quarter", "Score", "Club", "Opponent", "Year", "Round", "Venue" ], [ "2", "1st", "15.4.94", "Essendon", "Gold Coast", "2011", "6", "Docklands Stadium" ], [ "3", "2nd", "14.2.86", "Adelaide", "Fitzroy", "1996", "17", "Football Park" ], [ "4", "3rd", "13.4.82", "Essendon", "Footscray", "1982", "22", "Western Oval" ], [ "5", "4th", "17.4.106", "South Melbourne", "St Kilda", "1919", "12", "Lake Oval" ], [ "6", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013.", "Source: . Last updated: 20 August 2013." ] ] }, { "t5Formulas": [ { "Question": "Who had the high assists against detroit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Detroit\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Detroit\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Detroit\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the other team on march 27?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 27\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"March 27\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"March 27\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what was the game number where the record was 46–24?", "Formula": "SUMIFS(A1,I1,\"46–24\")", "Formula2": "SUMIFS(A2:A15,I2:I15,\"46–24\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "I1", "\"46–24\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the game number on march 27?", "Formula": "SUMIFS(A1,B1,\"March 27\")", "Formula2": "SUMIFS(A2:A15,B2:B15,\"March 27\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"March 27\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the largest game number?", "Formula": "MAX(A1)", "Formula2": "MAX(A2:A15)", "Level": "easy", "Tokens": [ "MAX(", "A1" ], "Funcs": [ "MAX(", "Cell" ] } ], "TableName": "train_1-27712702-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "59", "March 2", "Indiana", "W 113–89 (OT)", "Kevin Durant , Russell Westbrook (21)", "Serge Ibaka (12)", "Russell Westbrook (9)", "Oklahoma City Arena 18,203", "37–22" ], [ "3", "60", "March 4", "@ Atlanta", "W 111–104 (OT)", "Kevin Durant (29)", "Kevin Durant (8)", "Russell Westbrook (9)", "Philips Arena 17,916", "38–22" ], [ "4", "61", "March 6", "Phoenix", "W 122–118 (OT)", "Russell Westbrook (32)", "Nick Collison , Thabo Sefolosha (9)", "Russell Westbrook (11)", "Oklahoma City Arena 18,203", "39–22" ], [ "5", "62", "March 7", "@ Memphis", "L 101–107 (OT)", "Russell Westbrook (27)", "Kevin Durant , James Harden , Serge Ibaka (6)", "Russell Westbrook (7)", "FedExForum 13,903", "39–23" ], [ "6", "63", "March 9", "@ Philadelphia", "W 110–105 (OT)", "Kevin Durant (34)", "Kevin Durant (16)", "Russell Westbrook (12)", "Wells Fargo Center 19,283", "40–23" ], [ "7", "64", "March 11", "Detroit", "W 104–94 (OT)", "Kevin Durant (24)", "Kevin Durant (9)", "Russell Westbrook (11)", "Oklahoma City Arena 18,203", "41–23" ], [ "8", "65", "March 13", "@ Cleveland", "W 95–75 (OT)", "Russell Westbrook (20)", "Serge Ibaka (14)", "Eric Maynor (8)", "Quicken Loans Arena 19,811", "42–23" ], [ "9", "66", "March 14", "@ Washington", "W 116–89 (OT)", "Kevin Durant (32)", "Kendrick Perkins (9)", "Russell Westbrook (12)", "Verizon Center 17,921", "43–23" ], [ "10", "67", "March 16", "@ Miami", "W 96–85 (OT)", "Kevin Durant (29)", "Serge Ibaka (12)", "Kevin Durant (6)", "American Airlines Arena 20,083", "44–23" ], [ "11", "68", "March 18", "Charlotte", "W 99–82 (OT)", "Kevin Durant (25)", "Serge Ibaka (13)", "Russell Westbrook (7)", "Oklahoma City Arena 18,203", "45–23" ], [ "12", "70", "March 23", "Utah", "W 106–94 (OT)", "Russell Westbrook (31)", "Serge Ibaka (13)", "Russell Westbrook (5)", "Oklahoma City Arena 18,203", "46–24" ], [ "13", "71", "March 25", "Minnesota", "W 111–103 (OT)", "Kevin Durant (23)", "Serge Ibaka (10)", "Russell Westbrook (8)", "Oklahoma City Arena 18,203", "47–24" ], [ "14", "72", "March 27", "Portland", "W 99–90 (OT)", "Russell Westbrook (28)", "Kendrick Perkins (10)", "Russell Westbrook (7)", "Oklahoma City Arena 18,203", "48–24" ], [ "15", "73", "March 29", "Golden State", "W 115–114 (OT)", "Kevin Durant (39)", "Kendrick Perkins (13)", "Russell Westbrook (9)", "Oklahoma City Arena 18,203", "49–24" ] ] }, { "t5Formulas": [ { "Question": " how many air date with overall being 83/95", "Formula": "ROWS(UNIQUE(FILTER(B1, I1=\"83/95\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B10, I2:I10=\"83/95\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "I1", "=", "\"83/95\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": " how many viewers (m) with overall being 91/101", "Formula": "SUMIFS(F1,I1,\"91/101\")", "Formula2": "SUMIFS(F2:F10,I2:I10,\"91/101\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "I1", "\"91/101\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what are all the rating with viewers (m) being 2.89", "Formula": "SUM(FILTER(C1, F1=2.89))", "Formula2": "SUM(FILTER(C2:C10, F2:F10=2.89))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "2.89" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "what are all the overall with rating being 1.4", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=1.4))", "Formula2": "LET(query1,SUMMARIZE(I2:I10,SUMX(C2:C10)),FILTER(query1,CHOOSECOLS(query1,2)=1.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what are all the overall with viewers (m) being 2.61", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=2.61))", "Formula2": "LET(query1,SUMMARIZE(I2:I10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=2.61))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2.61" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what are all the rating with viewers (m) being 2.61", "Formula": "SUM(FILTER(C1, F1=2.61))", "Formula2": "SUM(FILTER(C2:C10, F2:F10=2.61))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "2.61" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-13110459-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "No.", "Air Date", "Rating", "Share", "18-49 (Rating/Share)", "Viewers (m)", "Night", "Timeslot", "Overall" ], [ "2", "1", "October 19, 2007", "2.1", "4", "1.5/5", "3.57", "9", "5", "83/97" ], [ "3", "2", "October 26, 2007", "1.8", "3", "1.2/4", "2.89", "10", "5", "87/97" ], [ "4", "3", "November 2, 2007", "1.4", "3", "1.0/3", "2.31", "11", "5", "92/100" ], [ "5", "4", "November 9, 2007", "1.8", "3", "1.0/4", "2.69", "12", "5", "91/101" ], [ "6", "5", "November 16, 2007", "1.7", "3", "1.1/4", "2.57", "12", "5", "94/101" ], [ "7", "6", "November 23, 2007", "1.6", "3", "1.1/3", "2.61", "10", "5", "83/95" ], [ "8", "7", "November 30, 2007", "1.5", "3", "0.9/3", "2.16", "10", "5", "92/98" ], [ "9", "8", "December 7, 2007", "1.9", "3", "1.2/4", "3.04", "12", "5", "87/102" ], [ "10", "9", "December 14, 2007", "1.8", "3", "1.1/3", "3.14", "9", "4", "84/98" ] ] }, { "t5Formulas": [ { "Question": "Which Name has Apparent Magnitude smaller than 11.4, and R.A. (J2000) of 04h17m35.8s?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"04h17m35.8s\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<11.4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F19,C2:C19=\"04h17m35.8s\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<11.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"04h17m35.8s\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11.4" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which R.A. (J2000) has a Name of ngc 1543?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ngc 1543\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=\"ngc 1543\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"ngc 1543\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Dec. (J2000) has a Redshift (km/ s) of 1331 ± 3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1331 ± 3\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"1331 ± 3\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1331 ± 3\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which R.A. (J2000) has a Name of ngc 1515?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ngc 1515\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=\"ngc 1515\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"ngc 1515\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which R.A. (J2000) has Apparent Magnitude of 11.7, and Dec. (J2000) of °07′06″?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"°07′06″\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=11.7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F19,D2:D19=\"°07′06″\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=11.7))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"°07′06″\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11.7" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18156552-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Type", "R.A. ( J2000 )", "Dec. ( J2000 )", "Redshift (km/ s )", "Apparent Magnitude" ], [ "2", "NGC 2082", "SAB(rs+)c", "05h41m51.1s", "°18′04″", "1184 ± 6", "12.6" ], [ "3", "NGC 1947", "S0 - pec", "05h26m47.6s", "°45′36″", "1100 ± 24", "11.7" ], [ "4", "NGC 1796", "(R)SB(r)dm:", "05h02m42.5s", "°08′24″", "1014 ± 9", "12.9" ], [ "5", "NGC 1688", "SB(rs)dm", "04h48m23.8s", "°48′01″", "1228 ± 6", "12.6" ], [ "6", "NGC 1672", "(R'_1:)SB(r)bc Sy2", "04h45m42.5s", "°14′50″", "1331 ± 3", "10.3" ], [ "7", "IC 2056", "SAB(r)b", "04h16m24.5s", "°12′25″", "1133 ± 10", "12.5" ], [ "8", "NGC 1559", "SB(s)cd", "04h17m35.8s", "°47′01″", "1304 ± 4", "11.0" ], [ "9", "NGC 1543", "(R)SB(l)0 0", "04h12m43.2s", "°44′17″", "1176 ± 7", "11.5" ], [ "10", "NGC 1574", "SA0 -", "04h21m58.8s", "°58′29″", "1050 ± 25", "11.4" ], [ "11", "NGC 1533", "(L)SB(rs)0 0", "04h09m51.8s", "°07′06″", "790 ± 5", "11.7" ], [ "12", "NGC 1546", "SA0 +?", "04h14m36.5s", "°03′39″", "1284 ± 14", "11.8" ], [ "13", "NGC 1553", "SA(rl)0 0", "04h16m10.5s", "°46′49″", "1080 ± 11", "10.3" ], [ "14", "NGC 1549", "E0 −1", "04h15m45.1s", "°35′32″", "1220 ± 15", "10.7" ], [ "15", "NGC 1566", "(R'_1)SAB(rs)bcSy1", "04h20m00.4s", "°56′16″", "1504 ± 2", "10.3" ], [ "16", "NGC 1617", "(R')SAB(rs)a", "04h31m39.5s", "°36′08″", "1063 ± 21", "11.4" ], [ "17", "NGC 1515", "SAB(s)bc", "04h04m02.7s", "°06′00″", "1175 ± 7", "12.1" ], [ "18", "NGC 1705", "SA0 - pec", "04h54m13.5s", "°21′40″", "633 ± 6", "12.8" ], [ "19", "NGC 1596", "SA0: sp", "04h27m38.1s", "°01′40″", "1510 ± 8", "12.1" ] ] }, { "t5Formulas": [ { "Question": "Which Team has Manzoor Elahi as Coach and Taufeeq Umar as Captain?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"manzoor elahi\")*(E1=\"taufeeq umar\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"manzoor elahi\")*(E2:E16=\"taufeeq umar\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"manzoor elahi\"", "*", "E1", "=", "\"taufeeq umar\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which City has the Bahawalpur Stags Team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"bahawalpur stags\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"bahawalpur stags\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"bahawalpur stags\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16159444-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "City", "Inaugural season", "Final season", "Captain", "Coach" ], [ "2", "Abbottabad Falcons", "Abbottabad , KP", "2005–06", "2012–13", "Younus Khan", "Sajjad Akbar" ], [ "3", "Lahore Eagles", "Lahore , PJ", "2004–05", "2012–13", "Taufeeq Umar", "Manzoor Elahi" ], [ "4", "Faisalabad Wolves", "Faisalabad , PJ", "2004–05", "2012–13", "Misbah-ul-Haq", "Naveed Anjum" ], [ "5", "Bahawalpur Stags", "Bahawalpur , PJ", "2012–13", "2012–13", "Bilal Khilji", "Shahid Anwar" ], [ "6", "Hyderabad Hawks", "Hyderabad , SN", "2004–05", "2012–13", "Rizwan Ahmed", "Shaukat Mirza" ], [ "7", "Islamabad Leopards", "Islamabad , CT", "2005–06", "2012–13", "Umar Gul", "Taimoor Azam" ], [ "8", "Afghan Cheetahs", "Kabul , Afghanistan", "2011–12", "2011–12", "Mohammad Nabi", "Raees Ahmadzai" ], [ "9", "Karachi Dolphins", "Karachi , SN", "2004–05", "2012–13", "Shahid Afridi", "Tauseef Ahmed" ], [ "10", "Lahore Lions", "Lahore , PJ", "2004–05", "2012–13", "Mohammad Hafeez", "Mohsin Kamal" ], [ "11", "Multan Tigers", "Multan , PJ", "2004–05", "2012–13", "Abdur Rauf", "Manzoor Elahi" ], [ "12", "Peshawar Panthers", "Peshawar , KP", "2004–05", "2012–13", "Akbar Badshah", "Abdur Rehman" ], [ "13", "Quetta Bears", "Quetta , BL", "2004–05", "2012–13", "Gohar Faiz", "Arshad Khan" ], [ "14", "Rawalpindi Rams", "Rawalpindi , PJ", "2004–05", "2012–13", "Sohail Tanvir", "Sabih Azhar" ], [ "15", "Sialkot Stallions", "Sialkot , PJ", "2004–05", "2012–13", "Shoaib Malik", "Ijaz Ahmed jnr" ], [ "16", "Karachi Zebras", "Karachi , SN", "2004–05", "2012–13", "Rameez Raja", "Azam Khan" ] ] }, { "t5Formulas": [ { "Question": "Gold that has a Rank of 6, and a Bronze larger than 0 had what total number of gold?", "Formula": "SUM(FILTER(C1, (A1=6)*(E1>0)))", "Formula2": "SUM(FILTER(C2:C11, (A2:A11=6)*(E2:E11>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "6", "*", "E1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Total of 5 had what bronze?", "Formula": "SUM(FILTER(E1, F1=5))", "Formula2": "SUM(FILTER(E2:E11, F2:F11=5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-14841421-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Iran", "9", "4", "2", "15" ], [ "3", "2", "South Korea", "2", "1", "0", "3" ], [ "4", "3", "Kazakhstan", "1", "3", "2", "6" ], [ "5", "4", "Qatar", "1", "2", "2", "5" ], [ "6", "5", "China", "1", "1", "4", "6" ], [ "7", "6", "Saudi Arabia", "0", "2", "0", "2" ], [ "8", "7", "Japan", "0", "1", "2", "3" ], [ "9", "8", "Chinese Taipei", "0", "0", "1", "1" ], [ "10", "8", "Indonesia", "0", "0", "1", "1" ], [ "11", "Total", "Total", "14", "14", "14", "42" ] ] }, { "t5Formulas": [ { "Question": "What are the fewest points that Roger Dutton/Tony Wright have received?", "Formula": "MINIFS(G1,B1,\"roger dutton/tony wright\")", "Formula2": "MINIFS(G2:G11,B2:B11,\"roger dutton/tony wright\")", "Level": "easy", "Tokens": [ "MINIFS(", "G1", "B1", "\"roger dutton/tony wright\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How fast does the BMW with 6 points go?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,D2:D11=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"bmw\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15753390-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Place", "Rider", "Country", "Machine", "Speed", "Time", "Points" ], [ "2", "1", "Siegfried Schauzu /Wolfgang Kalauch", "West Germany", "BMW", "91.85mph", "1:13.57.2", "15" ], [ "3", "2", "Heinz Luthringshauser/J.Cusnik", "West Germany", "BMW", "91.70mph", "1:14.04.6", "12" ], [ "4", "3", "Gerry Boret/Nick Boret", "United Kingdom", "Konig", "84.43mph", "1:20.27.4", "10" ], [ "5", "4", "W.Klenk/N.Scheerer", "West Germany", "BMW", "83.62mph", "1:21.31.8", "8" ], [ "6", "5", "Barry Dungworth/R.W.Turrington", "United Kingdom", "BMW", "82.32mph", "1:22.30.6", "6" ], [ "7", "6", "Roy Hanks/J.P.Mann", "United Kingdom", "BSA", "80.07mph", "1:24.49.6", "5" ], [ "8", "7", "R.Woodhouse/D.Woodhouse", "United Kingdom", "BSA", "79.83mph", "1.25.05.40", "4" ], [ "9", "8", "Roger Dutton/Tony Wright", "United Kingdom", "BMW", "79.63mph", "1.25.18.0", "3" ], [ "10", "9", "George O'Dell /Bill Boldison", "United Kingdom", "BSA", "79.60mph", "1.25.20.2", "2" ], [ "11", "10", "J.Barker/A.Macfadzean", "United Kingdom", "BSA", "79.52mph", "1.25.28.2", "1" ] ] }, { "t5Formulas": [ { "Question": "How many points when under 17,197 attended against the wild?", "Formula": "SUM(FILTER(H1, (E1<17197)*(B1=\"wild\")))", "Formula2": "SUM(FILTER(H2:H15, (E2:E15<17197)*(B2:B15=\"wild\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "E1", "<", "17197", "*", "B1", "=", "\"wild\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-11801795-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record", "Arena", "Points" ], [ "2", "December 2", "Oilers", "4–0", "Giguere (9–8–2)", "17,174", "12–12–4", "Honda Center", "28" ], [ "3", "December 5", "Sabres", "4–1", "Miller (10–11–1)", "17,174", "13–12–4", "Honda Center", "30" ], [ "4", "December 7", "@ Blackhawks", "5–3", "Khabibulin (10–8–2)", "17,734", "14–12–4", "United Center", "32" ], [ "5", "December 8", "@ Predators", "4–2", "Hiller (1–2–1)", "13,469", "14–13–4", "Sommet Center", "32" ], [ "6", "December 10", "@ Blue Jackets", "4–3", "Leclaire (10–6–3)", "11,984", "15–13–4", "Nationwide Arena", "34" ], [ "7", "December 12", "Canucks", "3–2", "Giguere (12–9–2)", "17,174", "15–14–4", "Honda Center", "34" ], [ "8", "December 14", "Wild", "5–2", "Giguere (12–10–2)", "17,174", "15–15–4", "Honda Center", "34" ], [ "9", "December 16", "Sharks", "2–1", "Giguere (12–10–3)", "17,174", "15–15–5", "Honda Center", "35" ], [ "10", "December 18", "@ Sharks", "2–0", "Nabokov (18–11–4)", "17,197", "16–15–5", "HP Pavilion at San Jose", "37" ], [ "11", "December 19", "Avalanche", "2–1", "Budaj (12–6–1)", "17,174", "17–15–5", "Honda Center", "39" ], [ "12", "December 22", "@ Sharks", "5–2", "Nabokov (18–12–5)", "17,496", "18–15–5", "HP Pavilion at San Jose", "41" ], [ "13", "December 27", "@ Oilers", "2–1", "Garon (9–8–1)", "16,839", "19–15–5", "Rexall Place", "43" ], [ "14", "December 29", "@ Flames", "5–3", "Giguere (15–11–3)", "19,289", "19–16–5", "Pengrowth Saddledome", "43" ], [ "15", "December 30", "Canucks", "2–1", "Hiller (2–3–1)", "18,630", "19–17–5", "General Motors Place", "43" ] ] }, { "t5Formulas": [ { "Question": "what's the district with incumbent being william j. driver", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"William J. Driver\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"William J. Driver\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"William J. Driver\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the district with incumbent being john e. miller", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"John E. Miller\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"John E. Miller\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"John E. Miller\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many incumbent with first elected being 1932", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=1932)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B7, D2:D7=1932)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "1932" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "who is the the incumbent with dbeingtrict being arkansas 1", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Arkansas 1\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Arkansas 1\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Arkansas 1\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many district  with incumbent being david delano glover", "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"David Delano Glover\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, B2:B7=\"David Delano Glover\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"David Delano Glover\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "who is the the incumbent with candidates being ben cravens (d) unopposed", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Ben Cravens (D) Unopposed\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"Ben Cravens (D) Unopposed\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Ben Cravens (D) Unopposed\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1342331-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Arkansas 1", "William J. Driver", "Democratic", "1920", "Re-elected", "William J. Driver (D) Unopposed" ], [ "3", "Arkansas 2", "John E. Miller", "Democratic", "1930", "Re-elected", "John E. Miller (D) Unopposed" ], [ "4", "Arkansas 3", "Claude Fuller", "Democratic", "1928", "Re-elected", "Claude Fuller (D) 63.1% Pat Murphy (R) 36.9%" ], [ "5", "Arkansas 4", "Ben Cravens", "Democratic", "1932", "Re-elected", "Ben Cravens (D) Unopposed" ], [ "6", "Arkansas 5", "David D. Terry", "Democratic", "1933", "Re-elected", "David D. Terry (D) Unopposed" ], [ "7", "Arkansas 6", "David Delano Glover", "Democratic", "1928", "Lost renomination Democratic hold", "John Little McClellan (D) Unopposed" ] ] }, { "t5Formulas": [ { "Question": "Which Venue has a Round of gs, and a Result of 0–3?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"gs\")*(E1=\"0–3\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"gs\")*(E2:E9=\"0–3\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"gs\"", "*", "E1", "=", "\"0–3\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result on 27 august 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"27 august 2003\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"27 august 2003\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"27 august 2003\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Result has an Attendance larger than 48,588, and a Venue of A, and a Date of 4 november 2003?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(D1=\"a\")*(A1=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>48588))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,(D2:D9=\"a\")*(A2:A9=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>48588))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"a\"", "*", "A1", "=", "\"4 november 2003\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "48588" ], "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" ] }, { "Question": "Which Result has a Venue of A, and an Opponent of manchester united?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(C1=\"manchester united\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(D2:D9=\"a\")*(C2:C9=\"manchester united\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"a\"", "*", "C1", "=", "\"manchester united\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Round has an Attendance larger than 13,718, and an Opponent of manchester united, and a Date of 4 november 2003?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(C1=\"manchester united\")*(A1=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>13718))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,(C2:C9=\"manchester united\")*(A2:A9=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>13718))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"manchester united\"", "*", "A1", "=", "\"4 november 2003\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "13718" ], "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" ] } ], "TableName": "test_2-1630554-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "13 August 2003", "QR3", "FC Copenhagen", "H", "1–1", "47,401" ], [ "3", "27 August 2003", "QR3", "FC Copenhagen", "A", "2–1", "35,519" ], [ "4", "16 September 2003", "GS", "VfB Stuttgart", "H", "2–1", "47,957" ], [ "5", "1 October 2003", "GS", "Panathinaikos", "A", "1–1", "13,718" ], [ "6", "22 October 2003", "GS", "Manchester United", "H", "0–1", "48,730" ], [ "7", "4 November 2003", "GS", "Manchester United", "A", "0–3", "66,707" ], [ "8", "26 November 2003", "GS", "VfB Stuttgart", "A", "0–1", "50,348" ], [ "9", "9 December 2003", "GS", "Panathinaikos", "H", "1–3", "48,588" ] ] }, { "t5Formulas": [ { "Question": "Name the total viewers on fx+ for night on the sun ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Night on the Sun\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"Night on the Sun\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Night on the Sun\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the episode number for total viewers on fx+ being 102,000", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=102000),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=102000),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "102000", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Name the title for total viewers on fx+ being 483,000", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=483000),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,D2:D12=483000),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "483000", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Name the total viewers on fx+ for 583,000 total viewers", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=583000),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,F2:F12=583000),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "583000", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Name the rank on channel for january 21, 2011", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"January 21, 2011\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=\"January 21, 2011\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"January 21, 2011\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26493520-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Episode number (Production number)", "Title", "Original air date", "Total viewers on FX", "Total viewers on FX+", "Total viewers", "Rank on channel" ], [ "2", "25 (3.01)", "Bad Blood", "January 14, 2011", "524000", "94000", "618000", "#1 (FX) #1 (FX+)" ], [ "3", "26 (3.02)", "Beautifully Broken", "January 21, 2011", "518000", "77000", "595000", "#1 (FX) #1 (FX+)" ], [ "4", "27 (3.03)", "It Hurts Me Too", "January 28, 2011", "440000", "80000", "520000", "#1 (FX) #2 (FX+)" ], [ "5", "28 (3.04)", "9 Crimes", "February 4, 2011", "473000", "102000", "575000", "#1 (FX) #1 (FX+)" ], [ "6", "29 (3.05)", "Trouble", "February 11, 2011", "483,000", "107,000", "590,000", "#1 (FX) #1 (FX+)" ], [ "7", "30 (3.06)", "I Got a Right to Sing the Blues", "February 18, 2011", "496,000", "87,000", "583,000", "#1 (FX) #2 (FX+)" ], [ "8", "31 (3.07)", "Hitting the Ground", "February 25, 2011", "494,000", "80,000", "574,000", "#1 (FX) #2 (FX+)" ], [ "9", "32 (3.08)", "Night on the Sun", "March 4, 2011", "TBA", "TBA", "TBA", "TBA" ], [ "10", "33 (3.09)", "Everything is Broken", "March 11, 2011", "TBA", "TBA", "TBA", "TBA" ], [ "11", "34 (3.10)", "I Smell a Rat", "March 16, 2011", "544,000", "100,000", "644,000", "#1 (FX) #1 (FX+)" ], [ "12", "35 (3.11)", "Fresh Blood", "March 23, 2011", "398,000", "106,000", "504,000", "#2 (FX) #2 (FX+)" ] ] }, { "t5Formulas": [ { "Question": "Who played in the Mixed Doubles when Zhu Lin played in the Women's Singles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"zhu lin\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"zhu lin\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"zhu lin\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was on the Men's Doubles Team in 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2002),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=2002),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2002", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which year did Aya Ohori play in the Women's Singles?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"aya ohori\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"aya ohori\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"aya ohori\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12513240-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Men's singles", "Women's singles", "Men's doubles", "Women's doubles", "Mixed doubles" ], [ "2", "1997", "Chen Hong", "Yang Wei", "Chan Chong Ming Jeremy Gan", "Yang Wei Gao Ling", "Cheng Rui Gao Ling" ], [ "3", "1998", "Chien Yu-Hsu", "Hu Ting", "Chan Chong Ming Teo Kok Seng", "Gong Ruina Huang Sui", "Jiang Shan Huang Sui" ], [ "4", "1999", "Xiao Li", "Hu Ting", "Sang Yang Chen Yu", "Xie Xingfang Zhang Jiewen", "Hendry Kurniawan Saputra Eny Erlangga" ], [ "5", "2000", "Lin Dan", "Yu Jin", "Sang Yang Zheng Bo", "Zhang Yawen Wei Yili", "Zheng Bo Wei Yili" ], [ "6", "2001", "Ardiansyah", "Jun Jae-youn", "Lee Jae-jin Hwang Ji-man", "Hwang Yu-mi Cho A Ra", "Hwang Ji-man Bae Sung-hee" ], [ "7", "2002", "Park Sung-hwan", "Zhu Lin", "Koo Kien Keat Ong Soon Hock", "Rong Lu Du Jing", "Markis Kido Lilyana Natsir" ], [ "8", "2003", "No competition", "No competition", "No competition", "No competition", "No competition" ], [ "9", "2004", "Chen Jin", "Jiang Yanjiao", "Jung Jung-young Lee Yong-dae", "Ding Jiao Zhao Yunlei", "Shen Ye Feng Chen" ], [ "10", "2005", "Lu Qicheng", "Wang Lin", "Lee Yong-dae Cho Gun-woo", "Cheng Shu Liao Jingmei", "Lee Yong-dae Ha Jung-eun" ], [ "11", "2006", "Kenichi Tago", "Wang Yihan", "Lee Yong-dae Cho Gun-woo", "Ma Jin Wang Xiaoli", "Lee Yong-dae Yoo Hyun-young" ], [ "12", "2007", "Chen Long", "Liu Xin", "Chai Biao Li Tian", "Richi Puspita Dili Debby Susanto", "Tan Wee Kiong Woon Khe Wei" ], [ "13", "2008", "Wang Zhengming", "Li Xuerui", "Mak Hee Chun Teo Kok Siang", "Xie Jing Zhong Qianxin", "Zhang Nan Lu Lu" ], [ "14", "2009", "Tian Houwei", "Chen Xiaojia", "Angga Pratama Yohanes Rendy Sugiarto", "Tang Jinhua Xia Huan", "Lu Kai Bao Yixin" ], [ "15", "2010", "Huang Yuxiang", "Suo Di", "Kang Ji-wook Choi Seung-il", "Tang Jinhua Xia Huan", "Liu Cheng Bao Yixin" ], [ "16", "2011", "Zulfadli Zulkiffli", "Sun Yu", "Lin Chia-yu Huang Po-jui", "Suci Rizki Andini Tiara Rosalia Nuraidah", "Lukhi Apri Nugroho Ririn Amelia" ], [ "17", "2012", "Kento Momota", "Pusarla Venkata Sindhu", "Edi Subaktiar Arya Maulana Aldiartama", "Shin Seung-chan Lee So-hee", "Choi Sol-kyu Chae Yoo-jung" ], [ "18", "2013", "Soo Teck Zhi", "Aya Ohori", "Li Junhui Liu Yuchen", "Huang Dongping Jia Yifan", "Choi Sol-kyu Chae Yoo-jung" ] ] }, { "t5Formulas": [ { "Question": "What was the record at Tiger Stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"tiger stadium\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,E2:E15=\"tiger stadium\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"tiger stadium\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17869717-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 15", "Los Angeles Rams", "L 10–17", "Mile High Stadium", "0–1", "51,121" ], [ "3", "2", "September 22", "Pittsburgh Steelers", "T 35–35 (OT)", "Mile High Stadium", "0–1–1", "51,068" ], [ "4", "3", "September 30", "at Washington Redskins", "L 30–3", "RFK Stadium", "0–2–1", "54,395" ], [ "5", "4", "October 6", "at Kansas City Chiefs", "W 17–14", "Arrowhead Stadium", "1–2–1", "67,298" ], [ "6", "5", "October 13", "New Orleans Saints", "W 33–17", "Mile High Stadium", "2–2–1", "50,881" ], [ "7", "6", "October 20", "San Diego Chargers", "W 27–7", "Mile High Stadium", "3–2–1", "50,928" ], [ "8", "7", "October 27", "at Cleveland Browns", "L 21–23", "Cleveland Stadium", "3–3–1", "60,478" ], [ "9", "8", "November 3", "Oakland Raiders", "L 17–28", "Mile High Stadium", "3–4–1", "45,946" ], [ "10", "9", "November 10", "at Baltimore Colts", "W 17–6", "Memorial Stadium", "4–4–1", "33,244" ], [ "11", "10", "November 18", "Kansas City Chiefs", "L 34–42", "Mile High Stadium", "4–5–1", "50,236" ], [ "12", "11", "November 24", "at Oakland Raiders", "W 20–17", "Oakland-Alameda County Coliseum", "5–5–1", "51,224" ], [ "13", "12", "November 28", "at Detroit Lions", "W 31–27", "Tiger Stadium", "6–5–1", "51,157" ], [ "14", "13", "December 8", "Houston Oilers", "W 37–14", "Mile High Stadium", "7–5–1", "46,942" ], [ "15", "14", "December 15", "at San Diego Chargers", "L 0–17", "San Diego Stadium", "7–6–1", "36,571" ] ] }, { "t5Formulas": [ { "Question": "What championship was played in 1981?", "Formula": "FILTER(C1,B1=1981)", "Formula2": "FILTER(C2:C7,B2:B7=1981)", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "1981" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many different outcomes did the final with Paul McNamee as a partner have?", "Formula": "ROWS(FILTER(A1,E1=\"Paul McNamee\"))", "Formula2": "ROWS(FILTER(A2:A7,E2:E7=\"Paul McNamee\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "E1", "=", "\"Paul McNamee\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many different partners were played with during French Open (0/1)?", "Formula": "ROWS(FILTER(E1,C1=\"French Open (0/1)\"))", "Formula2": "ROWS(FILTER(E2:E7,C2:C7=\"French Open (0/1)\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "C1", "=", "\"French Open (0/1)\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-2201541-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Year", "Championship (Titles/Finals)", "Surface", "Partner", "Opponents in the final", "Score in the final" ], [ "2", "Winner", "1980", "Australian Open (1/1)", "Grass", "Kim Warwick", "Peter McNamara Paul McNamee", "7–5, 6–4" ], [ "3", "Winner", "1981", "Australian Open (2/2)", "Grass", "Kim Warwick", "Hank Pfister John Sadri", "6–3, 6–7, 6–3" ], [ "4", "Winner", "1983", "Australian Open (3/3)", "Grass", "Paul McNamee", "Steve Denton Sherwood Stewart", "6–3, 7–6" ], [ "5", "Runner-Up", "1983", "French Open (0/1)", "Clay", "Sherwood Stewart", "Hans Simonsson Anders Järryd", "7–6 (7-4) , 6–4, 6–2" ], [ "6", "Winner", "1984", "Australian Open (4/4)", "Grass", "Sherwood Stewart", "Joakim Nyström Mats Wilander", "6–2, 6–2, 7–5" ], [ "7", "Runner-Up", "1985", "Australian Open (4/5)", "Grass", "Kim Warwick", "Paul Annacone Christo Van Rensburg", "3–6, 7–6, 6–4, 6–4" ] ] }, { "t5Formulas": [ { "Question": "Which player has a 50 of 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))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many 100 for the player with 3 50s?", "Formula": "SUM(FILTER(H1, I1=3))", "Formula2": "SUM(FILTER(H2:H8, I2:I8=3))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "I1", "=", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the average for the player from Lancashire 1 100?", "Formula": "SUM(FILTER(F1, (B1=\"Lancashire\")*(H1=1)))", "Formula2": "SUM(FILTER(F2:F8, (B2:B8=\"Lancashire\")*(H2:H8=1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"Lancashire\"", "*", "H1", "=", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] } ], "TableName": "test_1-28798161-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Player", "County", "Matches", "Innings", "Runs", "Average", "Highest Score", "100s", "50s" ], [ "2", "Barry Richards Category:Articles with hCards", "Hampshire", "12", "11", "592", "65.77", "155*", "3", "0" ], [ "3", "Clive Lloyd Category:Articles with hCards", "Lancashire", "14", "14", "521", "57.88", "134*", "1", "2" ], [ "4", "Harry Pilling Category:Articles with hCards", "Lancashire", "16", "15", "625", "52.08", "85", "0", "5" ], [ "5", "Brian Luckhurst Category:Articles with hCards", "Kent", "11", "11", "520", "52.00", "142", "1", "3" ], [ "6", "Pasty Harris Category:Articles with hCards", "Nottinghamshire", "16", "16", "596", "45.84", "104*", "1", "4" ], [ "7", "Bryan Davis Category:Articles with hCards", "Glamorgan", "13", "13", "535", "44.58", "74", "0", "6" ], [ "8", "Mike Denness Category:Articles with hCards", "Kent", "16", "16", "582", "41.57", "94*", "0", "4" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the incumbent for Glenn Nye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"glenn nye\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,D2:D12=\"glenn nye\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"glenn nye\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the other party nominee that ran against Democratic Rick Boucher?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"rick boucher\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,D2:D12=\"rick boucher\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"rick boucher\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the other party nominee for district 3?", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(H2:H12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_2-17503169-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "District", "Incumbent", "2008 Status", "Democratic", "Republican", "Independent Green", "Libertarian", "Other Party" ], [ "2", "1", "Rob Wittman", "Re-election", "Bill Day", "Rob Wittman", "None", "Nathan Larson", "None" ], [ "3", "2", "Thelma Drake", "Re-election", "Glenn Nye", "Thelma Drake", "None", "None", "None" ], [ "4", "3", "Robert C. Scott", "Re-election", "Robert C. Scott", "None", "None", "None", "None" ], [ "5", "4", "Randy Forbes", "Re-election", "Andrea Miller", "Randy Forbes", "None", "None", "None" ], [ "6", "5", "Virgil Goode", "Re-election", "Tom Perriello", "Virgil Goode", "None", "None", "None" ], [ "7", "6", "Bob Goodlatte", "Re-election", "Sam Rasoul", "Bob Goodlatte", "None", "None", "Janice Lee Allen" ], [ "8", "7", "Eric Cantor", "Re-election", "Anita Hartke", "Eric Cantor", "None", "None", "None" ], [ "9", "8", "Jim Moran", "Re-election", "Jim Moran", "Mark Ellmore", "J. Ron Fisher", "None", "None" ], [ "10", "9", "Rick Boucher", "Re-election", "Rick Boucher", "None", "None", "None", "None" ], [ "11", "10", "Frank Wolf", "Re-election", "Judy Feder", "Frank Wolf", "None", "None", "Neeraj Nigam" ], [ "12", "11", "Thomas M. Davis", "Open", "Gerry Connolly", "Keith Fimian", "Joseph Oddo", "None", "None" ] ] }, { "t5Formulas": [ { "Question": "Which stations had volume of 5088 in 2004-05?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=5088))", "Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=5088))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5088" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many stations in 2011-12 had volume of 11580 in 2008-09?", "Formula": "SUM(FILTER(J1, G1=11580))", "Formula2": "SUM(FILTER(J2:J9, G2:G9=11580))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "J1", "G1", "=", "11580" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the least volume recorded in 2011-12 when 2008-09 had 21652?", "Formula": "MIN(FILTER(J1, G1=21652))", "Formula2": "MIN(FILTER(J2:J9, G2:G9=21652))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "J1", "G1", "=", "21652" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-1470706-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Station Name", "2002–03", "2004–05", "2005–06", "2006–07", "2007–08", "2008–09", "2009–10", "2010–11", "2011–12" ], [ "2", "Devonport", "18795", "16202", "18573", "19655", "17450", "21652", "21674", "27006", "27756" ], [ "3", "Dockyard", "4070", "5088", "4895", "5335", "4924", "5280", "5524", "5406", "7716" ], [ "4", "Keyham", "8957", "6374", "7594", "7976", "5050", "5648", "5016", "6330", "7708" ], [ "5", "St Budeaux Victoria Road", "5451", "5818", "6146", "5264", "5193", "5678", "7026", "6942", "7780" ], [ "6", "Bere Ferrers", "17808", "12862", "11459", "10824", "10824", "11580", "12606", "14374", "15020" ], [ "7", "Bere Alston", "37944", "29552", "27263", "26866", "28936", "32454", "36272", "41666", "44792" ], [ "8", "Calstock", "25739", "24024", "21123", "23476", "26825", "31168", "33368", "33198", "32456" ], [ "9", "Gunnislake", "39009", "37190", "43885", "43676", "48747", "49070", "51424", "50218", "52116" ] ] }, { "t5Formulas": [ { "Question": "Which year did park tudor school join IHSAA class AA?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(F1=\"aa\")*(A1=\"park tudor\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(F2:F9=\"aa\")*(A2:A9=\"park tudor\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"aa\"", "*", "A1", "=", "\"park tudor\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which IHSAA class does speedway school belong to?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"speedway\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,A2:A9=\"speedway\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"speedway\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which ISHAA school joined in 2012 and has a mascot of the panthers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(H1<2012)*(C1=\"panthers\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(H2:H9<2012)*(C2:C9=\"panthers\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "<", "2012", "*", "C1", "=", "\"panthers\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18672607-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "School", "Location", "Mascot", "Enrollment 12-13", "IHSAA Class", "IHSAA Class Football", "County", "Year Joined", "Previous Conference" ], [ "2", "Beech Grove", "Beech Grove", "Hornets", "819", "AAA", "AAA", "49 Marion", "2005", "Mid-State" ], [ "3", "Cardinal Ritter", "Indianapolis", "Raiders", "532", "AA", "AA", "49 Marion", "2005", "Independents" ], [ "4", "Lapel *", "Lapel", "Bulldogs", "439", "AA", "A", "48 Madison", "2009", "White River" ], [ "5", "Lutheran", "Indianapolis", "Saints", "212", "A", "A", "49 Marion", "2009", "Independents" ], [ "6", "Park Tudor", "Indianapolis", "Panthers", "423", "AA", "AA", "49 Marion", "2005", "independent" ], [ "7", "Scecina Memorial", "Indianapolis", "Crusaders", "340", "AA", "A", "49 Marion", "2005", "Rangeline" ], [ "8", "Speedway", "Speedway", "Sparkplugs", "493", "AA", "AA", "49 Marion", "2010", "West Central" ], [ "9", "Triton Central", "Fairland", "Tigers", "510", "AA", "AA", "73 Shelby", "2012", "Mid-Hoosier" ] ] }, { "t5Formulas": [ { "Question": "Who had the high point total on october 20?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"October 20\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"October 20\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"October 20\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-27700530-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "1", "October 5", "@ Houston", "W 97–88 (OT)", "Dwight Howard (19)", "Dwight Howard (12)", "Jameer Nelson (7)", "State Farm Arena 4,854", "1–0" ], [ "3", "2", "October 8", "@ Indiana", "W 93–86 (OT)", "Vince Carter (25)", "Ryan Anderson (16)", "Jameer Nelson (7)", "Conseco Fieldhouse 10,001", "2–0" ], [ "4", "3", "October 10", "New Orleans", "W 135–81 (OT)", "Ryan Anderson , Rashard Lewis , J. J. Redick (23)", "Dwight Howard (11)", "Chris Duhon (7)", "Amway Center 18,516", "3–0" ], [ "5", "4", "October 14", "Charlotte", "W 86–73 (OT)", "Brandon Bass (16)", "Brandon Bass (9)", "Chris Duhon (6)", "Amway Center 18,846", "4–0" ], [ "6", "5", "October 16", "Chicago", "W 105–67 (OT)", "Vince Carter (21)", "Dwight Howard (11)", "Chris Duhon (7)", "Amway Center 18,846", "5–0" ], [ "7", "6", "October 18", "@ Atlanta", "W 102–73 (OT)", "Brandon Bass (17)", "Dwight Howard (13)", "Chris Duhon (10)", "Philips Arena 7,571", "6–0" ], [ "8", "7", "October 20", "Dallas", "W 101–76 (OT)", "Vince Carter , Dwight Howard (20)", "Dwight Howard (13)", "Jameer Nelson (10)", "Amway Center 18,846", "7–0" ] ] }, { "t5Formulas": [ { "Question": "What is the difficulty of the athens circuit?", "Formula": "FILTER(B1,A1=\"Athens\")", "Formula2": "FILTER(B2:B8,A2:A8=\"Athens\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"Athens\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many instances is paris the unlock?", "Formula": "ROWS(FILTER(G1,H1=\"Paris\"))", "Formula2": "ROWS(FILTER(G2:G8,H2:H8=\"Paris\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "G1", "H1", "=", "\"Paris\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many instances is the unlocked n/a?", "Formula": "ROWS(FILTER(E1,I1=\"N/A\"))", "Formula2": "ROWS(FILTER(E2:E8,I2:I8=\"N/A\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "I1", "=", "\"N/A\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the lowest unlock order for the athens circuit?", "Formula": "MIN(FILTER(G1,A1=\"Athens\"))", "Formula2": "MIN(FILTER(G2:G8,A2:A8=\"Athens\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "A1", "=", "\"Athens\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the setting for the hard difficulty?", "Formula": "FILTER(E1,B1=\"Hard\")", "Formula2": "FILTER(E2:E8,B2:B8=\"Hard\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"Hard\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What are the conditions for the athens circuit?", "Formula": "FILTER(F1,A1=\"Athens\")", "Formula2": "FILTER(F2:F8,A2:A8=\"Athens\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "A1", "=", "\"Athens\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-24463470-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Circuit", "Difficulty", "Turns", "Direction", "Setting", "Conditions", "Unlock Order", "Unlocks", "Unlocked by" ], [ "2", "Athens", "Medium", "11", "Clockwise", "Day", "Dry", "2", "Berlin", "Rome or Fiorano" ], [ "3", "Berlin", "Medium", "10", "Anti- Clockwise", "Day", "Dry", "3", "Madrid", "Athens" ], [ "4", "Fiorano", "Hard", "12", "Figure- Eight", "Day", "Dry and Rain", "1", "Athens", "N/A" ], [ "5", "Los Angeles", "Easy", "12", "Clockwise", "Day", "Dry and Rain", "6", "New York", "Paris" ], [ "6", "Madrid", "Easy", "9", "Clockwise", "Night", "Dry", "4", "Paris", "Berlin" ], [ "7", "New York", "Easy", "15", "Figure- Eight", "Night", "Wet", "7", "N/A", "Los Angeles" ], [ "8", "Paris", "Easy", "10", "Clockwise", "Day", "Dry and Rain", "5", "Los Angeles", "Madrid" ] ] }, { "t5Formulas": [ { "Question": "How many museums were opened after 2013 or before 2008?", "Formula": "ROWS(FILTER(A1,(D1>2013)+(D1<2008)))", "Formula2": "ROWS(FILTER(A2:A9,(D2:D9>2013)+(D2:D9<2008)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "D1", ">", "2013", "+", "D1", "<", "2008" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", ">", "Num", "+", "Cell", "<", "Num" ] }, { "Question": "the number of museums opened after 2013 or before 2008", "Formula": "SUM(FILTER(A1, (Year(D1)<2008)+(Year(D1)>2013)))", "Formula2": "SUM(FILTER(A2:A9, (Year(D1)<2008)+(Year(D1)>2013)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "Year(", "D1", "<", "2008", "+", "Year(", "D1", ">", "2013" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Year(", "Cell", "<", "Num", "+", "Year(", "Cell", ">", "Num" ] } ], "TableName": "museum_visit_museum", "Table": [ [ "0", "A", "B", "C", "D" ], [ "1", "museum id", "name", "num of staff", "open year" ], [ "2", "1", "Plaza Museum", "62", "2000" ], [ "3", "2", "Capital Plaza Museum", "25", "2012" ], [ "4", "3", "Jefferson Development Museum", "18", "2010" ], [ "5", "4", "Willow Grande Museum", "17", "2011" ], [ "6", "5", "RiverPark Museum", "16", "2008" ], [ "7", "6", "Place Tower Museum", "16", "2008" ], [ "8", "7", "Central City District Residential Museum", "15", "2010" ], [ "9", "8", "ZirMed Gateway Museum", "12", "2009" ] ] }, { "t5Formulas": [ { "Question": "What was the average for the player that scored 116 yards and had TD's less than 1?", "Formula": "SUM(FILTER(D1, (C1=116)*(E1<1)))", "Formula2": "SUM(FILTER(D2:D6, (C2:C6=116)*(E2:E6<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "116", "*", "E1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What was the lowest recorded record for a player with an average larger than 13?", "Formula": "SUM(FILTER(B1, D1>13))", "Formula2": "SUM(FILTER(B2:B6, D2:D6>13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "How many yards did Hank Edwards make when he had TD's of 1 and an average higher than 13?", "Formula": "SUM(FILTER(C1, (E1=1)*(A1=\"hank edwards\")*(D1>13)))", "Formula2": "SUM(FILTER(C2:C6, (E2:E6=1)*(A2:A6=\"hank edwards\")*(D2:D6>13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "1", "*", "A1", "=", "\"hank edwards\"", "*", "D1", ">", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many yards were averaged by the player that had a higher than 13 average with less than 18 long?", "Formula": "SUM(FILTER(C1, (F1<18)*(D1>13)))", "Formula2": "SUM(FILTER(C2:C6, (F2:F6<18)*(D2:D6>13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "<", "18", "*", "D1", ">", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest number of yards recorded for a player that had more than 4 TD's?", "Formula": "MAX(FILTER(C1, E1>4))", "Formula2": "MAX(FILTER(C2:C6, E2:E6>4))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", ">", "4" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-11486671-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "TD's", "Long" ], [ "2", "Lawrence Samuels", "11", "116", "10.5", "1", "18" ], [ "3", "Terrill Shaw", "9", "112", "12.4", "4", "26" ], [ "4", "Hank Edwards", "3", "39", "13", "1", "17" ], [ "5", "Karl Williams", "3", "39", "13", "0", "17" ], [ "6", "Marvin Brown", "1", "9", "9", "0", "9" ] ] }, { "t5Formulas": [ { "Question": "what is the venue when the competition is friendly on 26 may 1999?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"friendly\")*(B1=\"26 may 1999\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(E2:E20=\"friendly\")*(B2:B20=\"26 may 1999\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"friendly\"", "*", "B1", "=", "\"26 may 1999\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17150259-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Goal", "Date", "Venue", "Result", "Competition", "Scored" ], [ "2", "3", "25 September 1993", "Bežigrad Stadium , Ljubljana", "10–0", "1995 UEFA Championship Qual.", "3" ], [ "3", "5", "6 November 1993", "KVV Coxyde, Koksijde", "3–0", "1995 UEFA Championship Qual.", "2" ], [ "4", "7", "13 March 1994", "City Ground , Nottingham", "6–0", "1995 UEFA Championship Qual.", "2" ], [ "5", "9", "17 April 1994", "Griffin Park , Brentford", "10–0", "1995 UEFA Championship Qual.", "2" ], [ "6", "10", "8 June 1995", "Tingvalla IP , Karlstad", "3–2", "1995 World Cup", "1" ], [ "7", "12", "19 November 1995", "The Valley , London", "5–0", "1997 UEFA Championship Qual.", "2" ], [ "8", "13", "23 May 1998", "Sportpark Olympia , Waalwijk", "1–2", "1999 World Cup Qual.", "1" ], [ "9", "15", "13 September 1998", "Stadionul Poiana , Câmpina", "4–1", "1999 World Cup Qual.", "2" ], [ "10", "16", "11 October 1998", "Adams Park , Wycombe", "2–1", "1999 World Cup Qual.", "1" ], [ "11", "17", "26 May 1999", "Lugo, Emilia-Romagna", "1–4", "Friendly", "1" ], [ "12", "18", "22 August 1999", "Odense Stadion , Odense", "1–0", "Friendly", "1" ], [ "13", "19", "17 October 1999", "Sportanlagen Trinermatten , Zofingen", "3–0", "2001 UEFA Championship Qual.", "1" ], [ "14", "20", "20 February 2000", "Oakwell , Barnsley", "2–0", "2001 UEFA Championship Qual.", "1" ], [ "15", "21", "30 October 2000", "Kolos Stadium , Boryspil", "2–1", "2001 UEFA Championship Qual.", "1" ], [ "16", "22", "24 November 2001", "Complexo Desportivo da Gafanha, Gafanha da Nazaré", "1–1", "2003 World Cup Qual.", "1" ], [ "17", "24", "5 March 2002", "Estádio Municipal, Lagos", "3–6", "Algarve Cup", "2" ], [ "18", "25", "7 March 2002", "Estádio Municipal, Quarteira", "4–1", "Algarve Cup", "1" ], [ "19", "25", "23 March 2002", "Zuiderpark Stadion , The Hague", "4–0", "2003 World Cup Qual.", "1" ], [ "20", "27", "16 September 2002", "Laugardalsvöllur , Reykjavík", "2–2", "2003 World Cup Qual.", "2" ] ] }, { "t5Formulas": [ { "Question": "Where is the headquarter of the conglomerate industry?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"conglomerate\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"conglomerate\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"conglomerate\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14094649-21", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Headquarters", "Primary industry", "Market value ( USD million)" ], [ "2", "1", "Microsoft", "United States", "Software industry", "271,854" ], [ "3", "2", "General Electric", "United States", "Conglomerate", "258,871" ], [ "4", "3", "Exxon Mobil", "United States", "Oil and gas", "172,213" ], [ "5", "4", "Royal Dutch Shell", "The Netherlands", "Oil and gas", "164,157" ], [ "6", "5", "Merck", "United States", "Health care", "154,753" ], [ "7", "6", "Pfizer", "United States", "Health care", "148,074" ], [ "8", "7", "Intel Corporation", "United States", "Computer hardware", "144,060" ], [ "9", "8", "The Coca-Cola Company", "United States", "Beverage", "142,164" ], [ "10", "9", "Wal-Mart", "United States", "Retail", "123,062" ], [ "11", "10", "IBM", "United States", "Software industry, Computer hardware", "121,184" ] ] }, { "t5Formulas": [ { "Question": "Which Position has a CFL Team of montreal alouettes (via edmonton)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"montreal alouettes (via edmonton)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"montreal alouettes (via edmonton)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"montreal alouettes (via edmonton)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Player has a CFL Team of montreal alouettes (via hamilton via winnipeg)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"montreal alouettes (via hamilton via winnipeg)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"montreal alouettes (via hamilton via winnipeg)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"montreal alouettes (via hamilton via winnipeg)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Position has a Player of patrick macdonald?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"patrick macdonald\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"patrick macdonald\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"patrick macdonald\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10812403-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "17", "BC Lions (via Hamilton)", "Tad Crawford", "S", "Columbia" ], [ "3", "18", "Montreal Alouettes (via Edmonton)", "Chris Van Zeyl", "DL", "McMaster" ], [ "4", "19", "Montreal Alouettes (via Hamilton via Winnipeg)", "Brian Jones", "OL", "Windsor" ], [ "5", "20", "Saskatchewan Roughriders", "Yannick Carter", "LB", "Wilfrid Laurier" ], [ "6", "21", "Calgary Stampeders (via Toronto)", "Patrick MacDonald", "DL", "Alberta" ], [ "7", "22", "Winnipeg Blue Bombers (via Calgary)", "Eugene Boakye", "LB", "McMaster" ], [ "8", "23", "Montreal Alouettes", "Donovan Alexander", "DB", "North Dakota" ], [ "9", "24", "BC Lions", "Andre Sadeghian", "RB", "McMaster" ] ] }, { "t5Formulas": [ { "Question": "Which venue has attendance larger than 26,526, and sf first leg round?", "Formula": "FILTER(D1,(F1>\"26,526\")*(A1=\"sf first leg\"))", "Formula2": "FILTER(D2:D8,(F2:F8>\"26,526\")*(A2:A8=\"sf first leg\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "F1", ">", "\"26,526\"", "*", "A1", "=", "\"sf first leg\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which result has sunderland as opponent?", "Formula": "FILTER(E1,C1=\"sunderland\")", "Formula2": "FILTER(E2:E8,C2:C8=\"sunderland\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"sunderland\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18866859-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Date", "Opponent", "Venue", "Result", "Attendance", "Goalscorers" ], [ "2", "R1", "21 August 2001", "Bury", "A", "3–1", "3,129", "Ekoku , Maddix , McLaren" ], [ "3", "R2", "12 September 2001", "Sunderland", "H", "4–2 ( a.e.t. )", "12,074", "Ekoku , Morrison (pen), Di Piedi , Bonvín" ], [ "4", "R3", "10 October 2001", "Crystal Palace", "H", "2–2 (won 3-1 on pens)", "8,796", "Westwood , Crane" ], [ "5", "R4", "28 November 2001", "Aston Villa", "A", "1–0", "26,526", "Ekoku" ], [ "6", "R5", "19 December 2001", "Watford", "H", "4–0", "20,319", "Sibon , Hamshaw , O'Donnell , Soltvedt" ], [ "7", "SF First Leg", "8 January 2002", "Blackburn Rovers", "H", "1–2", "30,883", "Ekoku" ], [ "8", "SF Second Leg", "22 January 2002", "Blackburn Rovers", "A", "2–4 (lost 3-6 on agg)", "26,844", "Ekoku (pen), Soltvedt" ] ] }, { "t5Formulas": [ { "Question": "What is the fewest gold medals for the nation with 4 silvers and more than 4 bronze?", "Formula": "MIN(FILTER(C1,(D1=4)*(E1>4)))", "Formula2": "MIN(FILTER(C2:C7,(D2:D7=4)*(E2:E7>4)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "=", "4", "*", "E1", ">", "4" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many silver medals for the nation with fewer than 1 golds and total less than 1?", "Formula": "ROWS(FILTER(D1,(C1<1)*(F1<1)))", "Formula2": "ROWS(FILTER(D2:D7,(C2:C7<1)*(F2:F7<1)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "C1", "<", "1", "*", "F1", "<", "1" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-17978030-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "China (CHN)", "2", "1", "1", "4" ], [ "3", "2", "South Korea (KOR)", "1", "1", "0", "2" ], [ "4", "3", "Japan (JPN)", "1", "0", "3", "4" ], [ "5", "4", "Indonesia (INA)", "0", "1", "0", "1" ], [ "6", "4", "Iran (IRI)", "0", "1", "0", "1" ], [ "7", "Total", "Total", "4", "4", "4", "12" ] ] }, { "t5Formulas": [ { "Question": " what's the title where original air date is january18,2009", "Formula": "FILTER(C1,F1=\"January18,2009\")", "Formula2": "FILTER(C2:C10,F2:F10=\"January18,2009\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"January18,2009\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": " what's the original air date where written by is iain morris & damon beesley", "Formula": "FILTER(F1,E1=\"Iain Morris & Damon Beesley\")", "Formula2": "FILTER(F2:F10,E2:E10=\"Iain Morris & Damon Beesley\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "E1", "=", "\"Iain Morris & Damon Beesley\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-11589522-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date" ], [ "2", "13", "1", "\" A Good Opportunity \"", "James Bobin", "James Bobin & Jemaine Clement & Bret McKenzie", "January18,2009" ], [ "3", "14", "2", "\" The New Cup \"", "James Bobin", "Duncan Sarkies", "January25,2009" ], [ "4", "15", "3", "\" The Tough Brets \"", "James Bobin", "James Bobin & Jemaine Clement & Bret McKenzie", "February1,2009" ], [ "5", "16", "4", "\" Murray Takes It to the Next Level \"", "Troy Miller", "James Bobin & Jemaine Clement & Bret McKenzie", "February8,2009" ], [ "6", "17", "5", "\" Unnatural Love \"", "Michel Gondry", "Iain Morris & Damon Beesley", "February15,2009" ], [ "7", "18", "6", "\" Love Is a Weapon of Choice \"", "James Bobin", "Paul Simms", "February22,2009" ], [ "8", "19", "7", "\" Prime Minister \"", "James Bobin", "James Bobin & Jemaine Clement & Bret McKenzie", "March1,2009" ], [ "9", "20", "8", "\" New Zealand Town \"", "Taika Waititi", "Taika Waititi", "March8,2009" ], [ "10", "21", "9", "\" Wingmen \"", "James Bobin", "James Bobin & Jemaine Clement & Bret McKenzie", "March15,2009" ] ] }, { "t5Formulas": [ { "Question": "What is Position, when School/Club Team is McMaster?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"mcmaster\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"mcmaster\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"mcmaster\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest Round, when Pick is 9 (via Hamilton)?", "Formula": "MINIFS(A1,B1,\"9 (via hamilton)\")", "Formula2": "MINIFS(A2:A8,B2:B8,\"9 (via hamilton)\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"9 (via hamilton)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is Pick, when Position is OL, and when Round is less than 6?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"ol\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,D2:D8=\"ol\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ol\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is School/Club Team, when Pick is 9 (via Hamilton)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"9 (via hamilton)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"9 (via hamilton)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"9 (via hamilton)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16912045-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "School/Club Team" ], [ "2", "1", "5", "Justin Sorensen", "OL", "South Carolina" ], [ "3", "2", "9 (via Hamilton)", "Rolly Lumbala", "RB", "Idaho" ], [ "4", "3", "18 (via Edmonton)", "Justin Shaw", "DL", "Manitoba" ], [ "5", "3", "20 (via Saskatchewan via Montreal)", "Jason Arakgi", "LB", "McMaster" ], [ "6", "3", "22", "Mike McEachern", "LB", "Western Illinois" ], [ "7", "5", "38", "Brady Browne", "DB", "Manitoba" ], [ "8", "6", "46", "Hubert Buydens", "OL", "Saskatchewan" ] ] }, { "t5Formulas": [ { "Question": "Where did the Vitória de Setúbal club place in the 2006-2007 season?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"vitória de setúbal\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"vitória de setúbal\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"vitória de setúbal\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12041078-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Head Coach", "City", "Stadium", "2006-2007 season" ], [ "2", "Académica de Coimbra", "Domingos Paciência Category:Articles with hCards", "Coimbra", "Estádio Cidade de Coimbra", "13th in the Liga" ], [ "3", "Belenenses", "Jorge Jesus Category:Articles with hCards", "Lisbon", "Estádio do Restelo", "5th in the Liga" ], [ "4", "Benfica", "Fernando Chalana Category:Articles with hCards", "Lisbon", "Estádio do Sport Lisboa e Benfica (Estádio da Luz)", "3rd in the Liga" ], [ "5", "Boavista", "Jaime Pacheco Category:Articles with hCards", "Porto", "Estádio do Bessa – Século XXI", "9th in the Liga" ], [ "6", "Sporting de Braga", "Jorge Costa Category:Articles with hCards", "Braga", "Estádio AXA ( Estádio Municipal de Braga )", "4th in the Liga" ], [ "7", "Estrela da Amadora", "Daúto Faquirá Category:Articles with hCards", "Amadora", "Estádio José Gomes", "10th in the Liga" ], [ "8", "União de Leiria", "Paulo Duarte", "Leiria", "Estádio Municipal de Leiria Dr. Magalhães Pessoa", "7th in the Liga" ], [ "9", "Leixões", "Carlos Brito", "Matosinhos", "Estádio do Mar", "1st in the Liga de Honra" ], [ "10", "Marítimo", "Sebastião Lazaroni Category:Articles with hCards", "Funchal", "Estádio dos Barreiros", "12th in the Liga" ], [ "11", "Nacional", "Predrag Jokanović Category:Articles with hCards", "Funchal", "Estádio da Madeira", "8th in the Liga" ], [ "12", "Naval 1° de Maio", "Ulisses Morais", "Figueira da Foz", "Estádio Municipal José Bento Pessoa", "11th in the Liga" ], [ "13", "Paços de Ferreira", "José Mota Category:Articles with hCards", "Paços de Ferreira", "Estádio da Mata Real", "6th in the Liga" ], [ "14", "Porto", "Jesualdo Ferreira Category:Articles with hCards", "Porto", "Estádio do Dragão", "1st in the Liga" ], [ "15", "Sporting CP", "Paulo Bento Category:Articles with hCards", "Lisbon", "Estádio José Alvalade – Século XXI", "2nd in the Liga" ], [ "16", "Vitória de Guimarães", "Manuel Cajuda Category:Articles with hCards", "Guimarães", "Estádio D. Afonso Henriques", "2nd in the Liga de Honra" ], [ "17", "Vitória de Setúbal", "Carlos Carvalhal Category:Articles with hCards", "Setúbal", "Estádio do Bonfim", "14th in the Liga" ] ] }, { "t5Formulas": [ { "Question": "What is Place, when Score is 72-72=144, when Country is United States, and when Player is Scott McCarron?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"72-72=144\")*(C1=\"united states\")*(B1=\"scott mccarron\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"72-72=144\")*(C2:C17=\"united states\")*(B2:B17=\"scott mccarron\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"72-72=144\"", "*", "C1", "=", "\"united states\"", "*", "B1", "=", "\"scott mccarron\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Country, when Score is 70-73=143?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-73=143\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"70-73=143\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"70-73=143\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Player, when Place is 2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=2),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Country, when Player is Billy Mayfair?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy mayfair\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"billy mayfair\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"billy mayfair\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is To Par, when Player is K. J. Choi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"k. j. choi\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"k. j. choi\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"k. j. choi\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Score, when Player is Billy Mayfair?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy mayfair\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"billy mayfair\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"billy mayfair\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16299790-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "67-68=135", "–5" ], [ "3", "2", "Pádraig Harrington", "Ireland", "70-68=138", "–2" ], [ "4", "T3", "K. J. Choi", "South Korea", "69-73=142", "+2" ], [ "5", "T3", "Sergio García", "Spain", "68-74=142", "+2" ], [ "6", "T3", "Davis Love III", "United States", "71-71=142", "+2" ], [ "7", "T3", "Jeff Maggert", "United States", "69-73=142", "+2" ], [ "8", "T7", "Shigeki Maruyama", "Japan", "76-67=143", "+3" ], [ "9", "T7", "Billy Mayfair", "United States", "69-74=143", "+3" ], [ "10", "T7", "Phil Mickelson", "United States", "70-73=143", "+3" ], [ "11", "T10", "Robert Allenby", "Australia", "74-70=144", "+4" ], [ "12", "T10", "Tom Byrum", "United States", "72-72=144", "+4" ], [ "13", "T10", "Niclas Fasth", "Sweden", "72-72=144", "+4" ], [ "14", "T10", "Steve Flesch", "United States", "72-72=144", "+4" ], [ "15", "T10", "Justin Leonard", "United States", "73-71=144", "+4" ], [ "16", "T10", "Scott McCarron", "United States", "72-72=144", "+4" ], [ "17", "T10", "Rocco Mediate", "United States", "72-72=144", "+4" ] ] }, { "t5Formulas": [ { "Question": "How many times was tues 24 aug 19' 19.83 117.110mph?", "Formula": "SUMIFS(A1,E1,\"19' 19.83 117.110mph\")", "Formula2": "SUMIFS(A2:A10,E2:E10,\"19' 19.83 117.110mph\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"19' 19.83 117.110mph\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "how many time is fri 27 aug 19' 38.87 115.219mph?", "Formula": "ROWS(UNIQUE(FILTER(I1, H1=\"19' 38.87 115.219mph\")))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I10, H2:H10=\"19' 38.87 115.219mph\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "H1", "=", "\"19' 38.87 115.219mph\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what is wed 25 aug when mon 23 aug is 26' 57.82 89.957mph?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"26' 57.82 89.957mph\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"26' 57.82 89.957mph\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"26' 57.82 89.957mph\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is thurs 26 aug when wed 25 aug is 19' 59.98 113.192mph?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"19' 59.98 113.192mph\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"19' 59.98 113.192mph\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"19' 59.98 113.192mph\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is mon 23 aug when fri 27 aug is 18' 59.25 119.226mph?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"18' 59.25 119.226mph\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,H2:H10=\"18' 59.25 119.226mph\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"18' 59.25 119.226mph\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26986076-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rank", "Rider", "Sat 21 Aug", "Mon 23 Aug", "Tues 24 Aug", "Wed 25 Aug", "Thurs 26 Aug", "Fri 27 Aug", "Sat 29 Aug" ], [ "2", "1", "Michael Sweeney 600cc Yamaha", "Untimed Practice", "26' 57.82 89.957mph", "19' 29.69 116.123mph", "19' 17.77 104.021mph", "19' 00.92 119.051mph", "18' 54.41 119.734mph", "—— No Time" ], [ "3", "2", "Simon Fulton 599cc Yamaha", "Untimed Practice", "23' 31.88 96.203mph", "19' 19.83 117.110mph", "19' 13.11 117.793mph", "19' 03.33 118.800mph", "18' 59.25 119.226mph", "—— No Time" ], [ "4", "3", "Wayne Kirwan 600cc Yamaha", "Untimed Practice", "22' 38.60 99.977mph", "19' 38.41 115.386mph", "19' 29.39 116.153mph", "19' 06.92 118.429mph", "19' 08.49 118.267mph", "—— No Time" ], [ "5", "4", "Dan Sayle 600cc Yamaha", "Untimed Practice", "23' 08.44 97.828mph", "20' 03.70 112.842mph", "—— No Time", "19' 09.10 119.204mph", "19' 24.69 116.622mph", "21' 40.20 104.467mph" ], [ "6", "5", "David Lumsden 600cc Yamaha", "Untimed Practice", "24' 38.98 91.839mph", "20' 28.61 110.554mph", "20' 09.25 112.324mph", "19' 19.68 117.125mph", "19' 15.66 117.553mph", "—— No Time" ], [ "7", "6", "Andrew Brady 599cc Honda", "Untimed Practice", "—— No Time", "20' 31.13 110.328mph", "20' 38.38 109.682mph", "19' 21.45 116.947mph", "19' 36.65 115.436mph", "—— No Time" ], [ "8", "7", "Jules Croft 600c Honda", "Untimed Practice", "25' 45.94 87.961mph", "20' 03.37 112.873mph", "20' 10.73 112.187mph", "19' 52.18 113.932mph", "19' 28.57 116.234mph", "—— No Time" ], [ "9", "8", "Philip McGurk 600cc Honda", "Untimed Practice", "23' 43.94 95.389mph", "19' 48.52 115.386mph", "19' 50.42 115.386mph", "19' 36.97 115.405mph", "19' 38.87 115.219mph", "—— No Time" ], [ "10", "9", "Andy Fenton 600cc Yamaha", "Untimed Practice", "21' 58.61 103.009mph", "19' 57.44 113.432mph", "19' 59.98 113.192mph", "19' 50.53 114.090mph", "19' 41.91 114.992mph", "—— No Time" ] ] }, { "t5Formulas": [ { "Question": "Which Doubles have a Total larger than 176, and a Date smaller than 1907, and Doubles, I Class smaller than 21?", "Formula": "SUM(FILTER(E1, (G1>176)*(A1<1907)*(B1<21)))", "Formula2": "SUM(FILTER(E2:E6, (G2:G6>176)*(A2:A6<1907)*(B2:B6<21)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "G1", ">", "176", "*", "A1", "<", "1907", "*", "B1", "<", "21" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which Total has a Date of 1602, and Greater Doubles smaller than 16?", "Formula": "SUM(FILTER(G1, (A1=1602)*(D1<16)))", "Formula2": "SUM(FILTER(G2:G6, (A2:A6=1602)*(D2:D6<16)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "A1", "=", "1602", "*", "D1", "<", "16" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How much Total has Semidoubles smaller than 78, and Doubles, II Class smaller than 17?", "Formula": "SUM(FILTER(G1, (F1<78)*(C1<17)))", "Formula2": "SUM(FILTER(G2:G6, (F2:F6<78)*(C2:C6<17)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "F1", "<", "78", "*", "C1", "<", "17" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which Greater Doubles have Doubles, II Class smaller than 17?", "Formula": "SUM(FILTER(D1, C1<17))", "Formula2": "SUM(FILTER(D2:D6, C2:C6<17))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "<", "17" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How much Total has Doubles of 45, and Doubles, II Class larger than 18?", "Formula": "SUM(FILTER(G1, (E1=45)*(C1>18)))", "Formula2": "SUM(FILTER(G2:G6, (E2:E6=45)*(C2:C6>18)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "=", "45", "*", "C1", ">", "18" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18799425-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Doubles, I Class", "Doubles, II Class", "Greater Doubles", "Doubles", "Semidoubles", "Total" ], [ "2", "1568", "19", "17", "0", "53", "60", "149" ], [ "3", "1602", "19", "18", "16", "43", "68", "164" ], [ "4", "1631", "19", "18", "16", "45", "78", "176" ], [ "5", "1882", "21", "18", "24", "128", "74", "275" ], [ "6", "1907", "23", "27", "25", "133", "72", "280" ] ] }, { "t5Formulas": [ { "Question": "What is the name of call sign that uses a Frequency MHz of 91.1 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"91.1 fm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"91.1 fm\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"91.1 fm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How much is the total ERP W for an 107.9 fm freqeuncy MHz?", "Formula": "SUMIFS(D1,B1,\"107.9 fm\")", "Formula2": "SUMIFS(D2:D8,B2:B8,\"107.9 fm\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"107.9 fm\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Can you tell me what is FCC info for harmony township, new jersey?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"harmony township, new jersey\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"harmony township, new jersey\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"harmony township, new jersey\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the smallest ERP for allentown, pennsylvania?", "Formula": "MINIFS(D1,C1,\"allentown, pennsylvania\")", "Formula2": "MINIFS(D2:D8,C2:C8,\"allentown, pennsylvania\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "C1", "\"allentown, pennsylvania\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12472016-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "K216FW", "91.1 FM", "Steamboat Springs, Colorado", "10", "D", "FCC" ], [ "3", "W224AU", "92.7 FM", "Allentown, Pennsylvania", "8", "D", "FCC" ], [ "4", "W226AA", "93.1 FM", "Easton, Pennsylvania", "150", "D", "FCC" ], [ "5", "W245AC", "96.9 FM", "Harmony Township, New Jersey", "10", "D", "FCC" ], [ "6", "W300AC", "107.9 FM", "Chatsworth, New Jersey", "35", "D", "FCC" ], [ "7", "W230AA", "93.9 FM", "Atlantic City, New Jersey", "27", "D", "FCC" ], [ "8", "W284BW", "104.7 FM", "Franklin Township, Somerset County, New Jersey", "13", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "Which Against has a Drawn smaller than 5, and a Lost smaller than 6, and a Points larger than 36?", "Formula": "ROWS(FILTER(G1,(E1<5)*(F1<6)*(C1>36)))", "Formula2": "ROWS(FILTER(G2:G13,(E2:E13<5)*(F2:F13<6)*(C2:C13>36)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "G1", "E1", "<", "5", "*", "F1", "<", "6", "*", "C1", ">", "36" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Which Played has a Lost larger than 9, and a Points smaller than 15, and a Position smaller than 12, and a Drawn smaller than 2?", "Formula": "AVERAGE(FILTER(D1,(F1>9)*(C1<15)*(A1<12)*(E1<2)))", "Formula2": "AVERAGE(FILTER(D2:D13,(F2:F13>9)*(C2:C13<15)*(A2:A13<12)*(E2:E13<2)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "F1", ">", "9", "*", "C1", "<", "15", "*", "A1", "<", "12", "*", "E1", "<", "2" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-15317277-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "São Paulo", "36", "22", "4", "2", "23", "47" ], [ "3", "2", "Palmeiras", "28", "22", "4", "6", "31", "9" ], [ "4", "3", "Portuguesa", "27", "22", "5", "6", "42", "15" ], [ "5", "4", "Santos", "26", "22", "4", "7", "40", "11" ], [ "6", "5", "Ypiranga-SP", "24", "22", "2", "9", "42", "8" ], [ "7", "6", "Corinthians", "24", "22", "8", "6", "37", "12" ], [ "8", "7", "Portuguesa Santista", "23", "22", "5", "8", "32", "6" ], [ "9", "8", "XV de Piracicaba", "22", "22", "4", "9", "44", "1" ], [ "10", "9", "Jabaquara", "17", "22", "3", "12", "53", "- 9" ], [ "11", "10", "Juventus", "15", "22", "5", "12", "51", "- 23" ], [ "12", "11", "Nacional-SP", "12", "22", "2", "15", "70", "- 43" ], [ "13", "12", "Comercial-SP", "10", "22", "4", "15", "63", "- 34" ] ] }, { "t5Formulas": [ { "Question": "What was the rank of the player in lane 6?", "Formula": "SUM(FILTER(A1, B1=6))", "Formula2": "SUM(FILTER(A2:A9, B2:B9=6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-12446425-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Tom Malchow", "United States", "1:56.02" ], [ "3", "2", "3", "Anatoly Polyakov", "Russia", "1:56.78" ], [ "4", "3", "5", "Michael Phelps", "United States", "1:57.00" ], [ "5", "4", "6", "Franck Esposito", "France", "1:57.04" ], [ "6", "5", "2", "Denis Pankratov", "Russia", "1:57.24" ], [ "7", "6", "8", "Andrew Livingston", "Puerto Rico", "1:58.63" ], [ "8", "7", "1", "Stefan Aartsen", "Netherlands", "1:58.66" ], [ "9", "8", "7", "Thomas Rupprath", "Germany", "1:58.96" ] ] }, { "t5Formulas": [ { "Question": "Who is the producer for the director Richard Clark?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"richard clark\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"richard clark\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"richard clark\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest block for director Graeme Harper?", "Formula": "MINIFS(A1,B1,\"graeme harper\")", "Formula2": "MINIFS(A2:A9,B2:B9,\"graeme harper\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"graeme harper\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16795109-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Block", "Director", "Writers", "Producer", "Code" ], [ "2", "1", "Euros Lyn", "Russell T Davies", "Phil Collinson", "3X" ], [ "3", "2", "Charles Palmer", "Russell T Davies Gareth Roberts", "Phil Collinson", "3.1 3.2" ], [ "4", "3", "Richard Clark", "Russell T Davies Stephen Greenhorn", "Phil Collinson", "3.3 3.6" ], [ "5", "4", "James Strong", "Helen Raynor", "Phil Collinson", "3.4 3.5" ], [ "6", "5", "Hettie MacDonald", "Steven Moffat", "Phil Collinson", "3.10" ], [ "7", "6", "Charles Palmer", "Paul Cornell", "Susie Liggat", "3.8 3.9" ], [ "8", "7", "Graeme Harper", "Chris Chibnall Russell T Davies", "Phil Collinson", "3.7 3.11" ], [ "9", "8", "Colin Teague", "Russell T Davies", "Phil Collinson", "3.12 3.13" ] ] }, { "t5Formulas": [ { "Question": "Who is the artist where the vocal percussionist is Benjamin Holder?", "Formula": "FILTER(C1,E1=\"Benjamin Holder\")", "Formula2": "FILTER(C2:C9,E2:E9=\"Benjamin Holder\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"Benjamin Holder\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who is the vocal percussionist for Sex Bomb?", "Formula": "FILTER(E1,B1=\"Sex Bomb\")", "Formula2": "FILTER(E2:E9,B2:B9=\"Sex Bomb\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"Sex Bomb\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who is the original artist of \"Use Somebody\"?", "Formula": "FILTER(C1,B1=\"Use Somebody\")", "Formula2": "FILTER(C2:C9,B2:B9=\"Use Somebody\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Use Somebody\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who is the arranger for \"I KIssed a Girl\"?", "Formula": "FILTER(F1,B1=\"I Kissed a Girl\")", "Formula2": "FILTER(F2:F9,B2:B9=\"I Kissed a Girl\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"I Kissed a Girl\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who is the percussionist for The Coral?", "Formula": "FILTER(E1,C1=\"The Coral\")", "Formula2": "FILTER(E2:E9,C2:C9=\"The Coral\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"The Coral\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-28715942-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Track no.", "Track", "Original Artist", "Soloist(s)", "Vocal Percussionist", "Arranger(s)" ], [ "2", "1", "Rehab", "Amy Winehouse", "Danny Swift", "Harry Fox", "Edmund Thomson Jones" ], [ "3", "2", "Dreaming of You", "The Coral", "Tim Jones", "David Brennan", "unknown" ], [ "4", "3", "I Kissed a Girl", "Katy Perry", "Matthew Lynch, Dominic Fladrich, Alexei Kalveks", "Dominic Fladrich", "Edmund Thomson Jones" ], [ "5", "4", "Throw Your Arms", "Hunters & Collectors", "Alexei Kalveks", "Benjamin Lindley", "unknown" ], [ "6", "5", "Señorita", "Justin Timberlake", "Grant Swanson", "George Eddy", "Edmund Thomson Jones" ], [ "7", "6", "Don't You Want Me Acceptable in the 80s", "The Human League Calvin Harris", "Tim Jones Harry Fox, Danny Swift", "unknown", "Benjamin Wingfield, Laurie Cottam" ], [ "8", "7", "Sex Bomb", "Tom Jones", "David Brennan", "Benjamin Holder", "unknown" ], [ "9", "8", "Use Somebody", "Kings of Leon", "Dominic Fladrich", "Harry Fox", "Edmund Thomson Jones" ] ] }, { "t5Formulas": [ { "Question": "What was the series score on april 17 with minnesota at home?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"minnesota\")*(A1=\"april 17\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"minnesota\")*(A2:A7=\"april 17\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"minnesota\"", "*", "A1", "=", "\"april 17\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many attended the game on april 14?", "Formula": "SUMIFS(F1,A1,\"april 14\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"april 14\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"april 14\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was at home on april 14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"april 14\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"april 14\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"april 14\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11786147-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Series" ], [ "2", "April 9", "Colorado", "3 – 2", "Minnesota", "Theodore", "19,352", "1–0" ], [ "3", "April 11", "Colorado", "2 – 3", "Minnesota", "Theodore", "19,360", "1–1" ], [ "4", "April 14", "Minnesota", "3 – 2", "Colorado", "Theodore", "18,007", "1–2" ], [ "5", "April 15", "Minnesota", "1 – 5", "Colorado", "Theodore", "18,007", "2–2" ], [ "6", "April 17", "Colorado", "3 – 2", "Minnesota", "Theodore", "19,364", "3–2" ], [ "7", "April 19", "Minnesota", "1 – 2", "Colorado", "Theodore", "18,007", "4–2" ] ] }, { "t5Formulas": [ { "Question": "In Silver Bow County, Montana, when the capicity is more than 45 tons, what's the highest rank found?", "Formula": "MAX(FILTER(A1, (C1=\"silver bow county, montana\")*(F1>45)))", "Formula2": "MAX(FILTER(A2:A15, (C2:C15=\"silver bow county, montana\")*(F2:F15>45)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "\"silver bow county, montana\"", "*", "F1", ">", "45" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "In Pinal County, Arizona, when there's a capacity of over 5 metric tons, and the rank is under 14, what's the mine called?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"pinal county, arizona\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)>5)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,C2:C15=\"pinal county, arizona\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)>5)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"pinal county, arizona\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "14", "*", "CHOOSECOLS(", "query1", "3", ">", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-16846977-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Mine", "County and State", "Operator", "Source of copper", "Capacity (thousands of metric tons)" ], [ "2", "1", "Morenci", "Greenlee County, Arizona", "Freeport-McMoRan", "Copper ore, leached", "390" ], [ "3", "2", "Bingham Canyon", "Salt Lake County, Utah", "Kennecott Utah Copper", "Copper-molybdenum ore, concentrated", "300" ], [ "4", "3", "Ray", "Pinal County, Arizona", "ASARCO", "Copper ore, concentrated and leached", "170" ], [ "5", "4", "Bagdad", "Yavapai County, Arizona", "Freeport-McMoRan", "Copper-molybdenum ore, concentrated and leached", "100" ], [ "6", "5", "El Chino", "Grant County, New Mexico", "Freeport-McMoRan", "Copper-molybdenum ore, concentrated and leached", "125" ], [ "7", "6", "Sierrita", "Pima County, Arizona", "Freeport-McMoRan", "Copper-molybdenum ore, concentrated and leached", "100" ], [ "8", "7", "Tyrone", "Grant County, New Mexico", "Freeport-McMoRan", "Copper ore, leached", "80" ], [ "9", "8", "Continental Pit", "Silver Bow County, Montana", "Montana Resources LLP", "Copper-molybdenum ore, concentrated", "45" ], [ "10", "9", "Mission Complex", "Pima County, Arizona", "ASARCO", "Copper ore, concentrated", "70" ], [ "11", "10", "Silver Bell", "Pima County, Arizona", "ASARCO", "Copper ore, leached", "22" ], [ "12", "11", "Robinson", "White Pine County, Nevada", "Quadra FNX Mining", "Copper-molybdenum ore, concentrated", "60" ], [ "13", "12", "Miami", "Gila County, Arizona", "Freeport-McMoRan", "Copper ore, leached", "50" ], [ "14", "13", "Pinto Valley", "Gila County, Arizona", "BHP Copper", "Copper ore, leached", "5" ], [ "15", "14", "Miami", "Gila County, Arizona", "BHP Copper", "Copper ore, leached", "5" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of score for staples center 13,266", "Formula": "ROWS(FILTER(D1,H1=\"Staples Center 13,266\"))", "Formula2": "ROWS(FILTER(D2:D14,H2:H14=\"Staples Center 13,266\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "H1", "=", "\"Staples Center 13,266\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the high points for the date of november 24", "Formula": "FILTER(E1,B1=\"November 24\")", "Formula2": "FILTER(E2:E14,B2:B14=\"November 24\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"November 24\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Name the high assists for l 98–103 (ot)", "Formula": "FILTER(G1,D1=\"L 98–103 (OT)\")", "Formula2": "FILTER(G2:G14,D2:D14=\"L 98–103 (OT)\")", "Level": "easy", "Tokens": [ "FILTER(", "G1", "D1", "=", "\"L 98–103 (OT)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-17323529-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "3", "November 1", "@ Utah", "L 79–101 (OT)", "Cuttino Mobley (20)", "Chris Kaman (12)", "Mike Taylor (4)", "EnergySolutions Arena 19,602", "0–3" ], [ "3", "4", "November 3", "Utah", "L 73–89 (OT)", "Chris Kaman (19)", "Chris Kaman (10)", "Baron Davis (9)", "Staples Center 12,712", "0–4" ], [ "4", "5", "November 5", "@ L.A. Lakers", "L 88–106 (OT)", "Al Thornton (22)", "Tim Thomas , Chris Kaman (11)", "Baron Davis (7)", "Staples Center 18,997", "0–5" ], [ "5", "6", "November 7", "Houston", "L 83–92 (OT)", "Baron Davis , Chris Kaman (23)", "Marcus Camby (13)", "Baron Davis (8)", "Staples Center 14,670", "0–6" ], [ "6", "7", "November 9", "Dallas", "W 103–92 (OT)", "Baron Davis (22)", "Marcus Camby (14)", "Baron Davis (10)", "Staples Center 14,249", "1–6" ], [ "7", "8", "November 12", "Sacramento", "L 98–103 (OT)", "Al Thornton (20)", "Chris Kaman (6)", "Baron Davis (11)", "Staples Center 13,266", "1–7" ], [ "8", "9", "November 15", "Golden State", "L 103–121 (OT)", "Baron Davis (25)", "Chris Kaman (13)", "Baron Davis (11)", "Staples Center 12,823", "1–8" ], [ "9", "10", "November 17", "San Antonio", "L 83–86 (OT)", "Cuttino Mobley (18)", "Chris Kaman (13)", "Baron Davis (8)", "Staples Center 14,962", "1–9" ], [ "10", "11", "November 19", "@ Oklahoma City", "W 108–88 (OT)", "Chris Kaman (25)", "Chris Kaman (14)", "Baron Davis (8)", "Ford Center 18,312", "2–9" ], [ "11", "12", "November 21", "@ Philadelphia", "L 88–89 (OT)", "Al Thornton (22)", "Al Thornton , Chris Kaman , Marcus Camby (9)", "Baron Davis (6)", "Wachovia Center 13,474", "2–10" ], [ "12", "13", "November 22", "@ New Jersey", "L 95–112 (OT)", "Baron Davis (30)", "Marcus Camby (13)", "Baron Davis (10)", "Izod Center 17,677", "2–11" ], [ "13", "14", "November 24", "New Orleans", "L 87–99 (OT)", "Eric Gordon (25)", "Marcus Camby (11)", "Baron Davis (8)", "Staples Center 14,956", "2–12" ], [ "14", "15", "November 26", "Denver", "L 105–106 (OT)", "Eric Gordon (24)", "Marcus Camby (11)", "Baron Davis (10)", "Staples Center 14,934", "2–13" ] ] }, { "t5Formulas": [ { "Question": "Which class has an identifier of CBUA-FM?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"cbua-fm\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"cbua-fm\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"cbua-fm\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the city of license for the frequency 90.1 FM?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"90.1 fm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"90.1 fm\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"90.1 fm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the power when the city of license is Beaver Creek?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"beaver creek\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"beaver creek\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"beaver creek\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the city of license when the class is LP and the identifier is CBDK?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"lp\")*(B1=\"cbdk\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"lp\")*(B2:B13=\"cbdk\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"lp\"", "*", "B1", "=", "\"cbdk\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the class when the frequency is 560 AM?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"560 am\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"560 am\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"560 am\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12963840-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "City of license", "Identifier", "Frequency", "Power", "Class", "RECNet" ], [ "2", "Beaver Creek", "CBDM", "690 AM", "40 s watt", "LP", "Query" ], [ "3", "Carmacks", "CBQF", "990 AM", "40 watts", "LP", "Query" ], [ "4", "Dawson City", "CBDN*", "560 AM", "400 watts", "C", "Query" ], [ "5", "Destruction Bay / Burwash Landing", "CBDL-FM", "105.1 FM", "96 watts", "A", "Query" ], [ "6", "Faro", "CBQK-FM", "105.1 FM", "87 watts", "A1", "Query" ], [ "7", "Haines Junction", "CBDF-FM", "103.5 FM", "90 watts", "A1", "Query" ], [ "8", "Mayo", "CBDC", "1230 AM 104.9 FM", "40 watts", "LP", "Query" ], [ "9", "Ross River", "CBQJ", "990 AM", "40 watts", "LP", "Query" ], [ "10", "Teslin", "CBDK", "940 AM", "40 watts", "LP", "Query" ], [ "11", "Watson Lake", "CBDB", "990 AM", "40 watts", "LP", "Query" ], [ "12", "Atlin , British Columbia", "CBUA-FM", "90.1 FM", "14 watts", "LP", "Query" ], [ "13", "Whitehorse , Yukon", "CFWH-FM-1", "95.3 FM", "50 watts", "LP", "Query" ] ] }, { "t5Formulas": [ { "Question": "From which region is the album with release date of 19 June 2007?", "Formula": "FILTER(A1,B1=\"19 june 2007\")", "Formula2": "FILTER(A2:A19,B2:B19=\"19 june 2007\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"19 june 2007\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which label released the catalog Magik Muzik CD 07 on 28 March 2007?", "Formula": "FILTER(C1,(B1=\"28 march 2007\")*(E1=\"magik muzik cd 07\"))", "Formula2": "FILTER(C2:C19,(B2:B19=\"28 march 2007\")*(E2:E19=\"magik muzik cd 07\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"28 march 2007\"", "*", "E1", "=", "\"magik muzik cd 07\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "For the catalog title DP068-07, what formats are available?", "Formula": "FILTER(D1,E1=\"dp068-07\")", "Formula2": "FILTER(D2:D19,E2:E19=\"dp068-07\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"dp068-07\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15460519-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "Netherlands", "6 April 2007", "Magik Muzik", "CD , Album", "Magik Muzik CD 07" ], [ "3", "Netherlands", "6 April 2007", "Magik Muzik", "CD , Album", "Magik Muzik CD 07S" ], [ "4", "Netherlands", "6 April 2007", "Magik Muzik", "CD , Limited Edition , Bonus Disc", "Magik Muzik CD 07/2" ], [ "5", "Netherlands", "19 June 2007", "Magik Muzik", "4 x vinyl , LP , Limited Edition , Album", "Magik Muzik LP 07" ], [ "6", "Netherlands", "2007", "Magik Muzik", "CD , Limited Edition Album", "CD 07RBK" ], [ "7", "Japan", "28 March 2007", "Magik Muzik", "CD , Album", "Magik Muzik CD 07" ], [ "8", "Japan", "28 March 2007", "Superb Trax", "2 x CD", "AVCD-23213-4" ], [ "9", "Japan", "28 March 2007", "Avex Taiwan Inc.", "CD , Album , DVD , NTSC , Bonus Disc", "AVICD60439DB" ], [ "10", "Russia", "2007", "Dance Planet Ltd.", "CD , Album", "DP068-07" ], [ "11", "Germany", "6 April 2007", "Kontor Records", "CD , Album", "0180732KON" ], [ "12", "United Kingdom", "16 April 2007", "Nebula Records", "CD , Album", "NEBCD9015" ], [ "13", "United Kingdom", "May 2007", "Nebula Records", "2 x vinyl , 12\" , Sampler", "NEBT9015" ], [ "14", "United Kingdom", "May 2007", "Nebula Records", "2 x vinyl , 12\" , Sampler", "NEBTX9015" ], [ "15", "Norway", "2007", "DJ Beat Records Scandinavia", "CD , Album", "DJB077CD" ], [ "16", "Lithuania", "15 May 2007", "Bomba Records (Lithuania)", "CD , Album", "BBCD225" ], [ "17", "United States", "April 10, 2007", "Ultra Records", "CD , Album", "UL 1515-2" ], [ "18", "Romania", "10 April 2007", "NRG!A", "CD , Album", "4088-2" ], [ "19", "Romania", "10 April 2007", "Roton", "CD , Album", "4088-2" ] ] }, { "t5Formulas": [ { "Question": "What is the smallest shot % with ends won larger than 29 and ends lost smaller than 26?", "Formula": "MIN(FILTER(G1, (C1>29)*(D1<26)))", "Formula2": "MIN(FILTER(G2:G9, (C2:C9>29)*(D2:D9<26)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "C1", ">", "29", "*", "D1", "<", "26" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many ends lost when skip is Kevin Koe and stolen ends are more than 6?", "Formula": "SUM(FILTER(D1, (B1=\"kevin koe\")*(F1>6)))", "Formula2": "SUM(FILTER(D2:D9, (B2:B9=\"kevin koe\")*(F2:F9>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"kevin koe\"", "*", "F1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "How many ends lost when shot % is 88 and ends won are 31?", "Formula": "SUM(FILTER(D1, (G1=88)*(C1=31)))", "Formula2": "SUM(FILTER(D2:D9, (G2:G9=88)*(C2:C9=31)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "88", "*", "C1", "=", "31" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "How many ends lost for Alberta when stolen ends are greater than 7?", "Formula": "SUM(FILTER(D1, (A1=\"alberta\")*(F1>7)))", "Formula2": "SUM(FILTER(D2:D9, (A2:A9=\"alberta\")*(F2:F9>7)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "\"alberta\"", "*", "F1", ">", "7" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-17012578-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Province", "Skip", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends", "Shot Pct." ], [ "2", "Alberta", "Kevin Martin", "32", "27", "5", "7", "87" ], [ "3", "Ontario", "Glenn Howard", "33", "26", "5", "7", "88" ], [ "4", "Manitoba", "Jeff Stoughton", "29", "26", "8", "6", "86" ], [ "5", "Alberta", "Kevin Koe", "31", "26", "2", "6", "88" ], [ "6", "Alberta", "Randy Ferbey", "26", "30", "4", "3", "86" ], [ "7", "Ontario", "Wayne Middaugh", "30", "32", "2", "8", "85" ], [ "8", "Saskatchewan", "Pat Simmons", "28", "29", "1", "6", "84" ], [ "9", "Manitoba", "Jason Gunnlaugson", "19", "32", "6", "3", "82" ] ] }, { "t5Formulas": [ { "Question": "What is the Catalog with a Region that is europe?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"europe\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"europe\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"europe\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15845800-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "Japan", "20 June 2001", "Arista", "CD", "BVCA-21087" ], [ "3", "Europe", "25 June 2001", "Arista", "CD", "74321 86632 2" ], [ "4", "United Kingdom", "25 June 2001", "Arista", "CD", "74321 86346 2" ], [ "5", "United Kingdom", "2 June 2003", "Arista", "Remastered CD", "82876 54377 2" ], [ "6", "Europe", "2 August 2004", "Arista", "Remastered CD", "82876 54377 2" ] ] }, { "t5Formulas": [ { "Question": "Total number of apartment bookings", "Formula": "ROWS(UNIQUE(G1))", "Formula2": "ROWS(UNIQUE(G2:G16))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "G1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "How many apartment bookings?", "Formula": "ROWS(UNIQUE(G1))", "Formula2": "ROWS(UNIQUE(G2:G16))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "G1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "Start dates, end dates and bookings for apartments.", "Formula": "UNIQUE(HSTACK(E1,F1,G1,B1))", "Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16,B2:B16))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "E1", "F1", "G1", "B1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Cell" ] }, { "Question": "Apartment bookings with their corresponding starting and ending dates.", "Formula": "UNIQUE(HSTACK(E1,F1,G1))", "Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "E1", "F1", "G1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ] }, { "Question": "How many apartment bookings under each status?", "Formula": "SUMMARIZE(D1,DCOUNTX(G1))", "Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "DCOUNTX(", "G1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "How many apartment bookings for each booking status?", "Formula": "SUMMARIZE(D1,DCOUNTX(G1))", "Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "DCOUNTX(", "G1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "How many apartment bookings realized?", "Formula": "ROWS(UNIQUE(G1))", "Formula2": "ROWS(UNIQUE(G2:G16))", "Level": "easy", "Tokens": [ "ROWS(", "UNIQUE(", "G1" ], "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ] }, { "Question": "The apartment bookings and the corresponding starting and ending dates.", "Formula": "UNIQUE(HSTACK(E1,F1,G1))", "Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "E1", "F1", "G1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ] }, { "Question": "How many apartment bookings under each booking status?", "Formula": "SUMMARIZE(D1,DCOUNTX(G1))", "Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "DCOUNTX(", "G1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] } ], "TableName": "rentals_apartment_bookings", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "apartment booking id", "apartment id", "guest id", "booking status code", "booking start date", "booking end date", "apartment bookings" ], [ "2", "258", "10", "2", "Provisional", "2016-09-26 17:13:49", "2017-10-07 11:38:48", "" ], [ "3", "279", "15", "15", "Provisional", "2016-04-01 06:28:08", "2017-10-25 11:08:42", "" ], [ "4", "337", "8", "5", "Provisional", "2017-03-13 16:20:14", "2018-02-19 16:59:08", "" ], [ "5", "343", "4", "13", "Confirmed", "2016-08-04 10:33:00", "2017-09-29 12:43:50", "" ], [ "6", "365", "9", "12", "Confirmed", "2017-02-11 14:34:14", "2017-10-07 20:47:19", "" ], [ "7", "401", "7", "14", "Provisional", "2016-05-24 20:09:38", "2017-10-03 01:56:21", "" ], [ "8", "497", "10", "8", "Confirmed", "2016-07-25 02:57:04", "2017-09-28 11:08:15", "" ], [ "9", "526", "8", "7", "Confirmed", "2016-11-26 05:04:31", "2018-02-25 15:15:37", "" ], [ "10", "575", "6", "3", "Provisional", "2017-05-13 18:17:20", "2017-10-06 11:15:58", "" ], [ "11", "577", "12", "2", "Provisional", "2017-03-04 02:23:49", "2018-02-06 16:57:05", "" ], [ "12", "623", "4", "5", "Provisional", "2016-06-07 05:05:18", "2017-11-13 13:59:45", "" ], [ "13", "807", "11", "2", "Provisional", "2016-04-17 12:53:59", "2018-03-20 17:32:58", "" ], [ "14", "889", "10", "4", "Confirmed", "2016-09-28 05:00:50", "2017-09-30 18:41:04", "" ], [ "15", "920", "2", "2", "Confirmed", "2017-04-07 04:53:27", "2017-11-29 12:59:42", "" ], [ "16", "924", "8", "3", "Confirmed", "2017-07-03 14:15:56", "2017-11-12 01:05:09", "" ] ] }, { "t5Formulas": [ { "Question": "How many field goals did Walter Rheinschild have? ", "Formula": "SUMIFS(D1,A1,\"Walter Rheinschild\")", "Formula2": "SUMIFS(D2:D8,A2:A8,\"Walter Rheinschild\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Walter Rheinschild\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Jack Loell had how many extra points? ", "Formula": "SUMIFS(C1,A1,\"Jack Loell\")", "Formula2": "SUMIFS(C2:C8,A2:A8,\"Jack Loell\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Jack Loell\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25724294-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Touchdowns", "Extra points", "Field goals", "Points" ], [ "2", "Paul Magoffin", "7", "0", "0", "35" ], [ "3", "Walter Rheinschild", "5", "0", "0", "25" ], [ "4", "\"Octy\" Graham", "0", "7", "4", "24" ], [ "5", "Jack Loell", "3", "0", "0", "15" ], [ "6", "Prentiss Douglass", "1", "0", "0", "5" ], [ "7", "Dave Allerdice", "0", "3", "0", "3" ], [ "8", "Harry S. Hammond", "0", "1", "0", "1" ] ] }, { "t5Formulas": [ { "Question": "When موسم زيتون is the arabic title when is the year (ceremony)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"موسم زيتون\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"موسم زيتون\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"موسم زيتون\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When ملح هذا البحر is the arabic title what is the english title?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ملح هذا البحر\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"ملح هذا البحر\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ملح هذا البحر\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When nominee is the result who is the director?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Nominee\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"Nominee\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Nominee\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When hany abu-assad category:articles with hcards is the director what is the result?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Hany Abu-Assad Category:Articles with hCards\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Hany Abu-Assad Category:Articles with hCards\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Hany Abu-Assad Category:Articles with hCards\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When 2012 (85th) is the year (ceremony) how many results?", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"2012 (85th)\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E6, A2:A6=\"2012 (85th)\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "\"2012 (85th)\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "When salt of this sea is the english title who is the director?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Salt of this Sea\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"Salt of this Sea\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Salt of this Sea\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26555737-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year (Ceremony)", "English title", "Arabic title", "Director", "Result" ], [ "2", "2003 (76th)", "Divine Intervention", "يد إلهية", "Elia Suleiman Category:Articles with hCards", "Not Nominated" ], [ "3", "2004 (77th)", "The Olive Harvest", "موسم زيتون", "Hanna Elias Category:Articles with hCards", "Not Nominated" ], [ "4", "2005 (78th)", "Paradise Now", "الجنّة الآن", "Hany Abu-Assad Category:Articles with hCards", "Nominee" ], [ "5", "2008 (81st)", "Salt of this Sea", "ملح هذا البحر", "Annemarie Jacir Category:Articles with hCards", "Not Nominated" ], [ "6", "2012 (85th)", "When I Saw You", "لما شفتك", "Annemarie Jacir Category:Articles with hCards", "Not Nominated" ] ] }, { "t5Formulas": [ { "Question": "what is the total number of reasons for change where the date the successor was seated is june 8, 1876?", "Formula": "ROWS(UNIQUE(FILTER(C1, E1=\"June 8, 1876\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C15, E2:E15=\"June 8, 1876\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "E1", "=", "\"June 8, 1876\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what is the reason for change where the date the successor was seated was july 28, 1876?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"July 28, 1876\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"July 28, 1876\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"July 28, 1876\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the district where the vacator is vacant?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Vacant\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"Vacant\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Vacant\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-2192067-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Vacator", "Reason for change", "Successor", "Date successor seated" ], [ "2", "Georgia 9th", "Vacant", "Rep-elect Garnett McMillan died before taking seat", "Benjamin H. Hill (D)", "May 5, 1875" ], [ "3", "Massachusetts 1st", "James Buffington (R)", "Died March 7, 1875", "William W. Crapo (R)", "November 2, 1875" ], [ "4", "Oregon At-large", "George A. La Dow (D)", "Died May 1, 1875", "Lafayette Lane (D)", "October 25, 1875" ], [ "5", "Tennessee 4th", "Samuel M. Fite (D)", "Died October 23, 1875", "Haywood Y. Riddle (D)", "December 14, 1875" ], [ "6", "Connecticut 3rd", "Henry H. Starkweather (R)", "Died January 28, 1876", "John T. Wait (R)", "April 12, 1876" ], [ "7", "Florida 2nd", "Josiah T. Walls (R)", "Lost contested election April 19, 1876", "Jesse J. Finley (D)", "April 19, 1876" ], [ "8", "Illinois 3rd", "Charles B. Farwell (R)", "Lost contested election May 6, 1876", "John V. Le Moyne (D)", "May 6, 1876" ], [ "9", "Louisiana 5th", "Frank Morey (R)", "Lost contested election June 8, 1876", "William B. Spencer (D)", "June 8, 1876" ], [ "10", "Idaho Territory At-large", "Thomas W. Bennett) (I)", "Lost contested election June 23, 1876", "Stephen S. Fenn (D)", "June 23, 1876" ], [ "11", "Kentucky 5th", "Edward Y. Parsons (D)", "Died July 18, 1876", "Henry Watterson (D)", "August 12, 1876" ], [ "12", "South Carolina 2nd", "Edmund W. M. Mackey (IR)", "Seat declared vacant July 19, 1876", "Charles W. Buttz (R)", "November 7, 1876" ], [ "13", "Massachusetts 4th", "Rufus S. Frost (R)", "Lost contested election July 28, 1876", "Josiah G. Abbott (D)", "July 28, 1876" ], [ "14", "Colorado Territory At-large", "Thomas M. Patterson (D)", "Colorado admitted to the Union August 1, 1876", "Statehood achieved", "Statehood achieved" ], [ "15", "Indiana 3rd", "Michael C. Kerr (D)", "Died August 19, 1876", "Nathan T. Carr (D)", "December 15, 1876" ] ] }, { "t5Formulas": [ { "Question": "What is the complete description of the researcher role.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"researcher\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C3,A2:A3=\"researcher\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "A1", "=", "\"researcher\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the complete description of the job of a researcher?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"researcher\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C3,A2:A3=\"researcher\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "C1", "A1", "=", "\"researcher\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "tracking_grants_for_research_staff_roles", "Table": [ [ "0", "A", "B", "C" ], [ "1", "role code", "role description", "staff roles" ], [ "2", "leader", "Project Leader", "" ], [ "3", "researcher", "Project Researcher", "" ] ] }, { "t5Formulas": [ { "Question": "What was the average Position for which the amount Drawn was less than 0?", "Formula": "AVERAGE(FILTER(A1,E1<0))", "Formula2": "AVERAGE(FILTER(A2:A13,E2:E13<0))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What was the total number of Points when the value Difference was 13, and when the value Lost was greater than 3?", "Formula": "SUM(FILTER(C1,(H1=\"13\")*(F1>3)))", "Formula2": "SUM(FILTER(C2:C13,(H2:H13=\"13\")*(F2:F13>3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "H1", "=", "\"13\"", "*", "F1", ">", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-15368442-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Palestra Itália-SP", "22", "11", "0", "0", "8", "41" ], [ "3", "2", "Sâo Paulo", "17", "11", "1", "2", "12", "22" ], [ "4", "3", "Juventus", "16", "11", "0", "3", "18", "13" ], [ "5", "4", "Germânia", "11", "11", "3", "4", "32", "- 7" ], [ "6", "5", "Ypiranga-SP", "10", "11", "2", "5", "22", "5" ], [ "7", "6", "Corinthians", "10", "11", "0", "6", "28", "1" ], [ "8", "7", "Portuguesa", "10", "11", "2", "5", "24", "- 2" ], [ "9", "8", "Santos", "10", "11", "0", "6", "31", "- 5" ], [ "10", "9", "AA São Bento", "9", "11", "3", "5", "27", "- 5" ], [ "11", "10", "Atlético Santista", "8", "11", "2", "6", "39", "- 17" ], [ "12", "11", "Sírio", "8", "11", "0", "7", "28", "- 9" ], [ "13", "12", "SC Internacional de São Paulo", "1", "11", "1", "10", "50", "- 37" ] ] }, { "t5Formulas": [ { "Question": "What is the Date that has a Outcome of winner, and çağla büyükakçay was the opponent in the final?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(E1=\"çağla büyükakçay\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(E2:E6=\"çağla büyükakçay\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "E1", "=", "\"çağla büyükakçay\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Outcome when çağla büyükakçay was the opponent in the final?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"çağla büyükakçay\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"çağla büyükakçay\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"çağla büyükakçay\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score when the opponent in the final is alicia pillay on a hard surface?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard\")*(E1=\"alicia pillay\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"hard\")*(E2:E6=\"alicia pillay\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"hard\"", "*", "E1", "=", "\"alicia pillay\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Opponent in the final when the outcome was runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"runner-up\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"runner-up\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"runner-up\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Opponent in the final with an outcome of winner on 14-may-2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(B1=\"14-may-2007\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(B2:B6=\"14-may-2007\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "B1", "=", "\"14-may-2007\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Score for 09-oct-2006?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"09-oct-2006\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"09-oct-2006\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"09-oct-2006\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15508602-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent in the final", "Score" ], [ "2", "Winner", "24-Oct-2005", "Pretoria", "Hard", "Alicia Pillay", "6-4 6-2" ], [ "3", "Runner-up", "09-Oct-2006", "Braga", "Carpet", "Eloisa Compostizo De Andres", "4-6, 7-5, 3-6" ], [ "4", "Winner", "14 April 2007", "Dubai", "Hard", "Çağla Büyükakçay", "6-2 6-2" ], [ "5", "Winner", "14-May-2007", "Trivandrum", "Clay", "Agnes Szatmari", "7-5 6-3" ], [ "6", "Winner", "20-May-2007", "Mumbai", "Hard", "Rushmi Chakravarthi", "7-6 (7) 6-2" ] ] }, { "t5Formulas": [ { "Question": "Which venue has 2:04.22 notes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2:04.22\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"2:04.22\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2:04.22\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-17651219-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Venue", "Position", "Event", "Notes" ], [ "2", "1997", "Bridgetown, Barbados", "6th", "800 m", "2:25.66" ], [ "3", "1997", "Bridgetown, Barbados", "7th", "1500 m", "5:13.83" ], [ "4", "2000", "San Juan, Puerto Rico", "6th", "800 m", "2:14.18" ], [ "5", "2000", "San Juan, Puerto Rico", "2nd", "4x400 m", "3:40.24" ], [ "6", "2003", "St. George's, Grenada", "1st", "800 m", "2:04.12" ], [ "7", "2003", "St. George's, Grenada", "2nd", "4x400 m", "3:32.99" ], [ "8", "2003", "Santo Domingo, Dominican Republic", "9th (h)", "800 m", "2:04.22" ], [ "9", "2005", "Nassau, Bahamas", "1st", "800 m", "2:03.56" ], [ "10", "2005", "Helsinki, Finland", "23rd (h)", "800 m", "2:02.50" ], [ "11", "2006", "Melbourne, Australia", "8th", "800 m", "2:01.96" ], [ "12", "2008", "Beijing, China", "21st (sf)", "800 m", "2:01.84" ], [ "13", "2009", "Berlin, Germany", "28th (sf)", "800 m", "2:04.55" ], [ "14", "2011", "Mayagüez, Puerto Rico", "4th", "800 m", "2:03.56" ], [ "15", "2012", "London, United Kingdom", "16th (sf)", "800 m", "2:00.68" ] ] }, { "t5Formulas": [ { "Question": "What is the drawn number when there are 58 tries?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=58),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=58),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "58", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the played number when the tries against shows correct as of 18:13 26 May 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"correct as of 18:13 26 may 2008\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"correct as of 18:13 26 may 2008\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"correct as of 18:13 26 may 2008\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the drawn when there are 402 points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=402),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,E2:E14=402),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "402", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the try bonus when there are 492 points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=492),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=492),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "492", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the number of points against when the tries against was 53?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"53\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"53\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"53\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the played number when the points against is 179?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=179),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=179),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "179", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17625749-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "3", "Porth Harlequins RFC", "20", "0", "3", "642", "173", "100", "19", "12" ], [ "4", "St. Joseph's RFC", "20", "0", "3", "503", "179", "69", "17", "9" ], [ "5", "Pontyclun RFC", "20", "1", "5", "468", "218", "66", "24", "7" ], [ "6", "Deri RFC", "20", "0", "6", "476", "285", "65", "33", "7" ], [ "7", "St. Albans RFC", "20", "0", "9", "402", "423", "58", "61", "7" ], [ "8", "Cowbridge RFC", "20", "0", "12", "329", "379", "37", "54", "3" ], [ "9", "Old Penarthians RFC", "20", "0", "11", "231", "369", "29", "53", "2" ], [ "10", "Penygraig RFC", "20", "1", "13", "260", "436", "30", "63", "2" ], [ "11", "Ogmore Vale RFC", "20", "0", "14", "208", "475", "27", "71", "2" ], [ "12", "Canton RFC", "20", "0", "16", "248", "499", "34", "67", "3" ], [ "13", "Dinas Powys RFC", "20", "0", "17", "161", "492", "20", "73", "1" ], [ "14", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008", "Correct as of 18:13 26 May 2008" ] ] }, { "t5Formulas": [ { "Question": "What is the Inns of 435 Runs?", "Formula": "SUM(FILTER(C1, D1=435))", "Formula2": "SUM(FILTER(C2:C6, D2:D6=435))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "435" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-15734036-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Team", "Inns", "Runs", "Balls" ], [ "2", "Virender Sehwag", "Delhi Daredevils", "14", "406", "220" ], [ "3", "Yusuf Pathan", "Rajasthan Royals", "15", "435", "243" ], [ "4", "Sanath Jayasuriya", "Mumbai Indians", "14", "514", "309" ], [ "5", "Yuvraj Singh", "Kings XI Punjab", "14", "299", "184" ], [ "6", "Kumar Sangakkara", "Kings XI Punjab", "9", "320", "198" ] ] }, { "t5Formulas": [ { "Question": "drop goals larger than 0, and a Penalties of 52, and a Number larger than 5 had what lowest score?", "Formula": "MIN(FILTER(J1, (H1>0)*(G1=52)*(A1>5)))", "Formula2": "MIN(FILTER(J2:J6, (H2:H6>0)*(G2:G6=52)*(A2:A6>5)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "J1", "H1", ">", "0", "*", "G1", "=", "52", "*", "A1", ">", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Player of jaco coetzee, and a Tries larger than 6 had what total number of score?", "Formula": "SUM(FILTER(J1, (B1=\"jaco coetzee\")*(E1>6)))", "Formula2": "SUM(FILTER(J2:J6, (B2:B6=\"jaco coetzee\")*(E2:E6>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "J1", "B1", "=", "\"jaco coetzee\"", "*", "E1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-13255695-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Number", "Player", "Years active", "Caps", "Tries", "Conversions", "Penalties", "drop goals", "Average score", "Score" ], [ "2", "1", "Yuri Kushnarev", "2005-", "56", "7", "51", "84", "0", "6.95", "389" ], [ "3", "2", "Jaco Coetzee", "1990-1995", "28", "6", "81", "45", "3", "11.96", "335" ], [ "4", "3", "Konstantin Rachkov", "1997-2011", "44", "10", "51", "36", "10", "7.18", "316" ], [ "5", "4", "Gonçalo Malheiro", "1998-2007", "40", "8", "25", "46", "17", "6.98", "279" ], [ "6", "5", "Esteban Roque Segovia", "2004-2007", "20", "1", "53", "52", "1", "13.5", "270" ] ] }, { "t5Formulas": [ { "Question": "How many laps did Dick Rathmann complete when he ranked 14?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=14),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=14),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "14", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was Dick Rathmann's Finish the year he Qualed at 130.928?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=130.928),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=130.928),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "130.928", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1235982-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1950", "130.928", "17", "32", "25" ], [ "3", "1956", "144.471", "6", "5", "200" ], [ "4", "1957", "140.780", "Withdrew", "Withdrew", "Withdrew" ], [ "5", "1958", "145.974", "1", "27", "0" ], [ "6", "1959", "144.248", "5", "20", "150" ], [ "7", "1960", "145.543", "6", "31", "42" ], [ "8", "1961", "146.033", "8", "13", "164" ], [ "9", "1962", "147.161", "13", "24", "51" ], [ "10", "1963", "149.130", "14", "10", "200" ], [ "11", "1964", "151.860", "17", "7", "197" ], [ "12", "Totals", "Totals", "Totals", "Totals", "1029" ] ] }, { "t5Formulas": [ { "Question": "List the names of countries whose language is not \"German\".", "Formula": "FILTER(B1,E1<>\"German\")", "Formula2": "FILTER(B2:B4,E2:E4<>\"German\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "E1", "<>", "\"German\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<>", "Str" ] }, { "Question": "Names and Ids of countries which do not speak German", "Formula": "LET(query1,FILTER(A1:F1,E1<>\"german\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:F4,E2:E4<>\"german\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "<>", "\"german\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "Names of countries which do not speak German and the ids.", "Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1<>\"german\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(B2:B4,A2:A4),b,A2:A4,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A2:A4:F1,E2:E4<>\"german\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Level": "hard", "Tokens": [ "LET(", "a", "HSTACK(", "B1", "A1", "b", "A1", "c", "CHOOSECOLS(", "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "<>", "\"german\"", "1", "1", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Funcs": [ "LET(", "a", "HSTACK(", "Cell", "Cell", "b", "Cell", "c", "CHOOSECOLS(", "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<>", "Str", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] } ], "TableName": "roller_coaster_country", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "country id", "name", "population", "area", "languages", "" ], [ "2", "1", "Austria", "8206524", "83871", "German", "" ], [ "3", "2", "Finland", "5261008", "338145", "Finnish Swedish", "" ], [ "4", "3", "Sweden", "9047752", "449964", "Swedish", "" ] ] }, { "t5Formulas": [ { "Question": "What round was the match at Westpac Stadium that had the Newcastle Jets as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"westpac stadium\")*(F1=\"newcastle jets\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,(G2:G11=\"westpac stadium\")*(F2:F11=\"newcastle jets\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"westpac stadium\"", "*", "F1", "=", "\"newcastle jets\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "On what weekday was the match that had Perth Glory as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"perth glory\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,F2:F11=\"perth glory\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"perth glory\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18793550-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Attendance", "Round", "Date", "Home", "Score", "Away", "Venue", "Weekday", "Time of Day" ], [ "2", "44,560", "Grand Final", "20 March 2010", "Melbourne Victory", "1 – 1", "Sydney FC", "Etihad Stadium", "Saturday", "Evening" ], [ "3", "32,792", "Finals Wk 2", "7 March 2010", "Wellington Phoenix", "3 – 1", "Newcastle Jets", "Westpac Stadium", "Sunday", "Afternoon" ], [ "4", "30,668", "10", "9 October 2009", "Melbourne Victory", "0 – 3", "Sydney FC", "Etihad Stadium", "Friday", "Night" ], [ "5", "27,344", "20", "19 December 2009", "Melbourne Victory", "0 – 0", "Sydney FC", "Etihad Stadium", "Saturday", "Evening" ], [ "6", "25,407", "27", "14 February 2010", "Sydney FC", "2 – 0", "Melbourne Victory", "Sydney Football Stadium", "Sunday", "Evening" ], [ "7", "24,278", "Finals Wk 1", "21 February 2010", "Wellington Phoenix", "1 – 1", "Perth Glory", "Westpac Stadium", "Sunday", "Evening" ], [ "8", "23,818", "Final Wk 2", "7 March 2010", "Sydney FC", "2 – 2", "Melbourne Victory", "Sydney Football Stadium", "Sunday", "Evening" ], [ "9", "22,726", "26", "5 February 2010", "Melbourne Victory", "2 – 0", "North Queensland Fury", "Etihad Stadium", "Friday", "Night" ], [ "10", "21,182", "12", "24 October 2009", "Melbourne Victory", "3 – 1", "Adelaide United", "Etihad Stadium", "Saturday", "Evening" ], [ "11", "20,537", "16", "28 November 2009", "Melbourne Victory", "4 – 0", "Gold Coast United", "Etihad Stadium", "Saturday", "Evening" ] ] }, { "t5Formulas": [ { "Question": "When did alfonse d'amore compete?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"alfonse d'amore\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"alfonse d'amore\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"alfonse d'amore\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Round has a Method of ko, and a Date of 1958?", "Formula": "SUM(FILTER(E1, (C1=\"ko\")*(D1=1958)))", "Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"ko\")*(D2:D11=1958)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"ko\"", "*", "D1", "=", "1958" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "Which Date has a Result of win, and a Round smaller than 2, and an Opponent of myron greenberg?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1=\"win\")*(B1=\"myron greenberg\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(A2:A11=\"win\")*(B2:B11=\"myron greenberg\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"win\"", "*", "B1", "=", "\"myron greenberg\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "2" ], "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" ] }, { "Question": "Which Round has a Method of ko, and an Opponent of alfonse d'amore?", "Formula": "SUM(FILTER(E1, (C1=\"ko\")*(B1=\"alfonse d'amore\")))", "Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"ko\")*(B2:B11=\"alfonse d'amore\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"ko\"", "*", "B1", "=", "\"alfonse d'amore\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-164370-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Result", "Opponent", "Method", "Date", "Round" ], [ "2", "Win", "Ted LaScalza", "KO", "1958", "1" ], [ "3", "Win", "Nick Welling", "KO", "July 20, 1953", "2" ], [ "4", "Win", "Earl Garrett", "KO", "1950", "1" ], [ "5", "Win", "Peter Read", "KO", "1950", "3" ], [ "6", "Win", "Phillip Duncan", "KO", "February 17, 1950", "1" ], [ "7", "Win", "Myron Greenberg", "KO", "1950", "1" ], [ "8", "Win", "Peter Read", "KO", "February 21, 1948", "2" ], [ "9", "Win", "Jerry Gould", "KO", "1948", "1" ], [ "10", "Win", "Alfonse D'Amore", "KO", "1948", "1" ], [ "11", "Loss", "Myron Greenberg", "TKO", "March 5, 1947", "2" ] ] }, { "t5Formulas": [ { "Question": "What is the fewest loses for the club that is below 8 in position, and had played less than 30 games?", "Formula": "MIN(FILTER(F1, (A1<8)*(C1<30)))", "Formula2": "MIN(FILTER(F2:F17, (A2:A17<8)*(C2:C17<30)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", "<", "8", "*", "C1", "<", "30" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the loses total when there is less than 4 draws, less than 105 conceded goals, less than 38 goals scored, and the club is positioned greater than 2?", "Formula": "SUM(FILTER(F1, (E1<4)*(H1<105)*(A1>2)*(G1<38)))", "Formula2": "SUM(FILTER(F2:F17, (E2:E17<4)*(H2:H17<105)*(A2:A17>2)*(G2:G17<38)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "<", "4", "*", "H1", "<", "105", "*", "A1", ">", "2", "*", "G1", "<", "38" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many total goals conceded are there when the points are greater than 58, less than 27 wins, and less than 1 draws?", "Formula": "SUM(FILTER(H1, (I1>58)*(D1<27)*(E1<1)))", "Formula2": "SUM(FILTER(H2:H17, (I2:I17>58)*(D2:D17<27)*(E2:E17<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "H1", "I1", ">", "58", "*", "D1", "<", "27", "*", "E1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many total goals scored when less than 30 games have been played?", "Formula": "SUM(FILTER(G1, C1<30))", "Formula2": "SUM(FILTER(G2:G17, C2:C17<30))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "C1", "<", "30" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "When less than 30 games have been played what is the average goals scored?", "Formula": "AVERAGE(FILTER(G1, C1<30))", "Formula2": "AVERAGE(FILTER(G2:G17, C2:C17<30))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "C1", "<", "30" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-18018214-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Club", "Games played", "Wins", "Draws", "Loses", "Goals scored", "Goals conceded", "Points" ], [ "2", "1", "Polonija Vilnius", "30", "27", "0", "3", "97", "16", "81" ], [ "3", "2", "Sūduva Marijampolė", "30", "22", "1", "7", "93", "42", "67" ], [ "4", "3", "Kauno Jėgeriai", "30", "19", "5", "6", "83", "30", "62" ], [ "5", "4", "Tauras Tauragė", "30", "17", "7", "6", "57", "39", "58" ], [ "6", "5", "Lietava Jonava", "30", "16", "4", "10", "70", "40", "52" ], [ "7", "6", "Žalgiris-2 Vilnius", "30", "11", "7", "12", "37", "35", "40" ], [ "8", "7", "Interas Visaginas", "30", "11", "6", "13", "29", "38", "39" ], [ "9", "8", "Vienybė Ukmergė", "30", "11", "5", "14", "54", "67", "38" ], [ "10", "9", "Kareda Kaunas", "30", "10", "5", "15", "35", "49", "35" ], [ "11", "10", "Babrungas Plungė", "30", "9", "7", "14", "34", "60", "34" ], [ "12", "11", "Nevėžis-2 Kėdainiai", "30", "11", "1", "18", "45", "62", "34" ], [ "13", "12", "Laisvė Šilutė", "30", "10", "4", "16", "44", "59", "34" ], [ "14", "13", "Krazantė Kelmė", "30", "11", "1", "18", "38", "81", "34" ], [ "15", "14", "Banga Gargždai", "30", "9", "3", "17", "45", "50", "33" ], [ "16", "15", "Utenis Utena", "30", "7", "4", "19", "30", "69", "25" ], [ "17", "16", "Kratonas Kalvarija", "30", "7", "2", "21", "51", "105", "23" ] ] }, { "t5Formulas": [ { "Question": "who is the manufacturer is no.50?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=50))", "Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(D2:D18)),FILTER(query1,CHOOSECOLS(query1,2)=50))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "50" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-27821519-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Season", "Driver", "Owner", "No.", "Manufacturer", "Starts", "Wins", "Top Tens", "Poles", "Points (margin)" ], [ "2", "1995", "Mike Skinner", "Richard Childress", "3", "Chevrolet", "20 (of 20)", "8", "18", "7", "3224 (126)" ], [ "3", "1996", "Ron Hornaday, Jr.", "Dale Earnhardt", "16", "Chevrolet", "24 (of 24)", "4", "23", "2", "3831 (53)" ], [ "4", "1997", "Jack Sprague", "Rick Hendrick", "24", "Chevrolet", "26 (of 26)", "3", "23", "5", "3969 (232)" ], [ "5", "1998", "Ron Hornaday, Jr.", "Dale Earnhardt", "16", "Chevrolet", "27 (of 27)", "6", "22", "2", "4072 (3)" ], [ "6", "1999", "Jack Sprague", "Rick Hendrick", "24", "Chevrolet", "25 (of 25)", "3", "19", "1", "3747 (8)" ], [ "7", "2000", "Greg Biffle", "Jack Roush", "50", "Ford", "24 (of 24)", "5", "18", "4", "3826 (230)" ], [ "8", "2001", "Jack Sprague", "Rick Hendrick", "24", "Chevrolet", "24 (of 24)", "4", "17", "7", "3670 (73)" ], [ "9", "2002", "Mike Bliss", "Steve Coulter", "16", "Chevrolet", "25 (of 25)", "5", "18", "4", "3359 (46)" ], [ "10", "2003", "Travis Kvapil", "Steve Coulter", "16", "Chevrolet", "25 (of 25)", "1", "22", "0", "3837 (9)" ], [ "11", "2004", "Bobby Hamilton", "Self-owned", "4", "Dodge", "25 (of 25)", "4", "16", "0", "3624 (46)" ], [ "12", "2005", "Ted Musgrave", "Jim Smith", "1", "Dodge", "25 (of 25)", "1", "15", "1", "3535 (55)" ], [ "13", "2006", "Todd Bodine", "Stephen Germain", "30", "Toyota", "25 (of 25)", "3", "16", "1", "3666 (127)" ], [ "14", "2007", "Ron Hornaday, Jr.", "Kevin Harvick", "33", "Chevrolet", "25 (of 25)", "4", "22", "1", "3982 (54)" ], [ "15", "2008", "Johnny Benson", "Bill Davis", "23", "Toyota", "25 (of 25)", "5", "18", "3", "3725 (7)" ], [ "16", "2009", "Ron Hornaday, Jr.", "Kevin Harvick", "33", "Chevrolet", "25 (of 25)", "6", "20", "4", "3959 (187)" ], [ "17", "2010", "Todd Bodine", "Stephen Germain", "30", "Toyota", "25 (of 25)", "4", "20", "2", "3937 (207)" ], [ "18", "2011", "Austin Dillon", "Richard Childress", "3", "Chevrolet", "25 (of 25)", "2", "16", "5", "888 (6)" ] ] }, { "t5Formulas": [ { "Question": "Which License has an Actual Vaersion of 9.0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=9),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=9),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "9", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which System has an Actual Version 9.0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=9),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=9),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "9", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which System's Name is Gemulator?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"gemulator\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"gemulator\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"gemulator\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which System's Name is Steem, and has a Freeware License?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"freeware\")*(A1=\"steem\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"freeware\")*(A2:A11=\"steem\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"freeware\"", "*", "A1", "=", "\"steem\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11561331-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Actual version", "System", "Platform", "License" ], [ "2", "SteEM", "3.2", "Atari ST E", "Windows, Linux", "Freeware" ], [ "3", "SainT", "2.20", "Atari ST /STE", "Windows", "Freeware" ], [ "4", "Gemulator", "9.0", "Atari ST", "Windows", "Commercial (free)" ], [ "5", "Hatari", "1.6.2", "Atari ST /STE, Atari TT , Atari Falcon", "Cross-platform", "GPL" ], [ "6", "PacifiST", "0.49b", "Atari ST", "DOS, Windows", "Giftware" ], [ "7", "STonX", "0.6.7.6", "Atari ST", "Unix, DOS, Windows", "GPL" ], [ "8", "WinSTon", "0.1r2", "Atari ST", "Windows", "Freeware" ], [ "9", "ARAnyM", "0.9.13", "Atari ST , Atari TT , Atari Falcon", "Cross-platform", "GPL" ], [ "10", "MESS", "0.147", "Various computers and consoles", "Cross-platform", "Custom" ], [ "11", "EstyJs", "n/a", "Atari ST", "Cross-platform", "[Open Source]" ] ] }, { "t5Formulas": [ { "Question": "How many players Bowled 4/125?", "Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"4/125\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, F2:F7=\"4/125\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "F1", "=", "\"4/125\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What number of wickets were there when the average was 22.66?", "Formula": "SUM(FILTER(D1, E1=22.66))", "Formula2": "SUM(FILTER(D2:D7, E2:E7=22.66))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "22.66" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many wickets were there when average was 22.66?", "Formula": "SUM(FILTER(D1, E1=22.66))", "Formula2": "SUM(FILTER(D2:D7, E2:E7=22.66))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "22.66" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the best bowling score when the average was 23.33?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=23.33))", "Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=23.33))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "23.33" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many matches had 11 wickets?", "Formula": "SUM(FILTER(C1, D1=11))", "Formula2": "SUM(FILTER(C2:C7, D2:D7=11))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "11" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many wickets did Alec bedser have?", "Formula": "SUMIFS(D1,A1,\"Alec Bedser\")", "Formula2": "SUMIFS(D2:D7,A2:A7,\"Alec Bedser\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Alec Bedser\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-16570286-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Team", "Matches", "Wickets", "Average", "Best Bowling" ], [ "2", "Ray Lindwall", "Australia", "5", "27", "19.62", "6/20" ], [ "3", "Norman Yardley", "England", "5", "9", "22.66", "2/32" ], [ "4", "Keith Miller", "Australia", "5", "13", "23.15", "4/125" ], [ "5", "Bill Johnston", "Australia", "5", "27", "23.33", "5/36" ], [ "6", "Ernie Toshack", "Australia", "4", "11", "33.09", "5/40" ], [ "7", "Alec Bedser", "England", "5", "18", "38.22", "4/81" ] ] }, { "t5Formulas": [ { "Question": "Who had the mountains classification when borut božič was the winner?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Borut Božič\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"Borut Božič\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Borut Božič\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the team classification where andré greipel was the winner and had the points classification?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"André Greipel\")*(F1=\"André Greipel\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(B2:B9=\"André Greipel\")*(F2:F9=\"André Greipel\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"André Greipel\"", "*", "F1", "=", "\"André Greipel\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many stages are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A9)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many sprint classifications are there where marco frapporti is the winner?", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Marco Frapporti\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D9, B2:B9=\"Marco Frapporti\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Marco Frapporti\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-25655781-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Stage", "Winner", "General classification", "Sprint Classification", "Mountains Classification", "Points Classification", "Team Classification" ], [ "2", "1", "André Greipel", "André Greipel", "Richie Porte", "Wout Poels", "André Greipel", "Colnago-CSF Inox" ], [ "3", "2", "Greg Henderson", "Greg Henderson", "Richie Porte", "Richie Porte", "Greg Henderson", "Vacansoleil" ], [ "4", "3", "Michael Albasini", "Michael Albasini", "Richie Porte", "Richie Porte", "Greg Henderson", "Vacansoleil" ], [ "5", "4", "Wout Poels", "Michael Albasini", "Richie Porte", "Johnny Hoogerland", "Michael Albasini", "Vacansoleil" ], [ "6", "5", "Marco Frapporti", "Michael Albasini", "Michał Gołaś", "Johnny Hoogerland", "Michael Albasini", "Vacansoleil" ], [ "7", "6", "André Greipel", "Michael Albasini", "Michał Gołaś", "Johnny Hoogerland", "Greg Henderson", "Vacansoleil" ], [ "8", "7", "Borut Božič", "Michael Albasini", "Michał Gołaś", "Johnny Hoogerland", "Greg Henderson", "Vacansoleil" ], [ "9", "8", "André Greipel", "Michael Albasini", "Michał Gołaś", "Johnny Hoogerland", "Greg Henderson", "Vacansoleil" ] ] }, { "t5Formulas": [ { "Question": "How many seasons did Barking Birmingham & Solihull Stourbridge were relegated from league?", "Formula": "ROWS(UNIQUE(FILTER(A1, G1=\"Barking Birmingham & Solihull Stourbridge\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A9, G2:G9=\"Barking Birmingham & Solihull Stourbridge\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "G1", "=", "\"Barking Birmingham & Solihull Stourbridge\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who was relegated to league if Barking Birmingham & Solihull Stourbridge were relegated from league?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Barking Birmingham & Solihull Stourbridge\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"Barking Birmingham & Solihull Stourbridge\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Barking Birmingham & Solihull Stourbridge\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many were the minimum team that participated in the league?", "Formula": "MIN(C1)", "Formula2": "MIN(C2:C9)", "Level": "easy", "Tokens": [ "MIN(", "C1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "How many teams participated (maximum) when Cornish All Blacks Pertemps Bees were relegated to the league?", "Formula": "SUMIFS(C1,D1,\"Cornish All Blacks Pertemps Bees\")", "Formula2": "SUMIFS(C2:C9,D2:D9,\"Cornish All Blacks Pertemps Bees\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "D1", "\"Cornish All Blacks Pertemps Bees\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was promoted to the league when Coventry was relegated to the league?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Coventry\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"Coventry\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Coventry\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many were promoted from the league when Esher was relegated to the league?", "Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"Esher\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F9, D2:D9=\"Esher\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "D1", "=", "\"Esher\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-23927423-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Name", "Teams", "Relegated to league", "Promoted to league", "Promoted from league", "Relegated from league" ], [ "2", "2005–06", "National Division Two", "14", "Henley Hawks Orrell", "Barking Halifax Redruth", "Moseley Waterloo", "Orrell" ], [ "3", "2006–07", "National Division Two", "14", "None", "Bradford & Bingley Cambridge Nuneaton", "Esher Cornish All Blacks", "Bradford & Bingley Harrogate" ], [ "4", "2007–08", "National Division Two", "14", "Waterloo Otley", "Blaydon Southend Westcombe Park", "Manchester Otley", "Halifax Henley Hawks Nuneaton" ], [ "5", "2008–09", "National Division Two", "14", "Cornish All Blacks Pertemps Bees", "Cinderford Mount's Bay Tynedale", "Birmingham & Solihull", "Westcombe Park Southend Mount's Bay Waterloo" ], [ "6", "2009–10", "National League 1", "16", "Esher Newbury Sedgley Park Otley Manchester", "London Scottish Nuneaton", "Esher", "Newbury Nuneaton Manchester" ], [ "7", "2010–11", "National League 1", "16", "Coventry", "Barking Macclesfield Rosslyn Park", "London Scottish", "Cornish All Blacks Otley Redruth" ], [ "8", "2011–12", "National League 1", "16", "Birmingham & Solihull", "Ealing Trailfinders Fylde Jersey", "Jersey", "Barking Birmingham & Solihull Stourbridge" ], [ "9", "2012–13", "National League 1", "16", "Esher", "Loughborough Students Old Albanians Richmond", "Ealing Trailfinders", "Cambridge Sedgley Park Macclesfield" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest number of points for game 32?", "Formula": "MIN(FILTER(G1, A1=32))", "Formula2": "MIN(FILTER(G2:G13, A2:A13=32))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "A1", "=", "32" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the location and attendance total from the game on December 1?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-27539808-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "December", "Opponent", "Score", "Location/Attendance", "Record", "Points" ], [ "2", "26", "1", "Boston Bruins", "0 – 3", "Wells Fargo Center (19,684)", "15–7–4", "34" ], [ "3", "27", "4", "New Jersey Devils", "5 – 3", "Wells Fargo Center (19,657)", "16–7–4", "36" ], [ "4", "28", "5", "@ New York Islanders", "3 – 2", "Nassau Veterans Memorial Coliseum (7,773)", "17–7–4", "38" ], [ "5", "29", "8", "San Jose Sharks", "4 – 5 (SO)", "Wells Fargo Center (19,801)", "17–7–5", "39" ], [ "6", "30", "9", "@ Toronto Maple Leafs", "4 – 1", "Air Canada Centre (19,365)", "18–7–5", "41" ], [ "7", "31", "11", "@ Boston Bruins", "2 – 1 (OT)", "TD Garden (17,565)", "19–7–5", "43" ], [ "8", "32", "14", "Pittsburgh Penguins", "3 – 2", "Wells Fargo Center (19,824)", "20–7–5", "45" ], [ "9", "33", "15", "@ Montreal Canadiens", "5 – 3", "Bell Centre (21,273)", "21–7–5", "47" ], [ "10", "34", "18", "New York Rangers", "4 – 1", "Wells Fargo Center (19,898)", "22–7–5", "49" ], [ "11", "35", "20", "Florida Panthers", "0 – 5", "Wells Fargo Center (19,864)", "22–8–5", "49" ], [ "12", "36", "28", "@ Vancouver Canucks", "2 – 6", "Rogers Arena (18,860)", "22–9–5", "49" ], [ "13", "37", "30", "@ Los Angeles Kings", "7 – 4", "Staples Center (18,118)", "23–9–5", "51" ] ] }, { "t5Formulas": [ { "Question": "What is the occupation of the candidate that has a riding of labrador?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"labrador\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"labrador\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"labrador\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10953705-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Riding", "Candidate", "Gender", "Residence", "Occupation", "Votes", "Rank" ], [ "2", "Avalon", "Randy Wayne Dawe", "M", "Clark's Beach", "Truck driver", "5,707", "3rd" ], [ "3", "Bonavista—Gander—Grand Falls—Windsor", "Jason Holley", "M", "Amherst Cove", "Artist", "3,577", "3rd" ], [ "4", "Humber—St. Barbe—Baie Verte", "Mark Kennedy", "M", "Corner Brook", "Engineering Technician", "4,603", "2nd" ], [ "5", "Labrador", "Phyllis Artiss", "F", "St. John's", "Retired University Professor", "1,378", "2nd" ], [ "6", "Random—Burin—St. George's", "Terry White", "M", "Stephenville", "Carpenter", "5,563", "2nd" ], [ "7", "St. John's East", "Jack Harris", "M", "St. John's", "Lawyer", "30,881", "1st" ], [ "8", "St. John's South—Mount Pearl", "Ryan Cleary", "M", "St. John's", "Journalist", "13,971", "2nd" ] ] }, { "t5Formulas": [ { "Question": "What's the number of the episode directed by Tucker Gates?", "Formula": "SUMIFS(A1,D1,\"Tucker Gates\")", "Formula2": "SUMIFS(A2:A10,D2:D10,\"Tucker Gates\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Tucker Gates\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who is the director of the episode titled \"Cheyenne, WY\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Cheyenne, WY\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,C2:C10=\"Cheyenne, WY\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Cheyenne, WY\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12722302-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "#", "Title", "Directed by", "Written by", "Bens location", "Original air date", "U.S. viewers (million)" ], [ "2", "13", "1", "\"Los Moscos\" [c ]", "Jeremy Podeswa", "Daniel Knauf", "Loving, New Mexico [c ]", "January9,2005", "1.81" ], [ "3", "14", "2", "\"Alamogordo, NM\"", "Jack Bender", "William Schmidt", "Alamogordo, New Mexico [d ]", "January16,2005", "N/A" ], [ "4", "15", "3", "\"Ingram, TX\"", "John Patterson", "John J. McLaughlin", "Ingram, Texas", "January23,2005", "N/A" ], [ "5", "16", "4", "\"Old Cherry Blossom Road\"", "Steve Shill", "Dawn Prestwich & Nicole Yorkin", "Ingram, Texas", "January30,2005", "N/A" ], [ "6", "17", "5", "\"Creed, OK\"", "Jeremy Podeswa", "Tracy Tormé", "Creed, Oklahoma", "February6,2005", "N/A" ], [ "7", "18", "6", "\"The Road to Damascus\"", "Tucker Gates", "Dawn Prestwich & Nicole Yorkin", "N/A", "February13,2005", "1.5" ], [ "8", "20", "8", "\"Outskirts, Damascus, NE\"", "Tim Hunter", "Daniel Knauf", "Damascus, Nebraska", "February27,2005", "N/A" ], [ "9", "21", "9", "\"Lincoln Highway\" [e ]", "Rodrigo García", "William Schmidt", "Lincoln Highway , Wyoming [e ]", "March6,2005", "1.96" ], [ "10", "22", "10", "\"Cheyenne, WY\"", "Todd Field", "Tracy Tormé", "Cheyenne, Wyoming", "March13,2005", "N/A" ] ] }, { "t5Formulas": [ { "Question": "What is the away team score at princes park with a Crowd larger than 27,455?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"princes park\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27455))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,E2:E7=\"princes park\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27455))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"princes park\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "27455" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-10783853-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "St Kilda", "13.16 (94)", "South Melbourne", "8.5 (53)", "Junction Oval", "26,400", "25 May 1963" ], [ "3", "Melbourne", "20.15 (135)", "Richmond", "7.14 (56)", "MCG", "33,914", "25 May 1963" ], [ "4", "Hawthorn", "11.17 (83)", "North Melbourne", "9.7 (61)", "Glenferrie Oval", "14,387", "25 May 1963" ], [ "5", "Essendon", "13.16 (94)", "Footscray", "6.18 (54)", "Windy Hill", "27,455", "25 May 1963" ], [ "6", "Carlton", "7.16 (58)", "Geelong", "7.22 (64)", "Princes Park", "47,514", "25 May 1963" ], [ "7", "Fitzroy", "9.5 (59)", "Collingwood", "12.14 (86)", "Brunswick Street Oval", "23,930", "25 May 1963" ] ] }, { "t5Formulas": [ { "Question": "For the NBC network, what was the new/returning/same network status?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"NBC\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"NBC\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"NBC\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which show was sent to syndication for its new/returning/same network.", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Syndication\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"Syndication\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Syndication\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the new/returning/same network name for This Week in Baseball?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"This Week in Baseball\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"This Week in Baseball\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"This Week in Baseball\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which show as previously on The Family Channel?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"The Family Channel\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"The Family Channel\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"The Family Channel\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Did the name change for the program last aired in 1958?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=1958),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=1958),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "1958", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_1-169766-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Show", "Last Aired", "Previous Network", "Retitled as/Same", "New/Returning/Same Network", "Returning" ], [ "2", "Twenty One", "1958", "CBS", "Same", "NBC", "January 9" ], [ "3", "Shop 'til You Drop", "1998", "The Family Channel", "Same", "PAX TV", "April 3" ], [ "4", "Supermarket Sweep", "1995", "Lifetime", "Same", "PAX TV", "April 3" ], [ "5", "This Week in Baseball", "1998", "Syndication", "Same", "Fox", "July 12" ], [ "6", "To Tell the Truth", "1991", "NBC", "Same", "Syndication", "September 18" ] ] }, { "t5Formulas": [ { "Question": "On what date did an away team score 22.17 (149)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"22.17 (149)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"22.17 (149)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"22.17 (149)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In what Venue was the Away Team Score 19.13 (127)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"19.13 (127)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"19.13 (127)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"19.13 (127)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Away Team Score of the Hawthorn Home Team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Away Team Score of the Collingwood Home Team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"collingwood\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Away Team's venue is Arden Street Oval?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arden street oval\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10809157-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Fitzroy", "18.21 (129)", "South Melbourne", "11.14 (80)", "Princes Park", "7,540", "5 July 1969" ], [ "3", "North Melbourne", "19.16 (130)", "Melbourne", "19.13 (127)", "Arden Street Oval", "6,470", "5 July 1969" ], [ "4", "St Kilda", "12.15 (87)", "Footscray", "12.5 (77)", "Moorabbin Oval", "14,995", "5 July 1969" ], [ "5", "Geelong", "10.14 (74)", "Essendon", "13.16 (94)", "Kardinia Park", "20,247", "5 July 1969" ], [ "6", "Richmond", "13.15 (93)", "Collingwood", "12.19 (91)", "MCG", "45,546", "5 July 1969" ], [ "7", "Hawthorn", "11.14 (80)", "Carlton", "22.17 (149)", "Glenferrie Oval", "18,848", "5 July 1969" ] ] }, { "t5Formulas": [ { "Question": "Which venue has a status of Five Nations and an against of 22?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"five nations\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=22))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,E2:E6=\"five nations\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=22))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"five nations\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "22" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-18178608-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposing Teams", "Against", "Date", "Venue", "Status" ], [ "2", "France", "19", "15/01/1983", "Twickenham , London", "Five Nations" ], [ "3", "Wales", "13", "05/02/1983", "Cardiff Arms Park , Cardiff", "Five Nations" ], [ "4", "Scotland", "22", "05/03/1983", "Twickenham , London", "Five Nations" ], [ "5", "Ireland", "25", "19/03/1982", "Lansdowne Road , Dublin", "Five Nations" ], [ "6", "New Zealand", "9", "19/11/1982", "Twickenham , London", "Test Match" ] ] }, { "t5Formulas": [ { "Question": "How many wins did Canterbury Wizards have?", "Formula": "SUMIFS(C1,A1,\"Canterbury Wizards\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"Canterbury Wizards\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Canterbury Wizards\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What team had a net run rate of 0.134?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=0.134),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,I2:I6=0.134),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "0.134", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What's the largest number of abandoned games by any of the teams?", "Formula": "MAX(F1)", "Formula2": "MAX(F2:F6)", "Level": "easy", "Tokens": [ "MAX(", "F1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "How many different net run rates did the team with 19 total points have?", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=19))", "Formula2": "LET(query1,SUMMARIZE(I2:I6,SUMX(H2:H6)),FILTER(query1,CHOOSECOLS(query1,2)=19))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "19" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-25368177-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Team", "Played", "Won", "Lost", "No-Result", "Abandoned", "Bonus Points", "Total Points", "Net Run Rate" ], [ "2", "Auckland Aces", "8", "5", "2", "1", "0", "2", "24", "0.596" ], [ "3", "Northern Districts", "8", "5", "3", "0", "0", "1", "21", "0.134" ], [ "4", "Canterbury Wizards", "8", "4", "3", "1", "0", "1", "19", "−0.046" ], [ "5", "Central Districts Stags", "8", "4", "4", "0", "0", "1", "17", "0.568" ], [ "6", "Otago Volts", "8", "3", "5", "0", "0", "1", "13", "−0.411" ] ] }, { "t5Formulas": [ { "Question": "What venue has the away side scoring 15.23 (113)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.23 (113)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.23 (113)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.23 (113)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What venue features hawthorn as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people attended the game with the home side scoring 11.13 (79)?", "Formula": "SUMIFS(F1,B1,\"11.13 (79)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"11.13 (79)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"11.13 (79)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10767641-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "9.15 (69)", "Richmond", "10.10 (70)", "Corio Oval", "9,500", "14 June 1930" ], [ "3", "Footscray", "7.14 (56)", "St Kilda", "10.12 (72)", "Western Oval", "15,000", "14 June 1930" ], [ "4", "South Melbourne", "17.11 (113)", "Hawthorn", "9.10 (64)", "Lake Oval", "11,000", "14 June 1930" ], [ "5", "Fitzroy", "13.13 (91)", "Essendon", "16.10 (106)", "Brunswick Street Oval", "15,000", "14 June 1930" ], [ "6", "Melbourne", "11.13 (79)", "Collingwood", "14.13 (97)", "MCG", "28,779", "14 June 1930" ], [ "7", "North Melbourne", "9.9 (63)", "Carlton", "15.23 (113)", "Arden Street Oval", "15,000", "14 June 1930" ] ] }, { "t5Formulas": [ { "Question": "What is the Netflix episode that has a series episode of 6-02?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"6-02\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"6-02\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"6-02\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which segment A item that has a Segment D of wigs?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"wigs\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=\"wigs\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"wigs\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which series episode has a Netflix episode of S03E16?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"s03e16\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"s03e16\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"s03e16\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Netflix episode has an overall episode number under 69 and a Segment D of S Trombone?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,G1=\"s trombone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<69))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G14,G2:G14=\"s trombone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<69))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "=", "\"s trombone\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "69" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-15187735-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series Ep.", "Episode", "Netflix", "Segment A", "Segment B", "Segment C", "Segment D" ], [ "2", "6-01", "66", "S03E14", "Three Wheeled Vehicles", "Baseball Bats", "Artificial Bonsai", "s Trombone" ], [ "3", "6-02", "67", "S03E15", "s Spring", "s Paver", "s Piano (Part 1)", "s Piano (Part 2)" ], [ "4", "6-03", "68", "S03E16", "s Rope", "s Billiard Table", "s Sailboard", "s Cymbal" ], [ "5", "6-04", "69", "S03E17", "s Seatbelt", "s Window", "Wax Figurines", "Hot Air Balloons" ], [ "6", "6-05", "70", "S03E18", "Air Filters", "Billiard Cues", "Ice Sculptures", "s Suit" ], [ "7", "6-06", "71", "S03E19", "Escalator s Handrail", "s Highlighter", "Guitar s String", "Wigs" ], [ "8", "6-07", "72", "S03E20", "Traditional Bows", "s Coffee Machine", "s Mascot", "s Hammock" ], [ "9", "6-08", "73", "S03E21", "Fibreglass Insulation", "s Wooden Duck", "Gumball Machines", "Exhaust Systems" ], [ "10", "6-09", "74", "S03E22", "s Chain", "s Bagel", "Vinyl Records (Part 1)", "Vinyl Records (Part 2)" ], [ "11", "6-10", "75", "S03E23", "s Windshield", "English Saddles", "Butter", "Post Clocks" ], [ "12", "6-11", "76", "S03E24", "Individual Transporters", "Cedar Canoes", "Electric Guitars (Part 1)", "Electric Guitars (Part 2)" ], [ "13", "6-12", "77", "S03E25", "Residential Water Heaters", "Air Bags", "Jelly Beans", "Ice Resurfacers" ], [ "14", "6-13", "78", "S03E26", "Amphibious Vehicles", "s Putter", "Model Ships", "s Drumhead" ] ] }, { "t5Formulas": [ { "Question": "What week did they have a bye?", "Formula": "SUMIFS(A1,B1,\"bye\")", "Formula2": "SUMIFS(A2:A17,B2:B17,\"bye\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"bye\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-13982802-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "1967-09-10", "at Buffalo Bills", "L 20–17", "War Memorial Stadium", "45,748" ], [ "3", "2", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "4", "3", "1967-09-24", "at Denver Broncos", "W 38–24", "Bears Stadium", "35,565" ], [ "5", "4", "1967-10-01", "Miami Dolphins", "W 29–7", "Shea Stadium", "61,240" ], [ "6", "5", "1967-10-07", "Oakland Raiders", "W 27–14", "Shea Stadium", "63,106" ], [ "7", "6", "1967-10-15", "Houston Oilers", "T 28–28", "Shea Stadium", "62,729" ], [ "8", "7", "1967-10-22", "at Miami Dolphins", "W 33–14", "Miami Orange Bowl", "30,049" ], [ "9", "8", "1967-10-29", "Boston Patriots", "W 30–23", "Shea Stadium", "62,784" ], [ "10", "9", "1967-11-05", "at Kansas City Chiefs", "L 42–18", "Municipal Stadium", "46,642" ], [ "11", "10", "1967-11-12", "Buffalo Bills", "W 20–10", "Shea Stadium", "62,671" ], [ "12", "11", "1967-11-19", "at Boston Patriots", "W 29–24", "Fenway Park", "26,790" ], [ "13", "12", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "14", "13", "1967-12-03", "Denver Broncos", "L 33–24", "Shea Stadium", "61,615" ], [ "15", "14", "1967-12-10", "Kansas City Chiefs", "L 21–7", "Shea Stadium", "62,891" ], [ "16", "15", "1967-12-17", "at Oakland Raiders", "L 38–29", "Oakland-Alameda County Coliseum", "53,011" ], [ "17", "16", "1967-12-24", "at San Diego Chargers", "W 42–31", "San Diego Stadium", "34,580" ] ] }, { "t5Formulas": [ { "Question": "On what Date was the 2011 LG Cup Competittion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2011 lg cup\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"2011 lg cup\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2011 lg cup\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16660943-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "29 November 2009", "Mumias Sports Complex , Mumias", "2–0", "2–0", "2009 CECAFA Cup" ], [ "3", "11 August 2010", "National Stadium , Kampala", "1–1", "1–1", "Friendly" ], [ "4", "7 November 2010", "May 22 Stadium , Aden", "1–2", "2–2", "Friendly" ], [ "5", "8 December 2010", "Benjamin Mkapa National Stadium , Dar es Salaam", "1–0", "2–2", "2010 CECAFA Cup" ], [ "6", "11 November 2011", "Stade de Marrakech , Marrakech", "1–0", "1–0", "2011 LG Cup" ], [ "7", "25 November 2011", "Benjamin Mkapa National Stadium , Dar es Salaam", "2–1", "2–1", "2011 CECAFA Cup" ], [ "8", "29 February 2012", "Stade Municipal , Pointe-Noire", "1–1", "1–3", "2013 AFCON qualification" ] ] }, { "t5Formulas": [ { "Question": "How many scores are associated with a record of 27-9?", "Formula": "ROWS(UNIQUE(FILTER(D1, I1=\"27-9\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D15, I2:I15=\"27-9\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "I1", "=", "\"27-9\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many games are associated with a record of 29-10?", "Formula": "SUMIFS(A1,I1,\"29-10\")", "Formula2": "SUMIFS(A2:A15,I2:I15,\"29-10\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "I1", "\"29-10\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22654073-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "35", "January 2", "@ New Jersey Nets", "W 94–86 (OT)", "LeBron James (28)", "Anderson Varejão (12)", "LeBron James (7)", "Izod Center 17,569", "27-8" ], [ "3", "36", "January 3", "Charlotte Bobcats", "L 88–91 (OT)", "LeBron James (29)", "LeBron James , Shaquille O'Neal (7)", "LeBron James , Mo Williams (6)", "Quicken Loans Arena 20,562", "27-9" ], [ "4", "37", "January 6", "Washington Wizards", "W 121–98 (OT)", "LeBron James (23)", "Anderson Varejão , Zydrunas Ilgauskas (8)", "LeBron James (8)", "Quicken Loans Arena 20,562", "28-9" ], [ "5", "38", "January 8", "@ Denver Nuggets", "L 97–99 (OT)", "LeBron James (35)", "Anderson Varejão (15)", "LeBron James (7)", "Pepsi Center 19,996", "28-10" ], [ "6", "39", "January 10", "@ Portland Trail Blazers", "W 106–94 (OT)", "LeBron James (41)", "Shaquille O'Neal (11)", "LeBron James (8)", "Rose Garden Arena 20,614", "29-10" ], [ "7", "40", "January 11", "@ Golden State Warriors", "W 117–114 (OT)", "LeBron James (37)", "Anderson Varejão , Zydrunas Ilgauskas (9)", "LeBron James (11)", "Oracle Arena 19,596", "30-10" ], [ "8", "41", "January 14", "@ Utah Jazz", "L 96–97 (OT)", "LeBron James (36)", "LeBron James , Anderson Varejão (9)", "LeBron James (6)", "EnergySolutions Arena 19,911", "30-11" ], [ "9", "42", "January 16", "@ L.A. Clippers", "W 102–101 (OT)", "LeBron James (32)", "Anderson Varejão (9)", "Mo Williams (6)", "Staples Center 19,277", "31-11" ], [ "10", "43", "January 19", "Toronto Raptors", "W 108–100 (OT)", "LeBron James (28)", "LeBron James (9)", "LeBron James (11)", "Quicken Loans Arena 20,562", "32-11" ], [ "11", "44", "January 21", "L.A. Lakers", "W 93–87 (OT)", "LeBron James (37)", "J.J. Hickson (14)", "LeBron James (9)", "Quicken Loans Arena 20,562", "33-11" ], [ "12", "45", "January 23", "Oklahoma City Thunder", "W 100–99 (OT)", "LeBron James (37)", "LeBron James , J.J. Hickson (9)", "LeBron James (12)", "Quicken Loans Arena 20,562", "34-11" ], [ "13", "46", "January 25", "@ Miami Heat", "W 92–91 (OT)", "LeBron James (32)", "Anderson Varejão (10)", "LeBron James (4)", "AmericanAirlines Arena 19,600", "35-11" ], [ "14", "47", "January 27", "Minnesota Timberwolves", "W 109–95 (OT)", "J.J. Hickson (23)", "Anderson Varejão (10)", "LeBron James (11)", "Quicken Loans Arena 20,562", "36-11" ], [ "15", "48", "January 29", "@ Indiana Pacers", "W 92–91 (OT)", "LeBron James , Shaquille O'Neal (22)", "LeBron James , Anderson Varejão (9)", "LeBron James (13)", "Conseco Fieldhouse 18,165", "37-11" ] ] }, { "t5Formulas": [ { "Question": "What was the latest stage won by Mikhail Ignatiev? ", "Formula": "MAXIFS(A1,B1,\"Mikhail Ignatiev\")", "Formula2": "MAXIFS(A2:A8,B2:B8,\"Mikhail Ignatiev\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"Mikhail Ignatiev\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-25802618-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Stage", "Winner", "General Classification", "Points Classification", "Mountains Classification", "Young Riders Classification", "Team Classification" ], [ "2", "1", "Linus Gerdemann", "Linus Gerdemann", "Linus Gerdemann", "Dmytro Grabovskyy", "José Joaquín Rojas", "Colnago-CSF Inox" ], [ "3", "2", "Tom Boonen", "Linus Gerdemann", "Linus Gerdemann", "Dmytro Grabovskyy", "José Joaquín Rojas", "Colnago-CSF Inox" ], [ "4", "3", "Daniele Bennati", "Daniele Bennati", "Daniele Bennati", "Diego Caccia", "José Joaquín Rojas", "Astana" ], [ "5", "4", "Michele Scarponi", "Michele Scarponi", "Daniele Bennati", "Diego Caccia", "Rigoberto Urán", "Androni Giocattoli" ], [ "6", "5", "Enrico Gasparotto", "Michele Scarponi", "Daniele Bennati", "Dmytro Grabovskyy", "Robert Gesink", "Astana" ], [ "7", "6", "Mikhail Ignatiev", "Michele Scarponi", "Stefano Garzelli", "Dmytro Grabovskyy", "Robert Gesink", "Lampre-Farnese Vini" ], [ "8", "7", "Edvald Boasson Hagen", "Stefano Garzelli", "Stefano Garzelli", "Dmytro Grabovskyy", "Robert Gesink", "Lampre-Farnese Vini" ] ] }, { "t5Formulas": [ { "Question": "What is the least amount of wickets?", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D8)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "What is the least amount of matches?", "Formula": "MIN(B1)", "Formula2": "MIN(B2:B8)", "Level": "easy", "Tokens": [ "MIN(", "B1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "How many players had 12 wickets?", "Formula": "ROWS(UNIQUE(FILTER(A1, D1=12)))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A8, D2:D8=12)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "12" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many innings for the player with an average of 30.03?", "Formula": "SUM(FILTER(C1, E1=30.03))", "Formula2": "SUM(FILTER(C2:C8, E2:E8=30.03))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "30.03" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the average for the player with BBM 5/85?", "Formula": "SUMIFS(E1,G1,\"5/85\")", "Formula2": "SUMIFS(E2:E8,G2:G8,\"5/85\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "G1", "\"5/85\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-27922491-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Player", "Matches", "Innings", "Wickets", "Average", "BBI", "BBM", "5wi" ], [ "2", "Charl Willoughby Category:Articles with hCards", "16", "26", "54", "30.03", "5/56", "7/170", "3" ], [ "3", "David Stiff Category:Articles with hCards", "10", "18", "31", "36.12", "5/91", "5/93", "1" ], [ "4", "Alfonso Thomas Category:Articles with hCards", "14", "22", "35", "37.62", "5/53", "8/152", "1" ], [ "5", "Ben Phillips Category:Articles with hCards", "7", "11", "12", "38.00", "4/46", "4/73", "0" ], [ "6", "Arul Suppiah Category:Articles with hCards", "16", "19", "15", "45.46", "3/58", "5/85", "0" ], [ "7", "Peter Trego Category:Articles with hCards", "16", "25", "19", "46.78", "3/53", "3/74", "0" ], [ "8", "Andrew Caddick Category:Articles with hCards", "5", "8", "10", "52.50", "3/53", "4/95", "0" ] ] }, { "t5Formulas": [ { "Question": "What is the Status of the Paris with a Census Ranking of 3,474 of 5,008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3,474 of 5,008\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"3,474 of 5,008\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3,474 of 5,008\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Area of the Parish with a Population of 2,113?", "Formula": "SUM(FILTER(C1, D1=2113))", "Formula2": "SUM(FILTER(C2:C16, D2:D16=2113))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "2113" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the Population of the Parish with an Area km 2 of 236.76?", "Formula": "SUM(FILTER(D1, C1=236.76))", "Formula2": "SUM(FILTER(D2:D16, C2:C16=236.76))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "236.76" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the Area of the Parish with a Population of 71?", "Formula": "SUM(FILTER(C1, D1=71))", "Formula2": "SUM(FILTER(C2:C16, D2:D16=71))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "71" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-170969-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Saint George", "Parish", "499.51", "2,476", "1,146 of 5,008" ], [ "3", "Pennfield", "Parish", "363.88", "2,322", "1,206 of 5,008" ], [ "4", "Saint Stephen", "Parish", "104.41", "2,113", "1,268 of 5,008" ], [ "5", "Saint David", "Parish", "189.91", "1,499", "1,592 of 5,008" ], [ "6", "Saint James", "Parish", "555.99", "1,350", "1,706 of 5,008" ], [ "7", "Campobello", "Parish", "39.59", "1,056", "1,986 of 5,008" ], [ "8", "Lepreau", "Parish", "209.40", "824", "2,319 of 5,008" ], [ "9", "West Isles", "Parish", "37.93", "824", "2,319 of 5,008" ], [ "10", "Saint Patrick", "Parish", "236.76", "721", "2,525 of 5,008" ], [ "11", "Saint Croix", "Parish", "78.67", "670", "2,630 of 5,008" ], [ "12", "Saint Andrews", "Parish", "24.38", "592", "2,797 of 5,008" ], [ "13", "Dufferin", "Parish", "12.40", "535", "2,919 of 5,008" ], [ "14", "Dumbarton", "Parish", "375.06", "356", "3,474 of 5,008" ], [ "15", "Grand Manan", "Parish", "6.20", "190", "4,057 of 5,008" ], [ "16", "Clarendon", "Parish", "492.84", "71", "4,565 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "What was the game number that was played on November 15?", "Formula": "MIN(FILTER(A1,B1=\"november 15\"))", "Formula2": "MIN(FILTER(A2:A16,B2:B16=\"november 15\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "\"november 15\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-17080868-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "3", "November 1", "@ New Jersey", "W 105–97 (OT)", "Stephen Jackson , Andris Biedriņš (23)", "Andris Biedriņš (11)", "Stephen Jackson (8)", "Izod Center 17,390", "1–2" ], [ "3", "4", "November 3", "@ Memphis", "L 79–90 (OT)", "Stephen Jackson (17)", "Andris Biedriņš (22)", "Stephen Jackson (5)", "FedExForum 10,121", "1–3" ], [ "4", "5", "November 5", "Denver", "W 111–101 (OT)", "Stephen Jackson (29)", "Brandan Wright (13)", "Stephen Jackson (7)", "Oracle Arena 18,194", "2–3" ], [ "5", "6", "November 7", "Memphis", "L 104–109 (OT)", "Stephen Jackson (27)", "Andris Biedriņš (12)", "C. J. Watson (8)", "Oracle Arena 18,744", "2–4" ], [ "6", "7", "November 9", "@ Sacramento", "L 98–115 (OT)", "Andris Biedriņš (16)", "Andris Biedriņš (18)", "Stephen Jackson (6)", "ARCO Arena 12,090", "2–5" ], [ "7", "8", "November 11", "Minnesota", "W 113–110 (OT)", "Stephen Jackson (30)", "Andris Biedriņš (15)", "Stephen Jackson (5)", "Oracle Arena 17,422", "3–5" ], [ "8", "9", "November 13", "Detroit", "L 102–107 (OT)", "C. J. Watson , Andris Biedriņš (17)", "Andris Biedriņš (19)", "Stephen Jackson (9)", "Oracle Arena 18,477", "3–6" ], [ "9", "10", "November 15", "@ L.A. Clippers", "W 121–103 (OT)", "Anthony Morrow (37)", "Andris Biedriņš (16)", "Stephen Jackson (10)", "Staples Center 12,823", "4–6" ], [ "10", "11", "November 18", "Portland", "W 111–106 (OT)", "Anthony Morrow (25)", "Andris Biedriņš (9)", "Stephen Jackson (8)", "Oracle Arena 18,284", "5–6" ], [ "11", "12", "November 21", "Chicago", "L 110–115 (OT)", "Stephen Jackson (32)", "Andris Biedriņš (10)", "Stephen Jackson , C. J. Watson (6)", "Oracle Arena 19,596", "5–7" ], [ "12", "13", "November 23", "@ Philadelphia", "L 81–89 (OT)", "Kelenna Azubuike (16)", "Andris Biedriņš (8)", "Stephen Jackson (7)", "Wachovia Center 13,556", "5–8" ], [ "13", "14", "November 25", "@ Washington", "L 100–124 (OT)", "Corey Maggette (17)", "Andris Biedriņš (9)", "Stephen Jackson (8)", "Verizon Center 13,852", "5–9" ], [ "14", "15", "November 26", "@ Boston", "L 111–119 (OT)", "Corey Maggette (32)", "Andris Biedriņš (9)", "Stephen Jackson , Jamal Crawford (6)", "TD Banknorth Garden 18,624", "5–10" ], [ "15", "16", "November 28", "@ Cleveland", "L 97–112 (OT)", "C. J. Watson (17)", "Anthony Randolph , Andris Biedriņš (7)", "Jamal Crawford (6)", "Quicken Loans Arena 20,562", "5–11" ], [ "16", "17", "November 29", "@ New York", "L 125–138 (OT)", "Corey Maggette (32)", "Corey Maggette (12)", "C. J. Watson , Jamal Crawford (5)", "Madison Square Garden 19,317", "5–12" ] ] }, { "t5Formulas": [ { "Question": "Tell me the total number of top 25 for wins less than 1 and cuts made of 22", "Formula": "ROWS(FILTER(E1,(G1=22)*(B1<1)))", "Formula2": "ROWS(FILTER(E2:E6,(G2:G6=22)*(B2:B6<1)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "G1", "=", "22", "*", "B1", "<", "1" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Tell me the total number of events for tournament of masters tournament and top 25 less than 6", "Formula": "ROWS(FILTER(F1,(A1=\"masters tournament\")*(E1<6)))", "Formula2": "ROWS(FILTER(F2:F6,(A2:A6=\"masters tournament\")*(E2:E6<6)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "F1", "A1", "=", "\"masters tournament\"", "*", "E1", "<", "6" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-1006287-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "1", "1", "1", "6", "32", "16" ], [ "3", "U.S. Open", "0", "0", "0", "2", "10", "6" ], [ "4", "The Open Championship", "1", "1", "3", "11", "38", "22" ], [ "5", "PGA Championship", "0", "0", "0", "1", "6", "4" ], [ "6", "Totals", "2", "2", "4", "20", "86", "48" ] ] }, { "t5Formulas": [ { "Question": "Which team has an away score of 18.14 (122)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"18.14 (122)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"18.14 (122)\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"18.14 (122)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the average crowd size for an away team with a score of 14.19 (103)?", "Formula": "AVERAGEIFS(F1,D1,\"14.19 (103)\")", "Formula2": "AVERAGEIFS(F2:F7,D2:D7,\"14.19 (103)\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "F1", "D1", "\"14.19 (103)\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average crowd size at Princes Park?", "Formula": "AVERAGEIFS(F1,E1,\"princes park\")", "Formula2": "AVERAGEIFS(F2:F7,E2:E7,\"princes park\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "F1", "E1", "\"princes park\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10823719-22", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "9.11 (65)", "Hawthorn", "14.19 (103)", "Western Oval", "12,839", "1 September 1979" ], [ "3", "Essendon", "8.15 (63)", "Richmond", "18.14 (122)", "Windy Hill", "22,589", "1 September 1979" ], [ "4", "Collingwood", "23.16 (154)", "Melbourne", "15.13 (103)", "Victoria Park", "27,206", "1 September 1979" ], [ "5", "Carlton", "23.16 (154)", "South Melbourne", "17.19 (121)", "Princes Park", "24,479", "1 September 1979" ], [ "6", "Geelong", "16.16 (112)", "Fitzroy", "15.17 (107)", "Kardinia Park", "21,801", "1 September 1979" ], [ "7", "North Melbourne", "21.18 (144)", "St Kilda", "9.11 (65)", "VFL Park", "20,571", "1 September 1979" ] ] }, { "t5Formulas": [ { "Question": "Who was the builder for the USS cambridge?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"uss cambridge\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"uss cambridge\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"uss cambridge\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was the USS Cambridge laid down?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"uss cambridge\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"uss cambridge\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"uss cambridge\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1848746-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Hull Number", "Name", "Builder", "Laid down", "Launched", "Completed" ], [ "2", "CA 122", "USSOregon City", "Bethlehem Steel", "8 April 1944", "9 June 1945", "16 February 1946" ], [ "3", "CA 123", "USSAlbany", "Bethlehem Steel", "6 Mar 1944", "30 Jun 1945", "11 Jun 1946" ], [ "4", "CA-124", "USSRochester", "Bethlehem Steel", "29 May 1944", "28 August 1945", "20 December 1946" ], [ "5", "CA-125", "USSNorthampton", "Bethlehem Steel", "31 August 1944", "27 January 1951", "7 March 1953" ], [ "6", "CA-126", "USS Cambridge", "Bethlehem Steel", "16 December 1944", "N/A", "N/A" ], [ "7", "CA-127", "USS Bridgeport", "Bethlehem Steel", "13 January 1945", "N/A", "N/A" ], [ "8", "CA-128", "USS Kansas City", "Bethlehem Steel", "N/A", "N/A", "N/A" ], [ "9", "CA-129", "USS Tulsa", "Bethlehem Steel", "N/A", "N/A", "N/A" ], [ "10", "CA-137", "USS Norfolk", "Philadelphia Naval Shipyard", "N/A", "N/A", "N/A" ], [ "11", "CA-138", "USS Scranton", "Philadelphia Naval Shipyard", "N/A", "N/A", "N/A" ] ] }, { "t5Formulas": [ { "Question": "What is every team with a record of 9-7?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"9-7\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"9-7\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"9-7\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people are high assists when location attendance is Seattle Center Coliseum 14,180?", "Formula": "ROWS(UNIQUE(FILTER(G1, H1=\"Seattle Center Coliseum 14,180\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G13, H2:H13=\"Seattle Center Coliseum 14,180\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "H1", "=", "\"Seattle Center Coliseum 14,180\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is every date with game 23?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "23" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is every team with location attendance of Seattle Center Coliseum 14,180?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Seattle Center Coliseum 14,180\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,H2:H13=\"Seattle Center Coliseum 14,180\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Seattle Center Coliseum 14,180\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is every team with location attendance of Arco Arena 17,014?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ARCO Arena 17,014\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,H2:H13=\"ARCO Arena 17,014\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ARCO Arena 17,014\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27902171-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "16", "December 3", "Washington Bullets", "W 91-90", "R. Pierce (26)", "S. Kemp (12)", "G. Payton (5)", "Seattle Center Coliseum 10,957", "9-7" ], [ "3", "17", "December 6", "Minnesota Timberwolves", "W 96-94", "R. Pierce (29)", "M. Cage (23)", "G. Payton , R. Pierce (5)", "Seattle Center Coliseum 9,796", "10-7" ], [ "4", "18", "December 7", "Dallas Mavericks", "W 104-101", "R. Pierce (27)", "M. Cage (14)", "N. McMillan (6)", "Seattle Center Coliseum 12,313", "11-7" ], [ "5", "19", "December 10", "@ Chicago Bulls", "L 103-108", "R. Pierce (30)", "M. Cage (13)", "S. Kemp , G. Payton (5)", "Chicago Stadium 18,061", "11-8" ], [ "6", "20", "December 11", "@ New York Knicks", "L 87-96", "R. Pierce (25)", "B. Benjamin , S. Kemp (9)", "R. Pierce (7)", "Madison Square Garden 14,934", "11-9" ], [ "7", "21", "December 13", "@ Boston Celtics", "L 97-117", "R. Pierce (21)", "B. Benjamin (8)", "N. McMillan (8)", "Boston Garden 14,890", "11-10" ], [ "8", "22", "December 14", "@ Philadelphia 76ers", "L 95-104", "B. Benjamin (23)", "B. Benjamin (9)", "N. McMillan (8)", "The Spectrum 12,395", "11-11" ], [ "9", "23", "December 17", "Los Angeles Clippers", "W 116-99", "B. Benjamin (20)", "M. Cage (13)", "N. McMillan (6)", "Seattle Center Coliseum 10,357", "12-11" ], [ "10", "24", "December 19", "Denver Nuggets", "W 119-106", "R. Pierce (29)", "M. Cage (15)", "D. McKey , N. McMillan , G. Payton (4)", "Seattle Center Coliseum 10,663", "13-11" ], [ "11", "25", "December 21", "Golden State Warriors", "W 120-112", "R. Pierce (34)", "G. Payton (11)", "G. Payton (12)", "Seattle Center Coliseum 14,180", "14-11" ], [ "12", "26", "December 22", "@ Portland Trail Blazers", "L 87-96", "B. Benjamin (18)", "M. Cage (9)", "B. Kofoed , G. Payton (5)", "Memorial Coliseum 12,888", "14-12" ], [ "13", "27", "December 26", "@ Sacramento Kings", "W 115-106 (OT)", "R. Pierce (27)", "B. Benjamin (13)", "G. Payton (5)", "ARCO Arena 17,014", "15-12" ] ] }, { "t5Formulas": [ { "Question": "what's the report with fastest lap being felipe massa and winning driver being jenson button", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"Felipe Massa\")*(E1=\"Jenson Button\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,(D2:D19=\"Felipe Massa\")*(E2:E19=\"Jenson Button\")),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Felipe Massa\"", "*", "E1", "=", "\"Jenson Button\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the grand prix with winning driver being jenson button", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Jenson Button\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,E2:E19=\"Jenson Button\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Jenson Button\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the the pole position with grand prix being italian grand prix", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Italian Grand Prix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"Italian Grand Prix\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Italian Grand Prix\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the the fastest lap with grand prix being european grand prix", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"European Grand Prix\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"European Grand Prix\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"European Grand Prix\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12161822-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rd.", "Grand Prix", "Pole position", "Fastest lap", "Winning driver", "Winning constructor", "Report" ], [ "2", "1", "Australian Grand Prix", "Sebastian Vettel", "Felipe Massa", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "3", "2", "Malaysian Grand Prix", "Sebastian Vettel", "Mark Webber", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "4", "3", "Chinese Grand Prix", "Sebastian Vettel", "Mark Webber", "Lewis Hamilton", "McLaren - Mercedes", "Report" ], [ "5", "4", "Turkish Grand Prix", "Sebastian Vettel", "Mark Webber", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "6", "5", "Spanish Grand Prix", "Mark Webber", "Lewis Hamilton", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "7", "6", "Monaco Grand Prix", "Sebastian Vettel", "Mark Webber", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "8", "7", "Canadian Grand Prix", "Sebastian Vettel", "Jenson Button", "Jenson Button", "McLaren - Mercedes", "Report" ], [ "9", "8", "European Grand Prix", "Sebastian Vettel", "Sebastian Vettel", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "10", "9", "British Grand Prix", "Mark Webber", "Fernando Alonso", "Fernando Alonso", "Ferrari", "Report" ], [ "11", "10", "German Grand Prix", "Mark Webber", "Lewis Hamilton", "Lewis Hamilton", "McLaren - Mercedes", "Report" ], [ "12", "11", "Hungarian Grand Prix", "Sebastian Vettel", "Felipe Massa", "Jenson Button", "McLaren - Mercedes", "Report" ], [ "13", "12", "Belgian Grand Prix", "Sebastian Vettel", "Mark Webber", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "14", "13", "Italian Grand Prix", "Sebastian Vettel", "Lewis Hamilton", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "15", "14", "Singapore Grand Prix", "Sebastian Vettel", "Jenson Button", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "16", "15", "Japanese Grand Prix", "Sebastian Vettel", "Jenson Button", "Jenson Button", "McLaren - Mercedes", "Report" ], [ "17", "16", "Korean Grand Prix", "Lewis Hamilton", "Sebastian Vettel", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "18", "17", "Indian Grand Prix", "Sebastian Vettel", "Sebastian Vettel", "Sebastian Vettel", "Red Bull - Renault", "Report" ], [ "19", "18", "Abu Dhabi Grand Prix", "Sebastian Vettel", "Mark Webber", "Lewis Hamilton", "McLaren - Mercedes", "Report" ] ] }, { "t5Formulas": [ { "Question": "Name the least game for 8-3", "Formula": "MINIFS(A1,I1,\"8-3\")", "Formula2": "MINIFS(A2:A13,I2:I13,\"8-3\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "I1", "\"8-3\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the opponent for record 10-4", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"10-4\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"10-4\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"10-4\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the high rebounds for record 7-1", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"7-1\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"7-1\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"7-1\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the game for june 16", "Formula": "SUMIFS(A1,B1,\"June 16\")", "Formula2": "SUMIFS(A2:A13,B2:B13,\"June 16\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"June 16\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the game for june 7", "Formula": "SUMIFS(A1,B1,\"June 7\")", "Formula2": "SUMIFS(A2:A13,B2:B13,\"June 7\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"June 7\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-18894744-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location/Attendance", "Record" ], [ "2", "4", "June 1", "@ Charlotte", "W 89-65", "Sales (18)", "Dydek (15)", "Douglas (5)", "Charlotte Bobcats Arena 3,632", "3-1" ], [ "3", "5", "June 3", "Charlotte", "W 89-71", "Dydek (17)", "McWilliams-Franklin (15)", "Sales (5)", "Mohegan Sun Arena 7,318", "4-1" ], [ "4", "6", "June 7", "@ New York", "W 75-60", "Douglas (17)", "McWilliams-Franklin (7)", "Sales , Phillips (4)", "Madison Square Garden 10,180", "5-1" ], [ "5", "7", "June 9", "Seattle", "W 85-81", "Douglas (18)", "Dydek (12)", "Whalen (9)", "Mohegan Sun Arena 7,138", "6-1" ], [ "6", "8", "June 13", "Washington", "W 85-71", "Douglas (26)", "Douglas (7)", "Whalen , Jones (4)", "Mohegan Sun Arena 6,339", "7-1" ], [ "7", "9", "June 16", "@ Phoenix", "L 86-91", "Douglas (27)", "McWilliams-Franklin (17)", "Whalen (4)", "US Airways Center 6,378", "7-2" ], [ "8", "10", "June 17", "@ Los Angeles", "L 70-82", "Jones (16)", "Sales , Dydek , Jones (5)", "Whalen (5)", "STAPLES Center 7,991", "7-3" ], [ "9", "11", "June 20", "@ Charlotte", "W 90-66", "Sales (15)", "McWilliams-Franklin (9)", "Whalen (6)", "Charlotte Bobcats Arena 4,243", "8-3" ], [ "10", "12", "June 22", "Minnesota", "W 79-62", "Whalen , Dydek (16)", "Jones (11)", "Sales (4)", "Mohegan Sun Arena 6,573", "9-3" ], [ "11", "13", "June 23", "@ Chicago", "W 84-79", "Sales (23)", "McWilliams-Franklin (14)", "Whalen (6)", "UIC Pavilion 2,818", "10-3" ], [ "12", "14", "June 25", "@ Washington", "L 80-87", "McWilliams-Franklin , Sales , Jones (15)", "McWilliams-Franklin (11)", "Whalen (6)", "MCI Center 7,216", "10-4" ], [ "13", "15", "June 27", "Houston", "W 73-57", "Sales (19)", "Dydek (13)", "Whalen (6)", "Mohegan Sun Arena 6,220", "11-4" ] ] }, { "t5Formulas": [ { "Question": "What livery was worn on the date before 1936, with the description of Gresley RF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<1936)*(B1=\"gresley rf\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(E2:E17<1936)*(B2:B17=\"gresley rf\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "<", "1936", "*", "B1", "=", "\"gresley rf\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which number and name has the description Gresley RB and a date before 1937?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"gresley rb\")*(E1<1937)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(B2:B17=\"gresley rb\")*(E2:E17<1937)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"gresley rb\"", "*", "E1", "<", "1937", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] }, { "Question": "Who is the owner before 1940, who had a number and name of no. 1222?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<1940)*(A1=\"no. 1222\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(E2:E17<1940)*(A2:A17=\"no. 1222\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "<", "1940", "*", "A1", "=", "\"no. 1222\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11913905-11", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Number & Name", "Description", "Livery", "Owner(s)", "Date" ], [ "2", "No. 18033", "Gresley CK", "N/A.", "Railway Vehicle Preservations .", "1924" ], [ "3", "No. 62565", "Gresley BTK", "Varnished teak.", "Railway Vehicle Preservations .", "1927" ], [ "4", "No. 1222", "Gresley RF", "N/A.", "Railway Vehicle Preservations . Private owner.", "1929" ], [ "5", "No. E70268E", "Gresley POT", "Deep maroon.", "Railway Vehicle Preservations .", "1931" ], [ "6", "No. 4149", "Gresley BGP", "Maroon.", "Railway Vehicle Preservations .", "1936" ], [ "7", "No. 23981", "Gresley TTO", "N/A.", "Railway Vehicle Preservations .", "1936" ], [ "8", "No. 24080", "Gresley RB", "N/A.", "Railway Vehicle Preservations . Private owner.", "1936" ], [ "9", "No. E1719E", "Gresley OBS", "BR Lined Maroon .", "Railway Vehicle Preservations . Private owner.", "1937" ], [ "10", "No. E1729E", "Gresley OBS", "N/A.", "Railway Vehicle Preservations . Private owner.", "1937" ], [ "11", "No. 24278", "Gresley RB", "Varnished teak.", "Railway Vehicle Preservations .", "1937" ], [ "12", "No. E9124E", "Gresley RB", "BR Blood & Custard .", "Great Central Railway Plc .", "1937" ], [ "13", "No. E70294E", "Gresley POS", "Deep maroon.", "Railway Vehicle Preservations .", "1937" ], [ "14", "No. 57451", "Gresley BTK", "Varnished teak.", "Railway Vehicle Preservations .", "1940" ], [ "15", "No. 4050", "Gresley BGP", "Varnished teak.", "Railway Vehicle Preservations .", "1940" ], [ "16", "No. E70654E", "BR-built Thompson BZ", "Lined maroon.", "Railway Vehicle Preservations .", "1950" ], [ "17", "No. E96202E", "BR-built Gresley CCT", "Maroon.", "Railway Vehicle Preservations . Private owner.", "1959" ] ] }, { "t5Formulas": [ { "Question": "Who is the owner of the radio station that plays adult hits?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"adult hits\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"adult hits\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"adult hits\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the call sign for the radio owned by astral media?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"astral media\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"astral media\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"astral media\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the frequency for the radio owned by bell media with a call sign of chsu-fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"bell media\")*(B1=\"chsu-fm\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"bell media\")*(B2:B11=\"chsu-fm\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"bell media\"", "*", "B1", "=", "\"chsu-fm\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the branding for the radio with a frequency of 1150 am?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1150 am\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"1150 am\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1150 am\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the format for the radio with a frequency of 00 96.3 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"00 96.3 fm\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"00 96.3 fm\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"00 96.3 fm\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the owner of the radio frequency of 0 101.5 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"0 101.5 fm\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"0 101.5 fm\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"0 101.5 fm\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18409326-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Frequency", "Call sign", "Branding", "Format", "Owner" ], [ "2", "1150 AM", "CKFR", "AM 1150", "news / talk", "Astral Media" ], [ "3", "00 88.9 FM", "CBTK-FM", "CBC Radio One", "public news / talk", "Canadian Broadcasting Corporation" ], [ "4", "00 89.7 FM", "CBU-FM-3", "CBC Radio 2", "public music", "Canadian Broadcasting Corporation" ], [ "5", "00 90.5 FM", "CBUF-FM-2", "Première Chaîne", "public news / talk", "Canadian Broadcasting Corporation" ], [ "6", "00 96.3 FM", "CKKO-FM", "K96.3", "classic rock", "Sun Country Cablevision" ], [ "7", "00 99.9 FM", "CHSU-FM", "99.9 Sun FM", "Contemporary Hits Radio", "Bell Media" ], [ "8", "0 101.5 FM", "CILK-FM", "101.5 EZ Rock", "adult contemporary", "Bell Media" ], [ "9", "0 103.1 FM", "CKQQ-FM", "Q103", "hot adult contemporary", "Jim Pattison Group" ], [ "10", "0 103.9 FM", "CJUI-FM", "103.9 The Juice", "adult hits", "Vista Broadcast Group" ], [ "11", "0 104.7 FM", "CKLZ-FM", "Power 104", "active rock", "Jim Pattison Group" ] ] }, { "t5Formulas": [ { "Question": "Name the district of lawrence j. smith", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lawrence J. Smith\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"Lawrence J. Smith\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Lawrence J. Smith\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the incumbent for 1954", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1954),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,D2:D18=1954),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1954", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_1-1341549-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Florida2", "Pete Peterson", "Democratic", "1990", "Re-elected", "Pete Peterson (D) 73.4% Ray Wagner (R) 26.5%" ], [ "3", "Florida3", "Charles Edward Bennett", "Democratic", "1948", "Retired Democratic hold", "Corrine Brown (D) 59.3% Don Weidner (R) 40.7%" ], [ "4", "Florida4", "Craig T. James", "Republican", "1988", "Retired Republican hold", "Tillie K. Fowler (R) 56.7% Mattox Hair (D) 43.2%" ], [ "5", "Florida6", "Cliff Stearns", "Republican", "1988", "Re-elected", "Cliff Stearns (R) 65.4% Phil Denton (D) 34.6%" ], [ "6", "Florida7", "None (District created)", "None (District created)", "None (District created)", "New seat Republican gain", "John Mica (R) 56.4% Dan Webster (D) 43.5%" ], [ "7", "Florida8", "Bill McCollum Redistricted from the 5th district", "Republican", "1980", "Re-elected", "Bill McCollum (R) 68.5% Chuck Kovaleski (D) 31.5%" ], [ "8", "Florida10", "Andy Ireland", "Republican", "1976", "Retired Republican loss", "Bill Young (R) 56.6% Karen Moffitt (D) 43.4%" ], [ "9", "Florida10", "Bill Young Redistricted from the 8th district", "Republican", "1970", "Re-elected", "Bill Young (R) 56.6% Karen Moffitt (D) 43.4%" ], [ "10", "Florida12", "None (District created)", "None (District created)", "None (District created)", "New seat Republican gain", "Charles T. Canady (R) 52.1% Tom Mims (D) 47.9%" ], [ "11", "Florida13", "None (District created)", "None (District created)", "None (District created)", "New seat Republican gain", "Dan Miller (R) 57.8% Rand Snell (D) 42.2%" ], [ "12", "Florida14", "Porter J. Goss Redistricted from the 13th district", "Republican", "1988", "Re-elected", "Porter J. Goss (R) 82.1% James King (I) 17.9%" ], [ "13", "Florida15", "Jim Bacchus Redistricted from the 11th district", "Democratic", "1990", "Re-elected", "Jim Bacchus (D) 50.7% Bill Tolley (R) 49.3%" ], [ "14", "Florida16", "Lawrence J. Smith", "Democratic", "1982", "Retired Democratic loss", "Tom Lewis (R) 60.8% John Comerford (D) 39.2%" ], [ "15", "Florida16", "Tom Lewis Redistricted from the 12th district", "Republican", "1982", "Re-elected", "Tom Lewis (R) 60.8% John Comerford (D) 39.2%" ], [ "16", "Florida17", "William Lehman", "Democratic", "1972", "Retired Democratic hold", "Carrie P. Meek (D) unopposed" ], [ "17", "Florida19", "Dante Fascell", "Democratic", "1954", "Retired Democratic loss", "Harry Johnston (D) 63.1% Larry Metz (R) 36.9%" ], [ "18", "Florida19", "Harry Johnston Redistricted from the 14th district", "Democratic", "1988", "Re-elected", "Harry Johnston (D) 63.1% Larry Metz (R) 36.9%" ] ] }, { "t5Formulas": [ { "Question": "What was the first year that had a prize of 50,000?", "Formula": "FILTER(F1,E1=\"50,000\")", "Formula2": "FILTER(F2:F11,E2:E11=\"50,000\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "E1", "=", "\"50,000\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What year did Zone Rouge first air?", "Formula": "FILTER(F1,B1=\"zone rouge\")", "Formula2": "FILTER(F2:F11,B2:B11=\"zone rouge\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"zone rouge\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the host of Horrid Henry?", "Formula": "FILTER(C1,A1=\"horrid henry\")", "Formula2": "FILTER(C2:C11,A2:A11=\"horrid henry\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"horrid henry\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1313629-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Country", "Name", "Host", "Channel", "Prize", "First year aired" ], [ "2", "Horrid Henry", "The Celebrity Chair", "Shamar Stewart", "CITV", "50 000", "August 3 - November 23, 2002" ], [ "3", "Phineas and Ferb", "The Chair", "Shamar Stewart", "Disney Channel", "50.000", "August 3, 2002 - November 16, 2002" ], [ "4", "Wander Over Yonder", "The Chair", "Susanne Blakesbee", "Disney XD", "25,000", "2013" ], [ "5", "Yo Gabba Gabba!", "The Chair", "Christian Jacobs as Plex", "Nickelodeon", "25 000", "2007 - 2008" ], [ "6", "Go, Diego, Go!", "The Chair: Who Saves Animals Next", "Jake T. Austin as Diego", "Nick Jr.", "25 000", "2006" ], [ "7", "Miss BG", "Zone Rouge", "Emma Forbes", "Qubo", "€ 30,000", "January 20, 2002 - September 22, 2002" ], [ "8", "Doc McStuffins", "The Chair", "Emma Forbes", "Disney Junior", "20,000", "August 31, 2012 - November 9, 2012" ], [ "9", "Peppa Pig", "The Chair", "Shamar Stewart", "Nick Jr.", "50,000", "May 31, 2004" ], [ "10", "Static Shock", "The Chair", "Biz Markie", "Kids WB", "RUB 410,000", "Septemder 7, 2002 — August 28, 2004" ], [ "11", "The Haunted Hathaways", "The Bogey Chair", "Biz Markie", "Nickelodeon", "410,000", "August 31-November 9, 2002" ] ] }, { "t5Formulas": [ { "Question": "Which Record has a Game larger than 32, and a December smaller than 21?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)>32)*(CHOOSECOLS(query1,3)<21)))", "Formula2": "LET(query1,SUMMARIZE(E2:E16,SUMX(A2:A16),SUMX(B2:B16)),FILTER(query1,(CHOOSECOLS(query1,2)>32)*(CHOOSECOLS(query1,3)<21)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "32", "*", "CHOOSECOLS(", "query1", "3", "<", "21" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which Score has Points larger than 46, and a Game smaller than 35, and a December of 21?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1),SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)>46)*(CHOOSECOLS(query1,3)<35)*(CHOOSECOLS(query1,4)=21)))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(F2:F16),SUMX(A2:A16),SUMX(B2:B16)),FILTER(query1,(CHOOSECOLS(query1,2)>46)*(CHOOSECOLS(query1,3)<35)*(CHOOSECOLS(query1,4)=21)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "SUMX(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "46", "*", "CHOOSECOLS(", "query1", "3", "<", "35", "*", "CHOOSECOLS(", "query1", "4", "=", "21" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which December is the lowest one that has Points of 52?", "Formula": "SUM(FILTER(B1, F1=52))", "Formula2": "SUM(FILTER(B2:B16, F2:F16=52))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "52" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Which December has Points of 48, and a Game larger than 33?", "Formula": "SUM(FILTER(B1, (F1=48)*(A1>33)))", "Formula2": "SUM(FILTER(B2:B16, (F2:F16=48)*(A2:A16>33)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "F1", "=", "48", "*", "A1", ">", "33" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-14320222-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "December", "Opponent", "Score", "Record", "Points" ], [ "2", "24", "1", "@ Winnipeg Jets", "1–2", "19–5–0", "38" ], [ "3", "25", "3", "@ Detroit Red Wings", "1–4", "19–6–0", "38" ], [ "4", "26", "5", "Toronto Maple Leafs", "3–6", "19–7–0", "38" ], [ "5", "27", "7", "New York Rangers", "4–0", "20–7–0", "40" ], [ "6", "28", "8", "@ New York Rangers", "1–3", "20–8–0", "40" ], [ "7", "29", "10", "Boston Bruins", "7–4", "21–8–0", "42" ], [ "8", "30", "12", "Montreal Canadiens", "6–3", "22–8–0", "44" ], [ "9", "31", "14", "@ Detroit Red Wings", "6–4", "23–8–0", "46" ], [ "10", "32", "17", "@ New Jersey Devils", "4–7", "23–9–0", "46" ], [ "11", "33", "19", "New Jersey Devils", "6–3", "24–9–0", "48" ], [ "12", "34", "21", "@ Pittsburgh Penguins", "4–2", "25–9–0", "50" ], [ "13", "35", "22", "Pittsburgh Penguins", "3–2 OT", "26–9–0", "52" ], [ "14", "36", "27", "@ Vancouver Canucks", "6–1", "27–9–0", "54" ], [ "15", "37", "28", "@ Calgary Flames", "6–5", "28–9–0", "56" ], [ "16", "38", "31", "@ Edmonton Oilers", "3–4", "28–10–0", "56" ] ] }, { "t5Formulas": [ { "Question": "Who set the record for youngest nominee?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"youngest nominee\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"youngest nominee\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"youngest nominee\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "After the year 2011, who was the youngest nominee?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1>2011)*(A1=\"youngest nominee\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7>2011)*(A2:A7=\"youngest nominee\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", ">", "2011", "*", "A1", "=", "\"youngest nominee\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "When did Quvenzhané Wallis first win?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"quvenzhané wallis\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"quvenzhané wallis\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"quvenzhané wallis\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When was the last year when Katharine Hepburn won?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"katharine hepburn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"katharine hepburn\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"katharine hepburn\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10966872-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Superlative", "Actress", "Record Set", "Year", "Notes" ], [ "2", "Most Awards", "Katharine Hepburn", "4 awards", "1981", "Awards resulted from 12 nominations." ], [ "3", "Most Nominations", "Meryl Streep", "14 nominations", "2011", "Nominations resulted in 2 awards." ], [ "4", "Oldest Winner", "Jessica Tandy", "80 years old", "1989", "Driving Miss Daisy" ], [ "5", "Oldest Nominee", "Emmanuelle Riva", "85 years old", "2012", "Amour" ], [ "6", "Youngest Winner", "Marlee Matlin", "21 years old", "1986", "Children of a Lesser God" ], [ "7", "Youngest Nominee", "Quvenzhané Wallis", "9 years old", "2012", "Beasts of the Southern Wild" ] ] }, { "t5Formulas": [ { "Question": "How man cuts were there of players who had 0 wins but had 1 player in the top 25 with more than 4 events?", "Formula": "SUM(FILTER(G1, (B1=0)*(E1=1)*(F1>4)))", "Formula2": "SUM(FILTER(G2:G6, (B2:B6=0)*(E2:E6=1)*(F2:F6>4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "0", "*", "E1", "=", "1", "*", "F1", ">", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What was the larger number of players that played in 4 events that 2 wins but were less than 6 in the top 10?", "Formula": "SUM(FILTER(E1, (F1>4)*(B1=2)*(D1<6)))", "Formula2": "SUM(FILTER(E2:E6, (F2:F6>4)*(B2:B6=2)*(D2:D6<6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", ">", "4", "*", "B1", "=", "2", "*", "D1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-1520730-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "0", "3", "9", "5" ], [ "3", "U.S. Open", "1", "0", "1", "2", "7", "4" ], [ "4", "The Open Championship", "1", "5", "5", "11", "28", "17" ], [ "5", "PGA Championship", "0", "0", "0", "1", "4", "3" ], [ "6", "Totals", "2", "5", "6", "17", "48", "29" ] ] }, { "t5Formulas": [ { "Question": "who was position 3 in 2007-2008?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "what is the total number of 2006-2007 and 2007-2008 for jack huczek?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Jack Huczek\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"Jack Huczek\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Jack Huczek\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what isthe total number of seasons for chris crowther?", "Formula": "ROWS(UNIQUE(FILTER(F1, C1=\"Chris Crowther\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F10, C2:C10=\"Chris Crowther\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "C1", "=", "\"Chris Crowther\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what is the position for chris crowther in 2006-2007?", "Formula": "SUMIFS(A1,C1,\"Chris Crowther\")", "Formula2": "SUMIFS(A2:A10,C2:C10,\"Chris Crowther\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"Chris Crowther\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22591910-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "2005–2006", "2006–2007", "2007–2008", "2008–2009", "2009–2010" ], [ "2", "1", "Kane Waselenchuk", "Jack Huczek", "Rocky Carson", "Kane Waselenchuk", "Kane Waselenchuk" ], [ "3", "2", "Jack Huczek", "Jason Mannino", "Jack Huczek", "Rocky Carson", "Jack Huczek" ], [ "4", "3", "Cliff Swain", "Rocky Carson", "Alvaro Beltran", "Jack Huczek", "Rocky Carson" ], [ "5", "4", "Alvaro Beltran", "Alvaro Beltran", "Jason Mannino", "Alvaro Beltran", "Jason Mannino" ], [ "6", "5", "Jason Mannino", "Shane Vanderson", "Shane Vanderson", "Jason Mannino", "Shane Vanderson" ], [ "7", "6", "Rocky Carson", "Mitch Williams", "Mitch Williams", "Shane Vanderson", "Ben Croft" ], [ "8", "7", "Shane Vanderson", "Ben Croft", "Ben Croft", "Mitch Williams", "Chris Crowther" ], [ "9", "8", "Jason Thoerner", "Chris Crowther", "Chris Crowther", "Ben Croft", "Mitch Williams" ], [ "10", "9", "Mitch Williams", "Jason Thoerner", "Jason Thoerner", "Chris Crowther", "Andy Hawthorne" ] ] }, { "t5Formulas": [ { "Question": "What is the date for the ship Afrika, with nationality Great Britain?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"great britain\")*(B1=\"afrika\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"great britain\")*(B2:B19=\"afrika\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"great britain\"", "*", "B1", "=", "\"afrika\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the highest tonnage for a ship from Great Britain named Newton Ash?", "Formula": "MAX(FILTER(D1, (C1=\"great britain\")*(B1=\"newton ash\")))", "Formula2": "MAX(FILTER(D2:D19, (C2:C19=\"great britain\")*(B2:B19=\"newton ash\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "=", "\"great britain\"", "*", "B1", "=", "\"newton ash\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What was the nationality of the ship named Toward?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"toward\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"toward\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"toward\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the nationality of the sunk ship named Rinos?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"sunk\")*(B1=\"rinos\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19=\"sunk\")*(B2:B19=\"rinos\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"sunk\"", "*", "B1", "=", "\"rinos\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18670594-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Ship", "Nationality", "Tonnage", "Fate" ], [ "2", "16 May 1941", "Llangibby Castle", "Great Britain", "11,951", "Damaged" ], [ "3", "13 April 1942", "Empire Progress", "Great Britain", "5,249", "Sunk" ], [ "4", "30 April 1942", "Ashkhabad", "Soviet Union", "5,284", "Sunk" ], [ "5", "2 May 1942", "USS Cythera", "USA", "602", "Sunk" ], [ "6", "2 November 1942", "Dalcroy", "Great Britain", "4,558", "Sunk" ], [ "7", "2 November 1942", "Empire Antelope", "Great Britain", "4,945", "Sunk" ], [ "8", "2 November 1942", "Empire Leopard", "Great Britain", "5,676", "Sunk" ], [ "9", "2 November 1942", "Empire Sunrise", "Great Britain", "7,459", "Damaged" ], [ "10", "2 November 1942", "Rinos", "Greece", "4,649", "Sunk" ], [ "11", "7 February 1942", "Afrika", "Great Britain", "8,597", "Sunk" ], [ "12", "7 February 1942", "Daghild", "Norway", "9,272", "Damaged" ], [ "13", "7 February 1942", "Henry R. Mallory", "USA", "6,063", "Sunk" ], [ "14", "7 February 1942", "Kalliopi", "Greece", "4,695", "Sunk" ], [ "15", "7 February 1942", "Robert E. Hopkins", "Great Britain", "6,625", "Sunk" ], [ "16", "7 February 1942", "Toward", "Great Britain", "1,571", "Sunk" ], [ "17", "8 February 1942", "Newton Ash", "Great Britain", "1,571", "Sunk" ], [ "18", "11 May 1943", "Antigone", "Great Britain", "4,545", "Sunk" ], [ "19", "11 May 1943", "Grado", "Norway", "3,082", "Sunk" ] ] }, { "t5Formulas": [ { "Question": "Which Name was in the Year 2001?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2001),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=2001),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "2001", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "Which Name had a Rank of 18 Out of a number smaller than 149?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)<149)*(CHOOSECOLS(query1,3)=18)))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(C2:C13),SUMX(B2:B13)),FILTER(query1,(CHOOSECOLS(query1,2)<149)*(CHOOSECOLS(query1,3)=18)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "149", "*", "CHOOSECOLS(", "query1", "3", "=", "18" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Name had the Rank, 15?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "15" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the lowest Rank for the Name, \"area of permanent crops\", Out of a number smaller than 181?", "Formula": "MIN(FILTER(B1, (A1=\"area of permanent crops\")*(C1<181)))", "Formula2": "MIN(FILTER(B2:B13, (A2:A13=\"area of permanent crops\")*(C2:C13<181)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "A1", "=", "\"area of permanent crops\"", "*", "C1", "<", "181" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Which Name had the Source, World Bank, and a Rank smaller than 110, Out of a number smaller than 199?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"world bank\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<110)*(CHOOSECOLS(query1,3)<199)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=\"world bank\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<110)*(CHOOSECOLS(query1,3)<199)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"world bank\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "110", "*", "CHOOSECOLS(", "query1", "3", "<", "199" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-15733308-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Rank", "Out of", "Source", "Year" ], [ "2", "Number of agricultural machinery: Tractors", "22", "190", "World Bank", "2003" ], [ "3", "Irrigated land per capita", "14", "173", "CIA World Factbook", "2003" ], [ "4", "Total agricultural land", "15", "199", "World Bank", "2005" ], [ "5", "Total agricultural land per capita", "57", "199", "World Bank", "2005" ], [ "6", "Area of permanent crops", "18", "181", "Food and Agriculture Organization", "2000" ], [ "7", "Arable land as % of total land area", "109", "199", "World Bank", "2005" ], [ "8", "Permanent cropland area as % of total land area", "110", "187", "World Bank", "2005" ], [ "9", "Index of agricultural production", "13", "149", "United Nations", "1996-98" ], [ "10", "Annual diesel consumption in agriculture", "7", "107", "United Nations", "2005" ], [ "11", "Agricultural electricity consumption per capita", "18", "110", "United Nations", "2005" ], [ "12", "Cereal production", "13", "149", "World Resources Institute", "2001" ], [ "13", "Meat production per capita", "73", "149", "United Nations", "1998" ] ] }, { "t5Formulas": [ { "Question": "Who was the opponent in the game in which Hakim Warrick (14) did the most high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Hakim Warrick (14)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,E2:E15=\"Hakim Warrick (14)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Hakim Warrick (14)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the record in the game in which Brad Miller (7) did the high rebounds?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Brad Miller (7)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,F2:F15=\"Brad Miller (7)\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Brad Miller (7)\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the score of the game with 31-29 record?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"31-29\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,I2:I15=\"31-29\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"31-29\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-22669044-10", "Table": [ [ "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", "60", "March 1", "Atlanta", "L 92–116 (OT)", "Derrick Rose (24)", "Taj Gibson (13)", "Kirk Hinrich (6)", "United Center 19,011", "31-29" ], [ "3", "61", "March 4", "Memphis", "L 96–105 (OT)", "Luol Deng (23)", "Brad Miller (7)", "Kirk Hinrich (4)", "United Center 19,187", "31-30" ], [ "4", "62", "March 6", "Dallas", "L 116–122 (OT)", "Derrick Rose (34)", "Taj Gibson (11)", "Derrick Rose (8)", "United Center 21,737", "31-31" ], [ "5", "63", "March 9", "Utah", "L 108–132 (OT)", "Derrick Rose (25)", "Kirk Hinrich , Hakim Warrick (5)", "Derrick Rose (13)", "United Center 18,451", "31-32" ], [ "6", "64", "March 11", "@ Orlando", "L 82–111 (OT)", "James Johnson (13)", "Taj Gibson (9)", "Kirk Hinrich (6)", "Amway Arena 17,461", "31-33" ], [ "7", "65", "March 12", "@ Miami", "L 95–108 (OT)", "James Johnson , Jannero Pargo (20)", "Brad Miller (11)", "Kirk Hinrich (6)", "AmericanAirlines Arena 19,600", "31-34" ], [ "8", "66", "March 16", "@ Memphis", "L 97–104 (OT)", "Ronald Murray (25)", "Brad Miller (11)", "Jannero Pargo (8)", "FedEx Forum 15,413", "31-35" ], [ "9", "67", "March 17", "@ Dallas", "L 106–113 (OT)", "Acie Law (22)", "Chris Richard (9)", "Brad Miller , Jannero Pargo (4)", "American Airlines Center 20,406", "31-36" ], [ "10", "68", "March 19", "Cleveland", "L 85–92 (OT)", "Taj Gibson (20)", "Taj Gibson (13)", "Kirk Hinrich (11)", "United Center 23,129", "31-37" ], [ "11", "69", "March 20", "@ Philadelphia", "W 98–84 (OT)", "Derrick Rose (23)", "Taj Gibson (7)", "Kirk Hinrich (11)", "Wachovia Center 16,098", "32-37" ], [ "12", "70", "March 22", "Houston", "W 98–88 (OT)", "Derrick Rose (27)", "Brad Miller , Taj Gibson (12)", "Derrick Rose (8)", "United Center 19,834", "33-37" ], [ "13", "71", "March 25", "Miami", "L 74–103 (OT)", "Hakim Warrick (14)", "Taj Gibson (10)", "Derrick Rose (5)", "United Center 21,592", "33-38" ], [ "14", "72", "March 27", "New Jersey", "W 106–83 (OT)", "Jannero Pargo (27)", "Taj Gibson (13)", "Derrick Rose (9)", "United Center 20,592", "34-38" ], [ "15", "73", "March 28", "@ Detroit", "W 110–103 (OT)", "Ronald Murray (23)", "Taj Gibson (10)", "Derrick Rose (9)", "Palace of Auburn Hills 22,076", "35-38" ] ] }, { "t5Formulas": [ { "Question": "Street Address of 980 n. michigan avenue is what name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"980 n. michigan avenue\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"980 n. michigan avenue\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"980 n. michigan avenue\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name of 900 north michigan, and a Year smaller than 1989 involves what lowest floors?", "Formula": "MIN(FILTER(D1, (A1=\"900 north michigan\")*(E1<1989)))", "Formula2": "MIN(FILTER(D2:D10, (A2:A10=\"900 north michigan\")*(E2:E10<1989)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "\"900 north michigan\"", "*", "E1", "<", "1989" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Street Address of 401 n. wabash avenue involves what name?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"401 n. wabash avenue\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"401 n. wabash avenue\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"401 n. wabash avenue\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1492281-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Street Address", "Height feet / meters", "Floors", "Year" ], [ "2", "Trump International Hotel & Tower", "401 N. Wabash Avenue", "1,170 / 356.6", "92", "2008" ], [ "3", "John Hancock Center", "875 N. Michigan Avenue", "1,127 / 344", "100", "1969" ], [ "4", "900 North Michigan", "900 N. Michigan Avenue", "871 / 265", "66", "1989" ], [ "5", "Water Tower Place", "845 N. Michigan Avenue", "859 / 262", "74", "1976" ], [ "6", "Park Tower", "800 N. Michigan Avenue", "844 / 257", "67", "2000" ], [ "7", "Olympia Centre", "737 N. Michigan Avenue", "725 / 221", "63", "1986" ], [ "8", "One Magnificent Mile", "980 N. Michigan Avenue", "673 / 205", "58", "1983" ], [ "9", "Chicago Place", "700 N. Michigan Avenue", "608 / 185", "49", "1991" ], [ "10", "Palmolive Building", "919 N. Michigan Avenue", "565 / 172", "37", "1929" ] ] }, { "t5Formulas": [ { "Question": "What region is the toshiba emi label with a cd format?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"cd\")*(C1=\"toshiba emi\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"cd\")*(C2:C7=\"toshiba emi\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cd\"", "*", "C1", "=", "\"toshiba emi\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the dage of catalog asw 28033?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"asw 28033\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"asw 28033\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"asw 28033\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date with a Japan region?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"japan\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"japan\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"japan\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What region has a lp format on 4 August 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"lp\")*(B1=\"4 august 2008\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"lp\")*(B2:B7=\"4 august 2008\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"lp\"", "*", "B1", "=", "\"4 august 2008\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What region is on 11 August 2008?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"11 august 2008\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"11 august 2008\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"11 august 2008\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17637041-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format(s)", "Catalog" ], [ "2", "Japan", "30 July 2008", "Toshiba EMI", "CD", "TOCP-66797" ], [ "3", "United Kingdom and Ireland", "4 August 2008", "Parlophone", "LP", "228 0331" ], [ "4", "United Kingdom and Ireland", "11 August 2008", "Parlophone", "CD, digital download", "228 0342" ], [ "5", "France", "4 September 2008", "Because Music", "CD", "BEC 5772361" ], [ "6", "United States", "13 January 2009", "Astralwerks", "LP", "ASW 28033" ], [ "7", "United States", "13 January 2009", "Astralwerks", "CD, digital download", "ASW 37034" ] ] }, { "t5Formulas": [ { "Question": "In what Distance has a Venue of sale?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,D1=\"sale\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,D2:D12=\"sale\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "D1", "=", "\"sale\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHo is Winner/2nd that has c. symons?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=\"c. symons\"),10))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,I2:I12=\"c. symons\"),10))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "I1", "=", "\"c. symons\"", "10" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Race that Jockey of d. nikolic is in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=\"d. nikolic\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,I2:I12=\"d. nikolic\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "I1", "=", "\"d. nikolic\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name The Result that has a Distance of 1200m, and a Weight (kg) of 55.5?", "Formula": "LET(query1,LET(query1,FILTER(A1:J1,F1=\"1200m\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=55.5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J12,F2:F12=\"1200m\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=55.5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "F1", "=", "\"1200m\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "55.5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-15926991-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Time", "Jockey", "Winner/2nd" ], [ "2", "4th", "19 Aug 2007", "3yo Maiden", "Sale", "NA", "1208m", "57.0", "1:12.89", "L. Nolen", "1st - Aceland Street" ], [ "3", "Won", "2 Sep 2007", "3yo Maiden", "Cranbourne", "NA", "1200m", "57.0", "1:11.65", "C. Symons", "2nd - Embracing" ], [ "4", "Won", "19 Sep 2007", "3yo Rst72", "Sandown", "NA", "1300m", "57.0", "1:15.94", "B. Rawiller", "2nd - Simplest" ], [ "5", "Won", "30 Sep 2007", "3yo Open", "Sandown", "NA", "1400m", "57.0", "1:24.23", "B. Rawiller", "2nd - Viatorian" ], [ "6", "Won", "13 Oct 2007", "Caulfield Guineas", "Caulfield", "G1", "1600m", "55.5", "1:36.42", "B. Rawiller", "2nd - Scenic Blast" ], [ "7", "Won", "3 Nov 2007", "Ascot Vale Stakes", "Flemington", "G1", "1200m", "55.5", "1:08.95", "B. Rawiller", "2nd - Bel Mer" ], [ "8", "10th", "10 Nov 2007", "Emirates Stakes", "Flemington", "G1", "1600m", "51.5", "1:35.98", "D. Nikolic", "1st - Tears I Cry" ], [ "9", "Won", "23 Feb 2008", "Oakleigh Plate", "Caulfield", "G1", "1100m", "53.0", "1:03.22", "B. Rawiller", "2nd - Magnus" ], [ "10", "Won", "8 Mar 2008", "Newmarket Handicap", "Flemington", "G1", "1200m", "56.0", "1:08.97", "B. Rawiller", "2nd - Magnus" ], [ "11", "Won", "29 Mar 2008", "Randwick Guineas", "Randwick", "G1", "1600m", "56.5", "1:36.30", "B. Rawiller", "2nd - Triple Honour" ], [ "12", "Won", "19 Apr 2008", "George Ryder Stakes", "Rosehill", "G1", "1500m", "56.5", "1:31.72", "B. Rawiller", "2nd - Racing to Win" ] ] }, { "t5Formulas": [ { "Question": "what's the date of birth with end of term being 2april1969", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"2April1969\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=\"2April1969\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"2April1969\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the the president with date of inauguration being 4june1979", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"4June1979\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,D2:D14=\"4June1979\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"4June1979\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": " how many president with date of inauguration being 4june1979", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"4June1979\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B14, D2:D14=\"4June1979\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"4June1979\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what's the date of birth with end of term being 5july1978", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"5July1978\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=\"5July1978\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"5July1978\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the date of birth with # being 2", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(C2:C14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": " how many end of term with age at inauguration being 64-066 64years, 66days", "Formula": "ROWS(UNIQUE(FILTER(F1, E1=\"64-066 64years, 66days\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F14, E2:E14=\"64-066 64years, 66days\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "E1", "=", "\"64-066 64years, 66days\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-12134383-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "#", "President", "Date of birth", "Date of inauguration", "Age at inauguration", "End of term", "Length of retirement", "Date of death", "Lifespan" ], [ "2", "1", "Nkrumrah, Kwame Kwame Nkrumah", "1909-09-21 21 September 1909", "1July1960", "50-284 50years, 284days", "24February1966", "2,254 days", "1972-04-27 27 April 1972", "days (62years, 219days)" ], [ "3", "2", "Ankrah, Joseph Joseph Ankrah", "1915-08-18 18 August 1915", "24February1966", "50-190 50years, 190days", "2April1969", "8,638 days", "1992-11-25 25 November 1992", "days (77years, 99days)" ], [ "4", "3", "Afrifa, Akwasi Akwasi Afrifa", "1936-04-24 24 April 1936", "2April1969", "32-343 32years, 343days", "7August1970", "3,245 days", "1979-06-26 26 June 1979", "days (43years, 63days)" ], [ "5", "4", "Ollennu, Nii Nii Ollennu", "1906-00-00 1906", "7August1970", "64-000 ~64 years", "31August1970", "5,844 ~16 years", "1986-00-00 1986", "29,220 ~80 years" ], [ "6", "5", "Akufo-Addo, Edward Edward Akufo-Addo", "1906-06-26 26 June 1906", "31August1970", "64-066 64years, 66days", "13January1972", "2,742 days", "1979-07-17 17 July 1979", "days (73years, 21days)" ], [ "7", "6", "Acheampong, Ignatius Ignatius Acheampong", "1931-09-23 23 September 1931", "13January1972", "40-112 40years, 112days", "5July1978", "0,346 days", "1979-06-16 16 June 1979", "days (47years, 266days)" ], [ "8", "7", "Akuffo, Fred Fred Akuffo", "1937-03-21 21 March 1937", "5July1978", "41-106 41years, 106days", "4June1979", "0,022 days", "1979-06-26 26 June 1979", "days (42years, 97days)" ], [ "9", "8", "Rawlings, Jerry Jerry Rawlings", "1947-06-22 22 June 1947", "4June1979", "31-347 31years, 347days", "24September1979", "days", "2014-02-1", "days (66years, 224days)" ], [ "10", "9", "Limann, Hilla Hilla Limann", "1934-12-12 12 December 1934", "24September1979", "44-286 44years, 286days", "31December1981", "5,867 days", "1998-01-23 23 January 1998", "days (63years, 42days)" ], [ "11", "10", "Rawlings, Jerry Jerry Rawlings", "1947-06-22 22 June 1947", "31December1981", "34-192 34years, 192days", "7January2001", "days", "2014-02-1", "days (66years, 224days)" ], [ "12", "11", "Kufuor, John John Kufuor", "1938-12-08 8 December 1938", "7January2001", "62-030 62years, 30days", "7January2009", "0, days", "2014-02-1", "days (75years, 55days)" ], [ "13", "12", "Mills, John John A. Mills", "1944-07-21 21 July 1944", "7January2009", "64-170 64years, 170days", "24July2012", "0 days", "2012-07-24 24 July 2012", "days (68years, 3days)" ], [ "14", "13", "Mahama, John John Mahama", "58-11-29 29 November 1958", "24July2012", "53-238 53years, 238days", "0,000 Incumbent", "0,000 Incumbent", "2014-02-1", "days (55years, 64days)" ] ] }, { "t5Formulas": [ { "Question": "What is the home for the league 3rd liga (iii)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"3rd liga (iii)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"3rd liga (iii)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"3rd liga (iii)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the home for league 3rd liga, and an away of 4-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"3rd liga\")*(E1=\"4-0\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"3rd liga\")*(E2:E7=\"4-0\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"3rd liga\"", "*", "E1", "=", "\"4-0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the home for the away of 4-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"4-0\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"4-0\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"4-0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What season has a league 3rd liga, and away of 1-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"3rd liga\")*(E1=\"1-0\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"3rd liga\")*(E2:E7=\"1-0\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"3rd liga\"", "*", "E1", "=", "\"1-0\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the home with a league 3rd liga, and an away of 4-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"3rd liga\")*(E1=\"4-0\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"3rd liga\")*(E2:E7=\"4-0\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"3rd liga\"", "*", "E1", "=", "\"4-0\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What team has a season of 2009-10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2009-10\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"2009-10\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2009-10\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17918213-15", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "League", "Teams", "Home", "Away" ], [ "2", "1994-95", "Regionalliga Süd (III)", "FC Bayern Munich II - SpVgg Unterhaching", "2-2", "1-2" ], [ "3", "2002-03", "Regionalliga Süd", "FC Bayern Munich II - SpVgg Unterhaching", "0-2", "1-5" ], [ "4", "2007-08", "Regionalliga Süd", "FC Bayern Munich II - SpVgg Unterhaching", "2-4", "0-0" ], [ "5", "2008-09", "3rd Liga (III)", "FC Bayern Munich II - SpVgg Unterhaching", "0-0", "1-2" ], [ "6", "2009-10", "3rd Liga", "FC Bayern Munich II - SpVgg Unterhaching", "1-1", "1-0" ], [ "7", "2010-11", "3rd Liga", "FC Bayern Munich II - SpVgg Unterhaching", "1-0", "4-0" ] ] }, { "t5Formulas": [ { "Question": "What is the smallest number for old membership total?", "Formula": "MIN(B1)", "Formula2": "MIN(B2:B7)", "Level": "easy", "Tokens": [ "MIN(", "B1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "What is the lowest number of members lost when the net change is −1?", "Formula": "MINIFS(F1,D1,\"−1\")", "Formula2": "MINIFS(F2:F7,D2:D7,\"−1\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "D1", "\"−1\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the new membership total if the members lost is bigger than 1.0?", "Formula": "SUM(FILTER(C1, F1>1))", "Formula2": "SUM(FILTER(C2:C7, F2:F7>1))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "How many members were added at the nchc (men only) conference?", "Formula": "SUMIFS(E1,A1,\"NCHC (men only)\")", "Formula2": "SUMIFS(E2:E7,A2:A7,\"NCHC (men only)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"NCHC (men only)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the new membership total at the nchc (men only) conference?", "Formula": "SUMIFS(C1,A1,\"NCHC (men only)\")", "Formula2": "SUMIFS(C2:C7,A2:A7,\"NCHC (men only)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"NCHC (men only)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-27671835-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Conference", "Old membership total", "New membership total", "Net change", "Members added", "Members lost" ], [ "2", "Atlantic Hockey (men only)", "12", "11", "−1", "0", "1" ], [ "3", "Big Ten (men only)", "0", "6", "6", "6", "0" ], [ "4", "CCHA (men only)", "11", "0", "−11", "0", "11" ], [ "5", "CHA (women only)", "4", "6", "2", "3", "1" ], [ "6", "Hockey East (men)", "10", "12", "2", "2", "0" ], [ "7", "NCHC (men only)", "0", "8", "8", "8", "0" ] ] }, { "t5Formulas": [ { "Question": "What channel has an operator of ivptc?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"ivptc\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,E2:E13=\"ivptc\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"ivptc\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10742875-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Band Ch.", "Call", "City", "Owner", "Operator", "Virt. Ch.", "Nickname", "Programming" ], [ "2", "19", "WHOI", "Peoria", "Barrington", "Granite", "19.1", "HOI 19", "ABC" ], [ "3", "19", "WHOI", "Peoria", "Barrington", "Granite", "19.2", "CW 4", "The CW" ], [ "4", "25", "WEEK-TV", "Peoria", "Granite", "Granite", "25.1", "WEEK 25", "NBC" ], [ "5", "28", "WYZZ-TV", "Bloomington", "Sinclair", "Nexstar", "43.1", "Fox 43", "Fox" ], [ "6", "28", "WYZZ-TV", "Bloomington", "Sinclair", "Nexstar", "43.3", "ZUUS Country", "ZUUS Country" ], [ "7", "30", "WMBD-TV", "Peoria", "Nexstar", "Nexstar", "31.1", "WMBD 31", "CBS" ], [ "8", "30", "WMBD-TV", "Peoria", "Nexstar", "Nexstar", "31.2", "Bounce TV", "Bounce TV" ], [ "9", "39", "WAOE", "Peoria", "Four Seasons", "Granite", "59.1", "My59", "MyNetworkTV" ], [ "10", "46", "WTVP", "Peoria", "IVPTC", "IVPTC", "47.1", "WTVP 47", "PBS" ], [ "11", "46", "WTVP", "Peoria", "IVPTC", "IVPTC", "47.2", "WTVP World", "PBS World" ], [ "12", "46", "WTVP", "Peoria", "IVPTC", "IVPTC", "47.3", "Create", "Create" ], [ "13", "50", "W50DD", "Peoria", "TBN", "TBN", "50.0", "(off air)", "(off air)" ] ] }, { "t5Formulas": [ { "Question": "What is the broadcast are for channel 1?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the call sign for channel 6?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the channel number for TBS?", "Formula": "SUMIFS(A1,B1,\"TBS\")", "Formula2": "SUMIFS(A2:A8,B2:B8,\"TBS\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"TBS\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many channels are there in the Greater Tokyo area?", "Formula": "SUMIFS(A1,E1,\"Greater Tokyo\")", "Formula2": "SUMIFS(A2:A8,E2:E8,\"Greater Tokyo\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Greater Tokyo\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the signal power for JOAB-DTV?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"JOAB-DTV\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"JOAB-DTV\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"JOAB-DTV\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-2638104-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Channel", "Channel name", "Callsign", "Signal power", "Broadcast area" ], [ "2", "1", "NHK General TV / NHK G (GTV)", "JOAK-DTV", "10kW", "Greater Tokyo" ], [ "3", "2", "NHK Educational TV / NHK E (ETV)", "JOAB-DTV", "10kW", "All Kantō" ], [ "4", "4", "Nippon Television / Nittele (NTV)", "JOAX-DTV", "10kW", "All Kantō" ], [ "5", "5", "TV Asahi / Tele-Asa (EX)", "JOEX-DTV", "10kW", "All Kantō" ], [ "6", "6", "TBS", "JORX-DTV", "10kW", "All Kantō" ], [ "7", "7", "TV Tokyo / Teleto (TX)", "JOTX-DTV", "10kW", "All Kantō" ], [ "8", "8", "Fuji Television (CX)", "JOCX-DTV", "10kW", "All Kantō" ] ] }, { "t5Formulas": [ { "Question": "What date did they play the Florida Panthers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Florida Panthers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"Florida Panthers\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Florida Panthers\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score for the Atlanta Thrashers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Atlanta Thrashers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"Atlanta Thrashers\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Atlanta Thrashers\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score for game 4?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "test_1-23486853-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "1", "October 3", "Atlanta Thrashers", "6 – 3", "Philips Arena", "18545", "0–1–0", "0" ], [ "3", "2", "October 6", "Carolina Hurricanes", "2 – 1 (SO)", "RBC Center", "16186", "0–1–1", "1" ], [ "4", "3", "October 8", "New Jersey Devils", "4 – 3 (SO)", "St. Pete Times Forum", "17454", "0–1–2", "2" ], [ "5", "4", "October 10", "Carolina Hurricanes", "5 – 2", "St. Pete Times Forum", "14212", "1–1–2", "4" ], [ "6", "5", "October 12", "Florida Panthers", "3 – 2", "St. Pete Times Forum", "14126", "2–1–2", "6" ], [ "7", "6", "October 15", "Ottawa Senators", "7 – 1", "Scotiabank Place", "17732", "2–2–2", "6" ], [ "8", "7", "October 17", "Pittsburgh Penguins", "4 – 1", "Mellon Arena", "17132", "2–3–2", "6" ], [ "9", "8", "October 22", "San Jose Sharks", "5 – 2", "St. Pete Times Forum", "13343", "3–3–2", "8" ], [ "10", "9", "October 24", "Buffalo Sabres", "3 – 2 (SO)", "St. Pete Times Forum", "15804", "3–3–3", "9" ], [ "11", "10", "October 29", "Ottawa Senators", "5 – 2", "St. Pete Times Forum", "13213", "4–3–3", "11" ] ] }, { "t5Formulas": [ { "Question": "What is the number of colour with the regisration number of mg-509?", "Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"MG-509\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B10, E2:E10=\"MG-509\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "E1", "=", "\"MG-509\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-11066073-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pilot car No.", "Colour", "Serial No.", "Engine No.", "Registration No." ], [ "2", "1", "Gawler Cream (Body No. six)", "8-1001-M", "1001", "MG-501" ], [ "3", "2", "Black", "8-1002-M", "1002", "MG-502" ], [ "4", "3", "Black", "8-1003-M", "1003", "MG-503" ], [ "5", "4", "Black", "8-1004-M", "1004", "MG-504" ], [ "6", "5", "Black", "8-1005-M", "1005", "MG-505" ], [ "7", "6", "Seine Blue", "8-1006-M", "1006", "MG-506" ], [ "8", "7", "Convoy Grey", "8-1007-M", "1007", "MG-507" ], [ "9", "8", "Black", "8-1008-M", "1008", "MG-508" ], [ "10", "9", "Black", "8-1009-M", "1009", "MG-509" ] ] }, { "t5Formulas": [ { "Question": "What is the constructor when the Q1 order is 4?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(D2:D20,SUMX(E2:E20)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is the Q1 order for Felipe Massa?", "Formula": "SUMIFS(E1,C1,\"Felipe Massa\")", "Formula2": "SUMIFS(E2:E20,C2:C20,\"Felipe Massa\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"Felipe Massa\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Q1 time for the driver with Q1 order of 6?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(F2:F20,SUMX(E2:E20)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many Q1 figures are given for Alexander Wurz?", "Formula": "SUMIFS(E1,C1,\"Alexander Wurz\")", "Formula2": "SUMIFS(E2:E20,C2:C20,\"Alexander Wurz\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"Alexander Wurz\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-1706942-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Pos", "No", "Driver", "Constructor", "Q1 order", "Q1 time", "Q1 pos", "Q1+Q2 time" ], [ "2", "1", "9", "Kimi Räikkönen", "McLaren - Mercedes", "18", "1:19.886", "1", "2:42.880" ], [ "3", "2", "5", "Fernando Alonso", "Renault", "20", "1:19.889", "2", "2:43.441" ], [ "4", "3", "3", "Jenson Button", "BAR - Honda", "8", "1:20.464", "5", "2:44.105" ], [ "5", "4", "7", "Mark Webber", "Williams - BMW", "16", "1:20.442", "4", "2:44.511" ], [ "6", "5", "16", "Jarno Trulli", "Toyota", "19", "1:20.492", "6", "2:44.518" ], [ "7", "6", "4", "Takuma Sato", "BAR - Honda", "7", "1:20.851", "10", "2:44.658" ], [ "8", "7", "10", "Alexander Wurz", "McLaren - Mercedes", "2", "1:20.632", "8", "2:44.689" ], [ "9", "† 8", "12", "Felipe Massa", "Sauber - Petronas", "15", "1:20.593", "7", "2:44.930" ], [ "10", "9", "8", "Nick Heidfeld", "Williams - BMW", "6", "1:20.807", "9", "2:45.196" ], [ "11", "10", "2", "Rubens Barrichello", "Ferrari", "13", "1:20.892", "11", "2:45.240" ], [ "12", "11", "17", "Ralf Schumacher", "Toyota", "17", "1:20.994", "12", "2:45.416" ], [ "13", "12", "11", "Jacques Villeneuve", "Sauber - Petronas", "11", "1:20.999", "13", "2:46.259" ], [ "14", "13", "6", "Giancarlo Fisichella", "Renault", "4", "1:21.708", "15", "2:46.710" ], [ "15", "14", "1", "Michael Schumacher", "Ferrari", "5", "1:20.260", "3", "2:47.244" ], [ "16", "15", "14", "David Coulthard", "Red Bull - Cosworth", "14", "1:21.632", "14", "2:48.070" ], [ "17", "16", "15", "Vitantonio Liuzzi", "Red Bull - Cosworth", "1", "1:21.804", "16", "2:48.155" ], [ "18", "17", "19", "Narain Karthikeyan", "Jordan - Toyota", "3", "1:23.123", "17", "2:52.099" ], [ "19", "18", "18", "Tiago Monteiro", "Jordan - Toyota", "12", "1:25.100", "18", "2:54.252" ], [ "20", "19", "20", "Patrick Friesacher", "Minardi - Cosworth", "10", "1:26.484", "20", "2:57.048" ] ] }, { "t5Formulas": [ { "Question": "How many parties is Tom Foley a member of?", "Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Tom Foley\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C6, B2:B6=\"Tom Foley\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "\"Tom Foley\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the result of the election in the district whose incumbent is Tom Foley?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Tom Foley\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Tom Foley\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Tom Foley\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-1341568-48", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "Elected", "Status", "Opponent" ], [ "2", "Washington1", "John Miller", "Republican", "1984", "Re-elected", "John Miller (R) 52.0% Cynthia Sullivan (D) 48.0%" ], [ "3", "Washington3", "Jolene Unsoeld", "Democratic", "1988", "Re-elected", "Jolene Unsoeld (D) 53.8% Robert Williams (R) 46.2%" ], [ "4", "Washington4", "Sid Morrison", "Republican", "1980", "Re-elected", "Sid Morrison (R) 70.7% Ole H. Hougen (D) 29.3%" ], [ "5", "Washington5", "Tom Foley", "Democratic", "1964", "Re-elected", "Tom Foley (D) 68.8% Marlyn Derby (R) 31.2%" ], [ "6", "Washington6", "Norman D. Dicks", "Democratic", "1976", "Re-elected", "Norman D. Dicks (D) 61.4% Norman Mueller (R) 38.6%" ] ] }, { "t5Formulas": [ { "Question": "What's listed for the 2012 that has a 2011 of 7.7% with a 2008 of 7.9%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"7.7%\")*(C1=\"7.9%\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"7.7%\")*(C2:C9=\"7.9%\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"7.7%\"", "*", "C1", "=", "\"7.9%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is listed for the 2011 that has a 2005 of 4.2%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"4.2%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"4.2%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"4.2%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is listed for the 2012 that has a 2011 of 28.9%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"28.9%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"28.9%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"28.9%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is listed for the 2005 that has a 2012 of 4.2%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"4.2%\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"4.2%\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"4.2%\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is listed the Favorite Professional Sport that's got a 2005 of 17.1%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"17.1%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"17.1%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"17.1%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is listed as the Favorite Professional Sport that has a 2008 of 8.9%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"8.9%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"8.9%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"8.9%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-147777-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Favorite professional sport", "2005", "2008", "2011", "2012" ], [ "2", "Baseball ( Nippon Professional Baseball )", "51.7%", "48.8%", "45.1%", "44.9%" ], [ "3", "Football ( J. League )", "22.8%", "21.8%", "28.9%", "31.2%" ], [ "4", "Golf ( Japan Golf Tour )", "16.9%", "16.3%", "19.9%", "16.5%" ], [ "5", "Sumo", "17.1%", "19.3%", "15.1%", "16.3%" ], [ "6", "Boxing", "7.8%", "8.9%", "7.7%", "8.4%" ], [ "7", "Motor racing", "6.2%", "7.9%", "7.7%", "7.6%" ], [ "8", "Puroresu", "4.2%", "4.8%", "3.1%", "3.7%" ], [ "9", "Others", "8.0%", "6.0%", "5.7%", "4.2%" ] ] }, { "t5Formulas": [ { "Question": "What was the away team when the home team scored 7.11 (53)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"7.11 (53)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"7.11 (53)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"7.11 (53)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What away team scored 14.7 (91)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.7 (91)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.7 (91)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.7 (91)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score of the home team when Richmond was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the smallest crowd when the home team scored 7.11 (53)?", "Formula": "MINIFS(F1,B1,\"7.11 (53)\")", "Formula2": "MINIFS(F2:F7,B2:B7,\"7.11 (53)\")", "Level": "easy", "Tokens": [ "MINIFS(", "F1", "B1", "\"7.11 (53)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-10750694-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "11.12 (78)", "St Kilda", "8.10 (58)", "MCG", "14,045", "26 July 1952" ], [ "3", "Hawthorn", "8.14 (62)", "Richmond", "14.7 (91)", "Glenferrie Oval", "11,000", "26 July 1952" ], [ "4", "Footscray", "8.9 (57)", "Geelong", "9.12 (66)", "Western Oval", "22,759", "26 July 1952" ], [ "5", "North Melbourne", "7.11 (53)", "Essendon", "7.8 (50)", "Arden Street Oval", "15,000", "26 July 1952" ], [ "6", "Fitzroy", "5.6 (36)", "Collingwood", "4.11 (35)", "Brunswick Street Oval", "26,000", "26 July 1952" ], [ "7", "South Melbourne", "10.16 (76)", "Carlton", "10.16 (76)", "Lake Oval", "32,000", "26 July 1952" ] ] }, { "t5Formulas": [ { "Question": "Which County has a Rank larger than 8, and a Player of joe mckenna?", "Formula": "FILTER(C1,(A1>8)*(B1=\"joe mckenna\"))", "Formula2": "FILTER(C2:C14,(A2:A14>8)*(B2:B14=\"joe mckenna\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "A1", ">", "8", "*", "B1", "=", "\"joe mckenna\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which Total has a County of kilkenny, and a Tally of 1–4, and a Rank larger than 10?", "Formula": "AVERAGE(FILTER(E1,(C1=\"kilkenny\")*(D1=\"1–4\")*(A1>10)))", "Formula2": "AVERAGE(FILTER(E2:E14,(C2:C14=\"kilkenny\")*(D2:D14=\"1–4\")*(A2:A14>10)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "=", "\"kilkenny\"", "*", "D1", "=", "\"1–4\"", "*", "A1", ">", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is galway county's total?", "Formula": "SUM(FILTER(E1,C1=\"galway\"))", "Formula2": "SUM(FILTER(E2:E14,C2:C14=\"galway\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"galway\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18936986-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "County", "Tally", "Total", "Opposition" ], [ "2", "1", "Éamonn Moroney", "Clare", "2–4", "10", "Waterford" ], [ "3", "1", "Joe McKenna", "Clare", "2–4", "10", "Kilkenny" ], [ "4", "1", "Liam 'Chunky' O'Brien", "Clare", "1–7", "10", "Kilkenny" ], [ "5", "1", "Ned Buggy", "Wexford", "0–10", "10", "Offaly" ], [ "6", "5", "Mick Holden", "Dublin", "2–3", "9", "Kilkenny" ], [ "7", "5", "P. J. Molloy", "Galway", "1–6", "9", "Cork" ], [ "8", "5", "Ned Buggy", "Wexford", "1–6", "9", "Kilkenny" ], [ "9", "8", "Éamonn Cregan", "Limerick", "0–8", "8", "Clare" ], [ "10", "8", "Mick 'Cloney' Brennan", "Kilkenny", "0–8", "8", "Wexford" ], [ "11", "10", "Mick Crotty", "Kilkenny", "1–4", "7", "Dublin" ], [ "12", "10", "Joe McKenna", "Limerick", "1–4", "7", "Waterford" ], [ "13", "10", "Matt Ruth", "Kilkenny", "1–4", "7", "Wexford" ], [ "14", "10", "Charlie McCarthy", "Cork", "1–4", "7", "Limerick" ] ] }, { "t5Formulas": [ { "Question": "What is the Venue of the game with a Score of 0–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"0–0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"0–0\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"0–0\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Venue of the Friendly Competition with a Score of 1–4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"friendly\")*(C1=\"1–4\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(D2:D10=\"friendly\")*(C2:C10=\"1–4\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"friendly\"", "*", "C1", "=", "\"1–4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Venue of the WCQ5 Competition?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wcq5\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"wcq5\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"wcq5\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Date of the Competition with a Score of 2–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2–0\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"2–0\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2–0\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Venue of the Competition with a Score of 0–2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"0–2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"0–2\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"0–2\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Venue of the Competition with a Score of 2–0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2–0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"2–0\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2–0\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1763220-14", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Competition", "Report" ], [ "2", "18 August", "Hampden Park , Glasgow (H)", "0–3", "Friendly", "BBC Sport" ], [ "3", "3 September", "Estadio Ciudad de Valencia , Valencia (A)", "1–1", "Friendly", "BBC Sport" ], [ "4", "8 September", "Hampden Park , Glasgow (H)", "0–0", "WCQ5", "BBC Sport" ], [ "5", "9 October", "Hampden Park , Glasgow (H)", "0–1", "WCQ5", "BBC Sport" ], [ "6", "13 October", "Republican Stadium , Chişinău (A)", "1–1", "WCQ5", "BBC Sport" ], [ "7", "17 November", "Easter Road , Edinburgh (H)", "1–4", "Friendly", "BBC Sport" ], [ "8", "26 March", "San Siro , Milan (A)", "0–2", "WCQ5", "BBC Sport" ], [ "9", "4 June", "Hampden Park , Glasgow (H)", "2–0", "WCQ5", "BBC Sport" ], [ "10", "8 June", "Dinamo Stadion , Minsk (A)", "0–0", "WCQ5", "BBC Sport" ] ] }, { "t5Formulas": [ { "Question": "How many matches were played that resulted in less than 59.1 overs and a 6.78 Economy rate?", "Formula": "SUM(FILTER(C1, (D1<59.1)*(F1>6.78)))", "Formula2": "SUM(FILTER(C2:C6, (D2:D6<59.1)*(F2:F6>6.78)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "<", "59.1", "*", "F1", ">", "6.78" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the average of someone with more than 19 wickets and less than 16 matches?", "Formula": "SUM(FILTER(G1, (E1>19)*(C1<16)))", "Formula2": "SUM(FILTER(G2:G6, (E2:E6>19)*(C2:C6<16)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", ">", "19", "*", "C1", "<", "16" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What were the total number of matches played when the Deccan Chargers had a strike rate of 15.5?", "Formula": "SUM(FILTER(C1, (B1=\"deccan chargers\")*(H1>15.5)))", "Formula2": "SUM(FILTER(C2:C6, (B2:B6=\"deccan chargers\")*(H2:H6>15.5)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"deccan chargers\"", "*", "H1", ">", "15.5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17529767-10", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Player", "Team", "Matches", "Overs", "Wickets", "Economy Rate", "Average", "Strike Rate", "Best Bowling" ], [ "2", "R.P. Singh", "Deccan Chargers", "16", "59.4", "23", "6.98", "18.13", "15.5", "4/22" ], [ "3", "Anil Kumble", "Royal Challengers Bangalore", "16", "59.1", "21", "5.86", "16.52", "16.9", "5/5" ], [ "4", "Ashish Nehra", "Delhi Daredevils", "13", "51.0", "19", "6.78", "18.21", "16.1", "3/27" ], [ "5", "Lasith Malinga", "Mumbai Indians", "13", "49.3", "18", "6.30", "17.33", "16.5", "3/11" ], [ "6", "Pragyan Ojha", "Deccan Chargers", "15", "53.3", "18", "6.50", "19.33", "13.2", "3/21" ] ] }, { "t5Formulas": [ { "Question": "Studio host of jimmy myers had what play by play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"jimmy myers\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"jimmy myers\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"jimmy myers\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Play-by-play of sean grande, and a Year of 2004-05 had what studio host?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sean grande\")*(A1=\"2004-05\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"sean grande\")*(A2:A11=\"2004-05\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sean grande\"", "*", "A1", "=", "\"2004-05\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Year of 2006-07 had what studio host?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2006-07\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"2006-07\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2006-07\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Play-by-play of sean grande, and a Flagship Station of wrko, and a Year of 2005-06 had what studio host?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sean grande\")*(B1=\"wrko\")*(A1=\"2005-06\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"sean grande\")*(B2:B11=\"wrko\")*(A2:A11=\"2005-06\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sean grande\"", "*", "B1", "=", "\"wrko\"", "*", "A1", "=", "\"2005-06\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Studio host of john ryder, and a Year of 2007-08 had what play by play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"john ryder\")*(A1=\"2007-08\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"john ryder\")*(A2:A11=\"2007-08\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"john ryder\"", "*", "A1", "=", "\"2007-08\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Play-by-play of sean grande, and a Flagship Station of wrko involved what color commentator?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sean grande\")*(B1=\"wrko\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"sean grande\")*(B2:B11=\"wrko\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"sean grande\"", "*", "B1", "=", "\"wrko\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14902507-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Flagship Station", "Play-by-play", "Color commentator(s)", "Studio host" ], [ "2", "2009-10", "WEEI", "Sean Grande", "Cedric Maxwell", "John Ryder" ], [ "3", "2008-09", "WEEI", "Sean Grande", "Cedric Maxwell", "John Ryder" ], [ "4", "2007-08", "WEEI", "Sean Grande", "Cedric Maxwell", "John Ryder" ], [ "5", "2006-07", "WRKO", "Sean Grande", "Cedric Maxwell", "Jimmy Myers and Jimmy Young" ], [ "6", "2005-06", "WRKO", "Sean Grande", "Cedric Maxwell", "Jimmy Myers and Jimmy Young" ], [ "7", "2004-05", "WWZN", "Sean Grande", "Cedric Maxwell", "Jimmy Myers" ], [ "8", "2003-04", "WWZN", "Sean Grande", "Cedric Maxwell", "Jimmy Myers" ], [ "9", "2002-03", "WWZN", "Sean Grande", "Cedric Maxwell", "Jimmy Myers" ], [ "10", "2001-02", "WWZN", "Sean Grande", "Cedric Maxwell", "Dave Jageler & Marty Tirrell" ], [ "11", "2000-01", "WEEI", "Howard David", "Cedric Maxwell", "Ted Sarandis" ] ] }, { "t5Formulas": [ { "Question": "What team scored more than 572 points and had more than 29 games?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>572)*(CHOOSECOLS(query1,3)>29)))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(E2:E6),SUMX(D2:D6)),FILTER(query1,(CHOOSECOLS(query1,2)>572)*(CHOOSECOLS(query1,3)>29)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "572", "*", "CHOOSECOLS(", "query1", "3", ">", "29" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the least amount of games for Luis scola with a rank greater than 1?", "Formula": "MIN(FILTER(D1, (A1>1)*(B1=\"luis scola\")))", "Formula2": "MIN(FILTER(D2:D6, (A2:A6>1)*(B2:B6=\"luis scola\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", ">", "1", "*", "B1", "=", "\"luis scola\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-11194153-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Team", "Games", "Points" ], [ "2", "1.", "Juan Carlos Navarro", "Winterthur FC Barcelona", "33", "572" ], [ "3", "2.", "Luis Scola", "TAU Cerámica", "29", "4928" ], [ "4", "3.", "Rudy Fernández", "DKV Joventut", "32", "520" ], [ "5", "4.", "Louis Bullock", "Real Madrid", "34", "525" ], [ "6", "5.", "Igor Rakočević", "TAU Cerámica", "32", "4920" ] ] }, { "t5Formulas": [ { "Question": "What is the highest pick number for a pick drafted by the denver broncos?", "Formula": "MAXIFS(A1,B1,\"denver broncos\")", "Formula2": "MAXIFS(A2:A9,B2:B9,\"denver broncos\")", "Level": "easy", "Tokens": [ "MAXIFS(", "A1", "B1", "\"denver broncos\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18652198-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "17", "Denver Broncos", "Glenn Ressler Category:Articles with hCards", "Offensive guard", "Penn State" ], [ "3", "18", "Houston Oilers", "Ernie Koy Category:Articles with hCards", "Running back", "Texas" ], [ "4", "19", "Oakland Raiders", "Bob Svihus Category:Articles with hCards", "Defensive tackle", "USC" ], [ "5", "20", "New York Jets", "Verlon Biggs Category:Articles with hCards", "Defensive end", "Jackson State" ], [ "6", "21", "Kansas City Chiefs", "Mike Curtis Category:Articles with hCards", "Linebacker", "Duke" ], [ "7", "22", "San Diego Chargers", "Allen Brown Category:Articles with hCards", "Tight end", "Mississippi" ], [ "8", "23", "Boston Patriots", "Jim Whalen Category:Articles with hCards", "Tackle", "Boston College" ], [ "9", "24", "Buffalo Bills", "Al Atkinson Category:Articles with hCards", "Linebacker", "Villanova" ] ] }, { "t5Formulas": [ { "Question": "What was the outcome of the Tournament in Buenos Aires?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"buenos aires\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"buenos aires\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"buenos aires\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the match played with partner Andres Molteni, with the outcome of winner, who was the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"winner\")*(E1=\"andres molteni\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(A2:A7=\"winner\")*(E2:E7=\"andres molteni\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"winner\"", "*", "E1", "=", "\"andres molteni\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10713126-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponent", "Score" ], [ "2", "Runner-up", "23 January 2006", "Santiago", "Clay", "Felipe Parada", "Máximo González Sergio Roitman", "4–6, 3–6" ], [ "3", "Runner-up", "2 April 2007", "San Luis Potosí", "Clay", "Pablo Gonzalez", "Jérémy Chardy Marcelo Melo", "0–6, 3–6" ], [ "4", "Runner-up", "4 October 2010", "Buenos Aires", "Clay", "Federico Delbonis", "Carlos Berlocq Brian Dabul", "3–6, 2–6" ], [ "5", "Runner-up", "30 May 2011", "Furth [ disambiguation needed ]", "Clay", "Julio César Campozano", "Rameez Junaid Frank Moser", "2–6, 7–6(2), 7–10" ], [ "6", "Winner", "1 August 2011", "Trani", "Clay", "Andres Molteni", "Giulio Di Meo Stefano Ianni", "6–4, 6–4" ], [ "7", "Winner", "15 April 2013", "Panama City", "Clay", "Sergio Galdós", "Alejandro González Julio César Campozano", "6–4, 6–4" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the lowest Long that has the Yards 293, and the Returns smaller than 16?", "Formula": "MIN(FILTER(E1, (D1=293)*(C1<16)))", "Formula2": "MIN(FILTER(E2:E6, (D2:D6=293)*(C2:C6<16)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "293", "*", "C1", "<", "16" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Can you tell me the Player that has the Long larger than 28, and the Yards of 222?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>28)*(CHOOSECOLS(query1,3)=222)))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(E2:E6),SUMX(D2:D6)),FILTER(query1,(CHOOSECOLS(query1,2)>28)*(CHOOSECOLS(query1,3)=222)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "28", "*", "CHOOSECOLS(", "query1", "3", "=", "222" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Can you tell me the total number of Yards per return that has the Player of gizmo williams, and the Games smaller than 13?", "Formula": "SUM(FILTER(F1, (A1=\"gizmo williams\")*(B1<13)))", "Formula2": "SUM(FILTER(F2:F6, (A2:A6=\"gizmo williams\")*(B2:B6<13)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "\"gizmo williams\"", "*", "B1", "<", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-16678064-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Games", "Returns", "Yards", "Long", "Yards per return" ], [ "2", "Keith Byars", "16", "1", "27", "27", "27.0" ], [ "3", "Mark Higgs", "15", "16", "293", "30", "18.3" ], [ "4", "Dave Little", "16", "2", "14", "12", "7.0" ], [ "5", "Heath Sherman", "15", "13", "222", "45", "17.1" ], [ "6", "Gizmo Williams", "13", "14", "249", "28", "17.8" ] ] }, { "t5Formulas": [ { "Question": "What is the average First Downs for december 4?", "Formula": "AVERAGEIFS(H1,B1,\"december 4\")", "Formula2": "AVERAGEIFS(H2:H15,B2:B15,\"december 4\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "H1", "B1", "\"december 4\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the lowest Attendance against the tampa bay buccaneers, with Points Against of less than 7?", "Formula": "MIN(FILTER(I1, (E1=\"tampa bay buccaneers\")*(G1<7)))", "Formula2": "MIN(FILTER(I2:I15, (E2:E15=\"tampa bay buccaneers\")*(G2:G15<7)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "I1", "E1", "=", "\"tampa bay buccaneers\"", "*", "G1", "<", "7" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest Points when the record was 12–2, and the Points Against are larger than 6?", "Formula": "SUM(FILTER(F1, (D1=\"12–2\")*(G1>6)))", "Formula2": "SUM(FILTER(F2:F15, (D2:D15=\"12–2\")*(G2:G15>6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "\"12–2\"", "*", "G1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-15847691-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Week", "Date", "Result", "Record", "Opponent", "Points For", "Points Against", "First Downs", "Attendance" ], [ "2", "1", "September 18", "Win", "1–0", "at Minnesota Vikings", "16", "10", "16", "47,678" ], [ "3", "2", "September 25", "Win", "2–0", "New York Giants", "41", "21", "25", "64,215" ], [ "4", "3", "October 2", "Win", "3–0", "Tampa Bay Buccaneers", "23", "7", "23", "55,316" ], [ "5", "4", "October 9", "Win", "4–0", "at St. Louis Cardinals", "30", "24", "22", "50,129" ], [ "6", "5", "October 16", "Win", "5–0", "Washington Redskins", "34", "16", "23", "62,115" ], [ "7", "6", "October 23", "Win", "6–0", "at Philadelphia Eagles", "16", "10", "17", "65,507" ], [ "8", "7", "October 30", "Win", "7–0", "Detroit Lions", "37", "0", "20", "63,160" ], [ "9", "8", "November 6", "Win", "8–0", "at New York Giants", "24", "10", "13", "74,532" ], [ "10", "9", "November 14", "Loss", "8–1", "St. Louis Cardinals", "17", "24", "16", "64,038" ], [ "11", "10", "November 20", "Loss", "8–2", "at Pittsburgh Steelers", "13", "28", "20", "49,761" ], [ "12", "11", "November 27", "Win", "9–2", "at Washington Redskins", "14", "7", "19", "55,031" ], [ "13", "12", "December 4", "Win", "10–2", "Philadelphia Eagles", "24", "14", "19", "60,289" ], [ "14", "13", "December 12", "Win", "11–2", "at San Francisco 49ers", "42", "35", "24", "55,851" ], [ "15", "14", "December 18", "Win", "12–2", "Denver Broncos", "14", "6", "15", "63,752" ] ] }, { "t5Formulas": [ { "Question": "Show the shipping charge and customer id for customer orders with order status Cancelled or Paid.", "Formula": "LET(query1,FILTER(A1:G1,(C1=\"paid\")+(C1=\"cancelled\")),SUMMARIZE(HSTACK(CHOOSECOLS(query1,2,1)),SUMX(CHOOSECOLS(query1,7))))", "Formula2": "LET(query1,FILTER(A2:G16,(C2:C16=\"paid\")+(C2:C16=\"cancelled\")),SUMMARIZE(HSTACK(CHOOSECOLS(query1,2,1)),SUMX(CHOOSECOLS(query1,7))))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"paid\"", "+", "C1", "=", "\"cancelled\"", "SUMMARIZE(", "HSTACK(", "CHOOSECOLS(", "query1", "2", "1", "SUMX(", "CHOOSECOLS(", "query1", "7" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str", "SUMMARIZE(", "HSTACK(", "CHOOSECOLS(", "query1", "Num", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num" ] } ], "TableName": "customers_campaigns_ecommerce_customer_orders", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "order id", "customer id", "order status code", "shipping method code", "order placed datetime", "order delivered datetime", "order shipping charges" ], [ "2", "1", "2", "Cancelled", "Unspecified", "6/15/2015 18:19", "3/20/2018 12:00", "85.79" ], [ "3", "2", "8", "Cancelled", "Unspecified", "7/5/2009 20:02", "3/20/2018 12:00", "98.4" ], [ "4", "3", "9", "Cancelled", "FedEx", "11/15/2008 12:22", "3/20/2018 12:00", "36.87" ], [ "5", "4", "1", "Delivered", "UPS", "10/23/2008 6:42", "3/20/2018 12:00", "98.73" ], [ "6", "5", "7", "Paid", "FedEx", "5/28/2017 5:48", "3/20/2018 12:00", "35.63" ], [ "7", "6", "2", "Cancelled", "Unspecified", "6/24/2014 13:53", "3/20/2018 12:00", "99.26" ], [ "8", "7", "15", "Cancelled", "FedEx", "8/28/2014 15:08", "3/20/2018 12:00", "26.56" ], [ "9", "8", "2", "Delivered", "Unspecified", "6/5/2012 9:05", "3/20/2018 12:00", "77.32" ], [ "10", "9", "1", "Cancelled", "FedEx", "5/30/2009 16:13", "3/20/2018 12:00", "57.36" ], [ "11", "10", "14", "Paid", "Unspecified", "8/29/2013 3:17", "3/20/2018 12:00", "33.58" ], [ "12", "11", "1", "Paid", "Unspecified", "12/29/2015 10:39", "3/20/2018 12:00", "22.84" ], [ "13", "12", "12", "Cancelled", "Unspecified", "10/20/2016 20:59", "3/20/2018 12:00", "21.24" ], [ "14", "13", "12", "Paid", "FedEx", "6/16/2013 17:51", "3/20/2018 12:00", "31.33" ], [ "15", "14", "14", "Paid", "UPS", "4/29/2010 8:21", "3/20/2018 12:00", "46.4" ], [ "16", "15", "5", "Delivered", "FedEx", "1/18/2009 20:06", "3/20/2018 12:00", "74.28" ] ] }, { "t5Formulas": [ { "Question": "Tiger Woods with a total less than 293 had what To par?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"tiger woods\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<293))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F9,A2:A9=\"tiger woods\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<293))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"tiger woods\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "293" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Bernhard Langer maximum total was what?", "Formula": "MAXIFS(D1,A1,\"bernhard langer\")", "Formula2": "MAXIFS(D2:D9,A2:A9,\"bernhard langer\")", "Level": "easy", "Tokens": [ "MAXIFS(", "D1", "A1", "\"bernhard langer\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average of the total when t11 is the finish?", "Formula": "AVERAGEIFS(D1,F1,\"t11\")", "Formula2": "AVERAGEIFS(D2:D9,F2:F9,\"t11\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "D1", "F1", "\"t11\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16514630-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Tiger Woods", "United States", "1997", "284", "–4", "5" ], [ "3", "Fred Couples", "United States", "1992", "288", "E", "T11" ], [ "4", "Larry Mize", "United States", "1987", "292", "+4", "T25" ], [ "5", "Nick Faldo", "England", "1989 , 1990 , 1996", "293", "+5", "T28" ], [ "6", "Bernhard Langer", "Germany", "1985 , 1993", "293", "+5", "T28" ], [ "7", "Ian Woosnam", "Wales", "1991", "295", "+7", "T40" ], [ "8", "Jack Nicklaus", "United States", "1963 , 1965 , 1966 , 1972 , 1975 , 1986", "303", "+15", "T54" ], [ "9", "Tommy Aaron", "United States", "1973", "313", "+25", "57" ] ] }, { "t5Formulas": [ { "Question": "What game happened on December 19?", "Formula": "MAX(FILTER(A1,B1=\"December 19\"))", "Formula2": "MAX(FILTER(A2:A14,B2:B14=\"December 19\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "B1", "=", "\"December 19\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who scored the most points against Washington?", "Formula": "FILTER(E1,C1=\"Washington\")", "Formula2": "FILTER(E2:E14,C2:C14=\"Washington\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"Washington\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-15780049-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 1", "@ Atlanta", "W 104–103 (OT)", "Vince Carter (19)", "Vince Carter , Keon Clark (10)", "Alvin Williams (9)", "Philips Arena 18,628", "11–6" ], [ "3", "18", "December 2", "Boston", "L 69–85 (OT)", "Vince Carter (17)", "Antonio Davis (12)", "Vince Carter (6)", "Air Canada Centre 19,800", "11–7" ], [ "4", "19", "December 6", "@ Milwaukee", "L 89–95 (OT)", "Vince Carter (26)", "Hakeem Olajuwon (14)", "Vince Carter (7)", "Bradley Center 18,717", "11–8" ], [ "5", "20", "December 7", "Denver", "W 98–96 (OT)", "Vince Carter (42)", "Vince Carter (15)", "Chris Childs , Alvin Williams (7)", "Air Canada Centre 19,800", "12–8" ], [ "6", "21", "December 9", "Phoenix", "L 90–91 (OT)", "Vince Carter (42)", "Keon Clark (15)", "Chris Childs (7)", "Air Canada Centre 19,800", "12–9" ], [ "7", "22", "December 12", "@ San Antonio", "L 95–108 (OT)", "Alvin Williams (16)", "Hakeem Olajuwon , Morris Peterson (6)", "Alvin Williams (7)", "Alamodome 16,650", "12–10" ], [ "8", "23", "December 13", "@ Charlotte", "L 90–104 (OT)", "Vince Carter (31)", "Keon Clark (9)", "Alvin Williams (7)", "Charlotte Coliseum 9,791", "12–11" ], [ "9", "24", "December 16", "Washington", "L 88–93 (OT)", "Vince Carter (23)", "Antonio Davis (14)", "Alvin Williams (8)", "Air Canada Centre 20,048", "12–12" ], [ "10", "25", "December 19", "@ Indiana", "W 102–90 (OT)", "Morris Peterson (29)", "Keon Clark (11)", "Vince Carter , Alvin Williams (6)", "Conseco Fieldhouse 16,060", "13–12" ], [ "11", "26", "December 20", "Chicago", "W 96–91 (OT)", "Vince Carter (33)", "Antonio Davis , Jerome Williams (11)", "Vince Carter (7)", "Air Canada Centre 19,800", "14–12" ], [ "12", "27", "December 23", "Miami", "W 83–76 (OT)", "Vince Carter (27)", "Vince Carter , Antonio Davis (10)", "Alvin Williams (7)", "Air Canada Centre 19,800", "15–12" ], [ "13", "28", "December 25", "@ New York", "L 94–102 (OT)", "Morris Peterson (22)", "Antonio Davis (11)", "Alvin Williams (5)", "Madison Square Garden 19,763", "15–13" ], [ "14", "29", "December 28", "@ L.A. Lakers", "W 89–86 (OT)", "Alvin Williams (17)", "Keon Clark (16)", "Alvin Williams (8)", "Staples Center 18,997", "16–13" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the position of the person whose hometown is Queens, NY?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"queens, ny\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"queens, ny\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"queens, ny\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Tim Andree's greatest number?", "Formula": "MAXIFS(B1,A1,\"tim andree\")", "Formula2": "MAXIFS(B2:B15,A2:A15,\"tim andree\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "A1", "\"tim andree\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the lowest number of the player with a hometown of Bellwood, IL?", "Formula": "MINIFS(B1,E1,\"bellwood, il\")", "Formula2": "MINIFS(B2:B15,E2:E15,\"bellwood, il\")", "Level": "easy", "Tokens": [ "MINIFS(", "B1", "E1", "\"bellwood, il\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16082306-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Number", "Position", "Year", "Hometown" ], [ "2", "Tim Abromaitis", "21", "F", "Freshman", "Farmington, CT" ], [ "3", "Tim Andree", "41", "F", "Sophomore", "Colts Neck, NJ" ], [ "4", "Ryan Ayers", "42", "F/G", "Junior", "Blue Bell, PA" ], [ "5", "Luke Harangody", "44", "F", "Sophomore", "Schererville, IN" ], [ "6", "Zach Hillesland", "33", "F", "Junior", "Toledo, OH" ], [ "7", "Tory Jackson", "2", "G", "Sophomore", "Saginaw, MI" ], [ "8", "Tom Kopko", "5", "G", "Freshman", "Chicago, IL" ], [ "9", "Rob Kurz", "31", "F", "Senior", "Lower Gwynedd Township, PA" ], [ "10", "Kyle McAlarney", "23", "G", "Junior", "Staten Island, NY" ], [ "11", "Tyrone Nash", "1", "G", "Freshman", "Queens, NY" ], [ "12", "Jonathan Peoples", "20", "G", "Sophomore", "Bellwood, IL" ], [ "13", "Ty Proffitt", "13", "G", "Freshman", "London, KY" ], [ "14", "Carleton Scott", "34", "F", "Freshman", "San Antonio, TX" ], [ "15", "Luke Zeller", "40", "F/C", "Junior", "Washington, IN" ] ] }, { "t5Formulas": [ { "Question": "Which of the above are from 1987?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1987),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=1987),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1987", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What position is the player from 1987?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1987),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=1987),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1987", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What position is the player from 1959?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1959),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=1959),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1959", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-10560886-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "From", "School/Country" ], [ "2", ", Bo Lamar", "United States", "Guard", "1977", "Louisiana-Lafayette" ], [ "3", ", Jeff Lamp", "United States", "Guard/Forward", "1987", "Virginia" ], [ "4", ", Mark Landsberger", "United States", "Forward/Center", "1979", "Arizona State" ], [ "5", ", Stu Lantz", "United States", "Guard", "1974", "Nebraska" ], [ "6", ", Rudy LaRusso", "United States", "Forward/Center", "1959", "Dartmouth" ], [ "7", ", Butch Lee", "United States", "Guard", "1979", "Marquette" ], [ "8", ", Slick Leonard", "United States", "Guard", "1956", "Indiana" ], [ "9", ", Ronnie Lester", "United States", "Guard", "1984", "Iowa" ], [ "10", ", Stan Love", "United States", "Forward", "1973", "Oregon" ], [ "11", "Clyde Lovellette *", "United States", "Forward/Center", "1953", "Kansas" ], [ "12", ", Maurice Lucas", "United States", "Forward/Center", "1985", "Marquette" ], [ "13", ", Tyronn Lue", "United States", "Guard", "1998", "Nebraska" ], [ "14", ", George Lynch", "United States", "Forward", "1993", "North Carolina" ], [ "15", ", Mike Lynn", "United States", "Forward", "1969", "UCLA" ] ] }, { "t5Formulas": [ { "Question": "What is the value in 1965 when 7 is the value for 1967?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=7),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,C2:C12=7),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "7", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the value in 1971 when 30 is the value for 1969?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=30),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,E2:E12=30),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "30", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the value in 1966 with a 0 value in 1969?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=0),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,E2:E12=0),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "0", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1568184-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "1965", "1966", "1967", "1968", "1969", "1970", "1971", "1972" ], [ "2", "DNF-9", "1", "6", "7", "30", "17", "9", "17" ], [ "3", "0", "0", "1", "0", "0", "0", "0", "0" ], [ "4", "NR", "NR", "6", "NR", "NR", "NR", "23", "NR" ], [ "5", "NR", "16", "14", "NR", "NR", "NR", "23", "NR" ], [ "6", "DNE", "DNE", "7", "DNE", "DNE", "DNE", "DNE", "DNE" ], [ "7", "—", "—", "0", "—", "—", "—", "—", "—" ], [ "8", "—", "—", "2", "—", "—", "—", "—", "—" ], [ "9", "N/A", "—", "NR", "—", "—", "—", "—", "—" ], [ "10", "11", "DNE", "DNE", "9", "DNE", "DNE", "DNE", "DNE" ], [ "11", "0", "—", "—", "0", "—", "—", "—", "—" ], [ "12", "NR", "—", "—", "NR", "—", "—", "—", "—" ] ] }, { "t5Formulas": [ { "Question": "What is the rank of the qual 141.471?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=141.471),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=141.471),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "141.471", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the start of lap 55?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=55))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=55))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "55" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What is rank of the year 1956?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1956),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=1956),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1956", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the lap number for the rank of 13?", "Formula": "SUM(FILTER(F1, D1=13))", "Formula2": "SUM(FILTER(F2:F6, D2:D6=13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the rank for 1961?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1961),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=1961),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1961", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the sum of the lap with a finish of 24?", "Formula": "SUM(FILTER(F1, E1=24))", "Formula2": "SUM(FILTER(F2:F6, E2:E6=24))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "24" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1252065-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1951", "18", "133.839", "13", "28", "30" ], [ "3", "1952", "9", "136.617", "6", "9", "200" ], [ "4", "1956", "30", "141.471", "24", "10", "199" ], [ "5", "1961", "30", "145.038", "19", "24", "55" ], [ "6", "Totals", "Totals", "Totals", "Totals", "Totals", "484" ] ] }, { "t5Formulas": [ { "Question": "What is the average year that has a car that won 0 stages with a position of DNF?", "Formula": "AVERAGE(FILTER(A1, (B1=\"car\")*(E1=0)*(D1=\"dnf\")))", "Formula2": "AVERAGE(FILTER(A2:A11, (B2:B11=\"car\")*(E2:E11=0)*(D2:D11=\"dnf\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"car\"", "*", "E1", "=", "0", "*", "D1", "=", "\"dnf\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What is the class that that won 2 stages and has a position of DNF?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=2)*(D1=\"dnf\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=2)*(D2:D11=\"dnf\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "2", "*", "D1", "=", "\"dnf\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What position did the BMW vehicle made in 2006 hold?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"bmw\")*(A1=2006)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"bmw\")*(A2:A11=2006)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bmw\"", "*", "A1", "=", "2006", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12927587-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Class", "Vehicle", "Position", "Stages won" ], [ "2", "2004", "Car", "Mitsubishi", "10", "0" ], [ "3", "2005", "Car", "BMW", "DNF", "0" ], [ "4", "2006", "Car", "BMW", "DNF", "0" ], [ "5", "2007", "Car", "BMW", "6", "1" ], [ "6", "2008", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally" ], [ "7", "2009", "Car", "BMW", "DSQ", "2" ], [ "8", "2010", "Car", "Volkswagen", "2", "4" ], [ "9", "2011", "Car", "Volkswagen", "1", "4" ], [ "10", "2012", "Car", "Hummer", "DNF", "2" ], [ "11", "2013", "Car", "Demon Jefferies", "DNF", "3" ] ] }, { "t5Formulas": [ { "Question": "What score has a game greater than 11 on October 30?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)=30)))", "Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15),SUMX(B2:B15)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)=30)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "11", "*", "CHOOSECOLS(", "query1", "3", "=", "30" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What October has 0-2-2 as the record?", "Formula": "SUMIFS(B1,E1,\"0-2-2\")", "Formula2": "SUMIFS(B2:B15,E2:E15,\"0-2-2\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "E1", "\"0-2-2\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What average game has @ florida panthers as the opponent, 0-1-2 as the record, with an october greater than 8?", "Formula": "AVERAGE(FILTER(A1, (C1=\"@ florida panthers\")*(E1=\"0-1-2\")*(B1>8)))", "Formula2": "AVERAGE(FILTER(A2:A15, (C2:C15=\"@ florida panthers\")*(E2:E15=\"0-1-2\")*(B2:B15>8)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "C1", "=", "\"@ florida panthers\"", "*", "E1", "=", "\"0-1-2\"", "*", "B1", ">", "8" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-14034799-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "October", "Opponent", "Score", "Record" ], [ "2", "1", "5", "@ Boston Bruins", "4 - 4 OT", "0-0-1" ], [ "3", "2", "6", "Florida Panthers", "5 - 2", "0-1-1" ], [ "4", "3", "8", "@ Florida Panthers", "1 - 1 OT", "0-1-2" ], [ "5", "4", "10", "Dallas Stars", "2 - 1", "0-2-2" ], [ "6", "5", "12", "@ Montreal Canadiens", "5 - 2", "0-3-2" ], [ "7", "6", "14", "Calgary Flames", "5 - 4", "1-3-2" ], [ "8", "7", "16", "Pittsburgh Penguins", "8 - 1", "2-3-2" ], [ "9", "8", "18", "St. Louis Blues", "2 - 1", "3-3-2" ], [ "10", "9", "20", "@ Tampa Bay Lightning", "5 - 2", "3-4-2" ], [ "11", "10", "23", "Washington Capitals", "3 - 2", "3-5-2" ], [ "12", "11", "25", "@ Florida Panthers", "6 - 4", "3-6-2" ], [ "13", "12", "27", "Buffalo Sabres", "6 - 4", "4-6-2" ], [ "14", "13", "29", "Florida Panthers", "1 - 1 OT", "4-6-3" ], [ "15", "14", "30", "@ New Jersey Devils", "6 - 1", "5-6-3" ] ] }, { "t5Formulas": [ { "Question": "Who was the interview subject in the 2-86 issue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"2-86\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"2-86\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"2-86\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were all the pictorials when the centerfold model was Rebekka Armstrong?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Rebekka Armstrong\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"Rebekka Armstrong\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Rebekka Armstrong\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the pictorials when the centerfold model was Ava Fabian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Ava Fabian\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"Ava Fabian\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Ava Fabian\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the interview subject when the centerfold model was Sherry Arnett?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Sherry Arnett\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"Sherry Arnett\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Sherry Arnett\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the cover model in the 7-86 issue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"7-86\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"7-86\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"7-86\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the date of the issue where the pictorials is of Female s disk jockey?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Female s disk jockey\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Female s disk jockey\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Female s disk jockey\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1566848-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions", "Pictorials" ], [ "2", "1-86", "no model pictured", "Sherry Arnett", "Ruth Westheimer", "Jay Leno", "Iman , Melanie Griffith" ], [ "3", "2-86", "Cherie Witter", "Julie McCullough", "Michael Douglas", "Anthony Pellicano", "Women of Alaska" ], [ "4", "3-86", "Sally Field", "Kim Morris", "Sally Field", "David Byrne", "Female s disk jockey" ], [ "5", "5-86", "Kathleen Turner", "Christine Richters", "Kathleen Turner", "Kim Basinger", "Female magicians" ], [ "6", "6-86", "Kathy Shower", "Rebecca Ferratti", "Kareem Abdul-Jabbar", "Al Unser and Al Unser, Jr.", "Kathy Shower - PMOY, Linda Evans" ], [ "7", "7-86", "Carrie Leigh", "Lynne Austin", "Arthur C. Clarke", "Tom Cruise", "Carrie Leigh, Brenda Venus" ], [ "8", "8-86", "Lillian Müller", "Ava Fabian", "Jackie Gleason", "Sigourney Weaver", "Brigitte Nielsen" ], [ "9", "9-86", "Julie McCullough", "Rebekka Armstrong", "Carl Bernstein", "Gregory Hines", "Farmer's Daughters" ], [ "10", "10-86", "Sharon Kaye", "Katherine Hushaw", "Phil Collins", "Jim McMahon", "Women of the Ivy League , Wendy O. Williams" ], [ "11", "11-86", "Devin DeVasquez", "Donna Edmondson", "Joan Rivers", "David Horowitz", "Devin DeVasquez" ] ] }, { "t5Formulas": [ { "Question": "What's the American pronunciation when the Australian is əʉ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"əʉ\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"əʉ\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"əʉ\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 17th c. pronunciation when the british is əʊ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"əʊ\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"əʊ\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"əʊ\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 17th c. pronunciation when the British is i and the long vowels are e /iː/?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"i\")*(A1=\"e /iː/\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"i\")*(A2:A13=\"e /iː/\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"i\"", "*", "A1", "=", "\"e /iː/\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What's the British pronunciation when the American and Australian is i?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"i\")*(E1=\"i\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"i\")*(E2:E13=\"i\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"i\"", "*", "E1", "=", "\"i\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17798093-10", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "\"Long\" vowels", "17th c.", "American", "British", "Australian" ], [ "2", "a /eɪ/", "aː", "ei", "eɪ", "æɪ" ], [ "3", "ar /ɛər/", "aː", "e", "ɛː", "eː" ], [ "4", "e /iː/", "eː", "i", "i", "i" ], [ "5", "æ /iː/", "eː", "i", "i", "i" ], [ "6", "œ /iː/", "eː", "i", "i", "i" ], [ "7", "ei /iː/", "eː", "i", "i", "i" ], [ "8", "er or ær /ɪər/", "eː", "i", "ɪə", "ɪə" ], [ "9", "er or ær /ɪər/", "eː", "ɪ", "ɪə", "ɪə" ], [ "10", "i /aɪ/", "ɛi", "ai", "aɪ", "ɑe" ], [ "11", "y /aɪ/", "ɛi", "ai", "aɪ", "ɑe" ], [ "12", "o /oʊ/", "oː", "ɞu", "əʊ", "əʉ" ], [ "13", "or /ɔər/", "oː", "ɔ", "ɔː", "o" ] ] }, { "t5Formulas": [ { "Question": "How many different cities are represented by contestants whose height stands at 1.80?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=1.8))", "Formula2": "LET(query1,SUMMARIZE(E2:E16,SUMX(D2:D16)),FILTER(query1,CHOOSECOLS(query1,2)=1.8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How tall is contestant Alexandra Díaz Bello?", "Formula": "SUMIFS(D1,B1,\"Alexandra Díaz Bello\")", "Formula2": "SUMIFS(D2:D16,B2:B16,\"Alexandra Díaz Bello\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"Alexandra Díaz Bello\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which contestant hails from Dajabón?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Dajabón\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"Dajabón\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Dajabón\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which province is Villa Bisonó in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Villa Bisonó\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"Villa Bisonó\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Villa Bisonó\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How old is contestant Valerie Chardonnens Vargas?", "Formula": "MAXIFS(C1,B1,\"Valerie Chardonnens Vargas\")", "Formula2": "MAXIFS(C2:C16,B2:B16,\"Valerie Chardonnens Vargas\")", "Level": "easy", "Tokens": [ "MAXIFS(", "C1", "B1", "\"Valerie Chardonnens Vargas\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-22447251-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Province, Community", "Contestant", "Age", "Height", "Hometown", "Geographical Regions" ], [ "2", "Azua", "Aurys Sánchez Tejada", "20", "1.80", "Santo Domingo", "Sur" ], [ "3", "Barahona", "Laura Sadhalá Roman", "19", "1.77", "Santiago de los Caballeros", "Sur" ], [ "4", "Com. Dom. Miami", "Cristal de Moya Vargas", "22", "1.73", "Miami", "Exterior" ], [ "5", "Com. Dom. Nueva Jersey", "Sandra Elisabeth Tavares Valle", "18", "1.83", "Newark", "Exterior" ], [ "6", "Com. Dom. Nueva York", "Yamilka Massiel Santana Colón", "18", "1.74", "The Bronx", "Exterior" ], [ "7", "Com. Dom. Orlando", "Berkelin Rosario Castellanos", "23", "1.79", "Orlando", "Exterior" ], [ "8", "Dajabón", "Indhira Díaz Acosta", "20", "1.76", "Loma de Cabrera", "El Cibao" ], [ "9", "Distrito Nacional", "Jennifer Pérez de la Cruz", "20", "1.79", "Santo Domingo", "Sur" ], [ "10", "Santiago", "Valerie Chardonnens Vargas", "18", "1.81", "Santiago de los Caballeros", "El Cibao" ], [ "11", "La Romana", "Tania Yolanda Medina Collado", "24", "1.68", "La Romana", "Sur" ], [ "12", "La Vega", "Sarah Cristina Portes Carillo", "22", "1.73", "Constanza", "El Cibao" ], [ "13", "Monte Plata", "Zadia Núñez de la Cruz", "25", "1.75", "Villa Bisonó", "Sur" ], [ "14", "Puerto Plata", "Ana Carolina Viñas Machado", "21", "1.83", "Santiago de los Caballeros", "El Cibao" ], [ "15", "Santiago", "Paola María Torres Cohén", "21", "1.73", "Santiago de los Caballeros", "El Cibao" ], [ "16", "Santo Domingo", "Alexandra Díaz Bello", "22", "1.78", "Santo Domingo", "Sur" ] ] }, { "t5Formulas": [ { "Question": "Which ship was launched from Devonport, Devon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"devonport, devon\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"devonport, devon\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"devonport, devon\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What country was the Pegasus, build by Royal Dockyard, from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"royal dockyard\")*(D1=\"pegasus\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"royal dockyard\")*(D2:D8=\"pegasus\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"royal dockyard\"", "*", "D1", "=", "\"pegasus\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the builder of Gannet from the United Kingdom?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"united kingdom\")*(D1=\"gannet\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(A2:A8=\"united kingdom\")*(D2:D8=\"gannet\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"united kingdom\"", "*", "D1", "=", "\"gannet\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the builder of Nor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"nor\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"nor\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"nor\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the builder of Brage from Norway?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"norway\")*(D1=\"brage\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(A2:A8=\"norway\")*(D2:D8=\"brage\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"norway\"", "*", "D1", "=", "\"brage\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What country was Brage, built by karljohansverns verft, from?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"karljohansverns verft\")*(D1=\"brage\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"karljohansverns verft\")*(D2:D8=\"brage\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"karljohansverns verft\"", "*", "D1", "=", "\"brage\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18548768-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Builder", "Location", "Ship", "Class / type" ], [ "2", "United States", "John Roach and Son", "Chester, Pennsylvania", "City of Rio de Janeiro", "Passenger ship" ], [ "3", "Germany", "Kaiserliche Werft Wilhelmshaven", "Wilhelmshaven", "Bayern", "Sachsen-class ironclad" ], [ "4", "United Kingdom", "Royal Dockyard", "Devonport, Devon", "Pegasus", "Doterel-class sloop" ], [ "5", "United Kingdom", "Royal Dockyard", "Sheerness", "Gannet", "Doterel-class sloop" ], [ "6", "Norway", "Karljohansverns Verft", "Horten", "Nor", "Vale-class gunboat" ], [ "7", "Norway", "Karljohansverns Verft", "Horten", "Brage", "Vale-class gunboat" ], [ "8", "Germany", "A. G. Vulcan", "Stettin", "Württemberg", "Sachsen-class ironclad" ] ] }, { "t5Formulas": [ { "Question": "Which Country that has 600?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=600))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)=600))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "600" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-13073611-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Ben Hogan", "United States", "70-69-66-69=274", "–14", "4,000" ], [ "3", "2", "Ed Oliver", "United States", "69-73-67-70=279", "–9", "2,500" ], [ "4", "3", "Lloyd Mangrum", "United States", "74-68-71-69=282", "–6", "1,700" ], [ "5", "4", "Bob Hamilton", "United States", "71-69-70-73=283", "–5", "1,400" ], [ "6", "T5", "Tommy Bolt", "United States", "71-75-68-71=285", "–3", "900" ], [ "7", "T5", "Chick Harbert", "United States", "68-73-70-74=285", "–3", "900" ], [ "8", "7", "Ted Kroll", "United States", "71-70-73-72=286", "–2", "700" ], [ "9", "8", "Jack Burke, Jr.", "United States", "78-69-69-71=287", "–1", "650" ], [ "10", "9", "Al Besselink", "United States", "69-75-70-74=288", "E", "600" ], [ "11", "T10", "Julius Boros", "United States", "73-71-75-70=289", "+1", "523" ], [ "12", "T10", "Chandler Harper", "United States", "74-72-69-74=289", "+1", "523" ], [ "13", "T10", "Fred Hawkins", "United States", "75-70-74-70=289", "+1", "523" ] ] }, { "t5Formulas": [ { "Question": "What is the third year course in science?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Science\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Science\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Science\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the second year class following pag-unawa?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Pag-unawa\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"Pag-unawa\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Pag-unawa\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many classes are taken in the third year when pag-unawa was taken in the first year?", "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Pag-unawa\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D6, B2:B6=\"Pag-unawa\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Pag-unawa\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the first year course in the program where geometry is taken in the third year?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Geometry\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Geometry\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Geometry\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the second year course in the program where physics is taken in the fourth year?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Physics\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"Physics\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Physics\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12148147-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Subjects", "First Year", "Second Year", "Third Year", "Fourth Year" ], [ "2", "Science", "General Science", "Biology", "Chemistry", "Physics" ], [ "3", "Mathematics", "Elementary Algebra", "Intermediate Algebra", "Geometry", "Advanced Algebra" ], [ "4", "English", "Grammar and Philippine Literature", "Grammar and Afro-Asian Literature", "Grammar and American Literature", "Grammar and World Literature" ], [ "5", "Filipino", "Pag-unawa", "Gramatika", "Panitikang Pilipino", "Panitikang Asyano" ], [ "6", "Social Studies (AP)", "Philippine History and Government", "Asian History", "World History", "Economics" ] ] }, { "t5Formulas": [ { "Question": "Name the host for john rotz and howard cosell", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"John Rotz and Howard Cosell\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"John Rotz and Howard Cosell\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"John Rotz and Howard Cosell\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the race caller for jim mckay and howard cosell", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"Jim McKay\")*(F1=\"Howard Cosell\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(D2:D10=\"Jim McKay\")*(F2:F10=\"Howard Cosell\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Jim McKay\"", "*", "F1", "=", "\"Howard Cosell\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the race caller for jim mckay and howard cosell and eddie arcaro", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"Jim McKay and Howard Cosell\")*(F1=\"Howard Cosell\")*(E1=\"Eddie Arcaro\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(G2:G10=\"Jim McKay and Howard Cosell\")*(F2:F10=\"Howard Cosell\")*(E2:E10=\"Eddie Arcaro\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Jim McKay and Howard Cosell\"", "*", "F1", "=", "\"Howard Cosell\"", "*", "E1", "=", "\"Eddie Arcaro\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the reporters for dave johnson for eddie arcaro and howard cosell", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"Dave Johnson\")*(E1=\"Eddie Arcaro and Howard Cosell\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(C2:C10=\"Dave Johnson\")*(E2:E10=\"Eddie Arcaro and Howard Cosell\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Dave Johnson\"", "*", "E1", "=", "\"Eddie Arcaro and Howard Cosell\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the reporters for howard cosell", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Howard Cosell\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"Howard Cosell\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Howard Cosell\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the number of reporters for heywood hale broun", "Formula": "ROWS(UNIQUE(FILTER(F1, E1=\"Heywood Hale Broun\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F10, E2:E10=\"Heywood Hale Broun\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "E1", "=", "\"Heywood Hale Broun\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-22514845-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Network", "Race caller", "s Host", "s Analyst", "Reporters", "Trophy presentation" ], [ "2", "1979", "ABC", "Dave Johnson", "Jim McKay", "Eddie Arcaro", "Howard Cosell", "Jim McKay and Howard Cosell" ], [ "3", "1978", "ABC", "Dave Johnson", "Jim McKay", "Eddie Arcaro and Howard Cosell", "Howard Cosell and Chris Schenkel", "Jim McKay and Howard Cosell" ], [ "4", "1977", "ABC", "Chic Anderson", "Jim McKay", "Eddie Arcaro and Howard Cosell", "Howard Cosell", "Jim McKay and Howard Cosell" ], [ "5", "1976", "ABC", "Chic Anderson", "Chris Schenkel and Jim McKay", "Howard Cosell", "Howard Cosell", "Jim McKay and Howard Cosell" ], [ "6", "1975", "ABC", "Chic Anderson", "Chris Schenkel and Jim McKay", "John Rotz and Howard Cosell", "Howard Cosell", "Jim McKay and Howard Cosell" ], [ "7", "1974", "CBS", "Chic Anderson", "Jack Whitaker", "Heywood Hale Broun and Frank I. Wright", "Heywood Hale Broun and Frank I. Wright", "Jack Whitaker" ], [ "8", "1973", "CBS", "Chic Anderson", "Jack Whitaker", "Heywood Hale Broun and Frank I. Wright", "Heywood Hale Broun and Frank I. Wright", "Jack Whitaker" ], [ "9", "1972", "CBS", "Chic Anderson", "Jack Whitaker", "Heywood Hale Broun and Frank I. Wright", "Heywood Hale Broun and Pia Lindström", "Jack Whitaker" ], [ "10", "1971", "CBS", "Chic Anderson", "Jack Whitaker", "Heywood Hale Broun", "Heywood Hale Broun and Pia Lindström", "Jack Whitaker" ] ] }, { "t5Formulas": [ { "Question": "Which Week has a Record of 2-9?", "Formula": "SUMIFS(A1,E1,\"2-9\")", "Formula2": "SUMIFS(A2:A15,E2:E15,\"2-9\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"2-9\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Week has an Attendance smaller than 70,056, and an Opponent of at minnesota vikings?", "Formula": "SUM(FILTER(A1, (F1<70056)*(C1=\"at minnesota vikings\")))", "Formula2": "SUM(FILTER(A2:A15, (F2:F15<70056)*(C2:C15=\"at minnesota vikings\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "<", "70056", "*", "C1", "=", "\"at minnesota vikings\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-17131202-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Attendance" ], [ "2", "1", "September 15, 1974", "Dallas Cowboys", "L 0-24", "0-1", "52,322" ], [ "3", "2", "September 22, 1974", "San Francisco 49ers", "L 10-16", "0-2", "47,686" ], [ "4", "3", "September 29, 1974", "at New Orleans Saints", "L 13-14", "0-3", "62,273" ], [ "5", "4", "October 6, 1974", "at New York Giants", "W 14-7", "1-3", "42,379" ], [ "6", "5", "October 13, 1974", "Chicago Bears", "W 13-10", "2-3", "47,835" ], [ "7", "6", "October 20, 1974", "New Orleans Saints", "L 3-13", "2-4", "47,217" ], [ "8", "7", "October 28, 1974", "at Pittsburgh Steelers", "L 17-24", "2-5", "48,094" ], [ "9", "8", "November 3, 1974", "at Miami Dolphins", "L 7-42", "2-6", "64,399" ], [ "10", "9", "November 10, 1974", "at Los Angeles Rams", "L 0-21", "2-7", "70,056" ], [ "11", "10", "November 17, 1974", "Baltimore Colts", "L 7-17", "2-8", "41,278" ], [ "12", "11", "November 24, 1974", "at San Francisco 49ers", "L 0-27", "2-9", "45,435" ], [ "13", "12", "December 1, 1974", "Los Angeles Rams", "L 7-30", "2-10", "18,648" ], [ "14", "13", "December 7, 1974", "at Minnesota Vikings", "L 10-23", "2-11", "47,105" ], [ "15", "14", "December 15, 1974", "Green Bay Packers", "W 10-3", "3-11", "10,020" ] ] }, { "t5Formulas": [ { "Question": "What's the date of the game that has the Bulls as a visiting team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"bulls\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"bulls\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bulls\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-13667936-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Record" ], [ "2", "1 March 2003", "Kings", "100–108", "Spurs", "Tony Parker (32)", "40–17" ], [ "3", "2 March 2003", "Spurs", "97–88", "Rockets", "Manu Ginóbili (20)", "41–17" ], [ "4", "4 March 2003", "Suns", "104–97", "Spurs", "Tim Duncan (35)", "41–18" ], [ "5", "6 March 2003", "Nets", "78–92", "Spurs", "Two-way tie (21)", "42–18" ], [ "6", "9 March 2003", "Spurs", "94–78", "Celtics", "Tim Duncan (18)", "43–18" ], [ "7", "11 March 2003", "Spurs", "105–102", "Bucks", "Malik Rose (34)", "44–18" ], [ "8", "12 March 2003", "Spurs", "111–99", "Timberwolves", "Stephen Jackson (22)", "45–18" ], [ "9", "14 March 2003", "Clippers", "96–107", "Spurs", "Tim Duncan (24)", "46–18" ], [ "10", "16 March 2003", "Bulls", "97–108", "Spurs", "Tony Parker (25)", "47–18" ], [ "11", "18 March 2003", "Knicks", "105–97", "Spurs", "Tim Duncan (27)", "47–19" ], [ "12", "20 March 2003", "Spurs", "112–110", "Mavericks", "Tim Duncan (25)", "48–19" ], [ "13", "21 March 2003", "Timberwolves", "101–94", "Spurs", "Tim Duncan (29)", "48–20" ], [ "14", "23 March 2003", "Spurs", "98–89", "Lakers", "Tim Duncan (27)", "49–20" ], [ "15", "25 March 2003", "Bucks", "94–107", "Spurs", "Tim Duncan (31)", "50–20" ], [ "16", "27 March 2003", "Rockets", "87–95", "Spurs", "Stephen Jackson (27)", "51–20" ], [ "17", "29 March 2003", "Jazz", "81–101", "Spurs", "Tim Duncan (30)", "52–20" ], [ "18", "30 March 2003", "Spurs", "92–90", "Hornets", "Tim Duncan (33)", "53–20" ] ] }, { "t5Formulas": [ { "Question": "When Richmond was the home team, what was the home team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"richmond\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "At what venue was the away team score 3.11 (29)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"3.11 (29)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"3.11 (29)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"3.11 (29)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the highest crowd size at Windy Hill?", "Formula": "MAXIFS(F1,E1,\"windy hill\")", "Formula2": "MAXIFS(F2:F7,E2:E7,\"windy hill\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "E1", "\"windy hill\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the away team was Geelong, what was the home team score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"geelong\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10773616-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "11.9 (75)", "Melbourne", "9.10 (64)", "Glenferrie Oval", "17,000", "1 May 1954" ], [ "3", "Footscray", "17.14 (116)", "South Melbourne", "3.11 (29)", "Western Oval", "24,500", "1 May 1954" ], [ "4", "Fitzroy", "9.10 (64)", "North Melbourne", "13.16 (94)", "Brunswick Street Oval", "16,000", "1 May 1954" ], [ "5", "Essendon", "15.10 (100)", "Geelong", "16.20 (116)", "Windy Hill", "27,500", "1 May 1954" ], [ "6", "St Kilda", "10.10 (70)", "Collingwood", "10.16 (76)", "Junction Oval", "22,500", "1 May 1954" ], [ "7", "Richmond", "14.20 (104)", "Carlton", "12.8 (80)", "Punt Road Oval", "25,000", "1 May 1954" ] ] }, { "t5Formulas": [ { "Question": "What ship type was from SE?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"se\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"se\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"se\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who were the victims of the US ship that sank in the Mississippi River near Memphis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"us\")*(F1=\"mississippi river near memphis\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(C2:C14=\"us\")*(F2:F14=\"mississippi river near memphis\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"us\"", "*", "F1", "=", "\"mississippi river near memphis\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the estimated number of victims for the April 27, 1865 sinking?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"april 27, 1865\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=\"april 27, 1865\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"april 27, 1865\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which nation was the ship from that had 372 victims?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=372),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=372),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "372", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What type of ship was the HMSST George?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"hmsst george\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"hmsst george\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"hmsst george\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-13046272-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Estimate", "Name", "Nat.", "Ship Type", "Principal victims", "Where sunk", "Date" ], [ "2", "1300–1900", "SS Sultana", "US", "Transport Steamboat", "Union POWs formerly held by the Confederate Army", "Mississippi River near Memphis", "April 27, 1865" ], [ "3", "900", "HMSVictory", "GB", "1st-rate", "Crew", "The Casquets", "Oct 3, 1744" ], [ "4", "838", "HMSSt George", "UK", "1st-rate", "Crew", "North Sea", "Dec 24, 1811" ], [ "5", "800+", "Kronan", "SE", "1st-rate", "Crew", "Baltic Sea", "Jun, 1 1676" ], [ "6", "800+", "HMSRoyal George", "GB", "1st-rate", "Crew", "Spithead", "Aug 29, 1782" ], [ "7", "800", "HMSAssociation", "GB", "2nd-rate", "Crew", "Isles of Scilly", "Oct 22, 1707" ], [ "8", "699", "HMS Ramilles", "GB", "3rd-rate", "Crew", "Bolt Head", "Feb 15, 1760" ], [ "9", "673", "HMSQueen Charlotte", "GB", "1st-rate", "Crew", "Livorno", "Mar 17, 1800" ], [ "10", "566", "General Lyon", "US", "Transport", "Discharged Union soldiers, Confederate s POW", "Cape Hatteras", "Mar 31, 1865" ], [ "11", "600", "HMSHero", "UK", "3rd-rate", "Crew", "Wadden Sea", "Dec 28, 1811" ], [ "12", "555", "HMSDefence", "UK", "3rd-rate", "Crew", "North Sea", "Dec 24, 1811" ], [ "13", "380", "Mary Rose", "Eng", "Carrack", "Soldiers, crew", "The Solent", "Jul 19, 1545" ], [ "14", "372", "Arniston", "Eng", "East Indiaman", "Soldiers, crew & their family", "Cape Agulhas", "May 30, 1815" ] ] }, { "t5Formulas": [ { "Question": "Which Player is linebacker and has a pick larger than 28?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"linebacker\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>28))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"linebacker\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>28))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"linebacker\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "28" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What was the lowest round that Melvin Johnson played?", "Formula": "MINIFS(B1,C1,\"melvin johnson\")", "Formula2": "MINIFS(B2:B9,C2:C9,\"melvin johnson\")", "Level": "easy", "Tokens": [ "MINIFS(", "B1", "C1", "\"melvin johnson\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-11442751-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Round", "Player", "Position", "School" ], [ "2", "12", "1", "Warren Sapp", "Defensive Tackle", "Miami" ], [ "3", "28", "1", "Derrick Brooks", "Linebacker", "Florida State" ], [ "4", "43", "2", "Melvin Johnson", "Defensive Back", "Kentucky" ], [ "5", "105", "4", "Jerry Wilson", "Defensive Back", "Saginaw Valley State University" ], [ "6", "143", "5", "Clifton Abraham", "Defensive Back", "Florida State" ], [ "7", "179", "6", "Wardell Rouse", "Linebacker", "Clemson" ], [ "8", "215", "7", "Steve Ingram", "Offensive Tackle", "Maryland" ], [ "9", "227", "7", "Jeff Rodgers", "Defensive End", "Texas A&M-Kingsville" ] ] }, { "t5Formulas": [ { "Question": "Where did Richmond play as an away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When did South Melbourne play at home?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10766119-14", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "11.12 (78)", "St Kilda", "21.11 (137)", "Arden Street Oval", "11,000", "28 July 1928" ], [ "3", "Footscray", "8.9 (57)", "Geelong", "8.8 (56)", "Western Oval", "14,000", "28 July 1928" ], [ "4", "Collingwood", "11.15 (81)", "Richmond", "10.13 (73)", "Victoria Park", "30,000", "28 July 1928" ], [ "5", "Carlton", "22.17 (149)", "Hawthorn", "11.13 (79)", "Princes Park", "10,000", "28 July 1928" ], [ "6", "Melbourne", "18.18 (126)", "Fitzroy", "11.13 (79)", "MCG", "13,562", "28 July 1928" ], [ "7", "South Melbourne", "11.17 (83)", "Essendon", "18.11 (119)", "Lake Oval", "16,000", "28 July 1928" ] ] }, { "t5Formulas": [ { "Question": "Who was her partner at the US Open and they were runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"US Open\")*(A1=\"Runner-up\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(C2:C8=\"US Open\")*(A2:A8=\"Runner-up\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"US Open\"", "*", "A1", "=", "\"Runner-up\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was her partner at the US Open and they were runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"Runner-up\")*(C1=\"US Open\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(A2:A8=\"Runner-up\")*(C2:C8=\"US Open\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Runner-up\"", "*", "C1", "=", "\"US Open\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who did she play with on clay?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Clay\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"Clay\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Clay\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1920271-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winner", "1991", "French Open", "Clay", "Cyril Suk", "Caroline Vis Paul Haarhuis", "3–6, 6–4, 6–1" ], [ "3", "Runner-up", "1992", "US Open", "Hard", "Tom Nijssen", "Nicole Provis Mark Woodforde", "4–6, 6–3, 6–3" ], [ "4", "Winner", "1993", "US Open", "Hard", "Todd Woodbridge", "Martina Navratilova Mark Woodforde", "6–3, 7–6(6)" ], [ "5", "Runner-up", "1994", "Australian Open", "Hard", "Todd Woodbridge", "Larisa Neiland Andrei Olhovskiy", "7–5, 6–7(0), 6–2" ], [ "6", "Winner", "1994", "Wimbledon", "Grass", "Todd Woodbridge", "Lori McNeil T. J. Middleton", "3–6, 7–5, 6–3" ], [ "7", "Winner", "1996", "Wimbledon", "Grass", "Cyril Suk", "Larisa Neiland Mark Woodforde", "1–6, 6–3, 6–2" ], [ "8", "Winner", "1997", "Wimbledon", "Grass", "Cyril Suk", "Larisa Neiland Andrei Olhovskiy", "4–6, 6–3, 6–4" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the Gold that has the Silver of south korea, and the Year of 1986?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"south korea\")*(A1=1986)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"south korea\")*(A2:A7=1986)),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"south korea\"", "*", "A1", "=", "1986", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-14781412-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Location", "Gold", "Silver", "Bronze" ], [ "2", "1982", "New Delhi", "India", "Japan", "Philippines" ], [ "3", "1986", "Seoul", "Japan", "South Korea", "India" ], [ "4", "1998", "Bangkok", "Thailand", "Japan", "India" ], [ "5", "2002", "Busan", "Japan", "South Korea", "India" ], [ "6", "2006", "Doha", "Qatar", "Japan", "India" ], [ "7", "2010", "Guangzhou", "Japan", "Thailand", "China" ] ] }, { "t5Formulas": [ { "Question": "What is the episode number for \"case two (part 1)\"?", "Formula": "SUMIFS(A1,B1,\"Case Two (Part 1)\")", "Formula2": "SUMIFS(A2:A6,B2:B6,\"Case Two (Part 1)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Case Two (Part 1)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the original air date for the episode viewed by 7.12 million?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=7.12))", "Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=7.12))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7.12" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Who directed the episode viewed by 7.35 million?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=7.35))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=7.35))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7.35" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-21369888-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "Title", "Directed by", "Written by", "Originalairdate", "Viewing Figures (millions) Sourced by BARB ; includes ITV1 HD and ITV1 +1" ], [ "2", "1", "\"Case One (Part 1)\"", "John Strickland", "Ben Court & Caroline Ip", "30 January 2012", "7.35" ], [ "3", "2", "\"Case One (Part 2)\"", "John Strickland", "Ben Court & Caroline Ip", "6 February 2012", "6.88" ], [ "4", "3", "\"Case Two (Part 1)\"", "Richard Clark", "Ben Court & Caroline Ip", "13 February 2012", "7.12" ], [ "5", "4", "\"Case Two (Part 2)\"", "Richard Clark", "Ben Court & Caroline Ip", "20 February 2012", "6.95" ], [ "6", "5", "\"Case Three (Part 1)\"", "Jon East", "Ben Court & Caroline Ip", "27 February 2012", "6.78" ] ] }, { "t5Formulas": [ { "Question": "December smaller than 21, and a Opponent of buffalo sabres had what score?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"buffalo sabres\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<21))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,C2:C13=\"buffalo sabres\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<21))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"buffalo sabres\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "2", "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" ] }, { "Question": "Score of 8 - 1 happened on what day in December?", "Formula": "SUMIFS(B1,D1,\"8 - 1\")", "Formula2": "SUMIFS(B2:B13,D2:D13,\"8 - 1\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "D1", "\"8 - 1\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "December larger than 21, and a Opponent of Pittsburgh penguins had what average game?", "Formula": "AVERAGE(FILTER(A1, (B1>21)*(C1=\"pittsburgh penguins\")))", "Formula2": "AVERAGE(FILTER(A2:A13, (B2:B13>21)*(C2:C13=\"pittsburgh penguins\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", ">", "21", "*", "C1", "=", "\"pittsburgh penguins\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "December smaller than 14, and a Game smaller than 28, and a Score of 6 - 6 involved what opponent?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"6 - 6\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)<28)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=\"6 - 6\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)<28)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"6 - 6\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "14", "*", "CHOOSECOLS(", "query1", "3", "<", "28" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-13991411-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "December", "Opponent", "Score", "Record" ], [ "2", "26", "4", "@ Buffalo Sabres", "6 - 6", "9-14-3" ], [ "3", "27", "5", "@ Kansas City Scouts", "3 - 2", "10-14-3" ], [ "4", "28", "7", "Washington Capitals", "5 - 2", "11-14-3" ], [ "5", "29", "10", "Buffalo Sabres", "2 - 2", "11-14-4" ], [ "6", "30", "11", "@ Boston Bruins", "5 - 1", "12-14-4" ], [ "7", "31", "13", "@ Detroit Red Wings", "5 - 2", "13-14-4" ], [ "8", "32", "14", "Toronto Maple Leafs", "6 - 1", "13-15-4" ], [ "9", "33", "17", "New York Islanders", "3 - 0", "13-16-4" ], [ "10", "34", "19", "@ Atlanta Flames", "8 - 3", "13-17-4" ], [ "11", "35", "21", "Minnesota North Stars", "2 - 0", "14-17-4" ], [ "12", "36", "23", "Pittsburgh Penguins", "4 - 3", "15-17-4" ], [ "13", "37", "31", "Atlanta Flames", "8 - 1", "15-18-4" ] ] }, { "t5Formulas": [ { "Question": "WHAT'S THE TIE NUMBER WITH AN AWAY TEAM OF WREXHAM?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wrexham\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"wrexham\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"wrexham\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE AWAY TEAM WITH HOME OF LEICESTER CITY?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"leicester city\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"leicester city\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"leicester city\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE AWAY TEAM WHEN HOME IS LEEDS UNITED?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"leeds united\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"leeds united\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"leeds united\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE AWAY TEAM WITH A TIE NUMBER 1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=1),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17004128-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Attendance" ], [ "2", "1", "Chesterfield", "1–0", "Nottingham Forest", "15 February 1997" ], [ "3", "2", "Leicester City", "2–2", "Chelsea", "16 February 1997" ], [ "4", "Replay", "Chelsea", "1–0", "Leicester City", "26 February 1997" ], [ "5", "3", "Derby County", "3–2", "Coventry City", "26 February 1997" ], [ "6", "4", "Manchester City", "0–1", "Middlesbrough", "15 February 1997" ], [ "7", "5", "Bradford City", "0–1", "Sheffield Wednesday", "16 February 1997" ], [ "8", "6", "Wimbledon", "2–1", "Queens Park Rangers", "15 February 1997" ], [ "9", "7", "Leeds United", "2–3", "Portsmouth", "15 February 1997" ], [ "10", "8", "Birmingham City", "1–3", "Wrexham", "15 February 1997" ] ] }, { "t5Formulas": [ { "Question": "Name the event with pursuit of 18th and sprint of 20th", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"18th\")*(C1=\"20th\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"18th\")*(C2:C6=\"20th\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"18th\"", "*", "C1", "=", "\"20th\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the pursuit for 1994 lillehammer", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1994 lillehammer\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"1994 lillehammer\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"1994 lillehammer\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the sprint with mass start of 2nd", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2nd\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"2nd\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2nd\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1269400-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Event", "Individual", "Sprint", "Pursuit", "Mass Start", "Relay" ], [ "2", "1994 Lillehammer", "—", "32nd", "—", "—", "—" ], [ "3", "1998 Nagano-Nozawa", "47th", "28th", "—", "—", "5th" ], [ "4", "2002 Salt Lake City", "46th", "31st", "25th", "—", "9th" ], [ "5", "2006 Turin", "21st", "20th", "18th", "2nd", "13th" ], [ "6", "2010 Vancouver", "7th", "29th", "18th", "11th", "—" ] ] }, { "t5Formulas": [ { "Question": "Name the most rank for the United States with wins less than 1", "Formula": "MAX(FILTER(A1, (C1=\"united states\")*(F1<1)))", "Formula2": "MAX(FILTER(A2:A6, (C2:C6=\"united states\")*(F2:F6<1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "\"united states\"", "*", "F1", "<", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "Name the most rank for wins more than 0 and events of 26", "Formula": "MAX(FILTER(A1, (E1=26)*(F1>0)))", "Formula2": "MAX(FILTER(A2:A6, (E2:E6=26)*(F2:F6>0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "26", "*", "F1", ">", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Name the average earnings for rank of 3 and wins less than 3", "Formula": "AVERAGE(FILTER(D1, (A1=3)*(F1<3)))", "Formula2": "AVERAGE(FILTER(D2:D6, (A2:A6=3)*(F2:F6<3)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", "=", "3", "*", "F1", "<", "3" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-14583258-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Tiger Woods", "United States", "5,687,777", "19", "5" ], [ "3", "2", "Phil Mickelson", "United States", "4,403,883", "23", "2" ], [ "4", "3", "David Toms", "United States", "3,791,595", "28", "3" ], [ "5", "4", "Vijay Singh", "Fiji", "3,440,829", "26", "0" ], [ "6", "5", "Davis Love III", "United States", "3,169,463", "20", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Bronze has a Silver of 15, and a Total smaller than 54?", "Formula": "SUM(FILTER(E1, (D1=15)*(F1<54)))", "Formula2": "SUM(FILTER(E2:E13, (D2:D13=15)*(F2:F13<54)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "15", "*", "F1", "<", "54" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many Bronzes have a Rank of 9, and a Silver larger than 2?", "Formula": "SUM(FILTER(E1, (A1=9)*(D1>2)))", "Formula2": "SUM(FILTER(E2:E13, (A2:A13=9)*(D2:D13>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "9", "*", "D1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "How many totals have a Silver of 40, and a Gold smaller than 39?", "Formula": "SUM(FILTER(F1, (D1=40)*(C1<39)))", "Formula2": "SUM(FILTER(F2:F13, (D2:D13=40)*(C2:C13<39)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "40", "*", "C1", "<", "39" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-18901519-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "86", "57", "31", "174" ], [ "3", "2", "Turkey", "39", "40", "41", "120" ], [ "4", "3", "Ukraine", "21", "23", "12", "56" ], [ "5", "4", "Greece", "15", "23", "51", "89" ], [ "6", "5", "Romania", "10", "15", "29", "54" ], [ "7", "6", "Azerbaijan", "9", "7", "11", "27" ], [ "8", "7", "Georgia", "6", "8", "20", "34" ], [ "9", "8", "Moldova", "0", "3", "15", "18" ], [ "10", "9", "Armenia", "0", "2", "12", "14" ], [ "11", "10", "Bulgaria", "0", "2", "3", "5" ], [ "12", "11", "Albania", "0", "2", "1", "3" ], [ "13", "Total", "Total", "186", "182", "224", "592" ] ] }, { "t5Formulas": [ { "Question": "Name the date with winner outcome and opponent of noppawan lertcheewakarn jessica moore", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(E1=\"noppawan lertcheewakarn jessica moore\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(A2:A13=\"winner\")*(E2:E13=\"noppawan lertcheewakarn jessica moore\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"winner\"", "*", "E1", "=", "\"noppawan lertcheewakarn jessica moore\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the score for 21 may 2011", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"21 may 2011\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"21 may 2011\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"21 may 2011\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the partner with opponent of michaëlla krajicek eleni daniilidou", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"michaëlla krajicek eleni daniilidou\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"michaëlla krajicek eleni daniilidou\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"michaëlla krajicek eleni daniilidou\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the outcome for opponent of michaëlla krajicek eleni daniilidou", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"michaëlla krajicek eleni daniilidou\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"michaëlla krajicek eleni daniilidou\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"michaëlla krajicek eleni daniilidou\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15272585-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Surface", "Partner", "Opponent", "Score" ], [ "2", "Runner-up", "3 October 2005", "Hard", "Anastasia Rodionova", "Maria Elena Camerin Émilie Loit", "3–6, 0–6" ], [ "3", "Runner-up", "15 October 2006", "Carpet", "Iveta Benešová", "Francesca Schiavone Květa Peschke", "4–6, 7–6, 1–6" ], [ "4", "Runner-up", "6 January 2007", "Hard", "Iveta Benešová", "Dinara Safina Katarina Srebotnik", "3–6, 4–6" ], [ "5", "Winner", "6 March 2011", "Hard", "Dinara Safina", "Noppawan Lertcheewakarn Jessica Moore", "7–5, 2–6, [10–5]" ], [ "6", "Winner", "30 April 2011", "Clay", "Alisa Kleybanova", "Michaëlla Krajicek Eleni Daniilidou", "6–4, 6–2" ], [ "7", "Winner", "21 May 2011", "Clay", "Andrea Hlaváčková", "Klaudia Jans Alicja Rosolska", "3–6, 6–0, [10–5]" ], [ "8", "Runner-up", "23 July 2011", "Hard", "Monica Niculescu", "Mariya Koryttseva Tatiana Poutchek", "3–6, 6–2, [8–10]" ], [ "9", "Runner-up", "25 September 2011", "Hard", "Vera Dushevina", "Natalie Grandin Vladimíra Uhlířová", "6–7 (5–7) , 4–6" ], [ "10", "Runner-up", "22 October 2011", "Hard (i)", "Anastasia Rodionova", "Vania King Yaroslava Shvedova", "6–7 (3–7) , 3–6" ], [ "11", "Runner-up", "5 May 2012", "Clay", "Yaroslava Shvedova", "Chuang Chia-jung Zhang Shuai", "6–4, 1–6, [9–11]" ], [ "12", "Winner", "23 February 2013", "Hard (i)", "Kristina Mladenovic", "Sofia Arvidsson Johanna Larsson", "7–6 (7–5) , 6–3" ], [ "13", "Runner-up", "21 September 2013", "Hard", "Vania King", "Hsieh Su-wei Peng Shuai", "3-6, 6-4, [10-12]" ] ] }, { "t5Formulas": [ { "Question": "Name the Points which has a Team of sportivo luqueño, and Wins larger than 1?", "Formula": "SUM(FILTER(J1, (B1=\"sportivo luqueño\")*(D1>1)))", "Formula2": "SUM(FILTER(J2:J7, (B2:B7=\"sportivo luqueño\")*(D2:D7>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "J1", "B1", "=", "\"sportivo luqueño\"", "*", "D1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "Name the Wins which has Points smaller than 10, Losses smaller than 3, and a Scored of 11?", "Formula": "SUM(FILTER(D1, (J1<10)*(F1<3)*(G1=11)))", "Formula2": "SUM(FILTER(D2:D7, (J2:J7<10)*(F2:F7<3)*(G2:G7=11)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "J1", "<", "10", "*", "F1", "<", "3", "*", "G1", "=", "11" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Please name the highest Conceded which has a Played smaller than 5?", "Formula": "MAX(FILTER(H1, C1<5))", "Formula2": "MAX(FILTER(H2:H7, C2:C7<5))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "H1", "C1", "<", "5" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Please name the Losses that has a Played smaller than 5?", "Formula": "SUM(FILTER(F1, C1<5))", "Formula2": "SUM(FILTER(F2:F7, C2:C7<5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "<", "5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "Name the Scored which has a Position larger than 6?", "Formula": "SUM(FILTER(G1, A1>6))", "Formula2": "SUM(FILTER(G2:G7, A2:A7>6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "G1", "A1", ">", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-16788123-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Position", "Team", "Played", "Wins", "Draws", "Losses", "Scored", "Conceded", "Bonus Points", "Points" ], [ "2", "1", "12 de Octubre", "5", "3", "1", "1", "10", "4", "[0]", "10" ], [ "3", "2", "Olimpia", "5", "3", "1", "1", "8", "5", "[0]", "10" ], [ "4", "3", "Libertad", "5", "2", "1", "2", "11", "11", "[0]", "7" ], [ "5", "4", "Guaraní", "5", "2", "1", "2", "4", "5", "[0]", "7" ], [ "6", "5", "Sportivo Luqueño", "5", "1", "1", "3", "7", "13", "[3]", "7" ], [ "7", "6", "Sol de America", "5", "1", "1", "3", "8", "10", "[0]", "4" ] ] }, { "t5Formulas": [ { "Question": "What was the result for the best musical revival category?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"best musical revival\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"best musical revival\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"best musical revival\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1423416-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Award", "Category", "Nominee", "Result" ], [ "2", "2000", "Laurence Olivier Award", "Best Musical Revival", "Best Musical Revival", "Won" ], [ "3", "2000", "Laurence Olivier Award", "Best Actor in a Musical", "Simon Russell Beale", "Won" ], [ "4", "2000", "Laurence Olivier Award", "Best Actor in a Musical", "Daniel Evans", "Nominated" ], [ "5", "2000", "Laurence Olivier Award", "Best Performance in a Supporting Role in a Musical", "Denis Quilley", "Nominated" ], [ "6", "2000", "Laurence Olivier Award", "Best Theatre Choreographer", "Peter Darling", "Nominated" ], [ "7", "2000", "Laurence Olivier Award", "Best Costume Design", "Elise and John Napier", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "Who had highest assists at game on December 21?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 21\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"December 21\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"December 21\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What location did the Mavericks play against Milwaukee?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Milwaukee\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Milwaukee\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27723526-9", "Table": [ [ "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 1", "Minnesota", "W 100–86 (OT)", "Shawn Marion (16)", "Tyson Chandler (18)", "Jason Terry (7)", "American Airlines Center 19,567", "14–4" ], [ "3", "19", "December 3", "@ Utah", "W 93–81 (OT)", "Dirk Nowitzki (26)", "Tyson Chandler (8)", "Jason Terry (7)", "EnergySolutions Arena 19,623", "15–4" ], [ "4", "20", "December 4", "@ Sacramento", "W 105–103 (OT)", "Dirk Nowitzki (25)", "Shawn Marion (8)", "José Juan Barea (6)", "ARCO Arena 12,900", "16–4" ], [ "5", "21", "December 7", "Golden State", "W 105–100 (OT)", "Dirk Nowitzki (25)", "Ian Mahinmi (10)", "Jason Kidd (7)", "American Airlines Center 19,593", "17–4" ], [ "6", "22", "December 9", "New Jersey", "W 102–89 (OT)", "Dirk Nowitzki (12)", "Dirk Nowitzki (10)", "José Juan Barea (13)", "American Airlines Center 19,666", "18–4" ], [ "7", "23", "December 11", "Utah", "W 103–97 (OT)", "Dirk Nowitzki (31)", "Dirk Nowitzki (15)", "Jason Kidd (9)", "American Airlines Center 20,074", "19–4" ], [ "8", "24", "December 13", "Milwaukee", "L 99–103 (OT)", "Dirk Nowitzki (30)", "Tyson Chandler (9)", "Jason Kidd (10)", "American Airlines Center 19,720", "19–5" ], [ "9", "25", "December 15", "Portland", "W 103–98 (OT)", "Caron Butler (23)", "Tyson Chandler (8)", "Jason Kidd (6)", "American Airlines Center 19,531", "20–5" ], [ "10", "26", "December 17", "Phoenix", "W 106–91 (OT)", "Dirk Nowitzki , Jason Terry (18)", "Tyson Chandler (12)", "Jason Kidd (8)", "American Airlines Center 20,406", "21–5" ], [ "11", "27", "December 20", "@ Miami", "W 98–96 (OT)", "Dirk Nowitzki (26)", "Shawn Marion (13)", "Jason Kidd (7)", "American Airlines Arena 20,178", "22–5" ], [ "12", "28", "December 21", "@ Orlando", "W 105–99 (OT)", "Caron Butler (20)", "Dirk Nowitzki (8)", "Jason Kidd (12)", "Amway Center 19,057", "23–5" ], [ "13", "29", "December 27", "@ Oklahoma City", "W 103–93 (OT)", "Caron Butler (21)", "Tyson Chandler (10)", "Jason Kidd (10)", "Oklahoma City Arena 18,203", "24–5" ], [ "14", "30", "December 28", "Toronto", "L 76–84 (OT)", "Jason Terry (18)", "Tyson Chandler , Jason Kidd (6)", "Jason Terry (6)", "American Airlines Center 20,027", "24–6" ] ] }, { "t5Formulas": [ { "Question": "Which top ten, having less than 12 cuts less than 2 top five, and events smaller than 14, is the highest?", "Formula": "SUM(FILTER(D1, (G1<12)*(C1<2)*(F1<14)))", "Formula2": "SUM(FILTER(D2:D6, (G2:G6<12)*(C2:C6<2)*(F2:F6<14)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "<", "12", "*", "C1", "<", "2", "*", "F1", "<", "14" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the average for the top five having a number of 42 cuts made.", "Formula": "AVERAGE(FILTER(C1, G1=42))", "Formula2": "AVERAGE(FILTER(C2:C6, G2:G6=42))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "G1", "=", "42" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-1157761-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "2", "4", "6", "14", "9" ], [ "3", "U.S. Open", "0", "3", "5", "7", "16", "12" ], [ "4", "The Open Championship", "2", "4", "4", "7", "17", "12" ], [ "5", "PGA Championship", "1", "1", "2", "4", "14", "9" ], [ "6", "Totals", "3", "10", "15", "24", "61", "42" ] ] }, { "t5Formulas": [ { "Question": "What is Scott Hoch's to par?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott hoch\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"scott hoch\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scott hoch\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What place is Nolan Henke in?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nolan henke\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"nolan henke\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"nolan henke\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17162268-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Scott Simpson", "United States", "70-68-72=210", "–6" ], [ "3", "T1", "Payne Stewart", "United States", "67-70-73=210", "–6" ], [ "4", "T3", "Scott Hoch", "United States", "69-71-74=214", "–2" ], [ "5", "T3", "Nick Price", "Zimbabwe", "74-69-71=214", "–2" ], [ "6", "T5", "Fred Couples", "United States", "70-70-75=215", "–1" ], [ "7", "T5", "Nolan Henke", "United States", "67-71-77=215", "–1" ], [ "8", "T5", "Brian Kamm", "United States", "69-73-73=215", "–1" ], [ "9", "T8", "Rick Fehr", "United States", "74-69-73=216", "E" ], [ "10", "T8", "Hale Irwin", "United States", "71-75-70=216", "E" ], [ "11", "T8", "Sandy Lyle", "Scotland", "72-70-74=216", "E" ], [ "12", "T8", "Craig Parry", "Australia", "70-73-73=216", "E" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Loss number when the Gain is less than 61 and the Avg/G is 6?", "Formula": "MIN(FILTER(D1, (C1<61)*(F1=6)))", "Formula2": "MIN(FILTER(D2:D15, (C2:C15<61)*(F2:F15=6)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "<", "61", "*", "F1", "=", "6" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "What is the sum of Avg/G for Dan Dierking when the Loss is 0 and the Gain is more than 34?", "Formula": "SUM(FILTER(F1, (D1=0)*(A1=\"dan dierking\")*(C1>34)))", "Formula2": "SUM(FILTER(F2:F15, (D2:D15=0)*(A2:A15=\"dan dierking\")*(C2:C15>34)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "0", "*", "A1", "=", "\"dan dierking\"", "*", "C1", ">", "34" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17362664-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "GP-GS", "Gain", "Loss", "Long", "Avg/G" ], [ "2", "Kory Sheets", "12", "1185", "54", "80", "94.2" ], [ "3", "Justin Siller", "9", "240", "73", "20", "18.6" ], [ "4", "Anthony Heygood", "12", "61", "0", "61", "5.1" ], [ "5", "Frank Halliburton", "11", "39", "2", "12", "3.4" ], [ "6", "Dan Dierking", "12", "34", "0", "13", "2.8" ], [ "7", "Ralph Bolden", "8", "31", "3", "9", "3.5" ], [ "8", "Joey Elliott", "3", "26", "13", "7", "4.3" ], [ "9", "Curtis Painter", "10", "120", "110", "19", "1.0" ], [ "10", "Desmond Tardy", "12", "14", "5", "8", "0.8" ], [ "11", "Chris Bennett", "1", "6", "0", "6", "6.0" ], [ "12", "Keith Smith", "12", "4", "0", "4", "0.3" ], [ "13", "TEAM", "9", "0", "2", "0", "-0.2" ], [ "14", "Total", "12", "1760", "262", "80", "124.8" ], [ "15", "Opponents", "12", "2378", "280", "75", "174.8" ] ] }, { "t5Formulas": [ { "Question": "What is the surface when the tournament is manta, ecuador?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"manta, ecuador\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"manta, ecuador\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"manta, ecuador\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the surface for the tournament of manta, ecuador?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"manta, ecuador\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"manta, ecuador\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"manta, ecuador\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What tournament is lesley joseph the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"lesley joseph\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"lesley joseph\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"lesley joseph\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date was marcos daniel the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"marcos daniel\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"marcos daniel\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"marcos daniel\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14924949-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "August 15, 2005", "Manta , Ecuador", "Hard", "Lesley Joseph", "6–4, 6–1" ], [ "3", "October 10, 2005", "Quito , Ecuador", "Clay", "Marcos Daniel", "1–6, 7–6 (7–1) , 6–2" ], [ "4", "July 31, 2006", "Belo Horizonte , Brazil", "Hard", "André Sá", "6–3, 0–6, 6–4" ], [ "5", "August 14, 2006", "Manta, Ecuador", "Hard", "Brian Dabul", "6–2, 6–2" ], [ "6", "December 31, 2007", "São Paulo , Brazil", "Hard", "Carlos Berlocq", "6–4, 3–6, 7–5" ], [ "7", "January 8, 2012", "São Paulo, Brazil", "Hard", "Gastão Elias", "7–6 (7–5) , 7–6 (7–1)" ], [ "8", "March 18, 2012", "Guadalajara , Mexico", "Hard", "Paolo Lorenzi", "6–3, 7–6 (6–4)" ] ] }, { "t5Formulas": [ { "Question": "What is the to par for the player with total of 155?", "Formula": "SUM(FILTER(E1, D1=155))", "Formula2": "SUM(FILTER(E2:E11, D2:D11=155))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "155" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_2-18044375-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par" ], [ "2", "Tom Watson", "United States", "1975 , 1977 , 1980 , 1982 , 1983", "155", "+13" ], [ "3", "Tom Lehman", "United States", "1996", "156", "+14" ], [ "4", "Nick Faldo", "England", "1987 , 1990 , 1992", "157", "+15" ], [ "5", "Mark O'Meara", "United States", "1998", "157", "+15" ], [ "6", "Mark Calcavecchia", "United States", "1989", "159", "+17" ], [ "7", "Bob Charles", "New Zealand", "1963", "164", "+22" ], [ "8", "Gary Player", "South Africa", "1959 , 1968 , 1974", "164", "+22" ], [ "9", "Seve Ballesteros", "Spain", "1979 , 1984 , 1988", "166", "+24" ], [ "10", "Sandy Lyle", "Scotland", "1985", "166", "+24" ], [ "11", "Tony Jacklin", "England", "1969", "167", "+25" ] ] }, { "t5Formulas": [ { "Question": "What is the qual 1 for conquest racing?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"conquest racing\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"conquest racing\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"conquest racing\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Graham rahal for n/h/l racing has a qual 2 greater than 59.384 and how much lowest best?", "Formula": "MIN(FILTER(E1, (B1=\"n/h/l racing\")*(A1=\"graham rahal\")*(D1>59.384)))", "Formula2": "MIN(FILTER(E2:E18, (B2:B18=\"n/h/l racing\")*(A2:A18=\"graham rahal\")*(D2:D18>59.384)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "=", "\"n/h/l racing\"", "*", "A1", "=", "\"graham rahal\"", "*", "D1", ">", "59.384" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total best for Bruno junqueira", "Formula": "SUMIFS(E1,A1,\"bruno junqueira\")", "Formula2": "SUMIFS(E2:E18,A2:A18,\"bruno junqueira\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"bruno junqueira\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-12126919-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Team", "Qual 1", "Qual 2", "Best" ], [ "2", "Sébastien Bourdais", "N/H/L Racing", "58.783", "58.288", "58.288" ], [ "3", "Justin Wilson", "RSPORTS", "59.099", "58.299", "58.299" ], [ "4", "Oriol Servia", "Forsythe Racing", "58.801", "58.661", "58.661" ], [ "5", "Simon Pagenaud", "Team Australia", "59.341", "58.664", "58.664" ], [ "6", "Bruno Junqueira", "Dale Coyne Racing", "59.547", "58.675", "58.675" ], [ "7", "Alex Tagliani", "RSPORTS", "59.737", "58.779", "58.779" ], [ "8", "Will Power", "Team Australia", "1:01.040", "58.790", "58.790" ], [ "9", "Jan Heylen", "Conquest Racing", "59.813", "58.816", "58.816" ], [ "10", "Neel Jani", "PKV Racing", "1:00.123", "58.834", "58.834" ], [ "11", "Paul Tracy", "Forsythe Racing", "59.368", "58.882", "58.882" ], [ "12", "Ryan Dalziel", "Pacific Coast Motorsports", "59.880", "58.912", "58.912" ], [ "13", "Robert Doornbos", "Minardi Team USA", "59.132", "59.024", "59.024" ], [ "14", "Dan Clarke", "Minardi Team USA", "59.288", "59.263", "59.263" ], [ "15", "Tristan Gommendy", "PKV Racing", "59.624", "59.265", "59.265" ], [ "16", "Graham Rahal", "N/H/L Racing", "59.456", "59.384", "59.384" ], [ "17", "Katherine Legge", "Dale Coyne Racing", "59.520", "59.562", "59.520" ], [ "18", "Alex Figge", "Pacific Coast Motorsports", "1:00.880", "59.973", "59.973" ] ] }, { "t5Formulas": [ { "Question": "What were the most in attendance in Richmond?", "Formula": "MAXIFS(F1,C1,\"richmond\")", "Formula2": "MAXIFS(F2:F7,C2:C7,\"richmond\")", "Level": "easy", "Tokens": [ "MAXIFS(", "F1", "C1", "\"richmond\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What team played Essendon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"essendon\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"essendon\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"essendon\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10887680-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "25.16 (166)", "Richmond", "14.9 (93)", "Arden Street Oval", "22,505", "8 April 1978" ], [ "3", "Collingwood", "22.23 (155)", "Essendon", "12.16 (88)", "Victoria Park", "34,160", "8 April 1978" ], [ "4", "Carlton", "13.17 (95)", "Geelong", "15.19 (109)", "Princes Park", "16,841", "8 April 1978" ], [ "5", "South Melbourne", "16.8 (104)", "Hawthorn", "18.24 (132)", "Lake Oval", "15,037", "8 April 1978" ], [ "6", "St Kilda", "20.17 (137)", "Footscray", "19.16 (130)", "Moorabbin Oval", "18,540", "8 April 1978" ], [ "7", "Melbourne", "24.23 (167)", "Fitzroy", "23.19 (157)", "MCG", "15,613", "8 April 1978" ] ] }, { "t5Formulas": [ { "Question": "What position(s) do players from florida state play?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Florida State\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"Florida State\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"Florida State\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How much does geno hayes weigh?", "Formula": "SUMIFS(F1,C1,\"Geno Hayes\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"Geno Hayes\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "C1", "\"Geno Hayes\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What college did jeremy zuttah attend?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Jeremy Zuttah\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"Jeremy Zuttah\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Jeremy Zuttah\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-15592941-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Choice", "Player name", "Position", "Height", "Weight", "College" ], [ "2", "1", "20", "Aqib Talib", "CB", "6'1\"", "206", "Kansas" ], [ "3", "2", "58", "Dexter Jackson", "WR / KR", "5'9\"", "182", "Appalachian State" ], [ "4", "3", "83", "Jeremy Zuttah", "OL", "6'4\"", "295", "Rutgers" ], [ "5", "4", "115", "Dre Moore", "DT", "6'4\"", "305", "Maryland" ], [ "6", "5", "160", "Josh Johnson", "QB", "6'2\"", "201", "San Diego" ], [ "7", "6", "175", "Geno Hayes", "LB", "6'1\"", "226", "Florida State" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of acres at Sai Tso Wan, opening before 1978?", "Formula": "SUM(FILTER(C1, (A1=\"sai tso wan\")*(D1<1978)))", "Formula2": "SUM(FILTER(C2:C14, (A2:A14=\"sai tso wan\")*(D2:D14<1978)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"sai tso wan\"", "*", "D1", "<", "1978" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-16176425-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Landfill", "Location", "Acres", "Opened", "Capacity", "Status", "Rehab Period" ], [ "2", "Gin Drinkers Bay", "Kwai Tsing District", "29", "1960", "3.5 million tonnes", "Closed", "1999–2000" ], [ "3", "Ngau Tam Mei", "Yuen Long District", "2", "1973", "0.15 million tonnes", "Closed", "1999–2000" ], [ "4", "Shuen Wan", "Tai Po District", "50", "1973", "15 million tonnes", "Closed", "1996–1997" ], [ "5", "Ma Tso Lung", "North District", "2", "1976", "0.2 million tonnes", "Closed", "1999–2000" ], [ "6", "Ngau Chi Wan", "Wong Tai Sin District", "8", "1976", "0.7 million tonnes", "Closed", "1997–1998" ], [ "7", "Sai Tso Wan", "Kwun Tong District", "9", "1978", "1.6 million tonnes", "Closed", "1997–1998" ], [ "8", "Siu Lang Shui", "Tuen Mun District", "12", "1978", "1.2 million tonnes", "Closed", "1999–2000" ], [ "9", "Tseung Kwan O Stage I", "Sai Kung District", "68", "1978", "15.2 million tonnes", "Closed", "1997–1999" ], [ "10", "Ma Yau Tong West", "Kwun Tong", "6", "1979", "6 million tonnes", "Closed", "1997–1998" ], [ "11", "Ma Yau Tong Central", "Kwun Tong", "11", "1981", "1.0 million tonnes", "Closed", "1997–1998" ], [ "12", "Pillar Point Valley", "Tuen Mun District", "38", "1983", "13 million tonnes", "Closed", "2004–2006" ], [ "13", "Jordan Valley", "Kwun Tong", "11", "1986", "1.5 million tonnes", "Closed", "1997–1998" ], [ "14", "Tseung Kwan O Stage II-III", "Sai Kung District", "42", "1988", "12.6 million tonnes", "Closed", "1997–1999" ] ] }, { "t5Formulas": [ { "Question": "Tell me the 2012 when 2005 is 314", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=314),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,A2:A14=314),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "314", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1098410-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "2005", "2007", "2008", "2009", "2010", "2011", "2012", "2013" ], [ "2", "19 (1)", "17 (1)", "22 (1)", "22 (1)", "24 (1)", "25 (1)", "30 (1)", "32 (1)" ], [ "3", "29 (2)", "25 (2)", "25 (2)", "25 (2)", "25 (2)", "32 (2)", "35 (2)", "35 (2)" ], [ "4", "70 (3)", "46 (3)", "44 (3)", "43 (3)", "49 (3)", "45 (3)", "50 (3)", "55 (3)" ], [ "5", "118 (4)", "90 (4)", "61 (4)", "55 (4)", "60 (4)", "57 (4)", "65 (4)", "66 (4)" ], [ "6", "168 (10)", "102 (5)", "112 (5)", "97 (6)", "102 (6)", "70 (5)", "75 (5)", "75 (5)" ], [ "7", "128 (6)", "112 (6)", "120 (6)", "92 (5)", "91 (5)", "80 (6)", "86 (6)", "99 (6)" ], [ "8", "128 (6)", "136 (7)", "158 (7)", "155 (9)", "153 (7)", "122 (8)", "128 (8)", "133 (7)" ], [ "9", "133 (8)", "151 (8)", "174 (8)", "171 (10)", "175 (9)", "139 (9)", "138 (9)", "144 (8)" ], [ "10", "314", "420", "378", "364", "N/A", "105 (7)", "101 (7)", "N/A" ], [ "11", "120 (5)", "161 (9)", "214", "142 (7)", "206", "188", "200", "193 (9)" ], [ "12", "269", "209", "216", "174", "172 (8)", "186", "203", "210 (10)" ], [ "13", "158 (9)", "180 (10)", "180 (9)", "148 (8)", "182(10)", "185 (10)", "198 (10)", "220" ], [ "14", "181", "197", "199 (10)", "218", "234", "247", "295", "304" ] ] }, { "t5Formulas": [ { "Question": "what is the game for 23 april when batting 2nd is england 5/113 (19)?", "Formula": "SUM(FILTER(A1, (B1=\"23 april\")*(D1=\"england 5/113 (19)\")))", "Formula2": "SUM(FILTER(A2:A9, (B2:B9=\"23 april\")*(D2:D9=\"england 5/113 (19)\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"23 april\"", "*", "D1", "=", "\"england 5/113 (19)\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "what is the game when batting 2nd is new zealand 6/133 (18)?", "Formula": "SUMIFS(A1,D1,\"new zealand 6/133 (18)\")", "Formula2": "SUMIFS(A2:A9,D2:D9,\"new zealand 6/133 (18)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"new zealand 6/133 (18)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the game when the result is new zealand by 4 wickets?", "Formula": "SUMIFS(A1,E1,\"new zealand by 4 wickets\")", "Formula2": "SUMIFS(A2:A9,E2:E9,\"new zealand by 4 wickets\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"new zealand by 4 wickets\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "who is batting 1st in game 8?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-11971919-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Batting 1st", "Batting 2nd", "Result" ], [ "2", "1", "23 April", "Bermuda 5/174", "West Indies 8/116 (20)", "Bermuda by 58 runs" ], [ "3", "2", "23 April", "India 6/112", "England 5/113 (19)", "England by 5 wickets" ], [ "4", "3", "24 April", "South Africa 5/220", "Australia 137 (19.4)", "South Africa by 83 runs" ], [ "5", "4", "24 April", "Sri Lanka 6/132", "New Zealand 6/133 (18)", "New Zealand by 4 wickets" ], [ "6", "5", "26 April", "Bermuda 5/143", "England 6/138 (20)", "Bermuda by 5 runs" ], [ "7", "6", "26 April", "India 9/135", "West Indies 3/136 (20)", "West Indies by 7 wickets" ], [ "8", "7", "27 April", "South Africa 3/249", "New Zealand 9/169 (20)", "South Africa by 80 runs" ], [ "9", "8", "27 April", "Australia 3/218", "Sri Lanka 6/217 (20)", "Australia by 1 run" ] ] }, { "t5Formulas": [ { "Question": "What was the lowest Position for a Team with fewer than 3 Lost, a Difference of 1, and more than 7 games Played?", "Formula": "MIN(FILTER(A1, (F1<3)*(H1=1)*(D1>7)))", "Formula2": "MIN(FILTER(A2:A9, (F2:F9<3)*(H2:H9=1)*(D2:D9>7)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "F1", "<", "3", "*", "H1", "=", "1", "*", "D1", ">", "7" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the sum of games Played by the Team Vasco Da Gama, with fewer than 12 Against?", "Formula": "SUM(FILTER(D1, (B1=\"vasco da gama\")*(G1<12)))", "Formula2": "SUM(FILTER(D2:D9, (B2:B9=\"vasco da gama\")*(G2:G9<12)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"vasco da gama\"", "*", "G1", "<", "12" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What was the Difference of the Team that had a Position less than 2?", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Formula2": "LET(query1,SUMMARIZE(H2:H9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)<2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-15315989-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Corinthians", "11", "7", "1", "1", "15", "5" ], [ "3", "2", "Vasco da Gama", "10", "7", "2", "1", "12", "6" ], [ "4", "3", "Portuguesa", "9", "7", "1", "2", "26", "1" ], [ "5", "4", "Palmeiras", "7", "7", "1", "3", "15", "- 1" ], [ "6", "5", "Flamengo", "6", "7", "2", "3", "17", "1" ], [ "7", "6", "São Paulo", "5", "7", "1", "4", "23", "- 5" ], [ "8", "7", "Botafogo", "4", "7", "2", "4", "18", "- 3" ], [ "9", "8", "Fluminense", "4", "7", "0", "5", "18", "- 4" ] ] }, { "t5Formulas": [ { "Question": "What was the score on March 5 at Vancouver?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 5\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I18,B2:B18=\"march 5\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"march 5\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-13619135-7", "Table": [ [ "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", "56", "March 1", "@ Boston", "W 96–94 (OT)", "Vince Carter (28)", "Tracy McGrady (11)", "Tracy McGrady (6)", "FleetCenter 17,198", "31-25" ], [ "3", "57", "March 3", "Boston", "W 114–104 (OT)", "Vince Carter (30)", "Vince Carter (7)", "Vince Carter (7)", "Air Canada Centre 19,437", "32-25" ], [ "4", "58", "March 5", "@ Vancouver", "W 94–92 (OT)", "Vince Carter (28)", "Tracy McGrady (10)", "Muggsy Bogues (7)", "General Motors Place 19,193", "33-25" ], [ "5", "59", "March 6", "@ Portland", "W 109–90 (OT)", "Vince Carter (35)", "Kevin Willis (8)", "Vince Carter , Doug Christie (5)", "Rose Garden 20,516", "34-25" ], [ "6", "60", "March 8", "@ L.A. Clippers", "W 95–94 (OT)", "Vince Carter (23)", "Antonio Davis (11)", "Vince Carter (5)", "Staples Center 18,176", "35-25" ], [ "7", "61", "March 10", "@ Sacramento", "L 88–103 (OT)", "Vince Carter (25)", "Antonio Davis (15)", "Doug Christie (4)", "ARCO Arena 17,317", "35-26" ], [ "8", "62", "March 12", "@ Seattle", "W 99–97 (OT)", "Vince Carter (34)", "Kevin Willis (13)", "Tracy McGrady (6)", "KeyArena 17,072", "36-26" ], [ "9", "63", "March 14", "Golden State", "W 85–78 (OT)", "Vince Carter (23)", "Kevin Willis (15)", "Muggsy Bogues (7)", "Air Canada Centre 19,800", "37-26" ], [ "10", "64", "March 17", "Orlando", "W 95–91 (OT)", "Vince Carter (30)", "Tracy McGrady (13)", "Doug Christie (7)", "Air Canada Centre 19,985", "38-26" ], [ "11", "65", "March 19", "Houston", "W 100–98 (OT)", "Vince Carter (37)", "Kevin Willis (13)", "Doug Christie (5)", "Air Canada Centre 19,876", "39-26" ], [ "12", "66", "March 21", "New Jersey", "L 93–100 (OT)", "Vince Carter (23)", "Antonio Davis , Tracy McGrady (12)", "Doug Christie (7)", "Air Canada Centre 19,800", "39-27" ], [ "13", "67", "March 22", "@ Philadelphia", "L 93–106 (OT)", "Vince Carter (26)", "Antonio Davis (9)", "Doug Christie (8)", "First Union Center 20,753", "39-28" ], [ "14", "68", "March 24", "Charlotte", "L 84–102 (OT)", "Vince Carter (18)", "Doug Christie (11)", "Doug Christie , Tracy McGrady (4)", "Air Canada Centre 19,800", "39-29" ], [ "15", "69", "March 26", "@ Minnesota", "L 101–106 (OT)", "Vince Carter (38)", "Vince Carter , Antonio Davis (7)", "Tracy McGrady (8)", "Target Center 19,902", "39-30" ], [ "16", "70", "March 28", "@ Cleveland", "W 99–96 (OT)", "Vince Carter (19)", "Vince Carter , Tracy McGrady , Charles Oakley (8)", "Vince Carter (6)", "Gund Arena 20,562", "40-30" ], [ "17", "71", "March 30", "@ New Jersey", "L 103–107 (OT)", "Vince Carter (39)", "Antonio Davis (13)", "Vince Carter (7)", "Continental Airlines Arena 18,493", "40-31" ], [ "18", "72", "March 31", "@ Charlotte", "L 101–110 (OT)", "Vince Carter (31)", "Tracy McGrady (13)", "Muggsy Bogues (7)", "Charlotte Coliseum 23,799", "40-32" ] ] }, { "t5Formulas": [ { "Question": "What is the money won by Frank Nobilo?", "Formula": "ROWS(FILTER(F1,B1=\"frank nobilo\"))", "Formula2": "ROWS(FILTER(F2:F20,B2:B20=\"frank nobilo\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "F1", "B1", "=", "\"frank nobilo\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is Lee Westwood's score?", "Formula": "FILTER(D1,B1=\"lee westwood\")", "Formula2": "FILTER(D2:D20,B2:B20=\"lee westwood\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"lee westwood\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How much money has been won by Stephen Ames?", "Formula": "FILTER(F1,B1=\"stephen ames\")", "Formula2": "FILTER(F2:F20,B2:B20=\"stephen ames\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"stephen ames\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18060467-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( £ )" ], [ "2", "1", "Justin Leonard", "United States", "69-66-72-65=272", "–12", "250,000" ], [ "3", "T2", "Darren Clarke", "Northern Ireland", "67-66-71-71=275", "–9", "150,000" ], [ "4", "T2", "Jesper Parnevik", "Sweden", "70-66-66-73=275", "–9", "150,000" ], [ "5", "4", "Jim Furyk", "United States", "67-72-70-70=279", "–5", "90,000" ], [ "6", "T5", "Pádraig Harrington", "Ireland", "75-69-69-67=280", "–4", "62,500" ], [ "7", "T5", "Stephen Ames", "Trinidad and Tobago", "74-69-66-71=280", "–4", "62,500" ], [ "8", "T7", "Peter O'Malley", "Australia", "73-70-70-68=281", "–3", "40,667" ], [ "9", "T7", "Eduardo Romero", "Argentina", "74-68-67-72=281", "–3", "40,667" ], [ "10", "T7", "Fred Couples", "United States", "69-68-70-74=281", "–3", "40,667" ], [ "11", "T10", "Davis Love III", "United States", "70-71-74-67=282", "–2", "24,300" ], [ "12", "T10", "Retief Goosen", "South Africa", "75-69-70-68=282", "–2", "24,300" ], [ "13", "T10", "Frank Nobilo", "New Zealand", "74-72-68-68=282", "–2", "24,300" ], [ "14", "T10", "Tom Kite", "United States", "72-67-74-69=282", "–2", "24,300" ], [ "15", "T10", "Mark Calcavecchia", "United States", "74-67-72-69=282", "–2", "24,300" ], [ "16", "T10", "Shigeki Maruyama", "Japan", "74-69-70-69=282", "–2", "24,300" ], [ "17", "T10", "Ernie Els", "South Africa", "75-69-69-69=282", "–2", "24,300" ], [ "18", "T10", "Tom Watson", "United States", "71-70-70-71=282", "–2", "24,300" ], [ "19", "T10", "Robert Allenby", "Australia", "76-68-66-72=282", "–2", "24,300" ], [ "20", "T10", "Lee Westwood", "England", "73-70-67-72=282", "–2", "24,300" ] ] }, { "t5Formulas": [ { "Question": "What height is the tallest for an outside hitter?", "Formula": "SUMIFS(D1,E1,\"outside hitter\")", "Formula2": "SUMIFS(D2:D14,E2:E14,\"outside hitter\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "E1", "\"outside hitter\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16054851-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Nationality", "Player", "Birth date", "Height", "Position" ], [ "2", "Turkey", "Aslan Ekşi", "15 May 1989 (age24)", "193", "setter" ], [ "3", "Turkey", "Faik Samet Güneş", "27 May 1993 (age20)", "205", "middle blocker" ], [ "4", "Turkey", "Sabit Karaağaç", "5 May 1987 (age26)", "202", "middle blocker/setter" ], [ "5", "Egypt", "Ahmed Salaheldin Abdel Naeim Abdelhay", "19 August 1984 (age29)", "198", "hitter" ], [ "6", "Turkey", "Nuri Şahin", "1 January 1980 (age34)", "197", "libero" ], [ "7", "Turkey", "Halil İbrahim Yücel", "24 November 1989 (age24)", "197", "hitter" ], [ "8", "Turkey", "Can Ayvazoğlu", "14 September 1979 (age34)", "190", "outside hitter" ], [ "9", "Turkey", "Serhat Coşkun", "18 July 1987 (age26)", "198", "hitter" ], [ "10", "Turkey", "Emre Batur", "21 April 1988 (age25)", "201", "middle blocker" ], [ "11", "Turkey", "Hüseyin Koç", "30 July 1979 (age34)", "197", "hitter" ], [ "12", "Venezuela", "Luis Augusto Diaz Mallorca", "20 August 1983 (age30)", "205", "hitter" ], [ "13", "Turkey", "Resul Tekeli", "16 September 1986 (age27)", "204", "middle blocker" ], [ "14", "United States", "William Priddy", "1 October 1977 (age36)", "193", "hitter" ] ] }, { "t5Formulas": [ { "Question": "What is the Attendance with a Week that is 18?", "Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Formula2": "LET(query1,SUMMARIZE(G2:G19,SUMX(A2:A19)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "18" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What Attendance has a Date that is november 1, 1993?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"november 1, 1993\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"november 1, 1993\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"november 1, 1993\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Record with a Game Site that is joe robbie stadium?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"joe robbie stadium\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,D2:D19=\"joe robbie stadium\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"joe robbie stadium\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-15353328-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Game Site", "Final Score", "Record", "Attendance" ], [ "2", "1", "September 5, 1993", "New England Patriots", "Rich Stadium", "W 38–14", "1–0", "79,751" ], [ "3", "2", "September 12, 1993", "at Dallas Cowboys", "Texas Stadium", "W 13–10", "2–0", "63,226" ], [ "4", "3", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "5", "4", "September 26, 1993", "Miami Dolphins", "Rich Stadium", "L 22–13", "2–1", "79,635" ], [ "6", "5", "October 3, 1993", "New York Giants", "Rich Stadium", "W 17–14", "3–1", "79,283" ], [ "7", "6", "October 11, 1993", "Houston Oilers", "Rich Stadium", "W 35–7", "4–1", "79,613" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 24, 1993", "at New York Jets", "The Meadowlands", "W 19–10", "5–1", "71,541" ], [ "10", "9", "November 1, 1993", "Washington Redskins", "Rich Stadium", "W 24–10", "6–1", "79,106" ], [ "11", "10", "November 7, 1993", "at New England Patriots", "Foxboro Stadium", "W 13–10", "7–1", "54,326" ], [ "12", "11", "November 15, 1993", "at Pittsburgh Steelers", "Three Rivers Stadium", "L 0–23", "7–2", "60,265" ], [ "13", "12", "November 21, 1993", "Indianapolis Colts", "Rich Stadium", "W 23–9", "8–2", "79,101" ], [ "14", "13", "November 28, 1993", "at Kansas City Chiefs", "Arrowhead Stadium", "L 7–23", "8–3", "74,452" ], [ "15", "14", "December 5, 1993", "Los Angeles Raiders", "Rich Stadium", "L 24–25", "8–4", "79,478" ], [ "16", "15", "December 12, 1993", "at Philadelphia Eagles", "Veterans Stadium", "W 10–7", "9–4", "60,769" ], [ "17", "16", "December 19, 1993", "at Miami Dolphins", "Joe Robbie Stadium", "W 47–34", "10–4", "71,597" ], [ "18", "17", "December 26, 1993", "New York Jets", "Rich Stadium", "W 16–14", "11–4", "70,817" ], [ "19", "18", "January 2, 1994", "at Indianapolis Colts", "Hoosier Dome", "W 30–10", "12–4", "43,028" ] ] }, { "t5Formulas": [ { "Question": "Which away team played at Kardinia Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"kardinia park\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"kardinia park\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"kardinia park\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10824095-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Collingwood", "13.10 (88)", "Fitzroy", "12.19 (91)", "Victoria Park", "27,052", "1 May 1982" ], [ "3", "Richmond", "18.8 (116)", "Melbourne", "15.16 (106)", "MCG", "31,438", "1 May 1982" ], [ "4", "Geelong", "17.20 (122)", "Footscray", "7.22 (64)", "Kardinia Park", "18,791", "1 May 1982" ], [ "5", "St Kilda", "11.14 (80)", "Carlton", "16.22 (118)", "Moorabbin Oval", "26,185", "1 May 1982" ], [ "6", "Hawthorn", "19.21 (135)", "North Melbourne", "15.11 (101)", "VFL Park", "34,921", "1 May 1982" ], [ "7", "Swans", "15.21 (111)", "Essendon", "18.9 (117)", "SCG", "15,461", "2 May 1982" ] ] }, { "t5Formulas": [ { "Question": "who is the home team when the away team is rivercity rage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"rivercity rage\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"rivercity rage\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rivercity rage\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the winner when the score is 71-62?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"71-62\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"71-62\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"71-62\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "who is the winner when the home team is sioux falls storm and the year is earlier than 2012?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"sioux falls storm\")*(A1<2012)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"sioux falls storm\")*(A2:A6<2012)),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"sioux falls storm\"", "*", "A1", "<", "2012", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] }, { "Question": "what is the score when the away team is rivercity rage?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"rivercity rage\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"rivercity rage\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rivercity rage\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the year when the score is 59-32?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"59-32\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"59-32\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"59-32\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18685742-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Home Team", "Away Team", "Winner", "Score" ], [ "2", "2009", "Billings Outlaws", "RiverCity Rage", "Outlaws", "71-62" ], [ "3", "2010", "Billings Outlaws", "Sioux Falls Storm", "Outlaws", "43-34" ], [ "4", "2011", "Sioux Falls Storm", "Tri-Cities Fever", "Storm", "37-10" ], [ "5", "2012", "Sioux Falls Storm", "Tri-Cities Fever", "Storm", "59-32" ], [ "6", "2013", "Sioux Falls Storm", "Nebraska Danger", "Storm", "43-40" ] ] }, { "t5Formulas": [ { "Question": "Which Name has a Pennant number of f82?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"f82\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=\"f82\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"f82\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Launched which is on 3 may 2001?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"3 may 2001\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,E2:E17=\"3 may 2001\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"3 may 2001\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Homeport that has a Laid down on 14 december 1985?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"14 december 1985\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,C2:C17=\"14 december 1985\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"14 december 1985\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What kind of Launched has a Homeport (as of July 2013) of sold to chile, and a Pennant number of f80?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"sold to chile\")*(B1=\"f80\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(F2:F17=\"sold to chile\")*(B2:B17=\"f80\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"sold to chile\"", "*", "B1", "=", "\"f80\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-140976-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Pennant number", "Laid down", "Launched", "Date of commission", "Homeport (as of July 2013)", "Planned decommission (as announced in 2009)" ], [ "2", "Norfolk", "F230", "14 December 1985", "10 July 1987", "1 June 1990", "Sold to Chile", "N/A" ], [ "3", "Argyll", "F231", "20 March 1987", "8 April 1989", "31 May 1991", "Devonport", "2023" ], [ "4", "Lancaster", "F229", "18 December 1987", "24 May 1990", "1 May 1992", "Portsmouth", "2024" ], [ "5", "Marlborough", "F223", "22 October 1987", "21 January 1989", "14 June 1991", "Sold to Chile", "N/A" ], [ "6", "Iron Duke", "F234", "12 December 1988", "2 March 1991", "20 May 1993", "Portsmouth", "2025" ], [ "7", "Monmouth", "F235", "1 June 1989", "23 November 1991", "24 September 1993", "Devonport", "2026" ], [ "8", "Montrose", "F236", "1 November 1989", "31 July 1992", "2 June 1994", "Devonport", "2027" ], [ "9", "Westminster", "F237", "18 January 1991", "4 February 1992", "13 May 1994", "Portsmouth", "2028" ], [ "10", "Northumberland", "F238", "4 April 1991", "4 April 1992", "29 November 1994", "Devonport", "2029" ], [ "11", "Richmond", "F239", "16 February 1992", "6 April 1993", "22 June 1995", "Portsmouth", "2030" ], [ "12", "Somerset", "F82", "12 October 1992", "25 June 1994", "20 September 1996", "Devonport", "2031" ], [ "13", "Grafton", "F80", "13 May 1993", "5 November 1994", "29 May 1997", "Sold to Chile", "N/A" ], [ "14", "Sutherland", "F81", "14 October 1993", "9 March 1996", "4 July 1997", "Devonport", "2033" ], [ "15", "Kent", "F78", "16 April 1997", "27 May 1998", "8 June 2000", "Portsmouth", "2034" ], [ "16", "Portland", "F79", "14 January 1998", "15 May 1999", "3 May 2001", "Devonport", "2035" ], [ "17", "St Albans", "F83", "18 April 1999", "6 May 2000", "6 June 2002", "Portsmouth", "2036" ] ] }, { "t5Formulas": [ { "Question": "Name the real life for eventual outcome is amtrak", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Amtrak\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"Amtrak\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Amtrak\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the real life years of operation for amtrak", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Amtrak\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"Amtrak\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Amtrak\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the game coast for chicago and north western", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Chicago and North Western\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"Chicago and North Western\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Chicago and North Western\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the game cost for merged with new york central to form penn central", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Merged with New York Central to form Penn Central\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"Merged with New York Central to form Penn Central\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Merged with New York Central to form Penn Central\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-243664-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Railroad", "Game Cost", "Real-Life Years of Operation", "Real-Life Eventual Outcome", "Currently¹ Part Of..." ], [ "2", "Atchison, Topeka, and Santa Fe", "$40,000", "1859–1996", "Merged with Burlington Northern to become BNSF", "BNSF" ], [ "3", "Union Pacific", "$40,000", "1862–Present", "Currently operating", "Union Pacific" ], [ "4", "Pennsylvania", "$30,000", "1846–1968", "Merged with New York Central to form Penn Central", "Amtrak , Norfolk Southern" ], [ "5", "Chicago, Rock Island, and Pacific", "$29,000", "1852–1980", "Liquidated", "N/A" ], [ "6", "Missouri Pacific", "$21,000", "1849–1982", "Merged with Union Pacific", "Union Pacific" ], [ "7", "Chesapeake and Ohio", "$20,000", "1869–1972", "Renamed to Chessie System", "CSX" ], [ "8", "St. Louis & San Francisco", "$19,000", "1876–1980", "Acquired by Burlington Northern", "BNSF" ], [ "9", "Chicago, Milwaukee, St. Paul, and Pacific", "$18,000", "1847–1985", "Acquired by the Soo Line Railroad", "Canadian Pacific" ], [ "10", "Illinois Central", "$14,000", "1851–1999", "Acquired by the Canadian National Railway", "Canadian National" ], [ "11", "Chicago and North Western", "$14,000", "1865–1995", "Merged into Union Pacific", "Union Pacific" ], [ "12", "Texas and Pacific", "$10,000", "1871–1976", "Merged with the Missouri Pacific", "Union Pacific" ], [ "13", "Western Pacific", "$8,000", "1903–1983", "Acquired by Union Pacific", "Union Pacific" ], [ "14", "New York, New Haven, and Hartford", "$4,000", "1872–1969", "Merged into Penn Central", "Amtrak" ] ] }, { "t5Formulas": [ { "Question": "What are the Notes when the Method is decision?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"decision\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"decision\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"decision\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result for the 2012 ibjjf world jiu-jitsu championships event when the method was points (4 x 0)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"2012 ibjjf world jiu-jitsu championships\")*(C1=\"points (4 x 0)\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"2012 ibjjf world jiu-jitsu championships\")*(C2:C9=\"points (4 x 0)\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"2012 ibjjf world jiu-jitsu championships\"", "*", "C1", "=", "\"points (4 x 0)\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the opponent when the method was points (4 x 0)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"points (4 x 0)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"points (4 x 0)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"points (4 x 0)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result against opponent Amanda Lucas?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"amanda lucas\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"amanda lucas\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"amanda lucas\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which event has notes of women +60kg quarterfinal?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"women +60kg quarterfinal\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"women +60kg quarterfinal\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"women +60kg quarterfinal\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18373446-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Result", "Opponent", "Method", "Event", "Notes" ], [ "2", "Win", "Venla Luukkonen", "Points (11 x 0)", "2012 IBJJF World Jiu-Jitsu Championships", "Female Purple Belt Final" ], [ "3", "Win", "Hillary VanOrnum", "Points (4 x 0)", "2012 IBJJF World Jiu-Jitsu Championships", "Female Purple Belt Semifinal" ], [ "4", "Win", "Maia Matalon", "Submission (armbar)", "2012 IBJJF World Jiu-Jitsu Championships", "Female Purple Belt Quarterfinal" ], [ "5", "Win", "Amanda Lucas", "Points (8 x 0)", "2011 IBJJF World Jiu-Jitsu Championships", "Female Purple Belt Final" ], [ "6", "Win", "Sarah Draht", "Points (16 x 0)", "2011 IBJJF World Jiu-Jitsu Championships", "Female Purple Belt Semifinal" ], [ "7", "Win", "Rosangela Conceicao", "Decision", "2009 ADCC Submission Wrestling World Championships", "Women +60kg Bronze" ], [ "8", "Loss", "Penny Thomas", "Points (-2 x -1)", "2009 ADCC Submission Wrestling World Championships", "Women +60kg Semifinal" ], [ "9", "Win", "Ida Hansson", "Points (10 x 0)", "2009 ADCC Submission Wrestling World Championships", "Women +60kg Quarterfinal" ] ] }, { "t5Formulas": [ { "Question": "What was the Constructor for the German Grand Prix Race?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"german grand prix\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,A2:A17=\"german grand prix\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"german grand prix\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Race did Michele Alboreto win?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"michele alboreto\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,F2:F17=\"michele alboreto\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"michele alboreto\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Constructor for the race that had Derek Warwick as its Fastest Lap?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"derek warwick\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,E2:E17=\"derek warwick\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"derek warwick\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Brands Hatch race had Niki Lauda as its Fastest Lap?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"niki lauda\")*(C1=\"brands hatch\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(E2:E17=\"niki lauda\")*(C2:C17=\"brands hatch\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"niki lauda\"", "*", "C1", "=", "\"brands hatch\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the Report for the Monaco race?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"monaco\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,C2:C17=\"monaco\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"monaco\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1140073-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Race", "Date", "Location", "Pole Position", "Fastest Lap", "Race Winner", "Constructor", "Report" ], [ "2", "Brazilian Grand Prix", "25 March", "Jacarepaguá", "Elio de Angelis", "Alain Prost", "Alain Prost", "McLaren - TAG", "Report" ], [ "3", "South African Grand Prix", "7 April", "Kyalami", "Nelson Piquet", "Patrick Tambay", "Niki Lauda", "McLaren - TAG", "Report" ], [ "4", "Belgian Grand Prix", "29 April", "Zolder", "Michele Alboreto", "René Arnoux", "Michele Alboreto", "Ferrari", "Report" ], [ "5", "San Marino Grand Prix", "6 May", "Imola", "Nelson Piquet", "Nelson Piquet", "Alain Prost", "McLaren - TAG", "Report" ], [ "6", "French Grand Prix", "20 May", "Dijon", "Patrick Tambay", "Alain Prost", "Niki Lauda", "McLaren - TAG", "Report" ], [ "7", "Monaco Grand Prix", "3 June", "Monaco", "Alain Prost", "Ayrton Senna", "Alain Prost", "McLaren - TAG", "Report" ], [ "8", "Canadian Grand Prix", "17 June", "Circuit Gilles Villeneuve", "Nelson Piquet", "Nelson Piquet", "Nelson Piquet", "Brabham - BMW", "Report" ], [ "9", "Detroit Grand Prix", "24 June", "Detroit", "Nelson Piquet", "Derek Warwick", "Nelson Piquet", "Brabham - BMW", "Report" ], [ "10", "Dallas Grand Prix", "8 July", "Dallas", "Nigel Mansell", "Niki Lauda", "Keke Rosberg", "Williams - Honda", "Report" ], [ "11", "British Grand Prix", "22 July", "Brands Hatch", "Nelson Piquet", "Niki Lauda", "Niki Lauda", "McLaren - TAG", "Report" ], [ "12", "German Grand Prix", "5 August", "Hockenheimring", "Alain Prost", "Alain Prost", "Alain Prost", "McLaren - TAG", "Report" ], [ "13", "Austrian Grand Prix", "19 August", "Österreichring", "Nelson Piquet", "Niki Lauda", "Niki Lauda", "McLaren - TAG", "Report" ], [ "14", "Dutch Grand Prix", "26 August", "Zandvoort", "Alain Prost", "René Arnoux", "Alain Prost", "McLaren - TAG", "Report" ], [ "15", "Italian Grand Prix", "9 September", "Monza", "Nelson Piquet", "Niki Lauda", "Niki Lauda", "McLaren - TAG", "Report" ], [ "16", "European Grand Prix", "7 October", "Nürburgring", "Nelson Piquet", "Nelson Piquet Michele Alboreto", "Alain Prost", "McLaren - TAG", "Report" ], [ "17", "Portuguese Grand Prix", "21 October", "Estoril", "Nelson Piquet", "Niki Lauda", "Alain Prost", "McLaren - TAG", "Report" ] ] }, { "t5Formulas": [ { "Question": "What was the year when West Manila has a tariff increase of 6.5?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was East Manila's share of 1996 real tariff when its Consumer Price Index is 119.4?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=119.4))", "Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(D2:D7)),FILTER(query1,CHOOSECOLS(query1,2)=119.4))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "119.4" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was West Manila's tariff increase when its CPI is 60.6?", "Formula": "SUM(FILTER(B1, D1=60.6))", "Formula2": "SUM(FILTER(B2:B7, D2:D7=60.6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "60.6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was West Manila's tariff increase when its CPI is 119.4?", "Formula": "SUM(FILTER(B1, D1=119.4))", "Formula2": "SUM(FILTER(B2:B7, D2:D7=119.4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "119.4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the CPI of West Manila when its share of 1996 real tariff is 189%?", "Formula": "SUMIFS(D1,E1,\"189%\")", "Formula2": "SUMIFS(D2:D7,E2:E7,\"189%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "E1", "\"189%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was West Manila's share of 1996 real tariff when it CPI was 92.9?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=92.9))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(D2:D7)),FILTER(query1,CHOOSECOLS(query1,2)=92.9))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "92.9" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-17302440-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "West Manila", "East Manila", "Consumer Price Index (2005=100)", "West Manila as a share of 1996 real tariff", "East Manila as a share of 1996 real tariff" ], [ "2", "1996", "8.6", "8.6", "60.6", "100%", "100%" ], [ "3", "1997", "5.0", "2.3", "64", "55%", "25%" ], [ "4", "2000", "6.5", "4.5", "77", "59%", "41%" ], [ "5", "2002", "20", "14.5", "84.8", "166%", "204%" ], [ "6", "2004", "30", "18", "92.9", "228%", "137%" ], [ "7", "2008", "32", "27", "119.4", "189%", "159%" ] ] }, { "t5Formulas": [ { "Question": "What is top ep number for \"missile bound cat\"?", "Formula": "SUMIFS(B1,D1,\"Missile Bound Cat\")", "Formula2": "SUMIFS(B2:B13,D2:D13,\"Missile Bound Cat\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "D1", "\"Missile Bound Cat\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many Huckleberry Hound episodes were aired on 1960.09.18?", "Formula": "ROWS(UNIQUE(FILTER(C1, F1=\"1960.09.18\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C13, F2:F13=\"1960.09.18\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "F1", "=", "\"1960.09.18\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who animated \"Science Friction\"", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Science Friction\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Science Friction\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Science Friction\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-19860361-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Nº", "Ep", "Huckleberry Hound", "Pixie and Dixie", "Hokey Wolf", "Air date", "Credited Animators" ], [ "2", "40", "1", "\"Spud Dud\"", "\"High Jinks\"", "\" Tricks And Treats \" (Pilot)", "1960.09.11", "George Nicholas, Dick Lundy, Don Patterson" ], [ "3", "41", "2", "\"Legion Bound Hound\"", "\"Price for Mice\"", "\"Hokey Dokey\"", "1960.09.18", "Kenneth Muse, Bob Carr" ], [ "4", "42", "3", "\"Science Friction\"", "\"Plutocrat Cat\"", "\"Lamb-Basted Wolf\"", "1960.09.25", "Ed Love, Lewis Marshall, Hicks Lokey" ], [ "5", "43", "4", "\" Nuts Over Mutts \"", "\"Pied Piper Pipe\"", "\"Which Witch Is Witch\"", "1960.10.02", "Ed Love, Don Patterson, George Nicholas" ], [ "6", "44", "5", "\"Knight School\"", "\"Woo for Two\"", "\"Pick a Chick\"", "1960.10.09", "Lewis Marshall, Bob Carr, Ed deMattia" ], [ "7", "45", "6", "\"Huck Hound’s Tale\"", "\"Party Peeper Jinks\"", "\"Robot Plot\"", "1960.10.16", "Ed deMattia, Dick Lundy, ?" ], [ "8", "46", "7", "\"The Unmasked Avenger\"", "\"A Wise Quack\"", "\"Boobs In the Woods\"", "1960.10.23", "Don Williams, Bob Carr, ?" ], [ "9", "47", "8", "\"Hillbilly Huck\"", "\"Missile Bound Cat\"", "\"Castle Hassle\"", "1960.10.30", "Hicks Lokey, Lewis Marshall, Bob Carr" ], [ "10", "48", "9", "\"Fast Gun Huck\"", "\"Kind to Meeces Week\"", "\"Booty on the Bounty\"", "1960.11.06", "Brad Case, Hicks Lokey, ?" ], [ "11", "49", "10", "\"Astro-nut Huck\"", "\"Crew Cat\"", "\"Hokey in the Pokey\"", "1960.11.13", "Lewis Marshall, Brad Case, Don Patterson" ], [ "12", "50", "11", "\"Huck and Ladder\"", "\"Jinxed Jinks\"", "\"Who’s Zoo\"", "1960.11.20", "Hicks Lokey, Art Davis Robert Bentley" ], [ "13", "51", "12", "\"Lawman Huck\"", "\"Light Headed Cat\"", "\"Dogged Sheep Dog\"", "1960.11.27", "Bob Carr, Lewis Marshall, Don Patterson, ?" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest relative permeability with a skin depth larger than 0.112 inches?", "Formula": "MIN(FILTER(C1, D1>0.112))", "Formula2": "MIN(FILTER(C2:C6, D2:D6>0.112))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", ">", "0.112" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What is the average relative permeability with a resistivity smaller than 1.12 and a surface resistance relative to copper smaller than 1?", "Formula": "AVERAGE(FILTER(C1, (B1<1.12)*(E1<1)))", "Formula2": "AVERAGE(FILTER(C2:C6, (B2:B6<1.12)*(E2:E6<1)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "B1", "<", "1.12", "*", "E1", "<", "1" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of skin depth with a resistivity of 1.12 and a relative permeability larger than 1?", "Formula": "SUM(FILTER(D1, (B1=1.12)*(C1>1)))", "Formula2": "SUM(FILTER(D2:D6, (B2:B6=1.12)*(C2:C6>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "1.12", "*", "C1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1255407-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Material", "Resistivity (10 −6 ohm-inches)", "Relative permeability", "Skin depth, inches", "Surface resistance, Relative to copper" ], [ "2", "Carbon steel 1010", "9", "200", "0.004", "56.25" ], [ "3", "Stainless steel 432", "24.5", "200", "0.007", "87.5" ], [ "4", "Stainless steel 304", "29", "1", "0.112", "6.5" ], [ "5", "Aluminum", "1.12", "1", "0.022", "1.28" ], [ "6", "Copper", "0.68", "1", "0.017", "1" ] ] }, { "t5Formulas": [ { "Question": "What is the Country of the Player with a Score of 66-72-70-69=277?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"66-72-70-69=277\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"66-72-70-69=277\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"66-72-70-69=277\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18027810-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( £ )" ], [ "2", "1", "Tiger Woods", "United States", "67-66-67-69=269", "–19", "500,000" ], [ "3", "T2", "Thomas Bjørn", "Denmark", "69-69-68-71=277", "–11", "245,000" ], [ "4", "T2", "Ernie Els", "South Africa", "66-72-70-69=277", "–11", "245,000" ], [ "5", "T4", "Tom Lehman", "United States", "68-70-70-70=278", "–10", "130,000" ], [ "6", "T4", "David Toms", "United States", "69-67-71-71=278", "–10", "130,000" ], [ "7", "6", "Fred Couples", "United States", "70-68-72-69=279", "–9", "100,000" ], [ "8", "T7", "Paul Azinger", "United States", "69-72-72-67=280", "–8", "66,250" ], [ "9", "T7", "Darren Clarke", "Northern Ireland", "70-69-68-73=280", "–8", "66,250" ], [ "10", "T7", "Pierre Fulke", "Sweden", "69-72-70-69=280", "–8", "66,250" ], [ "11", "T7", "Loren Roberts", "United States", "69-68-70-73=280", "–8", "66,250" ] ] }, { "t5Formulas": [ { "Question": "What is the earliest year that had a Lotus 49B chassis?", "Formula": "MINIFS(A1,C1,\"lotus 49b\")", "Formula2": "MINIFS(A2:A7,C2:C7,\"lotus 49b\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "C1", "\"lotus 49b\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1235873-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1964", "Owen Racing Organisation", "BRM P67", "BRM V8", "0" ], [ "3", "1965", "Reg Parnell Racing", "Lotus 25", "BRM V8", "2" ], [ "4", "1967", "Cooper Car Company", "Cooper T81B", "Maserati V12", "0" ], [ "5", "1968", "Owen Racing Organisation", "BRM P126", "BRM V12", "6" ], [ "6", "1969", "Gold Leaf Team Lotus", "Lotus 49B", "Cosworth V8", "3" ], [ "7", "1969", "Frank Williams Racing Cars", "Brabham BT30 (F2)", "Cosworth Straight-4", "3" ] ] }, { "t5Formulas": [ { "Question": "Number of completed transactions", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many transactions have we recorded? ", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many transactions were recorded in each account?", "Formula": "SUMMARIZE(B1,SUMX(A1))", "Formula2": "SUMMARIZE(B2:B16,SUMX(A2:A16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "B1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "How many transactions under each type?", "Formula": "SUMMARIZE(D1,SUMX(A1))", "Formula2": "SUMMARIZE(D2:D16,SUMX(A2:A16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "total transactions for each type.", "Formula": "SUMMARIZE(D1,SUMX(A1))", "Formula2": "SUMMARIZE(D2:D16,SUMX(A2:A16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "Which account has the most recorded transactions?", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B16,SUMX(A2:A16)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "How many transactions realized?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many transactions?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "The total transaction amount under each type.", "Formula": "SUMMARIZE(D1,SUMX(F1))", "Formula2": "SUMMARIZE(D2:D16,SUMX(F2:F16))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "D1", "SUMX(", "F1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "The account with most records of transaction", "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B16,SUMX(A2:A16)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ] } ], "TableName": "invoices_financial_transactions", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "transaction id", "account id", "invoice number", "transaction type", "transaction date", "transaction amount", "transaction comment", "other transaction details" ], [ "2", "1", "13", "12", "Payment", "3/15/2018 21:13", "613.96", "", "" ], [ "3", "2", "9", "1", "Payment", "3/13/2018 13:27", "368.46", "", "" ], [ "4", "3", "6", "1", "Refund", "3/3/2018 1:50", "1598.25", "", "" ], [ "5", "4", "9", "12", "Payment", "3/10/2018 13:46", "540.73", "", "" ], [ "6", "5", "9", "2", "Payment", "3/23/2018 4:56", "1214.22", "", "" ], [ "7", "6", "12", "3", "Refund", "3/22/2018 21:58", "1903.41", "", "" ], [ "8", "7", "13", "14", "Payment", "3/12/2018 3:06", "1585.03", "", "" ], [ "9", "8", "14", "15", "Payment", "3/11/2018 21:57", "1425.41", "", "" ], [ "10", "9", "8", "12", "Payment", "3/7/2018 4:32", "1517.77", "", "" ], [ "11", "10", "6", "15", "Payment", "3/14/2018 19:09", "1477.57", "", "" ], [ "12", "11", "6", "13", "Refund", "3/12/2018 22:51", "1567.64", "", "" ], [ "13", "12", "9", "6", "Refund", "3/5/2018 19:55", "1781.24", "", "" ], [ "14", "13", "13", "12", "Refund", "3/24/2018 12:05", "899.87", "", "" ], [ "15", "14", "11", "5", "Refund", "3/13/2018 3:51", "1462.62", "", "" ], [ "16", "15", "4", "14", "Refund", "2/27/2018 14:58", "1979.66", "", "" ] ] }, { "t5Formulas": [ { "Question": "What opponent has october less than 20, and 8 for points?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)<20)*(CHOOSECOLS(query1,3)=8)))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(B2:B12),SUMX(F2:F12)),FILTER(query1,(CHOOSECOLS(query1,2)<20)*(CHOOSECOLS(query1,3)=8)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "20", "*", "CHOOSECOLS(", "query1", "3", "=", "8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-14344570-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "October", "Opponent", "Score", "Record", "Points" ], [ "2", "1", "7", "@ Montreal Canadiens", "7–1", "1–0–0", "2" ], [ "3", "2", "11", "Washington Capitals", "2–1", "2–0–0", "4" ], [ "4", "3", "14", "@ New York Islanders", "3–0", "3–0–0", "6" ], [ "5", "4", "15", "Edmonton Oilers", "7–1", "4–0–0", "8" ], [ "6", "5", "18", "@ Los Angeles Kings", "1–1 OT", "4–0–1", "9" ], [ "7", "6", "20", "@ Mighty Ducks of Anaheim", "4–2", "5–0–1", "11" ], [ "8", "7", "22", "@ Chicago Blackhawks", "4–5", "5–1–1", "11" ], [ "9", "8", "25", "New York Islanders", "3–1", "6–1–1", "13" ], [ "10", "9", "28", "@ New York Islanders", "5–5 OT", "6–1–2", "14" ], [ "11", "10", "29", "Ottawa Senators", "5–2", "7–1–2", "16" ], [ "12", "11", "31", "Tampa Bay Lightning", "2–2 OT", "7–1–3", "17" ] ] }, { "t5Formulas": [ { "Question": "What is the airing date for costume comedy that has 20 episodes?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"costume comedy\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=20))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"costume comedy\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=20))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"costume comedy\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "20" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-11173827-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Airing date", "English title (Chinese title)", "Number of episodes", "Genre", "Official website" ], [ "2", "20 Nov 2006- 5 Jan 2007", "Dicey Business 賭場風雲", "35", "Modern drama", "Official website" ], [ "3", "8 Jan- 9 Feb", "The Brink of Law 突圍行動", "25", "Modern action", "Official website" ], [ "4", "12 Feb- 9 Mar", "Best Bet 迎妻接福", "20", "Costume comedy", "Official website" ], [ "5", "12 Mar- 8 Apr", "Life Art 寫意人生", "20", "Modern drama", "Official website" ], [ "6", "9 Apr- 1 Jun", "Heart of Greed 溏心風暴", "40", "Modern drama", "Official website" ], [ "7", "4 Jun- 13 Jul", "On The First Beat 學警出更", "30", "Modern action", "Official website" ], [ "8", "16 Jul- 5 Oct", "The Drive of Life 歲月風雲", "60", "Modern drama", "Official website" ], [ "9", "8 Oct- 24 Nov", "The Ultimate Crime Fighter 通天幹探", "37", "Modern action", "Official website" ], [ "10", "26 Nov- 21 Dec", "Marriage of Inconvenience 兩妻時代", "20", "Modern drama", "Official website" ], [ "11", "24 Dec 2007- 18 Jan 2008", "Survivor's Law II 律政新人王II", "20", "Modern drama", "Official website" ] ] }, { "t5Formulas": [ { "Question": "What is the date of the game where Richmond was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the home team when Carlton was the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"carlton\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"carlton\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"carlton\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10746808-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "North Melbourne", "10.13 (73)", "Richmond", "10.14 (74)", "Arden Street Oval", "12,000", "7 June 1926" ], [ "3", "Melbourne", "12.16 (88)", "South Melbourne", "8.17 (65)", "MCG", "20,974", "7 June 1926" ], [ "4", "Fitzroy", "11.15 (81)", "Hawthorn", "14.12 (96)", "Brunswick Street Oval", "8,000", "7 June 1926" ], [ "5", "Geelong", "13.11 (89)", "Essendon", "7.9 (51)", "Corio Oval", "25,600", "7 June 1926" ], [ "6", "St Kilda", "9.12 (66)", "Collingwood", "10.16 (76)", "Junction Oval", "24,000", "7 June 1926" ], [ "7", "Footscray", "10.11 (71)", "Carlton", "14.9 (93)", "Western Oval", "20,000", "7 June 1926" ] ] }, { "t5Formulas": [ { "Question": "What theme placed as #3 in the finale?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"Finale\")*(E1=3)),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(B2:B18=\"Finale\")*(E2:E18=3)),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Finale\"", "*", "E1", "=", "3", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the theme for the episode selection process?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Selection Process\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=\"Selection Process\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Selection Process\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the order number for the song choice \"detalles\"? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Detalles\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"Detalles\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Detalles\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the order number for songs by the original artist Luis Fonsi?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Luis Fonsi\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,D2:D18=\"Luis Fonsi\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Luis Fonsi\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the song choice when the theme is not aired?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Not Aired\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"Not Aired\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Not Aired\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-12175755-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "Theme", "Song choice", "Original artist", "Order #", "Result" ], [ "2", "Audition", "Auditioner's Choice", "\"Sería fácil\"", "Luis Fonsi", "N/A", "Advanced" ], [ "3", "Selection Process", "Auditioner's Choice", "Not Aired", "Not Aired", "N/A", "Advanced" ], [ "4", "Selection Process", "Auditioner's Choice", "Not Aired", "Not Aired", "N/A", "Advanced" ], [ "5", "Workshop #1", "Contestant's Choice", "\"Tu Reputación\"", "Ricardo Arjona", "8", "Advanced" ], [ "6", "Top 12", "Contestant's Choice", "\"Usted Se Me Llevo La Vida\"", "Alexandre Pires", "10", "Safe" ], [ "7", "Top 10", "Emmanuel Homage", "\"Quiero Dormir Cansado\"", "Emmanuel", "6", "Safe" ], [ "8", "Top 8", "Decade They Were Born", "\"Detalles\"", "Roberto Carlos", "7", "Safe" ], [ "9", "Top 7", "Ricardo Montaner Homage", "\"Bésame\"", "Ricardo Montaner", "7", "Safe" ], [ "10", "Top 6", "Latin Rhythm", "\"Fruta Fresca\"", "Carlos Vives", "3", "Safe" ], [ "11", "Top 5", "Boleros and Rancheras", "\"La Media Vuelta\"", "José Alfredo Jiménez", "4", "Safe" ], [ "12", "Top 5", "Boleros and Rancheras", "\"Ella\"", "José Alfredo Jiménez", "9", "Safe" ], [ "13", "Top 4", "Love songs", "\"Contigo en la Distancia\"", "Luis Miguel", "4", "Safe" ], [ "14", "Top 4", "Love songs", "\"Si Tú No Estas\"", "Rosana", "8", "Safe" ], [ "15", "Top 3", "Hits Night", "\"Cuándo\"", "Ricardo Arjona", "2", "Safe" ], [ "16", "Top 3", "Hits Night", "\"Corazón Partío\"", "Alejandro Sanz", "5", "Safe" ], [ "17", "Top 2", "Finale", "\"Con una Canción\"", "Carlos Peña", "1", "Winner" ], [ "18", "Top 2", "Finale", "\"Usted Se Me Llevó La Vida\"", "Alexandre Pires", "3", "Winner" ] ] }, { "t5Formulas": [ { "Question": "What was the finale for 潮爆大狀", "Formula": "SUMIFS(G1,C1,\"潮爆大狀\")", "Formula2": "SUMIFS(G2:G10,C2:C10,\"潮爆大狀\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "C1", "\"潮爆大狀\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the finale for 潮爆大狀", "Formula": "SUMIFS(G1,C1,\"潮爆大狀\")", "Formula2": "SUMIFS(G2:G10,C2:C10,\"潮爆大狀\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "C1", "\"潮爆大狀\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many viewers were there for the premier with 34", "Formula": "LET(query1,SUMMARIZE(H1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=34))", "Formula2": "LET(query1,SUMMARIZE(H2:H10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=34))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "34" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many are listed under 潮爆大狀", "Formula": "SUMIFS(E1,C1,\"潮爆大狀\")", "Formula2": "SUMIFS(E2:E10,C2:C10,\"潮爆大狀\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"潮爆大狀\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-10942714-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "English title", "Chinese title", "Average", "Peak", "Premiere", "Finale", "HK viewers" ], [ "2", "1", "La Femme Desperado", "女人唔易做", "33", "41", "31", "34", "2.14 million" ], [ "3", "2", "Forensic Heroes", "法證先鋒", "33", "43", "28", "37", "2.11 million" ], [ "4", "3", "The Saviour of the Soul", "神鵰俠侶", "32", "40", "32", "35", "2.07 million" ], [ "5", "4", "Love Guaranteed", "愛情全保", "32", "36", "30", "34", "2.07 million" ], [ "6", "5", "Bar Bender", "潮爆大狀", "32", "38", "31", "34", "2.06 million" ], [ "7", "6", "The Dance of Passion", "火舞黃沙", "32", "38", "34", "35", "2.05 million" ], [ "8", "7", "Maiden's Vow", "鳳凰四重奏", "32", "37", "32", "29", "2.05 million" ], [ "9", "8", "To Grow with Love", "肥田囍事", "32", "35", "32", "32", "2.04 million" ], [ "10", "9", "Men in Pain", "男人之苦", "32", "39", "28", "33", "2.03 million" ] ] }, { "t5Formulas": [ { "Question": "Which district elected incumbent Earle Cabell?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Earle Cabell\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"Earle Cabell\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Earle Cabell\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the result when Ray Roberts was elected?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Ray Roberts\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"Ray Roberts\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Ray Roberts\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341718-44", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Texas 1", "Wright Patman", "Democratic", "1928", "Re-elected", "Wright Patman (D) 78.5% James Hogan (R) 21.5%" ], [ "3", "Texas 2", "John Dowdy", "Democratic", "1952", "Re-elected", "John Dowdy (D) Unopposed" ], [ "4", "Texas 3", "James M. Collins", "Republican", "1968", "Re-elected", "James M. Collins (R) 60.6% John Mead (D) 39.4%" ], [ "5", "Texas 4", "Ray Roberts", "Democratic", "1962", "Re-elected", "Ray Roberts (D) Unopposed" ], [ "6", "Texas 5", "Earle Cabell", "Democratic", "1964", "Re-elected", "Earle Cabell (D) 59.7% Frank Crowley (R) 40.3%" ], [ "7", "Texas 6", "Olin E. Teague", "Democratic", "1946", "Re-elected", "Olin E. Teague (D) Unopposed" ], [ "8", "Texas 8", "Robert C. Eckhardt", "Democratic", "1966", "Re-elected", "Robert C. Eckhardt (D) Unopposed" ], [ "9", "Texas 9", "Jack Brooks", "Democratic", "1952", "Re-elected", "Jack Brooks (D) 64.5% Henry C. Pressler (D) 35.5%" ], [ "10", "Texas 10", "J. J. Pickle", "Democratic", "1963", "Re-elected", "J. J. Pickle (D) Unopposed" ], [ "11", "Texas 11", "William R. Poage", "Democratic", "1936", "Re-elected", "William R. Poage (D) Unopposed" ], [ "12", "Texas 12", "Jim Wright", "Democratic", "1954", "Re-elected", "Jim Wright (D) Unopposed" ], [ "13", "Texas 14", "John Andrew Young", "Democratic", "1956", "Re-elected", "John Andrew Young (D) Unopposed" ], [ "14", "Texas 17", "Omar Burleson", "Democratic", "1946", "Re-elected", "Omar Burleson (D) Unopposed" ], [ "15", "Texas 18", "Bob Price", "Republican", "1966", "Re-elected", "Bob Price (R) Unopposed" ], [ "16", "Texas 19", "George H. Mahon", "Democratic", "1934", "Re-elected", "George H. Mahon (D) Unopposed" ], [ "17", "Texas 20", "Henry B. Gonzalez", "Democratic", "1961", "Re-elected", "Henry B. Gonzalez (D) Unopposed" ], [ "18", "Texas 21", "O. C. Fisher", "Democratic", "1942", "Re-elected", "O. C. Fisher (D) 61.4% Richard Gill (R) 38.6%" ], [ "19", "Texas 22", "Robert R. Casey", "Democratic", "1958", "Re-elected", "Robert R. Casey (D) 55.6% Arthur Busch (R) 44.4%" ] ] }, { "t5Formulas": [ { "Question": "How many appointments are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Count how many appointments have been made in total.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "the number of appointments.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many appointments are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many appointments?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A10)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] } ], "TableName": "hospital_1_appointment", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "appointment id", "patient", "prep nurse", "physician", "start", "end", "examination room" ], [ "2", "13216584", "100000001", "101", "1", "4/24/2008 10:00", "4/24/2008 11:00", "A" ], [ "3", "26548913", "100000002", "101", "2", "4/24/2008 10:00", "4/24/2008 11:00", "B" ], [ "4", "36549879", "100000001", "102", "1", "4/25/2008 10:00", "4/25/2008 11:00", "A" ], [ "5", "46846589", "100000004", "103", "4", "4/25/2008 10:00", "4/25/2008 11:00", "B" ], [ "6", "59871321", "100000004", "", "4", "4/26/2008 10:00", "4/26/2008 11:00", "C" ], [ "7", "69879231", "100000003", "103", "2", "4/26/2008 11:00", "4/26/2008 12:00", "C" ], [ "8", "76983231", "100000001", "", "3", "4/26/2008 12:00", "4/26/2008 13:00", "C" ], [ "9", "86213939", "100000004", "102", "9", "4/27/2008 10:00", "4/21/2008 11:00", "A" ], [ "10", "93216548", "100000002", "101", "2", "4/27/2008 10:00", "4/27/2008 11:00", "B" ] ] }, { "t5Formulas": [ { "Question": "What was the place when the score was 71-69-71=211?", "Formula": "FILTER(A1,D1=\"71-69-71=211\")", "Formula2": "FILTER(A2:A14,D2:D14=\"71-69-71=211\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"71-69-71=211\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was Australia's score when Peter Lonard played?", "Formula": "FILTER(D1,(C1=\"australia\")*(B1=\"peter lonard\"))", "Formula2": "FILTER(D2:D14,(C2:C14=\"australia\")*(B2:B14=\"peter lonard\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"australia\"", "*", "B1", "=", "\"peter lonard\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What player scored 71-69-71=211?", "Formula": "FILTER(B1,D1=\"71-69-71=211\")", "Formula2": "FILTER(B2:B14,D2:D14=\"71-69-71=211\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"71-69-71=211\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the score for Peter Lonard?", "Formula": "FILTER(D1,B1=\"peter lonard\")", "Formula2": "FILTER(D2:D14,B2:B14=\"peter lonard\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"peter lonard\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the place when the score was 68-75-68=211?", "Formula": "FILTER(A1,D1=\"68-75-68=211\")", "Formula2": "FILTER(A2:A14,D2:D14=\"68-75-68=211\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"68-75-68=211\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-18009462-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Ernie Els", "South Africa", "70-66-72=208", "–5" ], [ "3", "2", "Søren Hansen", "Denmark", "68-69-73=210", "–3" ], [ "4", "T3", "Thomas Bjørn", "Denmark", "68-70-73=211", "–2" ], [ "5", "T3", "Sergio García", "Spain", "71-69-71=211", "–2" ], [ "6", "T3", "Justin Leonard", "United States", "71-72-68=211", "–2" ], [ "7", "T3", "Shigeki Maruyama", "Japan", "68-68-75=211", "–2" ], [ "8", "T3", "Scott McCarron", "United States", "71-68-72=211", "–2" ], [ "9", "T3", "Justin Rose", "England", "68-75-68=211", "–2" ], [ "10", "T3", "Des Smyth", "Ireland", "68-69-74=211", "–2" ], [ "11", "T10", "Steve Elkington", "Australia", "71-73-68=212", "–1" ], [ "12", "T10", "Pádraig Harrington", "Ireland", "69-67-76=212", "–1" ], [ "13", "T10", "Thomas Levet", "France", "72-66-74=212", "–1" ], [ "14", "T10", "Peter Lonard", "Australia", "72-72-68=212", "–1" ] ] }, { "t5Formulas": [ { "Question": "What was the attendance when they played at Dallas Cowboys?", "Formula": "SUMIFS(E1,C1,\"at dallas cowboys\")", "Formula2": "SUMIFS(E2:E17,C2:C17,\"at dallas cowboys\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "C1", "\"at dallas cowboys\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the attendance at the game before week 8, held on October 25, 1981?", "Formula": "SUM(FILTER(E1, (B1=\"october 25, 1981\")*(A1<8)))", "Formula2": "SUM(FILTER(E2:E17, (B2:B17=\"october 25, 1981\")*(A2:A17<8)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"october 25, 1981\"", "*", "A1", "<", "8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What was the date of the game played after week 15?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>15))", "Formula2": "LET(query1,SUMMARIZE(B2:B17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)>15))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "15" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "test_2-17386087-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 6, 1981", "New York Jets", "W 31–0", "79,754" ], [ "3", "2", "September 13, 1981", "at Baltimore Colts", "W 35–3", "44,950" ], [ "4", "3", "September 17, 1981", "Philadelphia Eagles", "L 20–14", "78,331" ], [ "5", "4", "September 27, 1981", "at Cincinnati Bengals", "L 27–24", "46,418" ], [ "6", "5", "October 4, 1981", "Baltimore Colts", "W 23–17", "77,811" ], [ "7", "6", "October 12, 1981", "Miami Dolphins", "W 31–21", "78,576" ], [ "8", "7", "October 18, 1981", "at New York Jets", "L 33–14", "54,607" ], [ "9", "8", "October 25, 1981", "Denver Broncos", "W 9–7", "77,757" ], [ "10", "9", "November 1, 1981", "Cleveland Browns", "W 22–13", "78,266" ], [ "11", "10", "November 9, 1981", "at Dallas Cowboys", "L 27–14", "62,583" ], [ "12", "11", "November 15, 1981", "at St. Louis Cardinals", "L 24–0", "46,214" ], [ "13", "12", "November 22, 1981", "New England Patrios", "W 20–17", "71,593" ], [ "14", "13", "November 29, 1981", "Washington Redskins", "W 21–14", "59,624" ], [ "15", "14", "December 6, 1981", "San Diego Chargers", "W 28–27", "51,488" ], [ "16", "15", "December 13, 1981", "at New England Patriots", "W 19–10", "42,549" ], [ "17", "16", "December 19, 1981", "at Miami Dolphins", "L 16–6", "72,596" ] ] }, { "t5Formulas": [ { "Question": "How many dates had a final score of w 118-112?", "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"W 118-112\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B11, D2:D11=\"W 118-112\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"W 118-112\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the location and attendance at the game where the final score is w 118-112?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 118-112\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,D2:D11=\"W 118-112\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 118-112\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had the high rebounds in the game with a final score of w 140-108?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 140-108\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,D2:D11=\"W 140-108\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 140-108\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_1-17382360-9", "Table": [ [ "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", "72", "April 3", "Sacramento Kings", "W 106-91", "E. Johnson , S. Kemp (20)", "S. Kemp (14)", "N. McMillan , S. Threatt (6)", "Seattle Center Coliseum 11,987", "35-37" ], [ "3", "73", "April 5", "@ Los Angeles Clippers", "L 90-109", "E. Johnson (19)", "S. Kemp (12)", "N. McMillan (4)", "Los Angeles Memorial Sports Arena 12,932", "35-38" ], [ "4", "74", "April 7", "W 124-117", "@ Denver Nuggets", "E. Johnson (31)", "S. Kemp (10)", "D. McKey (4)", "McNichols Sports Arena 13,779", "36-38" ], [ "5", "75", "April 8", "Denver Nuggets", "W 118-112", "B. Benjamin , E. Johnson , R. Pierce (19)", "B. Benjamin , S. Kemp (10)", "N. McMillan , G. Payton (8)", "Seattle Center Coliseum 12,811", "37-38" ], [ "6", "76", "April 10", "Los Angeles Clippers", "W 140-108", "B. Benjamin (22)", "B. Benjamin (11)", "S. Threatt (9)", "Tacoma Dome 5,714", "38-38" ], [ "7", "77", "April 12", "San Antonio Spurs", "W 100-99", "R. Pierce (21)", "B. Benjamin , S. Kemp (8)", "G. Payton (7)", "Seattle Center Coliseum 13,340", "39-38" ], [ "8", "78", "April 13", "Orlando Magic", "W 105-96", "S. Kemp (21)", "S. Kemp (7)", "D. Barros (7)", "Seattle Center Coliseum 13,073", "40-38" ], [ "9", "79", "April 15", "Houston Rockets", "L 93-97", "E. Johnson (22)", "M. Cage (8)", "S. Threatt (7)", "Seattle Center Coliseum 13,760", "40-39" ], [ "10", "80", "April 18", "@ Utah Jazz", "L 103-130", "E. Johnson (17)", "B. Benjamin (8)", "S. Threatt (6)", "Salt Palace 12,616", "40-40" ], [ "11", "81", "April 19", "Phoenix Suns", "W 104-93", "R. Pierce (23)", "B. Benjamin (10)", "N. McMillan (7)", "Seattle Center Coliseum 12,591", "41-40" ] ] }, { "t5Formulas": [ { "Question": "What regular season result had an average attendance less than 942?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)<942))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)<942))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "942" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which league had a playoffs result of a lost semifinal?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"lost semifinal\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"lost semifinal\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"lost semifinal\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What regular season result had an average attendance bigger than 3,170?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>3170))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)>3170))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "3170" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-1185387-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "League", "Reg. Season", "Playoffs", "Avg. attendance" ], [ "2", "2005–2006", "MISL II", "6th MISL, 10-20", "Did Not Qualify", "3,170" ], [ "3", "2006–2007", "MISL II", "6th MISL, 7-23", "Did Not Qualify", "3,612" ], [ "4", "2007–2008", "MISL II", "8th MISL, 11-19", "Did Not Qualify", "5,095" ], [ "5", "2008–2009", "PASL-Pro", "1st Western,12-4", "Won Championship", "2,358" ], [ "6", "2009–2010", "PASL-Pro", "2nd Western, 12-4", "Lost Semifinal", "942" ], [ "7", "2010–2011", "PASL-Pro", "4th Western, 5-10", "Did Not Qualify", "721" ] ] }, { "t5Formulas": [ { "Question": "What was the crowd numbers when the VFL played Victoria Park?", "Formula": "SUMIFS(F1,E1,\"victoria park\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"victoria park\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"victoria park\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "When the VFL played at Junction Oval what was the away score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"junction oval\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"junction oval\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"junction oval\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-10773753-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "16.13 (109)", "Hawthorn", "7.8 (50)", "Kardinia Park", "17,238", "2 July 1955" ], [ "3", "Footscray", "11.16 (82)", "South Melbourne", "6.13 (49)", "Western Oval", "26,697", "2 July 1955" ], [ "4", "Essendon", "8.20 (68)", "Fitzroy", "5.12 (42)", "Windy Hill", "19,000", "2 July 1955" ], [ "5", "Collingwood", "7.6 (48)", "Melbourne", "5.15 (45)", "Victoria Park", "40,000", "2 July 1955" ], [ "6", "St Kilda", "10.8 (68)", "North Melbourne", "8.13 (61)", "Junction Oval", "10,500", "2 July 1955" ], [ "7", "Richmond", "14.12 (96)", "Carlton", "7.7 (49)", "Punt Road Oval", "16,000", "2 July 1955" ] ] }, { "t5Formulas": [ { "Question": "What is the record time at the Nascar Camping World Truck Series?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"nascar camping world truck series\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"nascar camping world truck series\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"nascar camping world truck series\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What date was the nascar nationwide series held?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nascar nationwide series\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"nascar nationwide series\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"nascar nationwide series\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who holds the record time of 24.521 and where was it made?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=24.521),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=24.521),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "24.521", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-1184821-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Record", "Date", "Driver", "Time", "Speed/Avg. Speed" ], [ "2", "NASCAR Sprint Cup Series", "NASCAR Sprint Cup Series", "NASCAR Sprint Cup Series", "NASCAR Sprint Cup Series", "NASCAR Sprint Cup Series" ], [ "3", "Qualifying", "September 14, 2013", "Joey Logano", "28.509", "mph (km/h)" ], [ "4", "Race", "July 10, 2010", "David Reutimann", "2:45:34", "mph (km/h)" ], [ "5", "NASCAR Nationwide Series", "NASCAR Nationwide Series", "NASCAR Nationwide Series", "NASCAR Nationwide Series", "NASCAR Nationwide Series" ], [ "6", "Qualifying", "July 8, 2005", "Ryan Newman", "28.964", "mph (km/h)" ], [ "7", "Race", "July 10, 2009", "Joey Logano", "2:02:10", "mph (km/h)" ], [ "8", "NASCAR Camping World Truck Series", "NASCAR Camping World Truck Series", "NASCAR Camping World Truck Series", "NASCAR Camping World Truck Series", "NASCAR Camping World Truck Series" ], [ "9", "Qualifying", "July 21, 2012", "Justin Lofton", "31.007", "mph (km/h)" ], [ "10", "Race", "August 27, 2010", "Kyle Busch", "1:44:31", "mph (km/h)" ], [ "11", "IZOD IndyCar Series", "IZOD IndyCar Series", "IZOD IndyCar Series", "IZOD IndyCar Series", "IZOD IndyCar Series" ], [ "12", "Qualifying", "September 6, 2003", "Richie Hearn", "24.521", "mph (km/h)" ], [ "13", "Race", "September 10, 2006", "Dan Wheldon", "1:33:37", "mph (km/h)" ], [ "14", "Source:", "Source:", "Source:", "Source:", "Source:" ] ] }, { "t5Formulas": [ { "Question": "What is the Prize, when the Event is Ept Deauville?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ept deauville\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"ept deauville\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ept deauville\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the City, when the Prize is €880,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"€880,000\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"€880,000\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"€880,000\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the City, when the Winner is Ruben Visser?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ruben visser\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"ruben visser\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ruben visser\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Winner, when the Prize is €880,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"€880,000\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"€880,000\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"€880,000\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the City, when the Prize is $1,859,000?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"$1,859,000\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"$1,859,000\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"$1,859,000\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Prize, when the Event is Ept Sanremo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ept sanremo\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"ept sanremo\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ept sanremo\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1296513-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Event", "Winner", "Prize" ], [ "2", "19-25 August 2012", "Barcelona", "EPT Barcelona", "Mikalai Pobal", "€1,007,550" ], [ "3", "5-11 October 2012", "Sanremo", "EPT Sanremo", "Ludovic Lacay", "€744,910" ], [ "4", "9-15 December 2012", "Prague", "EPT Prague", "Ramzi Jelassi", "€835,000" ], [ "5", "7-13 January 2013", "Paradise Island", "2013 PokerStars Caribbean Adventure", "Dimitar Danchev", "$1,859,000" ], [ "6", "3-9 February 2013", "Deauville", "EPT Deauville", "Remi Castaignon", "€770,000" ], [ "7", "10-16 March 2013", "London", "EPT London", "Ruben Visser", "£595,000" ], [ "8", "21-27 April 2013", "Berlin", "EPT Berlin", "Daniel Pidun", "€880,000" ], [ "9", "6-12 May 2013", "Monte Carlo", "EPT Monte Carlo Grand Final", "Steve O'Dwyer", "€1,224,000" ] ] }, { "t5Formulas": [ { "Question": "How many players from bethel?", "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"bethel\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C17, D2:D17=\"bethel\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"bethel\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_2-11482079-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Pos.", "From", "School/Country", "Rebs", "Asts" ], [ "2", "Kurt Rambis Category:Articles with hCards", "F", "1989", "Santa Clara", "783", "209" ], [ "3", "Joe Reaves Category:Articles with hCards", "SF", "1973", "Bethel", "8", "1" ], [ "4", "Michael Redd Category:Articles with hCards", "SG", "2011", "Ohio State", "77", "33" ], [ "5", "Terrence Rencher Category:Articles with hCards", "PG", "1995", "Texas", "2", "0" ], [ "6", "Shawn Respert Category:Articles with hCards", "SG", "1998", "Michigan State", "13", "8" ], [ "7", "Jason Richardson Category:Articles with hCards", "SG", "2008", "Michigan State", "776", "289" ], [ "8", "Quentin Richardson Category:Articles with hCards", "G/F", "2004", "DePaul", "479", "158" ], [ "9", "Pat Riley Category:Articles with hCards", "SG", "1975", "Kentucky", "47", "57" ], [ "10", "Rick Robey Category:Articles with hCards", "C/F", "1983", "Kentucky", "345", "128" ], [ "11", "Clifford Robinson Category:Articles with hCards", "F/C", "1997", "Connecticut", "1,330", "759" ], [ "12", "Rumeal Robinson Category:Articles with hCards", "PG", "1996", "Michigan", "7", "8" ], [ "13", "Truck Robinson Category:Articles with hCards", "PF", "1978", "Tennessee State", "2,505", "566" ], [ "14", "Rodney Rogers Category:Articles with hCards", "F", "1999", "Wake Forest", "1,047", "422" ], [ "15", "Jalen Rose Category:Articles with hCards", "G/F", "2006", "Michigan", "23", "16" ], [ "16", "Trevor Ruffin Category:Articles with hCards", "PG", "1994", "Hawaii", "23", "48" ], [ "17", "Stefano Rusconi Category:Articles with hCards", "C/F", "1995", "Italy", "6", "3" ] ] }, { "t5Formulas": [ { "Question": "When did the Summer Olympics occur in Tokyo?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"tokyo\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"tokyo\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"tokyo\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-11015817-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "City", "Country", "Continent", "Summer Olympics", "Winter Olympics", "Total" ], [ "2", "London", "United Kingdom", "Europe", "3 ( 1908 , 1948 , 2012 )", "0", "3" ], [ "3", "Athens", "Greece", "Europe", "2 ( 1896 , 1906 [f ], 2004 )", "0", "3" ], [ "4", "Tokyo", "Japan", "Asia", "2 ( 1964 , 2020 )", "0", "2" ], [ "5", "Paris", "France", "Europe", "2 ( 1900 , 1924 )", "0", "2" ], [ "6", "Los Angeles", "United States", "North America", "2 ( 1932 , 1984 )", "0", "2" ], [ "7", "Lake Placid", "United States", "North America", "0", "2 ( 1932 , 1980 )", "2" ], [ "8", "Innsbruck", "Austria", "Europe", "0", "2 ( 1964 , 1976 )", "2" ], [ "9", "St. Moritz", "Switzerland", "Europe", "0", "2 ( 1928 , 1948 )", "2" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest number of Losses when the number of Wins is less than 4, the number of Tie is 2, and the Place is 5?", "Formula": "MIN(FILTER(E1, (C1<4)*(D1=2)*(A1=5)))", "Formula2": "MIN(FILTER(E2:E9, (C2:C9<4)*(D2:D9=2)*(A2:A9=5)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "<", "4", "*", "D1", "=", "2", "*", "A1", "=", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-1004902-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Team", "Wins", "Ties", "Losses", "Points" ], [ "2", "1.", "India (IND)", "5", "2", "0", "12 QS" ], [ "3", "2.", "Spain (ESP)", "4", "3", "0", "11 QS" ], [ "4", "3.", "Germany (EUA)", "2", "5", "0", "9 QC" ], [ "5", "4.", "Netherlands (NED)", "4", "1", "2", "9 QC" ], [ "6", "5.", "Malaysia (MAS)", "2", "2", "3", "6" ], [ "7", "6.", "Belgium (BEL)", "2", "2", "3", "6" ], [ "8", "7.", "Canada (CAN)", "1", "0", "6", "2" ], [ "9", "8.", "Hong Kong (HKG)", "0", "1", "6", "1" ] ] }, { "t5Formulas": [ { "Question": "When did San Jose visit the St. Louis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"san jose\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,B2:B15=\"san jose\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"san jose\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11801649-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "March 1", "San Jose", "2 – 0", "St. Louis", "Legace", "19,150", "28–27–10" ], [ "3", "March 4", "Los Angeles", "2 – 3", "St. Louis", "Legace", "14,973", "29–27–10" ], [ "4", "March 5", "St. Louis", "1 – 4", "Detroit", "Legace", "18,064", "29–28–10" ], [ "5", "March 8", "St. Louis", "2 – 4", "Vancouver", "Legace", "18,630", "29–29–10" ], [ "6", "March 10", "St. Louis", "3 – 7", "Calgary", "Toivonen", "19,289", "29–30–10" ], [ "7", "March 11", "St. Louis", "3 – 4", "Edmonton", "Legace", "16,839", "29–30–11" ], [ "8", "March 14", "St. Louis", "1 – 4", "San Jose", "Toivonen", "17,496", "29–31–11" ], [ "9", "March 15", "St. Louis", "2 – 5", "Anaheim", "Legace", "17,174", "29–32–11" ], [ "10", "March 18", "St. Louis", "4 – 3", "Montreal", "Legace", "21,273", "30–32–11" ], [ "11", "March 20", "St. Louis", "2 – 3", "Ottawa", "Toivonen", "20,027", "30–33–11" ], [ "12", "March 23", "St. Louis", "3 – 4", "Chicago", "Toivonen", "19,146", "30–33–12" ], [ "13", "March 25", "Detroit", "2 – 1", "St. Louis", "Legace", "19,150", "30–34–12" ], [ "14", "March 28", "St. Louis", "4 – 3", "Detroit", "Legace", "20,066", "31–34–12" ], [ "15", "March 29", "Chicago", "4 – 3", "St. Louis", "Legace", "19,150", "31–35–12" ] ] }, { "t5Formulas": [ { "Question": "Incumbent Bill Harsha was the winner in an election in which the candidates were who?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Bill Harsha\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Bill Harsha\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Bill Harsha\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341718-36", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Ohio 5", "Del Latta", "Republican", "1958", "Re-elected", "Del Latta (R) 71.1% Carl G. Sherer (D) 28.9%" ], [ "3", "Ohio 6", "Bill Harsha", "Republican", "1960", "Re-elected", "Bill Harsha (R) 67.8% Raymond H. Stevens (D) 32.2%" ], [ "4", "Ohio 8", "Jackson Edward Betts", "Republican", "1950", "Re-elected", "Jackson Edward Betts (R) Unopposed" ], [ "5", "Ohio 10", "Clarence E. Miller", "Republican", "1966", "Re-elected", "Clarence E. Miller (R) 66.5% Doug Arnett (D) 33.5%" ], [ "6", "Ohio 11", "J. William Stanton", "Republican", "1964", "Re-elected", "J. William Stanton (R) 68.2% Ralph Rudd (D) 31.8%" ], [ "7", "Ohio 16", "Frank T. Bow", "Republican", "1950", "Re-elected", "Frank T. Bow (R) 56.2% Virgil L. Musser (D) 43.8%" ], [ "8", "Ohio 18", "Wayne L. Hays", "Democratic", "1948", "Re-elected", "Wayne L. Hays (D) 68.3% Robert Stewart (R) 31.7%" ], [ "9", "Ohio 21", "Louis Stokes", "Democratic", "1968", "Re-elected", "Louis Stokes (D) 77.6% Bill Mack (R) 22.4%" ] ] }, { "t5Formulas": [ { "Question": "What state had an elected/assumed office in 2013?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=2013),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=2013),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "2013", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17241257-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Governor", "State", "Past", "Party", "Elected/assumed office", "Seat up" ], [ "2", "Dan Malloy", "Connecticut", "List", "Dem", "2011", "2014" ], [ "3", "Paul LePage", "Maine", "List", "Rep", "2011", "2014" ], [ "4", "Deval Patrick", "Massachusetts", "List", "Dem", "2007", "2014" ], [ "5", "Lincoln Chafee", "Rhode Island", "List", "Ind", "2011", "2014" ], [ "6", "Maggie Hassan", "New Hampshire", "List", "Dem", "2013", "2014" ], [ "7", "Chris Christie", "New Jersey", "List", "Rep", "2010", "2013" ], [ "8", "Andrew Cuomo", "New York", "List", "Dem", "2011", "2014" ], [ "9", "Peter Shumlin", "Vermont", "List", "Dem", "2011", "2014" ] ] }, { "t5Formulas": [ { "Question": "During which round was a Hawkeyes player selected for the defensive back position?", "Formula": "FILTER(C1,B1=\"defensive back\")", "Formula2": "FILTER(C2:C6,B2:B6=\"defensive back\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"defensive back\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the latest round that Derek Pagel was selected with a pick higher than 50?", "Formula": "MAX(FILTER(C1,(D1>50)*(A1=\"derek pagel\")))", "Formula2": "MAX(FILTER(C2:C6,(D2:D6>50)*(A2:A6=\"derek pagel\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "D1", ">", "50", "*", "A1", "=", "\"derek pagel\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11773923-15", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "Round", "Pick", "NFL Club" ], [ "2", "Dallas Clark", "Tight End", "1", "24", "Indianapolis Colts" ], [ "3", "Eric Steinbach", "Guard", "2", "33", "Cincinnati Bengals" ], [ "4", "Bruce Nelson", "Center", "2", "50", "Carolina Panthers" ], [ "5", "Derek Pagel", "Defensive Back", "5", "140", "New York Jets" ], [ "6", "Ben Sobieski", "Guard", "5", "151", "Buffalo Bills" ] ] }, { "t5Formulas": [ { "Question": "Name the gt 2.0 winning team for sports 2.0 winning team for #16 trans ocean motors for castle rock", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"#16 Trans Ocean Motors\")*(B1=\"Castle Rock\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(D2:D18=\"#16 Trans Ocean Motors\")*(B2:B18=\"Castle Rock\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"#16 Trans Ocean Motors\"", "*", "B1", "=", "\"Castle Rock\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the rnd for hap sharp", "Formula": "SUMIFS(A1,C1,\"Hap Sharp\")", "Formula2": "SUMIFS(A2:A18,C2:C18,\"Hap Sharp\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"Hap Sharp\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the results for #23 lotus", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"#23 Lotus\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"#23 Lotus\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"#23 Lotus\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the sports 2.0 winning team for hap sharp and castle rock", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"Hap Sharp\")*(B1=\"Castle Rock\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(C2:C18=\"Hap Sharp\")*(B2:B18=\"Castle Rock\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Hap Sharp\"", "*", "B1", "=", "\"Castle Rock\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Name results for herb wetanson", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Herb Wetanson\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,F2:F18=\"Herb Wetanson\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"Herb Wetanson\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27561503-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rnd", "Circuit", "Sports +2.0 Winning Team", "Sports 2.0 Winning Team", "GT +2.0 Winning Team", "GT 2.0 Winning Team", "Results" ], [ "2", "1", "Pensacola", "#4 Skip Lehmann", "#16 Trans Ocean Motors", "#96 Shelby American", "Porsche", "Results" ], [ "3", "1", "Pensacola", "Mike Hall", "George Follmer", "Tom Payne", "Charlie Kolb", "Results" ], [ "4", "2", "Riverside", "#66 Chaparral Cars", "#16 Trans Ocean Motors", "Shelby American", "Porsche", "Results" ], [ "5", "2", "Riverside", "Jim Hall", "George Follmer", "Ken Miles", "Scooter Patrick", "Results" ], [ "6", "3", "Laguna Seca", "#66 Chaparral Cars", "#28 Enduro Speed, Inc.", "Shelby American", "Porsche", "Results" ], [ "7", "3", "Laguna Seca", "Jim Hall", "Gerry Bruihl", "Ken Miles", "Scooter Patrick", "Results" ], [ "8", "4", "Bridgehampton", "#66 Chaparral Cars", "#16 Trans Ocean Motors", "#33 Shelby American", "#14 Porsche", "Results" ], [ "9", "4", "Bridgehampton", "Jim Hall", "George Follmer", "Bob Johnson", "George Drolsom", "Results" ], [ "10", "5", "Watkins Glen", "#65 Chaparral Cars", "#16 Trans Ocean Motors", "#33 Shelby American", "#14 Herb Wetanson", "Results" ], [ "11", "5", "Watkins Glen", "Jim Hall", "George Follmer", "Bob Johnson", "Herb Wetanson", "Results" ], [ "12", "6", "Kent", "#66 Chaparral Cars", "Elva - Porsche", "#13 Shelby American", "Porsche", "Results" ], [ "13", "6", "Kent", "Jim Hall", "Jerry Titus", "Tom Payne", "Scooter Patrick", "Results" ], [ "14", "7", "Castle Rock", "#65 Chaparral Cars", "#16 Trans Ocean Motors", "#33 Shelby American", "Porsche", "Results" ], [ "15", "7", "Castle Rock", "Hap Sharp", "George Follmer", "Bob Johnson", "Scooter Patrick", "Results" ], [ "16", "8", "Mid-Ohio", "#65 Chaparral Cars", "#23 Lotus", "#19 Shelby", "#18 Abarth - Simca", "Results" ], [ "17", "8", "Mid-Ohio", "Hap Sharp", "Doug Revson", "Dan Gerber", "Ray Cuomo", "Results" ], [ "18", "9", "Road America", "#66 Chaparral Cars", "#16 Trans Ocean Motors", "#13 Shelby American", "#5 Stoddard Racing Team", "Results" ] ] }, { "t5Formulas": [ { "Question": "Name the remarks for sawhouse", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"SAWHOUSE\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"SAWHOUSE\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"SAWHOUSE\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the nato/ us dod code for sabbot", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"SABBOT\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"SABBOT\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"SABBOT\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-211791-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Chinese industrial designation", "Export type designation", "NATO reporting name", "NATO/U.S DOD code", "Remarks" ], [ "2", "Shang You (SY-1)", "FL-1", "SCRUBBRUSH", "CSS-N-1", "tbd" ], [ "3", "Shang You (SY-2)", "FL-2", "SABBOT", "CSS-N-5", "tbd" ], [ "4", "Hai Ying (HY-1)", "tbd", "SAFFLOWER", "CSS-N-2", "ship-launched" ], [ "5", "Hai Ying (HY-1)", "tbd", "SILKWORM", "CSSC-2/CSS-N-2", "land-launched" ], [ "6", "Hai Ying (HY-2)", "C-201", "SEERSUCKER", "CSSC-3", "land-launched" ], [ "7", "Hai Ying (HY-3)", "C-301", "SAWHOUSE", "CSSC-6", "land-launched" ], [ "8", "Hai Ying (HY-4)", "C-401", "SADSACK", "CSSC-7", "land/air-launched" ], [ "9", "Ying Ji (YJ-4I)", "not applicable", "none", "none", "land/air-launched" ] ] }, { "t5Formulas": [ { "Question": "Name the date for attendance more than 20,268", "Formula": "FILTER(A1,F1>\"20,268\")", "Formula2": "FILTER(A2:A16,F2:F16>\"20,268\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "F1", ">", "\"20,268\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Str" ] } ], "TableName": "dev_2-11902440-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "December 1", "Atlanta", "4 – 0", "NY Islanders", "Dubielewicz", "15,355", "13–10–1" ], [ "3", "December 3", "Boston", "3 – 1", "NY Islanders", "DiPietro", "11,040", "13–11–1" ], [ "4", "December 5", "NY Islanders", "3 – 4", "Atlanta", "DiPietro", "14,018", "13–11–2" ], [ "5", "December 7", "NY Islanders", "0 – 3", "Florida", "DiPietro", "14,502", "13–12–2" ], [ "6", "December 8", "NY Islanders", "3 – 2", "Tampa Bay", "DiPietro", "18,319", "14–12–2" ], [ "7", "December 12", "NY Islanders", "3 – 5", "Buffalo", "DiPietro", "18,690", "14–13–2" ], [ "8", "December 13", "Phoenix", "2 – 3", "NY Islanders", "DiPietro", "9,581", "15–13–2" ], [ "9", "December 15", "Pittsburgh", "3 – 2", "NY Islanders", "DiPietro", "15,269", "15–14–2" ], [ "10", "December 19", "Buffalo", "2 – 1", "NY Islanders", "DiPietro", "10,806", "15–15–2" ], [ "11", "December 21", "NY Islanders", "4 – 2", "Pittsburgh", "DiPietro", "17,008", "16–15–2" ], [ "12", "December 22", "Washington", "2 – 3", "NY Islanders", "DiPietro", "14,305", "17–15–2" ], [ "13", "December 26", "Toronto", "3 – 4", "NY Islanders", "Dubielewicz", "15,301", "18–15–2" ], [ "14", "December 27", "NY Islanders", "2 – 5", "Ottawa", "Dubielewicz", "20,268", "18–16–2" ], [ "15", "December 29", "New Jersey", "2 – 5", "NY Islanders", "Dubielewicz", "16,234", "19–16–2" ], [ "16", "December 31", "NY Islanders", "4 – 1", "Carolina", "Dubielewicz", "17,091", "20–16–2" ] ] }, { "t5Formulas": [ { "Question": "Where was the Hawthorn game played?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the away teams score at Princes Park?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"princes park\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10746200-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "15.11 (101)", "Hawthorn", "7.7 (49)", "Corio Oval", "11,000", "13 June 1925" ], [ "3", "Footscray", "7.12 (54)", "North Melbourne", "11.12 (78)", "Western Oval", "15,000", "13 June 1925" ], [ "4", "Essendon", "9.11 (65)", "South Melbourne", "8.9 (57)", "Windy Hill", "18,000", "13 June 1925" ], [ "5", "Carlton", "9.12 (66)", "Richmond", "5.13 (43)", "Princes Park", "25,000", "13 June 1925" ], [ "6", "Melbourne", "12.11 (83)", "Fitzroy", "6.9 (45)", "MCG", "23,601", "13 June 1925" ], [ "7", "St Kilda", "11.10 (76)", "Collingwood", "5.10 (40)", "Junction Oval", "24,500", "13 June 1925" ] ] }, { "t5Formulas": [ { "Question": "what's the year with change being +8.0%", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"+8.0%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,G2:G8=\"+8.0%\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"+8.0%\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the domestic freight with change being +8.0%", "Formula": "SUMIFS(B1,G1,\"+8.0%\")", "Formula2": "SUMIFS(B2:B8,G2:G8,\"+8.0%\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "G1", "\"+8.0%\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what is the maximum international mail with total freight and mail being 145044", "Formula": "MAX(FILTER(E1, F1=145044))", "Formula2": "MAX(FILTER(E2:E8, F2:F8=145044))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "F1", "=", "145044" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "test_1-141541-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Domestic freight", "Domestic mail", "International freight", "International mail", "Total freight and mail", "Change" ], [ "2", "2005", "4692", "5251", "115734", "9627", "135303", "+1.9%" ], [ "3", "2006", "4145", "5469", "126332", "9098", "145044", "+7.2%" ], [ "4", "2007", "3171", "5676", "139840", "14961", "154801", "+6.7%" ], [ "5", "2008", "2968", "4435", "140572", "9532", "157508", "+1.8%" ], [ "6", "2009", "1322", "2161", "110382", "8243", "122107", "−22.5%" ], [ "7", "2010", "1083", "1992", "147139", "7793", "158007", "+29.4%" ], [ "8", "2011", "615", "2464", "157178", "9962", "169985", "+8.0%" ] ] }, { "t5Formulas": [ { "Question": "How many socialist have a lead of 12.6%?", "Formula": "ROWS(UNIQUE(FILTER(D1, G1=\"12.6%\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D17, G2:G17=\"12.6%\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "G1", "=", "\"12.6%\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "train_1-1886589-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date Released", "Polling institute", "Social Democratic", "Socialist", "Green-Communist", "Democratic and Social Centre", "Lead" ], [ "2", "October 6, 1991", "Election Results", "50.6% 135 seats", "29.1% 72 seats", "8.8% 17 seats", "4.4% 5 seats", "21.5%" ], [ "3", "October 6, 1991", "Exit Poll - RTP1 Universidade Católica", "48.0% – 51.9%", "28.5% – 31.5%", "7.5% – 10.0%", "4.5% – 5.5%", "19.5% – 20.4%" ], [ "4", "October 6, 1991", "Exit Poll - TSF/Expresso Euroexpansão", "45.8% – 50.2%", "29.8% – 33.9%", "6.8% – 9.1%", "3.7% – 5.5%", "16.0% – 16.3%" ], [ "5", "October 6, 1991", "Exit Poll - Antena1 Euroteste", "47.0% – 50.0%", "31.0% – 34.0%", "7.5% – 10.0%", "4.0% – 5.0%", "16.0%" ], [ "6", "September 28, 1991", "Euroteste", "47.3%", "35.5%", "8.5%", "4.1%", "11.8%" ], [ "7", "September 28, 1991", "Euroteste", "46.0%", "37.0%", "9.7%", "3.9%", "9.0%" ], [ "8", "September 28, 1991", "Euroexpansão", "44.0%", "33.0%", "9.0%", "6.0%", "11.0%" ], [ "9", "September 27, 1991", "Marktest", "43.1%", "32.8%", "7.7%", "4.6%", "10.3%" ], [ "10", "September 27, 1991", "Pluriteste", "41.2%", "34.7%", "8.4%", "8.1%", "6.5%" ], [ "11", "September 20, 1991", "Euroteste", "45.6%", "35.5%", "10.0%", "4.4%", "10.1%" ], [ "12", "September 20, 1991", "Marktest", "41.9%", "31.9%", "7.3%", "4.4%", "10.0%" ], [ "13", "September 16, 1991", "Pluriteste", "39.2%", "26.6%", "6.2%", "6.0%", "12.6%" ], [ "14", "September 16, 1991", "Euroteste", "45.1%", "34.5%", "10.2%", "5.2%", "10.6%" ], [ "15", "September 14, 1991", "Norma", "45.0%", "37.5%", "11.2%", "3.5%", "7.5%" ], [ "16", "August 28, 1991", "Euroexpansão/Marktest", "35.3%", "36.8%", "8.7%", "4.9%", "1.5%" ], [ "17", "August 4, 1991", "Euroteste/JN", "47.5%", "37.8%", "12.3%", "8.2%", "7.7%" ] ] }, { "t5Formulas": [ { "Question": "What is the Film title used in nomination of Mig Og Charly?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"mig og charly\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,D2:D20=\"mig og charly\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"mig og charly\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Director that has a Film title of nick carter in prague?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nick carter in prague\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"nick carter in prague\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"nick carter in prague\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Language Director of nagisa oshima use in his film?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"nagisa oshima\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"nagisa oshima\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"nagisa oshima\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who is the Director that speaks dutch?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"dutch\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,C2:C20=\"dutch\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dutch\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Original name of empire of passion?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"empire of passion\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"empire of passion\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"empire of passion\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12995105-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Film title used in nomination", "Language", "Original name", "Director" ], [ "2", "Brazil", "The Lyre of Delight", "Portuguese", "A Lira do Delírio", "Walter Lima, Jr." ], [ "3", "Cuba", "Viva el Presidente", "Spanish", "El Recurso del método", "Miguel Littín" ], [ "4", "Czechoslovakia", "Nick Carter in Prague", "Czech", "Adéla ještě nevečeřela", "Oldřich Lipský" ], [ "5", "Denmark", "Me and Charly", "Danish", "Mig og Charly", "Morten Arnfred and Henning Kristiansen" ], [ "6", "France", "Get Out Your Handkerchiefs", "French", "Préparez vos mouchoirs", "Bertrand Blier" ], [ "7", "West Germany", "The Glass Cell", "German", "Die Gläserne Zelle", "Hans W. Geißendörfer" ], [ "8", "Hungary", "Hungarians", "Hungarian", "Magyarok", "Zoltán Fábri" ], [ "9", "India", "The Chess Players", "Hindi, Urdu", "Shatranj Ke Khilari शतरंज के खिलाड़ी", "Satyajit Ray" ], [ "10", "Israel", "Lemon Popsicle", "Hebrew", "אסקימו לימון", "Boaz Davidson" ], [ "11", "Italy", "Viva Italia!", "Italian", "I Nuovi mostri", "Dino Risi , Ettore Scola and Mario Monicelli" ], [ "12", "Japan", "Empire of Passion", "Japanese", "愛の亡霊", "Nagisa Oshima" ], [ "13", "Kuwait", "The Wedding of Zein", "Arabic", "عرس الزين", "Khalid Al Siddiq" ], [ "14", "Lebanon", "Promise of Love", "Armenian", "Սիրո Խոստումը", "Sarky Mouradian" ], [ "15", "Mexico", "The Place Without Limits", "Spanish", "El Lugar sin límites", "Arturo Ripstein" ], [ "16", "Netherlands", "Pastorale 1943", "Dutch", "Pastorale 1943", "Wim Verstappen" ], [ "17", "Poland", "Death of a President", "Polish", "Smierc prezydenta", "Jerzy Kawalerowicz" ], [ "18", "Soviet Union", "White Bim Black Ear", "Russian", "Белый Бим Черное ухо", "Stanislav Rostotsky" ], [ "19", "Yugoslavia", "Occupation in 26 Pictures", "Croatian, Italian", "Okupacija u 26 slika", "Lordan Zafranović" ], [ "20", "Spain", "Somnambulists", "Spanish", "Sonámbulos", "Manuel Gutiérrez Aragón" ] ] }, { "t5Formulas": [ { "Question": "What is the year built for the Fay No. 4?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fay no. 4\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"fay no. 4\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"fay no. 4\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where the length is 91', what is the year built?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"91'\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"91'\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"91'\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15289945-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Type", "Year Built", "Where Built", "Length" ], [ "2", "Messenger", "sternwheeler", "1872", "Empire City", "91'" ], [ "3", "Juno", "propeller", "1906", "Marshfield", "60.8'" ], [ "4", "Millicoma", "sternwheeler", "1909", "Marshfield", "55'" ], [ "5", "Pedler", "sternwheeler", "1908", "Marshfield", "124'" ], [ "6", "Fay No. 4", "sternwheeler (gasoline)", "1912", "North Bend", "136'" ], [ "7", "Life-Line", "propeller (gasoline)", "1912", "Marshfield", "36'" ], [ "8", "Rainbow", "sternwheeler", "1912", "Marshfield", "64'" ] ] }, { "t5Formulas": [ { "Question": "Which Size has a County of 62 perry?", "Formula": "SUMIFS(D1,F1,\"62 perry\")", "Formula2": "SUMIFS(D2:D8,F2:F8,\"62 perry\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "F1", "\"62 perry\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which IHSAA Class has a Size larger than 511?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>511))", "Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(D2:D8)),FILTER(query1,CHOOSECOLS(query1,2)>511))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "511" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which IHSAA Class has a School of mitchell?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"mitchell\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"mitchell\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"mitchell\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which County has a Size larger than 258, and a Mascot of commodores?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"commodores\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>258))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=\"commodores\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>258))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"commodores\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "258" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18974097-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "School", "Location", "Mascot", "Size", "IHSAA Class", "County" ], [ "2", "Crawford County", "Marengo", "Wolfpack", "487", "AA", "13 Crawford" ], [ "3", "Mitchell", "Mitchell", "Bluejackets", "620", "AAA", "47 Lawrence" ], [ "4", "Orleans", "Orleans", "Bulldogs", "258", "A", "59 Orange" ], [ "5", "Paoli", "Paoli", "Rams", "511", "AA", "59 Orange" ], [ "6", "Perry Central", "Leopold", "Commodores", "334", "AA", "62 Perry" ], [ "7", "Springs Valley", "French Lick", "Blackhawks", "319", "A", "59 Orange" ], [ "8", "West Washington", "Campbellsburg", "Senators", "307", "A", "88 Washington" ] ] }, { "t5Formulas": [ { "Question": "What is the number for the interview in Illinois when the preliminary is less than 8.558?", "Formula": "SUM(FILTER(C1, (A1=\"illinois\")*(B1<8.558)))", "Formula2": "SUM(FILTER(C2:C11, (A2:A11=\"illinois\")*(B2:B11<8.558)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"illinois\"", "*", "B1", "<", "8.558" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the name of the country with less than 9.033 for swimsuit, 8.611 for interview and preliminary is less than 8.87?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)<9.033)*(CHOOSECOLS(query1,3)=8.611)*(CHOOSECOLS(query1,4)<8.87)))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(D2:D11),SUMX(C2:C11),SUMX(B2:B11)),FILTER(query1,(CHOOSECOLS(query1,2)<9.033)*(CHOOSECOLS(query1,3)=8.611)*(CHOOSECOLS(query1,4)<8.87)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "SUMX(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "9.033", "*", "CHOOSECOLS(", "query1", "3", "=", "8.611", "*", "CHOOSECOLS(", "query1", "4", "<", "8.87" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the evening gown number when the average is more than 8.984 in Louisiana and the preliminary is more than 8.597?", "Formula": "SUM(FILTER(E1, (F1>8.984)*(A1=\"louisiana\")*(B1>8.597)))", "Formula2": "SUM(FILTER(E2:E11, (F2:F11>8.984)*(A2:A11=\"louisiana\")*(B2:B11>8.597)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", ">", "8.984", "*", "A1", "=", "\"louisiana\"", "*", "B1", ">", "8.597" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the interview number in Louisiana, and the swimsuit number is more than 9.1?", "Formula": "SUM(FILTER(C1, (A1=\"louisiana\")*(D1>9.1)))", "Formula2": "SUM(FILTER(C2:C11, (A2:A11=\"louisiana\")*(D2:D11>9.1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"louisiana\"", "*", "D1", ">", "9.1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the swimsuit number when the preliminary is 8.721, and the average is more than 8.781?", "Formula": "SUM(FILTER(D1, (B1=8.721)*(F1>8.781)))", "Formula2": "SUM(FILTER(D2:D11, (B2:B11=8.721)*(F2:F11>8.781)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "8.721", "*", "F1", ">", "8.781" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-17521433-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Country", "Preliminary", "Interview", "Swimsuit", "Evening Gown", "Average" ], [ "2", "Texas", "9.140", "9.155", "9.222", "9.466", "9.281" ], [ "3", "New Mexico", "8.881", "8.822", "9.177", "9.111", "9.036" ], [ "4", "Illinois", "8.558", "9.288", "9.033", "8.833", "9.051" ], [ "5", "Louisiana", "8.597", "9.311", "9.100", "9.033", "9.148" ], [ "6", "Minnesota", "8.536", "8.855", "9.066", "9.033", "8.984" ], [ "7", "Arizona", "8.536", "8.611", "9.012", "9.100", "8.908" ], [ "8", "Missouri", "8.562", "8.722", "8.955", "8.866", "8.848" ], [ "9", "Hawaii", "8.544", "8.900", "8.688", "8.933", "8.840" ], [ "10", "Massachusetts", "8.721", "8.700", "8.788", "8.855", "8.781" ], [ "11", "Oklahoma", "8.870", "8.611", "8.677", "9.044", "8.777" ] ] }, { "t5Formulas": [ { "Question": "Which Position has a College/Junior/Club Team (League) of estevan bruins (wchl), and a Round of 3?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"estevan bruins (wchl)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,E2:E9=\"estevan bruins (wchl)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"estevan bruins (wchl)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "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" ] }, { "Question": "Which Nationality has a Player of larry wright?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"larry wright\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"larry wright\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"larry wright\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14293527-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Larry Wright", "Center", "Canada", "Regina Pats ( WCHL )" ], [ "3", "1", "Pierre Plante", "Right Wing", "Canada", "Drummondville Rangers ( QMJHL )" ], [ "4", "3", "Glen Irwin", "Defense", "Canada", "Estevan Bruins (WCHL)" ], [ "5", "4", "Ted Scharf", "Right Wing", "Canada", "Kitchener Rangers ( OHA )" ], [ "6", "5", "Don McCulloch", "Defense", "Canada", "Niagara Falls Flyers (OHA)" ], [ "7", "6", "Yvon Bilodeau", "Defense", "Canada", "Estevan Bruins (WCHL)" ], [ "8", "7", "Bobby Gerard", "Right Wing", "Canada", "Regina Pats (WCHL)" ], [ "9", "8", "Jerome Mrazek", "Goaltender", "Canada", "‪Minnesota–Duluth Bulldogs‬ ( WCHA )" ] ] }, { "t5Formulas": [ { "Question": "What district is Henry Hyde in", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Henry Hyde\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"Henry Hyde\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Henry Hyde\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What year was Luis Gutierrez election", "Formula": "MINIFS(D1,B1,\"Luis Gutierrez\")", "Formula2": "MINIFS(D2:D18,B2:B18,\"Luis Gutierrez\")", "Level": "easy", "Tokens": [ "MINIFS(", "D1", "B1", "\"Luis Gutierrez\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-1341423-13", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results", "Candidates" ], [ "2", "Illinois 2", "Jesse L. Jackson Jr.", "Democratic", "1995", "Re-elected", "Jesse L. Jackson Jr. (D) 90% Robert Gordon (R) 10%" ], [ "3", "Illinois 3", "Bill Lipinski", "Democratic", "1982", "Re-elected", "Bill Lipinski (D) 76% Karl Groth (R) 24%" ], [ "4", "Illinois 4", "Luis Gutierrez", "Democratic", "1992", "Re-elected", "Luis Gutierrez (D) 89% Stephanie Sailor (I) 11%" ], [ "5", "Illinois 5", "Rod Blagojevich", "Democratic", "1996", "Re-elected", "Rod Blagojevich (D) 88%" ], [ "6", "Illinois 6", "Henry Hyde", "Republican", "1974", "Re-elected", "Henry Hyde (R) 59% Brent Christensen (D) 41%" ], [ "7", "Illinois 7", "Danny K. Davis", "Democratic", "1996", "Re-elected", "Danny K. Davis (D) 86% Robert Dallas (R) 14%" ], [ "8", "Illinois 8", "Phil Crane", "Republican", "1969", "Re-elected", "Phil Crane (R) 61% Lance Pressl (D) 39%" ], [ "9", "Illinois 9", "Jan Schakowsky", "Democratic", "1998", "Re-elected", "Jan Schakowsky (D) 76% Dennis Driscoll (R) 24%" ], [ "10", "Illinois 10", "John Porter", "Republican", "1980", "Retired Republican hold", "Mark Kirk (R) 51% Lauren Beth Gash (D) 49%" ], [ "11", "Illinois 11", "Jerry Weller", "Republican", "1994", "Re-elected", "Jerry Weller (R) 56% James Stevenson (D) 44%" ], [ "12", "Illinois 12", "Jerry Costello", "Democratic", "1988", "Re-elected", "Jerry Costello (D) unopposed" ], [ "13", "Illinois 13", "Judy Biggert", "Republican", "1998", "Re-elected", "Judy Biggert (R) 66% Thomas Mason (D) 34%" ], [ "14", "Illinois 14", "Dennis Hastert", "Republican", "1986", "Re-elected", "Dennis Hastert (R) 74% Vern DelJonson (D) 26%" ], [ "15", "Illinois 15", "Thomas W. Ewing", "Republican", "1998", "Retired Republican hold", "Timothy V. Johnson (R) 53% Mike Kelleher (D) 47%" ], [ "16", "Illinois 17", "Lane Evans", "Democratic", "1982", "Re-elected", "Lane Evans (D) 55% Mark Baker (R) 45%" ], [ "17", "Illinois 18", "Ray LaHood", "Republican", "1994", "Re-elected", "Ray LaHood (R) 67% Joyce Harant (D) 33%" ], [ "18", "Illinois 19", "David D. Phelps", "Democratic", "1998", "Re-elected", "David D. Phelps (D) 65% Jim Eatherly (R) 35%" ] ] }, { "t5Formulas": [ { "Question": "What is the name of the building that was the tallest from 1990–1997 in Frankfurt?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"frankfurt\")*(F1=\"1990–1997\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"frankfurt\")*(F2:F9=\"1990–1997\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"frankfurt\"", "*", "F1", "=", "\"1990–1997\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "For a height less than 122 meters, what is the greatest height in feet?", "Formula": "MAX(FILTER(D1, C1<122))", "Formula2": "MAX(FILTER(D2:D9, C2:C9<122))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "C1", "<", "122" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "How high was the highest building in feet in the city of cologne?", "Formula": "MAXIFS(D1,B1,\"cologne\")", "Formula2": "MAXIFS(D2:D9,B2:B9,\"cologne\")", "Level": "easy", "Tokens": [ "MAXIFS(", "D1", "B1", "\"cologne\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the smallest height (ft) of a building in Frankfurt with a height (m) of 257 and less than 55 floors?", "Formula": "MIN(FILTER(D1, (B1=\"frankfurt\")*(C1=257)*(E1<55)))", "Formula2": "MIN(FILTER(D2:D9, (B2:B9=\"frankfurt\")*(C2:C9=257)*(E2:E9<55)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "\"frankfurt\"", "*", "C1", "=", "257", "*", "E1", "<", "55" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the height in meters for a building in Frankfurt that is 850 feet tall?", "Formula": "SUM(FILTER(C1, (B1=\"frankfurt\")*(D1=850)))", "Formula2": "SUM(FILTER(C2:C9, (B2:B9=\"frankfurt\")*(D2:D9=850)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"frankfurt\"", "*", "D1", "=", "850" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] } ], "TableName": "train_2-11328656-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "City", "Height (m)", "Height (ft)", "Floors", "Years as tallest" ], [ "2", "Commerzbank Tower", "Frankfurt", "259", "850", "56", "1997–present" ], [ "3", "Messeturm", "Frankfurt", "257", "843", "55", "1990–1997" ], [ "4", "Silberturm", "Frankfurt", "166", "545", "32", "1978–1990" ], [ "5", "Westend Gate", "Frankfurt", "159", "522", "47", "1976–1978" ], [ "6", "Colonia-Hochhaus", "Cologne", "147", "482", "42", "1973–1976" ], [ "7", "City-Hochhaus Leipzig", "Leipzig", "143", "468", "36", "1972–1973" ], [ "8", "Bayer-Hochhaus", "Leverkusen", "122", "400", "29", "1963–1972" ], [ "9", "Friedrich-Engelhorn-Hochhaus", "Ludwigshafen", "102", "335", "28", "1957–1963" ] ] }, { "t5Formulas": [ { "Question": "What is the nationality of the player from the Ohio State University (NCAA) Team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ohio state university (ncaa)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"ohio state university (ncaa)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ohio state university (ncaa)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest round of the Kitchener Rangers (OHA)?", "Formula": "MINIFS(A1,E1,\"kitchener rangers (oha)\")", "Formula2": "MINIFS(A2:A17,E2:E17,\"kitchener rangers (oha)\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "E1", "\"kitchener rangers (oha)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the position of Pierre Daigneault?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"pierre daigneault\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"pierre daigneault\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"pierre daigneault\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14056030-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "2", "Don Maloney", "LW", "Canada", "Kitchener Rangers ( OHA )" ], [ "3", "3", "Ray Markham", "C", "Canada", "Flin Flon Bombers ( WCHL )" ], [ "4", "3", "Dean Turner", "D", "United States", "University of Michigan ( NCAA )" ], [ "5", "4", "Dave Silk", "RW", "United States", "Boston University (NCAA)" ], [ "6", "4", "Andre Dore", "D", "Canada", "Quebec Remparts ( QMJHL )" ], [ "7", "5", "Mike McDougall", "RW", "United States", "Port Huron Flags ( IHL )" ], [ "8", "6", "Tom Laidlaw", "D", "Canada", "Northern Michigan University (NCAA)" ], [ "9", "7", "Dan Clark", "D", "Canada", "Milwaukee Admirals (IHL)" ], [ "10", "8", "Greg Kostenko", "D", "Canada", "Ohio State University (NCAA)" ], [ "11", "9", "Brian McDavid", "D", "Canada", "Kitchener Rangers (OHA)" ], [ "12", "10", "Mark Rodrigues", "G", "United States", "Yale University (NCAA)" ], [ "13", "11", "Steve Weeks", "G", "Canada", "Northern Michigan University (NCAA)" ], [ "14", "12", "Pierre Daigneault", "LW", "Canada", "Montreal Juniors (QMJHL)" ], [ "15", "13", "Chris McLaughlin", "D", "United States", "Dartmouth College (NCAA)" ], [ "16", "14", "Todd Johnson", "C", "United States", "Boston University (NCAA)" ], [ "17", "15", "Dan McCarthy", "C", "Canada", "Sudbury Wolves (OHA)" ] ] }, { "t5Formulas": [ { "Question": "Which Series has a Score of 3 – 8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"3 – 8\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"3 – 8\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"3 – 8\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Decision of myre?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"myre\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"myre\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"myre\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many Attendances on may 24?", "Formula": "SUMIFS(F1,A1,\"may 24\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"may 24\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "A1", "\"may 24\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14208862-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Series" ], [ "2", "May 13", "NY Islanders", "4 – 3", "Philadelphia", "Peeters", "17,077", "Islanders lead 1–0" ], [ "3", "May 15", "NY Islanders", "3 – 8", "Philadelphia", "Peeters", "17,077", "Series tied 1–1" ], [ "4", "May 17", "Philadelphia", "2 – 6", "NY Islanders", "Myre", "14,995", "Islanders lead 2–1" ], [ "5", "May 19", "Philadelphia", "2 – 5", "NY Islanders", "Peeters", "14,995", "Islanders lead 3–1" ], [ "6", "May 22", "NY Islanders", "3 – 6", "Philadelphia", "Peeters", "17,077", "Islanders lead 3–2" ], [ "7", "May 24", "Philadelphia", "4 – 5", "NY Islanders", "Peeters", "14,995", "Islanders win 4–2" ] ] }, { "t5Formulas": [ { "Question": "Which event had a decision method?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"decision\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"decision\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"decision\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where was the method of tko?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tko\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"tko\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"tko\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16335823-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Location" ], [ "2", "Loss", "6–4–1", "KJ Noons", "Decision (unanimous)", "DREAM.13", "Yokohama , Japan" ], [ "3", "Loss", "6–3–1", "Katsunori Kikuno", "TKO (punches)", "DREAM.10", "Saitama, Saitama , Japan" ], [ "4", "Loss", "6–2–1", "Eddie Alvarez", "TKO (punches)", "DREAM.1", "Saitama, Saitama , Japan" ], [ "5", "Loss", "6–1–1", "Gesias Cavalcante", "Submission (armbar)", "Hero's 10", "Yokohama , Japan" ], [ "6", "Win", "6–0–1", "Caol Uno", "Decision (unanimous)", "Hero's 10", "Yokohama , Japan" ], [ "7", "Win", "5–0–1", "Artur Oumakhanov", "TKO (punches)", "Hero's 9", "Yokohama , Japan" ], [ "8", "Win", "4–0–1", "Hiroyuki Takaya", "TKO (broken nose)", "Hero's 8", "Nagoya , Japan" ], [ "9", "Win", "3–0–1", "Felipe Borges", "TKO", "Storm Samurai 12", "Curitiba , Brazil" ], [ "10", "Draw", "2–0–1", "Claudio Mattos", "Draw", "Storm Samurai 8", "Brasílial , Brazil" ], [ "11", "Win", "2–0", "Sergio Vieira", "KO (punch)", "Storm Samurai 6", "Curitiba , Brazil" ], [ "12", "Win", "1–0", "Leandro Sousa", "Decision", "Storm Samurai 4", "Curitiba , Brazil" ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE FRANCE WITH PEOPLE UNDER 18 OF SUB-SAHARAN AFRICA?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"sub-saharan africa\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"sub-saharan africa\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"sub-saharan africa\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE PARIS WITH A FRANCE OF 1.4%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1.4%\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"1.4%\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1.4%\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE VAL-D-OISE WITH A FRANCE OF 1.4%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1.4%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"1.4%\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1.4%\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE VAL-DE-MARNE WITH A Seine-Saint-Denis of 2.7%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"2.7%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"2.7%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"2.7%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS A Seine-Saint-Denis WITH A PARIS OF 12.1%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"12.1%\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"12.1%\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"12.1%\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS Val-de-Marne WITH Seine-Saint-Denis of 4.0%?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"4.0%\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"4.0%\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"4.0%\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-1716427-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "% people under 18 (2005)", "Seine-Saint-Denis", "Paris", "Val-de-Marne", "Val-d'Oise", "France" ], [ "2", "All origins", "56.7%", "41.30%", "39.90%", "37.90%", "18.10%" ], [ "3", "Maghreb", "22.0%", "12.1%", "13.2%", "13.0%", "6.9%" ], [ "4", "Sub-Saharan Africa", "16.0%", "9.9%", "10.8%", "9.1%", "3.0%" ], [ "5", "Turkey", "2.7%", "0.6%", "1.2%", "3.1%", "1.4%" ], [ "6", "South Europe", "4.0%", "4.0%", "5.5%", "4.8%", "2.6%" ] ] }, { "t5Formulas": [ { "Question": "What is the most recent year with a mk.v type?", "Formula": "MAXIFS(B1,A1,\"mk.v\")", "Formula2": "MAXIFS(B2:B19,A2:A19,\"mk.v\")", "Level": "easy", "Tokens": [ "MAXIFS(", "B1", "A1", "\"mk.v\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Mainly For with a displacement of 997 cc in a year before 1962?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1<1962)*(D1=\"997 cc\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(B2:B19<1962)*(D2:D19=\"997 cc\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "<", "1962", "*", "D1", "=", "\"997 cc\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What type is the 105/107e Block from a year prior to 1960?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"105/107e\")*(B1<1960)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"105/107e\")*(B2:B19<1960)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"105/107e\"", "*", "B1", "<", "1960", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ] } ], "TableName": "test_2-164104-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Type", "Year", "Block", "Displacement", "Mainly For" ], [ "2", "Mk.I", "1959", "105/107E", "997 cc", "Development of A2 and A3 camshaft" ], [ "3", "Mk.II", "1960", "105/107E", "997cc", "Lotus Mk.VII" ], [ "4", "Mk.III", "1960", "105/107E", "997cc", "Formula Junior" ], [ "5", "Mk.IV", "1961", "105/107E", "1098 cc", "Formula Junior" ], [ "6", "Mk.V", "1962", "109E", "1340 cc", "Lotus Mk.VII" ], [ "7", "Mk.VI", "1962", "109E", "1340 cc", "Lotus Mk.VII" ], [ "8", "Mk.VII", "1962", "109E", "1475 cc", "1.5 Litre class" ], [ "9", "Mk.VIII", "1963", "116E", "1498 cc", "Lotus Mk.VII" ], [ "10", "Mk.IX", "1963", "116E", "1498 cc", "1.5 Litre class" ], [ "11", "Mk.X", "1963", "116E", "1498 cc", "Development of Mk.XII and XIII" ], [ "12", "Mk.XI", "1963", "109E", "1098 cc", "Formula Junior" ], [ "13", "Mk.XII", "1963", "116E", "1594 cc", "Lotus 20B , 22 , 23" ], [ "14", "Mk.XIII", "1963", "116E", "1594 cc", "Formula B , Lotus 22 , 23B , 23C" ], [ "15", "Mk.XIV", "1963", "116E", "1498 cc", "Lotus Mk.VII" ], [ "16", "Mk.XV", "1963", "116E", "1594 cc", "Lotus 26R, Lotus Cortina" ], [ "17", "Mk.XVI", "1963", "116E", "1498 cc", "Note" ], [ "18", "Mk.XVII", "1964", "109E", "1098 cc", "Formula Junior" ], [ "19", "MAE", "1965", "109E", "997 cc", "Formula 3" ] ] }, { "t5Formulas": [ { "Question": "Which Result has a Home team of portland, and a Date of may 31?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"portland\")*(B1=\"may 31\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"portland\")*(B2:B7=\"may 31\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"portland\"", "*", "B1", "=", "\"may 31\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Road team of portland, and a Game of game 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"portland\")*(A1=\"game 5\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"portland\")*(A2:A7=\"game 5\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"portland\"", "*", "A1", "=", "\"game 5\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Home team has a Road team of portland, and a Result of 104–110?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"portland\")*(D1=\"104–110\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"portland\")*(D2:D7=\"104–110\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"portland\"", "*", "D1", "=", "\"104–110\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Home team has a Game of game 5?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"game 5\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"game 5\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"game 5\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Home team of philadelphia, and a Result of 104–110?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"philadelphia\")*(D1=\"104–110\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"philadelphia\")*(D2:D7=\"104–110\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"philadelphia\"", "*", "D1", "=", "\"104–110\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Road team has a Home team of portland, and a Date of may 31?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"portland\")*(B1=\"may 31\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"portland\")*(B2:B7=\"may 31\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"portland\"", "*", "B1", "=", "\"may 31\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17060327-8", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Home team", "Result", "Road team" ], [ "2", "Game 1", "May 22", "Philadelphia", "107–101", "Portland" ], [ "3", "Game 2", "May 26", "Philadelphia", "107–89", "Portland" ], [ "4", "Game 3", "May 29", "Portland", "129–107", "Philadelphia" ], [ "5", "Game 4", "May 31", "Portland", "130–98", "Philadelphia" ], [ "6", "Game 5", "June 3", "Philadelphia", "104–110", "Portland" ], [ "7", "Game 6", "June 5", "Portland", "109–107", "Philadelphia" ] ] }, { "t5Formulas": [ { "Question": "How many book clubs are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Count the number of book clubs.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "show the titles, and authors or editors for all books made after the year 1989.", "Formula": "CHOOSE({1,2},FILTER(D1,B1>1989),FILTER(C1,B1>1989))", "Formula2": "CHOOSE({1,2},FILTER(D2:D13,B2:B13>1989),FILTER(C2:C13,B2:B13>1989))", "Level": "medium", "Tokens": [ "CHOOSE(", "1", "2", "FILTER(", "D1", "B1", ">", "1989", "FILTER(", "C1", "B1", ">", "1989" ], "Funcs": [ "CHOOSE(", "Num", "Num", "FILTER(", "Cell", "Cell", ">", "Num", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "What are the titles and authors or editors that correspond to books made after 1989?", "Formula": "CHOOSE({1,2},FILTER(D1,B1>1989),FILTER(C1,B1>1989))", "Formula2": "CHOOSE({1,2},FILTER(D2:D13,B2:B13>1989),FILTER(C2:C13,B2:B13>1989))", "Level": "medium", "Tokens": [ "CHOOSE(", "1", "2", "FILTER(", "D1", "B1", ">", "1989", "FILTER(", "C1", "B1", ">", "1989" ], "Funcs": [ "CHOOSE(", "Num", "Num", "FILTER(", "Cell", "Cell", ">", "Num", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "Show all distinct publishers for books.", "Formula": "UNIQUE(E1)", "Formula2": "UNIQUE(E2:E13)", "Level": "easy", "Tokens": [ "UNIQUE(", "E1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "What are all the different book publishers?", "Formula": "UNIQUE(E1)", "Formula2": "UNIQUE(E2:E13)", "Level": "easy", "Tokens": [ "UNIQUE(", "E1" ], "Funcs": [ "UNIQUE(", "Cell" ] }, { "Question": "Show the years, book titles, and publishers, in descending order by year", "Formula": "SORT(UNIQUE(HSTACK(B1,D1,E1)), 1, -1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B13,D2:D13,E2:E13)), 1, -1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "D1", "E1", "1", "-", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "-", "Num" ] }, { "Question": "What are the years, titles, and publishers for all books, ordered by year descending?", "Formula": "SORTBY(CHOOSE({1,2,3},B1,D1,E1),B1,-1)", "Formula2": "SORTBY(CHOOSE({1,2,3},B2:B13,D2:D13,E2:E13),B2:B13,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "CHOOSE(", "1", "2", "3", "B1", "D1", "E1", "B1", "-", "1" ], "Funcs": [ "SORTBY(", "CHOOSE(", "Num", "Num", "Num", "Cell", "Cell", "Cell", "Cell", "-", "Num" ] }, { "Question": "Show all publishers and the number of books for each publisher.", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "How many books are there for each publisher?", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "What is the publisher with most number of books?", "Formula": "TAKE(SORT(SUMMARIZE(E1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(E2:E13,DCOUNTX(D2:D13)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "E1", "DCOUNTX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Return the publisher that has the most books.", "Formula": "TAKE(SORT(SUMMARIZE(E1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(E2:E13,DCOUNTX(D2:D13)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "E1", "DCOUNTX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "How many books fall into each category?", "Formula": "SUMMARIZE(F1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(F2:F13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "F1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "List categories that have at least two books after year 1989.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "What categories have two or more corresponding books that were made after 1989?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "total number of book clubs", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many book clubs are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Titles, authors or editors of books published in 1989.", "Formula": "LET(query1,FILTER(A1:G1,Year(B1)=1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Formula2": "LET(query1,FILTER(A2:G13,Year(B1)=1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", "=", "1989", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "3" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", "=", "Num", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "Titles, authors or editors for post-1989 published books.", "Formula": "LET(query1,FILTER(A1:G1,Year(B1)>1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Formula2": "LET(query1,FILTER(A2:G13,Year(B1)>1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "3" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "Book titles and publishers ", "Formula": "UNIQUE(HSTACK(E1,D1))", "Formula2": "UNIQUE(HSTACK(E2:E13,D2:D13))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "E1", "D1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": "book titles and publishers.", "Formula": "UNIQUE(HSTACK(D1,E1))", "Formula2": "UNIQUE(HSTACK(D2:D13,E2:E13))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "D1", "E1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": "Titles and publishers for books from earliest published one to latest one.", "Formula": "SORT(UNIQUE(HSTACK(D1,E1,B1)), 3, 1)", "Formula2": "SORT(UNIQUE(HSTACK(D2:D13,E2:E13,B2:B13)), 3, 1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "D1", "E1", "B1", "3", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "Num" ] }, { "Question": "book titles and publishers in descending order of year published", "Formula": "SORT(UNIQUE(HSTACK(B1,D1,E1)), 1, -1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B13,D2:D13,E2:E13)), 1, -1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "D1", "E1", "1", "-", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "-", "Num" ] }, { "Question": "How many book has each publisher published?", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "How many books did each publisher publish? ", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "Publisher with the most books published.", "Formula": "TAKE(SORT(SUMMARIZE(E1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(E2:E13,DCOUNTX(D2:D13)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "E1", "DCOUNTX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Publishers which have published most books.", "Formula": "TAKE(SORT(SUMMARIZE(E1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(E2:E13,DCOUNTX(D2:D13)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "E1", "DCOUNTX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "How many books does each category have?", "Formula": "SUMMARIZE(F1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(F2:F13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "F1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "Categories with at least 2 books publsihed after 1989.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "the number of book clubs", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many book clubs?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A13)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Titles, authors or editors for books published after 1989.", "Formula": "LET(query1,FILTER(A1:G1,Year(B1)>1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Formula2": "LET(query1,FILTER(A2:G13,Year(B1)>1989),UNIQUE(CHOOSECOLS(query1,4,3)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "3" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "What are the book titles and publishers?", "Formula": "UNIQUE(HSTACK(D1,E1))", "Formula2": "UNIQUE(HSTACK(D2:D13,E2:E13))", "Level": "easy", "Tokens": [ "UNIQUE(", "HSTACK(", "D1", "E1" ], "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ] }, { "Question": "Titles and publishers from the earliest published book to latest one.", "Formula": "SORT(UNIQUE(HSTACK(B1,D1,E1)), 1, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B13,D2:D13,E2:E13)), 1, 1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "D1", "E1", "1", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "Num" ] }, { "Question": "Titles and publishers from the latest published book to the earliest one. ", "Formula": "SORT(UNIQUE(HSTACK(D1,E1,B1)), 3, -1)", "Formula2": "SORT(UNIQUE(HSTACK(D2:D13,E2:E13,B2:B13)), 3, -1)", "Level": "medium", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "D1", "E1", "B1", "3", "-", "1" ], "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell", "Num", "-", "Num" ] }, { "Question": "Number of books published by each publisher.", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "How many books were published by each publisher?", "Formula": "SUMMARIZE(E1,DCOUNTX(D1))", "Formula2": "SUMMARIZE(E2:E13,DCOUNTX(D2:D13))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "E1", "DCOUNTX(", "D1" ], "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ] }, { "Question": "Which publisher has published most book?", "Formula": "TAKE(SORT(SUMMARIZE(E1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(E2:E13,DCOUNTX(D2:D13)), 2, -1), 1)", "Level": "hard", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "E1", "DCOUNTX(", "D1", "2", "-", "1", "1" ], "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ] }, { "Question": "Categories which have at least 2 books published after 1989.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "Categories with 2 books published or over after 1989.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] }, { "Question": "Categories with at least 2 books published after 1989.", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G13,Year(B1)>1989),SUMMARIZE(CHOOSECOLS(query1,6),DCOUNTX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "Year(", "B1", ">", "1989", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "DCOUNTX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Year(", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "DCOUNTX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ] } ], "TableName": "culture_company_book_club", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "book club id", "year", "author or editor", "book title", "publisher", "category", "result" ], [ "2", "1", "1989", "Michael Nava", "Goldenboy", "Alyson", "Gay M/SF", "Won [A ]" ], [ "3", "2", "1989", "Donald Ward", "Death Takes the Stage", "St. Martin's Press", "Gay M/SF", "Nom" ], [ "4", "3", "1989", "Michael Bishop", "Unicorn Mountain", "William Morrow", "Gay M/SF", "Nom" ], [ "5", "4", "1989", "Joseph Hansen", "Obedience", "Mysterious Press", "Gay M/SF", "Nom" ], [ "6", "5", "1989", "George Baxt", "Whoӳ Next", "International Polygonics", "Gay M/SF", "Nom" ], [ "7", "6", "1989", "Antoinette Azolakov", "Skiptrace", "Banned Books", "Lesb. M/SF", "Won" ], [ "8", "7", "1989", "Claire McNab", "Lessons In Murder", "Naiad Press", "Lesb. M/SF", "Nom" ], [ "9", "8", "1989", "Judy Grahn", "Mundaneӳ World", "Crossing Press", "Lesb. M/SF", "Nom" ], [ "10", "9", "1989", "Dolores Klaich", "Heavy Gilt", "Naiad Press", "Lesb. M/SF", "Nom" ], [ "11", "10", "1989", "Sandy Bayer", "The Crystal Curtain", "Alyson", "Lesb. M/SF", "Nom" ], [ "12", "11", "1990", "Jeffrey N. McMahan", "Somewhere in the Night", "Alyson", "Gay SF/F", "Won [B ]" ], [ "13", "12", "1990", "Thom Nickels", "Walking Water / After All This", "Banned Books", "Gay SF/F", "Nom" ] ] }, { "t5Formulas": [ { "Question": "How many episodes are directed by Jamie Payne?", "Formula": "SUMIFS(A1,C1,\"Jamie Payne\")", "Formula2": "SUMIFS(A2:A8,C2:C8,\"Jamie Payne\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "C1", "\"Jamie Payne\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many millions of viewers are listed when the share is 10.8?", "Formula": "SUM(FILTER(E1, F1=10.8))", "Formula2": "SUM(FILTER(E2:E8, F2:F8=10.8))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "10.8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who is the director when there are 2.70 million viewers?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=2.7))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=2.7))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2.7" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many episodes have the title \"episode 2\"?", "Formula": "SUMIFS(A1,B1,\"Episode 2\")", "Formula2": "SUMIFS(A2:A8,B2:B8,\"Episode 2\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Episode 2\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many episodes hve 4.50 million viewers?", "Formula": "SUM(FILTER(A1, E1=4.5))", "Formula2": "SUM(FILTER(A2:A8, E2:E8=4.5))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "4.5" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "Who is the director when the share is 11.8?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=11.8))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(F2:F8)),FILTER(query1,CHOOSECOLS(query1,2)=11.8))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11.8" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-29574579-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Episode", "Title", "Directed by", "Written by", "UK viewers (million)", "Share (%)", "Original air date" ], [ "2", "1", "\"Episode 1\"", "Bharat Nalluri", "Ben Richards", "4.50", "17.9", "7February2011" ], [ "3", "2", "\"Episode 2\"", "Bharat Nalluri", "Ben Richards", "3.30", "13.0", "8February2011" ], [ "4", "3", "\"Episode 3\"", "Omar Madha", "Ben Richards and Simon Block", "2.95", "11.8", "14February2011" ], [ "5", "4", "\"Episode 4\"", "Omar Madha", "Jack Lothian", "2.63", "10.05", "15February2011" ], [ "6", "5", "\"Episode 5\"", "Andy Goddard", "Ben Richards and Jimmy Gardner", "2.70", "10.8", "21February2011" ], [ "7", "6", "\"Episode 6\"", "Andy Goddard", "David Farr", "1.52", "10.5", "27February2011" ], [ "8", "7", "\"Episode 7\"", "Jamie Payne", "David Farr", "1.33", "9.7", "6March2011" ] ] }, { "t5Formulas": [ { "Question": "what is the average wins when draws is less than 0?", "Formula": "AVERAGE(FILTER(B1, D1<0))", "Formula2": "AVERAGE(FILTER(B2:B7, D2:D7<0))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "D1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "what is the average losses when the club is warrnambool and wins is less than 12?", "Formula": "AVERAGE(FILTER(C1, (A1=\"warrnambool\")*(B1<12)))", "Formula2": "AVERAGE(FILTER(C2:C7, (A2:A7=\"warrnambool\")*(B2:B7<12)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "A1", "=", "\"warrnambool\"", "*", "B1", "<", "12" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "what is the most losses when the club is terang and draws is less than 0?", "Formula": "MAX(FILTER(C1, (A1=\"terang\")*(D1<0)))", "Formula2": "MAX(FILTER(C2:C7, (A2:A7=\"terang\")*(D2:D7<0)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "A1", "=", "\"terang\"", "*", "D1", "<", "0" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of losses when wins is more than 6, club is camperdown and against is more than 1238?", "Formula": "SUM(FILTER(C1, (B1>6)*(A1=\"camperdown\")*(E1>1238)))", "Formula2": "SUM(FILTER(C2:C7, (B2:B7>6)*(A2:A7=\"camperdown\")*(E2:E7>1238)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", ">", "6", "*", "A1", "=", "\"camperdown\"", "*", "E1", ">", "1238" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-18628904-11", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Wins", "Losses", "Draws", "Against" ], [ "2", "Warrnambool", "12", "3", "0", "1055" ], [ "3", "Camperdown", "10", "5", "0", "1238" ], [ "4", "Mortlake", "6", "8", "1", "1415" ], [ "5", "South Warrnambool", "6", "9", "0", "1114" ], [ "6", "Terang", "6", "9", "0", "1293" ], [ "7", "Cobden", "4", "10", "1", "1405" ] ] }, { "t5Formulas": [ { "Question": "What's the nationality of Montreal Impact with Justin Mapp Category:articles with hcards as the player?", "Formula": "FILTER(D1,(E1=\"montreal impact\")*(B1=\"justin mapp category:articles with hcards\"))", "Formula2": "FILTER(D2:D7,(E2:E7=\"montreal impact\")*(B2:B7=\"justin mapp category:articles with hcards\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"montreal impact\"", "*", "B1", "=", "\"justin mapp category:articles with hcards\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "After 2009, who was the player that has a nationality of Canada?", "Formula": "FILTER(B1,(D1=\"canada\")*(A1>2009))", "Formula2": "FILTER(B2:B7,(D2:D7=\"canada\")*(A2:A7>2009))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"canada\"", "*", "A1", ">", "2009" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "After 2009, what's the nationality of a player named Dwayne de Rosario Category:articles with hcards?", "Formula": "FILTER(D1,(A1>2009)*(B1=\"dwayne de rosario category:articles with hcards\"))", "Formula2": "FILTER(D2:D7,(A2:A7>2009)*(B2:B7=\"dwayne de rosario category:articles with hcards\"))", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", ">", "2009", "*", "B1", "=", "\"dwayne de rosario category:articles with hcards\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "What's the position when the player was Justin Mapp Category:articles with hcards with a United States nationality?", "Formula": "FILTER(C1,(D1=\"united states\")*(B1=\"justin mapp category:articles with hcards\"))", "Formula2": "FILTER(C2:C7,(D2:D7=\"united states\")*(B2:B7=\"justin mapp category:articles with hcards\"))", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"united states\"", "*", "B1", "=", "\"justin mapp category:articles with hcards\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-16472331-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Player", "Position", "Nationality", "Team" ], [ "2", "2008", "Matt Jordan Category:Articles with hCards", "Goalkeeper", "United States", "Montreal Impact" ], [ "3", "2009", "Dwayne De Rosario Category:Articles with hCards", "Attacking Midfielder", "Canada", "Toronto FC" ], [ "4", "2010", "Dwayne De Rosario Category:Articles with hCards", "Attacking Midfielder", "Canada", "Toronto FC" ], [ "5", "2011", "Joao Plata Category:Articles with hCards", "Forward", "Ecuador", "Toronto FC" ], [ "6", "2012", "Ryan Johnson Category:Articles with hCards", "Forward", "Jamaica", "Toronto FC" ], [ "7", "2013", "Justin Mapp Category:Articles with hCards", "Midfielder", "United States", "Montreal Impact" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the TV Time that has the Date of november 22, 1998?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 22, 1998\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"november 22, 1998\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"november 22, 1998\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Result that has the Date of september 13, 1998?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"september 13, 1998\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"september 13, 1998\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"september 13, 1998\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Can you tell me the Opponent that has the Week smaller than 11, and the TV Time of fox 10:00 am mt, and the Result of w 20-17?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"fox 10:00 am mt\")*(E1=\"w 20-17\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,(C2:C18=\"fox 10:00 am mt\")*(E2:E18=\"w 20-17\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"fox 10:00 am mt\"", "*", "E1", "=", "\"w 20-17\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11" ], "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" ] }, { "Question": "Can you tell me the Result that has the Week of 5?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-16433861-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "TV Time", "Opponent", "Result" ], [ "2", "1", "September 6, 1998", "FOX 1:05 pm MT", "at Dallas Cowboys", "L 38-10" ], [ "3", "2", "September 13, 1998", "FOX 1:15 pm MT", "at Seattle Seahawks", "L 33-14" ], [ "4", "3", "September 20, 1998", "ESPN 5:15 pm MT", "Philadelphia Eagles", "W 17-3" ], [ "5", "4", "September 27, 1998", "FOX 10:00 am MT", "at St. Louis Rams", "W 20-17" ], [ "6", "5", "October 4, 1998", "CBS 1:05 pm MT", "Oakland Raiders", "L 23-20" ], [ "7", "6", "October 11, 1998", "FOX 1:05 pm MT", "Chicago Bears", "W 20-7" ], [ "8", "7", "October 18, 1998", "FOX 10:00 am MT", "at New York Giants", "L 34-7" ], [ "9", "8", "Bye", "Bye", "Bye", "Bye" ], [ "10", "9", "November 1, 1998", "FOX 11:00 am MT", "at Detroit Lions", "W 17-15" ], [ "11", "10", "November 8, 1998", "FOX 2:15 pm MT", "Washington Redskins", "W 29-27" ], [ "12", "11", "November 15, 1998", "FOX 2:15 pm MT", "Dallas Cowboys", "L 35-28" ], [ "13", "12", "November 22, 1998", "FOX 11:00 am MT", "at Washington Redskins", "W 45-42" ], [ "14", "13", "November 29, 1998", "FOX 11:00 am MT", "at Kansas City Chiefs", "L 34-24" ], [ "15", "14", "December 6, 1998", "FOX 2:15 pm MT", "New York Giants", "L 23-19" ], [ "16", "15", "December 13, 1998", "FOX 11:00 am MT", "at Philadelphia Eagles", "W 20-17" ], [ "17", "16", "December 20, 1998", "FOX 2:05 pm MT", "New Orleans Saints", "W 19-17" ], [ "18", "17", "December 27, 1998", "CBS 2:05 pm MT", "San Diego Chargers", "W 16-13" ] ] }, { "t5Formulas": [ { "Question": "In which city was the Night of the Living Duck released?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"the night of the living duck\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"the night of the living duck\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"the night of the living duck\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "On what title was Stephen Fossatti the director of?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"stephen fossatti\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"stephen fossatti\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"stephen fossatti\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-18792952-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Title", "Series", "Director", "Characters", "Production Number", "Release date", "City" ], [ "2", "The Duxorcist", "LT", "Greg Ford , Terry Lennon", "Daffy , Melissa", "255-111", "1987-11-20", "LA / NYC" ], [ "3", "The Night of the Living Duck", "MM", "Greg Ford, Terry Lennon", "Daffy", "255-112", "1988-09-23", "LA/NYC" ], [ "4", "Another Froggy Evening", "LT", "Chuck Jones", "Marvin , Michigan", "No Number", "1995-10-06", "LA" ], [ "5", "From Hare to Eternity", "LT", "Chuck Jones", "Bugs , Michigan (cameo), Sam", "No Number", "1996-03-XX", "LA" ], [ "6", "Father of the Bird", "LT", "Stephen Fossatti", "Sylvester", "No Number", "1998-01-14", "LA" ], [ "7", "Little Go Beep", "LT", "Spike Brandt", "Wile E. and Road Runner", "255-283", "2000-12-30", "LA" ] ] }, { "t5Formulas": [ { "Question": "What is the lowest Pick #, when College is \"Jackson State\"?", "Formula": "MINIFS(B1,E1,\"jackson state\")", "Formula2": "MINIFS(B2:B13,E2:E13,\"jackson state\")", "Level": "easy", "Tokens": [ "MINIFS(", "B1", "E1", "\"jackson state\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is Pick #, when Round is \"10\"?", "Formula": "SUM(FILTER(B1, A1=10))", "Formula2": "SUM(FILTER(B2:B13, A2:A13=10))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is Player, when Round is greater than 8, when Pick # is greater than 234, and when College is \"Louisville\"?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"louisville\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>8)*(CHOOSECOLS(query1,3)>234)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,E2:E13=\"louisville\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>8)*(CHOOSECOLS(query1,3)>234)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"louisville\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8", "*", "CHOOSECOLS(", "query1", "3", ">", "234" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the average Round, when Player is \"Gurnest Brown\", and when Pick # is greater than 180?", "Formula": "AVERAGE(FILTER(A1, (C1=\"gurnest brown\")*(B1>180)))", "Formula2": "AVERAGE(FILTER(A2:A13, (C2:C13=\"gurnest brown\")*(B2:B13>180)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "C1", "=", "\"gurnest brown\"", "*", "B1", ">", "180" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the lowest Pick #, when College is \"Louisville\", and when Round is less than 10?", "Formula": "MIN(FILTER(B1, (E1=\"louisville\")*(A1<10)))", "Formula2": "MIN(FILTER(B2:B13, (E2:E13=\"louisville\")*(A2:A13<10)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", "=", "\"louisville\"", "*", "A1", "<", "10" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-17323758-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick #", "Player", "Position", "College" ], [ "2", "1", "12", "Tony Hunter", "Tight End", "Notre Dame" ], [ "3", "1", "14", "Jim Kelly", "Quarterback", "Miami (FL)" ], [ "4", "2", "39", "Darryl Talley", "Linebacker", "West Virginia" ], [ "5", "4", "93", "Trey Junkin", "Linebacker", "Louisiana Tech" ], [ "6", "4", "112", "Jimmy Payne", "Defensive end", "Georgia" ], [ "7", "5", "126", "Matt Vandenboom", "Defensive back", "Wisconsin" ], [ "8", "7", "180", "Gurnest Brown", "Defensive tackle", "Maryland" ], [ "9", "8", "207", "James Durham", "Defensive back", "Houston" ], [ "10", "9", "234", "George Parker", "Running back", "Norfolk State" ], [ "11", "10", "260", "Richard Tharpe", "Defensive tackle", "Louisville" ], [ "12", "11", "293", "Larry White", "Defensive end", "Jackson State" ], [ "13", "12", "320", "Julius Dawkins", "Wide receiver", "Pittsburgh" ] ] }, { "t5Formulas": [ { "Question": "Which player is from Tampa, Florida?", "Formula": "FILTER(A1,D1=\"tampa, florida\")", "Formula2": "FILTER(A2:A13,D2:D13=\"tampa, florida\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"tampa, florida\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which college is Jordan Phillips playing for?", "Formula": "FILTER(E1,A1=\"jordan phillips\")", "Formula2": "FILTER(E2:E13,A2:A13=\"jordan phillips\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"jordan phillips\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What college has a position of defensive line and Grant high school?", "Formula": "FILTER(E1,(B1=\"defensive line\")*(C1=\"grant high school\"))", "Formula2": "FILTER(E2:E13,(B2:B13=\"defensive line\")*(C2:C13=\"grant high school\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"defensive line\"", "*", "C1", "=", "\"grant high school\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What position is for Plant high school?", "Formula": "FILTER(B1,C1=\"plant high school\")", "Formula2": "FILTER(B2:B13,C2:C13=\"plant high school\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"plant high school\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What position is for Dr. Phillips high school?", "Formula": "FILTER(B1,C1=\"dr. phillips high school\")", "Formula2": "FILTER(B2:B13,C2:C13=\"dr. phillips high school\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"dr. phillips high school\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which hometown has a player of Ray Drew?", "Formula": "FILTER(D1,A1=\"ray drew\")", "Formula2": "FILTER(D2:D13,A2:A13=\"ray drew\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"ray drew\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11677691-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "School", "Hometown", "College" ], [ "2", "Jadeveon Clowney", "Defensive line", "South Pointe High School", "Rock Hill, South Carolina", "South Carolina" ], [ "3", "Tim Jernigan", "Defensive line", "Columbia High School", "Lake City, Florida", "Florida State" ], [ "4", "Anthony Johnson", "Defensive line", "O. Perry Walker High School", "New Orleans, Louisiana", "LSU" ], [ "5", "Viliami Moala", "Defensive line", "Grant High School", "Sacramento, California", "California" ], [ "6", "Ray Drew", "Defensive line", "Thomas County Central High School", "Thomasville, Georgia", "Georgia" ], [ "7", "Curtis Grant", "Linebacker", "Hermitage High School", "Richmond, Virginia", "Ohio State" ], [ "8", "James Wilder, Jr.", "Linebacker", "Plant High School", "Tampa, Florida", "Florida State" ], [ "9", "Stephone Anthony", "Linebacker", "Anson High School", "Wadesboro, North Carolina", "Clemson" ], [ "10", "Tony Steward", "Linebacker", "Pedro Menendez High School", "St. Augustine, Florida", "Clemson" ], [ "11", "De'Anthony Thomas", "Defensive back", "Crenshaw High School", "Los Angeles, California", "Oregon" ], [ "12", "Ha'Sean Clinton-Dix", "Defensive back", "Dr. Phillips High School", "Orlando, Florida", "Alabama" ], [ "13", "Jordan Phillips", "Athlete", "Circle High School", "Towanda, Kansas", "Oklahoma" ] ] }, { "t5Formulas": [ { "Question": "What is the record when the Nuggets are the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"nuggets\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"nuggets\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"nuggets\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16140345-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Record" ], [ "2", "3 January 2003", "Cavaliers", "81–80", "Raptors", "Ricky Davis (29)", "7–27" ], [ "3", "4 January 2003", "Cavaliers", "79–85", "Bulls", "Zydrunas Ilgauskas (27)", "7–28" ], [ "4", "6 January 2003", "Bucks", "106–94", "Cavaliers", "Ricky Davis (22)", "7–29" ], [ "5", "10 January 2003", "Cavaliers", "99–115", "Lakers", "Ricky Davis (27)", "7–30" ], [ "6", "12 January 2003", "Cavaliers", "87–79", "SuperSonics", "Ricky Davis (22)", "8–30" ], [ "7", "13 January 2003", "Cavaliers", "94–118", "Trail Blazers", "Ricky Davis (17)", "8–31" ], [ "8", "15 January 2003", "Cavaliers", "80–108", "Warriors", "Ricky Davis (21)", "8–32" ], [ "9", "17 January 2003", "Cavaliers", "80–97", "Nuggets", "Zydrunas Ilgauskas (26)", "8–33" ], [ "10", "18 January 2003", "Cavaliers", "78–95", "Jazz", "Ricky Davis (25)", "8–34" ], [ "11", "21 January 2003", "Magic", "103–94", "Cavaliers", "Zydrunas Ilgauskas (35)", "8–35" ], [ "12", "25 January 2003", "Hawks", "102–101", "Cavaliers", "Zydrunas Ilgauskas (19)", "8–36" ], [ "13", "27 January 2003", "Clippers", "100–104", "Cavaliers", "Ricky Davis (32)", "9–36" ], [ "14", "29 January 2003", "Cavaliers", "108–113", "Magic", "Zydrunas Ilgauskas (22)", "9–37" ], [ "15", "31 January 2003", "Cavaliers", "91–96", "Hawks", "Zydrunas Ilgauskas (21)", "9–38" ] ] }, { "t5Formulas": [ { "Question": "Who directed the episode that had 6.04 million viewers? ", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=6.04))", "Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(G2:G16)),FILTER(query1,CHOOSECOLS(query1,2)=6.04))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.04" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What number episode had 5.74 million viewers? ", "Formula": "SUM(FILTER(A1, G1=5.74))", "Formula2": "SUM(FILTER(A2:A16, G2:G16=5.74))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "5.74" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-12976038-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Episode #", "Series #", "Title", "Director", "Writer", "Original airdate", "Viewers (in millions)" ], [ "2", "371", "4", "\" The Apprentice \"", "Edward Bennett Category:Articles with hCards", "Martha Hillier Category:Articles with hCards", "6 Cannot handle non-empty timestamp argument! 2007", "5.95" ], [ "3", "375", "8", "\"Mirror Man\"", "Robert Del Maestro Category:Articles with hCards", "Jake Riddell Category:Articles with hCards", "4 Cannot handle non-empty timestamp argument! 2007", "6.27" ], [ "4", "379", "12", "\"For Your Consideration\"", "Christopher King Category:Articles with hCards", "Matthew Evans Category:Articles with hCards", "1 Cannot handle non-empty timestamp argument! 2008", "6.15" ], [ "5", "380", "13", "\"Queen of Hearts\"", "Christopher King Category:Articles with hCards", "Martha Hillier Category:Articles with hCards", "8 Cannot handle non-empty timestamp argument! 2008", "6.04" ], [ "6", "384", "17", "\"Final Cut\"", "Indra Bhose Category:Articles with hCards", "Joe Ainsworth Category:Articles with hCards", "5 Cannot handle non-empty timestamp argument! 2008", "6.47" ], [ "7", "388", "21", "\"We Serve All Who Come To Us\"", "Fraser MacDonald Category:Articles with hCards", "Mark Cairns Category:Articles with hCards", "4 Cannot handle non-empty timestamp argument! 2008", "5.74" ], [ "8", "393", "26", "\"All This Useless Beauty\"", "Dominic Leclerc Category:Articles with hCards", "Gert Thomas Category:Articles with hCards", "1 Cannot handle non-empty timestamp argument! 2008", "5.85" ], [ "9", "394", "27", "\"Pants on Fire\"", "Dominic Leclerc Category:Articles with hCards", "Joe Ainsworth Category:Articles with hCards", "8 Cannot handle non-empty timestamp argument! 2008", "5.42" ], [ "10", "402", "35", "\"Natural Justice\"", "Rob Evans Category:Articles with hCards", "Al Smith Category:Articles with hCards", "3 Cannot handle non-empty timestamp argument! 2008", "5.17" ], [ "11", "403", "36", "\"Love You\"", "Farren Blackburn Category:Articles with hCards", "Martin Jameson Category:Articles with hCards", "5 Cannot handle non-empty timestamp argument! 2008", "4.74" ], [ "12", "406", "39", "\"Change of Heart\"", "Daikin Marsh Category:Articles with hCards", "David Lawrence Category:Articles with hCards", "1 Cannot handle non-empty timestamp argument! 2008", "5.04" ], [ "13", "407", "40", "\"Only Believe\"", "Daikin Marsh Category:Articles with hCards", "David Lawrence Category:Articles with hCards", "8 Cannot handle non-empty timestamp argument! 2008", "5.61" ], [ "14", "411", "44", "\"Eighteen and a Half\"", "Daikin Marsh Category:Articles with hCards", "Graham Mitchell Category:Articles with hCards", "5 Cannot handle non-empty timestamp argument! 2008", "5.15" ], [ "15", "414", "47", "\"To Govern a Kingdom\"", "James Larkin Category:Articles with hCards", "Jake Riddell Category:Articles with hCards", "2 Cannot handle non-empty timestamp argument! 2008", "4.83" ], [ "16", "415", "48", "\"Whatever It Takes\"", "James Larkin Category:Articles with hCards", "Phillip Gawthorne Category:Articles with hCards", "9 Cannot handle non-empty timestamp argument! 2008", "5.28" ] ] }, { "t5Formulas": [ { "Question": "In the match that had an away score of 11.19 (85), what was the date?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.19 (85)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.19 (85)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.19 (85)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the match where fitzroy was the away team, where was the venue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"fitzroy\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"fitzroy\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"fitzroy\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10887680-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "16.14 (110)", "St Kilda", "15.20 (110)", "MCG", "35,602", "15 April 1978" ], [ "3", "Footscray", "10.16 (76)", "Geelong", "21.14 (140)", "Western Oval", "16,949", "15 April 1978" ], [ "4", "Essendon", "15.15 (105)", "Fitzroy", "14.17 (101)", "Windy Hill", "16,300", "15 April 1978" ], [ "5", "Carlton", "13.20 (98)", "Melbourne", "11.19 (85)", "Princes Park", "17,765", "15 April 1978" ], [ "6", "South Melbourne", "18.11 (119)", "Collingwood", "14.18 (102)", "Lake Oval", "20,733", "15 April 1978" ], [ "7", "North Melbourne", "16.15 (111)", "Hawthorn", "12.14 (86)", "VFL Park", "39,097", "15 April 1978" ] ] }, { "t5Formulas": [ { "Question": "How many seasons did Pat Chambers coach?", "Formula": "SUMIFS(C1,A1,\"pat chambers\")", "Formula2": "SUMIFS(C2:C15,A2:A15,\"pat chambers\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"pat chambers\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-16684748-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Coach", "Years", "Seasons", "Record", "Pct.", "Nat. Titles" ], [ "2", "No coach", "1897–1915, 1917–1918", "20", "131-65-1", ".672", "0" ], [ "3", "Burke M. \"Dutch\" Hermann", "1916–1918, 1919–32", "15", "148-73", ".670", "0" ], [ "4", "Hugo Bezdek", "1919", "1", "11-2", ".846", "0" ], [ "5", "Earl \"The Spike\" Leslie", "1933-36", "4", "29-28", ".509", "0" ], [ "6", "John Lawther", "1937-49", "13", "150-93", ".617", "0" ], [ "7", "Elmer Gross", "1949-54", "5", "80-40", ".667", "0" ], [ "8", "John Egli", "1954-68", "14", "187-135", ".581", "0" ], [ "9", "Johnny Bach", "1968-78", "10", "122-121", ".501", "0" ], [ "10", "Dick Harter", "1978-83", "5", "79-61", ".564", "0" ], [ "11", "Bruce Parkhill", "1983-95", "12", "181-169", ".517", "0" ], [ "12", "Jerry Dunn", "1995–2003", "8", "117-121", ".492", "0" ], [ "13", "Ed DeChellis", "2003–2011", "6", "114-138", ".452", "0" ], [ "14", "Pat Chambers", "2011–present", "2", "22-41", ".349", "0" ], [ "15", "Totals", "1897–present", "116", "1361-1066-1", ".561", "0" ] ] }, { "t5Formulas": [ { "Question": "Who did they play at lincoln financial field at 8:30 (ET) after week 14?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,(F1=\"lincoln financial field\")*(D1=\"8:30\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H18,(F2:F18=\"lincoln financial field\")*(D2:D18=\"8:30\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "F1", "=", "\"lincoln financial field\"", "*", "D1", "=", "\"8:30\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14" ], "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" ] } ], "TableName": "train_2-15008664-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Opponent", "Time (ET)", "Result", "Game Site", "Record", "NFL Recap" ], [ "2", "1", "September 7, 2008", "St. Louis Rams", "1:00", "38–3 W", "Lincoln Financial Field", "1–0–0", "Recap" ], [ "3", "2", "September 15, 2008", "at Dallas Cowboys", "8:30", "41–37 L", "Texas Stadium", "1–1–0", "Recap" ], [ "4", "3", "September 21, 2008", "Pittsburgh Steelers", "4:15", "15–6 W", "Lincoln Financial Field", "2–1–0", "Recap" ], [ "5", "4", "September 28, 2008", "at Chicago Bears", "8:15", "24–20 L", "Soldier Field", "2–2–0", "Recap" ], [ "6", "5", "October 5, 2008", "Washington Redskins", "1:00", "23–17 L", "Lincoln Financial Field", "2–3–0", "Recap" ], [ "7", "6", "October 12, 2008", "at San Francisco 49ers", "4:15", "40–26 W", "Candlestick Park", "3–3–0", "Recap" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 26, 2008", "Atlanta Falcons", "1:00", "27–14 W", "Lincoln Financial Field", "4–3–0", "Recap" ], [ "10", "9", "November 2, 2008", "at Seattle Seahawks", "4:15", "26–7 W", "Qwest Field", "5–3–0", "Recap" ], [ "11", "10", "November 9, 2008", "New York Giants", "8:15", "36–31 L", "Lincoln Financial Field", "5–4–0", "Recap" ], [ "12", "11", "November 16, 2008", "at Cincinnati Bengals", "1:00", "13–13 T", "Paul Brown Stadium", "5–4–1", "Recap" ], [ "13", "12", "November 23, 2008", "at Baltimore Ravens", "1:00", "36–7 L", "M&T Bank Stadium", "5–5–1", "Recap" ], [ "14", "13", "November 27, 2008", "Arizona Cardinals", "8:15", "48–20 W", "Lincoln Financial Field", "6–5–1", "Recap" ], [ "15", "14", "December 7, 2008", "at New York Giants", "1:00", "20–14 W", "Giants Stadium", "7–5–1", "Recap" ], [ "16", "15", "December 15, 2008", "Cleveland Browns", "8:30", "30–10 W", "Lincoln Financial Field", "8–5–1", "Recap" ], [ "17", "16", "December 21, 2008", "at Washington Redskins", "4:15", "10–3 L", "FedEx Field", "8–6–1", "Recap" ], [ "18", "17", "December 28, 2008", "Dallas Cowboys", "4:15", "44–6 W", "Lincoln Financial Field", "9–6–1", "Recap" ] ] }, { "t5Formulas": [ { "Question": "Which Country has a Total smaller than 284?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<284))", "Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(D2:D8)),FILTER(query1,CHOOSECOLS(query1,2)<284))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "284" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which To par has a Year(s) won of 1983?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=1983),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=1983),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "1983", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "How many Total has a Player of dave stockton?", "Formula": "SUMIFS(D1,A1,\"dave stockton\")", "Formula2": "SUMIFS(D2:D8,A2:A8,\"dave stockton\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "A1", "\"dave stockton\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18150398-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "David Graham", "Australia", "1979", "282", "–2", "T7" ], [ "3", "Lee Trevino", "United States", "1974 , 1984", "284", "E", "T11" ], [ "4", "Lanny Wadkins", "United States", "1977", "284", "E", "T11" ], [ "5", "Jack Nicklaus", "United States", "1963 , 1971 , 1973 1975 , 1980", "296", "+1", "T16" ], [ "6", "Hal Sutton", "United States", "1983", "286", "+2", "T21" ], [ "7", "Hubert Green", "United States", "1985", "290", "+6", "T41" ], [ "8", "Dave Stockton", "United States", "1970 , 1976", "292", "+8", "T53" ] ] }, { "t5Formulas": [ { "Question": "How many gymnasts are there?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A8)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Count the number of gymnasts.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A8)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "List the total points in descending order.", "Formula": "SORT(A1:H1, 8, -1)", "Formula2": "SORT(A2:H8, 8, -1)", "Level": "easy", "Tokens": [ "SORT(", "A1", ":", "H1", "8", "-", "1" ], "Funcs": [ "SORT(", "Cell", ":", "Cell", "Num", "-", "Num" ] }, { "Question": "What are the total points for all gymnasts, ordered by total points descending?", "Formula": "SORTBY(H1,H1,-1)", "Formula2": "SORTBY(H2:H8,H2:H8,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "H1", "H1", "-", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "-", "Num" ] }, { "Question": "List the total points of gymnasts in descending order of floor exercise points.", "Formula": "SORTBY(H1,B1,-1)", "Formula2": "SORTBY(H2:H8,B2:B8,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "H1", "B1", "-", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "-", "Num" ] }, { "Question": "What are the total points of gymnasts, ordered by their floor exercise points descending?", "Formula": "SORTBY(H1,B1,-1)", "Formula2": "SORTBY(H2:H8,B2:B8,-1)", "Level": "easy", "Tokens": [ "SORTBY(", "H1", "B1", "-", "1" ], "Funcs": [ "SORTBY(", "Cell", "Cell", "-", "Num" ] }, { "Question": "What is the average horizontal bar points for all gymnasts?", "Formula": "AVERAGE(G1)", "Formula2": "AVERAGE(G2:G8)", "Level": "easy", "Tokens": [ "AVERAGE(", "G1" ], "Funcs": [ "AVERAGE(", "Cell" ] }, { "Question": "Return the average horizontal bar points across all gymnasts.", "Formula": "AVERAGE(G1)", "Formula2": "AVERAGE(G2:G8)", "Level": "easy", "Tokens": [ "AVERAGE(", "G1" ], "Funcs": [ "AVERAGE(", "Cell" ] }, { "Question": "the number of gymnasts", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A8)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many gymnasts total?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A8)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "How many gymnasts?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A8)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] } ], "TableName": "gymnast_gymnast", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "gymnast id", "floor exercise points", "pommel horse points", "rings points", "vault points", "parallel bars points", "horizontal bar points", "total points" ], [ "2", "1", "9.725", "9.737", "9.512", "9.575", "9.762", "9.75", "58.061" ], [ "3", "2", "9.7", "9.625", "9.625", "9.65", "9.587", "9.737", "57.924" ], [ "4", "4", "8.987", "9.75", "9.75", "9.65", "9.787", "9.725", "57.649" ], [ "5", "6", "9.762", "9.325", "9.475", "9.762", "9.562", "9.55", "57.436" ], [ "6", "7", "9.687", "9.675", "9.3", "9.537", "9.725", "9.5", "57.424" ], [ "7", "8", "9.65", "9.712", "9.487", "9.637", "9.5", "9.412", "57.398" ], [ "8", "10", "9.412", "9.525", "9.712", "9.55", "9.625", "9.55", "57.374" ] ] }, { "t5Formulas": [ { "Question": "What is the Film title used in nomination of Cilvēka Bērns?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"cilvēka bērns\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"cilvēka bērns\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"cilvēka bērns\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Original Title of the 1992 (65th) Film", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1992 (65th)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"1992 (65th)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1992 (65th)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Director of Gulf Stream Under the Iceberg?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"gulf stream under the iceberg\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"gulf stream under the iceberg\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"gulf stream under the iceberg\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Original Title of the movie directed by Aigars Grauba?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aigars grauba\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"aigars grauba\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"aigars grauba\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17822046-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year (Ceremony)", "Film title used in nomination", "Original title", "Director", "Result" ], [ "2", "1992 (65th)", "The Child of Man", "Cilvēka bērns", "Jānis Streičs", "Not Nominated" ], [ "3", "2008 (81st)", "Defenders of Riga", "Rīgas sargi", "Aigars Grauba", "Not Nominated" ], [ "4", "2010 (83rd)", "Hong Kong Confidential", "Amaya", "Māris Martinsons", "Not Nominated" ], [ "5", "2012 (85th)", "Gulf Stream Under the Iceberg", "Golfa straume zem ledus kalna", "Yevgeni Pashkevich", "Not Nominated" ], [ "6", "2013 (86th)", "Mother, I Love You", "Mammu, es tevi mīlu", "Jānis Nords", "TBD" ] ] }, { "t5Formulas": [ { "Question": "Name the total number of high rebounds for february 10", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"February 10\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"February 10\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"February 10\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-17058151-8", "Table": [ [ "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", "49", "February 3", "@ Houston", "L 100–107 (OT)", "Luol Deng (28)", "Tyrus Thomas (13)", "Derrick Rose (7)", "Toyota Center 16,653", "21–28" ], [ "3", "50", "February 4", "@ New Orleans", "W 107–93 (OT)", "Derrick Rose (21)", "Tyrus Thomas (10)", "Ben Gordon (7)", "New Orleans Arena 16,270", "22–28" ], [ "4", "51", "February 7", "@ Dallas", "L 114–115 (OT)", "Ben Gordon (28)", "Tyrus Thomas (12)", "Derrick Rose (9)", "American Airlines Center 20,349", "22–29" ], [ "5", "52", "February 10", "Detroit", "W 107–102 (OT)", "Ben Gordon (24)", "Joakim Noah (16)", "Kirk Hinrich (5)", "United Center 21,896", "23–29" ], [ "6", "53", "February 12", "Miami", "L 93–95 (OT)", "Ben Gordon (34)", "Joakim Noah (11)", "Derrick Rose (6)", "United Center 21,801", "23–30" ], [ "7", "54", "February 18", "@ Milwaukee", "W 113–104 (OT)", "Kirk Hinrich (31)", "Joakim Noah (9)", "Derrick Rose (9)", "Bradley Center 15,309", "24–30" ], [ "8", "55", "February 20", "Denver", "W 116–99 (OT)", "Ben Gordon (37)", "Luol Deng , Tyrus Thomas (12)", "Kirk Hinrich (8)", "United Center 21,790", "25–30" ], [ "9", "56", "February 22", "@ Indiana", "L 91–98 (OT)", "Ben Gordon (28)", "Joakim Noah (12)", "Derrick Rose (8)", "Conseco Fieldhouse 17,083", "25–31" ], [ "10", "57", "February 24", "Orlando", "W 120–102 (OT)", "Derrick Rose (22)", "Joakim Noah (8)", "Derrick Rose , Brad Miller (5)", "United Center 21,902", "26–31" ], [ "11", "58", "February 25", "@ New Jersey", "L 99–111 (OT)", "Ben Gordon (17)", "Tyrus Thomas (11)", "Kirk Hinrich , Derrick Rose (5)", "Izod Center 14,075", "26–32" ], [ "12", "59", "February 27", "@ Washington", "L 90–113 (OT)", "John Salmons (25)", "Brad Miller (11)", "Luol Deng , John Salmons , Derrick Rose (3)", "Verizon Center 18,114", "26–33" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of weeks that the Steelers had a record of 1–0?", "Formula": "SUMIFS(A1,F1,\"1–0\")", "Formula2": "SUMIFS(A2:A17,F2:F17,\"1–0\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"1–0\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who was the opponent at the Steelers game that had a result of l 20–17?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"l 20–17\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,E2:E17=\"l 20–17\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"l 20–17\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12944805-15", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Kickoff ( ET )", "Opponent", "Result", "Record", "Game Site" ], [ "2", "1", "Mon. Sep. 3", "9:00pm", "at New England Patriots", "W 16–13 OT", "1–0", "Schaefer Stadium" ], [ "3", "2", "Sun. Sep. 9", "1:00pm", "Houston Oilers", "W 38–7", "2–0", "Three Rivers Stadium" ], [ "4", "3", "Sun. Sep. 16", "4:00pm", "at St. Louis Cardinals", "W 24–21", "3–0", "Busch Memorial Stadium" ], [ "5", "4", "Sun. Sep. 23", "1:00pm", "Baltimore Colts", "W 17–13", "4–0", "Three Rivers Stadium" ], [ "6", "5", "Sun. Sep. 30", "1:00pm", "at Philadelphia Eagles", "L 17–14", "4–1", "Veterans Stadium" ], [ "7", "6", "Sun. Oct. 7", "4:00pm", "at Cleveland Browns", "W 51–35", "5–1", "Cleveland Municipal Stadium" ], [ "8", "7", "Sun. Oct. 14", "1:00pm", "at Cincinnati Bengals", "L 34–10", "5–2", "Riverfront Stadium" ], [ "9", "8", "Mon. Oct. 22", "9:00pm", "Denver Broncos", "W 42–7", "6–2", "Three Rivers Stadium" ], [ "10", "9", "Sun. Oct. 28", "1:00pm", "Dallas Cowboys", "W 14–3", "7–2", "Three Rivers Stadium" ], [ "11", "10", "Sun. Nov. 4", "1:00pm", "Washington Redskins", "W 38–7", "8–2", "Three Rivers Stadium" ], [ "12", "11", "Sun. Nov. 11", "1:00pm", "at Kansas City Chiefs", "W 30–3", "9–2", "Arrowhead Stadium" ], [ "13", "12", "Sun. Nov. 18", "4:00pm", "at San Diego Chargers", "L 35–7", "9–3", "San Diego Stadium" ], [ "14", "13", "Sun. Nov. 25", "1:00pm", "Cleveland Browns", "W 33–30 OT", "10–3", "Three Rivers Stadium" ], [ "15", "14", "Sun. Dec. 2", "1:00pm", "Cincinnati Bengals", "W 37–17", "11–3", "Three Rivers Stadium" ], [ "16", "15", "Mon. Dec. 10", "9:00pm", "at Houston Oilers", "L 20–17", "11–4", "Astrodome" ], [ "17", "16", "Sun. Dec. 16", "1:00pm", "Buffalo Bills", "W 28–0", "12–4", "Three Rivers Stadium" ] ] }, { "t5Formulas": [ { "Question": "What was the average points for someone who has played more than 10?", "Formula": "AVERAGE(FILTER(F1, C1>10))", "Formula2": "AVERAGE(FILTER(F2:F7, C2:C7>10))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "C1", ">", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "train_2-16501954-19", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Name", "Played", "Drawn", "Lost", "Points" ], [ "2", "1", "EA Schongau", "10", "0", "0", "20" ], [ "3", "2", "SC Forst", "10", "1", "3", "13" ], [ "4", "3", "ESV Burgau", "10", "1", "5", "9" ], [ "5", "4", "ERC Lechbruck", "10", "0", "6", "8" ], [ "6", "5", "EV Bad Wörishofen", "10", "2", "5", "8" ], [ "7", "6", "EHC München II", "10", "0", "9", "2" ] ] }, { "t5Formulas": [ { "Question": "What percentage of the 2011 population had a mother tongue language that was spoken by 45.22% of the population in 2006 (over 120)?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"45.22%\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>120))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,C2:C14=\"45.22%\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>120))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"45.22%\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "120" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "What is the total number of people in 2011 speaking the mother tongue language spoken by 120 in 2006?", "Formula": "SUM(FILTER(D1, B1=120))", "Formula2": "SUM(FILTER(D2:D14, B2:B14=120))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "120" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "How many people ha Romanian as their mother tongue in 2006?", "Formula": "SUMIFS(B1,A1,\"romanian\")", "Formula2": "SUMIFS(B2:B14,A2:A14,\"romanian\")", "Level": "easy", "Tokens": [ "SUMIFS(", "B1", "A1", "\"romanian\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the mother tongue language shared by 300 people in 2006?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=300))", "Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(B2:B14)),FILTER(query1,CHOOSECOLS(query1,2)=300))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "300" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What percentage of people in 2011 had a mother tongue that was shared by less than 8,085 in 2006 and less than 145 in 2011?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<8085)*(CHOOSECOLS(query1,3)<145)))", "Formula2": "LET(query1,SUMMARIZE(E2:E14,SUMX(B2:B14),SUMX(D2:D14)),FILTER(query1,(CHOOSECOLS(query1,2)<8085)*(CHOOSECOLS(query1,3)<145)))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "8085", "*", "CHOOSECOLS(", "query1", "3", "<", "145" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "train_2-189893-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Mother Tongue", "Population (2006)", "Percentage (2006)", "Population (2011)", "Percentage (2011)" ], [ "2", "English", "8,085", "45.22%", "7,615", "42.41%" ], [ "3", "French", "5,400", "30.20%", "5,490", "30.57%" ], [ "4", "Chinese languages", "650", "3.64%", "470", "2.62%" ], [ "5", "Italian", "590", "3.30%", "510", "2.84%" ], [ "6", "Spanish", "315", "1.76%", "515", "2.87%" ], [ "7", "Romanian", "300", "1.68%", "235", "1.31%" ], [ "8", "Arabic", "295", "1.65%", "350", "1.95%" ], [ "9", "Polish", "205", "1.15%", "145", "0.81%" ], [ "10", "Filipino", "170", "0.95%", "200", "1.11%" ], [ "11", "English and French", "250", "1.40%", "390", "2.17%" ], [ "12", "English and a non-official language", "120", "0.67%", "190", "1.06%" ], [ "13", "French and a non-official language", "50", "0.28%", "145", "0.81%" ], [ "14", "English, French and a non-official language", "45", "0.25%", "75", "0.42%" ] ] }, { "t5Formulas": [ { "Question": "Which Pictorials is on 5-01?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"5-01\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"5-01\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"5-01\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Cover model has a Pictorials of brande roderick-pmoy, naked news?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"brande roderick-pmoy, naked news\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"brande roderick-pmoy, naked news\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"brande roderick-pmoy, naked news\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "which Cover model has a Centerfold model of jennifer walcott?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"jennifer walcott\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"jennifer walcott\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"jennifer walcott\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which over model has a 20 Questions of edward burns?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"edward burns\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"edward burns\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"edward burns\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Centerfold model has a Cover model of irina voronina?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"irina voronina\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"irina voronina\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"irina voronina\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Centerfold model has a Date of 3-01?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"3-01\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"3-01\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"3-01\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1566852-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Cover model", "Centerfold model", "20 Questions", "Pictorials" ], [ "2", "1-01", "Gabrielle Reece", "Irina Voronina", "Carol Alt", "Gabrielle Reece" ], [ "3", "2-01", "Anna Nicole Smith", "Lauren Michelle Hill", "Sela Ward", "Anna Nicole Smith, Surfer Amy Cobb" ], [ "4", "3-01", "Kylie Bax", "Miriam Gonzalez", "Traci Lords", "Kylie Bax, Girls of golf" ], [ "5", "4-01", "Irina Voronina", "Katie Lohmann", "Wyclef Jean", "Girls of Hard Rock Hotel and Casino" ], [ "6", "5-01", "Brooke Burke", "Crista Nicole", "Mariska Hargitay", "Brooke Burke, Temptation Island's Lola Corwin" ], [ "7", "6-01", "Brande Roderick", "Heather Spytek", "Edward Burns", "Brande Roderick-PMOY, Naked News" ], [ "8", "7-01", "Pamela Anderson", "Kimberley Stanfield", "Johnny Knoxville", "Pamela Anderson, Ginger Harrisson" ], [ "9", "8-01", "Belinda Carlisle", "Jennifer Walcott", "Jon Bon Jovi", "Belinda Carlisle, Girls of Bada Bing" ], [ "10", "9-01", "Jerri Manthey", "Dalene Kurtis", "Stanley Tucci", "Jerri Manthey, Sascha Knopf" ], [ "11", "10-01", "Julia Schultz , Stephanie Heinrich , Nicole Lenz", "Stephanie Heinrich", "Marg Helgenberger", "Girls of SEC , Leilani Rios" ], [ "12", "11-01", "Angelica Bridges", "Lindsey Vuolo", "Will Ferrell", "Angelica Bridges" ], [ "13", "12-01", "Gena Lee Nolin", "Shanna Moakler", "Catherine Bell", "Gena Lee Nolin, Bebe Buell" ] ] }, { "t5Formulas": [ { "Question": "What was the home teams score when North Melbourne played as the away team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"north melbourne\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was the away team at Windy Hill?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"windy hill\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Where did Fitzroy play as the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"fitzroy\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10806194-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "14.15 (99)", "St Kilda", "15.22 (112)", "Glenferrie Oval", "16,000", "1 May 1937" ], [ "3", "Fitzroy", "9.11 (65)", "North Melbourne", "10.7 (67)", "Brunswick Street Oval", "16,000", "1 May 1937" ], [ "4", "Essendon", "13.7 (85)", "Melbourne", "25.20 (170)", "Windy Hill", "14,000", "1 May 1937" ], [ "5", "Richmond", "17.15 (117)", "Footscray", "12.11 (83)", "Punt Road Oval", "16,000", "1 May 1937" ], [ "6", "South Melbourne", "11.19 (85)", "Collingwood", "20.20 (140)", "Lake Oval", "25,000", "1 May 1937" ], [ "7", "Geelong", "8.12 (60)", "Carlton", "6.13 (49)", "Corio Oval", "13,600", "1 May 1937" ] ] }, { "t5Formulas": [ { "Question": "What venue had a tie?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"venue\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"venue\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"venue\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1695229-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Venue", "Span", "Matches", "Lost", "Tied" ], [ "2", "Venue", "Span", "Matches", "Lost", "Tied" ], [ "3", "In India (At Home Venues)", "2007–2011", "9", "5", "0" ], [ "4", "At Away Venues", "2007–2012", "13", "8", "0" ], [ "5", "At Neutral Venues", "2007–2010", "19", "6", "1" ], [ "6", "TOTAL", "2007–2012", "41", "19", "1" ] ] }, { "t5Formulas": [ { "Question": "What is Team, when Tries Against is 8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=8),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=8),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "8", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Tries Against, when Tries For is 20?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=20),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=20),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "20", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Tries Against, when Points For is 98?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=98),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=98),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "98", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is Points Against, when Try Diff is +22?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=22),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=22),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "22", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-16770037-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Tries for", "Tries against", "Try diff", "Points for", "Points against", "Points diff" ], [ "2", "Agen", "20", "9", "+11", "156", "82", "+74" ], [ "3", "Montferrand", "30", "8", "+22", "211", "74", "+137" ], [ "4", "Sale Sharks", "18", "14", "+4", "166", "115", "+51" ], [ "5", "Newport", "14", "19", "−15", "98", "158", "−60" ], [ "6", "Glasgow", "15", "30", "−15", "113", "202", "−89" ], [ "7", "Newbridge", "16", "33", "−17", "106", "219", "−113" ], [ "8", "Source : www.ercrugby.com", "Source : www.ercrugby.com", "Source : www.ercrugby.com", "Source : www.ercrugby.com", "Source : www.ercrugby.com", "Source : www.ercrugby.com", "Source : www.ercrugby.com" ] ] }, { "t5Formulas": [ { "Question": "What season did the Rangers win?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rangers\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"rangers\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rangers\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the score of the game with Falkirk as the runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"falkirk\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"falkirk\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"falkirk\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the venue of the game where hibernian won and the rangers were the runner-up?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"rangers\")*(B1=\"hibernian\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"rangers\")*(B2:B7=\"hibernian\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"rangers\"", "*", "B1", "=", "\"hibernian\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16880170-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Winner", "Score", "Runner-up", "Venue" ], [ "2", "1940–41", "Rangers", "4 – 2 ( rep. )", "Heart of Midlothian", "Hampden Park" ], [ "3", "1941–42", "Rangers", "2 – 0", "Morton", "Hampden Park" ], [ "4", "1942–43", "Rangers", "1 – 1 (11 – 3 corners )", "Falkirk", "Hampden Park" ], [ "5", "1943–44", "Hibernian", "0 – 0 (6 – 5 corners )", "Rangers", "Hampden Park" ], [ "6", "1944–45", "Rangers", "2 – 1", "Motherwell", "Hampden Park" ], [ "7", "1945–46", "Aberdeen", "3 – 2", "Rangers", "Hampden Park" ] ] }, { "t5Formulas": [ { "Question": "WHAT PICK HAD STEVE HAMILTON IN ROUND LARGER THAN 2?", "Formula": "SUM(FILTER(B1, (D1=\"steve hamilton\")*(A1>2)))", "Formula2": "SUM(FILTER(B2:B12, (D2:D12=\"steve hamilton\")*(A2:A12>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "\"steve hamilton\"", "*", "A1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "WHAT WAS THE OVERALL NUMBER WITH A POSITON OF DB, AND ROUND GREATER THAN 8?", "Formula": "SUM(FILTER(C1, (E1=\"db\")*(A1>8)))", "Formula2": "SUM(FILTER(C2:C12, (E2:E12=\"db\")*(A2:A12>8)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "\"db\"", "*", "A1", ">", "8" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-17100961-54", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "2", "3", "31", "Bob Slater", "DT", "Oklahoma" ], [ "3", "2", "27", "55", "Steve Hamilton", "DE", "East Carolina" ], [ "4", "3", "27", "83", "Jay Schroeder", "QB", "UCLA" ], [ "5", "4", "18", "102", "Jimmy Smith", "RB", "Elon" ], [ "6", "5", "13", "125", "Jeff Pegues", "LB", "East Carolina" ], [ "7", "6", "27", "167", "Curt Singer", "OT", "Tennessee" ], [ "8", "7", "27", "195", "Mark Smith", "WR", "North Carolina" ], [ "9", "8", "27", "223", "Jeff Smith", "DB", "Missouri" ], [ "10", "10", "27", "279", "Keith Griffin", "RB", "Miami (FL)" ], [ "11", "11", "26", "306", "Anthony Jones", "TE", "Wichita State" ], [ "12", "12", "27", "335", "Curtland Thomas", "WR", "Missouri" ] ] }, { "t5Formulas": [ { "Question": "What s the episode number in the season that was written by Nancy Oliver?", "Formula": "MAX(FILTER(B1,E1=\"Nancy Oliver\"))", "Formula2": "MAX(FILTER(B2:B12,E2:E12=\"Nancy Oliver\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", "=", "\"Nancy Oliver\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What date was episode 10 in the season originally aired?", "Formula": "FILTER(F1,B1=10)", "Formula2": "FILTER(F2:F12,B2:B12=10)", "Level": "easy", "Tokens": [ "FILTER(", "F1", "B1", "=", "10" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What was the name of the episode that was directed by Mary Harron?", "Formula": "FILTER(C1,D1=\"Mary Harron\")", "Formula2": "FILTER(C2:C12,D2:D12=\"Mary Harron\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"Mary Harron\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-2182654-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date" ], [ "2", "52", "1", "\"A Coat of White Primer\"", "Rodrigo García", "Kate Robin", "June6,2005" ], [ "3", "53", "2", "\"Dancing for Me\"", "Dan Attias", "Scott Buck", "June13,2005" ], [ "4", "54", "3", "\"Hold My Hand\"", "Jeremy Podeswa", "Nancy Oliver", "June20,2005" ], [ "5", "55", "4", "\"Time Flies\"", "Alan Poul", "Craig Wright", "June27,2005" ], [ "6", "56", "5", "\"Eat a Peach\"", "Dan Minahan", "Rick Cleveland", "July4,2005" ], [ "7", "57", "6", "\"The Rainbow of Her Reasons\"", "Mary Harron", "Jill Soloway", "July10,2005" ], [ "8", "58", "7", "\"The Silence\"", "Joshua Marston", "Bruce Eric Kaplan", "July17,2005" ], [ "9", "59", "8", "\"Singing for Our Lives\"", "Matt Shakman", "Scott Buck", "July24,2005" ], [ "10", "60", "9", "\"Ecotone\"", "Dan Minahan", "Nancy Oliver", "July31,2005" ], [ "11", "61", "10", "\"All Alone\"", "Adam Davidson", "Kate Robin", "August7,2005" ], [ "12", "62", "11", "\"Static\"", "Michael Cuesta", "Craig Wright", "August14,2005" ] ] }, { "t5Formulas": [ { "Question": "What was the score in the game where the Blazers were the home team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"blazers\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"blazers\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"blazers\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many people attended the game that had the Clippers as visiting team?", "Formula": "SUMIFS(F1,B1,\"clippers\")", "Formula2": "SUMIFS(F2:F15,B2:B15,\"clippers\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "B1", "\"clippers\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-14677944-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "2007-03-02", "Warriors", "97–106", "Knicks", "Al Harrington (26)", "19,763", "26–34" ], [ "3", "2007-03-04", "Warriors", "106–107", "Wizards", "Jason Richardson (28)", "20,173", "26–35" ], [ "4", "2007-03-05", "Warriors", "111–93", "Pistons", "Jason Richardson (29)", "22,076", "27–35" ], [ "5", "2007-03-07", "Nuggets", "96–110", "Warriors", "Baron Davis (22)", "19,596", "28–35" ], [ "6", "2007-03-09", "Clippers", "89–99", "Warriors", "Baron Davis (25)", "18,177", "29–35" ], [ "7", "2007-03-11", "Warriors", "87–106", "Blazers", "Al Harrington (16)", "14,875", "29–36" ], [ "8", "2007-03-12", "Mavericks", "100–117", "Warriors", "Mickaël Piétrus (20)", "18,377", "30–36" ], [ "9", "2007-03-16", "Timberwolves", "86–106", "Warriors", "Monta Ellis (24)", "18,527", "31–36" ], [ "10", "2007-03-17", "Warriors", "99–98", "Sonics", "Jason Richardson (23)", "15,742", "32–36" ], [ "11", "2007-03-20", "Warriors", "100–104", "Jazz", "Al Harrington (27)", "19,759", "32–37" ], [ "12", "2007-03-23", "Wizards", "128–135", "Warriors", "Baron Davis (34)", "19,596", "33–37" ], [ "13", "2007-03-25", "Warriors", "113–115", "Lakers", "Monta Ellis (31)", "18,997", "33–38" ], [ "14", "2007-03-26", "Spurs", "126–89", "Warriors", "Two-Way Tie (17)", "18,207", "33–39" ], [ "15", "2007-03-29", "Suns", "119–124", "Warriors", "Jason Richardson (36)", "19,596", "34–39" ] ] }, { "t5Formulas": [ { "Question": "Who won in 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2003),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=2003),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2003", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the average year for scatman winning?", "Formula": "AVERAGEIFS(A1,B1,\"scatman\")", "Formula2": "AVERAGEIFS(A2:A15,B2:B15,\"scatman\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"scatman\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who trained the horse with time of 1:09.40?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1:09.40\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"1:09.40\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1:09.40\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11587170-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Winner", "Jockey", "Trainer", "Owner", "Time" ], [ "2", "2013", "Scatman", "Shaun Bridgmohan", "William I. Mott", "JEOG Racing", "1:10.56" ], [ "3", "2012", "Rothko", "Corey Nakatani", "Steven Asmussen", "Padua Stables", "1:09.40" ], [ "4", "2011", "Noble's Promise", "Alan Garcia", "Ken McPeek", "Chasing Dreams Racing", "1:08.74" ], [ "5", "2010", "Riley Tucker", "Shaun Bridgmohan", "Steve Asmussen", "Zayat Stables", "1:08.34" ], [ "6", "2009", "Bold Start", "Robby Albarado", "Ken McPeek", "Lawrence Carroll", "1:09.04" ], [ "7", "2008", "Indian Chant", "Jamie Theriot", "Tom Amoss", "Maggi Moss", "1:08.40" ], [ "8", "2007", "Fabulous Strike", "Ramon Dominguez", "Todd Beattie", "Tea Party Stable", "1:07.64" ], [ "9", "2006", "Lost in the Fog", "Russell Baze", "Greg Gilchrist", "Harry J. Aleo", "1:08.52" ], [ "10", "2005", "Kelly's Landing", "Gary L. Stevens", "Eddie Kenneally", "Summerplace Farm", "1:07.59" ], [ "11", "2004", "Champali", "Rafael Bejarano", "Gregory Foley", "Lloyd Madison Farms", "1:09.04" ], [ "12", "2003", "Mountain General", "Corey Lanerie", "Steve Asmussen", "Keith Asmussen", "1:16.01" ], [ "13", "2002", "Orientate", "Robby Albarado", "D. Wayne Lukas", "Bob and Beverly Lewis", "1:14.41" ], [ "14", "2001", "Bet On Sunshine", "Calvin Borel", "Paul J. McGee", "David P. Halloway Racing", "1:14.79" ], [ "15", "2000", "Bet On Sunshine", "Francisco Torres", "Paul J. McGee", "David P. Halloway Racing", "1:15.11" ] ] }, { "t5Formulas": [ { "Question": "What was the score when the attendance was 18,545?", "Formula": "FILTER(C1,F1=\"18,545\")", "Formula2": "FILTER(C2:C15,F2:F15=\"18,545\")", "Level": "easy", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"18,545\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the decision when the attendance was 19,592?", "Formula": "FILTER(E1,F1=\"19,592\")", "Formula2": "FILTER(E2:E15,F2:F15=\"19,592\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "F1", "=", "\"19,592\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-14159731-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "December 3", "Philadelphia", "3 – 4", "Nashville", "Niittymaki", "16,116", "15–6–4" ], [ "3", "December 6", "Calgary", "0 – 1", "Philadelphia", "Niittymaki", "19,542", "16–6–4" ], [ "4", "December 8", "Edmonton", "3 – 2", "Philadelphia", "Niittymaki", "19,411", "16–7–4" ], [ "5", "December 10", "Minnesota", "2 – 3", "Philadelphia", "Niittymaki", "19,592", "17–7–4" ], [ "6", "December 13", "Philadelphia", "3 – 1", "Columbus", "Esche", "16,263", "18–7–4" ], [ "7", "December 15", "Vancouver", "5 – 4", "Philadelphia", "Esche", "n/a", "18–8–4" ], [ "8", "December 17", "Philadelphia", "5 – 2", "St. Louis", "Niittymaki", "15,299", "19–8–4" ], [ "9", "December 19", "Buffalo", "2 – 1", "Philadelphia", "Niittymaki", "19,572", "19–8–5" ], [ "10", "December 22", "Ottawa", "3 – 4", "Philadelphia", "Niittymaki", "19,817", "20–8–5" ], [ "11", "December 23", "Philadelphia", "5 – 4", "Pittsburgh", "Niittymaki", "17,132", "21–8–5" ], [ "12", "December 26", "Philadelphia", "3 – 2", "Florida", "Niittymaki", "18,791", "22–8–5" ], [ "13", "December 28", "Philadelphia", "4 – 3", "Atlanta", "Niittymaki", "18,545", "23–8–5" ], [ "14", "December 29", "Philadelphia", "4 – 3", "Carolina", "Niittymaki", "18,730", "24–8–5" ], [ "15", "December 31", "Philadelphia", "3 – 4", "Washington", "Niittymaki", "16,492", "24–8–6" ] ] }, { "t5Formulas": [ { "Question": "Which Affected area codes have an Effective date of august 30, 2014?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"august 30, 2014\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"august 30, 2014\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"august 30, 2014\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Effective date has a Where of illinois, and Affected area codes of 217?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"illinois\")*(C1=217)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(B2:B18=\"illinois\")*(C2:C18=217)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"illinois\"", "*", "C1", "=", "217", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "Which New area code is in nevada?", "Formula": "SUMIFS(A1,B1,\"nevada\")", "Formula2": "SUMIFS(A2:A18,B2:B18,\"nevada\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"nevada\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-18504368-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "New area code", "Where", "Affected area codes", "Format", "Effective date" ], [ "2", "227", "Maryland", "240, 301", "Overlay", "None" ], [ "3", "274", "Wisconsin", "920", "Overlay", "None" ], [ "4", "346", "Texas", "281, 713, 832", "Overlay", "July 1, 2014" ], [ "5", "364", "Kentucky", "270", "Overlay", "March 3, 2014" ], [ "6", "447", "Illinois", "217", "Overlay", "None" ], [ "7", "464", "Illinois", "708", "Overlay", "None" ], [ "8", "628", "California", "415", "Overlay", "None" ], [ "9", "629", "Tennessee", "615", "Overlay", "None" ], [ "10", "659", "Alabama", "205", "Overlay", "None" ], [ "11", "679", "Michigan", "313", "Overlay", "None" ], [ "12", "725", "Nevada", "702", "Overlay", "June 3, 2014" ], [ "13", "730", "Illinois", "618", "Overlay", "None" ], [ "14", "782", "Nova Scotia and Prince Edward Island", "902", "Overlay", "November 30, 2014" ], [ "15", "825", "Alberta", "403 , 587 , 780", "Overlay", "April 9, 2016" ], [ "16", "844", "Toll-free", "800,888,877,866,855", "Overlay", "December 7, 2013" ], [ "17", "930", "Indiana", "812", "Overlay", "October 6, 2014" ], [ "18", "959", "Connecticut", "860", "Overlay", "August 30, 2014" ] ] }, { "t5Formulas": [ { "Question": "What is the Total medals won by the nation in Rank 6 with less than 2 Bronze medals?", "Formula": "SUM(FILTER(F1, (A1=6)*(E1<2)))", "Formula2": "SUM(FILTER(F2:F8, (A2:A8=6)*(E2:E8<2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "6", "*", "E1", "<", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many Gold medals were won by the Nation that had more than 12 Bronze medals and less than 124 Total medals?", "Formula": "SUM(FILTER(C1, (E1>12)*(F1<124)))", "Formula2": "SUM(FILTER(C2:C8, (E2:E8>12)*(F2:F8<124)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", ">", "12", "*", "F1", "<", "124" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-14934309-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Philippines", "10", "4", "5", "19" ], [ "3", "2", "Thailand", "10", "12", "10", "32" ], [ "4", "3", "Indonesia", "9", "12", "12", "33" ], [ "5", "4", "Malaysia", "8", "6", "6", "20" ], [ "6", "5", "Myanmar", "4", "7", "7", "18" ], [ "7", "6", "Singapore", "0", "0", "2", "2" ], [ "8", "Total", "Total", "41", "41", "42", "124" ] ] }, { "t5Formulas": [ { "Question": "What is the Draw number of the song by Artist of \"Loudest Whisper\" with 68 or less Points with a place of 9 or larger?", "Formula": "SUM(FILTER(A1, (D1<68)*(C1=\"loudest whisper\")*(E1>9)))", "Formula2": "SUM(FILTER(A2:A10, (D2:D10<68)*(C2:C10=\"loudest whisper\")*(E2:E10>9)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "<", "68", "*", "C1", "=", "\"loudest whisper\"", "*", "E1", ">", "9" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the Place of the Song by Artist Rosie Hunter with a Draw of 1 or larger?", "Formula": "SUM(FILTER(E1, (C1=\"rosie hunter\")*(A1>1)))", "Formula2": "SUM(FILTER(E2:E10, (C2:C10=\"rosie hunter\")*(A2:A10>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"rosie hunter\"", "*", "A1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-18811481-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Draw", "Song", "Artist", "Points", "Place" ], [ "2", "1", "\"I'm In A Tizzy\"", "Rosie Hunter", "67", "7" ], [ "3", "2", "\"Louise\"", "Jody McStravick", "60", "8" ], [ "4", "3", "\"Are You Shy\"", "Charlie McGettigan", "75", "3" ], [ "5", "4", "\"Ó D'Imigh Tú Uaim\"", "Valerie Armstrong", "71", "4" ], [ "6", "5", "\"All My Life\"", "Spyder Simpson", "69", "5" ], [ "7", "6", "\"Whisper Whisper\"", "Loudest Whisper", "51", "9" ], [ "8", "7", "\"Every Single Move She Makes\"", "Paul Duffy", "95", "2" ], [ "9", "8", "\"You're Not Around\"", "Jenni Stanley", "68", "6" ], [ "10", "9", "\" Hold Me Now \"", "Johnny Logan", "114", "1" ] ] }, { "t5Formulas": [ { "Question": "Name the pronunciation for 傳", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"傳\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"傳\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"傳\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the pronunciation for meaning of king", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"king\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"king\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"king\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the word with pronunciation b of *sɨks", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"*sɨks\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"*sɨks\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"*sɨks\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the pronunciation for meaning b of border, frontier", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"border, frontier\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"border, frontier\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"border, frontier\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the pronunciation b for meaning of grind", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"grind\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"grind\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"grind\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-151830-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Word", "Pronunciation a", "Meaning a", "Pronunciation b", "Meaning b" ], [ "2", "傳", "*dron", "transmit", "*drons", "(n.) record" ], [ "3", "磨", "*maj", "grind", "*majs", "grindstone" ], [ "4", "塞", "*sɨk", "(v.) block", "*sɨks", "border, frontier" ], [ "5", "衣", "*ʔjɨj", "clothing", "*ʔjɨjs", "wear, clothe" ], [ "6", "王", "*wjaŋ", "king", "*wjaŋs", "be king" ], [ "7", "All data from Baxter, 1992.", "All data from Baxter, 1992.", "All data from Baxter, 1992.", "All data from Baxter, 1992.", "All data from Baxter, 1992." ] ] }, { "t5Formulas": [ { "Question": "What was the Vanwall time/retired with 49 laps?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"vanwall\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=49))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E19,B2:B19=\"vanwall\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=49))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"vanwall\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "49" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many laps did the grid 1 engine have?", "Formula": "SUM(FILTER(C1, (D1=\"engine\")*(E1=1)))", "Formula2": "SUM(FILTER(C2:C19, (D2:D19=\"engine\")*(E2:E19=1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "\"engine\"", "*", "E1", "=", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ] }, { "Question": "What was the highest lap for Luigi Piotti with more than 13 grid and a time/retired engine?", "Formula": "MAX(FILTER(C1, (E1>13)*(D1=\"engine\")*(A1=\"luigi piotti\")))", "Formula2": "MAX(FILTER(C2:C19, (E2:E19>13)*(D2:D19=\"engine\")*(A2:A19=\"luigi piotti\")))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", ">", "13", "*", "D1", "=", "\"engine\"", "*", "A1", "=", "\"luigi piotti\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-1122161-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Stirling Moss", "Vanwall", "87", "2:35:03.9", "2" ], [ "3", "Juan Manuel Fangio", "Maserati", "87", "+41.2 secs", "4" ], [ "4", "Wolfgang von Trips", "Ferrari", "85", "+2 Laps", "8" ], [ "5", "Masten Gregory", "Maserati", "84", "+3 Laps", "11" ], [ "6", "Giorgio Scarlatti Harry Schell", "Maserati", "84", "+3 Laps", "12" ], [ "7", "Mike Hawthorn", "Ferrari", "83", "+4 Laps", "10" ], [ "8", "Tony Brooks", "Vanwall", "82", "+5 Laps", "3" ], [ "9", "Luigi Musso", "Ferrari", "82", "+5 Laps", "9" ], [ "10", "Paco Godia", "Maserati", "81", "+6 Laps", "15" ], [ "11", "Horace Gould", "Maserati", "78", "+9 Laps", "18" ], [ "12", "André Simon Ottorino Volonterio", "Maserati", "72", "+15 Laps", "16" ], [ "13", "Peter Collins", "Ferrari", "62", "Engine", "7" ], [ "14", "Stuart Lewis-Evans", "Vanwall", "49", "Engine", "1" ], [ "15", "Jean Behra", "Maserati", "49", "Overheating", "5" ], [ "16", "Bruce Halford", "Maserati", "47", "Engine", "14" ], [ "17", "Harry Schell", "Maserati", "34", "Oil Leak", "6" ], [ "18", "Jo Bonnier", "Maserati", "31", "Overheating", "13" ], [ "19", "Luigi Piotti", "Maserati", "3", "Engine", "17" ] ] }, { "t5Formulas": [ { "Question": "WHAT WEEK HAS A TV TIME OF BYE?", "Formula": "SUMIFS(A1,E1,\"bye\")", "Formula2": "SUMIFS(A2:A18,E2:E18,\"bye\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"bye\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "WHAT WAS THE ATTENDANCE FOR WEEK 15?", "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Formula2": "LET(query1,SUMMARIZE(F2:F18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=15))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "15" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "WHAT WAS THE RESULT FOR NOVEMBER 29, 2001?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"november 29, 2001\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"november 29, 2001\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"november 29, 2001\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16882018-12", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "TV Time", "Attendance" ], [ "2", "1", "September 9, 2001", "St. Louis Rams", "L 20–17", "FOX 4:15pm", "66,243" ], [ "3", "2", "September 23, 2001", "at Seattle Seahawks", "W 27–3", "FOX 4:15pm", "62,826" ], [ "4", "3", "September 30, 2001", "Dallas Cowboys", "W 40–18", "ESPN 8:30pm", "66,621" ], [ "5", "4", "October 7, 2001", "Arizona Cardinals", "L 21–20", "FOX 1:00pm", "66,360" ], [ "6", "5", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "7", "6", "October 22, 2001", "at New York Giants", "W 10–9", "ABC 9:00pm", "78,821" ], [ "8", "7", "October 28, 2001", "Oakland Raiders", "L 20–10", "CBS 4:15pm", "65,342" ], [ "9", "8", "November 4, 2001", "at Arizona Cardinals", "W 21–7", "FOX 4:05pm", "33,430" ], [ "10", "9", "November 11, 2001", "Minnesota Vikings", "W 48–17", "FOX 4:15pm", "65,638" ], [ "11", "10", "November 18, 2001", "at Dallas Cowboys", "W 36–3", "FOX 1:00pm", "63,204" ], [ "12", "11", "November 25, 2001", "Washington Redskins", "L 13–3", "FOX 1:00pm", "65,666" ], [ "13", "12", "November 29, 2001", "at Kansas City Chiefs", "W 23–10", "ESPN 8:30pm", "77,087" ], [ "14", "13", "December 9, 2001", "San Diego Chargers", "W 24–14", "CBS 1:00pm", "65,438" ], [ "15", "14", "December 16, 2001", "at Washington Redskins", "W 20–6", "FOX 4:15pm", "84,036" ], [ "16", "15", "December 23, 2001", "at San Francisco 49ers", "L 13–3", "FOX 4:15pm", "68,124" ], [ "17", "16", "December 30, 2001", "New York Giants", "W 24–21", "FOX 4:15pm", "65,885" ], [ "18", "17", "January 6, 2002", "at Tampa Bay Buccaneers", "W 17–13", "ESPN 8:30pm", "65,541" ] ] }, { "t5Formulas": [ { "Question": "Name the round for southampton opponents", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"southampton\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"southampton\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"southampton\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the most attendance for 19 february 2005", "Formula": "MAXIFS(E1,A1,\"19 february 2005\")", "Formula2": "MAXIFS(E2:E8,A2:A8,\"19 february 2005\")", "Level": "easy", "Tokens": [ "MAXIFS(", "E1", "A1", "\"19 february 2005\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Name the sum of attendance for round 3", "Formula": "SUMIFS(E1,B1,\"round 3\")", "Formula2": "SUMIFS(E2:E8,B2:B8,\"round 3\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"round 3\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-13005521-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Round", "Opponents", "Result F–A", "Attendance" ], [ "2", "8 January 2005", "Round 3", "Exeter City", "0–0", "67,551" ], [ "3", "19 January 2005", "Round 3 Replay", "Exeter City", "2–0", "9,033" ], [ "4", "29 January 2005", "Round 4", "Middlesbrough", "3–0", "67,251" ], [ "5", "19 February 2005", "Round 5", "Everton", "2–0", "38,664" ], [ "6", "12 March 2005", "Round 6", "Southampton", "4–0", "30,971" ], [ "7", "17 April 2005", "Semi-final", "Newcastle United", "4–1", "69,280" ], [ "8", "21 May 2005", "Final", "Arsenal", "0–0 ( a.e.t. ) (4–5 p )", "71,876" ] ] }, { "t5Formulas": [ { "Question": "What is the highest administrative panel with a cultural and educational panel of 2 plus an industrial and commercial panel larger than 4?", "Formula": "MAX(FILTER(A1, (C1=2)*(D1>4)))", "Formula2": "MAX(FILTER(A2:A6, (C2:C6=2)*(D2:D6>4)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "2", "*", "D1", ">", "4" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total for National University of Ireland with an industrial and commercial panel less than 1, and the cultural and educational panel bigger than 0?", "Formula": "SUM(FILTER(F1, (D1<1)*(C1>0)))", "Formula2": "SUM(FILTER(F2:F6, (D2:D6<1)*(C2:C6>0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "<", "1", "*", "C1", ">", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the administrative panel average when the cultural and educational panel is greater than 1 and the industrial and commercial panel less than 4?", "Formula": "AVERAGE(FILTER(A1, (C1>1)*(D1<4)))", "Formula2": "AVERAGE(FILTER(A2:A6, (C2:C6>1)*(D2:D6<4)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "C1", ">", "1", "*", "D1", "<", "4" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the biggest administrative panel with a nominated by the Taoiseach greater than 3 and an argricultural panel of 5, plust a cultural and educational panel larger than 2?", "Formula": "MAX(FILTER(A1, (H1>3)*(B1=5)*(C1>2)))", "Formula2": "MAX(FILTER(A2:A6, (H2:H6>3)*(B2:B6=5)*(C2:C6>2)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "H1", ">", "3", "*", "B1", "=", "5", "*", "C1", ">", "2" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the smallest cultural and educational panel with a nominated by the Taoiseach less than 5 and the total greater than 19?", "Formula": "MIN(FILTER(C1, (H1<5)*(I1>19)))", "Formula2": "MIN(FILTER(C2:C6, (H2:H6<5)*(I2:I6>19)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "H1", "<", "5", "*", "I1", ">", "19" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "With the cultural and educational panel less than 0 what is the average industrial and commercial panel?", "Formula": "AVERAGE(FILTER(D1, C1<0))", "Formula2": "AVERAGE(FILTER(D2:D6, C2:C6<0))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", "<", "0" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "train_2-15545648-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Administrative Panel", "Agricultural Panel", "Cultural and Educational Panel", "Industrial and Commercial Panel", "Labour Panel", "National University of Ireland", "University of Dublin", "Nominated by the Taoiseach", "Total" ], [ "2", "3", "5", "2", "4", "5", "1", "0", "5", "25" ], [ "3", "3", "5", "2", "4", "5", "0", "0", "0", "19" ], [ "4", "1", "1", "1", "1", "1", "1", "0", "3", "9" ], [ "5", "0", "0", "0", "0", "0", "1", "3", "3", "7" ], [ "6", "7", "11", "5", "9", "11", "3", "3", "11", "60" ] ] }, { "t5Formulas": [ { "Question": "What was the method of elimination in the chamber with a time of 24:02? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"24:02\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"24:02\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"24:02\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what is the maximum number that entered when the eliminator was Triple H? ", "Formula": "MAXIFS(C1,D1,\"Triple H\")", "Formula2": "MAXIFS(C2:C6,D2:D6,\"Triple H\")", "Level": "easy", "Tokens": [ "MAXIFS(", "C1", "D1", "\"Triple H\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many wrestlers are recorded for the chamber that's method of elimination was pinned after being hit by a lead pipe? ", "Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"Pinned after being hit by a lead pipe\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, E2:E6=\"Pinned after being hit by a lead pipe\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "E1", "=", "\"Pinned after being hit by a lead pipe\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the method of elimination for Kofi Kingston/ ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Kofi Kingston\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Kofi Kingston\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Kofi Kingston\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-24628683-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Eliminated", "Wrestler", "Entered", "Eliminated by", "Method of elimination", "Time" ], [ "2", "1", "Randy Orton", "4", "Ted DiBiase", "Pinned after being hit by a lead pipe", "24:02" ], [ "3", "2", "Ted DiBiase", "5", "Kofi Kingston", "Pinned after a Trouble in Paradise", "25:39" ], [ "4", "3", "Kofi Kingston", "1", "Sheamus", "Pinned after a High Cross", "26:13" ], [ "5", "4", "Sheamus", "2", "Triple H", "Pinned after a Pedigree", "28:38" ], [ "6", "5", "Triple H", "3", "John Cena", "Submitted to the STF", "30:22" ] ] }, { "t5Formulas": [ { "Question": "What is the H/A for 20 february 2007?", "Formula": "FILTER(D1,A1=\"20 february 2007\")", "Formula2": "FILTER(D2:D7,A2:A7=\"20 february 2007\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"20 february 2007\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How many people attended on 2 may 2007?", "Formula": "SUM(FILTER(F1,A1=\"2 may 2007\"))", "Formula2": "SUM(FILTER(F2:F7,A2:A7=\"2 may 2007\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "\"2 may 2007\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which date has roma as opponent and a H/A of A?", "Formula": "FILTER(A1,(C1=\"roma\")*(D1=\"a\"))", "Formula2": "FILTER(A2:A7,(C2:C7=\"roma\")*(D2:D7=\"a\"))", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"roma\"", "*", "D1", "=", "\"a\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which round has Attendance larger than 41,000, a H/A of A, and a Result F–A of 1–2?", "Formula": "FILTER(B1,(F1>\"41,000\")*(D1=\"a\")*(E1=\"1–2\"))", "Formula2": "FILTER(B2:B7,(F2:F7>\"41,000\")*(D2:D7=\"a\")*(E2:E7=\"1–2\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "F1", ">", "\"41,000\"", "*", "D1", "=", "\"a\"", "*", "E1", "=", "\"1–2\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which round happened on 10 april 2007?", "Formula": "FILTER(B1,A1=\"10 april 2007\")", "Formula2": "FILTER(B2:B7,A2:A7=\"10 april 2007\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"10 april 2007\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Which round has an Opponent of lille, and a H / A of h?", "Formula": "FILTER(B1,(C1=\"lille\")*(D1=\"h\"))", "Formula2": "FILTER(B2:B7,(C2:C7=\"lille\")*(D2:D7=\"h\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"lille\"", "*", "D1", "=", "\"h\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-11115098-8", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponents", "H / A", "Result F–A", "Attendance" ], [ "2", "20 February 2007", "First knockout round First leg", "Lille", "A", "1–0", "41,000" ], [ "3", "7 March 2007", "First knockout round Second leg", "Lille", "H", "1–0", "75,182" ], [ "4", "4 April 2007", "Quarter-final First leg", "Roma", "A", "1–2", "77,000" ], [ "5", "10 April 2007", "Quarter-final Second leg", "Roma", "H", "7–1", "74,476" ], [ "6", "24 April 2007", "Semi-final First leg", "Milan", "H", "3–2", "73,820" ], [ "7", "2 May 2007", "Semi-final Second leg", "Milan", "A", "0–3", "78,500" ] ] }, { "t5Formulas": [ { "Question": "Which championship has a winning score of (77-76-74-73=300)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"(77-76-74-73=300)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"(77-76-74-73=300)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"(77-76-74-73=300)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which championship has a margin of 8 strokes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"8 strokes\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"8 strokes\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"8 strokes\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which championship has a 5 shot lead for 54 holes?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"5 shot lead\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"5 shot lead\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"5 shot lead\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the 54 holes for The Open Championship (4)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"the open championship (4)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"the open championship (4)\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"the open championship (4)\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1516353-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Championship", "54 Holes", "Winning Score", "Margin", "Runner(s)-up" ], [ "2", "1901", "The Open Championship", "5 shot lead", "(79-76-74-80=309)", "3 strokes", "Harry Vardon" ], [ "3", "1905", "The Open Championship (2)", "6 shot lead", "(81-78-78-81=318)", "5 strokes", "Rowland Jones , J. H. Taylor" ], [ "4", "1906", "The Open Championship (3)", "2 shot deficit", "(77-76-74-73=300)", "1 stroke", "Harry Vardon" ], [ "5", "1908", "The Open Championship (4)", "6 shot lead", "(70-72-77-72=291)", "8 strokes", "Tom Ball" ], [ "6", "1910", "The Open Championship (5)", "2 shot deficit", "(76-73-74-76=299)", "4 strokes", "Sandy Herd" ] ] }, { "t5Formulas": [ { "Question": "How many customers?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Total amount of customers received.", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "Harold's phone and email address", "Formula": "LET(query1,FILTER(A1:F1,C1=\"harold\"),UNIQUE(CHOOSECOLS(query1,4,5)))", "Formula2": "LET(query1,FILTER(A2:F16,C2:C16=\"harold\"),UNIQUE(CHOOSECOLS(query1,4,5)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"harold\"", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "5" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] }, { "Question": "How many customers received?", "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Level": "easy", "Tokens": [ "SUM(", "A1" ], "Funcs": [ "SUM(", "Cell" ] }, { "Question": "the phone and email address of harold.", "Formula": "LET(query1,FILTER(A1:F1,C1=\"harold\"),UNIQUE(CHOOSECOLS(query1,4,5)))", "Formula2": "LET(query1,FILTER(A2:F16,C2:C16=\"harold\"),UNIQUE(CHOOSECOLS(query1,4,5)))", "Level": "hard", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"harold\"", "UNIQUE(", "CHOOSECOLS(", "query1", "4", "5" ], "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ] } ], "TableName": "drama_workshop_groups_customers", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "customer id", "address id", "customer name", "customer phone", "customer email address", "other details" ], [ "2", "240", "286", "Harold", "624-096-7791", "jerde.harmon@example.com", "" ], [ "3", "267", "98", "Federico", "914-915-7483", "johnson27@example.com", "" ], [ "4", "304", "369", "Samson", "1-463-121-4086x655", "dalton75@example.com", "" ], [ "5", "418", "369", "Daryl", "(191)727-6065x6351", "hickle.jazmyn@example.org", "" ], [ "6", "516", "110", "Robert", "903.657.6967x467", "fheathcote@example.com", "VIP" ], [ "7", "518", "180", "Jacques", "2902266118", "eleannon@example.org", "" ], [ "8", "546", "266", "Davonte", "(941)313-1839x94608", "keanu70@example.net", "VIP" ], [ "9", "556", "19", "Blake", "056.568.7725", "clemens43@example.org", "" ], [ "10", "633", "148", "Elwyn", "388.863.3459x0915", "ggrant@example.com", "" ], [ "11", "712", "266", "Alek", "398.352.1753", "terry.nels@example.com", "" ], [ "12", "714", "230", "Adelbert", "(514)659-1318x46123", "hermann.veum@example.org", "" ], [ "13", "793", "74", "Isaiah", "347.178.3326", "dudley08@example.net", "" ], [ "14", "823", "383", "Ephraim", "3189033909", "gage.johns@example.org", "" ], [ "15", "957", "207", "Cedrick", "620-987-5897", "nschmidt@example.org", "" ], [ "16", "998", "201", "Wade", "+46(5)7576252034", "cassin.cielo@example.org", "" ] ] }, { "t5Formulas": [ { "Question": "How many ranks had 367 matches and more than 216 goals?", "Formula": "SUM(FILTER(A1, (D1=367)*(E1>216)))", "Formula2": "SUM(FILTER(A2:A11, (D2:D11=367)*(E2:E11>216)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "367", "*", "E1", ">", "216" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the mean rank number when goals are 230 and there are more than 535?", "Formula": "AVERAGE(FILTER(A1, (E1=230)*(D1>535)))", "Formula2": "AVERAGE(FILTER(A2:A11, (E2:E11=230)*(D2:D11>535)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "=", "230", "*", "D1", ">", "535" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-1590321-39", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Years", "Matches", "Goals" ], [ "2", "1", "Silvio Piola", "1929–1954", "537", "274" ], [ "3", "2", "Francesco Totti", "1993–present", "535", "230" ], [ "4", "3", "Gunnar Nordahl", "1949–1958", "291", "225" ], [ "5", "4", "Giuseppe Meazza", "1929–1947", "367", "216" ], [ "6", "4", "José Altafini", "1958–1976", "459", "216" ], [ "7", "6", "Alessandro Del Piero", "1993–2012", "513", "208" ], [ "8", "7", "Roberto Baggio", "1985–2004", "452", "205" ], [ "9", "8", "Kurt Hamrin", "1956–1971", "400", "190" ], [ "10", "9", "Giuseppe Signori", "1991–2004", "344", "188" ], [ "11", "10", "Gabriel Batistuta", "1991–2003", "318", "184" ] ] }, { "t5Formulas": [ { "Question": "Gold of 0, and a Bronze smaller than 0 and what is the sum of the silver?", "Formula": "SUM(FILTER(C1, (B1=0)*(D1<0)))", "Formula2": "SUM(FILTER(C2:C7, (B2:B7=0)*(D2:D7<0)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "0", "*", "D1", "<", "0" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Gold of 0, and a Total larger than 0, and a Silver larger than 1 and what is the highest bronze?", "Formula": "MAX(FILTER(D1, (B1=0)*(E1>0)*(C1>1)))", "Formula2": "MAX(FILTER(D2:D7, (B2:B7=0)*(E2:E7>0)*(C2:C7>1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "0", "*", "E1", ">", "0", "*", "C1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Gold larger than 0, and a Bronze larger than 1 includes what total number of silver?", "Formula": "SUM(FILTER(C1, (B1>0)*(D1>1)))", "Formula2": "SUM(FILTER(C2:C7, (B2:B7>0)*(D2:D7>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", ">", "0", "*", "D1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "Bronze of 0, and a Total of 1, and a Silver smaller than 1 what is the lowest gold?", "Formula": "MIN(FILTER(B1, (D1=0)*(E1=1)*(C1<1)))", "Formula2": "MIN(FILTER(B2:B7, (D2:D7=0)*(E2:E7=1)*(C2:C7<1)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", "=", "0", "*", "E1", "=", "1", "*", "C1", "<", "1" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-14035046-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "Philippines", "1", "0", "1", "2" ], [ "3", "Malaysia", "1", "0", "1", "2" ], [ "4", "Indonesia", "0", "1", "0", "1" ], [ "5", "Thailand", "0", "1", "0", "1" ], [ "6", "Singapore", "0", "0", "0", "0" ], [ "7", "Cambodia", "0", "0", "0", "0" ] ] }, { "t5Formulas": [ { "Question": "What is the 2FM for SW Ireland?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"sw ireland\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"sw ireland\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"sw ireland\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18475946-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Transmitter", "Service area", "Radio 1 (MHz)", "2FM (MHz)", "RnaG (MHz)", "Lyric FM (MHz)", "ERP (kW)" ], [ "2", "Cairn Hill", "The midlands", "89.8", "N/A", "N/A", "N/A", "16" ], [ "3", "Clermont Carn", "NE Ireland, Northern Ireland", "87.8", "97.0", "102.7", "95.2", "40" ], [ "4", "Kippure", "Dublin, Wicklow, SE Midlands", "89.1", "91.3", "93.5", "98.7", "40" ], [ "5", "Maghera", "West Ireland", "88.8", "91.0", "93.2", "98.4", "160" ], [ "6", "Mount Leinster", "SE Ireland", "89.6", "91.8", "94.0", "99.2", "100" ], [ "7", "Mullaghanish", "SW Ireland", "90.0", "92.2", "94.4", "99.6", "160" ], [ "8", "Three Rock", "Dublin city and county", "88.5", "90.7", "92.9", "96.7", "12.5" ], [ "9", "Truskmore", "NW Ireland", "88.2", "90.4", "92.6", "97.8", "160" ] ] }, { "t5Formulas": [ { "Question": "How many games have a Result of l, and a Record of 2-6?", "Formula": "SUM(FILTER(A1, (D1=\"l\")*(F1=\"2-6\")))", "Formula2": "SUM(FILTER(A2:A15, (D2:D15=\"l\")*(F2:F15=\"2-6\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"l\"", "*", "F1", "=", "\"2-6\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "How many people attended the green bay packers game?", "Formula": "SUMIFS(H1,C1,\"green bay packers\")", "Formula2": "SUMIFS(H2:H15,C2:C15,\"green bay packers\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "C1", "\"green bay packers\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "How many people attended the game whose score was 1-1?", "Formula": "SUMIFS(H1,F1,\"1-1\")", "Formula2": "SUMIFS(H2:H15,F2:F15,\"1-1\")", "Level": "easy", "Tokens": [ "SUMIFS(", "H1", "F1", "\"1-1\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Date has a Score of 24-7, and a Record of 4-10?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"24-7\")*(F1=\"4-10\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(E2:E15=\"24-7\")*(F2:F15=\"4-10\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"24-7\"", "*", "F1", "=", "\"4-10\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17406991-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Result", "Score", "Record", "Streak", "Attendance" ], [ "2", "1", "September 13", "Detroit Lions", "L", "26-17", "0-1", "L-1", "33,204" ], [ "3", "2", "September 20", "at Philadelphia Eagles", "W", "28-24", "1-1", "W-1", "57,352" ], [ "4", "3", "September 27", "St. Louis Cardinals", "L", "23-13", "1-2", "L-1", "30,969" ], [ "5", "4", "October 4", "Chicago Bears", "W", "31-21", "2-2", "W-1", "33,132" ], [ "6", "5", "October 11", "at Green Bay Packers", "L", "24-14", "2-3", "L-1", "47,380" ], [ "7", "6", "October 18", "at Los Angeles Rams", "L", "42-14", "2-4", "L-2", "54,355" ], [ "8", "7", "October 25", "Minnesota Vikings", "L", "27-22", "2-5", "L-3", "31,845" ], [ "9", "8", "November 1", "at Baltimore Colts", "L", "37-7", "2-6", "L-4", "60,213" ], [ "10", "9", "November 8", "at Minnesota Vikings", "L", "24-7", "2-7", "L-5", "40,408" ], [ "11", "10", "November 15", "Green Bay Packers", "W", "24-14", "3-7", "W-1", "38,483" ], [ "12", "11", "November 22", "at Chicago Bears", "L", "23-21", "3-8", "L-1", "46,772" ], [ "13", "12", "November 29", "Baltimore Colts", "L", "14-3", "3-9", "L-2", "33,642" ], [ "14", "13", "December 6", "Los Angeles Rams", "W", "28-7", "4-9", "W-1", "31,791" ], [ "15", "14", "December 13", "at Detroit Lions", "L", "24-7", "4-10", "L-1", "41,854" ] ] }, { "t5Formulas": [ { "Question": "Who scored the lowest with 8 gold medals and less than 4 silver medals?", "Formula": "SUM(FILTER(F1, (C1=8)*(D1<4)))", "Formula2": "SUM(FILTER(F2:F16, (C2:C16=8)*(D2:D16<4)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "8", "*", "D1", "<", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the rank for the 3 silver medals?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(A2:A16,SUMX(D2:D16)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-16668717-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Soviet Union", "8", "4", "1", "13" ], [ "3", "2", "Japan", "2", "1", "0", "3" ], [ "4", "2", "Yugoslavia", "2", "1", "0", "3" ], [ "5", "4", "Turkey", "2", "0", "3", "5" ], [ "6", "5", "Bulgaria", "1", "3", "5", "9" ], [ "7", "6", "Hungary", "1", "1", "2", "4" ], [ "8", "7", "Iran", "0", "1", "1", "2" ], [ "9", "7", "Sweden", "0", "1", "1", "2" ], [ "10", "9", "Czechoslovakia", "0", "1", "0", "1" ], [ "11", "9", "East Germany", "0", "1", "0", "1" ], [ "12", "9", "Italy", "0", "1", "0", "1" ], [ "13", "9", "Romania", "0", "1", "0", "1" ], [ "14", "13", "United States", "0", "0", "2", "2" ], [ "15", "14", "West Germany", "0", "0", "1", "1" ], [ "16", "Total", "Total", "16", "16", "16", "48" ] ] }, { "t5Formulas": [ { "Question": "Where did the away team score 13.14 (92)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"13.14 (92)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"13.14 (92)\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"13.14 (92)\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10807990-11", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "13.17 (95)", "Richmond", "19.13 (127)", "Glenferrie Oval", "6,000", "18 July 1942" ], [ "3", "Essendon", "10.15 (75)", "South Melbourne", "8.7 (55)", "Windy Hill", "16,000", "18 July 1942" ], [ "4", "St Kilda", "21.9 (135)", "North Melbourne", "9.8 (62)", "Toorak Park", "4,000", "18 July 1942" ], [ "5", "Melbourne", "14.11 (95)", "Footscray", "19.12 (126)", "Punt Road Oval", "6,000", "18 July 1942" ], [ "6", "Collingwood", "11.11 (77)", "Carlton", "13.14 (92)", "Victoria Park", "8,000", "18 July 1942" ] ] }, { "t5Formulas": [ { "Question": "In 2008, what was the world ranking that ranked 5th in L.A.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"5th\")*(C1=2008)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"5th\")*(C2:C12=2008)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"5th\"", "*", "C1", "=", "2008", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-12000368-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Index (Year)", "Author / Editor / Source", "Year of publication", "Countries sampled", "World Ranking (1)", "Ranking L.A. (2)" ], [ "2", "Environmental Performance (2008)", "Yale University", "2008", "149", "32nd", "5th" ], [ "3", "Democracy (2010)", "The Economist", "2010", "167", "46th", "4th" ], [ "4", "Global Peace (2008)", "The Economist", "2008", "140", "48th", "4th" ], [ "5", "Economic Freedom (2008)", "The Wall Street Journal", "2008", "157", "46th", "3rd" ], [ "6", "Quality-of-life (2005)", "The Economist", "2007", "111", "47th", "7th" ], [ "7", "Travel and Tourism Competitiveness (2008)", "World Economic Forum", "2008", "130", "50th", "3rd" ], [ "8", "Press Freedom (2007)", "Reporters Without Borders", "2007", "169", "54th", "5th" ], [ "9", "Global Competitiviness (2007)", "World Economic Forum", "2007–08", "131", "59th", "3rd" ], [ "10", "Human Development (2005)", "United Nations (UNDP)", "2007–08", "177", "62nd", "7th" ], [ "11", "Corruption Perception (2010)", "Transparency International", "2010", "178", "73rd", "6th" ], [ "12", "Income inequality (1989–2007) (3)", "United Nations (UNDP)", "2007–2008", "126", "115th", "14th" ] ] }, { "t5Formulas": [ { "Question": "WHAT IS THE RESULT FOR best urban/alternative performance, IN 2003 OR GREATER?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"best urban/alternative performance\")*(A1>2003)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"best urban/alternative performance\")*(A2:A6>2003)),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"best urban/alternative performance\"", "*", "A1", ">", "2003", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "Num" ] }, { "Question": "WHAT IS THE TITLE WITH CATEGORY OF best r&b song?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"best r&b song\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"best r&b song\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"best r&b song\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE RESULT FOR 2003, IN best urban/alternative performance?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=2003)*(B1=\"best urban/alternative performance\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=2003)*(B2:B6=\"best urban/alternative performance\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2003", "*", "B1", "=", "\"best urban/alternative performance\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "WHAT IS THE YEAR OF FLOETIC?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"floetic\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"floetic\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"floetic\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1673547-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Category", "Genre", "Title", "Result" ], [ "2", "2003", "Best Contemporary R&B Album", "R&B", "Floetic", "Nominated" ], [ "3", "2003", "Best R&B Song", "R&B", "\"Floetic\"", "Nominated" ], [ "4", "2003", "Best Urban/Alternative Performance", "R&B", "\"Floetic\"", "Nominated" ], [ "5", "2004", "Best R&B Performance By a Duo or Group with Vocal", "R&B", "\"Say Yes\"", "Nominated" ], [ "6", "2006", "Best Urban/Alternative Performance", "R&B", "\"Supastar\"", "Nominated" ] ] }, { "t5Formulas": [ { "Question": "Which Semifinal has an Event of team?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"team\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"team\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"team\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Quarterfinal has a Rank larger than 9?", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "9" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-10812553-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Event", "2nd round", "Quarterfinal", "Semifinal", "Final", "Rank" ], [ "2", "Singles", "Hou ( CHN ) L 0–2 4–15, 3–15", "Did not advance", "Did not advance", "Did not advance", "9" ], [ "3", "Singles", "Did not advance", "Did not advance", "Did not advance", "Did not advance", "17" ], [ "4", "Doubles", "Khanna ( IND ) Ghosh ( IND ) W Walkover", "Tjun ( INA ) Wahjudi ( INA ) L 0–2 0–15, 2–15", "Did not advance", "Did not advance", "5" ], [ "5", "Doubles", "Tang ( CHN ) Chen ( CHN ) L 0–2 5–15, 6–15", "Did not advance", "Did not advance", "Did not advance", "9" ], [ "6", "Team", "Bye", "Indonesia L 0–5 0–2, 0–2, 0–2, 0–2, 0–2", "5th–8th places Hong Kong L 0–3 0–2, 0–2, 0–2", "7th place match Philippines L 0–3 0–2, 0–2, 0–2", "8" ] ] }, { "t5Formulas": [ { "Question": "Name the nec record for 11th standing", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"11th\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"11th\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"11th\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the year for standing 9th", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"9th\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"9th\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"9th\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the year for t-10th", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"T-10th\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"T-10th\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"T-10th\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the regular season record for standing 11th", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"11th\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"11th\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"11th\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-20774360-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Head Coach", "Regular Season Record (W-L)", "NEC Record", "Standing", "NEC Tournament Record" ], [ "2", "2003–2004", "Brenda Milano", "8–19", "7–11", "9th", "DNQ" ], [ "3", "2004–2005", "Brenda Milano", "10–17", "7–11", "8th", "0–1 Quarter-Finals" ], [ "4", "2005–2006", "Brenda Milano", "5–22", "4–14", "T-9th", "DNQ" ], [ "5", "2006–2007", "Brenda Milano", "13–18", "1–1", "8th", "1–1 Semi-Finals" ], [ "6", "2007–2008", "Brenda Milano", "10–19", "7–11", "T-6th", "0–1 Quarter-Finals" ], [ "7", "2008–2009", "Brenda Milano", "4–25", "3–15", "T-10th", "DNQ" ], [ "8", "2009–2010", "Brenda Milano", "2–27", "1–17", "12th", "DNQ" ], [ "9", "2010–2011", "Brenda Milano", "2–22", "0–18", "12th", "DNQ" ], [ "10", "2011–2012", "Brenda Milano", "4–25", "3–15", "11th", "DNQ" ] ] }, { "t5Formulas": [ { "Question": "What is the low silver medal total for nations with over 1 bronze ranked above 11?", "Formula": "MIN(FILTER(C1, (D1>1)*(A1<11)))", "Formula2": "MIN(FILTER(C2:C10, (D2:D10>1)*(A2:A10<11)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", ">", "1", "*", "A1", "<", "11" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the high total for nations with 1 gold and over 1 bronze?", "Formula": "MAX(FILTER(E1, (B1=1)*(D1>1)))", "Formula2": "MAX(FILTER(E2:E10, (B2:B10=1)*(D2:D10>1)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "B1", "=", "1", "*", "D1", ">", "1" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-11383852-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "5", "3", "0", "8" ], [ "3", "2", "2", "2", "0", "4" ], [ "4", "3", "1", "1", "1", "3" ], [ "5", "5", "1", "1", "0", "2" ], [ "6", "6", "1", "0", "1", "2" ], [ "7", "8", "0", "1", "1", "2" ], [ "8", "10", "0", "1", "0", "1" ], [ "9", "11", "0", "0", "2", "2" ], [ "10", "13", "0", "0", "1", "1" ] ] }, { "t5Formulas": [ { "Question": "Which Chassis has more than 0 points, an Entrant of Scuderia Ferrari, and was later than 1952?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(B1=\"scuderia ferrari\")*(A1>1952)),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,(B2:B9=\"scuderia ferrari\")*(A2:A9>1952)),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scuderia ferrari\"", "*", "A1", ">", "1952", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "0" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] }, { "Question": "Which Entrant has a vanwall straight-4 engine?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"vanwall straight-4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"vanwall straight-4\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"vanwall straight-4\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1235869-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1950", "SA Alfa Romeo", "Alfa Romeo 158", "Alfa Romeo Straight-8", "0" ], [ "3", "1951", "Scuderia Ferrari", "Ferrari 375 F1", "Ferrari V12", "10" ], [ "4", "1952", "Scuderia Ferrari", "Ferrari 500", "Ferrari Straight-4", "22" ], [ "5", "1954", "Scuderia Ferrari", "Ferrari 625", "Ferrari Straight-4", "0" ], [ "6", "1955", "Scuderia Ferrari", "Ferrari 555", "Ferrari Straight-4", "9" ], [ "7", "1955", "Daimler Benz AG", "Mercedes-Benz W196", "Mercedes-Benz Straight-8", "9" ], [ "8", "1956", "Officine Alfieri Maserati", "Maserati 250F", "Maserati Straight-6", "0" ], [ "9", "1956", "Vandervell Products Ltd.", "Vanwall", "Vanwall Straight-4", "0" ] ] }, { "t5Formulas": [ { "Question": "What is north melbourne's score as an away side?", "Formula": "FILTER(D1,C1=\"north melbourne\")", "Formula2": "FILTER(D2:D7,C2:C7=\"north melbourne\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"north melbourne\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Whom is the home team when the away team score is 9.11 (65)?", "Formula": "FILTER(A1,D1=\"9.11 (65)\")", "Formula2": "FILTER(A2:A7,D2:D7=\"9.11 (65)\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"9.11 (65)\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-10887379-18", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "6.15 (51)", "North Melbourne", "14.11 (95)", "Kardinia Park", "17,898", "30 July 1977" ], [ "3", "Collingwood", "18.14 (122)", "Fitzroy", "13.11 (89)", "Victoria Park", "16,885", "30 July 1977" ], [ "4", "South Melbourne", "21.12 (138)", "St Kilda", "12.11 (83)", "Lake Oval", "13,906", "30 July 1977" ], [ "5", "Hawthorn", "18.10 (118)", "Footscray", "15.14 (104)", "Princes Park", "10,420", "30 July 1977" ], [ "6", "Richmond", "16.15 (111)", "Essendon", "9.11 (65)", "MCG", "33,085", "30 July 1977" ], [ "7", "Carlton", "17.11 (113)", "Melbourne", "7.4 (46)", "VFL Park", "18,852", "30 July 1977" ] ] }, { "t5Formulas": [ { "Question": "What player is ranked 2 and played in the seasons of 1982–83, 1983–84, 1984–85?", "Formula": "FILTER(B1,(A1=2)*(F1=\"1982–83, 1983–84, 1984–85\"))", "Formula2": "FILTER(B2:B9,(A2:A9=2)*(F2:F9=\"1982–83, 1983–84, 1984–85\"))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "2", "*", "F1", "=", "\"1982–83, 1983–84, 1984–85\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "How many rankings are associated with giuseppe meazza holding over 3 titles?", "Formula": "ROWS(FILTER(A1,(B1=\"giuseppe meazza\")*(E1>3)))", "Formula2": "ROWS(FILTER(A2:A9,(B2:B9=\"giuseppe meazza\")*(E2:E9>3)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "A1", "B1", "=", "\"giuseppe meazza\"", "*", "E1", ">", "3" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-11362608-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Club", "Country", "Titles", "Seasons" ], [ "2", "1", "Gunnar Nordahl", "Milan", "Sweden", "5", "1949–50, 1950–51, 1952–53, 1953–54, 1954–55" ], [ "3", "2", "Giuseppe Meazza", "Internazionale", "Italy", "3", "1929–30, 1935–36, 1937–38" ], [ "4", "2", "Aldo Boffi", "Milan", "Italy", "3", "1938–39, 1939–40, 1941–42" ], [ "5", "2", "Gigi Riva", "Cagliari", "Italy", "3", "1966–67, 1968–69, 1969–70" ], [ "6", "2", "Paolino Pulici", "Torino", "Italy", "3", "1972–73, 1974–75, 1975–76" ], [ "7", "2", "Roberto Pruzzo", "Roma", "Italy", "3", "1980–81, 1981–82, 1985–86" ], [ "8", "2", "Michel Platini", "Juventus", "France", "3", "1982–83, 1983–84, 1984–85" ], [ "9", "2", "Giuseppe Signori", "Lazio", "Italy", "3", "1992–93, 1993–94, 1995–96" ] ] }, { "t5Formulas": [ { "Question": "Which Team 1 has a first leg of 1-0 and a second leg of 0-2?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"1-0\")*(E1=\"0-2\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"1-0\")*(E2:E9=\"0-2\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1-0\"", "*", "E1", "=", "\"0-2\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Team 1 faced Dynamos FC?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"dynamos fc\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"dynamos fc\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dynamos fc\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Team 1 Al-Hilal's Agg.?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"al-hilal\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"al-hilal\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"al-hilal\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Team 2 has a second leg of 1-0?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1-0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"1-0\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1-0\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Team 2 has a second leg of 3-1?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3-1\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"3-1\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3-1\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12845004-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "Stella d'Adjamé", "1-1 (3-4 pen)", "RS Kouba", "1-0", "0-1" ], [ "3", "US Mbila Nzambi", "1-2", "AS Real Bamako", "1-0", "0-2" ], [ "4", "Al-Ahly", "6-1", "Young Africans", "5-0", "1-1" ], [ "5", "Enugu Rangers", "1-0", "AS Kaloum Star", "0-0", "1-0" ], [ "6", "FC Saint Eloi Lupopo", "1-1", "Dynamos FC", "0-0", "1-1" ], [ "7", "Green Buffaloes", "6-1", "AS Somasud", "3-0", "3-1" ], [ "8", "Invincible Eleven", "0-3", "Asante Kotoko", "0-0", "0-3" ], [ "9", "Al-Hilal", "1-5", "Kampala City Council", "0-2", "1-3" ] ] }, { "t5Formulas": [ { "Question": "Which Level has a Leading scorer 1 of tom greaves 8?", "Formula": "SUMIFS(C1,H1,\"tom greaves 8\")", "Formula2": "SUMIFS(C2:C10,H2:H10,\"tom greaves 8\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "H1", "\"tom greaves 8\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Which Leading scorer 1 has a Season of 2010–11?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"2010–11\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,A2:A10=\"2010–11\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"2010–11\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Leading scorer 1 has a League Contested of northern premier league premier division, and an FA Cup of 2q?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(B1=\"northern premier league premier division\")*(F1=\"2q\")),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(B2:B10=\"northern premier league premier division\")*(F2:F10=\"2q\")),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"northern premier league premier division\"", "*", "F1", "=", "\"2q\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Level has a League Contested of northern premier league premier division, and a Season of 2011–12?", "Formula": "SUM(FILTER(C1, (B1=\"northern premier league premier division\")*(A1=\"2011–12\")))", "Formula2": "SUM(FILTER(C2:C10, (B2:B10=\"northern premier league premier division\")*(A2:A10=\"2011–12\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"northern premier league premier division\"", "*", "A1", "=", "\"2011–12\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] } ], "TableName": "train_2-1895942-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Season", "LeagueContested", "Level", "LeaguePosition", "Avg.Home Attendance 1", "FA Cup", "FA Trophy", "Leading scorer 1" ], [ "2", "2005–06", "North West Counties League Division Two", "10", "1st of 19 Promoted", "3,056", "n/a", "n/a", "Rory Patterson 18" ], [ "3", "2006–07", "North West Counties League Division One", "9", "1st of 22 Promoted", "2,581", "n/a", "n/a", "Stuart Rudd 38" ], [ "4", "2007–08", "Northern Premier League Division One North", "8", "2nd of 18 Won playoffs Promoted", "2,086 2", "1Q", "Prelim Rd", "Rory Patterson 34" ], [ "5", "2008–09", "Northern Premier League Premier Division", "7", "6th of 22", "2,152", "1Q", "3Q", "Kyle Wilson 21" ], [ "6", "2009–10", "Northern Premier League Premier Division", "7", "13th of 20", "1,954 3", "4Q", "3Q", "Phil Marsh 10" ], [ "7", "2010–11", "Northern Premier League Premier Division", "7", "4th of 22 Playoffs Runner-up", "1,961 4", "R2", "3Q", "Michael Norton 24" ], [ "8", "2011–12", "Northern Premier League Premier Division", "7", "6th of 22 Playoffs Runner-up", "1,947 5", "2Q", "R1", "Matthew Wolfenden 20" ], [ "9", "2012–13", "Northern Premier League Premier Division", "7", "3rd of 22 Playoffs Runner-up", "1,835 6", "4Q", "2Q", "Matthew Wolfenden 19" ], [ "10", "2013–14", "Northern Premier League Premier Division", "7", "4th of 24", "1,713", "1Q", "1Q Next game 19th Oct", "Tom Greaves 8" ] ] }, { "t5Formulas": [ { "Question": "Which player has fewer than 3 rounds and the position of (g)?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"(g)\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,C2:C6=\"(g)\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"(g)\"", "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" ] }, { "Question": "How many rounds does Colby Robak have with a position of (d)?", "Formula": "SUM(FILTER(A1, (C1=\"(d)\")*(B1=\"colby robak\")))", "Formula2": "SUM(FILTER(A2:A6, (C2:C6=\"(d)\")*(B2:B6=\"colby robak\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"(d)\"", "*", "B1", "=", "\"colby robak\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which College/Junior/Club Team (league) does Matthew Bartkowski play for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"matthew bartkowski\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"matthew bartkowski\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"matthew bartkowski\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17360818-13", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "2", "Jacob Markstrom", "(G)", "Sweden", "Brynäs IF ( Sweden Jr. )" ], [ "3", "2", "Colby Robak", "(D)", "Canada", "Brandon Wheat Kings ( WHL )" ], [ "4", "3", "Adam Comrie", "(D)", "Canada", "Saginaw Spirit ( OHL )" ], [ "5", "4", "A. J. Jenks", "(LW)", "United States", "Plymouth Whalers ( OHL )" ], [ "6", "7", "Matthew Bartkowski", "(D)", "United States", "Lincoln Stars ( USHL )" ] ] }, { "t5Formulas": [ { "Question": "Name who wrote the episode by lawrence trilling", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Lawrence Trilling\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"Lawrence Trilling\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Lawrence Trilling\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Name the air date for alex taub", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Alex Taub\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"Alex Taub\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Alex Taub\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-27504682-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "Title", "Directed by", "Written by", "Original air date", "U.S. Viewers (millions)" ], [ "2", "1", "\"Pilot\"", "James Hayman", "Josh Berman", "July12,2009", "2.8" ], [ "3", "2", "\"The F Word\"", "Ron Underwood", "Carla Kettner & Josh Berman", "July19,2009", "2.46" ], [ "4", "3", "\"Do Over\"", "Michael Lange", "Alex Taub", "July26,2009", "2.80" ], [ "5", "4", "\" The Chinese Wall \"", "Lawrence Trilling", "Thania St. John", "August2,2009", "N/A" ], [ "6", "5", "\"Lost and Found\"", "David Petrarca", "Jeanette Collins & Mimi Friedman", "August9,2009", "2.44" ], [ "7", "6", "\"Second Chances\"", "Michael Schultz", "Jeffrey Lippman", "August16,2009", "3.06" ], [ "8", "7", "\"The Magic Bullet\"", "Jamie Babbit", "Shawn Schepps", "August23,2009", "2.90" ], [ "9", "8", "\"Crazy\"", "Melanie Mayron", "Maurissa Tancharoen", "August30,2009", "3.41" ], [ "10", "9", "\"The Dress\"", "David Petrarca", "Josh Berman", "September13,2009", "3.08" ], [ "11", "10", "\"Make Me a Match\"", "Matt Hastings", "Thania St. John", "September20,2009", "3.06" ], [ "12", "11", "\"What If\"", "Bethany Rooney", "Jeanette Collins & Mimi Friedman", "September27,2009", "N/A" ], [ "13", "12", "\"Dead Model Walking\"", "Ron Underwood", "Amy Engelberg & Wendy Engelberg", "October4,2009", "N/A" ] ] }, { "t5Formulas": [ { "Question": "How many blocks are there when the rebounds are fewer than 5.2?", "Formula": "ROWS(FILTER(E1,C1<5.2))", "Formula2": "ROWS(FILTER(E2:E7,C2:C7<5.2))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "E1", "C1", "<", "5.2" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the maximum rebounds when there are 0.9 steals and fewer than 1.4 turnovers?", "Formula": "MAX(FILTER(C1,(F1=0.9)*(G1<1.4)))", "Formula2": "MAX(FILTER(C2:C7,(F2:F7=0.9)*(G2:G7<1.4)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "F1", "=", "0.9", "*", "G1", "<", "1.4" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "dev_2-17309500-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Points", "Rebounds", "Assists", "Blocks", "Steals", "Turnovers" ], [ "2", "2006/2007", "10.6", "6.1", "1.1", "0.5", "0.6", "1.6" ], [ "3", "2007/2008", "9.9", "5.2", "1.3", "0.5", "1.0", "0.9" ], [ "4", "2008/2009", "13.9", "6.5", "0.9", "0.5", "0.9", "1.4" ], [ "5", "2009/2010", "12.1", "5.2", "1.1", "0.5", "0.8", "1.4" ], [ "6", "Total", "1829", "899", "178", "77", "124", "207" ], [ "7", "Average", "11.6", "5.7", "1.1", "0.5", "0.8", "1.3" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of 13.5 inch/1400 lb that has a 0 13.5 inch/1250 lb; 3 for a total and a 15 inch less than 1?", "Formula": "SUM(FILTER(C1, (D1=0)*(F1=3)*(B1<1)))", "Formula2": "SUM(FILTER(C2:C7, (D2:D7=0)*(F2:F7=3)*(B2:B7<1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "0", "*", "F1", "=", "3", "*", "B1", "<", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-15968208-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ship", "15-inch", "13.5-inch/1400lb", "13.5-inch/1250lb", "12-inch", "Total" ], [ "2", "Lützow", "0", "0", "4", "0", "4" ], [ "3", "Derfflinger", "0", "0", "0", "0", "0" ], [ "4", "Seydlitz", "1", "4", "0", "0", "5" ], [ "5", "Moltke", "4", "4", "0", "0", "8" ], [ "6", "Von der Tann", "1", "2", "0", "0", "3" ], [ "7", "Total", "6", "7", "4", "0", "17" ] ] }, { "t5Formulas": [ { "Question": "Which years did the player from Providence play for the Grizzlies as small forward?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"small forward\")*(E1=\"providence\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"small forward\")*(E2:E14=\"providence\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"small forward\"", "*", "E1", "=", "\"providence\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the nationality of Stromile Swift?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"stromile swift\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"stromile swift\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"stromile swift\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which years did the player from Providence play for Memphis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"providence\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"providence\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"providence\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16494599-18", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years for Grizzlies", "School/Club Team" ], [ "2", "J. R. Sakuragi (J. R. Henderson)", "United States", "Small forward", "1998-1999", "UCLA" ], [ "3", "Jason Sasser", "United States", "Small forward", "1998-1999", "Texas Tech" ], [ "4", "Byron Scott", "United States", "Guard", "1995-1996", "Arizona State" ], [ "5", "Dennis Scott", "United States", "Guard-Forward", "1999-2000", "Georgia Tech" ], [ "6", "Ishmael Smith", "United States", "Guard", "2011-2011", "Wake Forest" ], [ "7", "Michael Smith", "United States", "Small forward", "1997-1999", "Providence" ], [ "8", "Theron Smith", "United States", "Small forward", "2003-2004", "Ball State" ], [ "9", "Will Solomon", "United States", "Guard", "2001-2002", "Clemson" ], [ "10", "Marreese Speights", "United States", "Power forward / Center", "2012-2013", "Florida" ], [ "11", "Joe Stephens", "United States", "Small forward", "1999-2000", "Arkansas" ], [ "12", "Damon Stoudamire", "United States", "Point guard", "2006-2008", "Arizona" ], [ "13", "Erick Strickland", "United States", "Guard", "2001", "Nebraska" ], [ "14", "Stromile Swift", "United States", "Power forward", "2000-2005, 2006-2008", "LSU" ] ] }, { "t5Formulas": [ { "Question": "What is the Boarding/Day value for a type of old and house of Saunderites?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"old\")*(A1=\"saunderites\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"old\")*(A2:A13=\"saunderites\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"old\"", "*", "A1", "=", "\"saunderites\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which house has an abbreviation of G?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"g\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"g\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"g\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which house has a Boarding/Day value of Day?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"day\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"day\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"day\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which house has an abbreviation of D?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"d\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"d\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"d\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which type has an abbreviation of B and Boarding/Day value of Boarding?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"boarding\")*(B1=\"b\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"boarding\")*(B2:B13=\"b\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"boarding\"", "*", "B1", "=", "\"b\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which type has a color of Dark Blue?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"dark blue\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"dark blue\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"dark blue\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-188959-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "House", "Abbr.", "Type", "Colour", "Boarding/Day" ], [ "2", "Saunderites", "S", "Old", "Orange", "Boarding" ], [ "3", "Verites", "V", "Old", "Black", "Boarding" ], [ "4", "Gownboys", "G", "Old", "Maroon", "Boarding" ], [ "5", "Girdlestonites (known as 'Duckites')", "g", "Old", "Silver", "Boarding" ], [ "6", "Lockites", "L", "New", "Light Green", "Boarding" ], [ "7", "Weekites", "W", "New", "Light Red", "Boarding" ], [ "8", "Hodgsonites", "H", "New", "Dark Blue", "Boarding" ], [ "9", "Daviesites", "D", "New", "Dark Green", "Boarding" ], [ "10", "Bodeites", "B", "New", "Old Gold", "Boarding" ], [ "11", "Pageites", "P", "New", "Lilac", "Boarding" ], [ "12", "Robinites", "R", "New", "Purple", "Boarding" ], [ "13", "Fletcherites", "F", "Day", "Light Blue", "Day" ] ] }, { "t5Formulas": [ { "Question": "What is the record of the opponent that has a bye?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"bye\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"bye\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"bye\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12297537-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Score", "Result", "Attendance", "Record" ], [ "2", "1", "June 30", "vs. Hamilton Tiger-Cats", "37–9", "Win", "29,157", "1–0" ], [ "3", "2", "July 8", "at Saskatchewan Roughriders", "49–8", "Loss", "25,862", "1–1" ], [ "4", "3", "July 12", "at Toronto Argonauts", "48–15", "Loss", "29,304", "1–2" ], [ "5", "4", "July 21", "vs. Toronto Argonauts", "33–10", "Win", "28,202", "2–2" ], [ "6", "5", "July 28", "vs. BC Lions", "32–27", "Loss", "28,564", "2–3" ], [ "7", "6", "August 4", "at Edmonton Eskimos", "34–32", "Win", "32,664", "3–3" ], [ "8", "7", "August 9", "at Montreal Alouettes", "30–18", "Loss", "20,202", "3–4" ], [ "9", "8", "August 17", "vs. BC Lions", "45–45", "Tie", "30,826", "3–4–1" ], [ "10", "9", "Bye", "Bye", "Bye", "Bye", "Bye", "3–4–1" ], [ "11", "10", "September 3", "vs. Edmonton Eskimos", "35–24", "Win", "35,650", "4–4–1" ], [ "12", "11", "September 7", "at Edmonton Eskimos", "20–17", "Win", "42,329", "5–4–1" ], [ "13", "12", "September 15", "vs. Saskatchewan Roughriders", "44–22", "Win", "35,650", "6–4–1" ], [ "14", "13", "September 21", "at Hamilton Tiger-Cats", "24–22", "Loss", "23,115", "6–5–1" ], [ "15", "14", "September 29", "at BC Lions", "42–9", "Loss", "32,263", "6–6–1" ], [ "16", "15", "October 8", "vs. Saskatchewan Roughriders", "33–21", "Loss", "33,075", "6–7–1" ], [ "17", "16", "October 14", "vs. Winnipeg Blue Bombers", "38–25", "Win", "30,897", "7–7–1" ], [ "18", "17", "October 19", "at Winnipeg Blue Bombers", "27–13", "Loss", "23,955", "7–8–1" ], [ "19", "18", "October 27", "vs. Montreal Alouettes", "33–32", "Loss", "29,247", "7–9–1" ], [ "20", "19", "November 3", "at BC Lions", "25–24", "Loss", "34,242", "7–10–1" ] ] }, { "t5Formulas": [ { "Question": "What's the average amount of ties had when a team wins 6 and it's past the 2004 season?", "Formula": "AVERAGE(FILTER(E1, (C1=6)*(A1>2004)))", "Formula2": "AVERAGE(FILTER(E2:E8, (C2:C8=6)*(A2:A8>2004)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", "=", "6", "*", "A1", ">", "2004" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-16002638-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Division", "Wins", "Losses", "Ties", "Final Position", "Notes" ], [ "2", "2003", "BAFL Division 2 North", "6", "4", "0", "4 / 11", "–" ], [ "3", "2004", "BAFL Division 2 North", "6", "2", "1", "1 / 3", "–" ], [ "4", "2005", "BAFL Division 2 Scottish", "5", "5", "0", "2 / 4", "–" ], [ "5", "2006", "BAFL Division 2 Scottish", "3", "4", "0", "2 / 3", "–" ], [ "6", "2007", "BAFL Division 2 North", "9", "1", "0", "1 / 6", "Promoted to Division 1 North" ], [ "7", "2008", "BAFL Division 1 North", "5", "2", "3", "3 / 6", "—" ], [ "8", "2009", "BAFL Division 1 North", "2", "6", "1", "5 / 7", "—" ] ] }, { "t5Formulas": [ { "Question": "What's the sum of Quantity for the Class of 1928 of CI-30?", "Formula": "SUMIFS(D1,B1,\"ci-30\")", "Formula2": "SUMIFS(D2:D10,B2:B10,\"ci-30\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"ci-30\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What Class to 1928 has the Quantity smaller than 440 and Seats of 29/29?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"29/29\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<440))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,C2:C10=\"29/29\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<440))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"29/29\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "440" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-18734371-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Class to 1928", "Class from 1928", "Seats", "Quantity", "Year(s) of Manufacture" ], [ "2", "Di-26", "Cid-26", "66", "77", "1927/28" ], [ "3", "Di-27", "Cid-27; Ciu-27/28", "66", "440", "1927/28" ], [ "4", "BCi-28", "BCi-28", "15/34", "449", "1928/29" ], [ "5", "Ci-28", "Ci-28", "58", "1744", "1928/29" ], [ "6", "CDi-28", "CCid-28; CCiu-28", "29/29", "40", "1928" ], [ "7", "Bi-29", "Bi-29", "38", "1632", "1929/30" ], [ "8", "BCi-29", "BCi-29", "15/34", "500", "1929/30" ], [ "9", "Ci-29", "Ci-29", "58", "450", "1929/30" ], [ "10", "Ci-30", "Ci-30", "58", "194", "1929/30" ] ] }, { "t5Formulas": [ { "Question": "With games started smaller than 16 plus receptions of 51, what is the smallest amount of touchdowns listed?", "Formula": "MIN(FILTER(F1, (G1=51)*(C1<16)))", "Formula2": "MIN(FILTER(F2:F12, (G2:G12=51)*(C2:C12<16)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "G1", "=", "51", "*", "C1", "<", "16" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What are the highest number of games played that had game starts of 10, receptions of 6 and fumbles smaller than 3?", "Formula": "MAX(FILTER(B1, (G1=6)*(C1=10)*(J1<3)))", "Formula2": "MAX(FILTER(B2:B12, (G2:G12=6)*(C2:C12=10)*(J2:J12<3)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "G1", "=", "6", "*", "C1", "=", "10", "*", "J1", "<", "3" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1306543-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Games Played", "Games Started", "Attempts", "Yards", "Touchdowns", "Receptions", "Rec. Yards", "Rec. Touchdowns", "Fumbles" ], [ "2", "1997", "16", "0", "7", "29", "0", "2", "22", "0", "0" ], [ "3", "1998", "16", "13", "258", "1,065", "5", "57", "432", "1", "2" ], [ "4", "1999", "16", "16", "325", "1,273", "4", "41", "294", "2", "5" ], [ "5", "2000", "5", "5", "79", "344", "1", "25", "201", "0", "3" ], [ "6", "2001", "13", "10", "166", "604", "2", "63", "626", "2", "3" ], [ "7", "2002", "16", "16", "269", "1,029", "5", "51", "541", "3", "3" ], [ "8", "2003", "16", "4", "96", "463", "5", "36", "382", "2", "2" ], [ "9", "2004", "10", "10", "192", "830", "1", "6", "55", "0", "3" ], [ "10", "2005", "5", "1", "38", "148", "1", "6", "34", "0", "1" ], [ "11", "2006", "1", "0", "0", "0", "0", "0", "0", "0", "0" ], [ "12", "Totals", "114", "75", "1,430", "5,785", "24", "287", "2,587", "10", "22" ] ] }, { "t5Formulas": [ { "Question": "What are the average laps for jackie stewart?", "Formula": "AVERAGEIFS(C1,A1,\"jackie stewart\")", "Formula2": "AVERAGEIFS(C2:C19,A2:A19,\"jackie stewart\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "C1", "A1", "\"jackie stewart\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-1122366-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Dan Gurney", "Eagle - Weslake", "28", "1:40:49.4", "2" ], [ "3", "Jackie Stewart", "BRM", "28", "+ 1:03.0", "6" ], [ "4", "Chris Amon", "Ferrari", "28", "+ 1:40.0", "5" ], [ "5", "Jochen Rindt", "Cooper - Maserati", "28", "+ 2:13.9", "4" ], [ "6", "Mike Spence", "BRM", "27", "+ 1 Lap", "11" ], [ "7", "Jim Clark", "Lotus - Ford", "27", "+ 1 Lap", "1" ], [ "8", "Jo Siffert", "Cooper - Maserati", "27", "+ 1 Lap", "16" ], [ "9", "Bob Anderson", "Brabham - Climax", "26", "+ 2 Laps", "17" ], [ "10", "Pedro Rodríguez", "Cooper - Maserati", "25", "Engine", "13" ], [ "11", "Guy Ligier", "Cooper - Maserati", "25", "+ 3 Laps", "18" ], [ "12", "Ludovico Scarfiotti", "Ferrari", "24", "Not Classified", "9" ], [ "13", "Jack Brabham", "Brabham - Repco", "15", "Engine", "7" ], [ "14", "Denny Hulme", "Brabham - Repco", "14", "Engine", "14" ], [ "15", "Jo Bonnier", "Cooper - Maserati", "10", "Engine", "12" ], [ "16", "Graham Hill", "Lotus - Ford", "3", "Clutch", "3" ], [ "17", "John Surtees", "Honda", "1", "Engine", "10" ], [ "18", "Chris Irwin", "BRM", "1", "Engine", "15" ], [ "19", "Mike Parkes", "Ferrari", "0", "Accident", "8" ] ] }, { "t5Formulas": [ { "Question": "For how many series were there 11.84 million watchers?", "Formula": "SUM(FILTER(A1, G1=11.84))", "Formula2": "SUM(FILTER(A2:A16, G2:G16=11.84))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "11.84" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What's the smallest season number?", "Formula": "MIN(B1)", "Formula2": "MIN(B2:B16)", "Level": "easy", "Tokens": [ "MIN(", "B1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "How many people watched the episode \"bad girls\"?", "Formula": "SUMIFS(G1,C1,\"Bad Girls\")", "Formula2": "SUMIFS(G2:G16,C2:C16,\"Bad Girls\")", "Level": "easy", "Tokens": [ "SUMIFS(", "G1", "C1", "\"Bad Girls\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "Who wrote the episodes that were directed by Peter O'Fallon?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Peter O'Fallon\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,D2:D16=\"Peter O'Fallon\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Peter O'Fallon\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the latest episode number that Meredith Averill wrote?", "Formula": "SUMIFS(A1,E1,\"Meredith Averill\")", "Formula2": "SUMIFS(A2:A16,E2:E16,\"Meredith Averill\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Meredith Averill\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the latest episode number that was directed by Tom Dicillo?", "Formula": "SUMIFS(A1,D1,\"Tom DiCillo\")", "Formula2": "SUMIFS(A2:A16,D2:D16,\"Tom DiCillo\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Tom DiCillo\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_1-28561455-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (million)" ], [ "2", "24", "1", "\"Taking Control\"", "Félix Alcalá", "Robert King & Michelle King", "September28,2010", "12.84" ], [ "3", "25", "2", "\"Double Jeopardy\"", "Dean Parisot", "Ted Humphrey", "October5,2010", "12.76" ], [ "4", "26", "3", "\"Breaking Fast\"", "James Whitmore, Jr.", "Corinne Brinkerhoff", "October12,2010", "11.82" ], [ "5", "27", "4", "\"Cleaning House\"", "Rosemary Rodriguez", "Robert King & Michelle King", "October19,2010", "12.17" ], [ "6", "28", "5", "\"VIP Treatment\"", "Michael Zinberg", "Robert King & Michelle King", "October26,2010", "12.59" ], [ "7", "29", "6", "\"Poisoned Pill\"", "Peter O'Fallon", "Keith Eisner", "November9,2010", "12.33" ], [ "8", "30", "7", "\"Bad Girls\"", "Jim McKay", "Courtney Kemp Agboh", "November16,2010", "11.74" ], [ "9", "31", "8", "\"On Tap\"", "Roxann Dawson", "Leonard Dick", "November23,2010", "10.03" ], [ "10", "32", "9", "\"Nine Hours\"", "Julie Hébert", "Meredith Averill", "December14,2010", "11.84" ], [ "11", "33", "10", "\"Breaking Up\"", "Félix Alcalá", "Robert King & Michelle King", "January11,2011", "12.29" ], [ "12", "34", "11", "\"Two Courts\"", "Tom DiCillo", "Ted Humphrey", "January18,2011", "11.43" ], [ "13", "35", "12", "\"Silly Season\"", "Rosemary Rodriguez", "Corinne Brinkerhoff", "February1,2011", "12.14" ], [ "14", "40", "17", "\"Ham Sandwich\"", "Griffin Dunne", "Keith Eisner", "March22,2011", "11.70" ], [ "15", "41", "18", "\"Killer Song\"", "James Whitmore, Jr.", "Karen Hall", "March29,2011", "10.16" ], [ "16", "42", "19", "\"Wrongful Termination\"", "Phil Abraham", "Ted Humphrey", "April5,2011", "10.82" ] ] }, { "t5Formulas": [ { "Question": "Which Date has an Attendance larger than 16,186, and Points smaller than 52, and a Record of 21–16–9?", "Formula": "LET(query1,LET(query1,FILTER(A1:H1,F1=\"21–16–9\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>16186)*(CHOOSECOLS(query1,3)<52)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H14,F2:F14=\"21–16–9\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>16186)*(CHOOSECOLS(query1,3)<52)))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "F1", "=", "\"21–16–9\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "8", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16186", "*", "CHOOSECOLS(", "query1", "3", "<", "52" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which Loss has a Record of 20–16–9?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"20–16–9\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"20–16–9\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"20–16–9\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which Date has a Record of 19–16–8?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"19–16–8\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"19–16–8\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"19–16–8\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-18987966-6", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record", "Arena", "Points" ], [ "2", "January 1", "@ Predators", "4–2", "Vokoun (19–7–2)", "17,113", "18–15–6", "Gaylord Entertainment Center", "42" ], [ "3", "January 6", "@ Stars", "4–3", "Giguere (11–6–7)", "18,532", "18–15–7", "American Airlines Center", "43" ], [ "4", "January 7", "@ Wild", "4–1", "Bryzgalov (7–10–0)", "18,568", "18–16–7", "Xcel Energy Center", "43" ], [ "5", "January 9", "Kings", "6–2", "Garon (19–10–0)", "17,174", "19–16–7", "Arrowhead Pond of Anaheim", "45" ], [ "6", "January 13", "Capitals", "3–2", "Giguere (12–6–8)", "16,186", "19–16–8", "Arrowhead Pond of Anaheim", "46" ], [ "7", "January 16", "@ Bruins", "4–3", "Bryzgalov (7–10–1)", "15,279", "19–16–9", "TD Banknorth Garden", "47" ], [ "8", "January 19", "@ Senators", "4–3", "Hasek (23–7–3)", "19,387", "20–16–9", "Corel Centre", "49" ], [ "9", "January 21", "Panthers", "1–0", "Luongo (18–20–7)", "17,011", "21–16–9", "Arrowhead Pond of Anaheim", "51" ], [ "10", "January 23", "@ Kings", "3–2", "Giguere (14–6–9)", "18,118", "21–16–10", "Staples Center", "52" ], [ "11", "January 25", "Oilers", "6–3", "Giguere (14–7–9)", "14,456", "21–17–10", "Arrowhead Pond of Anaheim", "52" ], [ "12", "January 26", "@ Sharks", "2–0", "Nabokov (13–13–5)", "16,174", "22–17–10", "HP Pavilion at San Jose", "54" ], [ "13", "January 28", "@ Kings", "6–2", "Garon (21–13–1)", "18,118", "23–17–10", "Staples Center", "56" ], [ "14", "January 30", "Kings", "4–3", "Garon (21–13–2)", "17,174", "24–17–10", "Arrowhead Pond of Anaheim", "58" ] ] }, { "t5Formulas": [ { "Question": "When the name is badnawar, and the reserved for (sc / st /none) of none what is the constituency number?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"none\")*(B1=\"badnawar\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=\"none\")*(B2:B10=\"badnawar\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"none\"", "*", "B1", "=", "\"badnawar\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the number of electorates when the name is badnawar?", "Formula": "SUMIFS(E1,B1,\"badnawar\")", "Formula2": "SUMIFS(E2:E10,B2:B10,\"badnawar\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "B1", "\"badnawar\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the average number of electorates (2009) when the district is indore?", "Formula": "AVERAGEIFS(E1,D1,\"indore\")", "Formula2": "AVERAGEIFS(E2:E10,D2:D10,\"indore\")", "Level": "easy", "Tokens": [ "AVERAGEIFS(", "E1", "D1", "\"indore\"" ], "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the name when the reserved is (sc / st /none) of st, with a constituency number 196?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"st\")*(A1=196)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=\"st\")*(A2:A10=196)),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"st\"", "*", "A1", "=", "196", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "test_2-18517754-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Constituency number", "Name", "Reserved for ( SC / ST /None)", "District", "Number of electorates (2009)" ], [ "2", "196", "Sardarpur", "ST", "Dhar", "134,799" ], [ "3", "197", "Gandhwani", "ST", "Dhar", "140,746" ], [ "4", "198", "Kukshi", "ST", "Dhar", "153,391" ], [ "5", "199", "Manawar", "ST", "Dhar", "156,413" ], [ "6", "200", "Dharampuri", "ST", "Dhar", "133,945" ], [ "7", "201", "Dhar", "None", "Dhar", "154,155" ], [ "8", "202", "Badnawar", "None", "Dhar", "140,950" ], [ "9", "209", "Dr. Ambedkar Nagar-Mhow", "None", "Indore", "178,666" ], [ "10", "Total:", "Total:", "Total:", "Total:", "1,193,065" ] ] }, { "t5Formulas": [ { "Question": "How many oricon's have a romaji title of rakuen -memorial tracks- (maxi-single)?", "Formula": "SUMIFS(E1,A1,\"rakuen -memorial tracks- (maxi-single)\")", "Formula2": "SUMIFS(E2:E12,A2:A12,\"rakuen -memorial tracks- (maxi-single)\")", "Level": "easy", "Tokens": [ "SUMIFS(", "E1", "A1", "\"rakuen -memorial tracks- (maxi-single)\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What reference is used with the title アイシテル?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"アイシテル\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"アイシテル\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"アイシテル\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the reference for the romani title da.i.su.ki?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"da.i.su.ki\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"da.i.su.ki\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"da.i.su.ki\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What title to the japanese give the romani title ashita wa ashita no kaze ga fuku?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ashita wa ashita no kaze ga fuku\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"ashita wa ashita no kaze ga fuku\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"ashita wa ashita no kaze ga fuku\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10979230-5", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Romaji title", "Japanese title", "Release date", "Reference", "Oricon" ], [ "2", "TENCA wo Torou! ~Uchida no Yabou~", "TENCAを取ろう~内田の野望", "1994/10/21", "KIDS-220", "1" ], [ "3", "Ashita wa Ashita no Kaze ga Fuku", "明日は明日の風が吹く", "1995/04/05", "KIDS-240", "3" ], [ "4", "Only You", "Only You", "1995/04/21", "KIDS-250", "2" ], [ "5", "Baby's Growing Up", "Baby's Growing Up", "1995/08/19", "KIDS-270", "5" ], [ "6", "Shiawase ni Naritai", "幸せになりたい", "1996/01/24", "KIDS-280", "6" ], [ "7", "Ever & Ever (Uchida Yuki & m.C.A.T)", "Ever & Ever", "1996/07/17", "KIDS-300", "8" ], [ "8", "Aishiteru", "アイシテル", "1997/02/21", "KIDS-330", "23" ], [ "9", "Da.i.su.ki", "Da.i.su.ki", "1997/05/21", "KIDS-340", "29" ], [ "10", "Heartbreak Sniper", "ハートブレイク スナイパー", "1998/09/23", "KIDS-370", "32" ], [ "11", "Rakuen", "楽園", "1999/08/25", "KIDS-430", "28" ], [ "12", "Rakuen -Memorial Tracks- (maxi-single)", "楽園-Memorial Tracks", "1999/10/13", "KICS-763", "67" ] ] }, { "t5Formulas": [ { "Question": "What was the score in the final when the outcome was winner in 1989?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"Winner\")*(B1=1989)),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(A2:A19=\"Winner\")*(B2:B19=1989)),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Winner\"", "*", "B1", "=", "1989", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the score in the final when Mats Wilander was the opponent in the Australian Open?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Australian Open\")*(E1=\"Mats Wilander\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"Australian Open\")*(E2:E19=\"Mats Wilander\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Australian Open\"", "*", "E1", "=", "\"Mats Wilander\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-23235546-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Opponent in the final", "Score in the final" ], [ "2", "Runner-up", "1981", "French Open", "Clay", "Björn Borg", "1–6, 6–4, 2–6, 6–3, 1–6" ], [ "3", "Runner-up", "1982", "US Open", "Hard", "Jimmy Connors", "3–6, 2–6, 6–4, 4–6" ], [ "4", "Runner-up", "1983", "US Open", "Hard", "Jimmy Connors", "3–6, 7–6 (7-2) , 5–7, 0–6" ], [ "5", "Runner-up", "1983", "Australian Open", "Grass", "Mats Wilander", "1–6, 4–6, 4–6" ], [ "6", "Winner", "1984", "French Open", "Clay", "John McEnroe", "3–6, 2–6, 6–4, 7–5, 7–5" ], [ "7", "Runner-up", "1984", "US Open", "Hard", "John McEnroe", "3–6, 4–6, 1–6" ], [ "8", "Runner-up", "1985", "French Open", "Clay", "Mats Wilander", "6–3, 4–6, 2–6, 2–6" ], [ "9", "Winner", "1985", "US Open", "Hard", "John McEnroe", "7–6 (7-1) , 6–3, 6–4" ], [ "10", "Winner", "1986", "French Open (2)", "Clay", "Mikael Pernfors", "6–3, 6–2, 6–4" ], [ "11", "Runner-up", "1986", "Wimbledon", "Grass", "Boris Becker", "4–6, 3–6, 5–7" ], [ "12", "Winner", "1986", "US Open (2)", "Hard", "Miloslav Mečíř", "6–4, 6–2, 6–0" ], [ "13", "Winner", "1987", "French Open (3)", "Clay", "Mats Wilander", "7–5, 6–2, 3–6, 7–6 (7-3)" ], [ "14", "Runner-up", "1987", "Wimbledon", "Grass", "Pat Cash", "6–7 (5-7) , 2–6, 5–7" ], [ "15", "Winner", "1987", "US Open (3)", "Hard", "Mats Wilander", "6–7 (7-9) , 6–0, 7–6 (7-4) , 6–4" ], [ "16", "Runner-up", "1988", "US Open", "Hard", "Mats Wilander", "4–6, 6–4, 3–6, 7–5, 4–6" ], [ "17", "Winner", "1989", "Australian Open", "Hard", "Miloslav Mečíř", "6–2, 6–2, 6–2" ], [ "18", "Runner-up", "1989", "US Open", "Hard", "Boris Becker", "6–7 ( 2-7) , 6–1, 3–6, 6–7 (4-7)" ], [ "19", "Winner", "1990", "Australian Open (2)", "Hard", "Stefan Edberg", "4–6, 7–6 (7-3) , 5–2 retired" ] ] }, { "t5Formulas": [ { "Question": "Name the least hits for year less than 1920 and player of ed delahanty", "Formula": "MIN(FILTER(A1,(D1<1920)*(B1=\"ed delahanty\")))", "Formula2": "MIN(FILTER(A2:A12,(D2:D12<1920)*(B2:B12=\"ed delahanty\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "<", "1920", "*", "B1", "=", "\"ed delahanty\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Name the player with 238 hits and years after 1885", "Formula": "FILTER(B1,(D1>1885)*(A1=238))", "Formula2": "FILTER(B2:B12,(D2:D12>1885)*(A2:A12=238))", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", ">", "1885", "*", "A1", "=", "238" ], "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ] }, { "Question": "Name the hits for years before 1883", "Formula": "FILTER(A1,D1<1883)", "Formula2": "FILTER(A2:A12,D2:D12<1883)", "Level": "easy", "Tokens": [ "FILTER(", "A1", "D1", "<", "1883" ], "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "dev_2-13164454-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Hits", "Player", "Team", "Year", "Years Record Stood" ], [ "2", "138", "Ross Barnes", "Chicago White Stockings", "1876", "7" ], [ "3", "146", "Roger Connor", "New York Gothams", "1883", "1" ], [ "4", "162", "Ezra Sutton", "Boston Beaneaters", "1884", "1" ], [ "5", "169", "Roger Connor", "New York Gothams", "1885", "1" ], [ "6", "187", "Cap Anson", "Chicago White Stockings", "1886", "1" ], [ "7", "225", "Tip O'Neill", "St. Louis Cardinals", "1887", "7" ], [ "8", "237", "Hugh Duffy", "Boston Braves", "1894", "5" ], [ "9", "238", "Ed Delahanty", "Philadelphia Phillies", "1899", "12" ], [ "10", "248", "Ty Cobb", "Detroit Tigers", "1911", "9" ], [ "11", "257", "George Sisler", "St. Louis Browns", "1920", "84" ], [ "12", "262", "Ichiro Suzuki", "Seattle Mariners", "2004", "8 (current)" ] ] }, { "t5Formulas": [ { "Question": "What score to highest to par did Mike Weir achieve?", "Formula": "MAX(FILTER(E1,B1=\"mike weir\"))", "Formula2": "MAX(FILTER(E2:E11,B2:B11=\"mike weir\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "B1", "=", "\"mike weir\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Who had a score of 70-73-69=212?", "Formula": "FILTER(B1,D1=\"70-73-69=212\")", "Formula2": "FILTER(B2:B11,D2:D11=\"70-73-69=212\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"70-73-69=212\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What player was place of t1 in To Par and had a score of 70-73-69=212?", "Formula": "FILTER(E1,(A1=\"t1\")*(D1=\"70-73-69=212\"))", "Formula2": "FILTER(E2:E11,(A2:A11=\"t1\")*(D2:D11=\"70-73-69=212\"))", "Level": "easy", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"t1\"", "*", "D1", "=", "\"70-73-69=212\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "What score to par did Mike Weir have?", "Formula": "FILTER(E1,B1=\"mike weir\")", "Formula2": "FILTER(E2:E11,B2:B11=\"mike weir\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"mike weir\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-12523044-6", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Kenneth Ferrie", "England", "71-70-71=212", "+2" ], [ "3", "T1", "Phil Mickelson", "United States", "70-73-69=212", "+2" ], [ "4", "3", "Geoff Ogilvy", "Australia", "71-70-72=213", "+3" ], [ "5", "T4", "Colin Montgomerie", "Scotland", "69-71-75=215", "+5" ], [ "6", "T4", "Ian Poulter", "England", "74-71-70=215", "+5" ], [ "7", "T4", "Vijay Singh", "Fiji", "71-74-70=215", "+5" ], [ "8", "T4", "Steve Stricker", "United States", "70-69-76=215", "+5" ], [ "9", "T8", "Jim Furyk", "United States", "70-72-74=216", "+6" ], [ "10", "T8", "Pádraig Harrington", "Ireland", "73-69-74=216", "+6" ], [ "11", "T8", "Mike Weir", "Canada", "71-74-71=216", "+6" ] ] }, { "t5Formulas": [ { "Question": "What date did the episode with production code 3aky05 air?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3AKY05\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,G2:G15=\"3AKY05\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3AKY05\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which episode was directed by Jeff Woolnough and written by Christopher Ambrose?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"Jeff Woolnough\")*(E1=\"Christopher Ambrose\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(D2:D15=\"Jeff Woolnough\")*(E2:E15=\"Christopher Ambrose\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Jeff Woolnough\"", "*", "E1", "=", "\"Christopher Ambrose\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the original air date of the episode that was directed by Jessica Landaw?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Jessica Landaw\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,D2:D15=\"Jessica Landaw\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Jessica Landaw\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-26824484-1", "Table": [ [ "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", "44", "1", "\"The Widow's Son in the Windshield\"", "Ian Toynton", "Hart Hanson", "September25,2007", "3AKY01", "8.40" ], [ "3", "45", "2", "\"Soccer Mom in the Mini-Van\"", "Allan Kroeker", "Elizabeth Benjamin", "October2,2007", "3AKY03", "7.98" ], [ "4", "46", "3", "\"Death in the Saddle\"", "Craig Ross, Jr.", "Josh Berman", "October9,2007", "3AKY02", "8.48" ], [ "5", "47", "4", "\"The Secret in the Soil\"", "Steven DePaul", "Karine Rosenthal", "October23,2007", "3AKY04", "8.94" ], [ "6", "48", "5", "\"Mummy in the Maze\"", "Marita Grabiak", "Scott Williams", "October30,2007", "3AKY05", "8.85" ], [ "7", "49", "6", "\"Intern in the Incinerator\"", "Jeff Woolnough", "Christopher Ambrose", "November6,2007", "3AKY06", "9.52" ], [ "8", "50", "7", "\"The Boy in the Time Capsule\"", "Chad Lowe", "Janet Lin", "November13,2007", "3AKY07", "9.12" ], [ "9", "51", "8", "\" The Knight on the Grid \"", "Dwight Little", "Noah Hawley", "November20,2007", "3AKY08", "8.70" ], [ "10", "52", "9", "\"The Santa in the Slush\"", "Jeff Woolnough", "Elizabeth Benjamin & Scott Williams", "November27,2007", "3AKY10", "9.62" ], [ "11", "53", "10", "\"The Man in the Mud\"", "Scott Lautanen", "Janet Tamaro", "April14,2008", "3AKY11", "8.54" ], [ "12", "54", "11", "\"Player Under Pressure\"", "Jessica Landaw", "Janet Tamaro", "April21,2008", "2AKY19", "8.64" ], [ "13", "55", "12", "\"The Baby in the Bough\"", "Ian Toynton", "Karine Rosenthal", "April28,2008", "3AKY09", "9.68" ], [ "14", "56", "13", "\"The Verdict in the Story\"", "Jeannot Szwarc", "Christopher Ambrose", "May5,2008", "3AKY13", "8.13" ], [ "15", "57", "14", "\"The Wannabe in the Weeds\"", "Gordon C. Lonsdale", "Josh Berman", "May12,2008", "3AKY12", "9.42" ] ] }, { "t5Formulas": [ { "Question": "What show that was aired on January 24, 2008 with a rating larger than 3.6 had the lowest viewers? How Many Viewers in the millions?", "Formula": "MIN(FILTER(G1, (B1=\"january 24, 2008\")*(D1>3.6)))", "Formula2": "MIN(FILTER(G2:G12, (B2:B12=\"january 24, 2008\")*(D2:D12>3.6)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "G1", "B1", "=", "\"january 24, 2008\"", "*", "D1", ">", "3.6" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-11244302-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Episode", "Air Date", "Time slot (EST)", "Rating", "Share", "18-49 (Rating/Share)", "Viewers (m)", "Rank (Overall)" ], [ "2", "\"Pilot\"", "September 27, 2007", "Thursday, 10:00 P.M", "7.8", "13", "4.7/13", "11.10", "#29" ], [ "3", "\"Tall, Dark and Hairless\"", "October 4, 2007", "Thursday, 10:00 P.M.", "6.1", "10", "3.7/10", "10.14", "#50" ], [ "4", "\"The Good, the Bad and the Really Ugly\"", "October 11, 2007", "Thursday, 10:00 P.M.", "6.3", "11", "3.9/11", "9.28", "#53" ], [ "5", "\"Three's a Crowd\"", "October 18, 2007", "Thursday, 10:00 P.M.", "6.0", "10", "3.3/9", "8.34", "#53" ], [ "6", "\"Greatest Amerimart Hero\"", "October 25, 2007", "Thursday, 10:00 P.M.", "5.7", "9", "3.3/7", "8.08", "#61" ], [ "7", "\"Car Trouble\"", "November 1, 2007", "Thursday, 10:00 P.M.", "6.2", "10", "3.7/10", "7.53", "#54" ], [ "8", "\"Who's Your Daddy\"", "November 8, 2007", "Thursday, 10:00 P.M.", "5.9", "10", "3.6/9", "8.62", "#59" ], [ "9", "\"The Way We Weren't\"", "November 29, 2007", "Thursday, 10:00 P.M.", "4.1", "7", "2.4/7", "5.98", "#79" ], [ "10", "\"The Better Man\"", "January 10, 2008", "Thursday, 10:00 P.M.", "4.7", "8", "2.6/8", "6.76", "#52" ], [ "11", "\"Sex Be Not Proud\"", "January 17, 2008", "Thursday, 10:00 P.M.", "3.5", "6", "1.8/5", "4.78", "#69" ], [ "12", "\"Who's the Boss\"", "January 24, 2008", "Thursday, 10:00 P.M.", "3.6", "6", "1.8/5", "4.97", "N/A" ] ] }, { "t5Formulas": [ { "Question": "What is the outcome of the match with opponent Jade Curtis?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"jade curtis\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"jade curtis\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"jade curtis\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the outcome of the match played on carpet surface?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"carpet\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"carpet\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"carpet\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the Tournament with Jade Curtis as the opponent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"jade curtis\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"jade curtis\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"jade curtis\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-16895520-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "Runner–up", "16 March 2003", "Benalla", "Grass", "Lisa McShea", "1–6 4–6" ], [ "3", "Winner", "19 March 2006", "Sheffield", "Hard", "Nadja Roma", "4–6 6–1 6–4" ], [ "4", "Runner–up", "28 May 2006", "Nagano", "Carpet", "Tomoko Yonemura", "7–5 ret." ], [ "5", "Winner", "21 July 2007", "Frinton", "Grass", "Jade Curtis", "6–4 1–6 6–3" ], [ "6", "Runner–up", "16 March 2008", "Dijon", "Hard", "Olga Brózda", "5–7 6–4 4–6" ], [ "7", "Winner", "23 March 2008", "Bath", "Hard", "Stéphanie Vongsouthi", "6–4 7–6(5)" ], [ "8", "Runner–up", "13 July 2008", "Felixstowe", "Grass", "Neuza Silva", "3–6 2–6" ] ] }, { "t5Formulas": [ { "Question": "What is the mean number of events where the rank is 1 and there are more than 3 wins?", "Formula": "AVERAGE(FILTER(E1, (A1=1)*(F1>3)))", "Formula2": "AVERAGE(FILTER(E2:E6, (A2:A6=1)*(F2:F6>3)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "A1", "=", "1", "*", "F1", ">", "3" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "train_2-14640450-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Tom Watson", "United States", "476,260", "20", "3" ], [ "3", "2", "Mark O'Meara", "United States", "465,873", "32", "1" ], [ "4", "3", "Andy Bean", "United States", "422,995", "30", "1" ], [ "5", "4", "Denis Watson", "Zimbabwe", "408,562", "27", "3" ], [ "6", "5", "Tom Kite", "United States", "348,640", "25", "2" ] ] }, { "t5Formulas": [ { "Question": "What is Team, when Qual 1 is 1:16.417?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1:16.417\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"1:16.417\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:16.417\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Team, when Qual 1 is 1:16.417?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1:16.417\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"1:16.417\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:16.417\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Team when Qual 1 is 1:20.139?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1:20.139\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,C2:C19=\"1:20.139\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:20.139\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Name when Qual 2 is 1:15.582?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:15.582\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"1:15.582\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1:15.582\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Name, when Best is 1:15.673?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1:15.673\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"1:15.673\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1:15.673\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-16326318-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Team", "Qual 1", "Qual 2", "Best" ], [ "2", "Sébastien Bourdais", "Newman/Haas Racing", "1:15.978", "1:13.915", "1:13.915" ], [ "3", "Mario Domínguez", "Herdez Competition", "1:16.422", "1:14.343", "1:14.343" ], [ "4", "Justin Wilson", "Mi-Jack Conquest Racing", "1:16.087", "1:14.354", "1:14.354" ], [ "5", "Bruno Junqueira", "Newman/Haas Racing", "1:15.834", "1:14.405", "1:14.405" ], [ "6", "Patrick Carpentier", "Forsythe Racing", "1:16.617", "1:14.625", "1:14.625" ], [ "7", "Paul Tracy", "Forsythe Racing", "1:16.417", "1:14.723", "1:14.723" ], [ "8", "Jimmy Vasser", "PKV Racing", "1:16.620", "1:15.183", "1:15.183" ], [ "9", "Ryan Hunter-Reay", "Herdez Competition", "1:17.637", "1:15.265", "1:15.265" ], [ "10", "Oriol Servià", "Dale Coyne Racing", "1:17.890", "1:15.395", "1:15.395" ], [ "11", "Tarso Marques", "Dale Coyne Racing", "1:18.100", "1:15.582", "1:15.582" ], [ "12", "A. J. Allmendinger", "RuSPORT", "1:17.644", "1:15.673", "1:15.673" ], [ "13", "Roberto González", "PKV Racing", "1:18.154", "1:15.791", "1:15.791" ], [ "14", "Michel Jourdain, Jr.", "RuSPORT", "1:17.873", "1:15.805", "1:15.805" ], [ "15", "Rodolfo Lavín", "Forsythe Racing", "1:18.553", "1:16.096", "1:16.096" ], [ "16", "Alex Tagliani", "Rocketsports Racing", "1:16.712", "1:16.103", "1:16.103" ], [ "17", "Mario Haberfeld", "Walker Racing", "1:16.491", "1:16.691", "1:16.491" ], [ "18", "Nelson Philippe", "Rocketsports Racing", "1:18.373", "1:17.191", "1:17.191" ], [ "19", "Alex Sperafico", "Mi-Jack Conquest Racing", "1:20.139", "1:17.736", "1:17.736" ] ] }, { "t5Formulas": [ { "Question": " how many runners-up with nation being india", "Formula": "SUMIFS(D1,B1,\"India\")", "Formula2": "SUMIFS(D2:D7,B2:B7,\"India\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"India\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the runners-up with nation being malaysia", "Formula": "SUMIFS(D1,B1,\"Malaysia\")", "Formula2": "SUMIFS(D2:D7,B2:B7,\"Malaysia\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"Malaysia\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": " how many winners with # being 4", "Formula": "SUM(FILTER(C1, A1=4))", "Formula2": "SUM(FILTER(C2:C7, A2:A7=4))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "4" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "how many maximum winners", "Formula": "MAX(C1)", "Formula2": "MAX(C2:C7)", "Level": "easy", "Tokens": [ "MAX(", "C1" ], "Funcs": [ "MAX(", "Cell" ] }, { "Question": "how many winners from vietnam", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Vietnam\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Vietnam\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Vietnam\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-12303563-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "#", "Nation", "Winners", "Runners-up", "3rd Place", "4th Place" ], [ "2", "1", "India", "1", "0", "0", "0" ], [ "3", "2", "Singapore", "1", "0", "0", "0" ], [ "4", "3", "Malaysia", "0", "1", "0", "1" ], [ "5", "4", "Thailand", "0", "1", "0", "0" ], [ "6", "5", "Brunei", "0", "0", "1", "0" ], [ "7", "6", "Vietnam", "0", "0", "1", "0" ] ] }, { "t5Formulas": [ { "Question": "What driver had under 22 laps and a Time/Retired of ignition?", "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"ignition\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E20,D2:D20=\"ignition\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"ignition\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "22" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "What is the highest number of laps for chris amon?", "Formula": "MAXIFS(C1,A1,\"chris amon\")", "Formula2": "MAXIFS(C2:C20,A2:A20,\"chris amon\")", "Level": "easy", "Tokens": [ "MAXIFS(", "C1", "A1", "\"chris amon\"" ], "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_2-1122384-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Jackie Stewart", "Matra - Ford", "90", "2:46:11.2", "5" ], [ "3", "Jean-Pierre Beltoise", "Matra", "90", "+ 1:33.93", "16" ], [ "4", "Pedro Rodríguez", "BRM", "89", "+ 1 Lap", "11" ], [ "5", "Jacky Ickx", "Ferrari", "88", "+ 2 Laps", "6" ], [ "6", "Silvio Moser", "Brabham - Repco", "87", "+ 3 Laps", "17" ], [ "7", "Chris Amon", "Ferrari", "85", "+ 5 Laps", "1" ], [ "8", "Richard Attwood", "BRM", "85", "+ 5 Laps", "15" ], [ "9", "Jo Bonnier", "McLaren - BRM", "82", "+ 8 Laps", "19" ], [ "10", "Graham Hill", "Lotus - Ford", "81", "Accident", "3" ], [ "11", "Jackie Oliver", "Lotus - Ford", "80", "Not Classified", "10" ], [ "12", "Dan Gurney", "Brabham - Repco", "63", "Throttle", "12" ], [ "13", "Jo Siffert", "Lotus - Ford", "55", "Gearbox", "13" ], [ "14", "John Surtees", "Honda", "50", "Alternator", "9" ], [ "15", "Piers Courage", "BRM", "50", "Spun Off", "14" ], [ "16", "Jochen Rindt", "Brabham - Repco", "39", "Ignition", "2" ], [ "17", "Jack Brabham", "Brabham - Repco", "22", "Spun Off", "4" ], [ "18", "Bruce McLaren", "McLaren - Ford", "19", "Accident", "8" ], [ "19", "Denny Hulme", "McLaren - Ford", "10", "Ignition", "7" ], [ "20", "Lucien Bianchi", "Cooper - BRM", "9", "Accident", "18" ] ] }, { "t5Formulas": [ { "Question": "What group info is available for the 56.5 kg weight?", "Formula": "FILTER(E1,G1=\"56.5\")", "Formula2": "FILTER(E2:E8,G2:G8=\"56.5\")", "Level": "easy", "Tokens": [ "FILTER(", "E1", "G1", "=", "\"56.5\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What was the result for the railway stakes race?", "Formula": "FILTER(A1,C1=\"Railway Stakes\")", "Formula2": "FILTER(A2:A8,C2:C8=\"Railway Stakes\")", "Level": "easy", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"Railway Stakes\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-1358608-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], [ "2", "4th", "11 Nov 2000", "3yo & Up Hcp Restricted", "Ascot", "NA", "1400 m", "53.5", "P. Carbery", "1st - Great Beau" ], [ "3", "Won", "30 Nov 2000", "3yo & Up Hcp Restricted", "Ascot", "NA", "1400 m", "56.5", "P. Carbery", "2nd - Echoes" ], [ "4", "Won", "23 Dec 2000", "R J Peters Stakes", "Ascot", "G3", "1500 m", "52", "P. Carbery", "2nd - Special Jester" ], [ "5", "Won", "30 Dec 2000", "Railway Stakes", "Ascot", "G1", "1600 m", "51", "D. Miller", "2nd - Old Comrade" ], [ "6", "2nd", "27 Jan 2001", "Australia Day Stakes", "Ascot", "LR", "1200 m", "58", "P. Carbery", "1st - Exit Lane" ], [ "7", "Won", "17 Feb 2001", "Clyon Cup", "Caulfield", "G2", "1600 m", "58", "G. Childs", "2nd - Oval Office" ], [ "8", "3rd", "03 Mar 2001", "Victoria Cup", "Caulfield", "NA", "2024 m", "59", "B. Prebble", "1st - Greenstone Charm" ] ] }, { "t5Formulas": [ { "Question": "What is the total number of Total Passengers when the annual change is 28.8% and the rank is less than 8?", "Formula": "ROWS(FILTER(C1,(D1=\"28.8%\")*(A1<8)))", "Formula2": "ROWS(FILTER(C2:C16,(D2:D16=\"28.8%\")*(A2:A16<8)))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "C1", "D1", "=", "\"28.8%\"", "*", "A1", "<", "8" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the sum of Total Passengers when the annual change is 9.7% and the rank is less than 6?", "Formula": "SUM(FILTER(C1,(D1=\"9.7%\")*(A1<6)))", "Formula2": "SUM(FILTER(C2:C16,(D2:D16=\"9.7%\")*(A2:A16<6)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "\"9.7%\"", "*", "A1", "<", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the highest Total Passengers when the annual change is 18.3%, and the rank is less than 11?", "Formula": "MAX(FILTER(C1,(D1=\"18.3%\")*(A1<11)))", "Formula2": "MAX(FILTER(C2:C16,(D2:D16=\"18.3%\")*(A2:A16<11)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "C1", "D1", "=", "\"18.3%\"", "*", "A1", "<", "11" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What location has an annual change of 7.6%", "Formula": "FILTER(B1,D1=\"7.6%\")", "Formula2": "FILTER(B2:B16,D2:D16=\"7.6%\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"7.6%\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-15494883-20", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Location", "Total Passengers", "Annual change", "Capacity in use" ], [ "2", "1", "São Paulo", "18,459,191", "7.6%", "153.8%" ], [ "3", "2", "São Paulo", "15,759,181", "0.5%", "95.5%" ], [ "4", "3", "Brasília", "9,699,911", "2.9%", "131.1%" ], [ "5", "4", "Rio de Janeiro", "8,856,527", "2.3%", "59.0%" ], [ "6", "5", "Salvador", "5,425,747", "19.1%", "90.9%" ], [ "7", "6", "Recife", "3,953,845", "9.7%", "79.1%" ], [ "8", "7", "Porto Alegre", "3,846,508", "9.2%", "63.1%" ], [ "9", "8", "Belo Horizonte", "3,727,501", "28.8%", "74.6%" ], [ "10", "9", "Rio de Janeiro", "3,533,177", "0.8%", "110.4%" ], [ "11", "10", "Curitiba", "3,532,879", "4.1%", "100.9%" ], [ "12", "11", "Fortaleza", "3,282,979", "18.3%", "109.4%" ], [ "13", "12", "Belém", "1,776,008", "16.6%", "65.8%" ], [ "14", "13", "Manaus", "1,689,817", "12.1%", "93.1%" ], [ "15", "14", "Vitória", "1,661,192", "9.5%", "296.6%" ], [ "16", "15", "Florianópolis", "1,630,141", "5.2%", "148.2%" ] ] }, { "t5Formulas": [ { "Question": "Who was the runner up before 2007?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1<2007),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9<2007),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "2007", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "Num" ] } ], "TableName": "test_2-12335018-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Champion", "Count", "Runner-up", "Third Place" ], [ "2", "2006", "Deportivo Municipal", "2", "Universidad San Marcos", "Deportivo Aviación" ], [ "3", "2007", "Universidad César Vallejo", "1", "Atlético Minero", "Universidad Técnica de Cajamarca" ], [ "4", "2008", "Total Clean", "1", "Inti Gas", "Sport Águila" ], [ "5", "2009", "Sport Boys", "2", "Cobresol", "Deportivo Coopsol" ], [ "6", "2010", "Cobresol", "1", "Sport Áncash", "Hijos de Acosvinchos" ], [ "7", "2011", "José Gálvez", "1", "Deportivo Coopsol", "Alianza Unicachi" ], [ "8", "2012", "Pacífico", "1", "Deportivo Coopsol", "Los Caimanes" ], [ "9", "2013", "Los Caimanes", "1", "Alfonso Ugarte", "Atlético Torino" ] ] }, { "t5Formulas": [ { "Question": "Where was game 62 played? ", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=62))", "Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=62))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "62" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What was the final score when the Maple Leafs played the Columbus Blue Jackets? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Columbus Blue Jackets\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,C2:C13=\"Columbus Blue Jackets\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Columbus Blue Jackets\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-16864968-7", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "51", "February 3, 2009", "Florida Panthers", "3–4 (OT)", "Air Canada Centre", "19095", "19–23–9", "47" ], [ "3", "52", "February 4, 2009", "@ Buffalo Sabres", "0–5", "HSBC Arena", "17355", "19–24–9", "47" ], [ "4", "53", "February 7, 2009", "@ Montreal Canadiens", "5–2", "Bell Centre", "21273", "20–24–9", "49" ], [ "5", "54", "February 10, 2009", "@ Florida Panthers", "4–5 (OT)", "BankAtlantic Center", "13764", "20–24–10", "50" ], [ "6", "55", "February 12, 2009", "@ Tampa Bay", "4–6", "St. Pete Times Forum", "16526", "20–25–10", "50" ], [ "7", "56", "February 14, 2009", "Pittsburgh Penguins", "6–2", "Air Canada Centre", "19365", "21–25–10", "52" ], [ "8", "57", "February 17, 2009", "Buffalo Sabres", "1–4", "Air Canada Centre", "19287", "21–26–10", "52" ], [ "9", "58", "February 19, 2009", "Columbus Blue Jackets", "3–4 (SO)", "Air Canada Centre", "19179", "21–26–11", "53" ], [ "10", "59", "February 21, 2009", "Vancouver Canucks", "2–3 (SO)", "Air Canada Centre", "19504", "21–26–12", "54" ], [ "11", "60", "February 22, 2009", "@ New York Rangers", "3–2 (OT)", "Madison Square Garden", "18200", "22–26–12", "56" ], [ "12", "61", "February 25, 2009", "New York Rangers", "2–1 (SO)", "Air Canada Centre", "19383", "23–26–12", "58" ], [ "13", "62", "February 26, 2009", "@ New York Islanders", "5–4 (SO)", "Nassau Veterans Memorial Coliseum", "12201", "24–26–12", "60" ] ] }, { "t5Formulas": [ { "Question": "Who came in 2nd place when Ding Junhui won in 2010?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>2010)*(B1=\"ding junhui\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(A2:A8>2010)*(B2:B8=\"ding junhui\")),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "2010", "*", "B1", "=", "\"ding junhui\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "test_2-12283028-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Winner", "Runner-up", "Final score", "Season" ], [ "2", "2007", "Dominic Dale", "Ryan Day", "10–6", "2007/08" ], [ "3", "2008", "Ricky Walden", "Ronnie O'Sullivan", "10–8", "2008/09" ], [ "4", "2009", "Ronnie O'Sullivan", "Liang Wenbo", "10–5", "2009/10" ], [ "5", "2010", "Ali Carter", "Jamie Burnett", "10–7", "2010/11" ], [ "6", "2011", "Mark Selby", "Mark Williams", "10–9", "2011/12" ], [ "7", "2012", "John Higgins", "Judd Trump", "10–9", "2012/13" ], [ "8", "2013", "Ding Junhui", "Xiao Guodong", "10–6", "2013/14" ] ] }, { "t5Formulas": [ { "Question": "What is the highest position of the team having played under 10 matches?", "Formula": "MAX(FILTER(A1, C1<10))", "Formula2": "MAX(FILTER(A2:A7, C2:C7<10))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "<", "10" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the total number of played values for teams with more than 14 points and more than 1 draw?", "Formula": "SUM(FILTER(C1, (F1>14)*(D1>1)))", "Formula2": "SUM(FILTER(C2:C7, (F2:F7>14)*(D2:D7>1)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", ">", "14", "*", "D1", ">", "1" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the total number of positions having points over 2, more than 4 losses, and under 10 matches played?", "Formula": "SUM(FILTER(A1, (F1>2)*(E1>4)*(C1<10)))", "Formula2": "SUM(FILTER(A2:A7, (F2:F7>2)*(E2:E7>4)*(C2:C7<10)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", ">", "2", "*", "E1", ">", "4", "*", "C1", "<", "10" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-16501954-17", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Name", "Played", "Drawn", "Lost", "Points" ], [ "2", "1", "TSV Trostberg", "10", "1", "1", "17" ], [ "3", "2", "ESC Riverrats Geretsried", "10", "0", "3", "14" ], [ "4", "3", "ERSC Ottobrunn", "10", "1", "4", "11" ], [ "5", "4", "EC Bad Tölz II", "10", "0", "5", "10" ], [ "6", "5", "EHC Bad Aibling", "10", "0", "7", "6" ], [ "7", "6", "DEC Frillensee-Inzell", "10", "0", "9", "2" ] ] }, { "t5Formulas": [ { "Question": "what's the report with location  österreichring", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Österreichring\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"Österreichring\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Österreichring\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the report with race argentine grand prix", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Argentine Grand Prix\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"Argentine Grand Prix\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Argentine Grand Prix\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the minimum rnd with race  italian grand prix", "Formula": "MINIFS(A1,B1,\"Italian Grand Prix\")", "Formula2": "MINIFS(A2:A15,B2:B15,\"Italian Grand Prix\")", "Level": "easy", "Tokens": [ "MINIFS(", "A1", "B1", "\"Italian Grand Prix\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] }, { "Question": "what's the total number of report with date  29 april", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"29 April\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"29 April\"),9))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"29 April\"", "9" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the race winner with constructor  renault", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Renault\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"Renault\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Renault\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "what's the date with rnd  1", "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-1140080-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rnd", "Race", "Date", "Location", "Pole Position", "Fastest Lap", "Race Winner", "Constructor", "Report" ], [ "2", "1", "Argentine Grand Prix", "21 January", "Buenos Aires", "Jacques Laffite", "Jacques Laffite", "Jacques Laffite", "Ligier - Ford", "Report" ], [ "3", "2", "Brazilian Grand Prix", "4 February", "Interlagos", "Jacques Laffite", "Jacques Laffite", "Jacques Laffite", "Ligier - Ford", "Report" ], [ "4", "3", "South African Grand Prix", "3 March", "Kyalami", "Jean-Pierre Jabouille", "Gilles Villeneuve", "Gilles Villeneuve", "Ferrari", "Report" ], [ "5", "4", "United States Grand Prix West", "8 April", "Long Beach", "Gilles Villeneuve", "Gilles Villeneuve", "Gilles Villeneuve", "Ferrari", "Report" ], [ "6", "5", "Spanish Grand Prix", "29 April", "Jarama", "Jacques Laffite", "Gilles Villeneuve", "Patrick Depailler", "Ligier - Ford", "Report" ], [ "7", "6", "Belgian Grand Prix", "13 May", "Zolder", "Jacques Laffite", "Gilles Villeneuve", "Jody Scheckter", "Ferrari", "Report" ], [ "8", "7", "Monaco Grand Prix", "27 May", "Monaco", "Jody Scheckter", "Patrick Depailler", "Jody Scheckter", "Ferrari", "Report" ], [ "9", "8", "French Grand Prix", "1 July", "Dijon-Prenois", "Jean-Pierre Jabouille", "René Arnoux", "Jean-Pierre Jabouille", "Renault", "Report" ], [ "10", "9", "British Grand Prix", "14 July", "Silverstone", "Alan Jones", "Clay Regazzoni", "Clay Regazzoni", "Williams - Ford", "Report" ], [ "11", "10", "German Grand Prix", "29 July", "Hockenheimring", "Jean-Pierre Jabouille", "Gilles Villeneuve", "Alan Jones", "Williams - Ford", "Report" ], [ "12", "11", "Austrian Grand Prix", "12 August", "Österreichring", "René Arnoux", "René Arnoux", "Alan Jones", "Williams - Ford", "Report" ], [ "13", "12", "Dutch Grand Prix", "26 August", "Zandvoort", "René Arnoux", "Gilles Villeneuve", "Alan Jones", "Williams - Ford", "Report" ], [ "14", "13", "Italian Grand Prix", "9 September", "Monza", "Jean-Pierre Jabouille", "Clay Regazzoni", "Jody Scheckter", "Ferrari", "Report" ], [ "15", "14", "Canadian Grand Prix", "30 September", "Île Notre-Dame", "Alan Jones", "Alan Jones", "Alan Jones", "Williams - Ford", "Report" ] ] }, { "t5Formulas": [ { "Question": "Who had the high rebounds when Chris Bosh (16) had the high points?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Chris Bosh (16)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,E2:E13=\"Chris Bosh (16)\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Chris Bosh (16)\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the score when the location attendance was Air Canada Centre 18,067?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Air Canada Centre 18,067\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,H2:H13=\"Air Canada Centre 18,067\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"Air Canada Centre 18,067\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "When did Chris Bosh (14) have the high rebounds?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Chris Bosh (14)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,F2:F13=\"Chris Bosh (14)\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Chris Bosh (14)\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who had the high points on January 23?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"January 23\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,B2:B13=\"January 23\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"January 23\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "How many times was the game 39?", "Formula": "ROWS(UNIQUE(FILTER(I1, A1=39)))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I13, A2:A13=39)))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "A1", "=", "39" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ] } ], "TableName": "train_1-11960407-4", "Table": [ [ "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", "33", "January 4", "Detroit", "L 85–101 (OT)", "Andrea Bargnani (25)", "Chris Bosh (16)", "José Calderón (9)", "Air Canada Centre 19,800", "17–16" ], [ "3", "34", "January 6", "Cleveland", "L 90–93 (OT)", "Chris Bosh (23)", "Anthony Parker (9)", "José Calderón (11)", "Air Canada Centre 19,800", "17–17" ], [ "4", "35", "January 9", "Philadelphia", "W 109–96 (OT)", "Anthony Parker (22)", "Jamario Moon (9)", "José Calderón (9)", "Air Canada Centre 18,067", "18–17" ], [ "5", "36", "January 11", "@ New York", "W 99–90 (OT)", "Chris Bosh (40)", "Chris Bosh (11)", "José Calderón (8)", "Madison Square Garden 17,456", "19–17" ], [ "6", "37", "January 13", "Portland", "W 116–109 (2OT)", "Chris Bosh (38)", "Chris Bosh (14)", "José Calderón (10)", "Air Canada Centre 19,800", "20–17" ], [ "7", "38", "January 15", "@ Detroit", "L 89–103 (OT)", "Chris Bosh (16)", "Chris Bosh (11)", "José Calderón (5)", "The Palace of Auburn Hills 22,076", "20–18" ], [ "8", "39", "January 16", "Sacramento", "W 116–91 (OT)", "Chris Bosh (31)", "Chris Bosh (9)", "José Calderón (14)", "Air Canada Centre 17,760", "21–18" ], [ "9", "40", "January 18", "Atlanta", "W 89–78 (OT)", "Chris Bosh (35)", "Chris Bosh (9)", "José Calderón (9)", "Air Canada Centre 19,800", "22–18" ], [ "10", "41", "January 19", "@ Philadelphia", "L 95–99 (OT)", "Chris Bosh (25)", "Chris Bosh , Jamario Moon (9)", "José Calderón (11)", "Wachovia Center 13,853", "22–19" ], [ "11", "42", "January 23", "@ Boston", "W 114–112 (OT)", "José Calderón (24)", "Andrea Bargnani , Chris Bosh (7)", "José Calderón (13)", "TD Banknorth Garden 18,624", "23–19" ], [ "12", "43", "January 25", "Milwaukee", "W 106–75 (OT)", "Chris Bosh (32)", "Andrea Bargnani , Chris Bosh (7)", "José Calderón (12)", "Air Canada Centre 19,800", "24–19" ], [ "13", "44", "January 29", "@ Washington", "L 104–108 (OT)", "Chris Bosh (37)", "Chris Bosh (12)", "José Calderón (13)", "Verizon Center 12,905", "24–20" ] ] }, { "t5Formulas": [ { "Question": "Name the height for 2008 club of trentino volley", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"trentino volley\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"trentino volley\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"trentino volley\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Who was in the 2008 club of gabeca montichiari?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gabeca montichiari\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"gabeca montichiari\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gabeca montichiari\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10955187-17", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Height", "Weight", "Spike", "2008 club" ], [ "2", "Nikola Kovačević Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "RPA Perugia" ], [ "3", "Dejan Bojović Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Gabeca Montichiari" ], [ "4", "Novica Bjelica Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Copra Nordmeccanica" ], [ "5", "Bojan Janić Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Marmi Lanza Verona" ], [ "6", "Vlado Petković Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Budućnost Podgorica" ], [ "7", "Marko Samardžić Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Tours VB" ], [ "8", "Nikola Grbić Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Trentino Volley" ], [ "9", "Miloš Nikić Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Sparkling Milano" ], [ "10", "Andrija Gerić Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Lube Banca Marche" ], [ "11", "Ivan Miljković Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "M. Roma Volley" ], [ "12", "Saša Starović Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Budućnost Podgorica" ], [ "13", "Marko Podraščanin Category:Articles with hCards", "m ()", "kg (lb)", "cm (in)", "Famigliulo Corigliano" ] ] }, { "t5Formulas": [ { "Question": "When 6 is the w what is the pa?", "Formula": "SUM(FILTER(E1, B1=6))", "Formula2": "SUM(FILTER(E2:E12, B2:B12=6))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "6" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When 5 is the l what is the lowest amount of stolen ends?", "Formula": "MIN(FILTER(I1, C1=5))", "Formula2": "MIN(FILTER(I2:I12, C2:C12=5))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "I1", "C1", "=", "5" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "When 52 is the ends won what is the skip(club)?", "Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=52))", "Formula2": "LET(query1,SUMMARIZE(A2:A12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)=52))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "52" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "When jeff currie (port arthur) is the skip (club) what is the lowest amount of stolen ends?", "Formula": "MINIFS(I1,A1,\"Jeff Currie (Port Arthur)\")", "Formula2": "MINIFS(I2:I12,A2:A12,\"Jeff Currie (Port Arthur)\")", "Level": "easy", "Tokens": [ "MINIFS(", "I1", "A1", "\"Jeff Currie (Port Arthur)\"" ], "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "test_1-29565541-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Skip (Club)", "W", "L", "PF", "PA", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends" ], [ "2", "Joe Scharf (Fort William)", "9", "2", "72", "50", "40", "34", "24", "11" ], [ "3", "Brad Jacobs (Soo C.A)", "9", "2", "71", "36", "40", "29", "22", "12" ], [ "4", "Mike Jakubo (Copper Cliff)", "7", "4", "65", "52", "42", "38", "18", "12" ], [ "5", "Mike Assad (Fort William)", "7", "4", "80", "62", "52", "45", "9", "15" ], [ "6", "Mike Pozihun (Port Arthur)", "7", "4", "72", "53", "49", "38", "13", "14" ], [ "7", "John Salo (Geraldton)", "6", "5", "57", "65", "45", "39", "15", "16" ], [ "8", "Bryan Burgess (Fort William)", "5", "6", "68", "73", "42", "46", "18", "7" ], [ "9", "Jeff Currie (Port Arthur)", "5", "6", "64", "68", "43", "47", "15", "11" ], [ "10", "Robbie Gordon (Sudbury)", "4", "7", "59", "65", "42", "46", "16", "10" ], [ "11", "Tim Nordin (Stratton)", "3", "8", "41", "75", "30", "52", "17", "10" ], [ "12", "David MacInnes (Englehart)", "2", "9", "51", "72", "35", "40", "16", "8" ] ] }, { "t5Formulas": [ { "Question": "What was the Peak Position on July 11, 2001?", "Formula": "SUMIFS(C1,A1,\"july 11, 2001\")", "Formula2": "SUMIFS(C2:C9,A2:A9,\"july 11, 2001\")", "Level": "easy", "Tokens": [ "SUMIFS(", "C1", "A1", "\"july 11, 2001\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "On December 12, 2001, how many weeks had the single been in its position?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 12, 2001\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"december 12, 2001\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"december 12, 2001\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-1754908-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Title", "Peak position", "Weeks", "Sales" ], [ "2", "December 13, 2000", "\" M \"", "1", "18 weeks", "1,319,070" ], [ "3", "January 31, 2001", "\" Evolution \"", "1", "17 weeks", "955,250" ], [ "4", "March 7, 2001", "\" Never Ever \"", "1", "12 weeks", "756,980" ], [ "5", "May 16, 2001", "\" Endless Sorrow \"", "1", "11 weeks", "768,510" ], [ "6", "July 11, 2001", "\" Unite! \"", "1", "17 weeks", "571,110" ], [ "7", "September 27, 2001", "\" Dearest \"", "1", "16 weeks", "750,420" ], [ "8", "December 12, 2001", "\" A Song Is Born \"", "1", "10 weeks", "441,410" ], [ "9", "March 6, 2002", "\" Daybreak (re-cut single)\"", "2", "9 weeks", "197,140" ] ] }, { "t5Formulas": [ { "Question": "Tell me the result for 2007-09-29", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2007-09-29\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"2007-09-29\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2007-09-29\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-10261025-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "2007-05-27", "Lobamba , Swaziland", "1–0", "2–0", "COSAFA Cup" ], [ "3", "2007-05-27", "Lobamba , Swaziland", "2–0", "2–0", "COSAFA Cup" ], [ "4", "2007-09-29", "Atteridgeville , South Africa", "1–0", "1–0", "COSAFA Cup" ], [ "5", "2007-11-20", "Durban , South Africa", "1–0", "2–0", "Friendly match" ], [ "6", "2007-11-20", "Durban , South Africa", "2–0", "2–0", "Friendly match" ], [ "7", "2008-08-19", "London, England", "2–2", "2–2", "Friendly match" ], [ "8", "2008-11-19", "Rustenburg , South Africa", "1–0", "3–2", "Nelson Mandela Challenge" ], [ "9", "2008-11-19", "Rustenburg , South Africa", "2–0", "3–2", "Nelson Mandela Challenge" ], [ "10", "2009-01-27", "Atteridgeville , South Africa", "1–0", "1–0", "Friendly match" ], [ "11", "2010-05-27", "Johannesburg , South Africa", "1–0", "2–1", "Friendly match" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the sum of Area km 2 that has the Official Name of glenelg?", "Formula": "SUM(FILTER(C1,A1=\"glenelg\"))", "Formula2": "SUM(FILTER(C2:C14,A2:A14=\"glenelg\"))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"glenelg\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "Can you tell me the lowest Area km 2 that has the Population of 2,352?", "Formula": "MIN(FILTER(C1,D1=\"2,352\"))", "Formula2": "MIN(FILTER(C2:C14,D2:D14=\"2,352\"))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "C1", "D1", "=", "\"2,352\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-171354-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Alnwick", "Parish", "734.57", "5,922", "620 of 5,008" ], [ "3", "Northesk", "Parish", "3,352.99", "2,352", "1,198 of 5,008" ], [ "4", "Hardwicke", "Parish", "278.60", "2,329", "1,205 of 5,008" ], [ "5", "Blackville", "Parish", "823.40", "2,215", "1,241 of 5,008" ], [ "6", "Southesk", "Parish", "2,459.43", "1,833", "1,422 of 5,008" ], [ "7", "Glenelg", "Parish", "504.80", "1,610", "1,547 of 5,008" ], [ "8", "Ludlow", "Parish", "1,016.66", "1,568", "1,557 of 5,008" ], [ "9", "Newcastle", "Parish", "577.47", "1,220", "1,829 of 5,008" ], [ "10", "Rogersville", "Parish", "326.36", "1,213", "1,836 of 5,008" ], [ "11", "Derby", "Parish", "61.02", "998", "2,075 of 5,008" ], [ "12", "Nelson", "Parish", "353.80", "935", "2,167 of 5,008" ], [ "13", "Chatham", "Parish", "22.26", "522", "2,948 of 5,008" ], [ "14", "Blissfield", "Parish", "1,240.26", "501", "3,004 of 5,008" ] ] }, { "t5Formulas": [ { "Question": "Which 2007 is the lowest one that has a 2004 of 78, and a 2006 smaller than 80?", "Formula": "SUM(FILTER(F1, (C1=78)*(E1<80)))", "Formula2": "SUM(FILTER(F2:F7, (C2:C7=78)*(E2:E7<80)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "78", "*", "E1", "<", "80" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "Which 2005 is the lowest one that has a Grade smaller than 6, and a 2008 smaller than 80, and a 2006 larger than 72?", "Formula": "SUM(FILTER(D1, (B1<6)*(G1<80)*(E1>72)))", "Formula2": "SUM(FILTER(D2:D7, (B2:B7<6)*(G2:G7<80)*(E2:E7>72)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "<", "6", "*", "G1", "<", "80", "*", "E1", ">", "72" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ] } ], "TableName": "test_2-15188505-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Subject", "Grade", "2004", "2005", "2006", "2007", "2008", "2009", "2010" ], [ "2", "Mathematics", "6", "99", "75", "80", "72", "77", "92", "90" ], [ "3", "Reading", "6", "78", "83", "80", "74", "87", "94", "93" ], [ "4", "Writing", "6", "72", "73", "80", "81", "87", "94", "95" ], [ "5", "Mathematics", "3", "75", "72", "74", "72", "80", "77", "78" ], [ "6", "Reading", "3", "57", "63", "72", "72", "76", "69", "68" ], [ "7", "Writing", "3", "56", "69", "76", "90", "83", "79", "81" ] ] }, { "t5Formulas": [ { "Question": "Tell me the date for emery and home of ottawa with attendance more than 19,575", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"emery\")*(D1=\"ottawa\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19575))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,(E2:E11=\"emery\")*(D2:D11=\"ottawa\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19575))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"emery\"", "*", "D1", "=", "\"ottawa\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "19575" ], "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" ] } ], "TableName": "test_2-11622632-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "April 1", "Washington Capitals", "1–0", "Ottawa", "Emery", "19,403", "49–17–7" ], [ "3", "April 3", "Atlanta Thrashers", "4–6", "Ottawa", "Emery", "18,742", "50–17–7" ], [ "4", "April 5", "Ottawa", "4–5", "Buffalo Sabres", "Emery", "17,622", "50–17–8" ], [ "5", "April 6", "Montreal Canadiens", "5–2", "Ottawa", "Emery", "19,929", "50–18–8" ], [ "6", "April 8", "Buffalo Sabres", "6–2", "Ottawa", "Emery", "19,575", "50–19–8" ], [ "7", "April 10", "Ottawa", "2–3", "Montreal Canadiens", "Emery", "21,273", "50–20–8" ], [ "8", "April 11", "Boston Bruins", "3–4", "Ottawa", "Morrison", "18,279", "51–20–8" ], [ "9", "April 13", "Florida Panthers", "5–4", "Ottawa", "Morrison", "19,173", "51–20–9" ], [ "10", "April 15", "Ottawa", "1–5", "Toronto Maple Leafs", "Emery", "19,410", "51–21–9" ], [ "11", "April 18", "Ottawa", "5–1", "New York Rangers", "Emery", "18,200", "52–21–9" ] ] }, { "t5Formulas": [ { "Question": "How many cuts did he make in the tournament with 3 top 25s and under 13 events?", "Formula": "MAX(FILTER(E1,(C1=3)*(D1<13)))", "Formula2": "MAX(FILTER(E2:E6,(C2:C6=3)*(D2:D6<13)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "=", "3", "*", "D1", "<", "13" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "How many cuts made in the tournament he played 13 times?", "Formula": "SUM(FILTER(E1,D1>13))", "Formula2": "SUM(FILTER(E2:E6,D2:D6>13))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "13" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ] }, { "Question": "How many cuts did he make at the PGA championship in 3 events?", "Formula": "MAX(FILTER(E1,(A1=\"pga championship\")*(D1>3)))", "Formula2": "MAX(FILTER(E2:E6,(A2:A6=\"pga championship\")*(D2:D6>3)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "=", "\"pga championship\"", "*", "D1", ">", "3" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] } ], "TableName": "dev_2-12702607-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tournament", "Wins", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "2", "0" ], [ "3", "U.S. Open", "0", "1", "4", "2" ], [ "4", "The Open Championship", "0", "1", "4", "1" ], [ "5", "PGA Championship", "0", "1", "3", "1" ], [ "6", "Totals", "0", "3", "13", "4" ] ] }, { "t5Formulas": [ { "Question": "What was week 3 score?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-10651617-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "August 14, 1957", "at Detroit Lions", "L 20–10", "40,150" ], [ "3", "2", "August 24, 1957", "vs. Pittsburgh Steelers at Akron", "W 28–13", "26,669" ], [ "4", "3", "September 1, 1957", "at San Francisco 49ers", "L 21–17", "32,840" ], [ "5", "4", "September 6, 1957", "at Los Angeles Rams", "L 20–14", "45,011" ], [ "6", "5", "September 14, 1957", "Detroit Lions", "W 23–7", "34,369" ], [ "7", "6", "September 20, 1957", "at Chicago Bears", "L 29–3", "47,354" ] ] }, { "t5Formulas": [ { "Question": "Which rank had the Labour party winning in 2003, a swing to gain that was larger than 2.13, a lab hold as a result, and which took place in the Linlithgow constituency?", "Formula": "SUM(FILTER(A1, (C1=\"labour\")*(D1>2.13)*(F1=\"lab hold\")*(B1=\"linlithgow\")))", "Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"labour\")*(D2:D12>2.13)*(F2:F12=\"lab hold\")*(B2:B12=\"linlithgow\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"labour\"", "*", "D1", ">", "2.13", "*", "F1", "=", "\"lab hold\"", "*", "B1", "=", "\"linlithgow\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ] }, { "Question": "Which party won in 2003, that had a swing to gain of less than 2.92 and which resulted in a ld hold?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"ld hold\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<2.92))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,F2:F12=\"ld hold\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<2.92))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"ld hold\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "2.92" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] }, { "Question": "Which constituency had the conservative party win in 2003?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"conservative\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"conservative\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"conservative\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11105214-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Constituency", "Winning party 2003", "Swing to gain", "SNP's place 2003", "Result" ], [ "2", "1", "Galloway & Upper Nithsdale", "Conservative", "0.17", "2nd", "Con hold" ], [ "3", "2", "Tweeddale, Ettrick & Lauderdale", "Liberal Democrats", "1.01", "2nd", "LD hold" ], [ "4", "3", "Cumbernauld & Kilsyth", "Labour", "1.07", "2nd", "Lab hold" ], [ "5", "4", "Kilmarnock & Loudoun", "Labour", "1.92", "2nd", "SNP gain" ], [ "6", "5", "Dundee West", "Labour", "2.13", "2nd", "SNP gain" ], [ "7", "6", "Western Isles", "Labour", "2.91", "2nd", "SNP gain" ], [ "8", "7", "Glasgow Govan", "Labour", "2.92", "2nd", "SNP gain" ], [ "9", "8", "Aberdeen Central", "Labour", "2.96", "2nd", "Lab hold" ], [ "10", "9", "Linlithgow", "Labour", "3.56", "2nd", "Lab hold" ], [ "11", "10", "West Renfrewshire", "Labour", "4.41", "2nd", "Lab hold" ], [ "12", "11", "Paisley South", "Labour", "4.91", "2nd", "Lab hold" ] ] }, { "t5Formulas": [ { "Question": "What team with a Game smaller than 18 has the lowest Goal Gain?", "Formula": "MIN(FILTER(E1,B1<18))", "Formula2": "MIN(FILTER(E2:E11,B2:B11<18))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "<", "18" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num" ] } ], "TableName": "dev_2-10661133-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Team", "Game", "Draw", "Loss", "Goal Gain", "Goal Loss", "Goal Diff", "Point" ], [ "2", "Sun Hei", "18", "2", "2", "47", "18", "29", "44" ], [ "3", "Kitchee", "18", "0", "4", "43", "19", "24", "42" ], [ "4", "Happy Valley", "18", "2", "4", "42", "23", "19", "38" ], [ "5", "Buler Rangers", "18", "0", "9", "32", "28", "4", "27" ], [ "6", "Xiangxue Pharmaceutical", "18", "4", "8", "28", "26", "2", "22" ], [ "7", "Nancheng Real Estate †", "18", "5", "8", "25", "31", "-8", "20" ], [ "8", "South China", "18", "5", "8", "21", "28", "-7", "20" ], [ "9", "Fukien", "18", "3", "10", "17", "31", "-14", "18" ], [ "10", "Sunray Cave", "18", "6", "9", "14", "32", "-18", "15" ], [ "11", "Fire Services (R)", "18", "3", "14", "14", "53", "-29", "6" ] ] }, { "t5Formulas": [ { "Question": "Which city has a frequency of 104.5 fm?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"104.5 fm\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"104.5 fm\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"104.5 fm\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the frequency of Walterboro, SC?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"walterboro, sc\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"walterboro, sc\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"walterboro, sc\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the FCC information of 104.5 fm frequency?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"104.5 fm\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"104.5 fm\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"104.5 fm\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Charleston, SC ERP W?", "Formula": "SUMIFS(D1,C1,\"charleston, sc\")", "Formula2": "SUMIFS(D2:D7,C2:C7,\"charleston, sc\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "C1", "\"charleston, sc\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What does the ERP W sum equal for 105.1 fm frequency?", "Formula": "SUMIFS(D1,B1,\"105.1 fm\")", "Formula2": "SUMIFS(D2:D7,B2:B7,\"105.1 fm\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "B1", "\"105.1 fm\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is surfside beach, SC frequency?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"surfside beach, sc\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"surfside beach, sc\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"surfside beach, sc\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-14996829-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Call sign", "Frequency MHz", "City of license", "ERP W", "Class", "FCC info" ], [ "2", "W203BQ", "88.5 FM", "Walterboro, SC", "30", "D", "FCC" ], [ "3", "W298AJ", "107.5 FM", "Boone, NC", "10", "D", "FCC" ], [ "4", "W227BK", "93.3 FM", "Surfside Beach, SC", "27", "D", "FCC" ], [ "5", "W238BI", "95.5 FM", "Georgetown, SC", "10", "D", "FCC" ], [ "6", "W283AV", "104.5 FM", "Little River, SC", "5", "D", "FCC" ], [ "7", "W286AY", "105.1 FM", "Charleston, SC", "117", "D", "FCC" ] ] }, { "t5Formulas": [ { "Question": "What is the average Wkts, when Player is Beau Casson, and when Ovrs is greater than 32?", "Formula": "AVERAGE(FILTER(B1, (A1=\"beau casson\")*(E1>32)))", "Formula2": "AVERAGE(FILTER(B2:B9, (A2:A9=\"beau casson\")*(E2:E9>32)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "A1", "=", "\"beau casson\"", "*", "E1", ">", "32" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ] }, { "Question": "What is the highest Ovrs, when Econ is 2.02?", "Formula": "MAX(FILTER(E1, D1=2.02))", "Formula2": "MAX(FILTER(E2:E9, D2:D9=2.02))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "=", "2.02" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "What is the lowest Ovrs, when Wkts is greater than 13, and when Econ is less than 3.21?", "Formula": "MIN(FILTER(E1, (B1>13)*(D1<3.21)))", "Formula2": "MIN(FILTER(E2:E9, (B2:B9>13)*(D2:D9<3.21)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", ">", "13", "*", "D1", "<", "3.21" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "test_2-16840834-9", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Wkts", "Runs", "Econ", "Ovrs" ], [ "2", "Brett Lee", "18", "427", "3.21", "132.4" ], [ "3", "Stuart Clark", "13", "251", "2.28", "110.0" ], [ "4", "Mitchell Johnson", "10", "347", "3.31", "104.5" ], [ "5", "Stuart MacGill", "5", "325", "4.27", "76.0" ], [ "6", "Michael Clarke", "4", "77", "1.92", "40.0" ], [ "7", "Beau Casson", "3", "129", "4.03", "32.0" ], [ "8", "Andrew Symonds", "1", "73", "2.02", "36.0" ], [ "9", "Michael Hussey", "0", "14", "2.33", "6.0" ] ] }, { "t5Formulas": [ { "Question": "What is the cospar ID of the Kosmos 2397 satellite, which has an operational life of 2 months?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"2 months\")*(A1=\"Kosmos 2397\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(G2:G8=\"2 months\")*(A2:A8=\"Kosmos 2397\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"2 months\"", "*", "A1", "=", "\"Kosmos 2397\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the launch date the satellite with cospar ID is 2008-033A?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"2008-033A\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"2008-033A\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"2008-033A\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What it the international designation for the kosmos 2379 satellite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Kosmos 2379\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Kosmos 2379\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Kosmos 2379\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the estimated end date for the 2001-037a international designated satellite?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"2001-037A\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"2001-037A\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"2001-037A\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-18161217-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Satellite", "COSPAR ID", "SATCAT No.", "Product Number", "Launch Date", "Estimated End Date[ clarification needed ]", "Estimated Operational Life" ], [ "2", "Kosmos 2133", "1991-010A", "21111", "7120", "14 February 1991", "9 November 1995", "4 years 9 months" ], [ "3", "Kosmos 2224", "1992-088A", "22269", "7121", "17 December 1992", "17 June 1999", "6 years 6 months" ], [ "4", "Kosmos 2282", "1994-038A", "23168", "7123", "6 July 1994", "29 December 1995", "1 year 5 months" ], [ "5", "Kosmos 2350", "1998-025A", "25315", "7122", "29 April 1998", "29 June 1998", "2 months" ], [ "6", "Kosmos 2379", "2001-037A", "26892", "7124", "24 August 2001", "late 2009/early 2010", "8 years" ], [ "7", "Kosmos 2397", "2003-015A", "27775", "7126", "24 April 2003", "June 2003", "2 months" ], [ "8", "Kosmos 2440", "2008-033A", "33108", "7127", "26 June 2008", "February 2010", "1 year 4 months" ] ] }, { "t5Formulas": [ { "Question": "Which english website has a daily frequency ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"english\")*(B1=\"daily\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"english\")*(B2:B9=\"daily\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"english\"", "*", "B1", "=", "\"daily\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the frequency of the newspaper, el diario de nuevo laredo in the city of nuevo laredo ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"nuevo laredo\")*(A1=\"el diario de nuevo laredo\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"nuevo laredo\")*(A2:A9=\"el diario de nuevo laredo\")),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"nuevo laredo\"", "*", "A1", "=", "\"el diario de nuevo laredo\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the website of the Laredo Sun in the city of Laredo ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"laredo\")*(A1=\"laredo sun\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"laredo\")*(A2:A9=\"laredo sun\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"laredo\"", "*", "A1", "=", "\"laredo sun\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name of the newspaper with the website liderinformativo.com ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"liderinformativo.com\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"liderinformativo.com\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"liderinformativo.com\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which website is in english and has the frequency of an online newspaper ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"english\")*(B1=\"online newspaper\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"english\")*(B2:B9=\"online newspaper\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"english\"", "*", "B1", "=", "\"online newspaper\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which city has spanish news on the website ultimahora.com ?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"spanish\")*(E1=\"ultimahora.com\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"spanish\")*(E2:E9=\"ultimahora.com\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"spanish\"", "*", "E1", "=", "\"ultimahora.com\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12394513-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Frequency", "Language", "City", "Website" ], [ "2", "El Diario de Nuevo Laredo", "Daily", "Spanish", "Nuevo Laredo", "diario.net" ], [ "3", "El Mañana", "Daily", "Spanish", "Nuevo Laredo", "elmanana.com.mx" ], [ "4", "LareDOS", "Monthly", "English", "Laredo", "laredosnews.com" ], [ "5", "Laredo Morning Times", "Daily", "English", "Laredo", "lmtonline.com" ], [ "6", "Laredo Sun", "Online Newspaper", "English", "Laredo", "laredosun.us" ], [ "7", "Lider", "Daily", "Spanish", "Nuevo Laredo", "liderinformativo.com" ], [ "8", "Primera Hora", "Daily", "Spanish", "Nuevo Laredo", "primerahora.com" ], [ "9", "Última Hora", "Daily", "Spanish", "Nuevo Laredo", "ultimahora.com" ] ] }, { "t5Formulas": [ { "Question": "What is Finish, when Country is \"South Africa\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"south africa\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"south africa\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"south africa\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is Player, when Country is \"United States\", and when Year(s) Won is \"1976\"?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"united states\")*(C1=1976)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(B2:B10=\"united states\")*(C2:C10=1976)),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"united states\"", "*", "C1", "=", "1976", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ] } ], "TableName": "train_2-17245444-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Hale Irwin", "United States", "1974", "284", "E", "1" ], [ "3", "Gary Player", "South Africa", "1965", "286", "+2", "T2" ], [ "4", "Jerry Pate", "United States", "1976", "286", "+2", "T2" ], [ "5", "Jack Nicklaus", "United States", "1962 , 1967 , 1972", "291", "+7", "T9" ], [ "6", "Andy North", "United States", "1978", "293", "+9", "T11" ], [ "7", "Lee Trevino", "United States", "1968 , 1971", "295", "+11", "T19" ], [ "8", "Hubert Green", "United States", "1977", "296", "+12", "24" ], [ "9", "Lou Graham", "United States", "1975", "297", "+13", "T25" ], [ "10", "Arnold Palmer", "United States", "1960", "305", "+21", "T59" ] ] }, { "t5Formulas": [ { "Question": "What player has a college named san sebastian?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"san sebastian\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"san sebastian\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"san sebastian\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What college has pick 45", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=45))", "Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=45))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "45" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-10791466-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Player", "Country of origin*", "PBA team", "College" ], [ "2", "39", "David Friedhof", "United States", "Tanduay Rhum Masters", "Apple Valley High School" ], [ "3", "40", "Arvin Adovo", "Philippines", "Shell Turbo Chargers", "Santo Tomas" ], [ "4", "41", "Joshua Lambert", "United States", "Pop Cola Panthers", "Air Force" ], [ "5", "42", "Jerald Ybañes", "Philippines", "Mobiline Phone Pals", "East" ], [ "6", "43", "Peter June Simon #", "Philippines", "Sta. Lucia Realtors", "Mindanao" ], [ "7", "44", "Topex Robinson", "Philippines", "Tanduay Rhum Masters", "San Sebastian" ], [ "8", "45", "Allen Patrimonio", "Philippines", "San Miguel Beermen", "La Salle-Manila" ], [ "9", "46", "Isagani Malindog", "Philippines", "San Miguel Beermen", "National" ] ] }, { "t5Formulas": [ { "Question": "What max processor has a maximum memory of 256 gb?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"256 GB\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=\"256 GB\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"256 GB\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the max memory of the t5120 model?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"T5120\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"T5120\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"T5120\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the lowest ru?", "Formula": "MIN(B1)", "Formula2": "MIN(B2:B8)", "Level": "easy", "Tokens": [ "MIN(", "B1" ], "Funcs": [ "MIN(", "Cell" ] }, { "Question": "What ga date do the models with 1.0, 1.2, 1.4ghz processor frequencies have?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"1.0, 1.2, 1.4GHz\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"1.0, 1.2, 1.4GHz\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"1.0, 1.2, 1.4GHz\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the ga date of the t5120 model?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"T5120\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"T5120\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"T5120\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-10818465-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Model", "RU", "Max processors", "Processor frequency", "Max memory", "Max disk capacity", "GA Date" ], [ "2", "M3000", "2", "1× SPARC64 VII or VII+", "2.52, 2.75GHz (VII) or 2.86GHz (VII+)", "64 GB", "4× 2.5\" SAS", "October 2008 (VII), April 2011 (VII+)" ], [ "3", "T1000", "1", "1× UltraSPARC T1", "1.0GHz", "32 GB", "One 3.5\" SATA or Two 2.5\" SAS", "March 2006" ], [ "4", "T2000", "2", "1× UltraSPARC T1", "1.0, 1.2, 1.4GHz", "64 GB", "Up to four 2.5\" SAS", "December 2005" ], [ "5", "T5120", "1", "1× UltraSPARC T2", "1.2, 1.4GHz", "128 GB", "Up to eight 2.5\" SAS", "November 2007" ], [ "6", "T5140", "1", "2× UltraSPARC T2+", "1.2, 1.4GHz", "128 GB", "Up to eight 2.5\" SAS", "April 2008" ], [ "7", "T5220", "2", "1× UltraSPARC T2", "1.2, 1.4GHz", "128 GB", "Up to sixteen 2.5\" SAS", "November 2007" ], [ "8", "T5240", "2", "2× UltraSPARC T2+", "1.2, 1.4GHz", "256 GB", "Up to sixteen 2.5\" SAS", "April 2008" ] ] }, { "t5Formulas": [ { "Question": "What regular seasons occurred in 2011?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2011),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=2011),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2011", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What is the largest numbered?", "Formula": "SUM(B1)", "Formula2": "SUM(B2:B6)", "Level": "easy", "Tokens": [ "SUM(", "B1" ], "Funcs": [ "SUM(", "Cell" ] } ], "TableName": "train_1-14723382-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Regular Season", "Playoffs", "Open Cup" ], [ "2", "2008", "4", "NPSL", "3rd, Southeast", "Did not qualify", "Did not enter" ], [ "3", "2009", "4", "NPSL", "1st, Southeast", "National Semi Finals", "Did not qualify" ], [ "4", "2010", "4", "NPSL", "3rd, Southeast", "Did not qualify", "Did not qualify" ], [ "5", "2011", "4", "NPSL", "6th, Southeast", "Did not qualify", "Did not qualify" ], [ "6", "2012", "4", "NPSL", "3rd, South-Southeast-West", "Did not qualify", "Did not qualify" ] ] }, { "t5Formulas": [ { "Question": "What is the highest losses for more than 11 wins, a goal difference greater than 5, a 3 position, and more than 3 draws?", "Formula": "MAX(FILTER(G1, (E1>11)*(J1>5)*(A1=3)*(F1>3)))", "Formula2": "MAX(FILTER(G2:G17, (E2:E17>11)*(J2:J17>5)*(A2:A17=3)*(F2:F17>3)))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "G1", "E1", ">", "11", "*", "J1", ">", "5", "*", "A1", "=", "3", "*", "F1", ">", "3" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the average points with less than 30 played?", "Formula": "AVERAGE(FILTER(D1, C1<30))", "Formula2": "AVERAGE(FILTER(D2:D17, C2:C17<30))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", "<", "30" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ] }, { "Question": "What is the lowest amount of draws club ud lérida, which has less than 41 goals, has?", "Formula": "MIN(FILTER(F1, (B1=\"ud lérida\")*(H1<41)))", "Formula2": "MIN(FILTER(F2:F17, (B2:B17=\"ud lérida\")*(H2:H17<41)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "B1", "=", "\"ud lérida\"", "*", "H1", "<", "41" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] }, { "Question": "What is the total amount of points for a position less than 7, 68 goals for, and less than 30 played?", "Formula": "SUM(FILTER(D1, (A1<7)*(H1=68)*(C1<30)))", "Formula2": "SUM(FILTER(D2:D17, (A2:A17<7)*(H2:H17=68)*(C2:C17<30)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "<", "7", "*", "H1", "=", "68", "*", "C1", "<", "30" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is teh average amount of goals for club real avilés cf, which has more than 59 goals against and a -10 goal difference?", "Formula": "AVERAGE(FILTER(H1, (I1>59)*(B1=\"real avilés cf\")*(J1>-10)))", "Formula2": "AVERAGE(FILTER(H2:H17, (I2:I17>59)*(B2:B17=\"real avilés cf\")*(J2:J17>-10)))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "H1", "I1", ">", "59", "*", "B1", "=", "\"real avilés cf\"", "*", "J1", ">", "-", "10" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "-", "Num" ] }, { "Question": "What is the average goal difference of club cultural leonesa, which has more than 27 points and less than 9 losses?", "Formula": "AVERAGE(FILTER(J1, (D1>27)*(G1<9)*(B1=\"cultural leonesa\")))", "Formula2": "AVERAGE(FILTER(J2:J17, (D2:D17>27)*(G2:G17<9)*(B2:B17=\"cultural leonesa\")))", "Level": "easy", "Tokens": [ "AVERAGE(", "FILTER(", "J1", "D1", ">", "27", "*", "G1", "<", "9", "*", "B1", "=", "\"cultural leonesa\"" ], "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "test_2-17421790-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Position", "Club", "Played", "Points", "Wins", "Draws", "Losses", "Goals for", "Goals against", "Goal Difference" ], [ "2", "1", "Cultural Leonesa", "30", "40", "18", "4", "8", "68", "38", "+30" ], [ "3", "2", "Real Oviedo", "30", "39", "18", "3", "9", "61", "33", "+28" ], [ "4", "3", "Real Zaragoza", "30", "39", "18", "3", "9", "69", "41", "+28" ], [ "5", "4", "Real Gijón CF", "30", "38", "15", "8", "7", "50", "34", "+16" ], [ "6", "5", "CD Logroñés", "30", "36", "15", "6", "9", "52", "43", "+9" ], [ "7", "6", "Baracaldo AH", "30", "33", "15", "3", "12", "47", "42", "+5" ], [ "8", "7", "CP La Felguera", "30", "30", "11", "8", "11", "41", "45", "-4" ], [ "9", "8", "SD Eibar", "30", "29", "13", "3", "14", "54", "51", "+3" ], [ "10", "9", "CA Osasuna", "30", "29", "12", "5", "13", "56", "57", "-1" ], [ "11", "10", "UD Lérida", "30", "27", "10", "7", "13", "41", "56", "-15" ], [ "12", "11", "SD La España Industrial", "30", "26", "9", "8", "13", "46", "45", "+1" ], [ "13", "12", "Club Ferrol", "30", "24", "9", "6", "15", "35", "59", "-24" ], [ "14", "13", "Caudal Deportivo", "30", "24", "8", "8", "14", "49", "59", "-10" ], [ "15", "14", "Club Sestao", "30", "23", "8", "7", "15", "45", "56", "-11" ], [ "16", "15", "Real Avilés CF", "30", "23", "10", "3", "17", "50", "60", "-10" ], [ "17", "16", "CD Juvenil", "30", "20", "5", "10", "15", "40", "85", "-45" ] ] }, { "t5Formulas": [ { "Question": "Can you tell me the lowest Points won that has the Total matches of 4, and the Total W-L-H of 4-0-0?", "Formula": "MIN(FILTER(D1,(B1=4)*(C1=\"4-0-0\")))", "Formula2": "MIN(FILTER(D2:D8,(B2:B8=4)*(C2:C8=\"4-0-0\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "4", "*", "C1", "=", "\"4-0-0\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Can you tell me the lowest Total natches that has the Points won of 3, and the Year of 1994?", "Formula": "MIN(FILTER(B1,(D1=3)*(A1=\"1994\")))", "Formula2": "MIN(FILTER(B2:B8,(D2:D8=3)*(A2:A8=\"1994\")))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", "=", "3", "*", "A1", "=", "\"1994\"" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ] } ], "TableName": "dev_2-1631887-4", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Total matches", "Total W-L-H", "Points won", "Points %" ], [ "2", "Career", "20", "13-5-2", "14", "70%" ], [ "3", "1990", "3", "2-1-0", "2", "67%" ], [ "4", "1992", "3", "0-2-1", "0.5", "17%" ], [ "5", "1994", "3", "3-0-0", "3", "100%" ], [ "6", "1996", "4", "3-1-0", "3", "75%" ], [ "7", "1998", "4", "4-0-0", "4", "100%" ], [ "8", "2000", "3", "1-1-1", "1.5", "50%" ] ] }, { "t5Formulas": [ { "Question": "What is the game number on December 21?", "Formula": "SUMIFS(A1,B1,\"december 21\")", "Formula2": "SUMIFS(A2:A14,B2:B14,\"december 21\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "B1", "\"december 21\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Game with a Record of 19-15?", "Formula": "SUMIFS(A1,F1,\"19-15\")", "Formula2": "SUMIFS(A2:A14,F2:F14,\"19-15\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "F1", "\"19-15\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Date of the game against Detroit in game 31 or after?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"detroit\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>31))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,C2:C14=\"detroit\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>31))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"detroit\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "31" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ] } ], "TableName": "train_2-18409087-5", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Record" ], [ "2", "25", "December 3", "New York", "93-126", "Madison Square Garden", "12-13" ], [ "3", "26", "December 4", "New York", "113-121", "Alexander Memorial Coliseum", "12-14" ], [ "4", "27", "December 6", "L.A. Lakers", "94-99", "Alexander Memorial Coliseum", "12-15" ], [ "5", "28", "December 8", "Phoenix", "121-99", "Arizona Veterans Memorial Coliseum", "13-15" ], [ "6", "29", "December 10", "San Francisco", "111-100", "Oakland-Alameda County Coliseum Arena", "14-15" ], [ "7", "30", "December 12", "Seattle", "93-91", "Seattle Center Coliseum", "15-15" ], [ "8", "31", "December 13", "L.A. Lakers", "105-103", "The Forum", "16-15" ], [ "9", "32", "December 17", "Chicago", "87-83", "Chicago Stadium", "17-15" ], [ "10", "33", "December 18", "Milwaukee", "122-116", "Alexander Memorial Coliseum", "18-15" ], [ "11", "34", "December 21", "Detroit", "120-110", "Alexander Memorial Coliseum", "19-15" ], [ "12", "35", "December 26", "Seattle", "126-96", "Alexander Memorial Coliseum", "20-15" ], [ "13", "36", "December 28", "Boston", "110-97", "Alexander Memorial Coliseum", "21-15" ], [ "14", "37", "December 29", "Baltimore", "101-99", "Alexander Memorial Coliseum", "22-15" ] ] }, { "t5Formulas": [ { "Question": "What is the release date for the standard cd release format in north america?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"standard cd\")*(B1=\"north america\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(A2:A8=\"standard cd\")*(B2:B8=\"north america\")),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"standard cd\"", "*", "B1", "=", "\"north america\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the cat no for the label mute and the standard cd format?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"mute\")*(A1=\"standard cd\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"mute\")*(A2:A8=\"standard cd\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"mute\"", "*", "A1", "=", "\"standard cd\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11966919-2", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Release format", "Country", "Label(s)", "Cat. no.", "Release date" ], [ "2", "Standard CD", "Europe", "Mute", "CD STUMM 288", "22 October 2007" ], [ "3", "Standard CD", "North America", "Virgin", "5099950872121", "23 October 2007" ], [ "4", "Standard CD", "Japan", "Toshiba , EMI", "TOCP-66717", "October 2007" ], [ "5", "Limited CD+DVD", "Europe", "Mute", "LCD STUMM 288", "22 October 2007" ], [ "6", "Limited CD+DVD", "North America", "Virgin", "5099950872329", "23 October 2007" ], [ "7", "Vinyl + Bonus CD", "Europe", "Mute", "STUMM 288", "22 October 2007" ], [ "8", "Vinyl + Bonus CD", "North America", "Virgin", "5099950872213", "23 October 2007" ] ] }, { "t5Formulas": [ { "Question": "What was the result of the election in which Lindley Beckworth was the incumbent?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lindley Beckworth\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Lindley Beckworth\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Lindley Beckworth\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which incumbent was first elected in 1936? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1936),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=1936),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1936", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What was the result of the election in which Walter E. Rogers was the incumbent? ", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Walter E. Rogers\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Walter E. Rogers\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Walter E. Rogers\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1341897-45", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Texas 1", "Wright Patman", "Democratic", "1928", "Re-elected", "Wright Patman (D) Unopposed" ], [ "3", "Texas 3", "Lindley Beckworth", "Democratic", "1956", "Re-elected", "Lindley Beckworth (D) Unopposed" ], [ "4", "Texas 4", "Sam Rayburn", "Democratic", "1912", "Re-elected", "Sam Rayburn (D) Unopposed" ], [ "5", "Texas 5", "Bruce R. Alger", "Republican", "1954", "Re-elected", "Bruce R. Alger (R) 57.3% Joe Pool (D) 42.7%" ], [ "6", "Texas 6", "Olin E. Teague", "Democratic", "1946", "Re-elected", "Olin E. Teague (D) Unopposed" ], [ "7", "Texas 7", "John Dowdy", "Democratic", "1952", "Re-elected", "John Dowdy (D) Unopposed" ], [ "8", "Texas 11", "William R. Poage", "Democratic", "1936", "Re-elected", "William R. Poage (D) Unopposed" ], [ "9", "Texas 12", "Jim Wright", "Democratic", "1954", "Re-elected", "Jim Wright (D) Unopposed" ], [ "10", "Texas 13", "Frank N. Ikard", "Democratic", "1951", "Re-elected", "Frank N. Ikard (D) Unopposed" ], [ "11", "Texas 14", "John Andrew Young", "Democratic", "1956", "Re-elected", "John Andrew Young (D) Unopposed" ], [ "12", "Texas 15", "Joe M. Kilgore", "Democratic", "1954", "Re-elected", "Joe M. Kilgore (D) Unopposed" ], [ "13", "Texas 18", "Walter E. Rogers", "Democratic", "1950", "Re-elected", "Walter E. Rogers (D) Unopposed" ], [ "14", "Texas 20", "Paul J. Kilday", "Democratic", "1938", "Re-elected", "Paul J. Kilday (D) Unopposed" ] ] }, { "t5Formulas": [ { "Question": "Which Date has a Game site of shea stadium, and a Week of 5?", "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"shea stadium\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,E2:E15=\"shea stadium\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"shea stadium\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "Which Attendance is the highest one that has a Week smaller than 9, and a Result of l 24–23?", "Formula": "SUM(FILTER(F1, (A1<9)*(D1=\"l 24–23\")))", "Formula2": "SUM(FILTER(F2:F15, (A2:A15<9)*(D2:D15=\"l 24–23\")))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "<", "9", "*", "D1", "=", "\"l 24–23\"" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ] }, { "Question": "Which Week has an Opponent of baltimore colts, and an Attendance smaller than 55,137?", "Formula": "SUM(FILTER(A1, (C1=\"baltimore colts\")*(F1<55137)))", "Formula2": "SUM(FILTER(A2:A15, (C2:C15=\"baltimore colts\")*(F2:F15<55137)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"baltimore colts\"", "*", "F1", "<", "55137" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-13950852-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "1975-09-21", "at Buffalo Bills", "L 42–14", "Rich Stadium", "77,837" ], [ "3", "2", "1975-09-28", "at Kansas City Chiefs", "W 30–24", "Arrowhead Stadium", "73,939" ], [ "4", "3", "1975-10-05", "New England Patriots", "W 36–7", "Shea Stadium", "57,365" ], [ "5", "4", "1975-10-12", "at Minnesota Vikings", "L 29–21", "Metropolitan Stadium", "47,739" ], [ "6", "5", "1975-10-19", "Miami Dolphins", "L 43–0", "Shea Stadium", "47,191" ], [ "7", "6", "1975-10-26", "Baltimore Colts", "L 45–28", "Shea Stadium", "55,137" ], [ "8", "7", "1975-11-02", "Buffalo Bills", "L 24–23", "Shea Stadium", "58,343" ], [ "9", "8", "1975-11-09", "at Miami Dolphins", "L 27–7", "Miami Orange Bowl", "72,896" ], [ "10", "9", "1975-11-16", "at Baltimore Colts", "L 52–19", "Memorial Stadium", "52,097" ], [ "11", "10", "1975-11-23", "St. Louis Cardinals", "L 37–6", "Shea Stadium", "53,169" ], [ "12", "11", "1975-11-30", "Pittsburgh Steelers", "L 20–7", "Shea Stadium", "52,618" ], [ "13", "12", "1975-12-07", "at New England Patriots", "W 30–28", "Schafer Stadium", "53,989" ], [ "14", "13", "1975-12-15", "at San Diego Chargers", "L 24–16", "San Diego Stadium", "49,706" ], [ "15", "14", "1975-12-21", "Dallas Cowboys", "L 31–21", "Shea Stadium", "37,279" ] ] }, { "t5Formulas": [ { "Question": "What is the 1913 class of locomotive that has a 1st built value under 494 and WA of 4-4-0t?", "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"4-4-0t\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<494))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"4-4-0t\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<494))", "Level": "hard", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"4-4-0t\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "494" ], "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ] } ], "TableName": "test_2-16062061-4", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "1st built", "1913 Class", "W.A.", "No. Built", "Builder", "Date", "LNER Class" ], [ "2", "474", "—", "2-2-2", "2", "Neilson", "1876", "—" ], [ "3", "476", "M", "4-4-0", "12", "Neilson (8) NBR Cowlairs (4)", "1877–79", "D27/D28" ], [ "4", "494", "P", "4-4-0T", "3", "Neilson", "1879", "D50" ], [ "5", "72", "R", "4-4-0T", "30", "NBR Cowlairs", "1880–84", "D51" ], [ "6", "157", "P", "0-4-2T", "6", "NBR Cowlairs", "1877", "G8" ], [ "7", "100", "C", "0-6-0", "32", "NBR Cowlairs (12) Neilson (20)", "1876–77", "J32" ], [ "8", "34", "D", "0-6-0", "13", "NBR Cowlairs", "1879", "J34" ], [ "9", "497", "D", "0-6-0", "88", "NBR Cowlairs (83) Dübs (5)", "1879–83", "J34" ], [ "10", "165", "R", "0-6-0T", "25", "NBR Cowlairs", "1875–78", "J82" ], [ "11", "546", "G", "0-4-0T", "2", "Neilson", "1882", "Y9" ] ] }, { "t5Formulas": [ { "Question": "How much money did the player ranked above 3 with under 28 events earn?", "Formula": "SUM(FILTER(D1, (E1<28)*(A1<3)))", "Formula2": "SUM(FILTER(D2:D6, (E2:E6<28)*(A2:A6<3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "28", "*", "A1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the low win total for players ranked below 4?", "Formula": "MIN(FILTER(F1, A1>4))", "Formula2": "MIN(FILTER(F2:F6, A2:A6>4))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "F1", "A1", ">", "4" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ] } ], "TableName": "test_2-11622318-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Mike Hill", "United States", "1,065,657", "32", "5" ], [ "3", "2", "George Archer", "United States", "963,455", "32", "3" ], [ "4", "3", "Jim Colbert", "United States", "880,749", "22", "3" ], [ "5", "4", "Chi Chi Rodriguez", "United States", "794,013", "32", "4" ], [ "6", "5", "Lee Trevino", "United States", "723,163", "28", "3" ] ] }, { "t5Formulas": [ { "Question": "In which condition(s) is bleeding time prolonged and prothrombin time unaffected?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"Prolonged\")*(B1=\"Unaffected\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(D2:D16=\"Prolonged\")*(B2:B16=\"Unaffected\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Prolonged\"", "*", "B1", "=", "\"Unaffected\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "How many entries for prothrombin time are there where platelet count is \"decreased or unaffected\"?", "Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"Decreased or unaffected\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B16, E2:E16=\"Decreased or unaffected\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "E1", "=", "\"Decreased or unaffected\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"Decreased\")*(B1=\"Unaffected\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"Decreased\")*(B2:B16=\"Unaffected\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Decreased\"", "*", "B1", "=", "\"Unaffected\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What are all the possible bleeding time results where prothrombin time and platelet count are both unaffected?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"Unaffected\")*(E1=\"Unaffected\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(B2:B16=\"Unaffected\")*(E2:E16=\"Unaffected\")),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Unaffected\"", "*", "E1", "=", "\"Unaffected\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_1-1555308-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Condition", "Prothrombin time", "Partial thromboplastin time", "Bleeding time", "Platelet count" ], [ "2", "Vitamin K deficiency or warfarin", "Prolonged", "Normal or mildly prolonged", "Unaffected", "Unaffected" ], [ "3", "Disseminated intravascular coagulation", "Prolonged", "Prolonged", "Prolonged", "Decreased" ], [ "4", "Von Willebrand disease", "Unaffected", "Prolonged or unaffected", "Prolonged", "Unaffected" ], [ "5", "Hemophilia", "Unaffected", "Prolonged", "Unaffected", "Unaffected" ], [ "6", "Aspirin", "Unaffected", "Unaffected", "Prolonged", "Unaffected" ], [ "7", "Thrombocytopenia", "Unaffected", "Unaffected", "Prolonged", "Decreased" ], [ "8", "Liver failure , early", "Prolonged", "Unaffected", "Unaffected", "Unaffected" ], [ "9", "Liver failure, end-stage", "Prolonged", "Prolonged", "Prolonged", "Decreased" ], [ "10", "Uremia", "Unaffected", "Unaffected", "Prolonged", "Unaffected" ], [ "11", "Congenital afibrinogenemia", "Prolonged", "Prolonged", "Prolonged", "Unaffected" ], [ "12", "Factor V deficiency", "Prolonged", "Prolonged", "Unaffected", "Unaffected" ], [ "13", "Factor X deficiency as seen in amyloid purpura", "Prolonged", "Prolonged", "Unaffected", "Unaffected" ], [ "14", "Glanzmann's thrombasthenia", "Unaffected", "Unaffected", "Prolonged", "Unaffected" ], [ "15", "Bernard-Soulier syndrome", "Unaffected", "Unaffected", "Prolonged", "Decreased or unaffected" ], [ "16", "Factor XII deficiency", "Unaffected", "Prolonged", "Unaffected", "Unaffected" ] ] }, { "t5Formulas": [ { "Question": "In the game where Joe Johnson (31) was the high points scorer, what was the final score?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"joe johnson (31)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,E2:E16=\"joe johnson (31)\"),4))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"joe johnson (31)\"", "4" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-17311759-4", "Table": [ [ "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", "Philadelphia", "W 95–88 (OT)", "Joe Johnson (35)", "Josh Smith (11)", "Joe Johnson (5)", "Philips Arena 19,651", "2–0" ], [ "3", "3", "November 5", "@ New Orleans", "W 87–79 (OT)", "Joe Johnson (24)", "Josh Smith (11)", "Joe Johnson , Al Horford , Mike Bibby (4)", "New Orleans Arena 16,030", "3–0" ], [ "4", "4", "November 7", "Toronto", "W 110–92 (OT)", "Mike Bibby (19)", "Solomon Jones (9)", "Mike Bibby (12)", "Philips Arena 18,290", "4–0" ], [ "5", "5", "November 9", "@ Oklahoma City", "W 89–85 (OT)", "Joe Johnson (25)", "Al Horford (12)", "Mike Bibby (4)", "Ford Center 18,231", "5–0" ], [ "6", "6", "November 11", "@ Chicago", "W 113–108 (OT)", "Al Horford (27)", "Al Horford (17)", "Joe Johnson (8)", "United Center 21,738", "6–0" ], [ "7", "7", "November 12", "@ Boston", "L 102–103 (OT)", "Joe Johnson (28)", "Maurice Evans , Zaza Pachulia , Solomon Jones (5)", "Joe Johnson (7)", "TD Banknorth Garden 18,624", "6–1" ], [ "8", "8", "November 14", "@ New Jersey", "L 108–115 (OT)", "Joe Johnson (32)", "Al Horford (11)", "Joe Johnson (5)", "Izod Center 15,309", "6–2" ], [ "9", "9", "November 15", "New Jersey", "L 107–119 (OT)", "Joe Johnson (31)", "Marvin Williams , Al Horford , Solomon Jones (6)", "Mike Bibby (7)", "Philips Arena 18,729", "6–3" ], [ "10", "10", "November 18", "@ Indiana", "L 96–113 (OT)", "Joe Johnson (25)", "Zaza Pachulia (8)", "Mike Bibby (5)", "Conseco Fieldhouse 13,379", "6–4" ], [ "11", "11", "November 19", "Washington", "W 91–87 (OT)", "Mike Bibby (25)", "Zaza Pachulia (18)", "Joe Johnson (8)", "Philips Arena 14,416", "7–4" ], [ "12", "12", "November 21", "Charlotte", "W 88–83 (OT)", "Joe Johnson (30)", "Marvin Williams , Maurice Evans (10)", "Joe Johnson (8)", "Philips Arena 15,068", "8–4" ], [ "13", "13", "November 22", "@ Cleveland", "L 96–110 (OT)", "Maurice Evans (21)", "Al Horford (9)", "Acie Law (7)", "Quicken Loans Arena 20,562", "8–5" ], [ "14", "14", "November 26", "Milwaukee", "W 102–96 (OT)", "Al Horford (21)", "Al Horford (9)", "Joe Johnson (9)", "Philips Arena 15,730", "9–5" ], [ "15", "15", "November 28", "@ Toronto", "L 88–93 (OT)", "Mike Bibby (24)", "Zaza Pachulia (17)", "Joe Johnson (7)", "Air Canada Centre 19,200", "9–6" ], [ "16", "16", "November 29", "@ Washington", "W 102–98 (OT)", "Mike Bibby (21)", "Al Horford (13)", "Mike Bibby , Al Horford (6)", "Verizon Center 18,110", "10–6" ] ] }, { "t5Formulas": [ { "Question": "What is the IHSA music class for the mascot that is the lancers?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Lancers\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"Lancers\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Lancers\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the IHSA cheerleading class for the enrollment of 2600?", "Formula": "LET(query1,SUMMARIZE(I1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=2600))", "Formula2": "LET(query1,SUMMARIZE(I2:I8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=2600))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2600" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "What are the colors for the enrollment of 2020?", "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=2020))", "Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=2020))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2020" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_1-27653955-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "School", "Location", "Mascot", "Colors", "Enrollment", "IHSA Classes 2/3/4", "IHSA Music Class", "IHSA Football Class", "IHSA Cheerleading Class" ], [ "2", "Alton High School", "Alton, IL", "Redbirds", "Red, Gray", "2135", "AA/3A/4A", "AA", "7A", "Large squad" ], [ "3", "Belleville East High School", "Belleville, IL", "Lancers", "Columbia Blue, Navy Blue", "2600", "AA/3A/4A", "AA", "8A", "Large squad" ], [ "4", "Belleville West High School", "Belleville, IL", "Maroons", "Maroon, White", "2434", "AA/3A/4A", "AA", "7A", "Large squad" ], [ "5", "Collinsville High School", "Collinsville, IL", "Kahoks", "Purple, White", "2020", "AA/3A/4A", "AA", "7A", "Large squad" ], [ "6", "East St. Louis Senior High School", "East St. Louis, IL", "Flyers/ Flyerettes", "Orange, Blue", "2146", "AA/3A/4A", "AA", "7A", "Large squad" ], [ "7", "Edwardsville High School", "Edwardsville, IL", "Tigers", "Orange, Black", "2514", "AA/3A/4A", "AA", "8A", "Large squad" ], [ "8", "Granite City High School", "Granite City, IL", "Warriors", "Red, Black, White", "2129", "AA/3A/4A", "AA", "7A", "Large squad" ] ] }, { "t5Formulas": [ { "Question": "What did Xavier Doherty (Tasmania) set as his highest Overs?", "Formula": "MAX(FILTER(B1,A1=\"xavier doherty (tasmania)\"))", "Formula2": "MAX(FILTER(B2:B6,A2:A6=\"xavier doherty (tasmania)\"))", "Level": "easy", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "=", "\"xavier doherty (tasmania)\"" ], "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_2-12544301-7", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Overs", "Figures", "Opponent", "Ground" ], [ "2", "Shane Harwood (Victoria)", "9.5", "5/45", "South Australia", "Adelaide Oval" ], [ "3", "Ryan Harris (South Australia)", "9", "5/58", "Victoria", "Adelaide Oval" ], [ "4", "Xavier Doherty (Tasmania)", "6.3", "4/18", "Victoria", "Bellerive Oval" ], [ "5", "Chris Swan (Queensland)", "8", "4/24", "Western Australia", "WACA Ground" ], [ "6", "Brad Hogg (Western Australia)", "10", "4/37", "Victoria", "Melbourne Cricket Ground" ] ] }, { "t5Formulas": [ { "Question": "On which date did a home team score 6.17 (53)?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"6.17 (53)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"6.17 (53)\"),7))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"6.17 (53)\"", "7" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "In the match where the venue was arden street oval, what was the crowd attendance?", "Formula": "SUMIFS(F1,E1,\"arden street oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"arden street oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"arden street oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What was the crowd attendance in the match at punt road oval?", "Formula": "SUMIFS(F1,E1,\"punt road oval\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"punt road oval\")", "Level": "easy", "Tokens": [ "SUMIFS(", "F1", "E1", "\"punt road oval\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] } ], "TableName": "train_2-10790397-9", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "18.25 (133)", "Hawthorn", "3.6 (24)", "Corio Oval", "6,000", "24 June 1933" ], [ "3", "Fitzroy", "15.7 (97)", "South Melbourne", "11.12 (78)", "Brunswick Street Oval", "20,000", "24 June 1933" ], [ "4", "St Kilda", "13.12 (90)", "Melbourne", "3.15 (33)", "Junction Oval", "9,000", "24 June 1933" ], [ "5", "Richmond", "16.14 (110)", "Essendon", "8.11 (59)", "Punt Road Oval", "12,000", "24 June 1933" ], [ "6", "Footscray", "9.11 (65)", "Collingwood", "7.18 (60)", "Western Oval", "18,000", "24 June 1933" ], [ "7", "North Melbourne", "6.17 (53)", "Carlton", "11.14 (80)", "Arden Street Oval", "26,000", "24 June 1933" ] ] }, { "t5Formulas": [ { "Question": "What is the yield, neutrons per fission of the group with decay constants less than 0.301, a half-life of 22.72, and a group number larger than 2?", "Formula": "SUM(FILTER(D1, (C1<0.301)*(B1=22.72)*(A1>2)))", "Formula2": "SUM(FILTER(D2:D7, (C2:C7<0.301)*(B2:B7=22.72)*(A2:A7>2)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "<", "0.301", "*", "B1", "=", "22.72", "*", "A1", ">", "2" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ] }, { "Question": "What is the decay constant with a half-life less than 22.72, a yield, neutrons per fission of 0.0031000000000000003, and a group number less than 3?", "Formula": "SUM(FILTER(C1, (B1<22.72)*(D1=0.0031000000000000003)*(A1<3)))", "Formula2": "SUM(FILTER(C2:C7, (B2:B7<22.72)*(D2:D7=0.0031000000000000003)*(A2:A7<3)))", "Level": "easy", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "<", "22.72", "*", "D1", "=", "0.0031000000000000003", "*", "A1", "<", "3" ], "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ] }, { "Question": "What is the lowest half-life with a yield, neutrons per fission bigger than 0.0031000000000000003 and a decay constant less than 0.030500000000000003?", "Formula": "MIN(FILTER(B1, (D1>0.0031000000000000003)*(C1<0.030500000000000003)))", "Formula2": "MIN(FILTER(B2:B7, (D2:D7>0.0031000000000000003)*(C2:C7<0.030500000000000003)))", "Level": "easy", "Tokens": [ "MIN(", "FILTER(", "B1", "D1", ">", "0.0031000000000000003", "*", "C1", "<", "0.030500000000000003" ], "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ] } ], "TableName": "train_2-1221457-1", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Group", "Half-Life (s)", "Decay Constant (s −1 )", "Yield, Neutrons per Fission", "Fraction" ], [ "2", "1", "55.72", "0.0124", "0.00052", "0.000215" ], [ "3", "2", "22.72", "0.0305", "0.00546", "0.001424" ], [ "4", "3", "6.22", "0.111", "0.00310", "0.001274" ], [ "5", "4", "2.30", "0.301", "0.00624", "0.002568" ], [ "6", "5", "0.614", "1.14", "0.00182", "0.000748" ], [ "7", "6", "0.230", "3.01", "0.00066", "0.000273" ] ] }, { "t5Formulas": [ { "Question": "What was the nickname Established in 2002?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2002),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=2002),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "2002", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ] }, { "Question": "What school location had an enrollment of 12400?", "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=12400))", "Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(D2:D8)),FILTER(query1,CHOOSECOLS(query1,2)=12400))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "12400" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] }, { "Question": "How many teams were established at University of Maryland?", "Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"University of Maryland\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E8, A2:A8=\"University of Maryland\")))", "Level": "medium", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "\"University of Maryland\"" ], "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "what is the enrollment for the Cavaliers?", "Formula": "SUMIFS(D1,C1,\"Cavaliers\")", "Formula2": "SUMIFS(D2:D8,C2:C8,\"Cavaliers\")", "Level": "easy", "Tokens": [ "SUMIFS(", "D1", "C1", "\"Cavaliers\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the smallest number of enrolled students?", "Formula": "MIN(D1)", "Formula2": "MIN(D2:D8)", "Level": "easy", "Tokens": [ "MIN(", "D1" ], "Funcs": [ "MIN(", "Cell" ] } ], "TableName": "test_1-16432543-3", "Table": [ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Institution", "Location", "Nickname", "Enrollment", "Established" ], [ "2", "Villanova University", "Villanova, PA", "Wildcats", "6335", "2006" ], [ "3", "Towson University", "Towson, MD", "Tigers", "21950", "2013" ], [ "4", "Rutgers University", "New Brunswick, NJ", "Knights", "42327", "2011" ], [ "5", "Slippery Rock University", "Slippery Rock, PA", "Pride", "8500", "2002" ], [ "6", "University of Virginia", "Charlottesville, VA", "Cavaliers", "12748", "2000" ], [ "7", "Liberty University", "Lynchburg, VA", "Flames", "12400", "2011" ], [ "8", "University of Maryland", "College Park, MD", "Terrapins", "22412", "1997" ] ] }, { "t5Formulas": [ { "Question": "Which player has a College of arizona?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"arizona\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"arizona\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"arizona\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which school has a Hometown of phoenix, az?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"phoenix, az\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"phoenix, az\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"phoenix, az\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which NBA draft has a School of huntington high school?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"huntington high school\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"huntington high school\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"huntington high school\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which NBA draft has a School of st. mary's high school?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"st. mary's high school\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"st. mary's high school\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"st. mary's high school\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which school has a Player of donte greene?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"donte greene\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"donte greene\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"donte greene\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-11677760-18", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Height", "School", "Hometown", "College", "NBA Draft" ], [ "2", "Michael Beasley", "6-9", "Notre Dame Prep", "Washington, DC", "Kansas State", "1st Round - 2nd Pick of 2008 Draft ( Heat )" ], [ "3", "Donte Greene", "6-10", "Towson Catholic High School", "Towson, MD", "Syracuse", "1st Round - 28th Pick of 2008 Draft ( Grizzlies )" ], [ "4", "Patrick Patterson", "6-8", "Huntington High School", "Huntington, WV", "Kentucky", "1st Round - 14th Pick of 2010 Draft ( Rockets )" ], [ "5", "Jerryd Bayless", "6-3", "St. Mary's High School", "Phoenix, AZ", "Arizona", "1st Round - 11th Pick of 2008 Draft ( Pacers )" ], [ "6", "Kosta Koufos", "7-0", "GlenOak High School", "Canton, OH", "Ohio State", "1st Round - 23rd Pick of 2008 Draft ( Jazz )" ] ] }, { "t5Formulas": [ { "Question": "What was the date for the French Grand Prix?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"french grand prix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"french grand prix\"),3))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"french grand prix\"", "3" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What was the name for the race in the Miramas circuit?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"miramas\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"miramas\"),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"miramas\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "Which circuit was Delage the winning constructor for?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"delage\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"delage\"),2))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"delage\"", "2" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the name for the Monza circuit race were Bugatti was the winning constructor?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"bugatti\")*(B1=\"monza\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"bugatti\")*(B2:B6=\"monza\")),1))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"bugatti\"", "*", "B1", "=", "\"monza\"", "1" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "Which report shows that Frank Lockhart was a winning driver?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"frank lockhart\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"frank lockhart\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"frank lockhart\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-12615783-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Circuit", "Date", "Winning drivers", "Winning constructor", "Report" ], [ "2", "Indianapolis 500", "Indianapolis", "31 May", "Frank Lockhart", "Miller", "Report" ], [ "3", "French Grand Prix", "Miramas", "27 June", "Jules Goux", "Bugatti", "Report" ], [ "4", "San Sebastián Grand Prix / European Grand Prix", "Lasarte", "18 July", "Jules Goux", "Bugatti", "Report" ], [ "5", "British Grand Prix", "Brooklands", "7 August", "Robert Sénéchal Louis Wagner", "Delage", "Report" ], [ "6", "Italian Grand Prix", "Monza", "5 September", "Louis Charavel", "Bugatti", "Report" ] ] }, { "t5Formulas": [ { "Question": "What is the Location when the time was 11:55?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"11:55\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"11:55\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"11:55\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What Round has a Time of n/a, in rio de janeiro , brazil?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"n/a\")*(H1=\"rio de janeiro , brazil\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(G2:G10=\"n/a\")*(H2:H10=\"rio de janeiro , brazil\")),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"n/a\"", "*", "H1", "=", "\"rio de janeiro , brazil\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Round for the jiu-jitsu vs martial arts?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"jiu-jitsu vs martial arts\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,E2:E10=\"jiu-jitsu vs martial arts\"),6))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"jiu-jitsu vs martial arts\"", "6" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Location for the jiu-jitsu vs martial arts?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"jiu-jitsu vs martial arts\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,E2:E10=\"jiu-jitsu vs martial arts\"),8))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"jiu-jitsu vs martial arts\"", "8" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] }, { "Question": "What is the Event when the opponent was wesslan evaristo de oliveira?", "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"wesslan evaristo de oliveira\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,C2:C10=\"wesslan evaristo de oliveira\"),5))", "Level": "medium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"wesslan evaristo de oliveira\"", "5" ], "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ] } ], "TableName": "train_2-15573672-2", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Time", "Location" ], [ "2", "Loss", "2-7", "Santos Samurai", "DQ (punches after the bell)", "Desafio de Gigantes 10", "2", "5:00", "Macapá , Brazil" ], [ "3", "Win", "2-6", "Wesslan Evaristo de Oliveira", "Submission (punches)", "Zulu Combat 1", "1", "0:28", "São Luís, Maranhão , Brazil" ], [ "4", "Loss", "1-6", "Enson Inoue", "TKO (elbows)", "Shooto: Reconquista 2", "1", "0:45", "Tokyo , Japan" ], [ "5", "Loss", "1-5", "Kunta Kinte", "Submission (fish hook)", "BVF: Circuito de Lutas 7", "1", "N/A", "Brazil" ], [ "6", "Loss", "1-4", "Ebenezer Fontes Braga", "N/A", "Freestyle de Belem 1", "N/A", "N/A", "Belém , Brazil" ], [ "7", "Loss", "1-3", "Pedro Otavio", "Disqualification", "Desafio - International Vale Tudo", "1", "11:54", "Brazil" ], [ "8", "Win", "1-2", "Sergio Batarelli", "Submission (guillotine choke)", "Jiu-Jitsu vs Martial Arts", "1", "2:24", "Rio de Janeiro , Brazil" ], [ "9", "Loss", "0-2", "Rickson Gracie", "Submission (rear naked choke)", "Independent Event", "1", "N/A", "Rio de Janeiro , Brazil" ], [ "10", "Loss", "0-1", "Rickson Gracie", "Submission (rear naked choke)", "Independent Event", "1", "11:55", "Brasília , Brazil" ] ] }, { "t5Formulas": [ { "Question": "What Hyper Transport version has 22.4 gb/s of Max. Aggregate bandwidth?", "Formula": "SUMIFS(A1,E1,\"22.4 gb/s\")", "Formula2": "SUMIFS(A2:A6,E2:E6,\"22.4 gb/s\")", "Level": "easy", "Tokens": [ "SUMIFS(", "A1", "E1", "\"22.4 gb/s\"" ], "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ] }, { "Question": "What is the Max Aggregate bandwidth with a HyperTransport of 2?", "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Level": "hard", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ], "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ] } ], "TableName": "train_2-143270-1", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "HyperTransport version", "Year", "Max. HT frequency", "Max. link width", "Max. aggregate bandwidth (bi-directional)", "Max. bandwidth at 16-bit unidirectional", "Max. bandwidth at 32-bit unidirectional*" ], [ "2", "1.0", "2001", "800MHz", "32-bit", "12.8 GB/s", "3.2 GB/s", "6.4 GB/s" ], [ "3", "1.1", "2002", "800MHz", "32-bit", "12.8 GB/s", "3.2 GB/s", "6.4 GB/s" ], [ "4", "2.0", "2004", "1.4GHz", "32-bit", "22.4 GB/s", "5.6 GB/s", "11.2 GB/s" ], [ "5", "3.0", "2006", "2.6GHz", "32-bit", "41.6 GB/s", "10.4 GB/s", "20.8 GB/s" ], [ "6", "3.1", "2008", "3.2GHz", "32-bit", "51.2 GB/s", "12.8 GB/s", "25.6 GB/s" ] ] }, { "t5Formulas": [ { "Question": "What was the diameter of the feature found in 1997?", "Formula": "FILTER(D1,E1=1997)", "Formula2": "FILTER(D2:D7,E2:E7=1997)", "Level": "easy", "Tokens": [ "FILTER(", "D1", "E1", "=", "1997" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ] }, { "Question": "At a latitude of 67.5n, what is the diameter?", "Formula": "FILTER(D1,B1=\"67.5N\")", "Formula2": "FILTER(D2:D7,B2:B7=\"67.5N\")", "Level": "easy", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"67.5N\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "What is the latitude of vaidilute rupes?", "Formula": "FILTER(B1,A1=\"Vaidilute Rupes\")", "Formula2": "FILTER(B2:B7,A2:A7=\"Vaidilute Rupes\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"Vaidilute Rupes\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "At a latitude of 71.1e, what is the feature's name origin?", "Formula": "FILTER(F1,C1=\"71.1E\")", "Formula2": "FILTER(F2:F7,C2:C7=\"71.1E\")", "Level": "easy", "Tokens": [ "FILTER(", "F1", "C1", "=", "\"71.1E\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "At a longitude of 109.9e, how many features were found?", "Formula": "ROWS(FILTER(D1,C1=\"109.9E\"))", "Formula2": "ROWS(FILTER(D2:D7,C2:C7=\"109.9E\"))", "Level": "easy", "Tokens": [ "ROWS(", "FILTER(", "D1", "C1", "=", "\"109.9E\"" ], "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ] }, { "Question": "At a longitude of 321.9e, what is the latitude of the features found?", "Formula": "FILTER(B1,C1=\"321.9E\")", "Formula2": "FILTER(B2:B7,C2:C7=\"321.9E\")", "Level": "easy", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"321.9E\"" ], "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ] } ], "TableName": "dev_1-16799784-3", "Table": [ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Latitude", "Longitude", "Diameter (km)", "Year named", "Name origin" ], [ "2", "Fornax Rupes", "30.3N", "201.1E", "729.0", "1985", "Roman goddess of hearth and baking of bread." ], [ "3", "Gabie Rupes", "67.5N", "109.9E", "350.0", "1985", "Lithuanian goddess of fire and hearth." ], [ "4", "Hestia Rupes", "6.0N", "71.1E", "588.0", "1982", "Greek hearth goddess." ], [ "5", "Uorsar Rupes", "76.8N", "341.2E", "820.0", "1985", "Adygan (Caucasus) goddess of hearth." ], [ "6", "Ut Rupes", "55.3N", "321.9E", "676.0", "1982", "Siberian; Turco-Tatar goddess of the hearth fire." ], [ "7", "Vaidilute Rupes", "43.5S", "22.0E", "2,000.0", "1997", "Lithuanian hearth goddess." ] ] }, { "t5Formulas": [ { "Question": "For each type of store, how many of them are there?", "Formula": "SUMMARIZE(C1,SUMX(A1))", "Formula2": "SUMMARIZE(C2:C6,SUMX(A2:A6))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "C1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "Number of stores for each type", "Formula": "SUMMARIZE(C1,SUMX(A1))", "Formula2": "SUMMARIZE(C2:C6,SUMX(A2:A6))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "C1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] }, { "Question": "The number of stores of each type.", "Formula": "SUMMARIZE(C1,SUMX(A1))", "Formula2": "SUMMARIZE(C2:C6,SUMX(A2:A6))", "Level": "easy", "Tokens": [ "SUMMARIZE(", "C1", "SUMX(", "A1" ], "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ] } ], "TableName": "store_product_store", "Table": [ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "store id", "store name", "type", "area size", "number of product category", "ranking", "" ], [ "2", "1", "Miramichi", "City Mall", "179.84", "17811.0", "2", "" ], [ "3", "2", "Neguac", "Village Store", "26.69", "1678.0", "3", "" ], [ "4", "3", "Rogersville", "Village Store", "7.23", "1170.0", "1", "" ], [ "5", "4", "Blackville", "Village Store", "21.73", "990.0", "10", "" ], [ "6", "5", "Doaktown", "City Mall", "28.74", "793.0", "9", "" ] ] } ]