t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "MIN(FILTER(A1, (F1=23)*(D1=115)))", "Formula2": "MIN(FILTER(A2:A11, (F2:F11=23)*(D2:D11=115)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the lowest rank by average of a couple who had an average of 23 and a total of 115?", "Tokens": [ "MIN(", "FILTER(", "A1", "F1", "=", "23", "*", "D1", "=", "115" ] } ]
train_2-10535445-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank by average", "Place", "Couple", "Total", "Number of dances", "Average" ], [ "2", "1", "1", "Drew & Cheryl", "305", "11", "27.7" ], [ "3", "1", "3", "Stacy & Tony", "305", "11", "27.7" ], [ "4", "3", "4", "Lisa & Louis", "197", "8", "24.6" ], [ "5", "4", "2", "Jerry & Anna", "254", "11", "23.1" ], [ "6", "5", "6", "Tia & Maksim", "115", "5", "23.0" ], [ "7", "5", "8", "Giselle & Jonathan", "69", "3", "23.0" ], [ "8", "7", "5", "George & Edyta", "130", "6", "21.7" ], [ "9", "8", "9", "Tatum & Nick", "40", "2", "20.0" ], [ "10", "9", "10", "Kenny & Andrea", "13", "1", "13.0" ], [ "11", "10", "7", "Master P & Ashly", "50", "4", "12.5" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Glen Mazzara\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"Glen Mazzara\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the episode written by glen mazzara?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Glen Mazzara\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, F1=\"August3,2010\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C9, F2:F9=\"August3,2010\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many titles are there with the original air date of august3,2010?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "F1", "=", "\"August3,2010\"" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=3.24))", "Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(G2:G9)),FILTER(query1,CHOOSECOLS(query1,2)=3.24))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who directed the episdoe veiwed by 3.24 million viewers?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3.24" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Adam E. Fierro & Glen Mazzara\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"Adam E. Fierro & Glen Mazzara\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What dated the episode written by is adam e. fierro & glen mazzara air?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Adam E. Fierro & Glen Mazzara\"", "6" ] } ]
train_1-30030477-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series #", "Season #", "Title", "Directed by", "Written by", "Original air date", "Viewers (million)" ], [ "2", "11", "1", "\"No Excuses\"", "Jeff Bleckner", "Glen Mazzara", "June22,2010", "3.42" ], [ "3", "12", "2", "\"The Starting Line\"", "Ed Bianchi", "John Masius & Erica Shelton", "June29,2010", "2.95" ], [ "4", "13", "3", "\"Road Narrows\"", "Ed Bianchi", "Sang Kyu Kim", "July6,2010", "2.73" ], [ "5", "14", "4", "\"Afterglow\"", "Jeff Bleckner", "Darin Goldberg & Shelley Meals", "July13,2010", "2.64" ], [ "6", "15", "5", "\"The Match\"", "Mike Robe", "Adam E. Fierro & Glen Mazzara", "July20,2010", "2.86" ], [ "7", "16", "6", "\"Final Curtain\"", "Tricia Brock", "Sarah Thorp", "July27,2010", "2.63" ], [ "8", "17", "7", "\"Hidden Truths\"", "Jeff Bleckner", "Darin Goldberg & Shelley Meals", "August3,2010", "3.12" ], [ "9", "18", "8", "\"A Mother Knows\"", "Tricia Brock", "Erica Shelton", "August10,2010", "3.24" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"100m freestyle\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"100m freestyle\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year had a 100m freestyle event?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"100m freestyle\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"short course\")*(C1=2010)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"short course\")*(C2:C7=2010)),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What event had a short course in 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"short course\"", "*", "C1", "=", "2010", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"short course\")*(D1=\"7:51.80\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"short course\")*(D2:D7=\"7:51.80\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year did a short course have a time of 7:51.80?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"short course\"", "*", "D1", "=", "\"7:51.80\"", "3" ] }, { "Formula": "MAXIFS(C1,A1,\"100m freestyle\")", "Formula2": "MAXIFS(C2:C7,A2:A7,\"100m freestyle\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the latest year that had a 100m freestyle?", "Tokens": [ "MAXIFS(", "C1", "A1", "\"100m freestyle\"" ] } ]
train_2-16209355-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Event", "Long Course/Short Course", "Year Set", "Time", "Meet" ], [ "2", "100m Freestyle", "Long Course", "2007", "54.08", "2007 FINA World Aquatic Championships" ], [ "3", "200m Individual Medley", "Long Course", "2011", "2:11.23", "2011 Canadian World Championship Trials" ], [ "4", "4 X 100m Medley Relay", "Long Course", "2010", "3:38.14", "2010 Pan Pacific Championships" ], [ "5", "200m Individual Medley", "Short Course", "2011", "2:06.97", "2011 FINA World Swimming Cup" ], [ "6", "4 X 200m Freestyle Relay (Club Record)", "Short Course", "2009", "7:51.80", "2009 CIS Championships" ], [ "7", "4 X 100m Medley Relay (Club Record)", "Short Course", "2010", "4:03.28", "2010 CIS Championships" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ny islanders\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"ny islanders\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the game where the NY Islanders are the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ny islanders\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ny islanders\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"ny islanders\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score of the game where the NY Islanders are the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ny islanders\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"february 3\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"february 3\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the home team on February 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"february 3\"", "4" ] } ]
train_2-17301013-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Record", "Points" ], [ "2", "February 2", "Chicago", "3–1", "Pittsburgh", "14–30–5", "33" ], [ "3", "February 3", "Pittsburgh", "4–5", "Boston", "14–31–5", "33" ], [ "4", "February 7", "Pittsburgh", "4–5", "Philadelphia", "14–32–5", "33" ], [ "5", "February 9", "Pittsburgh", "3–2", "NY Islanders", "15–32–5", "35" ], [ "6", "February 10", "Pittsburgh", "3–5", "Chicago", "15–33–5", "35" ], [ "7", "February 13", "Detroit", "3–5", "Pittsburgh", "16–33–5", "37" ], [ "8", "February 16", "California", "3–7", "Pittsburgh", "17–33–5", "39" ], [ "9", "February 20", "St. Louis", "1–1", "Pittsburgh", "17–33–6", "40" ], [ "10", "February 23", "Boston", "6–2", "Pittsburgh", "17–34–6", "40" ], [ "11", "February 24", "Pittsburgh", "4–2", "Chicago", "18–34–6", "42" ], [ "12", "February 27", "Los Angeles", "1–4", "Pittsburgh", "19–34–6", "44" ], [ "13", "February 28", "Pittsburgh", "1–7", "Montreal", "19–35–6", "44" ] ]
[ { "Formula": "FILTER(D1,H1=\"seattle center coliseum 11,497\")", "Formula2": "FILTER(D2:D18,H2:H18=\"seattle center coliseum 11,497\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Score has a Location Attendance of seattle center coliseum 11,497?", "Tokens": [ "FILTER(", "D1", "H1", "=", "\"seattle center coliseum 11,497\"" ] }, { "Formula": "AVERAGE(FILTER(A1,C1=\"portland trail blazers\"))", "Formula2": "AVERAGE(FILTER(A2:A18,C2:C18=\"portland trail blazers\"))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Game has a Team of portland trail blazers?", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "C1", "=", "\"portland trail blazers\"" ] }, { "Formula": "AVERAGE(FILTER(A1,B1=\"march 2\"))", "Formula2": "AVERAGE(FILTER(A2:A18,B2:B18=\"march 2\"))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which game was played on march 2?", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"march 2\"" ] }, { "Formula": "MIN(FILTER(A1,G1=\"s. threatt (9)\"))", "Formula2": "MIN(FILTER(A2:A18,G2:G18=\"s. threatt (9)\"))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Game has High assists of s. threatt (9)?", "Tokens": [ "MIN(", "FILTER(", "A1", "G1", "=", "\"s. threatt (9)\"" ] } ]
dev_2-17382360-8
[ [ "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", "55", "March 1", "Charlotte Hornets", "W 122-105", "R. Pierce (25)", "B. Benjamin (13)", "N. McMillan (9)", "Seattle Center Coliseum 13,320", "27-28" ], [ "3", "56", "March 2", "Sacramento Kings", "W 120-106", "E. Johnson (31)", "B. Benjamin (16)", "N. McMillan , G. Payton (8)", "Seattle Center Coliseum 12,182", "28-28" ], [ "4", "57", "March 4", "@ Golden State Warriors", "W 105-99", "S. Threatt (24)", "B. Benjamin (11)", "G. Payton (10)", "Oakland-Alameda County Coliseum Arena 15,025", "29-28" ], [ "5", "58", "March 5", "Cleveland Cavaliers", "L 111-113 (OT)", "E. Johnson (28)", "B. Benjamin , S. Kemp (13)", "N. McMillan , G. Payton (7)", "Seattle Center Coliseum 10,623", "29-29" ], [ "6", "59", "March 7", "@ Minnesota Timberwolves", "W 91-86", "R. Pierce (25)", "N. McMillan (11)", "N. McMillan (8)", "Target Center 19,006", "30-29" ], [ "7", "60", "March 9", "@ San Antonio Spurs", "L 99-112", "E. Johnson (19)", "E. Johnson (7)", "D. Barros (5)", "HemisFair Arena 15,908", "30-30" ], [ "8", "61", "March 12", "@ Houston Rockets", "L 91-93", "S. Kemp (23)", "S. Kemp (16)", "D. McKey (6)", "The Summit 15,508", "30-31" ], [ "9", "62", "March 13", "@ Dallas Mavericks", "L 96-98", "S. Kemp (24)", "S. Kemp (13)", "S. Threatt (9)", "Reunion Arena 15,813", "30-32" ], [ "10", "63", "March 15", "Minnesota Timberwolves", "L 96-100 (OT)", "D. McKey (20)", "B. Benjamin (10)", "G. Payton (4)", "Seattle Center Coliseum 11,497", "30-33" ], [ "11", "64", "March 16", "Utah Jazz", "L 98-104 (OT)", "E. Johnson (19)", "D. McKey (9)", "G. Payton (5)", "Seattle Center Coliseum 15,535", "30-34" ], [ "12", "65", "March 20", "Los Angeles Lakers", "W 114-106", "B. Benjamin (28)", "D. McKey (10)", "G. Payton (12)", "Seattle Center Coliseum 14,392", "31-34" ], [ "13", "66", "March 22", "@ Phoenix Suns", "W 111-105", "E. Johnson (34)", "B. Benjamin (14)", "N. McMillan , G. Payton (8)", "Arizona Veterans Memorial Coliseum 14,487", "32-34" ], [ "14", "67", "March 24", "@ Los Angeles Lakers", "L 96-113", "S. Kemp (21)", "B. Benjamin , M. Cage (7)", "S. Threatt (7)", "Great Western Forum 17,505", "32-35" ], [ "15", "68", "March 26", "@ Portland Trail Blazers", "L 113-126", "R. Pierce (21)", "M. Cage (8)", "R. Pierce , S. Threatt (4)", "Memorial Coliseum 12,884", "32-36" ], [ "16", "69", "March 27", "Portland Trail Blazers", "L 107-112", "R. Pierce (24)", "S. Kemp (10)", "G. Payton (6)", "Tacoma Dome 18,167", "32-37" ], [ "17", "70", "March 29", "Minnesota Timberwolves", "W 117-107", "E. Johnson , R. Pierce (24)", "N. McMillan (7)", "G. Payton (7)", "Seattle Center Coliseum 12,968", "33-37" ], [ "18", "71", "March 30", "Dallas Mavericks", "W 115-102", "S. Kemp (23)", "B. Benjamin (7)", "S. Kemp , S. Threatt (4)", "Seattle Center Coliseum 11,756", "34-37" ] ]
[ { "Formula": "SUM(FILTER(G1, (E1=12)*(D1=\"40-4\")*(H1>57)))", "Formula2": "SUM(FILTER(G2:G7, (E2:E7=12)*(D2:D7=\"40-4\")*(H2:H7>57)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many losses altogether were had by teams that won 12 times, had 40-4 points, and more than 57 goals?", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "=", "12", "*", "D1", "=", "\"40-4\"", "*", "H1", ">", "57" ] }, { "Formula": "AVERAGE(FILTER(C1, (B1=\"rayo vallecano\")*(E1<12)))", "Formula2": "AVERAGE(FILTER(C2:C7, (B2:B7=\"rayo vallecano\")*(E2:E7<12)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the average number of played games from Rayo Vallecano with less than 12 wins?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "B1", "=", "\"rayo vallecano\"", "*", "E1", "<", "12" ] } ]
test_2-12109851-5
[ [ "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", "Celta de Vigo 1", "44", "54+10", "23", "8", "13", "71", "41", "+30" ], [ "3", "2", "Sestao 2", "44", "52+8", "19", "14", "11", "47", "27", "+20" ], [ "4", "3", "Deportivo de La Coruña", "44", "51+7", "19", "13", "12", "58", "47", "+11" ], [ "5", "4", "CD Castellón", "44", "44", "16", "12", "16", "44", "52", "-8" ], [ "6", "5", "Rayo Vallecano", "44", "41-3", "12", "17", "15", "40", "44", "-4" ], [ "7", "6", "CD Málaga", "44", "40-4", "12", "16", "16", "57", "57", "0" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<9.94)*(CHOOSECOLS(query1,3)<817)))", "Formula2": "LET(query1,SUMMARIZE(E2:E19,SUMX(C2:C19),SUMX(D2:D19)),FILTER(query1,(CHOOSECOLS(query1,2)<9.94)*(CHOOSECOLS(query1,3)<817)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the census ranking for the community with an area smaller than 9.94 km2 and a population smaller than 817?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "9.94", "*", "CHOOSECOLS(", "query1", "3", "<", "817" ] }, { "Formula": "SUM(FILTER(C1, (B1=\"village\")*(E1=\"2,471 of 5,008\")*(D1<748)))", "Formula2": "SUM(FILTER(C2:C19, (B2:B19=\"village\")*(E2:E19=\"2,471 of 5,008\")*(D2:D19<748)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the area (in km2) for the community that has a status of village, a census ranking of 2,471 of 5,008, and a population of less than 748?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"village\"", "*", "E1", "=", "\"2,471 of 5,008\"", "*", "D1", "<", "748" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"pointe-verte\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1137))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E19,A2:A19=\"pointe-verte\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1137))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the status for Pointe-Verte, with a population smaller than 1,137?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"pointe-verte\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1137" ] }, { "Formula": "SUM(FILTER(C1, (B1=\"village\")*(A1=\"paquetville\")*(D1>706)))", "Formula2": "SUM(FILTER(C2:C19, (B2:B19=\"village\")*(A2:A19=\"paquetville\")*(D2:D19>706)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the area (in km2) for the village of Paquetville, with a population over 706?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"village\"", "*", "A1", "=", "\"paquetville\"", "*", "D1", ">", "706" ] }, { "Formula": "SUM(FILTER(C1, (B1=\"town\")*(D1<4351)*(A1=\"lamèque\")))", "Formula2": "SUM(FILTER(C2:C19, (B2:B19=\"town\")*(D2:D19<4351)*(A2:A19=\"lamèque\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the area (in km2) for the town of lamèque, with a population of less than 4,351?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "\"town\"", "*", "D1", "<", "4351", "*", "A1", "=", "\"lamèque\"" ] } ]
test_2-171222-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Bathurst", "City", "91.55", "12,275", "327 of 5,008" ], [ "3", "Tracadie-Sheila", "Town", "24.64", "4,933", "717 of 5,008" ], [ "4", "Beresford", "Town", "19.20", "4,351", "775 of 5,008" ], [ "5", "Caraquet", "Town", "68.26", "4,169", "799 of 5,008" ], [ "6", "Shippagan", "Town", "9.94", "2,603", "1,116 of 5,008" ], [ "7", "Petit-Rocher", "Village", "4.49", "1,908", "1,371 of 5,008" ], [ "8", "Lamèque", "Town", "12.45", "1,432", "1,657 of 5,008" ], [ "9", "Bas-Caraquet", "Village", "31.00", "1,380", "1,694 of 5,008" ], [ "10", "Bertrand", "Town", "46.45", "1,137", "1,913 of 5,008" ], [ "11", "Pointe-Verte", "Village", "13.79", "976", "2,112 of 5,008" ], [ "12", "Sainte-Marie - Saint-Raphaël", "Village", "15.61", "955", "2,141 of 5,008" ], [ "13", "Nigadoo", "Village", "7.69", "952", "2,145 of 5,008" ], [ "14", "Le Goulet", "Village", "5.46", "817", "2,345 of 5,008" ], [ "15", "Saint-Isidore", "Village", "22.58", "748", "2,471 of 5,008" ], [ "16", "Grande-Anse", "Village", "24.42", "738", "2,490 of 5,008" ], [ "17", "Paquetville", "Village", "9.40", "706", "2,553 of 5,008" ], [ "18", "Maisonnette", "Village", "12.88", "573", "2,825 of 5,008" ], [ "19", "Saint-Léolin", "Village", "19.78", "488", "3,043 of 5,008" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"callander coal company grey\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"callander coal company grey\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Current status of Callander Coal company grey?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"callander coal company grey\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"kinneil sandy red\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"kinneil sandy red\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the livery of Kinneil Sandy Red?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"kinneil sandy red\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=1962)*(D1=\"br bauxite\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=1962)*(D2:D11=\"br bauxite\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name and number in 1962 when livery was Br Bauxite?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1962", "*", "D1", "=", "\"br bauxite\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=1964),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=1964),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the name and number in 1964?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1964", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"br grey\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"br grey\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the description for the livery Br Grey?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"br grey\"", "2" ] } ]
test_2-1174877-16
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Number & name", "Description", "Current status", "Livery", "Date" ], [ "2", "No. 286", "Callander Coal Company Wagon", "Static display in the museum.", "Callander Coal Company Grey", "N/A" ], [ "3", "No. 755", "Carron Company Wagon", "Static display in the museum.", "Brown", "Circa. 1890" ], [ "4", "No. 65013", "NBR 8-Ton Double-Ended", "Static display in the museum.", "Loco Coal NB Grey", "Circa. 1890" ], [ "5", "No. 189", "RCH 12-Ton 7-Plank", "Static display in the museum.", "Kinneil Sandy Red", "1930" ], [ "6", "No. B579284", "BR 16T Mineral Wagon", "Operational.", "BR Grey", "1957" ], [ "7", "No. B555710", "BR 16T Mineral Wagon", "Operational.", "BR Bauxite", "1958" ], [ "8", "No. B314632", "BR 21T (with roller bearings)", "Operational.", "BR Bauxite", "1962" ], [ "9", "No. B314633", "BR 21T (with roller bearings)", "Operational.", "BR Bauxite", "1962" ], [ "10", "No. B314636", "BR 21T (with roller bearings)", "Operational.", "BR Rusted Grey", "1962" ], [ "11", "No. 350001", "EWS 32.5T HCA Hopper", "Operational", "EWS", "1964" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Buffalo Sabres\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"Buffalo Sabres\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the location of buffalo sabres", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Buffalo Sabres\"", "5" ] }, { "Formula": "SUMIFS(A1,G1,\"13–17–9\")", "Formula2": "SUMIFS(A2:A16,G2:G16,\"13–17–9\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the game for 13–17–9", "Tokens": [ "SUMIFS(", "A1", "G1", "\"13–17–9\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"December 19\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,B2:B16=\"December 19\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the score for december 19", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"December 19\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"New York Islanders\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"New York Islanders\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date for new york islanders", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"New York Islanders\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"December 3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,B2:B16=\"December 3\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the opponents for december 3", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"December 3\"", "3" ] } ]
train_1-23453931-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "26", "December 1", "@ Montreal Canadiens", "3–0", "Bell Centre", "21273", "7–12–7", "21" ], [ "3", "27", "December 3", "@ Columbus Blue Jackets", "6–3", "Nationwide Arena", "13825", "8–12–7", "23" ], [ "4", "28", "December 5", "@ Boston Bruins", "2–7", "TD Garden", "17565", "8–13–7", "23" ], [ "5", "29", "December 7", "Atlanta Thrashers", "5–2", "Air Canada Centre", "19050", "9–13–7", "25" ], [ "6", "30", "December 9", "New York Islanders", "3–2", "Air Canada Centre", "19102", "10–13–7", "27" ], [ "7", "31", "December 10", "@ Boston Bruins", "2–5", "TD Garden", "17565", "10–14–7", "27" ], [ "8", "32", "December 12", "Washington Capitals", "6–3", "Air Canada Centre", "19316", "11–14–7", "29" ], [ "9", "33", "December 14", "Ottawa Senators", "3–2", "Air Canada Centre", "19315", "12–14–7", "31" ], [ "10", "34", "December 16", "Phoenix Coyotes", "3–6", "Air Canada Centre", "19088", "12–15–7", "31" ], [ "11", "35", "December 18", "@ Buffalo Sabres", "2–5", "HSBC Arena", "18159", "12–16–7", "31" ], [ "12", "36", "December 19", "Boston Bruins", "2–0", "Air Canada Centre", "19101", "13–16–7", "33" ], [ "13", "37", "December 21", "Buffalo Sabres", "2–3 (OT)", "Air Canada Centre", "19235", "13–16–8", "34" ], [ "14", "38", "December 23", "@ New York Islanders", "1–3", "Nassau Veterans Memorial Coliseum", "10865", "13–17–8", "34" ], [ "15", "39", "December 26", "Montreal Canadiens", "2–3 (OT)", "Air Canada Centre", "19250", "13–17–9", "35" ], [ "16", "40", "December 27", "@ Pittsburgh Penguins", "4–3", "Mellon Arena", "17132", "14–17–9", "37" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1975)*(B1=\"13–11\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11>1975)*(B2:B11=\"13–11\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Year larger than 1975, and a Record of 13–11 is what playoffs?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1975", "*", "B1", "=", "\"13–11\"", "4" ] } ]
train_2-1332984-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Record", "Regular Season Finish", "Playoffs", "Avg. Attendance" ], [ "2", "1975", "12–10", "2nd, Central Division", "Did Not Qualify", "4,330" ], [ "3", "1976", "15–9", "1st, Northern Division, Atlantic Conference", "Division Championships", "5,801" ], [ "4", "1977", "10–16", "4th, Northern Division, Atlantic Conference", "Did Not Qualify", "5,199" ], [ "5", "1978", "12–18", "2nd, Central Division, American Conference", "First Round", "4,188" ], [ "6", "1979", "16–14", "2nd, Central Division, American Conference", "American Conference Semifinals", "8,036" ], [ "7", "1980", "21–11", "1st, Central Division, American Conference", "First Round", "11,672" ], [ "8", "1981", "23–9", "1st, Central Division", "NASL Champions", "12,889" ], [ "9", "1982", "13–19", "4th, Eastern Division", "Did Not Qualify", "9,377" ], [ "10", "1983", "15–15", "2nd, Eastern Division", "Quarterfinals", "10,937" ], [ "11", "1984", "13–11", "1st, Eastern Division", "NASL Champions", "8,376" ] ]
[ { "Formula": "MIN(FILTER(E1,(D1=\"1965\")*(F1=\"november 1971\")*(C1<7103)))", "Formula2": "MIN(FILTER(E2:E8,(D2:D8=\"1965\")*(F2:F8=\"november 1971\")*(C2:C8<7103)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the earliest year retired delivered in 1965 with an in service in November 1971 for the PoAF Serial less than 7103?", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "\"1965\"", "*", "F1", "=", "\"november 1971\"", "*", "C1", "<", "7103" ] } ]
dev_2-12501219-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Designation", "USAAF Serial", "PoAF Serial", "Delivery", "Retired", "In Service" ], [ "2", "B-26B-60/61-DL", "44-34535", "7101", "May 1965", "1975", "26 April 1971" ], [ "3", "B-26B-55/65-DL", "44-34328", "7102", "1965", "1975", "January 1972" ], [ "4", "B-26C-40-DT", "44-35631", "7103", "1965", "1975", "November 1971" ], [ "5", "B-26B-66-DL", "44-34726", "7104", "1965", "1973", "26 September 1967" ], [ "6", "B-26B-20-DT", "43-22427", "7105", "1965", "1975", "September 1971" ], [ "7", "B-26B-40-DL", "41-39517", "7106", "1965", "1975", "28 July 1969" ], [ "8", "B-26C-35-DT", "44-35363", "7107", "1965", "1975", "9 September 1970" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=6.85))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=6.85))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which City has an Average of 6.85?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.85" ] }, { "Formula": "SUMIFS(E1,A1,\"bergen, norway\")", "Formula2": "SUMIFS(E2:E7,A2:A7,\"bergen, norway\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the Average of bergen, norway?", "Tokens": [ "SUMIFS(", "E1", "A1", "\"bergen, norway\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=4.13),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<6.85))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,D2:D7=4.13),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<6.85))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Comprehension of Danish has an Average smaller than 6.85, and a Comprehension of Norwegian of 4.13?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "4.13", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6.85" ] } ]
train_2-153465-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "City", "Comprehension of Danish", "Comprehension of Swedish", "Comprehension of Norwegian", "Average" ], [ "2", "Århus , Denmark", "N/A", "3.74", "4.68", "4.21" ], [ "3", "Copenhagen , Denmark", "N/A", "3.60", "4.13", "3.87" ], [ "4", "Malmö , Sweden", "5.08", "N/A", "4.97", "5.02" ], [ "5", "Stockholm , Sweden", "3.46", "N/A", "5.56", "4.51" ], [ "6", "Bergen , Norway", "6.50", "6.15", "N/A", "6.32" ], [ "7", "Oslo , Norway", "6.57", "7.12", "N/A", "6.85" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1988-95\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"1988-95\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Player, when Years With Spurs is 1988-95?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1988-95\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1973-74\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"1973-74\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Height in Ft., when Years With Spurs is 1973-74?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1973-74\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"kentucky\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"kentucky\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Position, when School/Previous Club Team/Country is Kentucky?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"kentucky\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"6-10\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"6-10\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Position, when Height in Ft. is 6-10?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"6-10\"", "4" ] } ]
test_2-16669584-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.(s)", "Height in Ft.", "Position", "Years with Spurs", "School/Previous Club Team/Country" ], [ "2", "Ahearn, Blake Blake Ahearn", "18", "6-2", "Guard", "2008-09", "Missouri State" ], [ "3", "Alexander, Cory Cory Alexander", "1", "6-1", "Guard", "1995-98", "Virginia" ], [ "4", "Anderson, Derek Derek Anderson", "1", "6-5", "Guard", "2000-01", "Kentucky" ], [ "5", "Anderson, Greg Greg Anderson", "33", "6-10", "Forward", "1987-89, 1996-97", "Houston" ], [ "6", "Anderson, James James Anderson", "11, 25", "6-6", "Guard", "2010-13", "Oklahoma State" ], [ "7", "Anderson, Michael Michael Anderson", "10", "5-11", "Guard", "1988-89", "Drexel" ], [ "8", "Anderson, Willie Willie Anderson", "40", "6-7", "Guard/Forward", "1988-95", "Georgia" ], [ "9", "Averitt, Bird Bird Averitt", "10", "6-1", "Guard", "1973-74", "Pepperdine" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"73-72-67-75=287\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"73-72-67-75=287\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),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" ], "Level": "hard", "Question": "What is Player, when To Par is \"7\", and when Score is \"73-72-67-75=287\"?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"73-72-67-75=287\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ] }, { "Formula": "AVERAGEIFS(E1,B1,\"billy casper\")", "Formula2": "AVERAGEIFS(E2:E11,B2:B11,\"billy casper\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average To Par, when Player is \"Billy Casper\"?", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"billy casper\"" ] }, { "Formula": "MAX(FILTER(F1, E1<2))", "Formula2": "MAX(FILTER(F2:F11, E2:E11<2))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest Money ( $ ), when To Par is less than 2?", "Tokens": [ "MAX(", "FILTER(", "F1", "E1", "<", "2" ] } ]
train_2-17290101-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To Par", "Money ( $ )" ], [ "2", "1", "Billy Casper", "United States", "71-68-69-74=282", "+2", "12,000" ], [ "3", "2", "Bob Rosburg", "United States", "75-70-67-71=283", "+3", "6,600" ], [ "4", "T3", "Claude Harmon", "United States", "72-71-70-71=284", "+4", "3,600" ], [ "5", "T3", "Mike Souchak", "United States", "71-70-72-71=284", "+4", "3,600" ], [ "6", "T5", "Doug Ford", "United States", "72-69-72-73=286", "+6", "2,100" ], [ "7", "T5", "Arnold Palmer", "United States", "71-69-72-74=286", "+6", "2,100" ], [ "8", "T5", "Ernie Vossler", "United States", "72-70-72-72=286", "+6", "2,100" ], [ "9", "T8", "Ben Hogan", "United States", "69-71-71-76=287", "+7", "1,350" ], [ "10", "T8", "Sam Snead", "United States", "73-72-67-75=287", "+7", "1,350" ], [ "11", "10", "Dick Knight", "United States", "69-75-73-73=290", "+10", "900" ] ]
[ { "Formula": "SUMIFS(F1,B1,\"13.10 (88)\")", "Formula2": "SUMIFS(F2:F6,B2:B6,\"13.10 (88)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many people were in the crowd when the home team scored 13.10 (88)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"13.10 (88)\"" ] }, { "Formula": "SUMIFS(F1,D1,\"12.11 (83)\")", "Formula2": "SUMIFS(F2:F6,D2:D6,\"12.11 (83)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the sum of the crowd when the away team score was 12.11 (83)?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"12.11 (83)\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>5500))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)>5500))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the score of the home team when there were more than 5,500 people in the crowd?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5500" ] }, { "Formula": "SUMIFS(F1,A1,\"essendon\")", "Formula2": "SUMIFS(F2:F6,A2:A6,\"essendon\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the sum of Crowd when Essendon was the home team?", "Tokens": [ "SUMIFS(", "F1", "A1", "\"essendon\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"north melbourne\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the home team score when North Melbourne was the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"north melbourne\"", "2" ] } ]
train_2-10807990-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Fitzroy", "11.13 (79)", "Footscray", "12.11 (83)", "Brunswick Street Oval", "9,000", "6 June 1942" ], [ "3", "Essendon", "15.19 (109)", "North Melbourne", "9.15 (69)", "Windy Hill", "10,000", "6 June 1942" ], [ "4", "South Melbourne", "23.10 (148)", "Melbourne", "16.19 (115)", "Princes Park", "5,500", "6 June 1942" ], [ "5", "Hawthorn", "13.10 (88)", "Collingwood", "10.20 (80)", "Glenferrie Oval", "4,000", "6 June 1942" ], [ "6", "Richmond", "15.14 (104)", "Carlton", "10.17 (77)", "Punt Road Oval", "20,000", "6 June 1942" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8.13 (61)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"8.13 (61)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game played with a home team score of 8.13 (61)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"8.13 (61)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the home team score when the away team was Hawthorn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.15 (99)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.15 (99)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What did the home team score when the away team scored 14.15 (99)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.15 (99)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.14 (80)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.14 (80)\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the game played where the away team scored 11.14 (80)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.14 (80)\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.15 (99)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.15 (99)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game played when the away team scored 14.15 (99)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.15 (99)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"13.6 (84)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"13.6 (84)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What home team played against the away team with a score of 13.6 (84)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"13.6 (84)\"", "1" ] } ]
train_2-10826385-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Collingwood", "7.14 (56)", "Footscray", "11.14 (80)", "Victoria Park", "25,986", "20 May 1972" ], [ "3", "Melbourne", "20.14 (134)", "Geelong", "14.17 (101)", "MCG", "19,023", "20 May 1972" ], [ "4", "South Melbourne", "9.7 (61)", "Fitzroy", "18.11 (119)", "Lake Oval", "12,421", "20 May 1972" ], [ "5", "North Melbourne", "8.13 (61)", "Essendon", "14.12 (96)", "Arden Street Oval", "14,091", "20 May 1972" ], [ "6", "St Kilda", "10.12 (72)", "Carlton", "14.15 (99)", "Moorabbin Oval", "31,547", "20 May 1972" ], [ "7", "Richmond", "11.25 (91)", "Hawthorn", "13.6 (84)", "VFL Park", "25,845", "20 May 1972" ] ]
[ { "Formula": "FILTER(H1,B1=\"April 5\")", "Formula2": "FILTER(H2:H7,B2:B7=\"April 5\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the location attendance april 5", "Tokens": [ "FILTER(", "H1", "B1", "=", "\"April 5\"" ] }, { "Formula": "FILTER(G1,(H1=\"Madison Square Garden 19,763\")*(I1=\"39–38\"))", "Formula2": "FILTER(G2:G7,(H2:H7=\"Madison Square Garden 19,763\")*(I2:I7=\"39–38\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the high assists for madison square garden 19,763 and record is 39–38", "Tokens": [ "FILTER(", "G1", "H1", "=", "\"Madison Square Garden 19,763\"", "*", "I1", "=", "\"39–38\"" ] }, { "Formula": "FILTER(B1,C1=\"Cleveland\")", "Formula2": "FILTER(B2:B7,C2:C7=\"Cleveland\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the date for cleveland", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"Cleveland\"" ] } ]
dev_1-27713583-11
[ [ "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", "Cleveland", "W 123–107 (OT)", "Amar'e Stoudemire (28)", "Amar'e Stoudemire (7)", "Chauncey Billups (7)", "Madison Square Garden 19,763", "38–38" ], [ "3", "77", "April 5", "Toronto", "W 131–118 (OT)", "Toney Douglas (28)", "Carmelo Anthony (9)", "Chauncey Billups (9)", "Madison Square Garden 19,763", "39–38" ], [ "4", "78", "April 6", "@ Philadelphia", "W 97–92 (OT)", "Carmelo Anthony (31)", "Carmelo Anthony (11)", "Amar'e Stoudemire (7)", "Wells Fargo Center 18,375", "40–38" ], [ "5", "79", "April 8", "@ New Jersey", "W 116–93 (OT)", "Carmelo Anthony (25)", "Carmelo Anthony (14)", "Toney Douglas (9)", "Prudential Center 18,023", "41–38" ], [ "6", "80", "April 10", "@ Indiana", "W 110–109 (OT)", "Carmelo Anthony (34)", "Landry Fields (7)", "Chauncey Billups (7)", "Conseco Fieldhouse 13,542", "42–38" ], [ "7", "81", "April 12", "Chicago", "L 90–103 (OT)", "Carmelo Anthony (21)", "Carmelo Anthony , Toney Douglas (5)", "Chauncey Billups (8)", "Madison Square Garden 19,763", "42–39" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 7\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"April 7\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the high reobounds for april 7", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"April 7\"", "6" ] } ]
train_1-17058178-11
[ [ "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 3", "@ Oklahoma City", "W 107–72 (OT)", "LaMarcus Aldridge (35)", "LaMarcus Aldridge (18)", "Steve Blake (10)", "Ford Center 19,136", "48–27" ], [ "3", "76", "April 5", "@ Houston", "L 88–102 (OT)", "LaMarcus Aldridge , Brandon Roy (22)", "LaMarcus Aldridge (9)", "Brandon Roy (6)", "Toyota Center 18,214", "48–28" ], [ "4", "77", "April 7", "@ Memphis", "W 96–93 (OT)", "Brandon Roy (24)", "LaMarcus Aldridge (8)", "Brandon Roy (4)", "FedExForum 10,089", "49–28" ], [ "5", "78", "April 8", "@ San Antonio", "W 95–83 (OT)", "Brandon Roy (26)", "Joel Przybilla (17)", "Steve Blake (7)", "AT&T Center 18,797", "50–28" ], [ "6", "79", "April 10", "L.A. Lakers", "W 106–98 (OT)", "Brandon Roy (24)", "Joel Przybilla (13)", "Brandon Roy (8)", "Rose Garden 20,681", "51–28" ], [ "7", "80", "April 11", "@ L.A. Clippers", "W 87–72 (OT)", "LaMarcus Aldridge (21)", "Joel Przybilla (14)", "Steve Blake (5)", "Staples Center 18,321", "52–28" ], [ "8", "81", "April 13", "Oklahoma City", "W 113–83 (OT)", "Travis Outlaw (21)", "Joel Przybilla (12)", "Sergio Rodríguez (8)", "Rose Garden 20,655", "53–28" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"mile high stadium\")*(C1=\"minnesota vikings\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>38494))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G17,(E2:E17=\"mile high stadium\")*(C2:C17=\"minnesota vikings\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>38494))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the record of the Denver Broncos when they play at Mile High Stadium against the Minnesota Vikings and 38,494 fans were in attendance?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mile high stadium\"", "*", "C1", "=", "\"minnesota vikings\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "38494" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"december 2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=\"december 2\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the final game result that was played on December 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"december 2\"", "4" ] }, { "Formula": "SUMIFS(A1,E1,\"rich stadium\")", "Formula2": "SUMIFS(A2:A17,E2:E17,\"rich stadium\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What week was the game played at Rich Stadium?", "Tokens": [ "SUMIFS(", "A1", "E1", "\"rich stadium\"" ] } ]
train_2-16729063-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 2", "Cincinnati Bengals", "W 20–17", "Mile High Stadium", "1–0", "74,178" ], [ "3", "2", "September 9", "at Chicago Bears", "L 0–27", "Soldier Field", "1–1", "54,335" ], [ "4", "3", "September 16", "at Cleveland Browns", "W 24–14", "Cleveland Stadium", "2–1", "61,980" ], [ "5", "4", "September 23", "Kansas City Chiefs", "W 21–0", "Mile High Stadium", "3–1", "74,263" ], [ "6", "5", "September 30", "Los Angeles Raiders", "W 16–13", "Mile High Stadium", "4–1", "74,833" ], [ "7", "6", "October 7", "at Detroit Lions", "W 28–7", "Pontiac Silverdome", "5–1", "55,836" ], [ "8", "7", "October 15", "Green Bay Packers", "W 17–14", "Mile High Stadium", "6–1", "62,546" ], [ "9", "8", "October 21", "at Buffalo Bills", "W 37–7", "Rich Stadium", "7–1", "31,204" ], [ "10", "9", "October 28", "at Los Angeles Raiders", "W 22–19 (OT)", "Los Angeles Memorial Coliseum", "8–1", "91,020" ], [ "11", "10", "November 4", "New England Patriots", "W 26–19", "Mile High Stadium", "9–1", "74,908" ], [ "12", "11", "November 11", "at San Diego Chargers", "W 16–13", "Jack Murphy Stadium", "10–1", "53,162" ], [ "13", "12", "November 18", "Minnesota Vikings", "W 42–21", "Mile High Stadium", "11–1", "74,716" ], [ "14", "13", "November 25", "Seattle Seahawks", "L 24–27", "Mile High Stadium", "11–2", "74,922" ], [ "15", "14", "December 2", "at Kansas City Chiefs", "L 13–16", "Arrowhead Stadium", "11–3", "38,494" ], [ "16", "15", "December 9", "San Diego Chargers", "W 16–13", "Mile High Stadium", "12–3", "74,867" ], [ "17", "16", "December 15", "at Seattle Seahawks", "W 31–14", "Kingdome", "13–3", "64,411" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>5750))", "Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)>5750))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Tell me the declination with NGC number larger than 5750", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5750" ] } ]
train_2-11051845-8
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "NGC number", "Object type", "Constellation", "Right ascension ( J2000 )", "Declination ( J2000 )", "Apparent magnitude" ], [ "2", "5705", "Spiral galaxy", "Virgo", "14h39m49.6s", "°43′08″", "14.5" ], [ "3", "5713", "Spiral galaxy", "Virgo", "14h40m11.5s", "°17′25″", "11.7" ], [ "4", "5749", "Open cluster", "Lupus", "14h49m", "°30′", "8.8" ], [ "5", "5750", "Spiral galaxy", "Virgo", "14h46m11.3s", "°13′23″", "13.1" ], [ "6", "5777", "Spiral galaxy", "Draco", "14h51m18s", "°58′39″", "13.1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"manitoba\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"manitoba\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which supercentenarians were born in Manitoba?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"manitoba\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"united states\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"united states\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the average age as of February 1, 2014 for the supercentenarians born in the United States?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"united states\"", "3" ] } ]
train_2-14715875-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Birth date", "Age as of 1 February 2014", "Province or Country of birth", "Province of residence" ], [ "2", "Merle Barwis", "23 December 1900", "113years, 40days", "United States", "British Columbia" ], [ "3", "Flora Thibodeau", "20 March 1901", "112years, 318days", "New Brunswick", "New Brunswick" ], [ "4", "Adéa Pellerin-Cormier", "11 September 1901", "112years, 143days", "New Brunswick", "New Brunswick" ], [ "5", "Colombe Benoît-Leclerc", "5 February 1903", "110years, 361days", "Quebec", "Quebec" ], [ "6", "Orma Slack", "19 February 1903", "110years, 347days", "Ontario", "Ontario" ], [ "7", "Lorna Best", "4 July 1903", "110years, 212days", "Manitoba", "British Columbia" ], [ "8", "Hazel Urie", "28 September 1903", "110years, 126days", "Ontario", "Ontario" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"a1 women's - handball\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"a1 women's - handball\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the location of a1 women's - handball?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"a1 women's - handball\"", "4" ] }, { "Formula": "SUM(FILTER(E1, (C1=\"nop aquatic centre\")*(F1>1929)))", "Formula2": "SUM(FILTER(E2:E10, (C2:C10=\"nop aquatic centre\")*(F2:F10>1929)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the capacity at the nop aquatic centre, established after 1929?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"nop aquatic centre\"", "*", "F1", ">", "1929" ] }, { "Formula": "SUMIFS(E1,B1,\"b national - basketball\")", "Formula2": "SUMIFS(E2:E10,B2:B10,\"b national - basketball\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the capacity for b national - basketball?", "Tokens": [ "SUMIFS(", "E1", "B1", "\"b national - basketball\"" ] } ]
train_2-11336348-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Club", "Leagues", "Venue", "Location", "Capacity", "Established" ], [ "2", "Panachaiki F.C.", "Second Division - football", "Kostas Davourlis Stadium", "Agyia", "11,321", "1891" ], [ "3", "Panachaiki V.C.", "First Division - volleyball", "Panachaiki Indoor Arena", "Agyia", "500", "1928" ], [ "4", "Thyella Patras F.C.", "Regional Championship - football", "Fotis Aravantinos Stadium", "Glafkos", "3,000", "1930" ], [ "5", "Apollon Patras", "Basket League - basketball", "Apollon Patras Indoor Hall", "Perivola", "3,500", "1926" ], [ "6", "Olympiada Patras", "B National - basketball", "Olympiada Indoor Hall", "Taraboura", "2,500", "1961" ], [ "7", "EA Patras", "A1 Ethniki - volleyball", "EAP Arena", "Agios Dionysios", "2,200", "1927" ], [ "8", "NO Patras", "A1 Ethniki - water polo", "NOP Aquatic Centre", "Akti Dymeon", "3,000", "1929" ], [ "9", "NE Patras", "A2 Ethniki - water polo", "Antonis Pepanos Aquatic Centre", "Koukouli", "4,000", "2006" ], [ "10", "Ormi Patras", "A1 Women's - handball", "Dimitris Tofalos Arena", "Bozaitika", "4,500", "2003" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1,380 mw\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"1,380 mw\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the first citicality for electric power of 1,380 mw", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1,380 mw\"", "4" ] } ]
test_2-11986472-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Unit", "Type", "Start construction", "First criticality", "Electric power", "Construction" ], [ "2", "Fukushima I – 1", "BWR -3", "July 25, 1967", "October 10, 1970", "460 MW", "Kajima" ], [ "3", "Fukushima I – 2", "BWR-4", "June 9, 1969", "May 10, 1973", "784 MW", "Kajima" ], [ "4", "Fukushima I – 3", "BWR-4", "December 28, 1970", "September 6, 1974", "784 MW", "Kajima" ], [ "5", "Fukushima I – 4", "BWR-4", "February 12, 1973", "January 28, 1978", "784 MW", "Kajima" ], [ "6", "Fukushima I – 5", "BWR-4", "May 22, 1972", "August 26, 1977", "784 MW", "Kajima" ], [ "7", "Fukushima I – 6", "BWR-5", "October 26, 1973", "March 9, 1979", "1,100 MW", "Kajima" ], [ "8", "Fukushima I – 7 (planned)", "ABWR", "Canceled 04/2011", "(As originally planned) October 2016", "1,380 MW", "Canceled 04/2011" ], [ "9", "Fukushima I – 8 (planned)", "ABWR", "Canceled 04/2011", "(As originally planned) October 2017", "1,380 MW", "Canceled 04/2011" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"watford\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"watford\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the 18th september 2007-19:45 with preston north end of watford", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"watford\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"preston\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"preston\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the won 2-1 for preston north end of preston", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"preston\"", "4" ] } ]
train_2-13225042-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "18 September 2007 – 19:45", "Preston North End", "Home", "Won 2–1", "5,754" ], [ "2", "22 September 2007 – 15:00", "West Bromwich Albion", "Home", "Lost 3–2", "8,307" ], [ "3", "29 September 2007 – 15:00", "Colchester United", "Away", "Won 1–0", "5,218" ], [ "4", "2 October 2007 – 19:45", "Norwich City", "Away", "Drew 0–0", "23,176" ], [ "5", "6 October 2007 – 15:00", "Watford", "Home", "Lost 3–1", "7,515" ], [ "6", "20 October 2007 – 17:15", "Leicester City", "Home", "Drew 0–0", "6,006" ], [ "7", "23 October 2007 – 19:45", "Sheffield Wednesday", "Away", "Won 2–1", "21,557" ], [ "8", "27 October 2007 – 15:00", "Cardiff City", "Away", "Drew 1–1", "11,850" ], [ "9", "3 November 2007 – 15:00", "Crystal Palace", "Home", "Drew 0–0", "6,778" ], [ "10", "6 November 2007 – 19:45", "Stoke City", "Home", "Lost 3–2", "5,531" ], [ "11", "10 November 2007 – 15:00", "Blackpool", "Away", "Lost 1–0", "8,051" ], [ "12", "24 November 2007 – 15:00", "Hull", "Home", "Lost 2–1", "8,633" ], [ "13", "27 November 2007 – 15:00", "Coventry", "Away", "Drew 1–1", "14,036" ], [ "14", "1 December 2007 – 15:00", "Plymouth Argyle", "Away", "Lost 3–0", "10,520" ], [ "15", "3 December 2007 – 20:00", "Blackpool", "Home", "Drew 1–1", "4,407" ], [ "16", "8 December 2007 – 15:00", "Queens Park Rangers", "Home", "Drew 2–2", "5,612" ], [ "17", "15 December 2007 – 15:00", "Ipswich Town", "Away", "Lost 3–2", "19,306" ], [ "18", "22 December 2007 – 15:00", "Norwich", "Home", "Lost 0–1", "6,648" ], [ "19", "26 December 2007 – 15:00", "Preston", "Away", "Won 0–1", "12,920" ], [ "20", "1 January 2008 – 15:00", "Barnsley", "Home", "Drew 2–2", "6,792" ] ]
[ { "Formula": "SUM(FILTER(B1, (A1<2000)*(D1<21)*(C1<0)))", "Formula2": "SUM(FILTER(B2:B14, (A2:A14<2000)*(D2:D14<21)*(C2:C14<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the sum of matches played that has a year of first match before 2000, fewer than 21 lost, and 0 drawn?", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "<", "2000", "*", "D1", "<", "21", "*", "C1", "<", "0" ] }, { "Formula": "MIN(FILTER(B1, (C1>0)*(E1=\"12.50%\")*(D1<3)))", "Formula2": "MIN(FILTER(B2:B14, (C2:C14>0)*(E2:E14=\"12.50%\")*(D2:D14<3)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest number of matches played that has more than 0 draws, a percentage of 12.50%, and fewer than 3 losses?", "Tokens": [ "MIN(", "FILTER(", "B1", "C1", ">", "0", "*", "E1", "=", "\"12.50%\"", "*", "D1", "<", "3" ] } ]
train_2-13095097-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "First game", "Played", "Drawn", "Lost", "Percentage" ], [ "2", "1988", "1", "0", "1", "0.00%" ], [ "3", "2001", "4", "1", "3", "12.50%" ], [ "4", "2006", "1", "0", "1", "0.00%" ], [ "5", "2007", "1", "0", "0", "100.00%" ], [ "6", "2000", "7", "0", "7", "0.00%" ], [ "7", "2006", "1", "0", "0", "100.00%" ], [ "8", "2007", "2", "0", "0", "100.00%" ], [ "9", "2006", "3", "0", "3", "0.00%" ], [ "10", "2009", "1", "0", "1", "0.00%" ], [ "11", "2010", "1", "0", "1", "0.00%" ], [ "12", "1986", "3", "0", "3", "0.00%" ], [ "13", "2011", "2", "0", "1", "50.00%" ], [ "14", "1986", "28", "1", "21", "23.21%" ] ]
[ { "Formula": "SUMIFS(B1,E1,\"s Oyster\")", "Formula2": "SUMIFS(B2:B13,E2:E13,\"s Oyster\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the number of episods for segment c being s oyster", "Tokens": [ "SUMIFS(", "B1", "E1", "\"s Oyster\"" ] }, { "Formula": "MINIFS(B1,F1,\"Fibre Cement Siding\")", "Formula2": "MINIFS(B2:B13,F2:F13,\"Fibre Cement Siding\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the least episode for fibre cement siding", "Tokens": [ "MINIFS(", "B1", "F1", "\"Fibre Cement Siding\"" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=226))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=226))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Name the segment b for 226 episode", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "226" ] }, { "Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"Solar Water Heaters\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F13, D2:D13=\"Solar Water Heaters\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Name the number of sement d for solar water heaters ", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "D1", "=", "\"Solar Water Heaters\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"s Cufflink\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"s Cufflink\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the segment d for s cufflink", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"s Cufflink\"", "6" ] } ]
train_1-15187735-18
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Series Ep.", "Episode", "Segment A", "Segment B", "Segment C", "Segment D" ], [ "2", "18-01", "222", "ed Pattern Glass Panels", "s Road Case", "Stop-Frame Animation (Part 1)", "Stop-Frame Animation (Part 2)" ], [ "3", "18-02", "223", "Industrial Wire s Rope", "Living Walls", "Large Format Cameras", "s Gemstone" ], [ "4", "18-03", "224", "Chocolate Coins", "Floor Heating System", "Pedal Cars", "Latex Swords" ], [ "5", "18-04", "225", "ed Farm Caviar", "Intake s Manifold", "Motorcycle s Jacket", "Shovels & s Spade" ], [ "6", "18-05", "226", "Wax Figures", "s Awning", "Sandwich s Cracker", "Pewter s Tankard" ], [ "7", "18-06", "227", "Pipe Cleaners", "Blue Stilton Cheese", "Smart Electric Meters", "Telescopes" ], [ "8", "18-07", "228", "Fish s Replica", "Siren s System", "Pre-packaged Sandwiches", "s Candlestick" ], [ "9", "18-08", "229", "Tapioca Pudding", "Snow Ploughs", "Paddle s Boat", "Fibre Cement Siding" ], [ "10", "18-09", "230", "s Rally Car", "Pork s Pie", "Floating Fountains", "Artificial Stone s Ornament" ], [ "11", "18-10", "231", "s Cufflink", "Blueberry s Turnover", "s Dashboard", "Earthenware Pottery" ], [ "12", "18-11", "232", "Pharmaceutical Blister Packs", "Deli Slicers", "s Oyster", "s Weathervane" ], [ "13", "18-12", "233", "Top & Bowler Hats", "Solar Water Heaters", "s Sticky Bun", "Electrostatic s Speaker" ] ]
[ { "Formula": "SUM(FILTER(D1, A1=8))", "Formula2": "SUM(FILTER(D2:D11, A2:A11=8))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the number of matches for the player in rank 8?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "8" ] } ]
train_2-1590321-75
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Years", "Matches", "Goals" ], [ "2", "1", "Archie Stark (ASL)", "1921–1931", "293", "253" ], [ "3", "2", "Johnny Nelson (ASL)", "1923–1931", "250", "223" ], [ "4", "3", "Giorgio Chinaglia (NASL)", "1976–1983", "213", "193" ], [ "5", "4", "Davey Brown (ASL)", "1921–1931", "276", "189" ], [ "6", "5", "Bill Paterson (ASL)", "1926–1931", "196", "152" ], [ "7", "6", "Andy Stevens (ASL)", "1924–1930", "177", "150" ], [ "8", "7", "Jerry Best (ASL)", "1924–1931", "232", "138" ], [ "9", "8", "Bart McGhee (ASL)", "1922–1931", "350", "137" ], [ "10", "9", "Harold Brittan (ASL)", "1921–1928", "168", "135" ], [ "11", "10", "Jeff Cunningham (MLS)", "1998–2011", "365", "134" ] ]
[ { "Formula": "SUM(FILTER(A1, (B1<236)*(D1=\"offensive guard\")))", "Formula2": "SUM(FILTER(A2:A7, (B2:B7<236)*(D2:D7=\"offensive guard\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the round when the pick # is less than 236 and the position is offensive guard?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "<", "236", "*", "D1", "=", "\"offensive guard\"" ] }, { "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))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "what is the position in round 3?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ] } ]
train_2-18695319-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick #", "Player", "Position", "College" ], [ "2", "2", "5", "Roscoe Parrish", "Wide Receiver", "Miami (Fla.)" ], [ "3", "3", "86", "Kevin Everett", "Tight End", "Miami (Fla.)" ], [ "4", "4", "122", "Duke Preston", "Center", "Illinois" ], [ "5", "5", "156", "Eric King", "Cornerback", "Wake Forest" ], [ "6", "6", "197", "Justin Geisinger", "Offensive Guard", "Vanterbilt" ], [ "7", "7", "236", "Lionel Gates", "Running Back", "Louisville" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"2nd\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, B2:B7=\"2nd\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many seasons did Apocalypstix place 2nd?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"2nd\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1st\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"1st\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What season did the Sake Tuyas come in 1st place?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1st\"", "1" ] }, { "Formula": "MAXIFS(A1,C1,\"3rd\")", "Formula2": "MAXIFS(A2:A7,C2:C7,\"3rd\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the most recent season where the Denim Demons placed 3rd?", "Tokens": [ "MAXIFS(", "A1", "C1", "\"3rd\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"4th\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"4th\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What place did the Sake Tuyas come in when the Denim Demons were 4th?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"4th\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2nd\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"2nd\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List all the places that the Apocalypstix occupied when the Denim Demons were 2nd.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2nd\"", "2" ] } ]
train_1-29619494-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Apocalypstix", "Denim Demons", "Sake Tuyas", "Toxic Shocks" ], [ "2", "2007", "4th", "3rd", "2nd", "1st" ], [ "3", "2008", "3rd", "2nd", "4th", "1st" ], [ "4", "2009", "3rd", "2nd", "4th", "1st" ], [ "5", "2010", "2nd", "1st", "4th", "3rd" ], [ "6", "2011", "3rd", "4th", "1st", "2nd" ], [ "7", "2012", "4th", "1st", "2nd", "3rd" ] ]
[ { "Formula": "AVERAGE(FILTER(D1,(C1>24)*(E1<0)))", "Formula2": "AVERAGE(FILTER(D2:D6,(C2:C6>24)*(E2:E6<0)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average number of years on learners of the drivers over the age of 24 with less than 0 attempts at the licence test?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", ">", "24", "*", "E1", "<", "0" ] }, { "Formula": "FILTER(A1,(E1>0)*(C1>24))", "Formula2": "FILTER(A2:A6,(E2:E6>0)*(C2:C6>24))", "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which driver is older than 24 and has more than 0 licence test attempts?", "Tokens": [ "FILTER(", "A1", "E1", ">", "0", "*", "C1", ">", "24" ] } ]
dev_2-10749367-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Learner driver", "Partner", "Driver's Age", "Years on learners", "Licence test attempts", "Passed Yet" ], [ "2", "Sharni Freeman", "Chris Martin", "27", "12", "0", "Yes - Episode 11" ], [ "3", "Virgilia Nielsen", "Darren Appleton", "19", "3", "3", "Yes - Episode 7" ], [ "4", "Shannan Wilson", "Lee Bollom", "28", "11", "3", "Yes - Episode 12" ], [ "5", "Isabel Sng", "John Wong", "32", "14", "0", "Quit - Episode 7" ], [ "6", "David Bester", "Darren Balsley", "24", "3", "2", "Yes - Episode 12" ] ]
[ { "Formula": "SUM(FILTER(F1, (B1>12)*(A1<60)*(C1=\"new york islanders\")))", "Formula2": "SUM(FILTER(F2:F11, (B2:B11>12)*(A2:A11<60)*(C2:C11=\"new york islanders\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many points did the Flyers have against the New York Islanders with a February bigger than 12, and a game smaller than 60?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", ">", "12", "*", "A1", "<", "60", "*", "C1", "=", "\"new york islanders\"" ] } ]
test_2-14106667-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "February", "Opponent", "Score", "Record", "Points" ], [ "2", "53", "4", "Toronto Maple Leafs", "6–1", "27–20–6", "60" ], [ "3", "54", "6", "@ St. Louis Blues", "4–2", "28–20–6", "62" ], [ "4", "55", "12", "Calgary Flames", "2–3", "28–21–6", "62" ], [ "5", "56", "13", "@ Toronto Maple Leafs", "4–7", "28–22–6", "62" ], [ "6", "57", "15", "Hartford Whalers", "5–4 OT", "29–22–6", "64" ], [ "7", "58", "18", "New York Islanders", "3–3 OT", "29–22–7", "65" ], [ "8", "59", "19", "@ Buffalo Sabres", "5–4", "30–22–7", "67" ], [ "9", "60", "21", "Detroit Red Wings", "5–3", "31–22–7", "69" ], [ "10", "61", "23", "@ Detroit Red Wings", "11–6", "32–22–7", "71" ], [ "11", "62", "27", "@ Los Angeles Kings", "8–6", "33–22–7", "73" ] ]
[ { "Formula": "FILTER(C1,(G1=1)*(B1=1999))", "Formula2": "FILTER(C2:C19,(G2:G19=1)*(B2:B19=1999))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which landfall was in category 1 for Saffir-Simpson in 1999?", "Tokens": [ "FILTER(", "C1", "G1", "=", "1", "*", "B1", "=", "1999" ] }, { "Formula": "MIN(FILTER(E1,(G1=4)*(B1=2005)))", "Formula2": "MIN(FILTER(E2:E19,(G2:G19=4)*(B2:B19=2005)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the lowest V(mph) for a Saffir-Simpson of 4 in 2005?", "Tokens": [ "MIN(", "FILTER(", "E1", "G1", "=", "4", "*", "B1", "=", "2005" ] }, { "Formula": "MAX(FILTER(G1,D1=\"18\"))", "Formula2": "MAX(FILTER(G2:G19,D2:D19=\"18\"))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the highest SaffirSimpson with an NHC advisory of 18?", "Tokens": [ "MAX(", "FILTER(", "G1", "D1", "=", "\"18\"" ] } ]
dev_2-15416002-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Year", "Landfall", "NHC Advisory Number", "V(mph)", "R(miles)", "Saffir-Simpson Category" ], [ "2", "Bonnie", "1998", "North Carolina", "31B", "115", "115", "3" ], [ "3", "Earl", "1998", "Florida", "11", "80", "115", "1" ], [ "4", "Georges", "1998", "Mississippi", "51B", "105", "45", "2" ], [ "5", "Bret", "1999", "Texas", "17", "140", "40", "4" ], [ "6", "Floyd", "1999", "North Carolina", "34A", "110", "115", "2" ], [ "7", "Irene", "1999", "Florida", "9", "75", "30", "1" ], [ "8", "Lili", "2002", "Louisiana", "48A", "100", "60", "2" ], [ "9", "Claudette", "2003", "Texas", "27A", "75", "30", "1" ], [ "10", "Isabel", "2003", "North Carolina", "49A", "100", "115", "2" ], [ "11", "Charley", "2004", "Florida", "18", "145", "30", "4" ], [ "12", "Frances", "2004", "Florida", "44A", "105", "75", "2" ], [ "13", "Ivan", "2004", "Alabama", "55B", "130", "105", "3" ], [ "14", "Jeanne", "2004", "Florida", "49B", "115", "70", "3" ], [ "15", "Dennis", "2005", "Florida", "25B", "120", "40", "3" ], [ "16", "Katrina", "2005", "Florida", "9", "75", "15", "1" ], [ "17", "Katrina", "2005", "Louisiana", "26A", "145", "120", "4" ], [ "18", "Rita", "2005", "Texas", "26B", "120", "85", "3" ], [ "19", "Wilma", "2005", "Florida", "36", "125", "90", "3" ] ]
[ { "Formula": "FILTER(D1,(C1=\"girl\")*(B1=\"chidi\"))", "Formula2": "FILTER(D2:D9,(C2:C9=\"girl\")*(B2:B9=\"chidi\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How much did the girl, nicknamed Chidi, weigh at birth?", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"girl\"", "*", "B1", "=", "\"chidi\"" ] }, { "Formula": "FILTER(B1,E1=\"god knows my journey\")", "Formula2": "FILTER(B2:B9,E2:E9=\"god knows my journey\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What nickname has the meaning of God knows my journey?", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"god knows my journey\"" ] }, { "Formula": "FILTER(B1,(C1=\"boy\")*(D1=\"810g (26.0 oz.)\"))", "Formula2": "FILTER(B2:B9,(C2:C9=\"boy\")*(D2:D9=\"810g (26.0 oz.)\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the nickname of the boy who weighed 810g (26.0 oz.) at birth?", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"boy\"", "*", "D1", "=", "\"810g (26.0 oz.)\"" ] }, { "Formula": "FILTER(D1,E1=\"god knows my journey\")", "Formula2": "FILTER(D2:D9,E2:E9=\"god knows my journey\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How much did the baby who name means God knows my journey weigh at birth?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"god knows my journey\"" ] }, { "Formula": "FILTER(C1,A1=\"chukwubuikem maduabuchi\")", "Formula2": "FILTER(C2:C9,A2:A9=\"chukwubuikem maduabuchi\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Chukwubuikem Maduabuchi is what gender?", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"chukwubuikem maduabuchi\"" ] }, { "Formula": "FILTER(B1,D1=\"730g (23.5 oz.)\")", "Formula2": "FILTER(B2:B9,D2:D9=\"730g (23.5 oz.)\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the nickname of the baby with the birth weight of 730g (23.5 oz.)?", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"730g (23.5 oz.)\"" ] } ]
dev_2-11908801-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Full Name", "Nickname", "Gender", "Weight at birth", "Meaning" ], [ "2", "Chukwuebuka Nkemjika", "Ebuka", "Girl", "690g (22 oz.)", "God is Big" ], [ "3", "Chidinma Anulika", "Chidi", "Girl", "760g (24.4 oz.)", "God is good" ], [ "4", "Chinecherem Nwabugwu", "Echerem", "Girl", "800g (25.7 oz.)", "God Thinks for Me" ], [ "5", "Chimaijem Otto", "Chima", "Girl", "730g (23.5 oz.)", "God Knows My Journey" ], [ "6", "Chijindu Chidera", "Odera", "Girl", "320g (10.3 oz.)", "God Holds My Life" ], [ "7", "Chukwubuikem Maduabuchi", "Ikem", "Boy", "500g (16.0 oz.)", "God is My Strength" ], [ "8", "Chijioke Chinedum", "Jioke", "Boy", "810g (26.0 oz.)", "God holds my share" ], [ "9", "Chinagorom Chidiebere", "Gorom", "Girl", "520g (16.7 oz.)", "God is My Advocate" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1<1984)*(E1=\"first\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8<1984)*(E2:E8=\"first\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the story timeline that was published first prior to 1984?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "<", "1984", "*", "E1", "=", "\"first\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, E1=\"first\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D8, E2:E8=\"first\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many total publications were the first of the series?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "E1", "=", "\"first\"" ] } ]
train_2-11251694-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Order", "Title", "Story timeline", "Published", "In order of publication" ], [ "2", "1", "Burr", "1775–1808, 1833–1836, 1840", "1973", "Second" ], [ "3", "2", "Lincoln", "1861–1865", "1984", "Fourth" ], [ "4", "3", "1876", "1875–1877", "1976", "Third" ], [ "5", "4", "Empire", "1898–1907", "1987", "Fifth" ], [ "6", "5", "Hollywood", "1917–1923", "1990", "Sixth" ], [ "7", "6", "Washington, D.C.", "1937–1952", "1967", "First" ], [ "8", "7", "The Golden Age", "1939–1954, 2000", "2000", "Seventh" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=4.5))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(C2:C12)),FILTER(query1,CHOOSECOLS(query1,2)=4.5))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When 4.5 is the rating (18-49) what is the air date?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4.5" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=13))", "Formula2": "LET(query1,SUMMARIZE(F2:F12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=13))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When 13 is the share (18-49) what is the rank (timeslot)?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "13" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When 11 is the episode what is the air date?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ] }, { "Formula": "SUM(FILTER(C1, E1=10.02))", "Formula2": "SUM(FILTER(C2:C12, E2:E12=10.02))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "When there are 10.02 million viewers what is the rating (18-49)?", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "10.02" ] }, { "Formula": "SUM(FILTER(D1, E1=9.28))", "Formula2": "SUM(FILTER(D2:D12, E2:E12=9.28))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "When there are 9.28 million viewers what is the share (18-49)?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "9.28" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When 4 is the episode what is the air date?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ] } ]
train_1-28980706-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "First Air Date", "Rating (18–49)", "Share (18–49)", "Viewers (millions)", "Rank (timeslot)" ], [ "2", "1", "January 3, 2011", "2.9", "7", "9.04", "N/A" ], [ "3", "2", "January 10, 2011", "2.8", "7", "8.46", "N/A" ], [ "4", "3", "January 17, 2011", "2.7", "7", "8.80", "N/A" ], [ "5", "4", "January 24, 2011", "2.9", "8", "9.28", "N/A" ], [ "6", "5", "January 31, 2011", "3.2", "8", "9.66", "N/A" ], [ "7", "6", "February 7, 2011", "3.2", "8", "9.81", "N/A" ], [ "8", "7", "February 14, 2011", "2.9", "8", "9.32", "N/A" ], [ "9", "8", "February 21, 2011", "3.4", "9", "10.41", "N/A" ], [ "10", "9", "February 28, 2011", "3.5", "9", "11.33", "N/A" ], [ "11", "10", "March 7, 2011", "3.1", "9", "10.02", "N/A" ], [ "12", "11", "March 14, 2011", "4.5", "13", "13.88", "N/A" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"g\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=190))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F17,D2:D17=\"g\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=190))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the Name when the position is g, and weight is 190 pounds?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"g\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "190" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(B1=\"6'5\")*(A1=\"david hoskins 3\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>195))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F17,(B2:B17=\"6'5\")*(A2:A17=\"david hoskins 3\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>195))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the Position with a weight of more than 195 pounds, height of 6'5\", and named David Hoskins 3?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"6'5\"", "*", "A1", "=", "\"david hoskins 3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "195" ] }, { "Formula": "SUMIFS(C1,B1,\"6'6\")", "Formula2": "SUMIFS(C2:C17,B2:B17,\"6'6\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the sum of Weight for the person with a height of 6'6\"?", "Tokens": [ "SUMIFS(", "C1", "B1", "\"6'6\"" ] } ]
train_2-15746812-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Height", "Weight (lbs.)", "Position", "Class", "Hometown" ], [ "2", "Denis Clemente 1", "6'", "180", "G", "Jr.", "Bayamón , Puerto Rico" ], [ "3", "Jacob Pullen", "6'1\"", "185", "G", "Fr.", "Maywood, IL , U.S." ], [ "4", "Fred Brown", "6'3\"", "185", "G", "Fr.", "West Palm Beach, FL , U.S." ], [ "5", "Blake Young", "6'2\"", "195", "G", "Sr.", "Orlando, FL , U.S." ], [ "6", "Andre Gilbert", "6'7\"", "205", "F", "Jr.", "Brooklyn Park, MN , U.S." ], [ "7", "Clent Stewart", "6'4\"", "195", "G", "Sr.", "Tulsa, OK , U.S." ], [ "8", "Bill Walker 2", "6'6\"", "220", "F", "Fr.", "Huntington, WV , U.S." ], [ "9", "David Hoskins 3", "6'5\"", "230", "F", "Sr.", "Canton, MI , U.S." ], [ "10", "Jamar Samuels 4", "6'8\"", "200", "F", "Fr.", "Washington, DC , U.S." ], [ "11", "Dominique Sutton 4", "6'5\"", "205", "G", "Fr.", "Durham, NC , U.S." ], [ "12", "Michael Beasley", "6'10\"", "235", "F", "Fr.", "Frederick, MD , U.S." ], [ "13", "Chris Merriewether", "6'4\"", "195", "G", "So.", "Jacksonville, FL , U.S." ], [ "14", "Ron Anderson", "6'8\"", "245", "F", "Fr.", "Upper Marlboro, MD , U.S." ], [ "15", "Darren Kent", "6'10\"", "210", "F", "Jr.", "Apple Valley, MN , U.S." ], [ "16", "Luis Colon", "6'10\"", "275", "C", "So.", "Bayamón , Puerto Rico" ], [ "17", "James Franklin", "6'", "190", "G", "Sr.", "Kansas City, KS , U.S." ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"tampa bay\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"tampa bay\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the visitor team in tampa bay?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"tampa bay\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"32-29-8\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"32-29-8\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had a 32-29-8 record at home?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"32-29-8\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"33-30-8\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"33-30-8\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had a 33-30-8 record at home?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"33-30-8\"", "4" ] } ]
train_2-11772462-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "March 1", "Toronto", "3 - 2", "Washington", "Kolzig", "18,277", "30-28-8" ], [ "3", "March 3", "Boston", "2 - 10", "Washington", "Huet", "17,189", "31-28-8" ], [ "4", "March 5", "Washington", "3 - 1", "Buffalo", "Kolzig", "18,690", "32-28-8" ], [ "5", "March 8", "Washington", "1 - 2", "Boston", "Huet", "17,565", "32-29-8" ], [ "6", "March 9", "Pittsburgh", "4 - 2", "Washington", "Huet", "18,277", "32-30-8" ], [ "7", "March 12", "Calgary", "2 - 3", "Washington", "Kolzig", "17,560", "33-30-8" ], [ "8", "March 14", "Atlanta", "1 - 4", "Washington", "Kolzig", "18,208", "34-30-8" ], [ "9", "March 16", "Boston", "1 - 2", "Washington", "Huet", "18,277", "35-30-8" ], [ "10", "March 18", "Washington", "4 - 2", "Nashville", "Huet", "17,133", "36-30-8" ], [ "11", "March 19", "Washington", "0 - 5", "Chicago", "Kolzig", "20,942", "36-31-8" ], [ "12", "March 21", "Washington", "5 - 3", "Atlanta", "Huet", "18,562", "37-31-8" ], [ "13", "March 25", "Washington", "3 - 2", "Carolina", "Huet", "18,680", "38-31-8" ], [ "14", "March 27", "Washington", "4 - 3", "Tampa Bay", "Huet", "17,777", "39-31-8" ], [ "15", "March 29", "Washington", "3 - 0", "Florida", "Huet", "17,832", "40-31-8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Chetan Anand\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"Chetan Anand\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did Chetan Anand win his first men's single?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Chetan Anand\"", "1" ] }, { "Formula": "ROWS(UNIQUE(FILTER(A1, (B1=\"Niels Christian Kaldau\")*(C1=\"Pi Hongyan\"))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A18, (B2:B18=\"Niels Christian Kaldau\")*(C2:C18=\"Pi Hongyan\"))))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many times did Niels Christian Kaldau win the men's single and Pi Hongyan win the women's single in the same year?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"Niels Christian Kaldau\"", "*", "C1", "=", "\"Pi Hongyan\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Chou Tien-chen\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"Chou Tien-chen\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won the men's double when Chou Tien-Chen won the men's single?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Chou Tien-chen\"", "4" ] } ]
train_1-12275654-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Mens singles", "Womens singles", "Mens doubles", "Womens doubles", "Mixed doubles" ], [ "2", "1988", "Kim Brodersen", "Katrin Schmidt", "Markus Keck Robert Neumann", "Katrin Schmidt Nicole Baldewein", "Markus Keck Katrin Schmidt" ], [ "3", "1989", "Sörgard", "Katrin Schmidt", "Stefan Frey Robert Neumann", "Birgitta Lehnert Monica Halim", "Chen Jin Katrin Schmidt" ], [ "4", "1998", "Yong Yudianto", "Karolina Ericsson", "Michael Keck Christian Mohr", "Erica van den Heuvel Judith Meulendijks", "Michael Keck Nicol Pitro" ], [ "5", "1999", "Oliver Pongratz", "Zheng Yaqiong", "Quinten van Dalm Dennis Lens", "Britta Andersen Lene Mork", "Chris Bruil Erica van den Heuvel" ], [ "6", "2000", "Xie Yangchun", "Xu Huaiwen", "Michael Søgaard Joachim Fischer Nielsen", "Claudia Vogelgsang Xu Huaiwen", "Michael Keck Erica van den Heuvel" ], [ "7", "2001", "Niels Christian Kaldau", "Pi Hongyan", "Michael Søgaard Michael Lamp", "Neli Boteva Elena Nozdran", "Chris Bruil Lotte Bruil-Jonathans" ], [ "8", "2002", "Chen Gang", "Pi Hongyan", "Simon Archer Flandy Limpele", "Mia Audina Lotte Bruil-Jonathans", "Nathan Robertson Gail Emms" ], [ "9", "2003", "Dicky Palyama", "Xu Huaiwen", "Michał Łogosz Robert Mateusiak", "Nicole Grether Juliane Schenk", "Frederik Bergström Johanna Persson" ], [ "10", "2004", "Niels Christian Kaldau", "Xu Huaiwen", "Simon Archer Anthony Clark", "Kamila Augustyn Nadieżda Kostiuczyk", "Rasmus Mangor Andersen Britta Andersen" ], [ "11", "2005", "Kasper Ødum", "Xu Huaiwen", "Tony Gunawan Halim Haryanto", "Nicole Grether Juliane Schenk", "Vladislav Druzhchenko Johanna Persson" ], [ "12", "2006", "Ronald Susilo", "Xu Huaiwen", "Michał Łogosz Robert Mateusiak", "Jiang Yanmei Li Yujia", "Robert Mateusiak Nadieżda Kostiuczyk" ], [ "13", "2007", "Lu Yi", "Wang Yihan", "Mathias Boe Carsten Mogensen", "Yang Wei Zhang Jiewen", "Kristof Hopp Birgit Overzier" ], [ "14", "2008", "Chetan Anand", "Maria Febe Kusumastuti", "Mathias Boe Carsten Mogensen", "Helle Nielsen Marie Roepke", "Diju Valiyaveetil Jwala Gutta" ], [ "15", "2009", "Jan Ø. Jørgensen", "Juliane Schenk", "Rupesh Kumar Sanave Thomas", "Helle Nielsen Marie Roepke", "Mikkel Delbo Larsen Mie Schjoett-Kristensen" ], [ "16", "2010", "Chen Long", "Liu Xin", "Mathias Boe Carsten Mogensen", "Pan Pan Tian Qing", "Zhang Nan Zhao Yunlei" ], [ "17", "2011", "Hans-Kristian Vittinghus", "Li Xuerui", "Bodin Isara Maneepong Jongjit", "Mizuki Fujii Reika Kakiiwa", "Chan Peng Soon Goh Liu Ying" ], [ "18", "2012", "Chou Tien-chen", "Juliane Schenk", "Ingo Kindervater Johannes Schoettler", "Wang Rong Zhang Zhibo", "Anders Kristiansen Julie Houmann" ] ]
[ { "Formula": "MAXIFS(F1,B1,\"13.17 (95)\")", "Formula2": "MAXIFS(F2:F7,B2:B7,\"13.17 (95)\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the most amount of people in the crowd when the home team scored 13.17 (95)?", "Tokens": [ "MAXIFS(", "F1", "B1", "\"13.17 (95)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"7.15 (57)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"7.15 (57)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did the away team score 7.15 (57)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"7.15 (57)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"7.15 (57)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"7.15 (57)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did the away team score 7.15 (57)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"7.15 (57)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How much did the away team score at Victoria park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.10 (100)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.10 (100)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did the away team play when they scored 15.10 (100)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"15.10 (100)\"", "5" ] }, { "Formula": "SUMIFS(F1,B1,\"20.21 (141)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"20.21 (141)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How big was the crowd when the home team scored 20.21 (141)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"20.21 (141)\"" ] } ]
test_2-10701914-1
[ [ "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.17 (95)", "South Melbourne", "6.5 (41)", "Kardinia Park", "22,000", "21 April 1951" ], [ "3", "Essendon", "13.8 (86)", "Melbourne", "10.16 (76)", "Windy Hill", "24,000", "21 April 1951" ], [ "4", "Collingwood", "20.21 (141)", "North Melbourne", "7.6 (48)", "Victoria Park", "23,000", "21 April 1951" ], [ "5", "Carlton", "13.9 (87)", "Hawthorn", "7.15 (57)", "Princes Park", "13,000", "21 April 1951" ], [ "6", "Richmond", "15.9 (99)", "Footscray", "15.10 (100)", "Punt Road Oval", "22,000", "21 April 1951" ], [ "7", "St Kilda", "10.18 (78)", "Fitzroy", "16.12 (108)", "Junction Oval", "27,000", "21 April 1951" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"10b\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"10b\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date for the 10b serial?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"10b\"", "1" ] } ]
train_2-17608945-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Time ( GMT )", "Serial", "Apogee", "Outcome" ], [ "2", "1958-07-19", "17:36", "3B", "kilometres (mi)", "Failure.[ citation needed ]" ], [ "3", "1958-08-02", "22:16", "4B", "kilometres (mi)", "Success" ], [ "4", "1958-08-29", "04:30", "5B", "kilometres (mi)", "Success" ], [ "5", "1958-09-14", "05:24", "8B", "kilometres (mi)", "Success" ], [ "6", "1958-09-18", "21:27", "6B", "kilometres (mi)", "Failure." ], [ "7", "1958-11-18", "04:00", "9B", "kilometres (mi)", "Partial failure." ], [ "8", "1958-11-29", "02:27", "12B", "kilometres (mi)", "Success" ], [ "9", "1958-12-18", "22:02", "10B", "N/A", "Success" ], [ "10", "1959-01-16", "04:00", "13B", "kilometres (mi)", "Failure." ], [ "11", "1959-02-04", "08:01", "11B", "kilometres (mi)", "Success[ citation needed ]" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"bye\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,C2:C18=\"bye\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Bye's opponent's attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bye\"", "5" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=63672),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,E2:E18=63672),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which opponent, before Week 10, had an attendance of 63,672?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "63672", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "10" ] }, { "Formula": "SUM(FILTER(A1, E1=70225))", "Formula2": "SUM(FILTER(A2:A18, E2:E18=70225))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which week had an attendance of 70,225", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "70225" ] } ]
train_2-10649791-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 9, 1990", "Pittsburgh Steelers", "W 13–3", "78,298" ], [ "3", "2", "September 16, 1990", "at New York Jets", "L 21–24", "67,354" ], [ "4", "3", "September 23, 1990", "San Diego Chargers", "L 24–14", "77,429" ], [ "5", "4", "September 30, 1990", "at Kansas City Chiefs", "L 34–0", "75,462" ], [ "6", "5", "October 8, 1990", "at Denver Broncos", "W 30–29", "74,814" ], [ "7", "6", "October 14, 1990", "at New Orleans Saints", "L 25–20", "68,608" ], [ "8", "7", "October 22, 1990", "Cincinnati Bengals", "L 34–13", "78,567" ], [ "9", "8", "October 28, 1990", "at San Francisco 49ers", "L 20–17", "63,672" ], [ "10", "9", "November 4, 1990", "Buffalo Bills", "L 42–0", "78,331" ], [ "11", "10", "Bye", "Bye", "Bye", "Bye" ], [ "12", "11", "November 18, 1990", "Houston Oilers", "L 35–23", "76,726" ], [ "13", "12", "November 25, 1990", "Miami Dolphins", "L 30–13", "70,225" ], [ "14", "13", "December 2, 1990", "Los Angeles Rams", "L 38–23", "61,981" ], [ "15", "14", "December 9, 1990", "at Houston Oilers", "L 58–14", "54,469" ], [ "16", "15", "December 16, 1990", "Atlanta Falcons", "W 13–10", "46,536" ], [ "17", "16", "December 23, 1990", "at Pittsburgh Steelers", "L 0–35", "51,665" ], [ "18", "17", "December 30, 1990", "at Cincinnati Bengals", "L 21–14", "60,041" ] ]
[ { "Formula": "FILTER(B1,(D1=2009)*(A1=\"paste\"))", "Formula2": "FILTER(B2:B13,(D2:D13=2009)*(A2:A13=\"paste\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What country had a paste publication in 2009?", "Tokens": [ "FILTER(", "B1", "D1", "=", "2009", "*", "A1", "=", "\"paste\"" ] }, { "Formula": "MIN(FILTER(E1,(D1>2009)*(C1=\"125 best albums of the past 25 years\")))", "Formula2": "MIN(FILTER(E2:E13,(D2:D13>2009)*(C2:C13=\"125 best albums of the past 25 years\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the lowest rank after 2009 with an accolade of 125 best albums of the past 25 years?", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", ">", "2009", "*", "C1", "=", "\"125 best albums of the past 25 years\"" ] } ]
dev_2-1641457-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Publication", "Country", "Accolade", "Year", "Rank" ], [ "2", "Consequence of Sound", "US", "Top Albums of the 2000s", "2009", "2" ], [ "3", "LAS Magazine", "US", "Albums of the decade", "2009", "1" ], [ "4", "Mojo", "UK", "The 100 Greatest Albums of Our Lifetime 1993-2006", "2006", "60" ], [ "5", "NME", "UK", "The 100 Greatest Albums of the 2000s", "2009", "7" ], [ "6", "Paste", "US", "Top 50 Albums of the 2000s", "2009", "3" ], [ "7", "Pitchfork", "US", "Top 200 Albums of the 2000s", "2009", "2" ], [ "8", "Rolling Stone", "US", "Top 100 Albums of the 2000s", "2009", "6" ], [ "9", "Rolling Stone", "US", "500 Greatest Albums of All Time", "2012", "151" ], [ "10", "Slant Magazine", "US", "Top 250 Albums of the 2000s", "2010", "4" ], [ "11", "Spin", "US", "125 Best Albums of the Past 25 Years", "2010", "66" ], [ "12", "Under the Radar", "US", "Top 200 Albums of the Decade", "2009", "1" ], [ "13", "Q", "UK", "250 Best Albums of Q's Lifetime", "2011", "19" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"no competition\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"no competition\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result of men's doubles when there was no competition?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"no competition\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1994),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=1994),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "WHo won men's singles in 1994?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1994", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2001),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=2001),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who won women's singles in 2001?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "2001", "3" ] } ]
train_1-14904221-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Mens singles", "Womens singles", "Mens doubles", "Womens doubles", "Mixed doubles" ], [ "2", "1994", "Ivan Đurić", "Nataša Ostojić", "no competition", "no competition", "no competition" ], [ "3", "1995", "Jovan Marković", "Nataša Ostojić", "Jovan Marković Zoran Vuković", "Nataša Ostojić Danijela Đukić", "Jovan Marković Nataša Ostojić" ], [ "4", "1996", "Jovan Marković", "Nataša Ostojić", "Zoran Stepanović Radomir Jovović", "Nataša Ostojić Ružica Marić", "Jovan Marković Ružica Marić" ], [ "5", "1997", "Jovan Marković", "Jovanka Knežević", "Jovan Marković Bojan Jakovljević", "Nataša Ostojić Ružica Marić", "Bojan Jakovljević Ružica Marić" ], [ "6", "1998", "Jovan Marković", "Jelena Obrić", "Jovan Marković Bojan Jakovljević", "Jelena Obrić Marija Glogovac", "Bojan Jakovljević Jelena Obrić" ], [ "7", "1999", "Radomir Jovović", "Jelena Obrić", "Radomir Jovović Zoran Stepanović", "Jelena Obrić Marija Glogovac", "Bojan Jakovljević Jelena Obrić" ], [ "8", "2000", "Jovan Marković", "Jelena Obrić", "Jovan Marković Bojan Jakovljević", "Jelena Obrić Marija Glogovac", "Bojan Jakovljević Jelena Obrić" ], [ "9", "2001", "Radomir Jovović", "Jelena Obrić", "Radomir Jovović Zoran Stepanović", "Jelena Obrić Ana Marić", "Bojan Jakovljević Jelena Obrić" ] ]
[ { "Formula": "AVERAGEIFS(F1,A1,\"january 6, 2008\")", "Formula2": "AVERAGEIFS(F2:F14,A2:A14,\"january 6, 2008\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What's the average attendance on january 6, 2008?", "Tokens": [ "AVERAGEIFS(", "F1", "A1", "\"january 6, 2008\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"spurs\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"spurs\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score when the spurs were the visitors?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"spurs\"", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"nets\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>16494))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G14,B2:B14=\"nets\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>16494))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the score when the nets were the visitors and attendance was over 16,494?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"nets\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16494" ] } ]
train_2-11965402-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "January 2, 2008", "Hornets", "95–81", "Clippers", "Corey Maggette (20)", "14,965", "10–20" ], [ "3", "January 6, 2008", "Spurs", "82–88", "Clippers", "Chris Kaman (20)", "16,623", "10–21" ], [ "4", "January 9, 2008", "Magic", "113–106", "Clippers", "Corey Maggette (27)", "15,091", "10–22" ], [ "5", "January 12, 2008", "Mavericks", "95–94", "Clippers", "Tim Thomas (21)", "16,494", "10–23" ], [ "6", "January 15, 2008", "Suns", "97–90", "Clippers", "Sam Cassell (32)", "16,063", "11–23" ], [ "7", "January 18, 2008", "Clippers", "88–106", "Jazz", "Corey Maggette (20)", "19,911", "11–24" ], [ "8", "January 19, 2008", "Nets", "107–120", "Clippers", "Corey Maggette (31)", "18,691", "12–24" ], [ "9", "January 21, 2008", "Jazz", "109–93", "Clippers", "Corey Maggette (23)", "16,318", "12–25" ], [ "10", "January 23, 2008", "Kings", "85–111", "Clippers", "Al Thornton (23)", "15,513", "13–25" ], [ "11", "January 25, 2008", "Clippers", "92–111", "Hornets", "Corey Maggette (24)", "13,538", "13–26" ], [ "12", "January 26, 2008", "Clippers", "120–125", "Grizzlies", "Corey Maggette (35)", "11,072", "13–27" ], [ "13", "January 28, 2008", "Bobcats", "107–100", "Clippers", "Tim Thomas (29)", "14,429", "13–28" ], [ "14", "January 30, 2008", "Hawks", "88–95", "Clippers", "Al Thornton (33)", "14,874", "14–28" ] ]
[ { "Formula": "SUM(FILTER(E1, (A1=\"17 june 2006\")*(B1>15)))", "Formula2": "SUM(FILTER(E2:E6, (A2:A6=\"17 june 2006\")*(B2:B6>15)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many Spectators have a Date of 17 june 2006, and a Time (CET) larger than 15?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"17 june 2006\"", "*", "B1", ">", "15" ] } ]
test_2-1897000-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Time (CET)", "Result", "Round", "Spectators" ], [ "2", "10 June 2006", "15.00", "1 – 0", "Group B", "48,000" ], [ "3", "13 June 2006", "15.00", "2 – 1", "Group G", "48,000" ], [ "4", "17 June 2006", "15.00", "2 – 0", "Group D", "48,000" ], [ "5", "21 June 2006", "21.00", "0 – 0", "Group C", "48,000" ], [ "6", "1 July 2006", "21.00", "0 – 1", "Quarter-finals", "48,000" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1978 world cup qualification\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"1978 world cup qualification\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE SCORE WHEN THE COMPETITION WAS 1978 world cup qualification?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"1978 world cup qualification\"", "4" ] } ]
train_2-1699550-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Goal", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "1", "29 October 1975", "Belfast , Northern Ireland", "2–0", "3–0", "Euro 1976 qualification" ], [ "3", "2", "21 September 1977", "Belfast , Northern Ireland", "2–0", "2–0", "1978 World Cup qualification" ], [ "4", "3", "15 October 1980", "Belfast , Northern Ireland", "2–0", "3–0", "1982 World Cup qualification" ], [ "5", "4", "28 April 1982", "Belfast , Northern Ireland", "1–1", "1–1", "1982 British Home Championship" ], [ "6", "5", "13 December 1983", "Belfast , Northern Ireland", "2–0", "2–0", "1984 British Home Championship" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1998),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1998),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the party for 1998 first elected", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1998", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Barney Frank\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Barney Frank\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the result for barney frank", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Barney Frank\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1976),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1976),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the candidates for first elected being 1976", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1976", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1998),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1998),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the total number of districts for first elected being 1998", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1998", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1998),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1998),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the result for 1998", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1998", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1998),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1998),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the candidates for 1998", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1998", "6" ] } ]
test_1-25030512-24
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Massachusetts 1", "Richard Neal Redistricted from the 2nd district", "Democratic", "1988", "Re-elected", "Richard Neal (D)" ], [ "3", "Massachusetts 2", "John Olver Redistricted from the 1st district", "Democratic", "1991 (Special)", "Retired Democratic loss", "Jim McGovern (D)" ], [ "4", "Massachusetts 2", "Jim McGovern Redistricted from the 3rd district", "Democratic", "1996", "Re-elected", "Jim McGovern (D)" ], [ "5", "Massachusetts 3", "Niki Tsongas Redistricted from the 5th district", "Democratic", "2007 (Special)", "Re-elected", "Niki Tsongas (D) 65.9% Jon Golnik (R) 34.1%" ], [ "6", "Massachusetts 4", "Barney Frank", "Democratic", "1980", "Retired Democratic hold", "Joseph Kennedy III (D) 61.1% Sean Bielat (R) 36.0%" ], [ "7", "Massachusetts 5", "Ed Markey Redistricted from the 7th district", "Democratic", "1976", "Re-elected", "Ed Markey (D) 75.5% Tom Tierney (R) 24.5%" ], [ "8", "Massachusetts 7", "Mike Capuano Redistricted from the 8th district", "Democratic", "1998", "Re-elected", "Mike Capuano (D) 83.6% Karla Romero (I) 16.4%" ] ]
[ { "Formula": "FILTER(D1,E1=\"draw\")", "Formula2": "FILTER(D2:D6,E2:E6=\"draw\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which venues resulted in a draw?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"draw\"" ] }, { "Formula": "FILTER(A1,D1=\"sabina park\")", "Formula2": "FILTER(A2:A6,D2:D6=\"sabina park\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What dates had matches at the venue Sabina Park?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"sabina park\"" ] }, { "Formula": "FILTER(A1,D1=\"bourda\")", "Formula2": "FILTER(A2:A6,D2:D6=\"bourda\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What dates contained matches at the venue Bourda?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"bourda\"" ] } ]
dev_2-12410929-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home captain", "Away captain", "Venue", "Result" ], [ "2", "1,2,3,5,6 March 1991", "Viv Richards", "Allan Border", "Sabina Park", "DRAW" ], [ "3", "23,24,25,27,28 March 1991", "Viv Richards", "Allan Border", "Bourda", "WI by 10 wkts" ], [ "4", "5,6,8,9,10 April 1991", "Viv Richards", "Allan Border", "Queen's Park Oval", "DRAW" ], [ "5", "19,20,21,23,24 April 1991", "Viv Richards", "Allan Border", "Kensington Oval", "WI by 343 runs" ], [ "6", "27,28,29 April, 1 May 1991", "Viv Richards", "Allan Border", "Antigua Recreation Ground", "AUS by 157 runs" ] ]
[ { "Formula": "MAXIFS(D1,B1,\"hamilton\")", "Formula2": "MAXIFS(D2:D12,B2:B12,\"hamilton\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What's the most enrollment in Hamilton?", "Tokens": [ "MAXIFS(", "D1", "B1", "\"hamilton\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:H1,C1=\"chargers\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>441))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H12,C2:C12=\"chargers\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>441))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What's the school that has an enrollment more than 441 with chargers as their mascot?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "C1", "=", "\"chargers\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "441" ] }, { "Formula": "SUM(FILTER(D1, (F1=\"57 noble\")*(E1=\"aa\")))", "Formula2": "SUM(FILTER(D2:D12, (F2:F12=\"57 noble\")*(E2:E12=\"aa\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What's the total enrollment in 57 Noble having a # and AA as the IHSAA Class?", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "=", "\"57 noble\"", "*", "E1", "=", "\"aa\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"aa\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<438))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H12,E2:E12=\"aa\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<438))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What year joined had an enrollment less than 438 and an AA as the IHSAA Class?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "E1", "=", "\"aa\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "438" ] } ]
test_2-18896680-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "School", "Location", "Mascot", "Enrollment", "IHSAA Class", "# / County", "Year Joined", "Previous Conference" ], [ "2", "Angola Community", "Angola", "Hornets", "911", "AAA (AAAA)", "76 Steuben", "1989", "Northeastern Indiana" ], [ "3", "Central Noble", "Albion", "Cougars", "441", "AA", "57 Noble", "1968", "none (new school)" ], [ "4", "Churubusco", "Churubusco", "Eagles", "438", "AA", "92 Whitley", "1989", "Allen County" ], [ "5", "Eastside", "Butler", "Blazer", "498", "AA", "17 DeKalb", "1983", "Allen County" ], [ "6", "Fairfield", "Goshen", "Falcons", "583", "AA", "20 Elkhart", "1980", "Northern State" ], [ "7", "Fremont", "Fremont", "Eagles", "387", "A", "76 Steuben", "1964", "Steuben County" ], [ "8", "Hamilton", "Hamilton", "Marines", "228", "A", "76 Steuben", "1964", "Steuben County" ], [ "9", "Lakeland", "LaGrange", "Lakers", "747", "AAA", "44 LaGrange", "1973", "Independents" ], [ "10", "Prairie Heights", "LaGrange", "Panthers", "519", "AA", "44 LaGrange", "1964", "none (new school)" ], [ "11", "West Noble", "Ligonier", "Chargers", "685", "AAA", "57 Noble", "1967", "none (new school)" ], [ "12", "Westview", "Topeka", "Warriors", "422", "AA", "44 LaGrange", "1966", "none (new school)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Ultra high vacuum\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Ultra high vacuum\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the pressure in ultra high vacuum?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Ultra high vacuum\"", "2" ] } ]
train_1-170097-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Vacuum range", "Pressure in hPa (mbar)", "Molecules / cm 3", "Molecules / m 3", "Mean free path" ], [ "2", "Ambient pressure", "1013", "2.7 × 10 19", "2.7 × 10 25", "68 nm" ], [ "3", "Low vacuum", "300 – 1", "10 19 – 10 16", "10 25 – 10 22", "0.1 – 100 μm" ], [ "4", "Medium vacuum", "1 – 10 −3", "10 16 – 10 13", "10 22 – 10 19", "0.1 – 100mm" ], [ "5", "High vacuum", "10 −3 – 10 −7", "10 13 – 10 9", "10 19 – 10 15", "10cm – 1km" ], [ "6", "Ultra high vacuum", "10 −7 – 10 −12", "10 9 – 10 4", "10 15 – 10 10", "1km – 10 5 km" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"westmeath\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"westmeath\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the Tally of an Opposition of westmeath?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"westmeath\"", "4" ] } ]
train_2-18937304-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "County", "Tally", "Total", "Opposition" ], [ "2", "1", "Jim Lynch", "Kilkenny", "4-0", "12", "Dublin" ], [ "3", "2", "Michael Keating", "Tipperary", "3-2", "11", "Clare" ], [ "4", "2", "Eddie Keher", "Kilkenny", "2-5", "11", "Wexford" ], [ "5", "2", "Paddy Molloy", "Offaly", "2-5", "11", "Westmeath" ], [ "6", "5", "Eddie Keher", "Kilkenny", "1-7", "10", "Dublin" ], [ "7", "5", "Pat Cronin", "Clare", "0-10", "10", "Tipperary" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2r\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"2r\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the tournament when in 2012 the performance was 2r?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2r\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1r\")*(D1=\"1r\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1r\")*(D2:D7=\"1r\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the tournament with the performance in 2010 and 2011 is 1r?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1r\"", "*", "D1", "=", "\"1r\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"qf\")*(C1=\"3r\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"qf\")*(C2:C7=\"3r\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the 2012 performance when in 2011 is qf and 2010 is 3r?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"qf\"", "*", "C1", "=", "\"3r\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"qf\")*(E1=\"sf\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"qf\")*(E2:E7=\"sf\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the tournament when 2011 is qf and 2012 is sf?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"qf\"", "*", "E1", "=", "\"sf\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"3r\")*(D1=\"qf\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"3r\")*(D2:D7=\"qf\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the tournament when the performance in 2012 is 3r and 2011 is qf?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3r\"", "*", "D1", "=", "\"qf\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"us open\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"us open\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the 2011 performance for the US open?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"us open\"", "4" ] } ]
test_2-13014020-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tournament", "2009", "2010", "2011", "2012" ], [ "2", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments", "Grand Slam Tournaments" ], [ "3", "Australian Open", "2R", "3R", "QF", "3R" ], [ "4", "French Open", "1R", "1R", "1R", "3R" ], [ "5", "Wimbledon", "2R", "W", "QF", "SF" ], [ "6", "US Open", "1R", "1R", "W", "2R" ], [ "7", "Win–Loss", "2–4", "8–3", "12–3", "9–4" ] ]
[ { "Formula": "AVERAGEIFS(A1,B1,\"december 6\")", "Formula2": "AVERAGEIFS(A2:A18,B2:B18,\"december 6\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average game that has December 6 as the date?", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"december 6\"" ] }, { "Formula": "AVERAGEIFS(A1,B1,\"december 17\")", "Formula2": "AVERAGEIFS(A2:A18,B2:B18,\"december 17\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average game that has December 17 as the date?", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"december 17\"" ] } ]
train_2-17080868-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "Location Attendance", "Record" ], [ "2", "18", "December 1", "Miami", "L 129–130 (OT)", "Jamal Crawford (40)", "Andris Biedriņš (15)", "Oracle Arena 18,723", "5–13" ], [ "3", "19", "December 5", "@ Houston", "L 112–131 (OT)", "Stephen Jackson (26)", "Corey Maggette (10)", "Toyota Center 14,438", "5–14" ], [ "4", "20", "December 6", "@ San Antonio", "L 88–123 (OT)", "Brandan Wright (13)", "Andris Biedriņš (8)", "AT&T Center 17,740", "5–15" ], [ "5", "21", "December 8", "@ Oklahoma City", "W 112–102 (OT)", "Jamal Crawford (19)", "Andris Biedriņš (21)", "Ford Center 17,854", "6–15" ], [ "6", "22", "December 10", "Milwaukee", "W 119–96 (OT)", "Stephen Jackson (21)", "Andris Biedriņš (14)", "Oracle Arena 18,375", "7–15" ], [ "7", "23", "December 12", "Houston", "L 108–119 (OT)", "Andris Biedriņš (18)", "Andris Biedriņš (12)", "Oracle Arena 19,276", "7–16" ], [ "8", "24", "December 13", "@ Denver", "L 105–123 (OT)", "Jamal Crawford (25)", "Rob Kurz , Andris Biedriņš (7)", "Pepsi Center 15,322", "7–17" ], [ "9", "25", "December 15", "Orlando", "L 98–109 (OT)", "Andris Biedriņš (23)", "Kelenna Azubuike (10)", "Oracle Arena 18,844", "7–18" ], [ "10", "26", "December 17", "@ Indiana", "L 120–127 (OT)", "Jamal Crawford (29)", "Andris Biedriņš (10)", "Conseco Fieldhouse 11,151", "7–19" ], [ "11", "27", "December 19", "@ Atlanta", "L 99–115 (OT)", "Marco Belinelli (27)", "Andris Biedriņš (15)", "Philips Arena 16,768", "7–20" ], [ "12", "28", "December 20", "@ Charlotte", "W 110–103 (OT)", "Jamal Crawford (50)", "Kelenna Azubuike (13)", "Time Warner Cable Arena 13,068", "8–20" ], [ "13", "29", "December 22", "@ Orlando", "L 81–113 (OT)", "Jamal Crawford (18)", "Anthony Randolph (12)", "Amway Arena 17,461", "8–21" ], [ "14", "30", "December 23", "@ Miami", "L 88–96 (OT)", "C. J. Watson (18)", "Kelenna Azubuike , Andris Biedriņš (9)", "American Airlines Arena 17,862", "8–22" ], [ "15", "31", "December 26", "Boston", "W 99–89 (OT)", "Stephen Jackson (28)", "Ronny Turiaf (8)", "Oracle Arena 19,596", "9–22" ], [ "16", "32", "December 28", "@ L.A. Lakers", "L 113–130 (OT)", "Jamal Crawford (22)", "Andris Biedriņš (17)", "Staples Center 18,997", "9–23" ], [ "17", "33", "December 29", "Toronto", "W 117–111 (OT)", "Stephen Jackson (30)", "Andris Biedriņš (15)", "Oracle Arena 19,596", "10–23" ], [ "18", "34", "December 31", "@ Oklahoma City", "L 100–107 (OT)", "Kelenna Azubuike (24)", "Andris Biedriņš (13)", "Ford Center 18,229", "10–24" ] ]
[ { "Formula": "SUMIFS(D1,E1,\"Lost re-election Anti-Masonic gain\")", "Formula2": "SUMIFS(D2:D8,E2:E8,\"Lost re-election Anti-Masonic gain\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many times did the incumbent was first elected and then lost re-election anti-masonic gain?", "Tokens": [ "SUMIFS(", "D1", "E1", "\"Lost re-election Anti-Masonic gain\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Henry Logan\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Henry Logan\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the candidates if the incumbent was Henry Logan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Henry Logan\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Mathias Morris\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Mathias Morris\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the district of the incumbent Mathias Morris?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Mathias Morris\"", "1" ] }, { "Formula": "SUMIFS(D1,C1,\"Anti-Masonic\")", "Formula2": "SUMIFS(D2:D8,C2:C8,\"Anti-Masonic\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many incumbents was first elected in the Anti-Masonic party?", "Tokens": [ "SUMIFS(", "D1", "C1", "\"Anti-Masonic\"" ] } ]
train_1-2668173-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Pennsylvania 6", "Mathias Morris", "Anti-Jacksonian", "1834", "Re-elected", "Mathias Morris (W) 51.4% John Rockman (D) 48.6%" ], [ "3", "Pennsylvania 10", "William Clark", "Anti-Masonic", "1832", "Retired Democratic gain", "Luther Reily (D) 50.8% George W. Harris (W) 49.2%" ], [ "4", "Pennsylvania 11", "Henry Logan", "Jacksonian", "1834", "Re-elected", "Henry Logan (D) 58.2% Jacob Kirk (W) 41.8%" ], [ "5", "Pennsylvania 13", "Jesse Miller", "Jacksonian", "1832", "Retired Democratic hold", "Charles McClure (D) 57.5% William Sharon (W) 42.5%" ], [ "6", "Pennsylvania 15", "Andrew Beaumont", "Jacksonian", "1832", "Retired Democratic hold", "David Petrikin (D) 52.1% John McReynolds (W) 47.9%" ], [ "7", "Pennsylvania 18", "Job Mann", "Jacksonian", "1832", "Lost re-election Anti-Masonic gain", "Charles Ogle (AM) 51.7% Job Mann (D) 48.3%" ], [ "8", "Pennsylvania 20", "Andrew Buchanan", "Jacksonian", "1832", "Re-elected", "Andrew Buchanan (D) 100%" ] ]
[ { "Formula": "MIN(FILTER(E1,(A1=\"tom watson\")*(D1>144)))", "Formula2": "MIN(FILTER(E2:E6,(A2:A6=\"tom watson\")*(D2:D6>144)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was Tom Watson's lowest To par when the total was larger than 144?", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"tom watson\"", "*", "D1", ">", "144" ] }, { "Formula": "FILTER(D1,B1=\"england\")", "Formula2": "FILTER(D2:D6,B2:B6=\"england\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was England's total?", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"england\"" ] }, { "Formula": "FILTER(A1,(E1<9)*(C1=\"1985\"))", "Formula2": "FILTER(A2:A6,(E2:E6<9)*(C2:C6=\"1985\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What player had a To par smaller than 9 and won in 1985?", "Tokens": [ "FILTER(", "A1", "E1", "<", "9", "*", "C1", "=", "\"1985\"" ] } ]
dev_2-18116595-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par" ], [ "2", "Jack Nicklaus", "United States", "1966 , 1970 , 1978", "144", "+4" ], [ "3", "Gary Player", "South Africa", "1959 , 1968 , 1974", "144", "+4" ], [ "4", "Tom Watson", "United States", "1975 , 1977 , 1980 , 1982 , 1983", "144", "+4" ], [ "5", "Sandy Lyle", "Scotland", "1985", "146", "+6" ], [ "6", "Tony Jacklin", "England", "1969", "149", "+9" ] ]
[ { "Formula": "FILTER(H1,C1=\"Nina Carberry\")", "Formula2": "FILTER(H2:H14,C2:C14=\"Nina Carberry\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": " How much did Nina Carberry win? ", "Tokens": [ "FILTER(", "H1", "C1", "=", "\"Nina Carberry\"" ] } ]
dev_1-26903214-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Name", "Rider", "Age", "Weight", "Starting price", "Distance", "Prize money" ], [ "2", "1st", "Don't Push It", "Tony McCoy", "10", "11-05", "10/1 JF", "Winner by 5 lengths", "£521,052" ], [ "3", "2nd", "Black Apalachi", "Denis O'Regan", "11", "11-06", "14/1", "5 lengths", "£196,285" ], [ "4", "3rd", "State of Play", "Paul Moloney", "10", "10-11", "16/1", "20 lengths", "£98,235" ], [ "5", "4th", "Big Fella Thanks", "Barry Geraghty", "8", "10-12", "10/1 JF", "3 lengths", "£49,117" ], [ "6", "5th", "Hello Bud", "Sam Twiston-Davies", "12", "10-06", "20/1", "7 lengths", "£24,605" ], [ "7", "6th", "Snowy Morning", "David Casey", "10", "10-13", "14/1", "1½ lengths", "£12,302" ], [ "8", "7th", "Character Building", "Nina Carberry", "10", "10-11", "16/1", "Neck", "£6,105" ], [ "9", "8th", "Cloudy Lane", "Jason Maguire", "10", "11-03", "25/1", "12 lengths", "£3,145" ], [ "10", "9th", "Tricky Trickster", "Richard Johnson", "7", "11-04", "16/1", "¾ length", "Nil" ], [ "11", "10th", "Joe Lively", "Joe Tizzard", "11", "11-06", "33/1", "Short head", "Nil" ], [ "12", "11th", "Cerium", "Davy Russell", "9", "10-06", "50/1", "A distance", "Nil" ], [ "13", "12th", "Comply or Die", "Timmy Murphy", "11", "10-05", "12/1", "8 lengths", "Nil" ], [ "14", "13th", "Piraya", "Johnny Farrelly", "7", "10-07", "100/1", "A distance", "Nil" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"qualifying\")*(C1=\"16 july 2010\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(A2:A15=\"qualifying\")*(C2:C15=\"16 july 2010\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the round for the qualifying phase with a draw date on 16 July 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"qualifying\"", "*", "C1", "=", "\"16 july 2010\"", "2" ] } ]
train_2-18255941-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Phase", "Round", "Draw date", "First leg", "Second leg" ], [ "2", "Qualifying", "First qualifying round", "21 June 2010", "29–30 June 2010", "6–7 July 2010" ], [ "3", "Qualifying", "Second qualifying round", "21 June 2010", "13–14 July 2010", "20–21 July 2010" ], [ "4", "Qualifying", "Third qualifying round", "16 July 2010", "27–28 July 2010", "3–4 August 2010" ], [ "5", "Play-off", "Play-off round", "6 August 2010", "17–18 August 2010", "24–25 August 2010" ], [ "6", "Group stage", "Matchday 1", "26 August 2010 ( Monaco )", "14–15 September 2010", "14–15 September 2010" ], [ "7", "Group stage", "Matchday 2", "26 August 2010 ( Monaco )", "28–29 September 2010", "28–29 September 2010" ], [ "8", "Group stage", "Matchday 3", "26 August 2010 ( Monaco )", "19–20 October 2010", "19–20 October 2010" ], [ "9", "Group stage", "Matchday 4", "26 August 2010 ( Monaco )", "2–3 November 2010", "2–3 November 2010" ], [ "10", "Group stage", "Matchday 5", "26 August 2010 ( Monaco )", "23–24 November 2010", "23–24 November 2010" ], [ "11", "Group stage", "Matchday 6", "26 August 2010 ( Monaco )", "7–8 December 2010", "7–8 December 2010" ], [ "12", "Knockout phase", "Round of 16", "17 December 2010", "15–16 & 22–23 February 2011", "8–9 & 15–16 March 2011" ], [ "13", "Knockout phase", "Quarter-finals", "18 March 2011", "5–6 April 2011", "12–13 April 2011" ], [ "14", "Knockout phase", "Semi-finals", "18 March 2011", "26–27 April 2011", "3–4 May 2011" ], [ "15", "Knockout phase", "Final", "18 March 2011", "28 May 2011 at Wembley Stadium , London", "28 May 2011 at Wembley Stadium , London" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"rowed-over\")*(A1=2010)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"rowed-over\")*(A2:A6=2010)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the 3rd day result when the 2nd day was rowed-over in 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"rowed-over\"", "*", "A1", "=", "2010", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"bumped fitzwilliam\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"bumped fitzwilliam\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the 3rd day result when the 4th day was bumped Fitzwilliam?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"bumped fitzwilliam\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1<2009),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6<2009),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "Num" ], "Level": "medium", "Question": "What is the finish position in the year prior to 2009?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "<", "2009", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1<2011)*(F1=\"bumped girton\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6<2011)*(F2:F6=\"bumped girton\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result for the first day in a year prior to 2011 when the 4th day's result is bumped Girton?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "<", "2011", "*", "F1", "=", "\"bumped girton\"", "3" ] } ]
train_2-18880596-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Finish position", "1st day", "2nd day", "3rd day", "4th Day" ], [ "2", "2008", "50th", "bumped Emmanuel", "rowed-over", "bumped by Peterhouse", "rowed-over" ], [ "3", "2009", "46th", "bumped Trinity Hall", "bumped Jesus", "bumped Robinson", "bumped Girton" ], [ "4", "2010", "43rd", "bumped Peterhouse", "rowed-over", "bumped Churchill", "bumped Fitzwilliam" ], [ "5", "2011", "39th", "bumped Magdalene", "bumped 1st & 3rd Trinity", "bumped Lady Margaret", "bumped Selwyn" ], [ "6", "2012", "36th", "bumped Emmanuel", "bumped St. Catharine's", "rowed-over", "bumped Darwin" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"grey & red\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"grey & red\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What sort of Fuel/Trans does the Grey & Red locomotive have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"grey & red\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"the cub/john\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"the cub/john\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the status of the Cub/John locomotive?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"the cub/john\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"diesel-electric\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"diesel-electric\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the manufacturer, found under the Built column, that made locomotives with a Fuel/Trans of diesel-electric?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"diesel-electric\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"0-4-0\")*(E1=\"in service\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"0-4-0\")*(E2:E7=\"in service\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is found in the Built column of the locomotive with 0-4-0 wheels that is still in service?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"0-4-0\"", "*", "E1", "=", "\"in service\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"minirail 1954\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"minirail 1954\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the color of the locomotive built by Minirail 1954?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"minirail 1954\"", "6" ] } ]
train_2-1158066-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Built", "Wheels", "Fuel/ Trans", "Status", "Colour" ], [ "2", "Ted", "Lister 1944", "0-4-0", "Diesel-Mechanical", "Under Rebuild", "Brown" ], [ "3", "The Cub/John", "Minirail 1954", "0-4-0 Bo", "Diesel-Hydraulic", "Stored", "Grey undercoat" ], [ "4", "Battison", "Battison 1958", "2-6-4DE", "Diesel-Electric", "Out of Service", "LNER Black" ], [ "5", "Dudley", "G & S Light Engineering 1946", "Bo-Bo", "4* Petrol-Mechanical", "On Display", "Grey & Red" ], [ "6", "DA1", "Bush Mill Railway 1986", "0-4-0", "Diesel-Mechanical", "In Service", "Royal Blue with white linings" ], [ "7", "KD1", "Unknown", "Articulated", "Diesel Electric", "Long term restoration, Stored", "Ran in a red livery previously" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"dec. 19\")", "Formula2": "SUMIFS(A2:A15,B2:B15,\"dec. 19\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the week number when they played on Dec. 19?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"dec. 19\"" ] } ]
train_2-17386060-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Record", "Streak", "Attendance" ], [ "2", "1", "Sept. 19", "vs. Dallas Cowboys", "Loss 49-37", "0-1", "L1", "46,206" ], [ "3", "2", "Sept. 26", "vs. Miami Dolphins", "Loss 29-14", "0-2", "L2", "45,139" ], [ "4", "3", "Oct. 3", "at Minnesota Vikings", "Loss 19-0", "0-3", "L3", "47,900" ], [ "5", "4", "Oct. 10", "vs. Baltimore Colts", "Loss 43-0", "0-4", "L4", "46,206" ], [ "6", "5", "Oct. 17", "at New York Jets", "Loss 28-17", "0-5", "L5", "61,948" ], [ "7", "6", "Oct. 23", "at San Diego Chargers", "Loss 20-3", "0-6", "L6", "49,261" ], [ "8", "7", "Oct. 31", "vs. St. Louis Cardinals", "Loss 28-23", "0-7", "L7", "40,040" ], [ "9", "8", "Nov. 7", "at Miami Dolphins", "Loss 34-0", "0-8", "L8", "61,016" ], [ "10", "9", "Nov. 14", "at New England Patriots", "Loss 38-33", "0-9", "L9", "57,446" ], [ "11", "10", "Nov. 21", "vs. New York Jets", "Loss 20-7", "0-10", "L10", "41,577" ], [ "12", "11", "Nov. 28", "vs. New England Patriots", "Win 27-20", "1-10", "W1", "27,166" ], [ "13", "12", "Dec. 5", "at Baltimore Colts", "Loss 24-0", "1-11", "L1", "58,476" ], [ "14", "13", "Dec. 12", "vs. Houston Oilers", "Loss 20-14", "1-12", "L2", "28,107" ], [ "15", "14", "Dec. 19", "at Kansas City Chiefs", "Loss 22-9", "1-13", "L3", "48,121" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"1976 toronto\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<20))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,A2:A13=\"1976 toronto\"),SUMMARIZE(CHOOSECOLS(query1,6),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" ], "Level": "hard", "Question": "What Ranking has Gold less than 20 and the Event 1976 Toronto?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"1976 toronto\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "20" ] }, { "Formula": "SUM(FILTER(B1, (C1>30)*(E1<107)))", "Formula2": "SUM(FILTER(B2:B13, (C2:C13>30)*(E2:E13<107)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What Gold has a Silver greater than 30 and a Total less than 107?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", ">", "30", "*", "E1", "<", "107" ] }, { "Formula": "MAX(FILTER(D1, (A1=\"1972 heidelberg\")*(E1<5)))", "Formula2": "MAX(FILTER(D2:D13, (A2:A13=\"1972 heidelberg\")*(E2:E13<5)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest Bronze with the Event 1972 Heidelberg and Total less than 5?", "Tokens": [ "MAX(", "FILTER(", "D1", "A1", "=", "\"1972 heidelberg\"", "*", "E1", "<", "5" ] }, { "Formula": "SUM(FILTER(E1, (A1=\"2004 athens\")*(B1<20)))", "Formula2": "SUM(FILTER(E2:E13, (A2:A13=\"2004 athens\")*(B2:B13<20)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the Total with the Event 2004 Athens and Gold less than 20?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"2004 athens\"", "*", "B1", "<", "20" ] }, { "Formula": "MIN(FILTER(D1, (F1=\"22nd of 32\")*(B1>4)))", "Formula2": "MIN(FILTER(D2:D13, (F2:F13=\"22nd of 32\")*(B2:B13>4)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest Bronze with a Ranking of 22nd of 32 and Gold larger than 4?", "Tokens": [ "MIN(", "FILTER(", "D1", "F1", "=", "\"22nd of 32\"", "*", "B1", ">", "4" ] } ]
train_2-12771081-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Event", "Gold", "Silver", "Bronze", "Total", "Ranking" ], [ "2", "1968 Tel-Aviv", "0", "4", "0", "4", "20th of 22" ], [ "3", "1972 Heidelberg", "0", "4", "1", "5", "27th of 31" ], [ "4", "1976 Toronto", "4", "6", "2", "12", "22nd of 32" ], [ "5", "1980 Arnhem", "1", "14", "9", "24", "28th of 40" ], [ "6", "1984 Stoke Mandeville New York", "21", "8", "12", "41", "11th of 38" ], [ "7", "1988 Seoul", "18", "13", "12", "43", "13th of 48" ], [ "8", "1992 Barcelona", "34", "31", "42", "107", "5th of 55" ], [ "9", "1996 Atlanta", "36", "31", "36", "106", "5th of 60" ], [ "10", "2000 Sydney", "38", "30", "38", "106", "4th of 68" ], [ "11", "2004 Athens", "20", "27", "24", "71", "7th of 75" ], [ "12", "2008 Beijing", "15", "21", "22", "58", "10th of 76" ], [ "13", "2012 London", "8", "18", "16", "42", "17th of 75" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"raymond mays\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"raymond mays\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which circuit did Raymond Mays win?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"raymond mays\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"johnny wakefield\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"johnny wakefield\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Circuit did Johnny Wakefield win?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"johnny wakefield\"", "2" ] } ]
train_2-10290943-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Circuit", "Date", "Winning driver", "Winning constructor", "Report" ], [ "2", "Pau Grand Prix", "Pau", "10 April", "René Dreyfus", "Delahaye", "Report" ], [ "3", "Campbell Trophy", "Brooklands", "18 April", "Prince Bira", "ERA", "Report" ], [ "4", "Cork Grand Prix", "Carrigrohane", "23 April", "René Dreyfus", "Delahaye", "Report" ], [ "5", "Tripoli Grand Prix", "Mellaha", "15 May", "Hermann Lang", "Mercedes-Benz", "Report" ], [ "6", "Gávea Nacional Circuit", "Gávea", "29 May", "Arthur Nascimento Jr", "Alfa Romeo", "Report" ], [ "7", "Grand Prix des Frontières", "Chimay", "5 June", "Maurice Trintignant", "Bugatti", "Report" ], [ "8", "Rio de Janeiro Grand Prix", "Gávea", "12 June", "Carlo Maria Pintacuda", "Alfa Romeo", "Report" ], [ "9", "Coppa Ciano", "Montenero", "7 August", "Hermann Lang", "Mercedes-Benz", "Report" ], [ "10", "Coppa Acerbo", "Pescara", "15 August", "Rudolf Caracciola", "Mercedes-Benz", "Report" ], [ "11", "Junior Car Club 200mile race", "Brooklands", "27 August", "Johnny Wakefield", "ERA", "Report" ], [ "12", "Mountain Championship", "Brooklands", "15 October", "Raymond Mays", "ERA", "Report" ], [ "13", "Donington Grand Prix", "Donington Park", "22 October", "Tazio Nuvolari", "Auto Union", "Report" ] ]
[ { "Formula": "FILTER(A1,C1=\"zach jacobson\")", "Formula2": "FILTER(A2:A11,C2:C11=\"zach jacobson\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which season has Zach Jacobson in third?", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"zach jacobson\"" ] }, { "Formula": "FILTER(E1,(B1=\"john shuster\")*(A1=\"2009–10\"))", "Formula2": "FILTER(E2:E11,(B2:B11=\"john shuster\")*(A2:A11=\"2009–10\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who was the lead with John Shuster as skip in the season of 2009–10?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"john shuster\"", "*", "A1", "=", "\"2009–10\"" ] }, { "Formula": "FILTER(D1,E1=\"shane mckinlay\")", "Formula2": "FILTER(D2:D11,E2:E11=\"shane mckinlay\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who was second when Shane McKinlay was the lead?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"shane mckinlay\"" ] }, { "Formula": "FILTER(E1,(B1=\"pete fenson\")*(D1=\"joe polo\")*(A1=\"2005–06\"))", "Formula2": "FILTER(E2:E11,(B2:B11=\"pete fenson\")*(D2:D11=\"joe polo\")*(A2:A11=\"2005–06\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who was the lead with Pete Fenson as skip and Joe Polo as second in season 2005–06?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"pete fenson\"", "*", "D1", "=", "\"joe polo\"", "*", "A1", "=", "\"2005–06\"" ] }, { "Formula": "FILTER(E1,(B1=\"john shuster\")*(C1=\"jeff isaacson\")*(D1=\"chris plys\"))", "Formula2": "FILTER(E2:E11,(B2:B11=\"john shuster\")*(C2:C11=\"jeff isaacson\")*(D2:D11=\"chris plys\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who was the lead with John Shuster as skip, Chris Plys in second, and Jeff Isaacson in third?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"john shuster\"", "*", "C1", "=", "\"jeff isaacson\"", "*", "D1", "=", "\"chris plys\"" ] } ]
dev_2-16449896-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Skip", "Third", "Second", "Lead" ], [ "2", "2003–04", "Pete Fenson", "Eric Fenson", "Shawn Rojeski", "John Shuster" ], [ "3", "2004–05", "Pete Fenson", "Shawn Rojeski", "Joe Polo", "John Shuster" ], [ "4", "2005–06", "Pete Fenson", "Shawn Rojeski", "Joe Polo", "John Shuster" ], [ "5", "2006–07", "Pete Fenson", "Shawn Rojeski", "Joe Polo", "John Shuster" ], [ "6", "2006–07", "John Shuster", "Jeff Isaacson", "Chris Plys", "Shane McKinlay" ], [ "7", "2008–09", "John Shuster", "Jason Smith", "Jeff Isaacson", "John Benton" ], [ "8", "2009–10", "John Shuster", "Jason Smith", "Jeff Isaacson", "John Benton" ], [ "9", "2010–11", "Craig Brown", "John Shuster", "Greg Johnson", "Derrick Casper" ], [ "10", "2011–12", "John Shuster", "Zach Jacobson", "Jared Zezel", "John Landsteiner" ], [ "11", "2012–13", "John Shuster", "Jeff Isaacson", "Jared Zezel", "John Landsteiner" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"don bradman (nsw)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"don bradman (nsw)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What venue has don bradman (nsw) as the player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"don bradman (nsw)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"bill ponsford (vic)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"bill ponsford (vic)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What rank has Bill Ponsford (vic) as the player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"bill ponsford (vic)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"clem hill (sa)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"clem hill (sa)\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What match has Clem Hill (sa) as the player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"clem hill (sa)\"", "4" ] } ]
train_2-1585656-13
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Runs", "Player", "Match", "Venue", "Season" ], [ "2", "1", "452*", "Don Bradman (NSW)", "New South Wales v Queensland", "Sydney Cricket Ground, Sydney", "1929–30" ], [ "3", "2", "437", "Bill Ponsford (VIC)", "Victoria v Queensland", "Melbourne Cricket Ground, Melbourne", "1927–28" ], [ "4", "3", "365*", "Clem Hill (SA)", "South Australia v New South Wales", "Adelaide Oval, Adalaide", "1900–01" ], [ "5", "4", "359", "Bob Simpson (NSW)", "New South Wales v Queensland", "Brisbane Cricket Ground, Brisbane", "1963–64" ], [ "6", "5", "357", "Don Bradman (SA)", "South Australia v Victoria", "Melbourne Cricket Ground, Melbourne", "1935–36" ], [ "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.", "Source: . Last updated: 21 March 2012." ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Orville Preston\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Orville Preston\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the ticket/office for orville preston", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Orville Preston\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Republican\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Republican\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the comptroller for republican", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Republican\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Prohibition\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Prohibition\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the comptroller for office of prohibition", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Prohibition\"", "3" ] } ]
test_1-22607062-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ticket / Office", "Secretary of State", "Comptroller", "Attorney General", "Treasurer", "State Engineer" ], [ "2", "Democratic", "Frederick Cook 469,888", "Edward Wemple", "Charles F. Tabor", "Lawrence J. Fitzgerald", "John Bogart" ], [ "3", "Republican", "Frederick D. Grant 452,881", "Jesse S. L'Amoreaux", "James A. Dennison", "James H. Carmichael", "Oliver H. P. Cornell" ], [ "4", "United Labor", "Henry George 70,005", "Victor A. Wilder", "Dennis C. Feely", "Patrick H. Cummins", "Matthew K. Couzens" ], [ "5", "Prohibition", "D. W. C. Huntington 41,850", "C. B. Hitchcock", "Silas W. Mason", "William W. Smith", "John G. Gray" ], [ "6", "Greenback", "Thomas K. Beecher", "Sylvester Tripp", "(none)", "J. Madison Hall", "Edwin A. Stillman" ], [ "7", "Progressive Labor", "J. Edward Hall", "Herbert A. Barker", "Thaddeus B. Wakeman", "Henry Emerich", "R. F. Barnes" ], [ "8", "Union Labor", "Orville Preston", "Ashbel Clapp", "Wauhlin B. Bernard", "John J. Ryan", "R. F. Barnes" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"ホタルノヒカリ\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,A2:A16=\"ホタルノヒカリ\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is average ratings for Japanese title of ホタルノヒカリ, with episodes larger than 9?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"ホタルノヒカリ\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "9" ] }, { "Formula": "SUMIFS(D1,E1,\"8.7%\")", "Formula2": "SUMIFS(D2:D16,E2:E16,\"8.7%\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which episodes has the lowest average ratings of 8.7%?", "Tokens": [ "SUMIFS(", "D1", "E1", "\"8.7%\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"菊次郎とさき 3\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"菊次郎とさき 3\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which romaji title, has Japanese title of 菊次郎とさき 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"菊次郎とさき 3\"", "2" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"tantei gakuen q\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>10))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E16,B2:B16=\"tantei gakuen q\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>10))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which TV station, has romaji title of tantei gakuen q and episodes larger than 10?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tantei gakuen q\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10" ] } ]
train_2-18539861-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Japanese Title", "Romaji Title", "TV Station", "Episodes", "Average Ratings" ], [ "2", "スシ王子!", "Sushi Ouji!", "TV Asahi", "8", "7.5%" ], [ "3", "菊次郎とさき 3", "Kikujirou to Saki 3", "TV Asahi", "11", "9.3%" ], [ "4", "牛に願いを Love&Farm", "Ushi ni Negai wo - Love&Farm", "Fuji TV", "11", "8.7%" ], [ "5", "ライフ", "Life", "Fuji TV", "11", "12.16%" ], [ "6", "受験の神様", "Juken no Kamisama", "NTV", "9", "9.5%" ], [ "7", "パパとムスメの7日間", "Papa to Musume no Nanokakan", "TBS", "7", "13.9%" ], [ "8", "肩ごしの恋人", "Katagoshi no Koibito", "TBS", "9", "7.4%" ], [ "9", "花ざかりの君たちへ~イケメン♂パラダイス~", "Hanazakari no Kimitachi e ~Ikemen♂Paradise~", "Fuji TV", "12", "17.04%" ], [ "10", "ファースト・キス", "First Kiss", "Fuji TV", "11", "14.1%" ], [ "11", "山おんな壁おんな", "Yama Onna Kabe Onna", "Fuji TV", "12", "12.1%" ], [ "12", "ホタルノヒカリ", "Hotaru no Hikari", "NTV", "10", "13.6%" ], [ "13", "山田太郎ものがたり", "Yamada Taro Monogatari", "TBS", "10", "15.24%" ], [ "14", "探偵学園Q", "Tantei Gakuen Q", "NTV", "11", "11.1%" ], [ "15", "地獄の沙汰もヨメ次第", "Jigoku no Sada mo Yome Shidai", "TBS", "10", "10.3%" ], [ "16", "女帝", "Jotei", "TV Asahi", "10", "14.4%" ] ]
[ { "Formula": "FILTER(B1,A1=\"north melbourne\")", "Formula2": "FILTER(B2:B7,A2:A7=\"north melbourne\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was North Melbourne's score as the home team?", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"north melbourne\"" ] }, { "Formula": "FILTER(E1,C1=\"fitzroy\")", "Formula2": "FILTER(E2:E7,C2:C7=\"fitzroy\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Where did Fitzroy play as the away team?", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"fitzroy\"" ] } ]
dev_2-10869537-10
[ [ "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.14 (80)", "St Kilda", "7.12 (54)", "Arden Street Oval", "16,387", "9 June 1973" ], [ "3", "Essendon", "15.17 (107)", "Fitzroy", "14.13 (97)", "Windy Hill", "16,632", "9 June 1973" ], [ "4", "South Melbourne", "9.8 (62)", "Richmond", "13.14 (92)", "Lake Oval", "10,726", "9 June 1973" ], [ "5", "Melbourne", "20.19 (139)", "Geelong", "11.15 (81)", "MCG", "19,900", "9 June 1973" ], [ "6", "Hawthorn", "14.11 (95)", "Collingwood", "15.18 (108)", "Glenferrie Oval", "19,963", "9 June 1973" ], [ "7", "Carlton", "13.13 (91)", "Footscray", "9.11 (65)", "VFL Park", "18,205", "9 June 1973" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"men's 5000 m\")*(A1=\"gold\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"men's 5000 m\")*(A2:A11=\"gold\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "During which games did Tunisia win gold in the men's 5000 m?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"men's 5000 m\"", "*", "A1", "=", "\"gold\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"men's light welterweight\")*(C1=\"1996 atlanta\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"men's light welterweight\")*(C2:C11=\"1996 atlanta\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What medal was won in the men's light welterweight event at the 1996 Atlanta games?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"men's light welterweight\"", "*", "C1", "=", "\"1996 atlanta\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"bronze\")*(E1=\"men's 1500 m freestyle\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"bronze\")*(E2:E11=\"men's 1500 m freestyle\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "At which games did Tunisia win a bronze in the men's 1500 m freestyle?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"bronze\"", "*", "E1", "=", "\"men's 1500 m freestyle\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"men's 5000 m\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"men's 5000 m\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What medal was won in the men's 5000 m event?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"men's 5000 m\"", "1" ] } ]
train_2-14786523-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Medal", "Name", "Games", "Sport", "Event" ], [ "2", "Silver", "Mohammed Gammoudi Category:Articles with hCards", "1964 Tokyo", "Athletics", "Men's 10,000 m" ], [ "3", "Bronze", "Habib Galhia Category:Articles with hCards", "1964 Tokyo", "Boxing", "Men's light welterweight" ], [ "4", "Gold", "Mohammed Gammoudi Category:Articles with hCards", "1968 Mexico City", "Athletics", "Men's 5000 m" ], [ "5", "Bronze", "Mohammed Gammoudi Category:Articles with hCards", "1968 Mexico City", "Athletics", "Men's 10,000 m" ], [ "6", "Silver", "Mohammed Gammoudi Category:Articles with hCards", "1972 Munich", "Athletics", "Men's 5000 m" ], [ "7", "Bronze", "Fethi Missaoui Category:Articles with hCards", "1996 Atlanta", "Boxing", "Men's light welterweight" ], [ "8", "Gold", "Oussama Mellouli Category:Articles with hCards", "2008 Beijing", "Swimming", "Men's 1500 m freestyle" ], [ "9", "Bronze", "Oussama Mellouli Category:Articles with hCards", "2012 London", "Swimming", "Men's 1500 m freestyle" ], [ "10", "Silver", "Habiba Ghribi Category:Articles with hCards", "2012 London", "Athletics", "Women's 3000 m steeplechase" ], [ "11", "Gold", "Oussama Mellouli Category:Articles with hCards", "2012 London", "Swimming", "Men's 10km marathon" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=0)*(B1=0)*(E1=1)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=0)*(B2:B17=0)*(E2:E17=1)),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the total number of deaths of the attack with 0 Israelis or foreigners wounded, 0 other deaths, and a total casualty of 1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "0", "*", "B1", "=", "0", "*", "E1", "=", "1", "3" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "How many Israelis and or foreigners were wounded in the attack with more than 1 Israeli death?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=242),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=242),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "How many other deaths were in the attack with 242 Israelis and/or foreigners wounded?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "242", "2" ] }, { "Formula": "SUM(FILTER(A1, (E1=0)*(C1=0)))", "Formula2": "SUM(FILTER(A2:A17, (E2:E17=0)*(C2:C17=0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the total number of Israeli deaths in the attack with 0 total casulaties and 0 total deaths?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "0", "*", "C1", "=", "0" ] } ]
train_2-17796039-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Israeli deaths", "Other deaths", "Total deaths", "Israeli and/or foreigner wounded", "Total casualties" ], [ "2", "0", "0", "0", "3", "3" ], [ "3", "1", "0", "1", "1", "2" ], [ "4", "0", "0", "0", "1", "1" ], [ "5", "1", "0", "1", "0", "1" ], [ "6", "1", "0", "1", "0", "0" ], [ "7", "0", "0", "0", "0", "0" ], [ "8", "1", "0", "1", "3", "4" ], [ "9", "0", "2", "2", "1", "3" ], [ "10", "0", "0", "0", "2", "2" ], [ "11", "1", "0", "1", "2", "3" ], [ "12", "0", "Several policeman", "Unknown", "Unknown", "Unknown" ], [ "13", "4", "25", "29", "242", "271" ], [ "14", "0", "1", "1", "0", "0" ], [ "15", "0", "0", "0", "20", "20" ], [ "16", "1", "4", "5", "5+", "10+" ], [ "17", "0", "0", "0", "4", "4" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=33))", "Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=33))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Opponent has a Game of 33?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "33" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"25-8-3\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,E2:E13=\"25-8-3\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What's the Score that's got a listing of December that larger than 8 and Record of 25-8-3?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"25-8-3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ] } ]
test_2-13909382-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "December", "Opponent", "Score", "Record" ], [ "2", "27", "4", "@ Toronto Maple Leafs", "4 - 3", "19-6-2" ], [ "3", "28", "5", "New Jersey Devils", "2 - 1", "20-6-2" ], [ "4", "29", "8", "Edmonton Oilers", "1 - 1 OT", "20-6-3" ], [ "5", "30", "13", "Buffalo Sabres", "2 - 0", "21-6-3" ], [ "6", "31", "15", "Hartford Whalers", "5 - 2", "22-6-3" ], [ "7", "32", "17", "@ Detroit Red Wings", "6 - 4", "22-7-3" ], [ "8", "33", "19", "Ottawa Senators", "6 - 3", "23-7-3" ], [ "9", "34", "22", "@ Florida Panthers", "3 - 2", "23-8-3" ], [ "10", "35", "23", "@ Washington Capitals", "1 - 0", "24-8-3" ], [ "11", "36", "26", "New Jersey Devils", "8 - 3", "25-8-3" ], [ "12", "37", "29", "@ St. Louis Blues", "4 - 3", "26-8-3" ], [ "13", "38", "31", "@ Buffalo Sabres", "4 - 1", "26-9-3" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"audio only\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"audio only\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Programming has a Video of audio only?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"audio only\"", "5" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=25.3))", "Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=25.3))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Video has a Channel of 25.3?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "25.3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"16:9\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"16:9\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Video has an Aspect of 16:9?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"16:9\"", "2" ] } ]
train_2-1882602-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Channel", "Video", "Aspect", "PSIP Short Name", "Programming" ], [ "2", "25.1", "1080i", "16:9", "WVIZ-HD", "Main WVIZ programming / PBS" ], [ "3", "25.2", "480i", "4:3", "WVIZ Oh", "Ohio Channel" ], [ "4", "25.3", "480i", "4:3", "WVIZ Wo", "PBS World" ], [ "5", "25.4", "480i", "4:3", "WVIZ cr", "Create" ], [ "6", "25.9", "Audio only", "N/A", "CSCN", "Cleveland Sight Center Network" ] ]
[ { "Formula": "FILTER(E1,A1=\"tiger woods\")", "Formula2": "FILTER(E2:E7,A2:A7=\"tiger woods\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Tiger Woods' to par?", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"tiger woods\"" ] }, { "Formula": "FILTER(E1,C1>1999)", "Formula2": "FILTER(E2:E7,C2:C7>1999)", "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the to par when the year(s) won is larger than 1999?", "Tokens": [ "FILTER(", "E1", "C1", ">", "1999" ] } ]
dev_2-18017216-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Nick Price", "Zimbabwe", "1994", "281", "–3", "T21" ], [ "3", "Tiger Woods", "United States", "2000", "283", "–1", "T25" ], [ "4", "Paul Lawrie", "Scotland", "1999", "287", "+3", "T42" ], [ "5", "Mark O'Meara", "United States", "1998", "287", "+3", "T42" ], [ "6", "Mark Calcavecchia", "United States", "1989", "289", "+5", "T54" ], [ "7", "Sandy Lyle", "Scotland", "1985", "301", "+17", "T69" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6–4, 6–7 (2–7) , 7–5\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"6–4, 6–7 (2–7) , 7–5\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the opponent when the score was 6–4, 6–7 (2–7) , 7–5?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6–4, 6–7 (2–7) , 7–5\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"andreas haider-maurer\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"andreas haider-maurer\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which tournament was andreas haider-maurer the opponent in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"andreas haider-maurer\"", "2" ] } ]
test_2-11924384-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent", "Score" ], [ "2", "23 October 2000", "Negril", "Clay", "Johan Ortegren", "6–3, 6–1" ], [ "3", "16 June 2001", "Spišská Nová Ves", "Clay", "Juraj Hasko", "6–4, 6–7 (2–7) , 7–5" ], [ "4", "10 June 2002", "Sopot", "Clay", "Mariusz Fyrstenberg", "6–3, 1–6, 6–2" ], [ "5", "15 July 2002", "Nové Zámky", "Clay", "Ladislav Švarc", "6–1, 6–2" ], [ "6", "12 August 2002", "Poprad", "Clay", "David Novak", "6–1, 6–4" ], [ "7", "6 January 2003", "Cala Ratjada", "Clay", "Mariano Albert-Ferrando", "4–2, RET" ], [ "8", "23 May 2005", "Jablonec nad Nisou", "Clay", "Tomas Jecminek", "6–4, 6–2" ], [ "9", "31 October 2005", "Frýdlant nad Ostravicí", "Indoor Hard", "Lukáš Lacko", "1–6, 7–5, 6–4" ], [ "10", "23 March 2006", "Barletta", "Clay", "Stefano Galvani", "6–2, 6–1" ], [ "11", "5 June 2006", "Prostějov", "Clay", "Dominik Hrbatý", "6–3, 5–7, 6–2" ], [ "12", "19 June 2006", "Braunschweig", "Clay", "Fernando Vicente", "6–1, 6–3" ], [ "13", "10 July 2006", "Poznań", "Clay", "Ilija Bozoljac", "6–4, 6–3" ], [ "14", "29 September 2008", "Porto", "Clay", "Dušan Lojda", "6–0, 7–6 (7–2)" ], [ "15", "27 April 2009", "Ostrava", "Clay", "Ivan Dodig", "7–5, 6–1" ], [ "16", "1 June 2009", "Prostějov", "Clay", "Steve Darcis", "6–2, 1–6, 6–4" ], [ "17", "31 October 2009", "Freudenstadt", "Clay", "Laurent Recouderc", "2–6, 6–3, 7–6 (7–5)" ], [ "18", "31 May 2010", "Prostějov", "Clay", "Radek Štěpánek", "6–0 RET" ], [ "19", "1 July 2012", "Marburg", "Clay", "Andreas Haider-Maurer", "6–2, 6–2" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(H1, C1=\"Charlotte\")))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H16, C2:C16=\"Charlotte\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": " how many location attendance with team being charlotte", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "C1", "=", "\"Charlotte\"" ] }, { "Formula": "SUMIFS(A1,B1,\"March 7\")", "Formula2": "SUMIFS(A2:A16,B2:B16,\"March 7\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "what's the game with date being march 7", "Tokens": [ "SUMIFS(", "A1", "B1", "\"March 7\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=72))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=72))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "what's the date with game being 72", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "72" ] }, { "Formula": "ROWS(UNIQUE(FILTER(G1, D1=\"L 90–98 (OT)\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G16, D2:D16=\"L 90–98 (OT)\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": " how many high assbeingts with score being l 90–98 (ot)", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "D1", "=", "\"L 90–98 (OT)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Vancouver\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"Vancouver\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who is the the high rebounds with team being vancouver", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Vancouver\"", "6" ] } ]
train_1-13557843-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "58", "March 3", "Boston", "L 103–107 (OT)", "Carlos Rogers (17)", "Carlos Rogers , Damon Stoudamire (7)", "Damon Stoudamire (17)", "SkyDome 15,385", "20-38" ], [ "3", "59", "March 5", "New York", "L 94–100 (OT)", "Marcus Camby , Doug Christie (24)", "Marcus Camby (9)", "Damon Stoudamire (8)", "SkyDome 18,319", "20-39" ], [ "4", "60", "March 7", "San Antonio", "L 103–106 (OT)", "Damon Stoudamire (25)", "Marcus Camby (9)", "Doug Christie (9)", "SkyDome 16,178", "20-40" ], [ "5", "61", "March 9", "Vancouver", "W 81–77 (OT)", "Walt Williams (16)", "Marcus Camby (12)", "Damon Stoudamire (10)", "SkyDome 19,186", "21-40" ], [ "6", "62", "March 11", "@ Phoenix", "W 105–101 (OT)", "Marcus Camby (23)", "Clifford Rozier (14)", "Damon Stoudamire (9)", "America West Arena 19,023", "22-40" ], [ "7", "63", "March 13", "@ Sacramento", "W 103–96 (OT)", "Damon Stoudamire (31)", "Marcus Camby , Walt Williams (6)", "Damon Stoudamire (6)", "ARCO Arena 17,317", "23-40" ], [ "8", "64", "March 15", "@ Golden State", "L 102–106 (OT)", "Marcus Camby (27)", "Marcus Camby (9)", "Damon Stoudamire (14)", "San Jose Arena 15,058", "23-41" ], [ "9", "65", "March 16", "@ L.A. Lakers", "L 90–98 (OT)", "Damon Stoudamire (25)", "Marcus Camby (11)", "Damon Stoudamire (8)", "Great Western Forum 16,839", "23-42" ], [ "10", "66", "March 18", "Philadelphia", "W 117–105 (OT)", "Marcus Camby (36)", "Doug Christie , Damon Stoudamire (10)", "Damon Stoudamire (12)", "Maple Leaf Gardens 15,219", "24-42" ], [ "11", "67", "March 19", "@ Detroit", "W 99–97 (OT)", "Marcus Camby (28)", "Marcus Camby (14)", "Doug Christie (7)", "The Palace of Auburn Hills 21,454", "25-42" ], [ "12", "68", "March 21", "Charlotte", "L 97–102 (OT)", "Damon Stoudamire (29)", "Marcus Camby (16)", "Doug Christie (9)", "SkyDome 16,993", "25-43" ], [ "13", "69", "March 23", "Atlanta", "L 79–90 (OT)", "Marcus Camby (37)", "Marcus Camby , Walt Williams (8)", "Damon Stoudamire (9)", "SkyDome 18,533", "25-44" ], [ "14", "70", "March 25", "Indiana", "L 84–98 (OT)", "Walt Williams (16)", "Marcus Camby (10)", "Damon Stoudamire (6)", "SkyDome 15,763", "25-45" ], [ "15", "71", "March 27", "Chicago", "L 83–96 (OT)", "Damon Stoudamire (18)", "Clifford Rozier (10)", "Damon Stoudamire (12)", "SkyDome 34,104", "25-46" ], [ "16", "72", "March 28", "@ Washington", "L 86–113 (OT)", "Doug Christie (17)", "Reggie Slater (10)", "Damon Stoudamire (3)", "USAir Arena 18,756", "25-47" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"october 29, 2004\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"october 29, 2004\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What format is dated October 29, 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"october 29, 2004\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ptcd-1015-6\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"ptcd-1015-6\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date with the catalogue number ptcd-1015-6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ptcd-1015-6\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"december 2004\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"december 2004\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the label for December 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"december 2004\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"hydra head records\")*(D1=\"cd\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"hydra head records\")*(D2:D6=\"cd\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date for Hydra Head Records with a CD format?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"hydra head records\"", "*", "D1", "=", "\"cd\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"hydra head records\")*(B1=\"february 2005\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"hydra head records\")*(B2:B6=\"february 2005\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which country has Hydra Head Records on February 2005?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"hydra head records\"", "*", "B1", "=", "\"february 2005\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"2lp\")*(C1=\"hydra head records\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"2lp\")*(C2:C6=\"hydra head records\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which country has Hydra Head Records with a 2lp format?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"2lp\"", "*", "C1", "=", "\"hydra head records\"", "1" ] } ]
train_2-1523673-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Country", "Date", "Label", "Format", "Catalogue #" ], [ "2", "United States", "December 8, 2004", "Hydra Head Records", "CD", "HH666-79" ], [ "3", "United States", "February 2005", "Hydra Head Records", "2LP", "HH666-79" ], [ "4", "Belgium", "December 2004", "Conspiracy Records", "2LP", "core 026" ], [ "5", "Japan", "October 29, 2004", "Daymare Recordings", "2CD", "PTCD-1015-6" ], [ "6", "Japan", "October 5, 2007", "Daymare Recordings", "2CD", "DYMC-045" ] ]
[ { "Formula": "MINIFS(G1,J1,\"5th\")", "Formula2": "MINIFS(G2:G6,J2:J6,\"5th\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest number of f/laps in the 5th position?", "Tokens": [ "MINIFS(", "G1", "J1", "\"5th\"" ] }, { "Formula": "MAX(FILTER(H1, (A1<2008)*(J1=\"5th\")*(G1>0)))", "Formula2": "MAX(FILTER(H2:H6, (A2:A6<2008)*(J2:J6=\"5th\")*(G2:G6>0)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest number of podiums before 2008 with a 5th position and more than 0 f/laps?", "Tokens": [ "MAX(", "FILTER(", "H1", "A1", "<", "2008", "*", "J1", "=", "\"5th\"", "*", "G1", ">", "0" ] }, { "Formula": "MIN(FILTER(G1, (H1>4)*(D1>14)))", "Formula2": "MIN(FILTER(G2:G6, (H2:H6>4)*(D2:D6>14)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest number of f/laps with more than 4 podiums and more than 14 races?", "Tokens": [ "MIN(", "FILTER(", "G1", "H1", ">", "4", "*", "D1", ">", "14" ] }, { "Formula": "MIN(FILTER(A1, (D1>14)*(H1>4)))", "Formula2": "MIN(FILTER(A2:A6, (D2:D6>14)*(H2:H6>4)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the earliest season with more than 14 races and more than 4 podiums?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", ">", "14", "*", "H1", ">", "4" ] }, { "Formula": "SUM(FILTER(F1, E1<0))", "Formula2": "SUM(FILTER(F2:F6, E2:E6<0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of poles with less than 0 wins?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "<", "0" ] } ]
test_2-18541206-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Season", "Series", "Team", "Races", "Wins", "Poles", "F/Laps", "Podiums", "Points", "Position" ], [ "2", "2006", "Formula Renault 2.0 Brazil", "Full Time Racing", "13", "1", "1", "0", "2", "123", "5th" ], [ "3", "2007", "Formula Three Sudamericana", "Cesário F3", "14", "2", "2", "0", "10", "85", "2nd" ], [ "4", "2008", "Formula Renault 3.5 Series", "Epsilon Euskadi", "13", "0", "0", "0", "0", "3", "29th" ], [ "5", "2009", "Indy Lights", "RLR / Andersen Racing", "15", "2", "1", "1", "4", "392", "6th" ], [ "6", "2010", "IndyCar Series", "Conquest Racing", "11", "0", "0", "0", "0", "149", "24th" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"racing organisation course\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"racing organisation course\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the position of the Racing Organisation Course team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"racing organisation course\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"dnf\")*(A1<2011)*(B1=\"racing organisation course\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(F2:F14=\"dnf\")*(A2:A14<2011)*(B2:B14=\"racing organisation course\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the co-drivers for the Racing Organisation Course team in years before 2011, who had a position of DNF?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"dnf\"", "*", "A1", "<", "2011", "*", "B1", "=", "\"racing organisation course\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1>2010),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14>2010),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "Num" ], "Level": "medium", "Question": "Who were the co-drivers in years after 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", ">", "2010", "3" ] } ]
train_2-1235885-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Team", "Co-Drivers", "Class", "Laps", "Pos.", "Class Pos." ], [ "2", "1994", "Michel Hommell", "Alain Cudini Eric Hélary", "GT1", "230", "DNF", "DNF" ], [ "3", "1997", "DAMS", "Franck Lagorce Éric Bernard", "GT1", "149", "DNF", "DNF" ], [ "4", "1998", "JB Racing", "Vincenzo Sospiri Jérôme Policand", "LMP1", "187", "DNF", "DNF" ], [ "5", "2000", "Racing Organisation Course", "Jordi Gené Jérôme Policand", "LMP675", "72", "DNF", "DNF" ], [ "6", "2001", "Pescarolo Sport", "Sébastien Bourdais Laurent Rédon", "LMP900", "271", "13th", "4th" ], [ "7", "2002", "Pescarolo Sport", "Sébastien Bourdais Franck Lagorce", "LMP900", "343", "10th", "9th" ], [ "8", "2003", "Pescarolo Sport", "Stéphane Sarrazin Franck Lagorce", "LMP900", "356", "8th", "6th" ], [ "9", "2005", "Pescarolo Sport", "Emmanuel Collard Érik Comas", "LMP1", "368", "2nd", "2nd" ], [ "10", "2007", "Pescarolo Sport", "Emmanuel Collard Romain Dumas", "LMP1", "358", "3rd", "3rd" ], [ "11", "2008", "Pescarolo Sport", "Emmanuel Collard Romain Dumas", "LMP1", "238", "DNF", "DNF" ], [ "12", "2009", "Pescarolo Sport", "Simon Pagenaud Benoît Tréluyer", "LMP1", "210", "DNF", "DNF" ], [ "13", "2010", "Rebellion Racing", "Andrea Belicchi Guy Smith", "LMP1", "143", "DNF", "DNF" ], [ "14", "2011", "Rebellion Racing", "Andrea Belicchi Guy Smith", "LMP1", "190", "DNF", "DNF" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(E1, F1=\"Jason Crump\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E11, F2:F11=\"Jason Crump\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many runner-ups when Jason Crump placed 3rd?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "F1", "=", "\"Jason Crump\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"Grzegorz Walasek\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,G2:G11=\"Grzegorz Walasek\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did Grzegorz Walasek place 4th?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"Grzegorz Walasek\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Krško , Slovenia Matije Gubca Stadium\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,C2:C11=\"Krško , Slovenia Matije Gubca Stadium\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who came in 3rd place in Krško , Slovenia Matije Gubca Stadium", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Krško , Slovenia Matije Gubca Stadium\"", "6" ] }, { "Formula": "ROWS(UNIQUE(FILTER(G1, B1=\"April 25\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G11, B2:B11=\"April 25\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many placed 4th on April 25?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "B1", "=", "\"April 25\"" ] } ]
train_1-19317584-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Round", "Date", "City and venue", "Winner", "Runner-up", "3rd placed", "4th placed", "Results" ], [ "2", "1", "April 25", "Prague , Czech Republic Markéta Stadium", "Emil Sayfutdinov", "Fredrik Lindgren", "Jason Crump", "Leigh Adams", "results" ], [ "3", "2", "May 9", "Leszno , Poland Alfred Smoczyk Stadium", "Jason Crump", "Tomasz Gollob", "Andreas Jonsson", "Greg Hancock", "results" ], [ "4", "3", "May 30", "Gothenburg , Sweden Ullevi", "Emil Sayfutdinov", "Jason Crump", "Antonio Lindbäck", "Nicki Pedersen", "results" ], [ "5", "4", "June 13", "Copenhagen , Denmark Parken Stadium", "Jason Crump", "Greg Hancock", "Tomasz Gollob", "Niels Kristian Iversen", "results" ], [ "6", "5", "June 27", "Cardiff , Great Britain Millennium Stadium", "Jason Crump", "Fredrik Lindgren", "Hans N. Andersen", "Greg Hancock", "results" ], [ "7", "6", "August 1", "Daugavpils , Latvia Latvijas Spidveja Centrs", "Greg Hancock", "Kenneth Bjerre", "Tomasz Gollob", "Jason Crump", "results" ], [ "8", "7", "August 15", "Målilla , Sweden G&B Stadium", "Tomasz Gollob", "Jason Crump", "Hans N. Andersen", "Kenneth Bjerre", "results" ], [ "9", "8", "August 29", "Vojens , Denmark Speedway Center", "Andreas Jonsson", "Rune Holta", "Kenneth Bjerre", "Emil Sayfutdinov", "results" ], [ "10", "9", "September 12", "Krško , Slovenia Matije Gubca Stadium", "Emil Sayfutdinov", "Rune Holta", "Tomasz Gollob", "Nicki Pedersen", "results" ], [ "11", "10", "September 26", "Terenzano , Italy Pista Olimpia", "Tomasz Gollob", "Hans N. Andersen", "Nicki Pedersen", "Grzegorz Walasek", "results" ] ]
[ { "Formula": "SUMIFS(F1,E1,\"mcg\")", "Formula2": "SUMIFS(F2:F7,E2:E7,\"mcg\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total of crowd at Venue of mcg?", "Tokens": [ "SUMIFS(", "F1", "E1", "\"mcg\"" ] }, { "Formula": "MINIFS(F1,B1,\"7.10 (52)\")", "Formula2": "MINIFS(F2:F7,B2:B7,\"7.10 (52)\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the smallest crowd with a Home team score of 7.10 (52)?", "Tokens": [ "MINIFS(", "F1", "B1", "\"7.10 (52)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"6.12 (48)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"6.12 (48)\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which date has a Home team score of 6.12 (48)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"6.12 (48)\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.17 (83)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.17 (83)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which away team has a score of 11.17 (83)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.17 (83)\"", "3" ] } ]
train_2-10789881-3
[ [ "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)", "Richmond", "13.16 (94)", "Western Oval", "30,000", "16 May 1931" ], [ "3", "Collingwood", "13.16 (94)", "South Melbourne", "10.13 (73)", "Victoria Park", "15,000", "16 May 1931" ], [ "4", "Carlton", "18.18 (126)", "Essendon", "5.14 (44)", "Princes Park", "20,000", "16 May 1931" ], [ "5", "St Kilda", "10.12 (72)", "Hawthorn", "10.8 (68)", "Junction Oval", "14,000", "16 May 1931" ], [ "6", "Melbourne", "12.15 (87)", "Geelong", "11.17 (83)", "MCG", "19,767", "16 May 1931" ], [ "7", "North Melbourne", "6.12 (48)", "Fitzroy", "12.16 (88)", "Arden Street Oval", "7,000", "16 May 1931" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"friendly match\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"friendly match\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which venue is the friendly match in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly match\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly match\")*(B1=\"seoul\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"friendly match\")*(B2:B11=\"seoul\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result of the friendly match in Seoul?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly match\"", "*", "B1", "=", "\"seoul\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2007 afc asian cup\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"2007 afc asian cup\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result of the 2007 AFC asian cup?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2007 afc asian cup\"", "4" ] } ]
train_2-1385069-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "4 December 2003", "Tokyo", "1 goal", "3–1", "2003 East Asian Cup" ], [ "3", "9 June 2004", "Daejeon", "1 goal", "2–0", "2006 FIFA World Cup qualification" ], [ "4", "17 November 2004", "Seoul", "1 goal", "2–0", "2006 FIFA World Cup qualification" ], [ "5", "22 February 2006", "Aleppo", "1 goal", "2–1", "2007 AFC Asian Cup qualification" ], [ "6", "23 May 2006", "Seoul", "1 goal", "1–1", "Friendly match" ], [ "7", "16 August 2006", "Taipei", "1 goal", "3–0", "2007 AFC Asian Cup qualification" ], [ "8", "6 September 2006", "Suwon", "1 goal", "8–0", "2007 AFC Asian Cup qualification" ], [ "9", "15 July 2007", "Jakarta", "1 goal", "1–2", "2007 AFC Asian Cup" ], [ "10", "14 June 2008", "Ashgabat", "3 goals", "3–1", "2010 FIFA World Cup qualification" ], [ "11", "30 May 2012", "Bern", "1 goal", "1–4", "Friendly match" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tbd\")*(E1=\"gps iiia-1\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"tbd\")*(E2:E6=\"gps iiia-1\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On what date was the rocket a TBD with a satellite of GPS IIIA-1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tbd\"", "*", "E1", "=", "\"gps iiia-1\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gps iiia-2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"gps iiia-2\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which type is a satellite of GPS IIIA-2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gps iiia-2\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gps iiia-2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"gps iiia-2\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the launch site for a satellite of GPS IIIA-2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"gps iiia-2\"", "4" ] } ]
test_2-16103661-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Rocket", "Type", "Launch site", "Satellite" ], [ "2", "2014", "TBD", "TBD", "CCAFS (TBD)", "GPS IIIA-1" ], [ "3", "2016", "Atlas V", "411", "CCAFS (TBD)", "GPS IIIA-2" ], [ "4", "TBD", "TBD", "TBD", "CCAFS (TBD)", "GPS IIIA-3" ], [ "5", "TBD", "TBD", "TBD", "CCAFS (TBD)", "GPS IIIA-4" ], [ "6", "2017", "Atlas V", "411", "CCAFS (TBD)", "GPS IIIA-5" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=8),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,E2:E20=8),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What area is the school with a decile of 8 in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "8", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"state\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=318))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F20,D2:D20=\"state\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=318))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which school has a state authority and a roll of 318?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"state\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "318" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"state\")*(A1=\"torbay school\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(D2:D20=\"state\")*(A2:A20=\"torbay school\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what area is torbay school with a state authority?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"state\"", "*", "A1", "=", "\"torbay school\"", "3" ] } ]
train_2-12017602-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Years", "Area", "Authority", "Decile", "Roll" ], [ "2", "Browns Bay School", "1–6", "Browns Bay", "State", "10", "610" ], [ "3", "Glamorgan School", "1–6", "Torbay Heights", "State", "10", "507" ], [ "4", "Gulf Harbour School", "1–8", "Gulf Harbour", "State", "10", "402" ], [ "5", "Long Bay School", "1–6", "Long Bay", "State", "10", "318" ], [ "6", "Mairangi Bay School", "1–6", "Mairangi Bay", "State", "10", "461" ], [ "7", "Murrays Bay Intermediate", "7–8", "Murrays Bay", "State", "10", "963" ], [ "8", "Murrays Bay School", "1–6", "Murrays Bay", "State", "10", "649" ], [ "9", "Northcross Intermediate", "7–8", "Northcross", "State", "10", "1039" ], [ "10", "Orewa North Primary School", "1–6", "Orewa", "State", "8", "295" ], [ "11", "Orewa Primary School", "1–6", "Orewa", "State", "8", "299" ], [ "12", "Red Beach School", "1–6", "Red Beach", "State", "9", "639" ], [ "13", "Sherwood School", "1–6", "Northcross", "State", "10", "438" ], [ "14", "Silverdale School", "1–8", "Silverdale", "State", "9", "420" ], [ "15", "St John's School", "1–6", "Mairangi Bay", "State integrated", "10", "306" ], [ "16", "Stanmore Bay School", "1–6", "Stanmore Bay", "State", "8", "473" ], [ "17", "Stella Maris Primary School", "1–8", "Silverdale", "State integrated", "10", "314" ], [ "18", "Torbay School", "1–6", "Torbay", "State", "10", "484" ], [ "19", "Wentworth Primary", "1–6", "Gulf Harbour", "Private", "n/a", "55" ], [ "20", "Whangaparaoa School", "1–6", "Manly", "State", "9", "698" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"taguchi (14:31)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,E2:E14=\"taguchi (14:31)\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name for me the tatsuhito takaiwa for Ryusuke Taguchi of taguchi (14:31)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"taguchi (14:31)\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"liger (9:57)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"liger (9:57)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the ryusuke taguchi for Jushin Liger of liger (9:57)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"liger (9:57)\"", "5" ] } ]
test_2-10979732-31
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Block A", "Wataru Inoue", "Jushin Liger", "Minoru", "Ryusuke Taguchi", "Tatsuhito Takaiwa", "Yujiro" ], [ "2", "Wataru Inoue", "X", "Inoue (17:13)", "Inoue (19:14)", "Taguchi (17:44)", "Inoue (13:24)", "Inoue (11:19)" ], [ "3", "Jushin Liger", "Inoue (17:13)", "X", "Minoru (13:32)", "Taguchi (14:31)", "Liger (14:49)", "Liger (9:57)" ], [ "4", "Minoru", "Inoue (19:14)", "Minoru (13:32)", "X", "Taguchi (14:29)", "Minoru (11:31)", "Yujiro (11:58)" ], [ "5", "Ryusuke Taguchi", "Taguchi (17:44)", "Taguchi (14:31)", "Taguchi (14:29)", "X", "Takaiwa (14:39)", "Taguchi (13:20)" ], [ "6", "Tatsuhito Takaiwa", "Inoue (13:24)", "Liger (14:49)", "Minoru (11:31)", "Takaiwa (14:39)", "X", "Takaiwa (10:47)" ], [ "7", "Yujiro", "Inoue (11:19)", "Liger (9:57)", "Yujiro (11:58)", "Taguchi (13:20)", "Takaiwa (10:47)", "X" ], [ "8", "Block B", "Akira", "Prince Devitt", "Koji Kanemoto", "Tetsuya Naito", "Jimmy Rave", "Tiger Mask IV" ], [ "9", "Akira", "X", "Akira (forfeit)", "Akira (18:14)", "Naito (13:56)", "Rave (11:25)", "T. Mask (10:22)" ], [ "10", "Prince Devitt", "Akira (forfeit)", "X", "Kanemoto (forfeit)", "Naito (forfeit)", "Rave (forfeit)", "T. Mask (1:40)" ], [ "11", "Koji Kanemoto", "Akira (18:14)", "Kanemoto (forfeit)", "X", "Kanemoto (10:43)", "Kanemoto (13:57)", "T. Mask (10:16)" ], [ "12", "Tetsuya Naito", "Naito (13:56)", "Naito (forfeit)", "Kanemoto (10:43)", "X", "Rave (8:01)", "T. Mask (11:10)" ], [ "13", "Jimmy Rave", "Rave (11:25)", "Rave (forfeit)", "Kanemoto (13:57)", "Rave (8:01)", "X", "T. Mask (14:03)" ], [ "14", "Tiger Mask IV", "T. Mask (10:22)", "T. Mask (1:40)", "T. Mask (10:16)", "T. Mask (11:10)", "T. Mask (14:03)", "X" ] ]
[ { "Formula": "MIN(FILTER(H1, (E1=1)*(G1>14)))", "Formula2": "MIN(FILTER(H2:H13, (E2:E13=1)*(G2:G13>14)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What are the lowest conceded with 1 draw, and a score larger than 14?", "Tokens": [ "MIN(", "FILTER(", "H1", "E1", "=", "1", "*", "G1", ">", "14" ] }, { "Formula": "MIN(FILTER(F1, (G1>13)*(E1>7)))", "Formula2": "MIN(FILTER(F2:F13, (G2:G13>13)*(E2:E13>7)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What are the lowest losses with more than 13 scored, and more than 7 draws?", "Tokens": [ "MIN(", "FILTER(", "F1", "G1", ">", "13", "*", "E1", ">", "7" ] }, { "Formula": "AVERAGE(FILTER(C1, I1<8))", "Formula2": "AVERAGE(FILTER(C2:C13, I2:I13<8))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average played for less than 8 points?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "I1", "<", "8" ] } ]
train_2-18607260-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Team", "Played", "Wins", "Draws", "Losses", "Scored", "Conceded", "Points" ], [ "2", "1", "Cerro Porteño", "11", "8", "2", "1", "28", "9", "26" ], [ "3", "2", "Guaraní", "11", "6", "3", "2", "20", "15", "21" ], [ "4", "3", "Cerro Corá", "11", "5", "3", "3", "18", "16", "18" ], [ "5", "4", "Atl. Colegiales", "11", "5", "1", "5", "14", "15", "16" ], [ "6", "5", "12 de Octubre", "11", "4", "3", "4", "18", "20", "15" ], [ "7", "6", "Sol de América", "11", "2", "7", "2", "12", "10", "13" ], [ "8", "7", "* Nacional", "11", "2", "7", "2", "17", "23", "13" ], [ "9", "8", "Olimpia", "11", "3", "3", "5", "13", "12", "12" ], [ "10", "9", "San Lorenzo", "11", "2", "5", "4", "13", "16", "11" ], [ "11", "10", "Sportivo Luqueño", "11", "2", "5", "4", "8", "13", "11" ], [ "12", "11", "Libertad", "11", "1", "6", "4", "12", "18", "9" ], [ "13", "12", "Presidente Hayes", "11", "1", "5", "5", "12", "18", "8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"evilasio\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"evilasio\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the transfer fee for evilasio?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"evilasio\"", "7" ] } ]
train_2-17480138-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Nat.", "Name", "Moving from", "Type", "Transfer window", "Ends", "Transfer fee", "Source" ], [ "2", "POR", "Morais", "Chelsea", "Transfer", "Summer", "2009", "Free", "reuters.com" ], [ "3", "MKD", "Nikolovski", "Slaven Belupo", "Transfer", "Summer", "2009", "Free", "—" ], [ "4", "BRA", "Emerson", "AEK Athens", "Transfer", "Summer", "2008", "Free", "uefacup.com" ], [ "5", "BRA", "Tavares", "Porto Alegre", "Transfer", "Summer", "2010", "Free", "—" ], [ "6", "BRA", "Evilasio", "Porto Alegre", "Transfer", "Summer", "2008", "Free", "—" ], [ "7", "BRA", "Zé Carlos", "Braga", "Transfer", "Summer", "2009", "Free", "uefa.com" ], [ "8", "BRA", "Rubens", "Villa Rio", "Loan", "Summer", "2008", "Free", "—" ], [ "9", "SER", "Corović", "AEL Limassol", "Loan", "Summer", "2008", "Free", "—" ], [ "10", "ALB", "Haxhi", "Ergotelis", "Transfer", "Winter", "2009", "Free", "—" ], [ "11", "NED", "Broerse", "Utrecht", "Transfer", "Winter", "2009", "Free", "nu.nl" ], [ "12", "SER", "Mirosavljević", "Smederevo", "Transfer", "Winter", "2009", "Free", "—" ], [ "13", "CYP", "Charalambides", "Carl Zeiss Jena", "Transfer", "Winter", "2010", "Free", "—" ] ]
[ { "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C17)", "Funcs": [ "UNIQUE(", "Cell" ], "Level": "easy", "Question": "Show all distinct positions of matches.", "Tokens": [ "UNIQUE(", "C1" ] }, { "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C17)", "Funcs": [ "UNIQUE(", "Cell" ], "Level": "easy", "Question": "What are the different positions for match season?", "Tokens": [ "UNIQUE(", "C1" ] }, { "Formula": "FILTER(B1,H1=\"UCLA\")", "Formula2": "FILTER(B2:B17,H2:H17=\"UCLA\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Show the players from college UCLA.", "Tokens": [ "FILTER(", "B1", "H1", "=", "\"UCLA\"" ] }, { "Formula": "FILTER(B1,H1=\"UCLA\")", "Formula2": "FILTER(B2:B17,H2:H17=\"UCLA\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who are the players from UCLA?", "Tokens": [ "FILTER(", "B1", "H1", "=", "\"UCLA\"" ] }, { "Formula": "UNIQUE(FILTER(C1,(H1=\"UCLA\")+(H1=\"Duke\")))", "Formula2": "UNIQUE(FILTER(C2:C17,(H2:H17=\"UCLA\")+(H2:H17=\"Duke\")))", "Funcs": [ "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str" ], "Level": "easy", "Question": "Show the distinct position of players from college UCLA or Duke.", "Tokens": [ "UNIQUE(", "FILTER(", "C1", "H1", "=", "\"UCLA\"", "+", "H1", "=", "\"Duke\"" ] }, { "Formula": "UNIQUE(FILTER(C1,(H1=\"UCLA\")+(H1=\"Duke\")))", "Formula2": "UNIQUE(FILTER(C2:C17,(H2:H17=\"UCLA\")+(H2:H17=\"Duke\")))", "Funcs": [ "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str" ], "Level": "easy", "Question": "What are the different positions of players from UCLA or Duke colleges?", "Tokens": [ "UNIQUE(", "FILTER(", "C1", "H1", "=", "\"UCLA\"", "+", "H1", "=", "\"Duke\"" ] }, { "Formula": "ROWS(UNIQUE(E1))", "Formula2": "ROWS(UNIQUE(E2:E17))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "How many distinct teams are involved in match seasons?", "Tokens": [ "ROWS(", "UNIQUE(", "E1" ] }, { "Formula": "ROWS(UNIQUE(E1))", "Formula2": "ROWS(UNIQUE(E2:E17))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "Count the number of different teams involved in match season.", "Tokens": [ "ROWS(", "UNIQUE(", "E1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "Show the position of players and the corresponding number of players.", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "How many players played each position?", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] }, { "Formula": "SORTBY(B1,H1,1)", "Formula2": "SORTBY(B2:B17,H2:H17,1)", "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ], "Level": "easy", "Question": "Return all players sorted by college in ascending alphabetical order.", "Tokens": [ "SORTBY(", "B1", "H1", "1" ] }, { "Formula": "SORTBY(B1,H1,1)", "Formula2": "SORTBY(B2:B17,H2:H17,1)", "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ], "Level": "easy", "Question": "What are all the players who played in match season, sorted by college in ascending alphabetical order?", "Tokens": [ "SORTBY(", "B1", "H1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(H1,DCOUNTX(B1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(H2:H17,DCOUNTX(B2:B17)), 2, -1), 3)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "What are the three colleges from which the most players are from?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "2", "-", "1", "3" ] }, { "Formula": "LET(query1,SUMMARIZE(H1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(H2:H17,DCOUNTX(B2:B17)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "Show the name of colleges that have at least two players.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(H1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(H2:H17,DCOUNTX(B2:B17)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "What are the names of all colleges that have two or more players?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "UNIQUE(HSTACK(C1,I1))", "Formula2": "UNIQUE(HSTACK(C2:C17,I2:I17))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ], "Level": "easy", "Question": "match seasons and positions", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "I1" ] }, { "Formula": "UNIQUE(HSTACK(C1,I1))", "Formula2": "UNIQUE(HSTACK(C2:C17,I2:I17))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ], "Level": "easy", "Question": "position and match season information", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "I1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ucla\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,H2:H17=\"ucla\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "ucla players", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ucla\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,H2:H17=\"ucla\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Players from ucla.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "2" ] }, { "Formula": "LET(query1,FILTER(A1:I1,(H1=\"ucla\")+(H1=\"duke\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Formula2": "LET(query1,FILTER(A2:I17,(H2:H17=\"ucla\")+(H2:H17=\"duke\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "UCLA or Duke players' positions", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "+", "H1", "=", "\"duke\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "2" ] }, { "Formula": "LET(query1,FILTER(A1:I1,(H1=\"duke\")+(H1=\"ucla\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Formula2": "LET(query1,FILTER(A2:I17,(H2:H17=\"duke\")+(H2:H17=\"ucla\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "UCLA or Duke players' positions", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "\"duke\"", "+", "H1", "=", "\"ucla\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "2" ] }, { "Formula": "SUMMARIZE(I1,SUMX(E1))", "Formula2": "SUMMARIZE(I2:I17,SUMX(E2:E17))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "How many teams have played in each match season?", "Tokens": [ "SUMMARIZE(", "I1", "SUMX(", "E1" ] }, { "Formula": "SUMMARIZE(I1,SUMX(E1))", "Formula2": "SUMMARIZE(I2:I17,SUMX(E2:E17))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "What's the number of teams for each match season?", "Tokens": [ "SUMMARIZE(", "I1", "SUMX(", "E1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "How many players play each position?", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "number of players at each position", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] }, { "Formula": "SORT(UNIQUE(HSTACK(B1,H1)), 2, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B17,H2:H17)), 2, 1)", "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Num", "Num" ], "Level": "medium", "Question": "Players in alphabetical order by their colleges.", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "H1", "2", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(H1,DCOUNTX(B1)), 2, -1), 3)", "Formula2": "TAKE(SORT(SUMMARIZE(H2:H17,DCOUNTX(B2:B17)), 2, -1), 3)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The 3 colleges with the most players.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "2", "-", "1", "3" ] }, { "Formula": "LET(query1,SUMMARIZE(H1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(H2:H17,DCOUNTX(B2:B17)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "Colleges having at least 2 players featured.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(H1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(H2:H17,DCOUNTX(B2:B17)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "Colleges having at least 2 players picked.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "UNIQUE(HSTACK(C1,I1))", "Formula2": "UNIQUE(HSTACK(C2:C17,I2:I17))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ], "Level": "easy", "Question": "the match season and position", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "I1" ] }, { "Formula": "UNIQUE(HSTACK(C1,I1))", "Formula2": "UNIQUE(HSTACK(C2:C17,I2:I17))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell" ], "Level": "easy", "Question": "the position and match season.", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "I1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ucla\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,H2:H17=\"ucla\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who are players from ucla?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ucla\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,H2:H17=\"ucla\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "the players from ucla.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "2" ] }, { "Formula": "LET(query1,FILTER(A1:I1,(H1=\"ucla\")+(H1=\"duke\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Formula2": "LET(query1,FILTER(A2:I17,(H2:H17=\"ucla\")+(H2:H17=\"duke\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "What are the positions of players from UCLA or Duke?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "\"ucla\"", "+", "H1", "=", "\"duke\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "2" ] }, { "Formula": "LET(query1,FILTER(A1:I1,(H1=\"duke\")+(H1=\"ucla\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Formula2": "LET(query1,FILTER(A2:I17,(H2:H17=\"duke\")+(H2:H17=\"ucla\")),UNIQUE(CHOOSECOLS(query1,3,2)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "+", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "Positions of players from UCLA or Duke", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "\"duke\"", "+", "H1", "=", "\"ucla\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "2" ] }, { "Formula": "SUMMARIZE(I1,SUMX(E1))", "Formula2": "SUMMARIZE(I2:I17,SUMX(E2:E17))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "How many teams in each match season?", "Tokens": [ "SUMMARIZE(", "I1", "SUMX(", "E1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "How many players under each position?", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] }, { "Formula": "SUMMARIZE(C1,DCOUNTX(B1))", "Formula2": "SUMMARIZE(C2:C17,DCOUNTX(B2:B17))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "the number of players at different positions", "Tokens": [ "SUMMARIZE(", "C1", "DCOUNTX(", "B1" ] } ]
match_season_match_season
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "season", "player", "position", "country", "team", "draft pick number", "draft class", "college", "match season" ], [ "2", "1996.0", "Steve Ralston Category:Articles with hCards", "Midfielder", "6", "1", "18", "1996 MLS College Draft", "Florida International", "" ], [ "3", "1997.0", "Mike Duhaney Category:Articles with hCards", "Defender", "6", "2", "87", "1996 MLS Inaugural Player Draft", "UNLV", "" ], [ "4", "1998.0", "Ben Olsen Category:Articles with hCards", "Midfielder", "4", "3", "2", "Project-40", "Virginia", "" ], [ "5", "1999.0", "Jay Heaps Category:Articles with hCards", "Defender", "5", "4", "5", "1999 MLS College Draft", "Duke", "" ], [ "6", "2000.0", "Carlos Bocanegra Category:Articles with hCards", "Defender", "5", "5", "4", "2000 MLS SuperDraft", "UCLA", "" ], [ "7", "2001.0", "Rodrigo Faria Category:Articles with hCards", "Forward", "4", "5", "13", "2001 MLS SuperDraft", "Concordia College", "" ], [ "8", "2002.0", "Kyle Martino Category:Articles with hCards", "Midfielder", "6", "3", "8", "2002 MLS SuperDraft", "Virginia", "" ], [ "9", "2003.0", "Damani Ralph Category:Articles with hCards", "Forward", "1", "2", "18", "2003 MLS SuperDraft", "Connecticut", "" ], [ "10", "2004.0", "Clint Dempsey Category:Articles with hCards", "Midfielder", "6", "3", "8", "2004 MLS SuperDraft", "Furman", "" ], [ "11", "2005.0", "Michael Parkhurst Category:Articles with hCards", "Defender", "6", "4", "9", "2005 MLS SuperDraft", "Wake Forest", "" ], [ "12", "2006.0", "Jonathan Bornstein Category:Articles with hCards", "Defender", "6", "10", "37", "2006 MLS SuperDraft", "UCLA", "" ], [ "13", "2007.0", "Maurice Edu Category:Articles with hCards", "Midfielder", "4", "9", "1", "2007 MLS SuperDraft", "Maryland", "" ], [ "14", "2008.0", "Sean Franklin Category:Articles with hCards", "Defender", "6", "5", "4", "2008 MLS SuperDraft", "Cal State Northridge", "" ], [ "15", "2009.0", "Omar Gonzalez Category:Articles with hCards", "Defender", "6", "5", "3", "2009 MLS SuperDraft", "Maryland", "" ], [ "16", "2010.0", "Andy Najar Category:Articles with hCards", "Midfielder", "4", "5", "6", "D.C. United Academy", "none", "" ], [ "17", "2011.0", "C. J. Sapong Category:Articles with hCards", "Forward", "6", "3", "10", "2011 MLS SuperDraft", "James Madison", "" ] ]
[ { "Formula": "MAX(FILTER(C1, (A1=12)*(B1=\"vietnam\")))", "Formula2": "MAX(FILTER(C2:C19, (A2:A19=12)*(B2:B19=\"vietnam\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the highest gold when the rank is 12 for the nation vietnam?", "Tokens": [ "MAX(", "FILTER(", "C1", "A1", "=", "12", "*", "B1", "=", "\"vietnam\"" ] }, { "Formula": "SUM(FILTER(F1, A1=4))", "Formula2": "SUM(FILTER(F2:F19, A2:A19=4))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "what is the total when the rank is 4?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "4" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)>0)))", "Formula2": "LET(query1,SUMMARIZE(B2:B19,SUMX(C2:C19),SUMX(E2:E19)),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" ], "Level": "hard", "Question": "what is the nation when the gold is 1 and bronze is larger than 0?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1", "*", "CHOOSECOLS(", "query1", "3", ">", "0" ] } ]
train_2-10929638-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "China", "7", "4", "1", "12" ], [ "3", "2", "Russia", "2", "4", "4", "10" ], [ "4", "3", "Thailand", "1", "3", "1", "5" ], [ "5", "4", "South Korea", "1", "2", "0", "2" ], [ "6", "5", "Azerbaijan", "1", "0", "0", "1" ], [ "7", "5", "Chinese Taipei", "1", "0", "0", "1" ], [ "8", "5", "Iran", "1", "0", "0", "1" ], [ "9", "5", "Kazakhstan", "1", "0", "0", "1" ], [ "10", "9", "Romania", "0", "1", "1", "2" ], [ "11", "10", "Moldova", "0", "1", "0", "1" ], [ "12", "11", "Qatar", "0", "0", "2", "2" ], [ "13", "12", "Bulgaria", "0", "0", "1", "1" ], [ "14", "12", "Dominican Republic", "0", "0", "1", "1" ], [ "15", "12", "France", "0", "0", "1", "1" ], [ "16", "12", "Slovakia", "0", "0", "1", "1" ], [ "17", "12", "United States", "0", "0", "1", "1" ], [ "18", "12", "Vietnam", "0", "0", "1", "1" ], [ "19", "Total", "Total", "15", "15", "15", "45" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"叉焼\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"叉焼\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the Japanese characters for the Chinese word 叉焼?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"叉焼\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"mahjong\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"mahjong\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What language did the word that means mahjong first come from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mahjong\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"mandarin\")*(B1=\"ūroncha\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(F2:F6=\"mandarin\")*(B2:B6=\"ūroncha\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Romanization of the Mandarin word whose Rōmaji is ūroncha", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"mandarin\"", "*", "B1", "=", "\"ūroncha\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"mahjong\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"mahjong\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What language did the word mahjong originate from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"mahjong\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"chāshū\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"chāshū\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the Chinese characters for the word that has a Rōmaji of chāshū?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"chāshū\"", "4" ] } ]
train_2-16851-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Japanese", "Rōmaji", "Meaning", "Chinese", "Romanization", "Source language" ], [ "2", "マージャン", "mājan", "mahjong", "麻將", "májiàng", "Mandarin" ], [ "3", "ウーロン茶", "ūroncha", "Oolong tea", "烏龍茶", "wūlóngchá", "Mandarin" ], [ "4", "チャーハン", "chāhan", "fried rice", "炒飯", "chǎofàn", "Mandarin" ], [ "5", "チャーシュー", "chāshū", "barbecued pork", "叉焼", "cha siu", "Cantonese" ], [ "6", "シューマイ", "shūmai", "a form of dim sum", "焼賣", "siu maai", "Cantonese" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score of the Home team of geelong?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"geelong\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Away team has a Home team of south melbourne?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"south melbourne\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Away team has a Venue of arden street oval?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"arden street oval\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"scg\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"scg\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Away team score has a Venue of scg?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"scg\"", "4" ] } ]
train_2-10823950-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Carlton", "12.15 (87)", "Collingwood", "22.12 (144)", "Princes Park", "36,506", "2 May 1981" ], [ "3", "Richmond", "10.19 (79)", "Hawthorn", "23.16 (154)", "MCG", "45,750", "2 May 1981" ], [ "4", "North Melbourne", "27.17 (179)", "Fitzroy", "19.12 (126)", "Arden Street Oval", "16,210", "2 May 1981" ], [ "5", "Footscray", "13.13 (91)", "Essendon", "12.11 (83)", "Western Oval", "19,264", "2 May 1981" ], [ "6", "South Melbourne", "15.13 (103)", "St Kilda", "13.15 (93)", "VFL Park", "27,172", "2 May 1981" ], [ "7", "Geelong", "22.21 (153)", "Melbourne", "16.8 (104)", "SCG", "11,077", "3 May 1981" ] ]
[ { "Formula": "SUM(FILTER(G1, A1=6))", "Formula2": "SUM(FILTER(G2:G13, A2:A13=6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is scored with the position of 6?", "Tokens": [ "SUM(", "FILTER(", "G1", "A1", "=", "6" ] }, { "Formula": "SUMIFS(F1,B1,\"Tembetary\")", "Formula2": "SUMIFS(F2:F13,B2:B13,\"Tembetary\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many losses are there for team tembetary?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"Tembetary\"" ] }, { "Formula": "SUM(FILTER(D1, I1=24))", "Formula2": "SUM(FILTER(D2:D13, I2:I13=24))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many wins have 24 points?", "Tokens": [ "SUM(", "FILTER(", "D1", "I1", "=", "24" ] }, { "Formula": "SUM(D1)", "Formula2": "SUM(D2:D13)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many wins?", "Tokens": [ "SUM(", "D1" ] } ]
train_1-18703133-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Team", "Played", "Wins", "Draws P.K. Wins / P.K. Losses", "Losses", "Scored", "Conceded", "Points" ], [ "2", "1", "Cerro Corá", "12", "8", "1/2", "1", "22", "11", "28" ], [ "3", "2", "Guaraní", "12", "6", "1/4", "1", "22", "16", "24" ], [ "4", "3", "San Lorenzo", "12", "5", "2/1", "4", "13", "10", "20" ], [ "5", "4", "Sportivo Luqueño", "12", "4", "3/2", "3", "18", "16", "20" ], [ "6", "5", "Olimpia", "12", "4", "4/0", "4", "18", "16", "20" ], [ "7", "6", "Atl. Colegiales", "12", "4", "3/2", "3", "18", "18", "20" ], [ "8", "7", "Cerro Porteño", "12", "4", "1/4", "3", "15", "13", "18" ], [ "9", "8", "Nacional", "12", "4", "1/2", "5", "14", "23", "16" ], [ "10", "9", "Tembetary", "12", "4", "1/2", "5", "31", "27", "16" ], [ "11", "10", "Sport Colombia", "12", "3", "1/3", "5", "20", "19", "14" ], [ "12", "11", "Presidente Hayes", "12", "3", "2/1", "6", "13", "18", "14" ], [ "13", "12", "Sol de América", "12", "3", "1/1", "7", "11", "15", "12" ] ]
[ { "Formula": "SUM(FILTER(D1, G1>42))", "Formula2": "SUM(FILTER(D2:D6, G2:G6>42))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "for a Goals Against greater than 42 what is the number of losses?", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", ">", "42" ] }, { "Formula": "SUM(FILTER(D1, (B1=8)*(F1<48)))", "Formula2": "SUM(FILTER(D2:D6, (B2:B6=8)*(F2:F6<48)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "for goals less than 48 and 8 games played what is the count of losses?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "8", "*", "F1", "<", "48" ] }, { "Formula": "SUM(FILTER(D1, (G1>39)*(C1<4)))", "Formula2": "SUM(FILTER(D2:D6, (G2:G6>39)*(C2:C6<4)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "what is the number of losses with wins less than 4 and goals against more than 39?", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", ">", "39", "*", "C1", "<", "4" ] } ]
test_2-12317436-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Games Played", "Wins", "Losses", "Ties", "Goals For", "Goals Against" ], [ "2", "Smiths Falls Seniors", "7", "7", "0", "0", "35", "13" ], [ "3", "Ottawa Victorias", "8", "4", "4", "0", "48", "42" ], [ "4", "Brockville HC", "7", "3", "4", "0", "55", "32" ], [ "5", "Cornwall HC", "6", "2", "4", "0", "16", "30" ], [ "6", "Montreal Montagnards", "4", "0", "4", "0", "2", "39" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"super mario all-stars\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"super mario all-stars\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the platform of Super Mario All-Stars?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"super mario all-stars\"", "6" ] } ]
train_2-18590048-1
[ [ "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" ], [ "11", "10", "Final Fantasy VII", "31 January 1997", "Final Fantasy", "SquareSoft", "PlayStation", "9.72" ] ]
[ { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A7)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many players are on this list?", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=1999),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=1999),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who won the French Open in 1999?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "1999", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=1937),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=1937),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who won the US Open in 1937?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "1937", "2" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Roy Emerson\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D7, B2:B7=\"Roy Emerson\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many times did Roy Emerson win the Australian Open?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Roy Emerson\"" ] }, { "Formula": "SUMIFS(C1,B1,\"Roy Emerson\")", "Formula2": "SUMIFS(C2:C7,B2:B7,\"Roy Emerson\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "At what age did Roy Emerson complete the Grand Slam?", "Tokens": [ "SUMIFS(", "C1", "B1", "\"Roy Emerson\"" ] } ]
train_1-197638-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "#", "Player", "Age", "Australian Open", "French Open", "Wimbledon", "US Open" ], [ "2", "1", "Fred Perry", "26", "1934", "1935", "1934", "1933" ], [ "3", "2", "Don Budge", "23", "1938", "1938", "1937", "1937" ], [ "4", "3", "Rod Laver", "24", "1960", "1962", "1961", "1962" ], [ "5", "4", "Roy Emerson", "27", "1961", "1963", "1964", "1961" ], [ "6", "5", "Andre Agassi", "29", "1995", "1999", "1992", "1994" ], [ "7", "6", "Roger Federer", "27", "2004", "2009", "2003", "2004" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"3–2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"3–2\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the loss of the game when the record was 3–2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"3–2\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"shields (1–1)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"shields (1–1)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the opponent at the game that had a loss of Shields (1–1)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"shields (1–1)\"", "2" ] } ]
train_2-12238001-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Opponent", "Score", "Loss", "Record", "Stadium" ], [ "2", "October 4", "Yankees", "4–2", "Colón (0–1)", "0–1", "Angel Stadium of Anaheim" ], [ "3", "October 5", "Yankees", "5–3", "Wang (0–1)", "1–1", "Angel Stadium of Anaheim" ], [ "4", "October 7", "@ Yankees", "11–7", "Small (0–1)", "2–1", "Yankee Stadium" ], [ "5", "October 8", "@ Yankees", "Postponed (rain); Rescheduled for October 9", "Postponed (rain); Rescheduled for October 9", "2–1", "Yankee Stadium" ], [ "6", "October 9", "@ Yankees", "3–2", "Shields (1–1)", "2–2", "Yankee Stadium" ], [ "7", "October 10", "Yankees", "5–3", "Mussina (1–1)", "3–2", "Angel Stadium of Anaheim" ] ]
[ { "Formula": "MAX(FILTER(E1, D1<0))", "Formula2": "MAX(FILTER(E2:E12, D2:D12<0))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the best top 10 when there are fewer than 0 wins?", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "<", "0" ] } ]
train_2-18198579-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Year", "Tournaments played", "Cuts made*", "Wins", "Top 10s", "Best finish", "Earnings ( $ )", "Money list rank", "Scoring average", "Scoring rank" ], [ "2", "2004", "2", "1", "0", "1", "T8", "n/a", "n/a", "72.60", "n/a" ], [ "3", "2005", "2", "1", "0", "1", "5", "n/a", "n/a", "71.00", "n/a" ], [ "4", "2006", "2", "2", "0", "0", "T35", "5,406", "n/a", "73.86", "n/a" ], [ "5", "2007", "26", "18", "0", "2", "T2", "380,263", "37", "73.19", "72" ], [ "6", "2008", "26", "22", "1", "7", "1", "1,138,370", "8", "71.78", "26" ], [ "7", "2009", "23", "16", "0", "2", "T5", "271,303", "50", "72.55", "67" ], [ "8", "2010", "19", "19", "0", "11", "2", "825,477", "11", "70.83", "9" ], [ "9", "2011", "16", "15", "0", "3", "T6", "365,231", "31", "72.00", "27" ], [ "10", "2012", "24", "23", "2", "12", "1", "2,287,080", "1", "70.21", "1" ], [ "11", "2013", "21", "20", "6", "9", "1", "2,335,460", "1", "69.934", "3" ], [ "12", "Totals", "161", "137", "9", "46", "n/a", "7,603,184", "n/a", "n/a", "n/a" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"tackle\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<87))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"tackle\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<87))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What college has a pick smaller than 87 for the position of tackle?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"tackle\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "87" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=85))", "Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=85))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What college had the pick of 85?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "85" ] } ]
train_2-18652198-11
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "81", "Denver Broncos", "Tom Vaughn Category:Articles with hCards", "Defensive back", "Iowa State" ], [ "3", "82", "Houston Oilers", "Kent McCloughan Category:Articles with hCards", "Cornerback", "Nebraska" ], [ "4", "83", "Oakland Raiders", "Bill Minor Category:Articles with hCards", "Linebacker", "Illinois" ], [ "5", "84", "New York Jets", "Jim Gray Category:Articles with hCards", "Defensive back", "Toledo" ], [ "6", "85", "Kansas City Chiefs", "Al Piraino Category:Articles with hCards", "Tackle", "Wisconsin" ], [ "7", "86", "San Diego Chargers", "Veran Smith Category:Articles with hCards", "Guard", "Utah State" ], [ "8", "87", "Boston Patriots", "John Frechette Category:Articles with hCards", "Tackle", "Boston College" ], [ "9", "88", "Buffalo Bills", "Doug Goodwin Category:Articles with hCards", "Running back", "Maryland Eastern Shore" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(F1, E1=\"Charlie Day\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F7, E2:E7=\"Charlie Day\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "On how many different dates was the episode written by Charlie Day aired for the first time?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "E1", "=", "\"Charlie Day\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"IP02009\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"IP02009\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who are the writers of the episode with production code IP02009?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"IP02009\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Mac Bangs Dennis' Mom\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"Mac Bangs Dennis' Mom\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who are the writers of the episode titled \"Mac Bangs Dennis' Mom\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Mac Bangs Dennis' Mom\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"IP02003\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"IP02003\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many different titles does the episode with production code IP02003 have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"IP02003\"", "3" ] } ]
train_1-29273115-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code" ], [ "2", "10", "3", "\" Dennis and Dee Go on Welfare \"", "Dan Attias", "Rob McElhenney", "July6,2006", "IP02004" ], [ "3", "11", "4", "\"Mac Bangs Dennis' Mom\"", "Dan Attias", "Charlie Day & Glenn Howerton", "July6,2006", "IP02005" ], [ "4", "12", "5", "\" Hundred Dollar Baby \"", "Dan Attias", "Charlie Day, Glenn Howerton and Rob McElhenney", "July13,2006", "IP02007" ], [ "5", "13", "6", "\" The Gang Gives Back \"", "Dan Attias", "Charlie Day", "July20,2006", "IP02003" ], [ "6", "14", "7", "\" The Gang Exploits a Miracle \"", "Dan Attias", "Charlie Day, Eric Falconer and Chris Romano", "July27,2006", "IP02009" ], [ "7", "15", "8", "\" The Gang Runs for Office \"", "Dan Attias", "David Hornsby", "August3,2006", "IP02006" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(D1, F1=\"Barons Riga\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D12, F2:F12=\"Barons Riga\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many players currently play for Barons Riga?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "F1", "=", "\"Barons Riga\"" ] }, { "Formula": "SUM(FILTER(C1, A1=10))", "Formula2": "SUM(FILTER(C2:C12, A2:A12=10))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How tall was Player #10?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "10" ] }, { "Formula": "MIN(E1)", "Formula2": "MIN(E2:E12)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "What is the earliest any of these players were born?", "Tokens": [ "MIN(", "E1" ] }, { "Formula": "SUM(FILTER(A1, C1=2.1))", "Formula2": "SUM(FILTER(A2:A12, C2:C12=2.1))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which player number is 2.10 meters tall?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "2.1" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=2.12))", "Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(C2:C12)),FILTER(query1,CHOOSECOLS(query1,2)=2.12))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What position was played by the player who was 2.12 meters tall?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2.12" ] } ]
test_1-12962773-10
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No", "Player", "Height", "Position", "Year born", "Current Club" ], [ "2", "4", "Rimantas Kaukėnas", "1.92", "Guard", "1977", "Montepaschi Siena" ], [ "3", "5", "Giedrius Gustas", "1.90", "Guard", "1980", "Barons Riga" ], [ "4", "6", "Jonas Mačiulis", "2.00", "Forward", "1985", "Žalgiris Kaunas" ], [ "5", "7", "Darjuš Lavrinovič", "2.12", "Center", "1979", "UNICS Kazan" ], [ "6", "8", "Ramūnas Šiškauskas", "1.98", "Guard", "1978", "CSKA Moscow" ], [ "7", "9", "Darius Songaila", "2.04", "Forward", "1978", "Washington Wizards" ], [ "8", "10", "Simas Jasaitis", "2.00", "Forward", "1982", "TAU Cerámica" ], [ "9", "11", "Linas Kleiza", "2.03", "Forward", "1985", "Denver Nuggets" ], [ "10", "12", "Kšyštof Lavrinovič", "2.10", "Center", "1979", "Montepaschi Siena" ], [ "11", "13", "Šarūnas Jasikevičius", "1.92", "Guard", "1976", "Golden State Warriors" ], [ "12", "14", "Paulius Jankūnas", "2.05", "Forward", "1984", "Žalgiris Kaunas" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"9 february 1988\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"9 february 1988\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team on 9 February 1988?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"9 february 1988\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"everton\")*(E1=\"30 january 1988\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,(B2:B20=\"everton\")*(E2:E20=\"30 january 1988\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team on 30 January 1988, when the home team was Everton?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"everton\"", "*", "E1", "=", "\"30 january 1988\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,A2:A20=2),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "On which date was the Tie no 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"manchester united\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"manchester united\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Tie no when Manchester United was the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"manchester united\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=9),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,A2:A20=9),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the score when the Tie no was 9?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "9", "3" ] } ]
train_2-17751827-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Blackpool", "1–1", "Manchester City", "30 January 1988" ], [ "3", "Replay", "Manchester City", "2–1", "Blackpool", "3 February 1988" ], [ "4", "2", "Aston Villa", "0–2", "Liverpool", "31 January 1988" ], [ "5", "3", "Luton Town", "2–1", "Southampton", "30 January 1988" ], [ "6", "4", "Everton", "1–1", "Middlesbrough", "30 January 1988" ], [ "7", "Replay", "Middlesbrough", "2–2", "Everton", "3 February 1988" ], [ "8", "Replay", "Everton", "2–1", "Middlesbrough", "9 February 1988" ], [ "9", "5", "Newcastle United", "5–0", "Swindon Town", "30 January 1988" ], [ "10", "6", "Queens Park Rangers", "3–1", "West Ham United", "30 January 1988" ], [ "11", "7", "Barnsley", "0–2", "Birmingham City", "30 January 1988" ], [ "12", "8", "Coventry City", "0–1", "Watford", "30 January 1988" ], [ "13", "9", "Portsmouth", "2–1", "Sheffield United", "1 February 1988" ], [ "14", "10", "Brighton & Hove Albion", "1–2", "Arsenal", "30 January 1988" ], [ "15", "11", "Manchester United", "2–0", "Chelsea", "30 January 1988" ], [ "16", "12", "Plymouth Argyle", "1–0", "Shrewsbury Town", "30 January 1988" ], [ "17", "13", "Bradford City", "4–2", "Oxford United", "30 January 1988" ], [ "18", "14", "Mansfield Town", "1–2", "Wimbledon", "30 January 1988" ], [ "19", "15", "Port Vale", "2–1", "Tottenham Hotspur", "30 January 1988" ], [ "20", "16", "Leyton Orient", "1–2", "Nottingham Forest", "30 January 1988" ] ]
[ { "Formula": "SUM(FILTER(F1,G1=\"0-2-2\"))", "Formula2": "SUM(FILTER(F2:F10,G2:G10=\"0-2-2\"))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the attendance when their record stood at 0-2-2?", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "=", "\"0-2-2\"" ] } ]
dev_2-17360840-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "1", "October 4", "New York Rangers", "1 - 2", "Prague †", "17,085", "0-1-0", "0" ], [ "3", "2", "October 5", "New York Rangers", "1 - 2", "Prague‡", "17,085", "0-2-0", "0" ], [ "4", "3", "October 11", "Carolina Hurricanes", "3 - 4 OT", "St. Pete Times Forum", "18,552", "0-2-1", "1" ], [ "5", "4", "October 16", "New York Islanders", "3 - 4 OT", "St. Pete Times Forum", "14,420", "0-2-2", "2" ], [ "6", "5", "October 18", "Minnesota Wild", "0 - 1 SO", "St. Pete Times Forum", "15,191", "0-2-3", "3" ], [ "7", "6", "October 21", "Atlanta Thrashers", "3 - 2 OT", "St. Pete Times Forum", "13,922", "1-2-3", "5" ], [ "8", "7", "October 25", "San Jose Sharks", "0 - 3", "St. Pete Times Forum", "16,831", "1-3-3", "5" ], [ "9", "8", "October 28", "Toronto Maple Leafs", "3 - 2", "Air Canada Centre", "19,348", "2-3-3", "7" ], [ "10", "9", "October 30", "Buffalo Sabres", "5 - 2", "HSBC Arena", "18,690", "3-3-3", "9" ] ]