t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"pga championship\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"pga championship\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the winning score in the PGA Championship?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"pga championship\"", "4" ] } ]
train_2-13026799-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Championship", "54 holes", "Winning score", "Margin" ], [ "2", "1. 1962", "U.S. Open", "2 shot deficit", "−1 (72-70-72-69=283)", "Playoff 1" ], [ "3", "2. 1963", "Masters Tournament", "1 shot lead", "−2 (74-66-74-72=286)", "1 stroke" ], [ "4", "3. 1963", "PGA Championship", "3 shot deficit", "−5 (69-73-69-68=279)", "2 strokes" ], [ "5", "4. 1965", "Masters Tournament (2)", "5 shot lead", "−17 (67-71-64-69=271)", "9 strokes" ], [ "6", "5. 1966", "Masters Tournament (3)", "Tied for lead", "E (68-76-72-72=288)", "Playoff 2" ], [ "7", "6. 1966", "The Open Championship", "2 shot deficit", "−2 (70-67-75-70=282)", "1 stroke" ], [ "8", "7. 1967", "U.S. Open (2)", "1 shot deficit", "−5 (71-67-72-65=275)", "4 strokes" ], [ "9", "8. 1970", "The Open Championship (2)", "2 shot deficit", "−5 (68-69-73-73=283)", "Playoff 3" ], [ "10", "9. 1971", "PGA Championship (2)", "4 shot lead", "−7 (69-69-70-73=281)", "2 strokes" ], [ "11", "10. 1972", "Masters Tournament (4)", "1 shot lead", "−2 (68-71-73-74=286)", "3 strokes" ], [ "12", "11. 1972", "U.S. Open (3)", "1 shot lead", "+2 (71-73-72-74=290)", "3 strokes" ], [ "13", "12. 1973", "PGA Championship (3)", "1 shot lead", "−7 (72-68-68-69=277)", "4 strokes" ], [ "14", "13. 1975", "Masters Tournament (5)", "1 shot deficit", "−12 (68-67-73-68=276)", "1 stroke" ], [ "15", "14. 1975", "PGA Championship (4)", "4 shot lead", "−4 (70-68-67-71=276)", "2 strokes" ], [ "16", "15. 1978", "The Open Championship (3)", "1 shot deficit", "−7 (71-72-69-69=281)", "2 strokes" ], [ "17", "16. 1980", "U.S. Open (4)", "Tied for lead", "−8 (63-71-70-68=272)", "2 strokes" ], [ "18", "17. 1980", "PGA Championship (5)", "3 shot lead", "−6 (70-69-66-69=274)", "7 strokes" ], [ "19", "18. 1986", "Masters Tournament (6)", "4 shot deficit", "−9 (74-71-69-65=279)", "1 stroke" ] ]
[ { "Formula": "MIN(FILTER(G1,(B1>172)*(C1=\"croagh patrick\")*(E1<1939)))", "Formula2": "MIN(FILTER(G2:G9,(B2:B9>172)*(C2:C9=\"croagh patrick\")*(E2:E9<1939)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the smallest withdrawn value with a GNRI greater than 172, name of Croagh Patrick and was rebuilt before 1939?", "Tokens": [ "MIN(", "FILTER(", "G1", "B1", ">", "172", "*", "C1", "=", "\"croagh patrick\"", "*", "E1", "<", "1939" ] } ]
dev_2-11941480-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Class", "GNRI No.", "Name", "BP serial No.", "Rebuilt", "1958", "Withdrawn" ], [ "2", "S", "170", "Errigal", "5628", "1939", "CIÉ 170N", "1965" ], [ "3", "S", "171", "Slieve Gullion", "5629", "1938", "CIÉ 171N", "1965" ], [ "4", "S", "172", "Slieve Donard", "5630", "1938", "UTA 60", "1965" ], [ "5", "S", "173", "Galtee More", "5631", "1938", "UTA 61", "1964" ], [ "6", "S", "174", "Carrantuohill", "5632", "1939", "CIÉ 174N", "1965" ], [ "7", "S2", "190", "Lugnaquilla", "5901", "1939", "UTA 62", "1965" ], [ "8", "S2", "191", "Croagh Patrick", "5902", "1939", "CIÉ 191N", "1960" ], [ "9", "S2", "192", "Slievenamon", "5903", "1938", "UTA 63", "1965" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t8\")*(B1=\"scott hoch\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(A2:A14=\"t8\")*(B2:B14=\"scott hoch\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is T8 Place Player Scott Hoch's Score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t8\"", "*", "B1", "=", "\"scott hoch\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"67-76-74-67=284\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"67-76-74-67=284\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Place of the Player with a Score of 67-76-74-67=284?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"67-76-74-67=284\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"69-71-69-72=281\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"69-71-69-72=281\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Money of the Player with a Score of 69-71-69-72=281?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"69-71-69-72=281\"", "6" ] } ]
train_2-17129548-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Hale Irwin", "United States", "69-70-74-67=280", "–8", "Playoff" ], [ "3", "1", "Mike Donald", "United States", "67-70-72-71=280", "–8", "Playoff" ], [ "4", "T3", "Billy Ray Brown", "United States", "69-71-69-72=281", "–7", "56,878" ], [ "5", "T3", "Nick Faldo", "England", "72-72-68-69=281", "–7", "56,878" ], [ "6", "T5", "Mark Brooks", "United States", "68-70-72-73=283", "–5", "33,271" ], [ "7", "T5", "Greg Norman", "Australia", "72-73-69-69=283", "–5", "33,271" ], [ "8", "T5", "Tim Simpson", "United States", "66-69-75-73=283", "–5", "33,271" ], [ "9", "T8", "Scott Hoch", "United States", "70-73-69-72=284", "–4", "22,236" ], [ "10", "T8", "Steve Jones", "United States", "67-76-74-67=284", "–4", "22,236" ], [ "11", "T8", "José María Olazábal", "Spain", "73-69-69-73=284", "–4", "22,236" ], [ "12", "T8", "Tom Sieckmann", "United States", "70-74-68-72=284", "–4", "22,236" ], [ "13", "T8", "Craig Stadler", "United States", "71-70-72-71=284", "–4", "22,236" ], [ "14", "T8", "Fuzzy Zoeller", "United States", "73-70-68-73=284", "–4", "22,236" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"carlton\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"carlton\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Carlton's score when they were the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"carlton\"", "4" ] }, { "Formula": "SUMIFS(F1,D1,\"11.8 (74)\")", "Formula2": "SUMIFS(F2:F7,D2:D7,\"11.8 (74)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the sum of the crowds in the matches where the away team scored 11.8 (74)?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"11.8 (74)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"corio oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"corio oval\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the away team that played at Corio Oval?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"corio oval\"", "3" ] } ]
train_2-10766119-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "13.8 (86)", "St Kilda", "11.8 (74)", "MCG", "16,870", "26 May 1928" ], [ "3", "Footscray", "17.19 (121)", "Hawthorn", "7.3 (45)", "Western Oval", "14,000", "26 May 1928" ], [ "4", "Essendon", "10.8 (68)", "Richmond", "7.19 (61)", "Windy Hill", "20,000", "26 May 1928" ], [ "5", "Collingwood", "12.12 (84)", "North Melbourne", "6.9 (45)", "Victoria Park", "25,000", "26 May 1928" ], [ "6", "Geelong", "19.8 (122)", "Fitzroy", "2.27 (39)", "Corio Oval", "11,000", "26 May 1928" ], [ "7", "South Melbourne", "12.10 (82)", "Carlton", "12.13 (85)", "Lake Oval", "28,000", "26 May 1928" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"burleigh sullivan\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"burleigh sullivan\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the length of the film with Burleigh Sullivan as the character?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"burleigh sullivan\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"milkman turned prizefighter\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"milkman turned prizefighter\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the length of the film with the character type being a milkman turned prizefighter?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"milkman turned prizefighter\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"phyllis welch\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"phyllis welch\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the character name that has phyllis welch as the leading lady?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"phyllis welch\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"phyllis welch\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"phyllis welch\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who directed the film that had phyllis welch as the leading lady?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"phyllis welch\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"july 29, 1938\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"july 29, 1938\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the character name for the film with a release date of July 29, 1938?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"july 29, 1938\"", "4" ] } ]
test_2-14069895-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Release date", "Length", "Director(s)", "Character name", "Character type", "Leading lady" ], [ "2", "October 12, 1929", "10297ft. 115 min.", "Mal St. Clair Clyde Bruckman", "Harold Bledsoe", "Industrious Detective", "Barbara Kent" ], [ "3", "November 8, 1930", "8130ft. 90 min.", "Clyde Bruckman", "Harold Horne", "Ambitious Fumbler", "Barbara Kent" ], [ "4", "September 23, 1932", "8852ft. 98 min.", "Clyde Bruckman", "Harold Hall", "Meek Fumbler", "Constance Cummings" ], [ "5", "August 7, 1934", "9157ft. 102 min.", "Sam Taylor", "Ezekiel Cobb", "Missionary turned Reformer", "Una Merkel Grace Bradley" ], [ "6", "March 25, 1936", "8010ft. 89 min.", "Leo McCarey", "Burleigh Sullivan", "Milkman turned Prizefighter", "Verree Teasdale Helen Mack Dorothy Wilson" ], [ "7", "July 29, 1938", "8550ft. 93 min.", "Elliott Nugent", "Prof. Dean Lambert", "Fumbling Professor", "Phyllis Welch" ], [ "8", "April 4, 1947", "8010ft. 89 min.", "Preston Sturges", "Harold Diddlebock", "Clerk turned Promotor", "Frances Ramsden" ], [ "9", "October 28, 1950", "6930ft. 76 min.", "Preston Sturges", "Harold Diddlebock", "Clerk turned Promotor", "Frances Ramsden" ] ]
[ { "Formula": "SUMIFS(D1,B1,\"kangaroos\")", "Formula2": "SUMIFS(D2:D8,B2:B8,\"kangaroos\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many Premierships have Nicknamed of kangaroos?", "Tokens": [ "SUMIFS(", "D1", "B1", "\"kangaroos\"" ] } ]
test_2-18976008-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Nickname", "Years in Competition", "No. of Premierships", "Premiership Years" ], [ "2", "Beulah", "Blues", "1997-", "5", "2000, 2003-04-05, 2010" ], [ "3", "Hopetoun", "Devils", "1997-", "0", "None" ], [ "4", "Jeparit - Rainbow", "Lakers", "1997-", "1", "1997" ], [ "5", "Ouyen United", "Demons", "1997-", "3", "1998, 2006, 2011" ], [ "6", "Sea Lake - Nandaly", "Tigers", "2003-", "1", "2009" ], [ "7", "Walpeup - Underbool", "Kangaroos", "1997-", "4", "2001, 2007-08, 2012" ], [ "8", "Woomelang - Lascelles", "Cats", "1997-", "1", "2013" ] ]
[ { "Formula": "MIN(FILTER(I1, (E1<16)*(F1>14)))", "Formula2": "MIN(FILTER(I2:I7, (E2:E7<16)*(F2:F7>14)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What are the smallest goals with wins smaller than 16, and a Draws larger than 14?", "Tokens": [ "MIN(", "FILTER(", "I1", "E1", "<", "16", "*", "F1", ">", "14" ] }, { "Formula": "AVERAGE(FILTER(E1, (D1=\"42-2\")*(I1=67)*(C1<44)))", "Formula2": "AVERAGE(FILTER(E2:E7, (D2:D7=\"42-2\")*(I2:I7=67)*(C2:C7<44)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What are the average wins with a Points of 42-2, and Goals against of 67, and Played smaller than 44?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "D1", "=", "\"42-2\"", "*", "I1", "=", "67", "*", "C1", "<", "44" ] }, { "Formula": "AVERAGE(FILTER(E1, (B1=\"barcelona atlètic\")*(H1>56)))", "Formula2": "AVERAGE(FILTER(E2:E7, (B2:B7=\"barcelona atlètic\")*(H2:H7>56)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which average wins have a Club of barcelona atlètic, and Goals for larger than 56?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "B1", "=", "\"barcelona atlètic\"", "*", "H1", ">", "56" ] }, { "Formula": "MIN(FILTER(A1, (I1<78)*(D1=\"42-2\")*(E1>15)))", "Formula2": "MIN(FILTER(A2:A7, (I2:I7<78)*(D2:D7=\"42-2\")*(E2:E7>15)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which lowest position has goals against smaller than 78, Points of 42-2, and Wins larger than 15?", "Tokens": [ "MIN(", "FILTER(", "A1", "I1", "<", "78", "*", "D1", "=", "\"42-2\"", "*", "E1", ">", "15" ] }, { "Formula": "MIN(FILTER(C1, (A1=2)*(I1>53)))", "Formula2": "MIN(FILTER(C2:C7, (A2:A7=2)*(I2:I7>53)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which lowest played has a Position of 2, and Goals against larger than 53?", "Tokens": [ "MIN(", "FILTER(", "C1", "A1", "=", "2", "*", "I1", ">", "53" ] }, { "Formula": "SUM(FILTER(J1, C1>44))", "Formula2": "SUM(FILTER(J2:J7, C2:C7>44))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many goal differences have Played larger than 44?", "Tokens": [ "SUM(", "FILTER(", "J1", "C1", ">", "44" ] } ]
train_2-12109851-6
[ [ "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", "Barcelona Atlètic", "44", "42-2", "16", "10", "18", "56", "58", "-2" ], [ "3", "2", "UE Figueres", "44", "42-2", "15", "12", "17", "59", "53", "+6" ], [ "4", "3", "Cartagena FC", "44", "42-2", "14", "14", "16", "52", "67", "-15" ], [ "5", "4", "Real Oviedo", "44", "40-4", "13", "14", "17", "50", "64", "-14" ], [ "6", "5", "Castilla CF", "44", "33-11", "11", "11", "22", "49", "71", "-22" ], [ "7", "6", "Jerez Deportivo", "44", "22-22", "5", "12", "27", "32", "78", "-46" ] ]
[ { "Formula": "SUM(FILTER(F1, (G1>22)*(C1=9)))", "Formula2": "SUM(FILTER(F2:F8, (G2:G8>22)*(C2:C8=9)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which amount of lost had an against of more than 22 and 9 points?", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", ">", "22", "*", "C1", "=", "9" ] }, { "Formula": "SUM(FILTER(C1, D1<12))", "Formula2": "SUM(FILTER(C2:C8, D2:D8<12))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total amount of points when the played number was less than 12?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "<", "12" ] }, { "Formula": "MAX(FILTER(C1, H1=12))", "Formula2": "MAX(FILTER(C2:C8, H2:H8=12))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the largest points number where the difference is 12?", "Tokens": [ "MAX(", "FILTER(", "C1", "H1", "=", "12" ] }, { "Formula": "SUM(FILTER(C1, (F1=3)*(D1>12)))", "Formula2": "SUM(FILTER(C2:C8, (F2:F8=3)*(D2:D8>12)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total number of points where there were 3 losses and a played number bigger than 12?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "3", "*", "D1", ">", "12" ] } ]
test_2-15354254-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Portuguesa", "21", "12", "1", "1", "14", "40" ], [ "3", "2", "Ypiranga-SP", "19", "12", "1", "2", "20", "12" ], [ "4", "3", "EC São Caetano", "15", "12", "3", "3", "22", "4" ], [ "5", "4", "Tremembé", "9", "12", "5", "5", "25", "- 14" ], [ "6", "5", "1º de Maio", "8", "12", "2", "7", "26", "- 10" ], [ "7", "6", "Humberto Primo", "6", "12", "2", "8", "30", "- 13" ], [ "8", "7", "Ordem e Progresso", "6", "12", "0", "9", "40", "- 19" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=2003)*(C1=\"rap\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=2003)*(C2:C9=\"rap\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the title of Ashanti's 2003 rap song?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2003", "*", "C1", "=", "\"rap\"", "4" ] } ]
train_2-11513665-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Category", "Genre", "Title", "Result" ], [ "2", "2003", "Best New Artist", "General", "\"Ashanti\"", "Nominated" ], [ "3", "2003", "Best Contemporary R&B Album", "R&B", "Ashanti", "Won" ], [ "4", "2003", "Best Rap/Sung Collaboration", "Rap", "\"Always on Time\"", "Nominated" ], [ "5", "2003", "Best Rap/Sung Collaboration", "Rap", "\"What's Luv\"", "Nominated" ], [ "6", "2003", "Best Female R&B Vocal Performance", "R&B", "\"Foolish\"", "Nominated" ], [ "7", "2004", "Best Female R&B Vocal Performance", "R&B", "\"Rain On Me\"", "Nominated" ], [ "8", "2004", "Best R&B Song", "R&B", "\"Rock Wit U (Awww Baby)\"", "Nominated" ], [ "9", "2004", "Best Contemporary R&B Album", "R&B", "Chapter II", "Nominated" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1991)*(B1=\"iva\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11>1991)*(B2:B11=\"iva\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Score after 1991 in Category IVA?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1991", "*", "B1", "=", "\"iva\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2002),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=2002),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the Score in 2002?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2002", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1<1995),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11<1995),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "Num" ], "Level": "medium", "Question": "What was the Category before 1995?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1995", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1991)*(E1=\"7-5, 6-7, 6-2\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11>1991)*(E2:E11=\"7-5, 6-7, 6-2\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Category after 1991 with a Score of 7-5, 6-7, 6-2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1991", "*", "E1", "=", "\"7-5, 6-7, 6-2\"", "2" ] } ]
train_2-16157440-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Category", "Champions", "Runners-up", "Score" ], [ "2", "1991", "V", "Laura Golarsa Magdalena Maleeva", "Sandra Cecchini Laura Garrone", "walkover" ], [ "3", "1995", "III", "Mercedes Paz Rene Simpson", "Laura Golarsa Irina Spîrlea", "7-5, 6-2" ], [ "4", "1996", "IV", "Laura Montalvo Paola Suárez", "Alexia Dechaume Alexandra Fusai", "6-7, 6-3, 6-4" ], [ "5", "1997", "IV", "Laura Montalvo Henrieta Nagyová", "María José Gaidano Marion Maruska", "6-3, 6-1" ], [ "6", "1998", "IVa", "Laura Montalvo Paola Suárez", "Joannette Kruger Mirjana Lučić", "walkover" ], [ "7", "1999", "IV", "Jelena Kostanić Michaela Paštiková", "Meghann Shaughnessy Andreea Vanc", "7-5, 6-7, 6-2" ], [ "8", "2000", "III", "Julie Halard Corina Morariu", "Tina Križan Katarina Srebotnik", "6-2, 6-2" ], [ "9", "2001", "III", "María Martínez Anabel Medina", "Nadia Petrova Tina Pisnik", "7-5, 6-4" ], [ "10", "2002", "III", "Tathiana Garbin Angelique Widjaja", "Elena Bovina Henrieta Nagyová", "7-5, 3-6, 6-4" ], [ "11", "2003", "III", "Petra Mandula Patricia Wartusch", "Emmanuelle Gagliardi Patty Schnyder", "6-3, 6-2" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"shabazz muhammad\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"shabazz muhammad\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which college has a Player of shabazz muhammad?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"shabazz muhammad\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"nerlens noel\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"nerlens noel\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How tall is nerlens noel?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"nerlens noel\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"flower mound, tx\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"flower mound, tx\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is from flower mound, tx?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"flower mound, tx\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"shabazz muhammad\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"shabazz muhammad\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where is shabazz muhammad from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"shabazz muhammad\"", "4" ] } ]
train_2-11677760-32
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Height", "School", "Hometown", "College" ], [ "2", "Kyle Anderson", "6'8\"", "St. Anthony High School", "Jersey City, NJ", "UCLA" ], [ "3", "Marcus Smart", "6'4\"", "Edward S. Marcus High School", "Flower Mound, TX", "Oklahoma State" ], [ "4", "Jabari Parker ‡", "6'8\"", "Simeon Career Academy", "Chicago, IL", "Duke" ], [ "5", "Shabazz Muhammad", "6'6\"", "Bishop Gorman High School", "Las Vegas, NV", "UCLA" ], [ "6", "Nerlens Noel", "6'10\"", "Tilton School", "Everett, MA", "Kentucky" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"37-78\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"37-78\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Model had 37-78 seats?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"37-78\"", "1" ] } ]
train_2-12127130-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Model", "Seats", "Period", "Built", "Country" ], [ "2", "Fokker F27 Friendship", "48-56", "1958-1987", "586", "Netherlands" ], [ "3", "Antonov An-24", "52", "1959-1979", "1367", "Ukraine" ], [ "4", "Handley Page Dart Herald", "56", "1959-1968", "50", "United Kingdom" ], [ "5", "Hawker Siddeley HS 748", "40-58", "1962-1988", "380", "United Kingdom" ], [ "6", "NAMC YS-11", "64", "1962–1974", "182", "Japan" ], [ "7", "IAI Arava", "20-24", "1972–1988", "80", "Israel" ], [ "8", "Ilyushin Il-114", "52-64", "1997–present", "14", "Russia" ], [ "9", "de Havilland Canada Dash 7", "50", "1975-1988", "113", "Canada" ], [ "10", "Bombardier Dash 8 and Q400", "37-78", "1983–present", "1110", "Canada" ], [ "11", "ATR 42", "42-50", "1984-present", "422", "France & Italy" ], [ "12", "Fokker 50", "58", "1987-1997", "213", "Netherlands" ], [ "13", "BAe ATP", "64", "1988-1996", "64", "United Kingdom" ], [ "14", "CASA/IPTN CN-235", "44", "1988-present", "230", "Spain & Indonesia" ], [ "15", "ATR 72", "68-74", "1989-present", "611", "France & Italy" ], [ "16", "Antonov An-140", "52", "1997-present", "28", "Ukraine" ], [ "17", "MA60", "66", "2000 - present", "41", "People's Republic of China" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Royal Navy\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"Royal Navy\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "With the Royal Navy as Combatants B, what was the result?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Royal Navy\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Italian Navy\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"Italian Navy\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what conflicts was the Italian Navy Combatants B?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Italian Navy\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Battle of the Yellow Sea\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F19, B2:B19=\"Battle of the Yellow Sea\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many battles resulted in Battle of the Yellow Sea?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"Battle of the Yellow Sea\"" ] } ]
test_1-26977890-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Battles", "Conflict", "Combatants A", "Combatants B", "Result" ], [ "2", "17 September 1894", "Battle of the Yalu River", "First Sino-Japanese War", "Imperial Japanese Navy", "Beiyang Fleet", "Japanese Victory." ], [ "3", "7–12 February 1895", "Battle of Weihaiwei", "First Sino-Japanese War", "Imperial Japanese Navy", "Beiyang Fleet", "Japanese Victory." ], [ "4", "8–9 February 1904", "Battle of Port Arthur", "Russo-Japanese War", "Imperial Japanese Navy", "Russian Navy", "Indecisive." ], [ "5", "10 August 1904", "Battle of the Yellow Sea", "Russo-Japanese War", "Imperial Japanese Navy", "Russian Navy", "Japanese Victory." ], [ "6", "27–28 May 1905", "Battle of Tsushima", "Russo-Japanese War", "Imperial Japanese Navy", "Russian Navy", "Japanese Victory." ], [ "7", "16 December 1912", "Battle of Elli", "First Balkan War", "Greek Navy", "Ottoman Navy", "Greek Victory." ], [ "8", "18 January 1913", "Battle of Lemnos", "First Balkan War", "Greek Navy", "Ottoman Navy", "Greek Victory." ], [ "9", "8–19 August 1915", "Battle of the Gulf of Riga", "World War I", "Kaiserliche Marine", "Russian Navy", "Russian Victory." ], [ "10", "31 May – 1 June 1916", "Battle of Jutland", "World War I", "Kaiserliche Marine", "Royal Navy", "Indecisive." ], [ "11", "16 October – 3 November 1917", "Battle of Moon Sound", "World War I", "Kaiserliche Marine", "Russian Navy", "German Victory." ], [ "12", "3 July 1940", "Battle of Mers-el-Kébir", "World War II", "Royal Navy", "Vichy French Navy", "British Victory." ], [ "13", "9 July 1940", "Battle of Calabria", "World War II", "Royal Navy", "Italian Navy", "Indecisive." ], [ "14", "23–25 September 1940", "Battle of Dakar", "World War II", "Royal Navy", "Vichy French Navy", "Vichy French Victory." ], [ "15", "24 May 1941", "Battle of the Denmark Strait", "World War II", "Royal Navy", "Kriegsmarine", "German Victory." ], [ "16", "26–27 May 1941", "Sinking of the Bismarck", "World War II", "Royal Navy", "Kriegsmarine", "Allied Victory." ], [ "17", "8–16 November 1942", "Battle of Casablanca", "World War II", "United States Navy", "Vichy French Navy", "American Victory." ], [ "18", "14–15 November 1942", "Second Battle of Guadalcanal", "World War II", "United States Navy", "Imperial Japanese Navy", "American Victory." ], [ "19", "26 December 1943", "Battle of North Cape", "World War II", "Royal Navy", "Kriegsmarine", "Allied Victory." ] ]
[ { "Formula": "FILTER(C1,F1=\"31–37–9\")", "Formula2": "FILTER(C2:C14,F2:F14=\"31–37–9\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Score of the game with a Record of 31–37–9?", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"31–37–9\"" ] }, { "Formula": "FILTER(C1,(D1=\"pittsburgh\")*(G1=61)*(A1=\"march 3\"))", "Formula2": "FILTER(C2:C14,(D2:D14=\"pittsburgh\")*(G2:G14=61)*(A2:A14=\"march 3\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Score of the Pittsburgh Home game on March 3 with 61 Points?", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"pittsburgh\"", "*", "G1", "=", "61", "*", "A1", "=", "\"march 3\"" ] }, { "Formula": "FILTER(A1,D1=\"vancouver\")", "Formula2": "FILTER(A2:A14,D2:D14=\"vancouver\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Date of the game in Vancouver?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"vancouver\"" ] } ]
dev_2-17239112-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Attendance", "Record", "Points" ], [ "2", "March 3", "California", "2–1", "Pittsburgh", "11,688", "27–31–7", "61" ], [ "3", "March 4", "Minnesota", "5–2", "Pittsburgh", "12,624", "27–32–7", "61" ], [ "4", "March 7", "Pittsburgh", "4–10", "Minnesota", "15,273", "27–33–7", "61" ], [ "5", "March 10", "NY Rangers", "5–4", "Pittsburgh", "13,100", "27–34–7", "61" ], [ "6", "March 11", "Pittsburgh", "2–3", "Philadelphia", "16,600", "27–35–7", "61" ], [ "7", "March 14", "Pittsburgh", "3–2", "Los Angeles", "8,007", "28–35–7", "63" ], [ "8", "March 16", "Pittsburgh", "5–5", "California", "5,180", "28–35–8", "64" ], [ "9", "March 17", "Pittsburgh", "1–6", "Vancouver", "15,570", "28–36–8", "64" ], [ "10", "March 21", "California", "2–5", "Pittsburgh", "8,169", "29–36–8", "66" ], [ "11", "March 24", "Buffalo", "4–4", "Pittsburgh", "12,945", "29–36–9", "67" ], [ "12", "March 25", "Pittsburgh", "4–2", "Atlanta", "13,200", "30–36–9", "69" ], [ "13", "March 28", "Atlanta", "3–6", "Pittsburgh", "10,081", "31–36–9", "71" ], [ "14", "March 31", "Pittsburgh", "2–7", "St. Louis", "20,009", "31–37–9", "71" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(F2:F11)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "In what year was his money list rank 3? ", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ] }, { "Formula": "SUM(FILTER(F1, A1=2001))", "Formula2": "SUM(FILTER(F2:F11, A2:A11=2001))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was his money list rank in 2001? ", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "2001" ] }, { "Formula": "SUM(FILTER(C1, F1=4))", "Formula2": "SUM(FILTER(C2:C11, F2:F11=4))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many atp wins did he have when his money list rank was 4? ", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "4" ] }, { "Formula": "MAX(D1)", "Formula2": "MAX(D2:D11)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "What is the maximum total wins he had for any year? ", "Tokens": [ "MAX(", "D1" ] } ]
train_1-22839669-12
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Majors", "ATP wins", "Total wins", "Earnings ($)", "Money list rank" ], [ "2", "1997", "0", "0", "0", "305132", "72" ], [ "3", "1998", "0", "5", "5", "1836233", "9" ], [ "4", "1999", "2", "3", "5", "4269265", "1" ], [ "5", "2000", "1", "0", "1", "1884443", "6" ], [ "6", "2001", "1", "3", "4", "2091766", "4" ], [ "7", "2002", "0", "5", "5", "2186006", "3" ], [ "8", "2003", "1", "3", "4", "2530929", "4" ], [ "9", "2004", "0", "1", "1", "1177254", "9" ], [ "10", "2005", "0", "1", "1", "1629596", "5" ], [ "11", "2006", "0", "0", "0", "156700", "141" ] ]
[ { "Formula": "FILTER(C1,E1=\"978-1401209674\")", "Formula2": "FILTER(C2:C13,E2:E13=\"978-1401209674\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What's the Material collected for the 978-1401209674 ISBN?", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"978-1401209674\"" ] }, { "Formula": "SUM(FILTER(A1,B1=\"darkness falls\"))", "Formula2": "SUM(FILTER(A2:A13,B2:B13=\"darkness falls\"))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many Volume Numbers have the title of Darkness Falls?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"darkness falls\"" ] }, { "Formula": "MIN(FILTER(A1,D1=\"november 2004\"))", "Formula2": "MIN(FILTER(A2:A13,D2:D13=\"november 2004\"))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What's the Lowest Volume Number that was published November 2004?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"november 2004\"" ] } ]
dev_2-144367-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Vol. #", "Title", "Material collected", "Publication date", "ISBN" ], [ "2", "1", "Justice Be Done", "JSA #1-5; JSA Secret Files #1", "April 2000", "978-1563896200" ], [ "3", "2", "Darkness Falls", "JSA #6-15", "August 2002", "978-1563897399" ], [ "4", "3", "Return of Hawkman", "JSA #16-25; JSA Secret Files #1", "November 2002", "978-1563899126" ], [ "5", "4", "Fair Play", "JSA #26-31; JSA Secret Files #2", "May 2003", "978-1563899591" ], [ "6", "5", "Stealing Thunder", "JSA #32-38", "October 2003", "978-1563899942" ], [ "7", "6", "Savage Times", "JSA #39-45", "November 2004", "978-1401202538" ], [ "8", "7", "Princes of Darkness", "JSA #46-55", "March 2005", "978-1401204693" ], [ "9", "8", "Black Reign", "JSA #56-58; Hawkman Vol. 4 #23-25", "July 2005", "978-1401204808" ], [ "10", "9", "Lost", "JSA #59-67", "September 2005", "978-1401207229" ], [ "11", "10", "Black Vengeance", "JSA #68-75", "March 2006", "978-1401209667" ], [ "12", "11", "Mixed Signals", "JSA #76-81", "September 2006", "978-1401209674" ], [ "13", "12", "Ghost Stories", "JSA #82-87", "January 2007", "978-1401211967" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(B1=\"total\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(B2:B6=\"total\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What shows for Marcin Dołęga ( POL )when the world record shows olympic record, and a Snatch of total?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"olympic record\"", "*", "B1", "=", "\"total\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"430kg\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"430kg\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the snatch when Marcin Dołęga ( POL ) was 430kg?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"430kg\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"clean & jerk\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"clean & jerk\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What shows for Władysławowo, Poland when the world record was clean & jerk?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"clean & jerk\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(C1=\"olympic standard\")*(B1=\"clean & jerk\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(C2:C6=\"olympic standard\")*(B2:B6=\"clean & jerk\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What shows for Władysławowo, Poland when the world record shows olympic record, a Marcin Dołęga (POL) is olympic standard, and Snatch is clean & jerk?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"olympic record\"", "*", "C1", "=", "\"olympic standard\"", "*", "B1", "=", "\"clean & jerk\"", "5" ] } ]
train_2-18534152-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "World record", "Snatch", "Marcin Dołęga ( POL )", "199kg", "Władysławowo , Poland" ], [ "2", "Clean & Jerk", "Denys Hotfrid ( UKR )", "235kg", "Athens , Greece", "28 November 1999" ], [ "3", "Total", "Denys Hotfrid ( UKR )", "430kg", "Athens , Greece", "28 November 1999" ], [ "4", "Olympic record", "Snatch", "Dmitry Berestov ( RUS )", "195kg", "Athens , Greece" ], [ "5", "Olympic record", "Clean & Jerk", "Olympic Standard", "235kg", "—" ], [ "6", "Olympic record", "Total", "Olympic Standard", "427kg", "—" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"loc.\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"loc.\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is we two when the case/suffix is loc.?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"loc.\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"ngalbelpa\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"ngalbelpa\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is them two (the two) when we two is ngalbelpa?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"ngalbelpa\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ngœbalngu\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"ngœbalngu\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is them two (the two) when you and i is ngœbalngu?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"ngœbalngu\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ngœban\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"ngœban\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is who-two where you and i is ngœban?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"ngœban\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ngipen\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"ngipen\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is we two where you two is ngipen?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ngipen\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"ngipelngu\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"ngipelngu\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is who-two when you two is ngipelngu?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"ngipelngu\"", "6" ] } ]
train_1-1015914-24
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Case/Suffix", "we two", "you and I", "you two", "them two (the two)", "who-two" ], [ "2", "nom-acc-inst", "ngalbe", "ngœba", "ngipel", "palai (Boigu pale)", "ngawal" ], [ "3", "gen.", "ngalben", "ngœban", "ngipen", "palamun (Boigu palemun)", "(as for singular)" ], [ "4", "dat.", "ngalbelpa", "ngœbalpa", "ngipelpa", "palamulpa (Boigu palemulpa)", "(as for singular)" ], [ "5", "abl.", "ngalbelngu", "ngœbalngu", "ngipelngu", "palamulngu (Boigu palemulngu)", "(as for singular)" ], [ "6", "loc.", "ngalbeniya", "ngœbaniya", "ngipeniya", "palamuniya (Boigu palemuniya)", "(as for singular)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"lucas glover\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"united states\")*(B2:B12=\"lucas glover\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score for Lucas Glover of the United States?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"lucas glover\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"todd hamilton\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"todd hamilton\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score for Todd Hamilton?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"todd hamilton\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–2\")*(D1=\"73-65=138\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"–2\")*(D2:D12=\"73-65=138\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What player has a To par of –2, and a Score of 73-65=138?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–2\"", "*", "D1", "=", "\"73-65=138\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nick taylor (a)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"nick taylor (a)\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score of Nick Taylor (a)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"nick taylor (a)\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"67-70=137\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"67-70=137\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the place of the person with a score of 67-70=137?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"67-70=137\"", "1" ] } ]
test_2-18811891-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Ricky Barnes", "United States", "67-65=132", "–8" ], [ "3", "2", "Lucas Glover", "United States", "69-64=133", "–7" ], [ "4", "3", "Mike Weir", "Canada", "64-70=134", "–6" ], [ "5", "T4", "David Duval", "United States", "67-70=137", "–3" ], [ "6", "T4", "Peter Hanson", "Sweden", "66-71=137", "–3" ], [ "7", "T4", "Azuma Yano", "Japan", "72-65=137", "–3" ], [ "8", "T7", "Ross Fisher", "England", "70-68=138", "–2" ], [ "9", "T7", "Todd Hamilton", "United States", "67-71=138", "–2" ], [ "10", "T7", "Sean O'Hair", "United States", "69-69=138", "–2" ], [ "11", "T7", "Nick Taylor (a)", "Canada", "73-65=138", "–2" ], [ "12", "T7", "Lee Westwood", "England", "72-66=138", "–2" ] ]
[ { "Formula": "SUM(FILTER(A1,C1=\"5 february\"))", "Formula2": "SUM(FILTER(A2:A7,C2:C7=\"5 february\"))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the sum of the year for 5 february?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"5 february\"" ] }, { "Formula": "FILTER(D1,A1>2012)", "Formula2": "FILTER(D2:D7,A2:A7>2012)", "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was the location for a year later than 2012?", "Tokens": [ "FILTER(", "D1", "A1", ">", "2012" ] } ]
dev_2-11311764-9
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Competition", "Date", "Location", "Score", "Result" ], [ "2", "2011", "Asia/Oceania Zone, Group II, 5th–6th Play-off", "5 February", "Nonthaburi ( THA )", "2–1", "Won" ], [ "3", "2012", "Asia/Oceania Zone, Group II, Pool B", "30 January", "Shenzhen ( CHN )", "2–1", "Won" ], [ "4", "2012", "Asia/Oceania Zone, Group II, Pool B", "1 February", "Shenzhen ( CHN )", "0–3", "Lost" ], [ "5", "2012", "Asia/Oceania Zone, Group II, Pool B", "3 February", "Shenzhen ( CHN )", "3–0", "Won" ], [ "6", "2012", "Asia/Oceania Zone, Group II, 5th–6th Play-off", "4 February", "Shenzhen ( CHN )", "3–0", "Won" ], [ "7", "2013", "Asia/Oceania Zone, Group II, Pool A", "4 February", "Astana ( KAZ )", "0–3", "Lost" ] ]
[ { "Formula": "AVERAGE(FILTER(C1, (F1>104.5)*(E1<162.6)*(D1<141.8)))", "Formula2": "AVERAGE(FILTER(C2:C11, (F2:F11>104.5)*(E2:E11<162.6)*(D2:D11<141.8)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "avg passengers in 2012 for 2009 more than 104.5 and 2010 less than 162.6 and 2011 less than 141.8 is what?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "F1", ">", "104.5", "*", "E1", "<", "162.6", "*", "D1", "<", "141.8" ] }, { "Formula": "MIN(FILTER(A1, (D1<80.7)*(C1<73.1)))", "Formula2": "MIN(FILTER(A2:A11, (D2:D11<80.7)*(C2:C11<73.1)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "The lowest rank with 2011 less than 80.7 and 2012 less than 73.1 is what?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "<", "80.7", "*", "C1", "<", "73.1" ] }, { "Formula": "SUM(FILTER(F1, (A1=5)*(E1<76.5)))", "Formula2": "SUM(FILTER(F2:F11, (A2:A11=5)*(E2:E11<76.5)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "the sum of 2009 with rank of 5 and 2010 less than 76.5 is what?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "5", "*", "E1", "<", "76.5" ] } ]
test_2-1374854-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Airline", "2012", "2011", "2010", "2009" ], [ "2", "1", "Delta Air Lines", "164.6", "163.8", "162.6", "161.1" ], [ "3", "2", "United Airlines", "140.4", "141.8", "145.6", "144.3" ], [ "4", "3", "Southwest Airlines", "134.0", "127.6", "106.2", "101.3" ], [ "5", "4", "American Airlines", "107.8", "107.2", "105.2", "104.5" ], [ "6", "5", "China Southern Airlines", "86.5", "80.7", "76.5", "66.3" ], [ "7", "6", "US Airways", "82.5", "80.6", "79.6", "78.0" ], [ "8", "7", "Ryanair", "79.3", "75.8", "72.1", "66.5" ], [ "9", "8", "Lufthansa", "74.7", "65.5", "58.9", "55.6" ], [ "10", "9", "China Eastern Airlines", "73.1", "68.7", "64.9", "44.0" ], [ "11", "10", "Air China", "72.4", "69.7", "60.0", "41.3" ] ]
[ { "Formula": "SUMIFS(C1,A1,\"Michigan State Spartans\")", "Formula2": "SUMIFS(C2:C13,A2:A13,\"Michigan State Spartans\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many losses did the Michigan State Spartans have?", "Tokens": [ "SUMIFS(", "C1", "A1", "\"Michigan State Spartans\"" ] }, { "Formula": "SUM(FILTER(E1, G1=6))", "Formula2": "SUM(FILTER(E2:E13, G2:G13=6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many numbers were recorded under home losses when away losses were 6?", "Tokens": [ "SUM(", "FILTER(", "E1", "G1", "=", "6" ] }, { "Formula": "SUMIFS(B1,A1,\"Northwestern Wildcats\")", "Formula2": "SUMIFS(B2:B13,A2:A13,\"Northwestern Wildcats\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many wins did the Northwestern Wildcats?", "Tokens": [ "SUMIFS(", "B1", "A1", "\"Northwestern Wildcats\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:J1,J1=\"Won 2\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:J13,J2:J13=\"Won 2\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What institution had 6 wins and a current streak of won 2?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "J1", "J1", "=", "\"Won 2\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ] } ]
test_1-1672976-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Institution", "Wins", "Loss", "Home Wins", "Home Losses", "Away Wins", "Away Losses", "Neutral Wins", "Neutral Losses", "Current Streak" ], [ "2", "Illinois Fighting Illini", "7", "7", "4", "2", "3", "2", "0", "3", "Won 4" ], [ "3", "Indiana Hoosiers", "5", "7", "2", "3", "2", "4", "1", "0", "Won 2" ], [ "4", "Iowa Hawkeyes", "2", "10", "2", "3", "0", "5", "0", "2", "Lost 7" ], [ "5", "Michigan Wolverines", "5", "7", "3", "3", "1", "4", "1", "0", "Won 1" ], [ "6", "Michigan State Spartans", "6", "7", "5", "1", "1", "5", "0", "1", "Lost 1" ], [ "7", "Minnesota Golden Gophers", "6", "8", "4", "3", "2", "5", "0", "0", "Won 2" ], [ "8", "Nebraska Cornhuskers", "1", "1", "0", "1", "1", "0", "0", "0", "Won 1" ], [ "9", "Northwestern Wildcats", "6", "8", "4", "3", "2", "5", "0", "0", "Lost 1" ], [ "10", "Ohio State Buckeyes", "6", "6", "4", "2", "2", "3", "0", "1", "Lost 1" ], [ "11", "Penn State Nittany Lions", "5", "7", "2", "4", "3", "3", "0", "0", "Lost 1" ], [ "12", "Purdue Boilermakers", "6", "6", "4", "2", "2", "4", "0", "0", "Won 4" ], [ "13", "Wisconsin Badgers", "6", "8", "4", "2", "1", "6", "1", "0", "Lost 2" ] ]
[ { "Formula": "SUMIFS(G1,F1,\"Sydney Football Stadium, Sydney (6)\")", "Formula2": "SUMIFS(G2:G7,F2:F7,\"Sydney Football Stadium, Sydney (6)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the GF attendance at the location of Sydney Football Stadium, Sydney (6)?", "Tokens": [ "SUMIFS(", "G1", "F1", "\"Sydney Football Stadium, Sydney (6)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"24-12\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,D2:D7=\"24-12\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which losing team had a score of 24-12?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"24-12\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=1993),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,A2:A7=1993),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the losing team in the 1993 season?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "1993", "5" ] } ]
train_1-11236195-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Season", "Grand FinalDate", "WinningTeam", "Score", "LosingTeam", "Location", "GF Attendance", "Clive Churchill Medal" ], [ "2", "1988", "11 September 1988", "Canterbury Bulldogs (6)", "24-12", "Balmain Tigers", "Sydney Football Stadium , Sydney (1)", "40000", "Paul Dunn" ], [ "3", "1989", "24 September 1989", "Canberra Raiders (1)", "19-14 (aet)", "Balmain Tigers", "Sydney Football Stadium , Sydney (2)", "40500", "Bradley Clyde" ], [ "4", "1990", "23 September 1990", "Canberra Raiders (2)", "18-14", "Penrith Panthers", "Sydney Football Stadium , Sydney (3)", "41535", "Ricky Stuart" ], [ "5", "1991", "22 September 1991", "Penrith Panthers (1)", "19-12", "Canberra Raiders", "Sydney Football Stadium , Sydney (4)", "41815", "Bradley Clyde" ], [ "6", "1992", "27 September 1992", "Brisbane Broncos (1)", "28-8", "St. George Dragons", "Sydney Football Stadium , Sydney (5)", "41560", "Allan Langer" ], [ "7", "1993", "26 September 1993", "Brisbane Broncos (2)", "14-6", "St. George Dragons", "Sydney Football Stadium , Sydney (6)", "42329", "Brad Mackay" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=0)*(C1=\"hummer\")*(A1<2009)),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=0)*(C2:C10=\"hummer\")*(A2:A10<2009)),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ], "Level": "medium", "Question": "What class is associated with 0 stages won, a hummer, and before 2009?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "0", "*", "C1", "=", "\"hummer\"", "*", "A1", "<", "2009", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2012),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=2012),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What position did he finish in 2012?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2012", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"car\")*(E1=0)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"car\")*(E2:E10=0)),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What year did he compete in the car class and win 0 stages?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"car\"", "*", "E1", "=", "0", "1" ] } ]
test_2-1507423-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Class", "Vehicle", "Position", "Stages won" ], [ "2", "2005", "Cars", "Volkswagen", "12", "0" ], [ "3", "2006", "Cars", "Hummer", "DNF", "0" ], [ "4", "2007", "Cars", "Hummer", "8", "1" ], [ "5", "2008", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally", "Event cancelled – replaced by Central Europe Rally" ], [ "6", "2009", "Car", "Hummer", "3", "0" ], [ "7", "2010", "Car", "Hummer", "8", "1" ], [ "8", "2011", "Car", "Hummer", "DNF", "0" ], [ "9", "2012", "Car", "Hummer", "DSQ", "1" ], [ "10", "2013", "Car", "Hummer", "14", "3" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Roe\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Roe\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the operator when Roe was the bodybuilder?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Roe\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Alexander\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Alexander\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the variant when Alexander was the bodybuilder?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Alexander\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Coventry\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Coventry\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the bodybuilder when Coventry was operating?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Coventry\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Northern Counties\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Northern Counties\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many different variants are there for Northern Counties bodybuilder?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Northern Counties\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Willowbrook\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Willowbrook\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the operator when willowbrook was the bodybuilder?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Willowbrook\"", "1" ] } ]
test_1-28035004-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Operator", "Number purchased", "Variant", "Bodybuilder", "Year(s) purchased" ], [ "2", "SHMD *", "1", "G6HS", "Northern Counties", "1952" ], [ "3", "Glasgow", "1", "D650HS", "Alexander", "1953" ], [ "4", "Cleethorpes", "2", "G6HS", "Roe", "1953, 1955" ], [ "5", "Swindon", "4", "D650HS", "Park Royal", "1954" ], [ "6", "Coventry", "3", "G6HS", "Willowbrook", "1959" ] ]
[ { "Formula": "SUM(FILTER(D1, (A1<8)*(E1=\"1-40122-892-5\")))", "Formula2": "SUM(FILTER(D2:D9, (A2:A9<8)*(E2:E9=\"1-40122-892-5\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many pages does the edition with a volume # smaller than 8 and an ISBM of 1-40122-892-5 have?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "<", "8", "*", "E1", "=", "\"1-40122-892-5\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>128)*(CHOOSECOLS(query1,3)=5)))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(D2:D9),SUMX(A2:A9)),FILTER(query1,(CHOOSECOLS(query1,2)>128)*(CHOOSECOLS(query1,3)=5)))", "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 title of the edition with more than 128 pages and a volume # of 5?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "128", "*", "CHOOSECOLS(", "query1", "3", "=", "5" ] }, { "Formula": "SUMIFS(D1,E1,\"1-40122-328-1\")", "Formula2": "SUMIFS(D2:D9,E2:E9,\"1-40122-328-1\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many pages does the ISBN 1-40122-328-1 have?", "Tokens": [ "SUMIFS(", "D1", "E1", "\"1-40122-328-1\"" ] } ]
test_2-15995992-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Vol. #", "Title", "Material collected", "Pages", "ISBN" ], [ "2", "1", "Welcome to the Treehouse", "Tiny Titans #1-6", "144", "1-40122-078-9" ], [ "3", "2", "Adventures in Awesomeness", "Tiny Titans #7-12", "144", "1-40122-328-1" ], [ "4", "3", "Sidekickin' It", "Tiny Titans #13-18", "144", "1-40122-653-1" ], [ "5", "4", "The First Rule of Pet Club...", "Tiny Titans #19-25", "160", "1-40122-892-5" ], [ "6", "5", "Field Trippin'", "Tiny Titans #26-32", "160", "1-40123-173-X" ], [ "7", "6", "The Treehouse and Beyond!", "Tiny Titans #33-38", "144", "1401233104" ], [ "8", "7", "Growing Up Tiny!", "Tiny Titans #39-44", "128", "1-40123-525-5" ], [ "9", "8", "Aw Yeah Titans!", "Tiny Titans #45-50", "128", "1401238122" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Kemenangan Hati\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"Kemenangan Hati\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the debut album for the artist with the winning song kemenangan hati?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Kemenangan Hati\"", "5" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"All For Love\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C7, D2:D7=\"All For Love\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many winning songs were there with an english title of all for love?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"All For Love\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Mike\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Mike\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many winners had a debut album titled \"mike\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Mike\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"The Winner\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"The Winner\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the winning song for the artist with a debut album \"the winner\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"The Winner\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Mike\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Mike\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the winning song for the artist with a debut album \"mike\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Mike\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Mike Mohede\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E7, B2:B7=\"Mike Mohede\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many debut albums did mike mohede have?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "\"Mike Mohede\"" ] } ]
test_1-1646960-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Winner", "Winning Song", "Winning Song (English Title)", "Debut Album" ], [ "2", "Season 1 (2004)", "Joy Tobing", "Karena Cinta", "Because Of Love", "Terima Kasih" ], [ "3", "Season 2 (2005)", "Mike Mohede", "Semua Untuk Cinta", "All For Love", "Mike" ], [ "4", "Season 3 (2006)", "Ihsan Tarore", "Kemenangan Hati", "Victory Of the Heart", "The Winner" ], [ "5", "Season 4 (2007)", "Rini Wulandari", "Aku Tetap Milikmu", "I'm Still Yours", "Aku Tetap Milikmu" ], [ "6", "Season 5 (2008)", "Aris Runtuwene", "Harapkan Sempurna", "Hope To Be Perfect", "Ajari Aku" ], [ "7", "Season 6 (2010)", "Igo Pentury", "Kemenangan Cinta", "Victory of Love", "Terima Kasih" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(D1, B1=2)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D9, B2:B9=2)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "What are Unit 2's dates of commissioning?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"BHEL, India\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,F2:F9=\"BHEL, India\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the boiler provider for Bhel, India's TG Set provider?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"BHEL, India\"", "7" ] } ]
train_1-28672269-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Stage", "Unit Number", "Installed Capacity ( MW )", "Date of Commissioning", "Status", "TG set Provider", "Boiler Provider" ], [ "2", "First", "1", "62.5", "October,1967", "Running", "GE , USA", "The Babcock & Wilcox Company (B&W), USA" ], [ "3", "First", "2", "62.5", "March,1968", "Running", "GE, USA", "The Babcock & Wilcox Company (B&W), USA" ], [ "4", "First", "3", "62.5", "May,1968", "Running", "GE, USA", "The Babcock & Wilcox Company (B&W), USA" ], [ "5", "First", "4", "62.5", "July,1968", "Running", "GE, USA", "The Babcock & Wilcox Company (B&W), USA" ], [ "6", "First", "5", "62.5", "April,1970", "Running", "GE, USA", "The Babcock & Wilcox Company (B&W), USA" ], [ "7", "Second", "6", "200", "July,1979", "Running", "BHEL , India", "BHEL, India" ], [ "8", "Second", "7", "210", "September,1980", "Running", "BHEL, India", "BHEL, India" ], [ "9", "Second", "8", "210", "January,1983", "Running", "BHEL, India", "BHEL, India" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"forbes field\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E12,E2:E12=\"forbes field\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which opponent was played at Forbes Field after week 4?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"forbes field\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which opponent was played on week 9?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"fenway park\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"fenway park\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the date of the game played at Fenway Park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"fenway park\"", "2" ] } ]
train_2-14683281-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Game Site" ], [ "2", "1", "Sunday September 20", "New York Giants", "L 23–2", "Forbes Field" ], [ "3", "2", "Sunday September 27", "Chicago Cardinals", "W 14–13", "Forbes Field" ], [ "4", "3", "Sunday October 4", "Boston Redskins", "L 21–6", "Forbes Field" ], [ "5", "4", "Sunday October 11", "Cincinnati Reds", "W 17–3", "Forbes Field" ], [ "6", "5", "Sunday October 15", "at Green Bay Packers", "L 47–0", "City Stadium" ], [ "7", "6", "Sunday October 22", "at Cincinnati Reds", "T 0–0", "Redland Field" ], [ "8", "7", "Sunday October 29", "at Boston Redskins", "W 16–14", "Fenway Park" ], [ "9", "8", "Sunday November 5", "at Brooklyn Dodgers", "T 3–3", "Ebbets Field" ], [ "10", "9", "Sunday November 12", "Brooklyn Dodgers", "L 32–0", "Forbes Field" ], [ "11", "10", "Sunday November 19", "at Philadelphia Eagles", "L 25–6", "Baker Bowl" ], [ "12", "11", "Sunday December 3", "at New York Giants", "L 27–3", "Polo Grounds" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"t414\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"t414\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Locomotive was Delivered as T414?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"t414\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"t415\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"t415\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Owner Delivered the T415?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"t415\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"t413\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"t413\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Entered service date of the T413?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"t413\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"h3\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"h3\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Delivered as name of the H3 Locomotive?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"h3\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"h1\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"h1\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Entered service date of the H1 Locomotive?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"h1\"", "3" ] } ]
test_2-14887635-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Locomotive", "Delivered as", "Entered service", "Owner", "Status" ], [ "2", "H1", "T413", "20 December 1968", "Pacific National - Rural and Bulk", "In Service" ], [ "3", "H2", "T414", "7 January 1969", "Pacific National - Rural and Bulk", "In Service" ], [ "4", "H3", "T415", "7 February 1969", "Pacific National - Rural and Bulk", "In Service" ], [ "5", "H4", "T416", "24 February 1969", "Pacific National - Rural and Bulk", "In Service" ], [ "6", "H5", "T417", "14 March 1969", "Pacific National - Rural and Bulk", "In Service" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"industrial and commercial bank of china 277,236\")", "Formula2": "SUMIFS(A2:A11,B2:B11,\"industrial and commercial bank of china 277,236\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the Rank of industrial and commercial bank of china 277,236?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"industrial and commercial bank of china 277,236\"" ] } ]
train_2-14094649-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "First quarter", "Second quarter", "Third quarter", "Fourth quarter" ], [ "2", "1", "Exxon Mobil 452,505", "Exxon Mobil 465,652", "Exxon Mobil 403,366", "Exxon Mobil 406,067" ], [ "3", "2", "PetroChina 423,996", "PetroChina 341,140.3", "PetroChina 325,097.5", "PetroChina 259,836" ], [ "4", "3", "General Electric 369,569", "Industrial and Commercial Bank of China 257,004.4", "Industrial and Commercial Bank of China 237,951.5", "Wal-Mart 219,898" ], [ "5", "4", "Gazprom 299,764", "Microsoft 211,546.2", "Microsoft 229,630.7", "China Mobile 201,291" ], [ "6", "5", "China Mobile 298,093", "China Mobile 200,832.4", "HSBC 198,561.1", "Procter & Gamble 184,576" ], [ "7", "6", "Industrial and Commercial Bank of China 277,236", "Wal-Mart 188,752.0", "China Mobile 195,680.4", "Industrial and Commercial Bank of China 173,930" ], [ "8", "7", "Microsoft 264,132", "China Construction Bank 182,186.7", "Wal-Mart 189,331.6", "Microsoft 172,929" ], [ "9", "8", "AT&T 231,168", "Petrobras 165,056.9", "Petrobras 189,027.7", "AT&T 167,950" ], [ "10", "9", "Royal Dutch Shell 220,110", "Johnson & Johnson 156,515.9", "China Construction Bank 186,816.7", "Johnson & Johnson 166,002" ], [ "11", "10", "Procter & Gamble 215,640", "Royal Dutch Shell 156,386.7", "Royal Dutch Shell 175,986.1", "General Electric 161,278" ] ]
[ { "Formula": "MAX(FILTER(E1, (B1=\"astana\")*(A1>2007)))", "Formula2": "MAX(FILTER(E2:E8, (B2:B8=\"astana\")*(A2:A8>2007)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What's the highest level of team Astana since 2007?", "Tokens": [ "MAX(", "FILTER(", "E1", "B1", "=", "\"astana\"", "*", "A1", ">", "2007" ] } ]
train_2-11558575-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Team", "Country", "League", "Level", "Apps", "Goals" ], [ "2", "2005", "Temirzholshy Almaty", "Kazakhstan", "First Division", "2", "20", "4" ], [ "3", "2006", "Astana", "Kazakhstan", "Premier League", "1", "27", "3" ], [ "4", "2007", "Astana", "Kazakhstan", "Premier League", "1", "26", "0" ], [ "5", "2008", "Alma-Ata", "Kazakhstan", "Premier League", "1", "27", "6" ], [ "6", "2009", "Lokomotiv Astana", "Kazakhstan", "Premier League", "1", "21", "4" ], [ "7", "2010", "Lokomotiv Astana", "Kazakhstan", "Premier League", "1", "17", "1" ], [ "8", "2011", "Shakhter Karagandy", "Kazakhstan", "Premier League", "1", "27", "9" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"2.5%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"2.5%\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What percentage voted for Tom Horner according to the poll source with sampling error of 2.5%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"2.5%\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"2.7%\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"2.7%\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the percentage of undecided according to the poll source with sampling error of 2.7%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"2.7%\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Minnesota Poll\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Minnesota Poll\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did Minnesota Poll administer their poll?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Minnesota Poll\"", "2" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"38%\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C9, D2:D9=\"38%\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many polls show different percentages for Tom Emmer and 38% for Matt Entenza?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"38%\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"June 14-16, 2010\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"June 14-16, 2010\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What poll source administered their poll on June 14-16, 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"June 14-16, 2010\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"31%\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"31%\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the percentage of votes for Tom Horner according to the poll source that claimed 31% for Matt Entenza?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"31%\"", "5" ] } ]
test_1-20032301-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Poll source", "Dates administered", "Tom Emmer (R)", "Matt Entenza (DFL)", "Tom Horner (I)", "Undecided", "Sampling error" ], [ "2", "Survey USA", "August 2-4, 2010", "33%", "38%", "12%", "17%", "2.7%" ], [ "3", "Minnesota Poll", "July 26-29, 2010", "31%", "36%", "15%", "17%", "4.3%" ], [ "4", "Rasmussen Reports", "July 19, 2010", "36%", "37%", "12%", "15%", "4.5%" ], [ "5", "Survey USA", "June 14-16, 2010", "37%", "33%", "12%", "18%", "2.5%" ], [ "6", "Decision Resources, Ltd.", "May 28 - June 2, 2010", "27%", "34%", "19%", "20%", "3.5%" ], [ "7", "Rasmussen Reports", "May 24, 2010", "37%", "34%", "12%", "17%", "4.5%" ], [ "8", "Humphrey Institute / MPR", "May 13-16, 2010", "32%", "28%", "11%", "29%", "5.8%" ], [ "9", "Survey USA", "May 3-5, 2010", "42%", "31%", "10%", "16%", "4.1%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Clemson\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"Clemson\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the nationality of th player who's school is Clemson?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Clemson\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Clemson\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"Clemson\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years did the player who's school is Clemson spend in Orlando?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Clemson\"", "5" ] }, { "Formula": "SUMIFS(B1,F1,\"Delta State\")", "Formula2": "SUMIFS(B2:B12,F2:F12,\"Delta State\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the number of the player who attended Delta State?", "Tokens": [ "SUMIFS(", "B1", "F1", "\"Delta State\"" ] } ]
train_1-15621965-16
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.", "Nationality", "Position", "Years in Orlando", "School/Club Team" ], [ "2", "J. J. Redick", "7", "United States", "Guard", "2006–2013", "Duke" ], [ "3", "Don Reid", "52", "United States", "Forward", "2000–2002", "Georgetown" ], [ "4", "Jerry Reynolds", "35", "United States", "Guard-Forward", "1989–1992", "Louisiana State" ], [ "5", "Jason Richardson", "23", "United States", "Guard", "2010–2012", "Michigan State" ], [ "6", "Jeremy Richardson", "32", "United States", "Forward", "2008–2009", "Delta State" ], [ "7", "Quentin Richardson", "5", "United States", "Forward", "2010–2012", "DePaul" ], [ "8", "Stanley Roberts", "53", "United States", "Center", "1991–1992", "Louisiana State" ], [ "9", "James Robinson", "26", "United States", "Guard", "2000–2001", "Alabama" ], [ "10", "Wayne 'Tree' Rollins", "30", "United States", "Center", "1993–1995", "Clemson" ], [ "11", "Sean Rooks", "45", "United States", "Center", "2004", "Arizona" ], [ "12", "Donald Royal", "5", "United States", "Forward", "1992–1996", "Notre Dame" ] ]
[ { "Formula": "SUM(FILTER(B1, (C1<32)*(D1=25)*(E1<67)))", "Formula2": "SUM(FILTER(B2:B10, (C2:C10<32)*(D2:D10=25)*(E2:E10<67)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many gold when silver is less than 32, bronze is 25, and overall is less than 67?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "<", "32", "*", "D1", "=", "25", "*", "E1", "<", "67" ] }, { "Formula": "SUM(FILTER(C1, (D1=25)*(E1<67)))", "Formula2": "SUM(FILTER(C2:C10, (D2:D10=25)*(E2:E10<67)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many silver when bronze is 25 and overall is less than 67?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "25", "*", "E1", "<", "67" ] }, { "Formula": "MIN(FILTER(C1, (E1<67)*(A1=\"saami\")*(B1<5)))", "Formula2": "MIN(FILTER(C2:C10, (E2:E10<67)*(A2:A10=\"saami\")*(B2:B10<5)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "what is the least silver when overall is less than 67, team is saami and gold is less than 5?", "Tokens": [ "MIN(", "FILTER(", "C1", "E1", "<", "67", "*", "A1", "=", "\"saami\"", "*", "B1", "<", "5" ] }, { "Formula": "AVERAGE(FILTER(D1, (A1=\"northwest territories\")*(B1>34)))", "Formula2": "AVERAGE(FILTER(D2:D10, (A2:A10=\"northwest territories\")*(B2:B10>34)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "what is the average bronze when the team is northwest territories and gold is more than 34?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", "=", "\"northwest territories\"", "*", "B1", ">", "34" ] }, { "Formula": "SUM(FILTER(C1, (A1=\"northwest territories\")*(B1<34)))", "Formula2": "SUM(FILTER(C2:C10, (A2:A10=\"northwest territories\")*(B2:B10<34)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many silver when the team is northwest territories and gold is less than 34?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"northwest territories\"", "*", "B1", "<", "34" ] } ]
test_2-16360419-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Gold", "Silver", "Bronze", "Overall" ], [ "2", "Alaska", "74", "55", "73", "202" ], [ "3", "Yamal-Nenets", "44", "32", "16", "92" ], [ "4", "Northwest Territories", "34", "41", "36", "111" ], [ "5", "Alberta North", "29", "37", "24", "90" ], [ "6", "Yukon", "26", "25", "30", "81" ], [ "7", "Nunavut", "15", "27", "25", "67" ], [ "8", "Greenland", "12", "14", "18", "44" ], [ "9", "Nunavik Quebec", "9", "7", "8", "24" ], [ "10", "Saami", "5", "5", "6", "16" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"May15,2008\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"May15,2008\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the title when original air date is may15,2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"May15,2008\"", "3" ] }, { "Formula": "MAX(B1)", "Formula2": "MAX(B2:B13)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "What is the highest no. in season?", "Tokens": [ "MAX(", "B1" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=12.9))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(H2:H13)),FILTER(query1,CHOOSECOLS(query1,2)=12.9))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who directed the episode where u.s. viewers (million) is 12.90?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "12.9" ] } ]
train_1-10701133-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Featured character(s)", "Original air date", "U.S. viewers (million)" ], [ "2", "73", "1", "\" The Beginning of the End \"", "Jack Bender", "Damon Lindelof & Carlton Cuse", "Hurley", "January31,2008", "16.07" ], [ "3", "74", "2", "\" Confirmed Dead \"", "Stephen Williams", "Drew Goddard & Brian K. Vaughan", "Faraday , Charlotte , Miles , Frank , Naomi", "February7,2008", "15.06" ], [ "4", "75", "3", "\" The Economist \"", "Jack Bender", "Edward Kitsis & Adam Horowitz", "Sayid", "February14,2008", "13.62" ], [ "5", "76", "4", "\" Eggtown \"", "Stephen Williams", "Elizabeth Sarnoff & Greggory Nations", "Kate", "February21,2008", "13.53" ], [ "6", "77", "5", "\" The Constant \"", "Jack Bender", "Carlton Cuse & Damon Lindelof", "Desmond", "February28,2008", "12.85" ], [ "7", "78", "6", "\" The Other Woman \"", "Eric Laneuville", "Drew Goddard & Christina M. Kim", "Juliet", "March6,2008", "12.90" ], [ "8", "79", "7", "\" Ji Yeon \"", "Stephen Semel", "Edward Kitsis & Adam Horowitz", "Sun & Jin", "March13,2008", "11.87" ], [ "9", "80", "8", "\" Meet Kevin Johnson \"", "Stephen Williams", "Elizabeth Sarnoff & Brian K. Vaughan", "Michael", "March20,2008", "11.28" ], [ "10", "81", "9", "\" The Shape of Things to Come \"", "Jack Bender", "Brian K. Vaughan & Drew Goddard", "Ben", "April24,2008", "12.33" ], [ "11", "82", "10", "\" Something Nice Back Home \"", "Stephen Williams", "Edward Kitsis & Adam Horowitz", "Jack", "May1,2008", "11.14" ], [ "12", "83", "11", "\" Cabin Fever \"", "Paul Edwards", "Elizabeth Sarnoff & Kyle Pennington", "Locke", "May8,2008", "11.28" ], [ "13", "84", "12", "\" There's No Place Like Home (Part 1) \"", "Stephen Williams", "Damon Lindelof & Carlton Cuse", "Jack, Hurley, Sayid, Sun, Kate", "May15,2008", "11.40" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"leben\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"leben\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which English has German of leben?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"leben\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"maken\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"maken\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Plautdietsch has Dutch of maken?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"maken\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"tong\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"tong\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which English has Dutch of tong?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"tong\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"aupel\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"aupel\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which English has Plautdietsch of aupel?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"aupel\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"doon\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"doon\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Plautdietsch has Low German of doon?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"doon\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"maken\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"maken\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which English has Dutch of maken?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"maken\"", "5" ] } ]
train_2-181498-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "German", "Low German", "Plautdietsch", "Dutch", "English" ], [ "2", "Pfeife", "Piep", "Piep", "pijp", "pipe" ], [ "3", "Apfel", "Appel", "Aupel", "appel", "apple" ], [ "4", "Zunge", "Tung", "Tung", "tong", "tongue" ], [ "5", "was", "wat", "waut", "wat", "what" ], [ "6", "essen", "eten, äten", "äte(n)", "eten", "to eat" ], [ "7", "Fuß", "Foot", "Foot", "voet", "foot" ], [ "8", "machen", "maken, moaken", "moake(n)", "maken", "to make" ], [ "9", "tun", "doon", "doone(n)", "doen", "to do" ], [ "10", "Teil", "Deel", "Deel", "deel", "part (compare \"dole\", \"deal\")" ], [ "11", "Leben", "Lewen, Läwen", "Läwe(n)", "leven", "life" ], [ "12", "Korb", "Korf", "Korf", "korf", "basket" ], [ "13", "danken", "danken", "danke(n)", "danken", "to thank" ] ]
[ { "Formula": "SUM(FILTER(D1, (E1=\"brumbies\")*(A1=\"alister campbell\")))", "Formula2": "SUM(FILTER(D2:D11, (E2:E11=\"brumbies\")*(A2:A11=\"alister campbell\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many caps for alister campbell from brumbies?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"brumbies\"", "*", "A1", "=", "\"alister campbell\"" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When was the player born who has 1 caps?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"lock\")*(E1=\"queensland reds\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"lock\")*(E2:E11=\"queensland reds\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the queensland reds lock player born?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"lock\"", "*", "E1", "=", "\"queensland reds\"", "3" ] } ]
test_2-11783766-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "Date of Birth (Age)", "Caps", "Club/province" ], [ "2", "Rodney Blake", "Prop", "29 April 1983", "7", "Queensland Reds" ], [ "3", "Tatafu Polota-Nau", "Hooker", "26 July 1985", "3", "Waratahs" ], [ "4", "James Horwill", "Lock", "29 May 1985", "1", "Queensland Reds" ], [ "5", "Alister Campbell", "Lock", "17 July 1979", "4", "Brumbies" ], [ "6", "Matt Cockbain", "Flanker", "19 September 1972", "63", "Melbourne Rebels" ], [ "7", "Jone Tawake", "Number 8", "17 April 1982", "0", "Brumbies" ], [ "8", "Josh Holmes", "Scrum-half", "6 January 1987", "0", "Brumbies" ], [ "9", "Ryan Cross", "Centre", "6 October 1979", "0", "Western Force" ], [ "10", "Clinton Schifcofske", "Wing", "10 November 1975", "0", "Queensland Reds" ], [ "11", "Sam Norton-Knight", "Fullback", "2 December 1983", "2", "Waratahs" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What year shows 4 points?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ] }, { "Formula": "MAX(FILTER(E1, (B1=\"jaguar racing\")*(A1<2001)))", "Formula2": "MAX(FILTER(E2:E11, (B2:B11=\"jaguar racing\")*(A2:A11<2001)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the most points when the entrant was Jaguar racing earlier than 2001?", "Tokens": [ "MAX(", "FILTER(", "E1", "B1", "=", "\"jaguar racing\"", "*", "A1", "<", "2001" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1999),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=1999),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the entrant in 1999?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1999", "2" ] }, { "Formula": "MAX(FILTER(E1, (C1=\"jaguar r3\")*(A1>2002)))", "Formula2": "MAX(FILTER(E2:E11, (C2:C11=\"jaguar r3\")*(A2:A11>2002)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the most points when the chassis was Jaguar R3 later than 2002?", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "=", "\"jaguar r3\"", "*", "A1", ">", "2002" ] } ]
train_2-1226513-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1999", "Repsol Arrows", "Arrows A20", "Arrows T2-F1 3.0 V10", "1" ], [ "3", "2000", "Arrows F1 Team", "Arrows A21", "Supertec FB02 3.0 V10", "2" ], [ "4", "2001", "Jaguar Racing", "Jaguar R2", "Cosworth CR-3 3.0 V10", "3" ], [ "5", "2002", "Jaguar Racing", "Jaguar R3", "Cosworth CR-3 3.0 V10", "0" ], [ "6", "2002", "Jaguar Racing", "Jaguar R3B", "Cosworth CR-4 3.0 V10", "0" ], [ "7", "2005", "West McLaren Mercedes", "McLaren MP4-20", "Mercedes FO 110R 3.0 V10", "4" ], [ "8", "2006", "Team McLaren Mercedes", "McLaren MP4-21", "Mercedes FO 108S 2.4 V8", "19" ], [ "9", "2010", "BMW Sauber F1 Team", "Sauber C29", "Ferrari 056 2.4 V8", "6" ], [ "10", "2011", "Sauber F1 Team", "Sauber C30", "Ferrari 056 2.4 V8", "0" ], [ "11", "2012", "HRT F1 Team", "HRT F112", "Cosworth CA2012 V8", "0" ] ]
[ { "Formula": "SUM(FILTER(B1, (D1=\"10:9\")*(C1>160)))", "Formula2": "SUM(FILTER(B2:B19, (D2:D19=\"10:9\")*(C2:C19>160)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the value of the size (steps) that has just ratio 10:9 and a size (cents) more than 160", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "\"10:9\"", "*", "C1", ">", "160" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"21:20\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,D2:D19=\"21:20\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the value of the audio with a just ratio 21:20", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"21:20\"", "7" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)=536.95)))", "Formula2": "LET(query1,SUMMARIZE(F2:F19,SUMX(B2:B19),SUMX(E2:E19)),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)=536.95)))", "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 error that has a size (steps) more than 5 and a just (cents) value 536.95", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5", "*", "CHOOSECOLS(", "query1", "3", "=", "536.95" ] }, { "Formula": "AVERAGE(FILTER(C1, (A1=\"major third\")*(B1>5)))", "Formula2": "AVERAGE(FILTER(C2:C19, (A2:A19=\"major third\")*(B2:B19>5)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the average size (cents) with an interval of major third and size (steps) more than 5", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "A1", "=", "\"major third\"", "*", "B1", ">", "5" ] } ]
train_2-18955077-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "interval name", "size (steps)", "size (cents)", "just ratio", "just (cents)", "error", "audio" ], [ "2", "perfect fifth", "9", "720", "3:2", "701.96", "+18.04", "Play Category:Articles with hAudio microformats" ], [ "3", "septimal tritone", "7", "560", "7:5", "582.51", "−22.51", "Play Category:Articles with hAudio microformats" ], [ "4", "11:8 wide fourth", "7", "560", "11:8", "551.32", "+8.68", "Play Category:Articles with hAudio microformats" ], [ "5", "15:11 wide fourth", "7", "560", "15:11", "536.95", "+23.05", "Play Category:Articles with hAudio microformats" ], [ "6", "perfect fourth", "6", "480", "4:3", "498.04", "−18.04", "Play Category:Articles with hAudio microformats" ], [ "7", "septimal major third", "5", "400", "9:7", "435.08", "−35.08", "Play Category:Articles with hAudio microformats" ], [ "8", "undecimal major third", "5", "400", "14:11", "417.51", "−17.51", "Play Category:Articles with hAudio microformats" ], [ "9", "major third", "5", "400", "5:4", "386.31", "+13.69", "Play Category:Articles with hAudio microformats" ], [ "10", "minor third", "4", "320", "6:5", "315.64", "+4.36", "Play Category:Articles with hAudio microformats" ], [ "11", "septimal minor third", "3", "240", "7:6", "266.87", "−26.87", "Play Category:Articles with hAudio microformats" ], [ "12", "septimal whole tone", "3", "240", "8:7", "231.17", "+8.83", "Play Category:Articles with hAudio microformats" ], [ "13", "major tone", "3", "240", "9:8", "203.91", "+36.09", "Play Category:Articles with hAudio microformats" ], [ "14", "minor tone", "2", "160", "10:9", "182.40", "−22.40", "Play Category:Articles with hAudio microformats" ], [ "15", "greater undecimal neutral second", "2", "160", "11:10", "165.00", "−5.00", "Play Category:Articles with hAudio microformats" ], [ "16", "lesser undecimal neutral second", "2", "160", "12:11", "150.63", "+9.36", "Play Category:Articles with hAudio microformats" ], [ "17", "just diatonic semitone", "1", "80", "16:15", "111.73", "−31.73", "Play Category:Articles with hAudio microformats" ], [ "18", "septimal chromatic semitone", "1", "80", "21:20", "84.46", "−4.47", "Play Category:Articles with hAudio microformats" ], [ "19", "just chromatic semitone", "1", "80", "25:24", "70.67", "+9.33", "Play Category:Articles with hAudio microformats" ] ]
[ { "Formula": "MAX(FILTER(G1, (A1<6)*(E1>11)*(D1=36)*(C1>30)))", "Formula2": "MAX(FILTER(G2:G17, (A2:A17<6)*(E2:E17>11)*(D2:D17=36)*(C2:C17>30)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was the highest number of losses for a position less than 6, with more than 11 wins and 36 points, with a played entry of more than 30?", "Tokens": [ "MAX(", "FILTER(", "G1", "A1", "<", "6", "*", "E1", ">", "11", "*", "D1", "=", "36", "*", "C1", ">", "30" ] }, { "Formula": "SUM(FILTER(E1, (I1<49)*(F1=9)*(H1=39)*(D1<31)))", "Formula2": "SUM(FILTER(E2:E17, (I2:I17<49)*(F2:F17=9)*(H2:H17=39)*(D2:D17<31)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of wins for the entry that has fewer than 49 goals against, 39 goals for, 9 draws, and fewer than 31 points?", "Tokens": [ "SUM(", "FILTER(", "E1", "I1", "<", "49", "*", "F1", "=", "9", "*", "H1", "=", "39", "*", "D1", "<", "31" ] }, { "Formula": "AVERAGE(FILTER(H1, (G1>12)*(E1>10)*(D1<29)*(F1>3)))", "Formula2": "AVERAGE(FILTER(H2:H17, (G2:G17>12)*(E2:E17>10)*(D2:D17<29)*(F2:F17>3)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the average number of goals for entries with more than 12 losses, more than 10 wins, more than 3 draws, and fewer than 29 points?", "Tokens": [ "AVERAGE(", "FILTER(", "H1", "G1", ">", "12", "*", "E1", ">", "10", "*", "D1", "<", "29", "*", "F1", ">", "3" ] }, { "Formula": "MAX(FILTER(E1, (F1>4)*(B1=\"cd orense\")*(D1>36)))", "Formula2": "MAX(FILTER(E2:E17, (F2:F17>4)*(B2:B17=\"cd orense\")*(D2:D17>36)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest number of wins for club Cd Orense, with points greater than 36 and more than 4 draws?", "Tokens": [ "MAX(", "FILTER(", "E1", "F1", ">", "4", "*", "B1", "=", "\"cd orense\"", "*", "D1", ">", "36" ] }, { "Formula": "SUM(FILTER(C1, A1<1))", "Formula2": "SUM(FILTER(C2:C17, A2:A17<1))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of played for the entry with a position of less than 1?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "<", "1" ] } ]
train_2-17715861-2
[ [ "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", "CA Osasuna", "30", "46", "21", "4", "5", "83", "25", "+58" ], [ "3", "2", "RC Celta de Vigo", "30", "40", "17", "6", "7", "56", "30", "+26" ], [ "4", "3", "Deportivo La Coruña", "30", "36", "15", "6", "9", "68", "47", "+21" ], [ "5", "4", "CD Orense", "30", "36", "14", "8", "8", "45", "36", "+9" ], [ "6", "5", "Pontevedra CF", "30", "31", "11", "9", "10", "39", "40", "-1" ], [ "7", "6", "CD Sabadell CF", "30", "31", "11", "9", "10", "30", "40", "-10" ], [ "8", "7", "Cultural Leonesa", "30", "30", "11", "8", "11", "39", "42", "-3" ], [ "9", "8", "CD Basconia", "30", "29", "14", "1", "15", "41", "57", "-16" ], [ "10", "9", "San Sebastián CF", "30", "29", "11", "7", "12", "51", "50", "+1" ], [ "11", "10", "UD Salamanca", "30", "29", "11", "7", "12", "42", "36", "+6" ], [ "12", "11", "SD Indauchu", "30", "27", "12", "3", "15", "46", "59", "-13" ], [ "13", "12", "CD Condal 1", "30", "26", "8", "10", "12", "44", "49", "-5" ], [ "14", "13", "Real Gijón", "30", "25", "10", "5", "15", "41", "53", "-12" ], [ "15", "14", "Club Sestao", "30", "24", "8", "8", "14", "35", "51", "-16" ], [ "16", "15", "Baracaldo AH", "30", "22", "7", "8", "15", "33", "51", "-18" ], [ "17", "16", "CD Tarrasa", "30", "19", "5", "9", "16", "33", "60", "-27" ] ]
[ { "Formula": "ROWS(FILTER(G1,E1=\"Allan Hawco\"))", "Formula2": "ROWS(FILTER(G2:G13,E2:E13=\"Allan Hawco\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the number of original airdate written by allan hawco?", "Tokens": [ "ROWS(", "FILTER(", "G1", "E1", "=", "\"Allan Hawco\"" ] }, { "Formula": "ROWS(FILTER(D1,E1=\"John Callaghan\"))", "Formula2": "ROWS(FILTER(D2:D13,E2:E13=\"John Callaghan\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the total number of films directy and written by john callaghan?", "Tokens": [ "ROWS(", "FILTER(", "D1", "E1", "=", "\"John Callaghan\"" ] } ]
dev_1-27547668-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "#", "No.", "Title", "Directed by", "Written by", "Viewers", "Original airdate", "Prod. code" ], [ "2", "26", "1", "\"Streets of St. John's\"", "Keith Samples", "Allan Hawco & Perry Chafe", "1361000", "January11,2012", "301" ], [ "3", "27", "2", "\"Head Over Heels\"", "Keith Samples", "John Callaghan", "1179000", "January18,2012", "302" ], [ "4", "28", "3", "\"Hot Package\"", "Steve Scaini", "Jackie May", "1047000", "January25,2012", "303" ], [ "5", "29", "4", "\"Rusted Steele\"", "Steve Scaini", "Adam Higgs", "1156000", "February1,2012", "304" ], [ "6", "30", "5", "\"Dead Man Talking\"", "John Vatcher", "Perry Chafe", "1019000", "February8,2012", "305" ], [ "7", "31", "6", "\"The Dating Game\"", "Stacey Curtis", "Jackie May", "1075000", "February15,2012", "306" ], [ "8", "32", "7", "\"High School Confidential\"", "Gail Harvey", "Allan Hawco", "1003000", "February22,2012", "307" ], [ "9", "33", "8", "\"Two Jakes and a Baby\"", "Stacey Curtis", "John Callighan", "1164000", "February29,2012", "308" ], [ "10", "34", "9", "\"Mirror, Mirror\"", "Steve Scaini", "Adam Higgs", "1066000", "March7,2012", "309" ], [ "11", "35", "10", "\"One Angry Jake\"", "John Vatcher", "Jackie May and Kerri MacDonald", "1044000", "March14,2012", "310" ], [ "12", "36", "11", "\"Live Wire\"", "Keith Samples", "Perry Chafe", "1042000", "March21,2012", "311" ], [ "13", "37", "12", "\"Con, Steal, Love\"", "Steve Scaini", "John Callighan, Allan Hawco and Adam Higgs", "930000", "March28,2012", "312" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"sandi toksvig\")*(F1=\"mike mcshane\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"sandi toksvig\")*(F2:F18=\"mike mcshane\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Performer 1's name who performed with Sandi Toksvig as Performer 3 and Mike McShane as Performer 4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"sandi toksvig\"", "*", "F1", "=", "\"mike mcshane\"", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"ryan stiles\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F18,E2:E18=\"ryan stiles\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=14))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was Performer 4's name when Performer 3 was Ryan Stiles on episode 14?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"ryan stiles\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "14" ] } ]
test_2-14934885-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Episode", "Performer 1", "Performer 2", "Performer 3", "Performer 4" ], [ "2", "18 January 1991", "1", "Josie Lawrence", "Greg Proops", "Jim Sweeney", "Tony Slattery" ], [ "3", "25 January 1991", "2", "Josie Lawrence", "Mark Cohen", "Tony Slattery", "Mike McShane" ], [ "4", "1 February 1991", "3", "Mike McShane", "Sandi Toksvig", "Paul Merton", "Jim Sweeney" ], [ "5", "8 February 1991", "4", "Josie Lawrence", "Paul Merton", "Julian Clary", "Mike McShane" ], [ "6", "15 February 1991", "5", "Mike McShane", "Colin Mochrie", "Sandi Toksvig", "Tony Slattery" ], [ "7", "22 February 1991", "6", "Mike McShane", "Josie Lawrence", "Denalda Williams", "Sandi Toksvig" ], [ "8", "1 March 1991", "7", "Mike McShane", "Paul Merton", "Steve Steen", "Jim Sweeney" ], [ "9", "8 March 1991", "8", "Greg Proops", "Sandi Toksvig", "Tony Slattery", "Mike McShane" ], [ "10", "15 March 1991", "9", "London Compilation", "London Compilation", "London Compilation", "London Compilation" ], [ "11", "22 March 1991", "10", "Josie Lawrence", "Ryan Stiles", "Christopher Smith", "Jim Meskimen" ], [ "12", "29 March 1991", "11", "Mike McShane", "Mark Cohen", "Greg Proops", "John Sessions" ], [ "13", "5 April 1991", "12", "Josie Lawrence", "Ryan Stiles", "Colin Mochrie", "Mike McShane" ], [ "14", "12 April 1991", "13", "Christopher Smith", "Sandi Toksvig", "Jim Meskimen", "Mike McShane" ], [ "15", "19 April 1991", "14", "John Sessions", "Archie Hahn", "Ryan Stiles", "Mike McShane" ], [ "16", "26 April 1991", "15", "Greg Proops", "George McGrath", "Ryan Stiles", "Mike McShane" ], [ "17", "3 May 1991", "16", "Josie Lawrence", "Greg Proops", "Sandi Toksvig", "Mike McShane" ], [ "18", "10 May 1991", "17", "New York Compilation", "New York Compilation", "New York Compilation", "New York Compilation" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)>14))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which Season was the Poles greater than 14?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "14" ] }, { "Formula": "MAX(FILTER(B1, (E1=\"67%\")*(A1=\"alberto ascari\")))", "Formula2": "MAX(FILTER(B2:B11, (E2:E11=\"67%\")*(A2:A11=\"alberto ascari\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which is the highest Season with a Percentage of 67% and Alberto Ascari as a Driver?", "Tokens": [ "MAX(", "FILTER(", "B1", "E1", "=", "\"67%\"", "*", "A1", "=", "\"alberto ascari\"" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)>16))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(C2:C11)),FILTER(query1,CHOOSECOLS(query1,2)>16))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Name the Driver that has Races greater than 16?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16" ] } ]
train_2-13599687-29
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Season", "Races", "Poles", "Percentage" ], [ "2", "Nigel Mansell", "1992", "16", "14", "88%" ], [ "3", "Ayrton Senna", "1988", "16", "13", "81%" ], [ "4", "Ayrton Senna", "1989", "16", "13", "81%" ], [ "5", "Alain Prost", "1993", "16", "13", "81%" ], [ "6", "Sebastian Vettel", "2011", "19", "15", "79%" ], [ "7", "Juan Manuel Fangio", "1956", "8", "6", "75%" ], [ "8", "Jim Clark", "1963", "10", "7", "70%" ], [ "9", "Mika Häkkinen", "1999", "16", "11", "69%" ], [ "10", "Jim Clark", "1962", "9", "6", "67%" ], [ "11", "Alberto Ascari", "1953", "9", "6", "67%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"William A. Burwell (DR)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"William A. Burwell (DR)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which district did William A. Burwell (Dr) belong to? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"William A. Burwell (DR)\"", "1" ] } ]
train_1-2668347-22
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Virginia 1", "John G. Jackson", "Democratic-Republican", "1803 1813", "Retired Federalist gain", "James Pindall (F) 100%" ], [ "3", "Virginia 4", "William McCoy", "Democratic-Republican", "1811", "Re-elected", "William McCoy (DR)" ], [ "4", "Virginia 5", "James Breckinridge", "Federalist", "1809", "Retired Democratic-Republican gain", "John Floyd (DR) 57.6 Elijah MacClannahan (F) 42.4%" ], [ "5", "Virginia 7", "Ballard Smith", "Democratic-Republican", "1815", "Re-elected", "Ballard Smith (DR) 94.7% John Gray (F) 5.3%" ], [ "6", "Virginia 11", "Philip P. Barbour", "Democratic-Republican", "1814 (special)", "Re-elected", "Philip P. Barbour (DR)" ], [ "7", "Virginia 14", "William A. Burwell", "Democratic-Republican", "1806 (special)", "Re-elected", "William A. Burwell (DR)" ], [ "8", "Virginia 15", "John Kerr", "Democratic-Republican", "1815 ( special )", "Retired Democratic-Republican hold", "William J. Lewis (DR) 100%" ], [ "9", "Virginia 17", "James Pleasants", "Democratic-Republican", "1811", "Re-elected", "James Pleasants (DR) 100%" ], [ "10", "Virginia 18", "Thomas M. Nelson", "Democratic-Republican", "1816 ( special )", "Re-elected", "Thomas M. Nelson (DR) 100%" ], [ "11", "Virginia 19", "Peterson Goodwyn", "Democratic-Republican", "1803", "Re-elected", "Peterson Goodwyn (DR) 96.9% John Pegram (DR) 3.1%" ], [ "12", "Virginia 20", "James Johnson", "Democratic-Republican", "1813", "Re-elected", "James Johnson (DR) 100%" ], [ "13", "Virginia 22", "Hugh Nelson", "Democratic-Republican", "1811", "Re-elected", "Hugh Nelson (DR) 72.7% Thomas W. Maury (DR) 27.3%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"defending champion\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"defending champion\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Score points has a Rank points of defending champion?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"defending champion\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"wc beijing\")*(D1=11)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"wc beijing\")*(D2:D13=11)),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What Rank points has an Event of wc beijing, and Score points of 11?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"wc beijing\"", "*", "D1", "=", "11", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=28),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=28),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What Shooter has a Total of 28?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "28", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"wc beijing\")*(E1=16)*(C1=\"4\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"wc beijing\")*(E2:E13=16)*(C2:C13=\"4\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Shooter has an Event of wc beijing, a Total of 16, and Rank points of 4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"wc beijing\"", "*", "E1", "=", "16", "*", "C1", "=", "\"4\"", "1" ] } ]
train_2-18351792-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Shooter", "Event", "Rank points", "Score points", "Total" ], [ "2", "Erdzhanik Avetisyan ( RUS )", "WCF 2007", "Defending champion", "Defending champion", "Defending champion" ], [ "3", "Chiara Cainero ( ITA )", "OG Beijing", "Olympic gold medalist", "Olympic gold medalist", "Olympic gold medalist" ], [ "4", "Kim Rhode ( USA )", "OG Beijing", "Olympic silver medalist", "Olympic silver medalist", "Olympic silver medalist" ], [ "5", "Christine Brinker ( GER )", "OG Beijing", "Olympic bronze medalist", "Olympic bronze medalist", "Olympic bronze medalist" ], [ "6", "Haley Dunn ( USA )", "WC Kerrville", "15", "14", "29" ], [ "7", "Andri Eleftheriou ( CYP )", "WC Belgrade", "15", "14", "29" ], [ "8", "Wei Ning ( CHN )", "WC Beijing", "15", "13", "28" ], [ "9", "Diana Bacosi ( ITA )", "WC Suhl", "15", "13", "28" ], [ "10", "Danka Barteková ( SVK )", "WC Suhl", "10", "13", "23" ], [ "11", "Connie Smotek ( USA )", "WC Kerrville", "8", "10", "18" ], [ "12", "Zhang Shan ( CHN )", "WC Beijing", "4", "12", "16" ], [ "13", "Nathalie Larsson ( SWE )", "WC Beijing", "5", "11", "16" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t27\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"t27\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year has a winning finish of T27?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t27\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"england\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"england\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the finish for England?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"england\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=1991),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=1991),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What county won in 1991?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "1991", "2" ] }, { "Formula": "MAX(FILTER(D1, E1=9))", "Formula2": "MAX(FILTER(D2:D6, E2:E6=9))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the highest total to par of +9?", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", "=", "9" ] } ]
train_2-18116595-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Greg Norman", "Australia", "1986", "267", "–13", "1" ], [ "3", "Nick Faldo", "England", "1987 , 1990 , 1992", "269", "–11", "2" ], [ "4", "Mark Calcavecchia", "United States", "1989", "278", "–2", "T14" ], [ "5", "Seve Ballesteros", "Spain", "1979 , 1984 , 1988", "281", "+1", "T27" ], [ "6", "Ian Baker-Finch", "Australia", "1991", "289", "+9", "T70" ] ]
[ { "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Funcs": [ "UNIQUE(", "Cell" ], "Level": "easy", "Question": "Find all the phone numbers.", "Tokens": [ "UNIQUE(", "C1" ] }, { "Formula": "UNIQUE(C1)", "Formula2": "UNIQUE(C2:C16)", "Funcs": [ "UNIQUE(", "Cell" ], "Level": "easy", "Question": "What are all the phone numbers?", "Tokens": [ "UNIQUE(", "C1" ] }, { "Formula": "LET(query1,FILTER(A1:D1,B1=\"life insurance\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Formula2": "LET(query1,FILTER(A2:D16,B2:B16=\"life insurance\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "What are the customer phone numbers under the policy \"Life Insurance\"?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "B1", "=", "\"life insurance\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "1" ] }, { "Formula": "LET(query1,FILTER(A1:D1,B1=\"life insurance\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Formula2": "LET(query1,FILTER(A2:D16,B2:B16=\"life insurance\"),UNIQUE(CHOOSECOLS(query1,3,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "What are the phone numbers of customers using the policy with the code \"Life Insurance\"?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "D1", "B1", "=", "\"life insurance\"", "UNIQUE(", "CHOOSECOLS(", "query1", "3", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,COUNTX(B1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B16,COUNTX(B2:B16)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "COUNTX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Which policy type appears most frequently?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "COUNTX(", "B1", "2", "-", "1", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,SUMX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Find the policy type used by more than 4 customers.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Formula2": "LET(query1,SUMMARIZE(B2:B16,SUMX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,3)>4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Find the policy types more than 4 customers use. Show their type code.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "4" ] } ]
insurance_fnol_available_policies
[ [ "0", "A", "B", "C", "D" ], [ "1", "policy id", "policy type code", "customer phone", "available policies" ], [ "2", "246", "Life Insurance", "+16(2)5838999222", "" ], [ "3", "257", "Property Insurance", "242.763.9214", "" ], [ "4", "300", "Property Insurance", "1-416-503-7735x94204", "" ], [ "5", "301", "Property Insurance", "(777)537-7792", "" ], [ "6", "346", "Mortgage Insurance", "1-446-940-9907x257", "" ], [ "7", "366", "Mortgage Insurance", "(379)862-8274x12620", "" ], [ "8", "472", "Mortgage Insurance", "+85(6)1302858396", "" ], [ "9", "583", "Travel Insurance", "1-797-927-3585x9321", "" ], [ "10", "586", "Life Insurance", "991.642.6485x822", "" ], [ "11", "630", "Property Insurance", "813.178.8211x557", "" ], [ "12", "636", "Life Insurance", "889-572-0609x552", "" ], [ "13", "751", "Life Insurance", "1-138-841-3073", "" ], [ "14", "879", "Mortgage Insurance", "1-381-132-0127x3801", "" ], [ "15", "927", "Mortgage Insurance", "00481937923", "" ], [ "16", "993", "Property Insurance", "405.090.8654x021", "" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"cleveland\")*(G1=\"34-26\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(B2:B16=\"cleveland\")*(G2:G16=\"34-26\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What day was the visitor Cleveland when the record was 34-26?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"cleveland\"", "*", "G1", "=", "\"34-26\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"88-98\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,C2:C16=\"88-98\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the attendance when the score was 88-98?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"88-98\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"cleveland\")*(D1=\"dallas\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(B2:B16=\"cleveland\")*(D2:D16=\"dallas\")),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the record when the visitor was Cleveland in Dallas?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"cleveland\"", "*", "D1", "=", "\"dallas\"", "7" ] } ]
train_2-16188254-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "March 2", "Cleveland", "84-90", "Dallas", "Chris Mills , 16 points", "Reunion Arena 12,194", "33-23" ], [ "3", "March 4", "New York", "89-76", "Cleveland", "Hot Rod Williams , 20 points", "Gund Arena 20,562", "33-24" ], [ "4", "March 7", "Detroit", "81-89", "Cleveland", "Chris Mills , 24 points", "Gund Arena 20,562", "34-24" ], [ "5", "March 9", "San Antonio", "100-98", "Cleveland", "Terrell Brandon , 24 points", "Gund Arena 20,562", "34-25" ], [ "6", "March 10", "Cleveland", "76-99", "Chicago", "Tyrone Hill , 13 points", "United Center 22,362", "34-26" ], [ "7", "March 12", "Cleveland", "92-72", "Philadelphia", "3 way tie, 14 points", "CoreStates Spectrum 10,221", "35-26" ], [ "8", "March 16", "Utah", "85-93", "Cleveland", "Bobby Phills , 24 points", "Gund Arena 20,562", "36-26" ], [ "9", "March 17", "Cleveland", "77-80", "Minnesota", "Mark Price , 18 points", "Target Center 14,222", "36-27" ], [ "10", "March 19", "Cleveland", "90-96", "Washington", "Mark Price , 16 points", "USAir Arena 17,110", "36-28" ], [ "11", "March 20", "Dallas", "102-100", "Cleveland", "Tyrone Hill , 29 points", "Gund Arena 20,562", "36-29" ], [ "12", "March 22", "Sacramento", "89-101", "Cleveland", "Mark Price , 23 points", "Gund Arena 20,562", "37-29" ], [ "13", "March 24", "Atlanta", "74-75", "Cleveland", "Tyrone Hill , 24 points", "Gund Arena 20,562", "38-29" ], [ "14", "March 25", "Cleveland", "97-105", "Charlotte", "Chris Mills , 26 points", "Charlotte Coliseum 23,698", "38-30" ], [ "15", "March 29", "Cleveland", "96-107", "Indiana", "Chris Mills , 22 points", "Market Square Arena 16,619", "38-31" ], [ "16", "March 31", "Washington", "88-98", "Cleveland", "Chris Mills , 24 points", "Gund Arena 20,562", "39-31" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"cornerback\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>63))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,B2:B7=\"cornerback\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>63))", "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 NFL club of the cornerback player with a pick greater than 63?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"cornerback\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "63" ] }, { "Formula": "SUMIFS(C1,B1,\"tight end\")", "Formula2": "SUMIFS(C2:C7,B2:B7,\"tight end\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total round of the tight end position player?", "Tokens": [ "SUMIFS(", "C1", "B1", "\"tight end\"" ] }, { "Formula": "SUMIFS(D1,E1,\"buffalo bills\")", "Formula2": "SUMIFS(D2:D7,E2:E7,\"buffalo bills\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the pick of the NFL club buffalo bills?", "Tokens": [ "SUMIFS(", "D1", "E1", "\"buffalo bills\"" ] } ]
train_2-17249036-15
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "Round", "Pick", "NFL Club" ], [ "2", "Bryan Bulaga", "Tackle", "1", "23", "Green Bay Packers" ], [ "3", "Pat Angerer", "Linebacker", "2", "63", "Indianapolis Colts" ], [ "4", "Amari Spievey", "Cornerback", "3", "66", "Detroit Lions" ], [ "5", "Tony Moeaki", "Tight End", "3", "93", "Kansas City Chiefs" ], [ "6", "A. J. Edds", "Linebacker", "4", "119", "Miami Dolphins" ], [ "7", "Kyle Calloway", "Tackle", "7", "216", "Buffalo Bills" ] ]
[ { "Formula": "SUM(FILTER(C1, (A1>5)*(F1=11)*(D1<1)))", "Formula2": "SUM(FILTER(C2:C9, (A2:A9>5)*(F2:F9=11)*(D2:D9<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Can you tell me the total number of Played that has the Position larger than 5, and the Points of 11, and the Drawn smaller than 1?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", ">", "5", "*", "F1", "=", "11", "*", "D1", "<", "1" ] }, { "Formula": "MAX(FILTER(C1, (F1>11)*(E1>7)))", "Formula2": "MAX(FILTER(C2:C9, (F2:F9>11)*(E2:E9>7)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Can you tell me the highest Played that has the Points larger than 11, and the Lost larger than 7?", "Tokens": [ "MAX(", "FILTER(", "C1", "F1", ">", "11", "*", "E1", ">", "7" ] } ]
train_2-16566850-13
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Name", "Played", "Drawn", "Lost", "Points" ], [ "2", "1", "ESV Buchloe", "14", "1", "2", "23" ], [ "3", "2", "EV Pfronten", "14", "3", "2", "21" ], [ "4", "3", "EV Lindau", "14", "0", "5", "18" ], [ "5", "4", "ESV Burgau", "14", "0", "7", "14" ], [ "6", "5", "EV Bad Wörishofen (N)", "14", "0", "7", "14" ], [ "7", "6", "TSV Kottern", "14", "1", "8", "11" ], [ "8", "7", "EA Schongau (R)", "14", "2", "9", "8" ], [ "9", "8", "ERC Lechbruck", "14", "1", "12", "3" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Pennsylvania 2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,A2:A20=\"Pennsylvania 2\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was Chaka Fattah first elected in the Pennsylvania 2 district? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Pennsylvania 2\"", "4" ] }, { "Formula": "ROWS(UNIQUE(FILTER(B1, D1=1984)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B20, D2:D20=1984)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many incumbents were first elected in 1984? ", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "1984" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Bud Shuster\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"Bud Shuster\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was incumbent Bud Shuster first elected? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Bud Shuster\"", "4" ] }, { "Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Mike Doyle\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F20, B2:B20=\"Mike Doyle\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many candidates ran in the election where Mike Doyle was the incumbent? ", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "B1", "=", "\"Mike Doyle\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Tim Holden\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"Tim Holden\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Incumbent Tim Holden belonged to what party? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Tim Holden\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Tim Holden\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"Tim Holden\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what district was Tim Holden the incumbent? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Tim Holden\"", "1" ] } ]
train_1-1341453-40
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results", "Candidates" ], [ "2", "Pennsylvania 1", "Bob Brady", "Democratic", "May 19, 1998 (special)", "Re-elected", "Bob Brady (D) 81% William Harrison (R) 17%" ], [ "3", "Pennsylvania 2", "Chaka Fattah", "Democratic", "1994", "Re-elected", "Chaka Fattah (D) 86% Anne Marie Mulligan (R) 14%" ], [ "4", "Pennsylvania 3", "Robert Borski", "Democratic", "1982", "Re-elected", "Robert Borski (D) 60% Charles Dougherty (R) 40%" ], [ "5", "Pennsylvania 4", "Ron Klink", "Democratic", "1992", "Re-elected", "Ron Klink (D) 64% Mike Turzai (R) 36%" ], [ "6", "Pennsylvania 6", "Tim Holden", "Democratic", "1992", "Re-elected", "Tim Holden (D) 61% John Meckley (R) 39%" ], [ "7", "Pennsylvania 7", "Curt Weldon", "Republican", "1986", "Re-elected", "Curt Weldon (R) 72% Martin D'Urso (D) 28%" ], [ "8", "Pennsylvania 8", "Jim Greenwood", "Republican", "1992", "Re-elected", "Jim Greenwood (R) 64% Bill Tuthill (D) 33%" ], [ "9", "Pennsylvania 9", "Bud Shuster", "Republican", "1972", "Re-elected", "Bud Shuster (R) unopposed" ], [ "10", "Pennsylvania 10", "Joe McDade", "Republican", "1962", "Retired Republican hold", "Don Sherwood (R) 49% Patrick Casey (D) 49%" ], [ "11", "Pennsylvania 11", "Paul Kanjorski", "Democratic", "1984", "Re-elected", "Paul Kanjorski (D) 67% Stephen Urban (R) 33%" ], [ "12", "Pennsylvania 12", "John Murtha", "Democratic", "1974", "Re-elected", "John Murtha (D) 68% Timothy Holloway (R) 32%" ], [ "13", "Pennsylvania 13", "Jon D. Fox", "Republican", "1994", "Lost re-election Democratic gain", "Joe Hoeffel (D) 52% Jon D. Fox (R) 47%" ], [ "14", "Pennsylvania 14", "William Coyne", "Democratic", "1980", "Re-elected", "William Coyne (D) 61% Bill Ravotti (R) 39%" ], [ "15", "Pennsylvania 15", "Paul McHale", "Democratic", "1992", "Retired Republican gain", "Pat Toomey (R) 55% Roy Afflerbach (D) 45%" ], [ "16", "Pennsylvania 16", "Joe Pitts", "Republican", "1996", "Re-elected", "Joe Pitts (R) 71% Robert Yorczyk (D) 29%" ], [ "17", "Pennsylvania 17", "George Gekas", "Republican", "1982", "Re-elected", "George Gekas (R) unopposed" ], [ "18", "Pennsylvania 18", "Mike Doyle", "Democratic", "1994", "Re-elected", "Mike Doyle (D) 68% Dick Walker (R) 32%" ], [ "19", "Pennsylvania 19", "Bill Goodling", "Republican", "1974", "Re-elected", "Bill Goodling (R) 68% Linda Ropp (D) 29%" ], [ "20", "Pennsylvania 20", "Frank Mascara", "Democratic", "1994", "Re-elected", "Frank Mascara (D) unopposed" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"katie curtis unknown\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"katie curtis unknown\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won the Silver the Year Katie Curtis Unknown won the Bronze?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"katie curtis unknown\"", "4" ] } ]
train_2-16880231-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Location", "Gold", "Silver", "Bronze" ], [ "2", "2005", "Herne Hill", "Kate Cullen Ian Smith", "Jo Tindley Colin Denman", "Joy Nixon Derek Marloe" ], [ "3", "2006", "Reading", "Victoria Pendleton Sean Bannister", "Laura Bissell Ian Smith", "Leda Cox Paul Spender" ], [ "4", "2007", "Maindy", "Victoria Pendleton Sean Bannister", "Alex Greenfield Unknown", "Katie Curtis Unknown" ], [ "5", "2008", "Maindy", "Janet Birkmyre Graham Bristow", "Hannah Rich James Taylor", "Joanne McRae Colin Denman" ], [ "6", "2009", "Newport", "Danni King Courtney Rowe", "Emma Patterson George Gilbert", "Melanie Sneddon Doug Pinkerton" ], [ "7", "2010", "Scunthorpe", "Laura Trott Sean Bannister", "Danni King Courtney Rowe", "Janet Birkmyre Graham Bristow" ], [ "8", "2011", "Herne Hill", "Hannah Walker Peter Bäuerlein", "Claire Newland Dave Scott", "Corrine Hall Derek Marloe" ], [ "9", "2012", "Herne Hill", "Hannah Walker George Gilbert", "Corrine Hall Derek Marloe", "Joanne McRae Sean Bannister" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=342))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(E2:E13)),FILTER(query1,CHOOSECOLS(query1,2)=342))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who has exactly 342 spikes?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "342" ] }, { "Formula": "MIN(FILTER(E1, (D1=83)*(C1>190)))", "Formula2": "MIN(FILTER(E2:E13, (D2:D13=83)*(C2:C13>190)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the smallest number of spikes for players with a weight of 83 and height over 190?", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "=", "83", "*", "C1", ">", "190" ] } ]
train_2-15859432-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Date of Birth", "Height", "Weight", "Spike" ], [ "2", "Luigi Mastrangelo", "17.08.1975", "202", "90", "368" ], [ "3", "Valerio Vermiglio", "01.03.1976", "190", "83", "342" ], [ "4", "Samuele Papi", "20.05.1973", "190", "84", "345" ], [ "5", "Andrea Sartoretti", "19.06.1971", "194", "88", "353" ], [ "6", "Alberto Cisolla", "10.10.1977", "197", "86", "367" ], [ "7", "Venceslav Simeonov", "03.02.1977", "199", "10", "356" ], [ "8", "Damiano Pippi", "23.08.1971", "193", "84", "323" ], [ "9", "Andrea Giani", "22.04.1970", "196", "97", "356" ], [ "10", "Alessandro Fei", "29.11.1978", "204", "90", "352" ], [ "11", "Paolo Tofoli", "14.08.1966", "188", "81", "345" ], [ "12", "Paolo Cozzi", "26.05.1980", "200", "86", "363" ], [ "13", "Matej Černič", "13.09.1978", "192", "80", "354" ] ]
[ { "Formula": "ROWS(FILTER(F1,E1=\"Matt Di Angelo and Antony Cotton\"))", "Formula2": "ROWS(FILTER(F2:F6,E2:E6=\"Matt Di Angelo and Antony Cotton\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the total number of coat of cash wearing celebrity where panelists are matt di angelo and antony cotton", "Tokens": [ "ROWS(", "FILTER(", "F1", "E1", "=", "\"Matt Di Angelo and Antony Cotton\"" ] }, { "Formula": "FILTER(D1,C1=\"Elle Macpherson\")", "Formula2": "FILTER(D2:D6,C2:C6=\"Elle Macpherson\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the musical guest where guest host is elle macpherson", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"Elle Macpherson\"" ] }, { "Formula": "ROWS(FILTER(E1,F1=\"Matt Di Angelo\"))", "Formula2": "ROWS(FILTER(E2:E6,F2:F6=\"Matt Di Angelo\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the number of panelists for oat of cash wearing celebrity being matt di angelo", "Tokens": [ "ROWS(", "FILTER(", "E1", "F1", "=", "\"Matt Di Angelo\"" ] }, { "Formula": "ROWS(FILTER(A1,F1=\"Matt Di Angelo\"))", "Formula2": "ROWS(FILTER(A2:A6,F2:F6=\"Matt Di Angelo\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the total number of episodes for coat of cash wearing celebrity is matt di angelo", "Tokens": [ "ROWS(", "FILTER(", "A1", "F1", "=", "\"Matt Di Angelo\"" ] }, { "Formula": "MIN(FILTER(A1,E1=\"Reggie Yates and Kelly Osbourne\"))", "Formula2": "MIN(FILTER(A2:A6,E2:E6=\"Reggie Yates and Kelly Osbourne\"))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Name the least number of episodes for the panelists of reggie yates and kelly osbourne", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "=", "\"Reggie Yates and Kelly Osbourne\"" ] } ]
dev_1-1590967-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode Number", "Air Date", "Guest Host", "Musical Guest (Song performed)", "Who knows the most about the guest host? Panelists", "Coat Of Cash Wearing Celebrity" ], [ "2", "1", "21 March 2008", "Elle Macpherson", "Estelle ( American Boy )", "Jason Donovan and Alesha Dixon", "Rhino" ], [ "3", "2", "28 March 2008", "David Tennant", "The Wombats ( Backfire at the Disco )", "Suzanne Shaw and Freema Agyeman", "Nicholas de Lacy-Brown" ], [ "4", "3", "4 April 2008", "Mariah Carey", "Mariah Carey ( Touch My Body )", "Matt Di Angelo and Antony Cotton", "Matt Di Angelo" ], [ "5", "4", "11 April 2008", "Elijah Wood", "Heloise and the Savoir Faire (Illusions)", "Reggie Yates and Kelly Osbourne", "Ian Stringer" ], [ "6", "5", "18 April 2008", "Geri Halliwell", "Sam Sparro ( Black and Gold )", "Joe Dempsie and Shaggy", "Caroline Pearce" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=7),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=7),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the nationality of the player in round 7?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "7", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"united states\")*(E1=\"bowling green falcons (ccha)\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"united states\")*(E2:E15=\"bowling green falcons (ccha)\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which player is from the United States, and played for the Bowling Green Falcons (CCHA) as their College/Junior/Club Team (League)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"united states\"", "*", "E1", "=", "\"bowling green falcons (ccha)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=6),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=6),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which College/Junior/Club Team (League) did the player in round 6 play for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "6", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jamie cooke\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"jamie cooke\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What round did Jamie Cooke play in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jamie cooke\"", "1" ] } ]
test_2-14323142-16
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Player", "Position", "Nationality", "College/Junior/Club Team (League)" ], [ "2", "1", "Claude Boivin", "Left Wing", "Canada", "Drummondville Voltigeurs ( QMJHL )" ], [ "3", "2", "Pat Murray", "Left Wing", "Canada", "Michigan State Spartans ( CCHA )" ], [ "4", "3", "Craig Fisher", "Left Wing", "Canada", "Oshawa Legionaires ( MetJHL )" ], [ "5", "3", "Dominic Roussel", "Goaltender", "Canada", "Trois-Rivières Draveurs (QMJHL)" ], [ "6", "4", "Scott LaGrand", "Goaltender", "United States", "Hotchkiss School (Conn.)" ], [ "7", "5", "Edward O'Brien", "Left Wing", "United States", "Cushing Academy (Massachusetts)" ], [ "8", "6", "Gord Frantti", "Defense", "United States", "Calumet High School (Mich.)" ], [ "9", "7", "Jamie Cooke", "Right Wing", "Canada", "Bramalea Blues (MetJHL)" ], [ "10", "8", "Johann Salle", "Defense", "Sweden", "Malmö IF ( Elitserien )" ], [ "11", "9", "Brian Arthur", "Defense", "Canada", "Etobicoke Capitals (CJBHL)" ], [ "12", "10", "Jeff Dandreta", "Right Wing", "United States", "Cushing Academy (Massachusetts)" ], [ "13", "11", "Scott Billey", "Right Wing", "United States", "Madison Capitols ( USHL )" ], [ "14", "12", "Dragomir Kadlec", "Defense", "Czech Republic", "Dukla Jihlava (CZE)" ], [ "15", "Sup", "Paul Connell", "Goaltender", "United States", "Bowling Green Falcons (CCHA)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"david mcnamara\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"david mcnamara\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When David McNamara was the opponent in the final, what was the tier?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"david mcnamara\"", "3" ] } ]
train_2-14965880-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Tournament", "Tier", "Surface", "Opponent in the final", "Score" ], [ "2", "26 October 1998", "Melbourne , Victoria , Australia", "ITF", "Clay", "Toby Mitchell", "6–2, 6–4" ], [ "3", "19 November 2001", "Australia", "ITF", "Hard", "David McNamara", "6–4, 6–2" ], [ "4", "31 July 2006", "Germany", "ITF", "Clay", "Nicolas Todero", "4–6, 6–4, 7–6 (2)" ], [ "5", "21 August 2006", "Netherlands", "ITF", "Clay", "Robin Haase", "6–4, 4–6, 6–3" ], [ "6", "19 November 2007", "Caloundra , Queensland, Australia", "ITF", "Hard", "Todd Widom", "7–6 (2), 7–6 (5)" ], [ "7", "26 November 2007", "Brisbane , Queensland, Australia", "ITF", "Hard", "Go Soeda", "1–6, 6–0, 6–3" ] ]
[ { "Formula": "SUM(FILTER(E1, (F1=\"3rd round\")*(C1>12)))", "Formula2": "SUM(FILTER(E2:E15, (F2:F15=\"3rd round\")*(C2:C15>12)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many people attended the 3rd round Emperor's cup with a TMS larger than 12?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "\"3rd round\"", "*", "C1", ">", "12" ] }, { "Formula": "AVERAGE(FILTER(E1, (D1=8)*(A1<1999)))", "Formula2": "AVERAGE(FILTER(E2:E15, (D2:D15=8)*(A2:A15<1999)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average attendance for seasons before 1999 with pos of 8?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "D1", "=", "8", "*", "A1", "<", "1999" ] } ]
test_2-1355180-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Div.", "Tms.", "Pos.", "Attendance/G", "Emperor's Cup" ], [ "2", "1999", "J2", "10", "8", "3,385", "3rd Round" ], [ "3", "2000", "J2", "11", "6", "3,714", "3rd Round" ], [ "4", "2001", "J2", "12", "10", "3,479", "4th Round" ], [ "5", "2002", "J2", "12", "9", "3,890", "3rd Round" ], [ "6", "2003", "J2", "12", "12", "3,172", "1st Round" ], [ "7", "2004", "J2", "12", "11", "3,610", "4th Round" ], [ "8", "2005", "J2", "12", "8", "7,855", "4th Round" ], [ "9", "2006", "J2", "13", "4", "7,465", "4th Round" ], [ "10", "2007", "J2", "13", "8", "6,114", "5th Round" ], [ "11", "2008", "J2", "15", "6", "7,261", "Quarter-final" ], [ "12", "2009", "J2", "18", "5", "5,939", "4th Round" ], [ "13", "2010", "J2", "19", "9", "6,633", "3rd Round" ], [ "14", "2011", "J2", "20", "2", "7,731", "2nd Round" ], [ "15", "2012", "J1", "18", "5", "11,991", "2nd Round" ] ]
[ { "Formula": "MAX(FILTER(B1, (C1=1)*(E1=17)))", "Formula2": "MAX(FILTER(B2:B13, (C2:C13=1)*(E2:E13=17)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the highest championship that has 1 as the league cup, and 17 as the total?", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "1", "*", "E1", "=", "17" ] }, { "Formula": "SUM(FILTER(C1, D1<0))", "Formula2": "SUM(FILTER(C2:C13, D2:D13<0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many league cups have an FA Cup less than 0?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "<", "0" ] } ]
train_2-18884038-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Championship", "League Cup", "FA Cup", "Total" ], [ "2", "Gary McSheffrey Category:Articles with hCards", "15", "1", "1", "17" ], [ "3", "Dele Adebola Category:Articles with hCards", "12", "0", "0", "12" ], [ "4", "Stern John Category:Articles with hCards", "10", "0", "1", "0 11" ], [ "5", "Dennis Wise Category:Articles with hCards", "6", "0", "0", "0 6" ], [ "6", "Don Hutchison Category:Articles with hCards", "4", "0", "0", "0 4" ], [ "7", "Claus Bech Jørgensen Category:Articles with hCards", "3", "0", "0", "0 3" ], [ "8", "Andy Morrell Category:Articles with hCards", "2", "1", "0", "0 3" ], [ "9", "James Scowcroft Category:Articles with hCards", "3", "0", "0", "0 3" ], [ "10", "Lilian Nalis Category:Articles with hCards", "2", "0", "0", "0 2" ], [ "11", "Matt Heath Category:Articles with hCards", "1", "1", "0", "0 2" ], [ "12", "Robert Page Category:Articles with hCards", "1", "0", "0", "0 1" ], [ "13", "Willo Flood Category:Articles with hCards", "1", "0", "0", "0 1" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"december 21, 1969\")", "Formula2": "SUMIFS(A2:A15,B2:B15,\"december 21, 1969\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "In what week was the December 21, 1969 game?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"december 21, 1969\"" ] } ]
train_2-18880043-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 21, 1969", "at Pittsburgh Steelers", "L 16-13", "51,360" ], [ "3", "2", "September 28, 1969", "New York Giants", "W 24-0", "54,358" ], [ "4", "3", "October 5, 1969", "at Cleveland Browns", "W 28-21", "82,833" ], [ "5", "4", "October 12, 1969", "Green Bay Packers", "L 28-17", "58,384" ], [ "6", "5", "October 19, 1969", "Chicago Bears", "W 13-7", "54,732" ], [ "7", "6", "October 26, 1969", "at Minnesota Vikings", "L 24-10", "47,900" ], [ "8", "7", "November 2, 1969", "at San Francisco 49ers", "W 26-14", "35,100" ], [ "9", "8", "November 9, 1969", "Atlanta Falcons", "W 27-21", "53,242" ], [ "10", "9", "November 16, 1969", "St. Louis Cardinals", "W 20-0", "51,749" ], [ "11", "10", "November 23, 1969", "at Green Bay Packers", "W 16-10", "50,861" ], [ "12", "11", "November 27, 1969", "Minnesota Vikings", "L 27-0", "57,906" ], [ "13", "12", "December 7, 1969", "at Baltimore Colts", "T 17-17", "60,238" ], [ "14", "13", "December 14, 1969", "Los Angeles Rams", "W 28-0", "53,256" ], [ "15", "14", "December 21, 1969", "at Chicago Bears", "W 20-3", "41,879" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"bc 2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"bc 2\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the opponent for winner of bc 2", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bc 2\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"holy cross\")*(E1=\"push\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"holy cross\")*(E2:E10=\"push\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the score for opponent of holy cross and result of push", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"holy cross\"", "*", "E1", "=", "\"push\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1978-12-16\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"1978-12-16\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the score on 1978-12-16", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1978-12-16\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1979-01-17\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"1979-01-17\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the result for 1979-01-17", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1979-01-17\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"bc 3\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"bc 3\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "I want the result for winner of bc 3", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bc 3\"", "5" ] } ]
test_2-11222695-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Winner", "Score", "Result" ], [ "2", "1978-12-06", "Providence", "BC 19", "83–64", "Lose" ], [ "3", "1978-12-16", "Harvard", "BC 3", "86–83", "Win" ], [ "4", "1978-12-23", "UCLA", "Opp 22", "103–81", "Win" ], [ "5", "1979-01-10", "Rhode Island", "Opp 13", "91–78", "Lose" ], [ "6", "1979-01-17", "UConn", "BC 10", "90–80", "Win" ], [ "7", "1979-01-20", "Holy Cross", "BC 2", "89–87", "Push" ], [ "8", "1979-02-03", "Fordham", "BC 7", "71–64", "Win" ], [ "9", "1979-02-06", "St. John's", "Opp 9", "85–76", "Push" ], [ "10", "1979-02-10", "Holy Cross", "Opp 2", "98–96", "Lose" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"2.2 (14)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"2.2 (14)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who has an away team score of 2.2 (14)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"2.2 (14)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"essendon\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"essendon\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where does Essendon play their home games?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"essendon\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"2.2 (14)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"2.2 (14)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game held where the away team had a score of 2.2 (14)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"2.2 (14)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"victoria park\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"victoria park\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What team plays their home games in Victoria Park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"victoria park\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"4.9 (33)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"4.9 (33)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team in the game where the home team had a score of 4.9 (33)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"4.9 (33)\"", "3" ] } ]
train_2-1204658-12
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Date" ], [ "2", "St Kilda", "5.4 (34)", "South Melbourne", "4.5 (29)", "Junction Oval", "11 July 1908" ], [ "3", "Fitzroy", "4.9 (33)", "Richmond", "5.4 (34)", "Brunswick Street Oval", "11 July 1908" ], [ "4", "Collingwood", "3.13 (31)", "University", "2.2 (14)", "Victoria Park", "11 July 1908" ], [ "5", "Melbourne", "9.12 (66)", "Geelong", "7.6 (48)", "MCG", "11 July 1908" ], [ "6", "Essendon", "6.6 (42)", "Carlton", "4.5 (29)", "EMCG", "11 July 1908" ] ]
[ { "Formula": "SUM(FILTER(E1, (B1=\"united kingdom\")*(D1<0)))", "Formula2": "SUM(FILTER(E2:E14, (B2:B14=\"united kingdom\")*(D2:D14<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many bronze medals for the United Kingdom when the silver was less than 0?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"united kingdom\"", "*", "D1", "<", "0" ] }, { "Formula": "SUM(FILTER(E1, (F1>2)*(B1=\"west germany\")))", "Formula2": "SUM(FILTER(E2:E14, (F2:F14>2)*(B2:B14=\"west germany\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many bronze medals for West Germany having a total more than 2?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", ">", "2", "*", "B1", "=", "\"west germany\"" ] }, { "Formula": "SUM(FILTER(D1, (A1=11)*(C1<0)))", "Formula2": "SUM(FILTER(D2:D14, (A2:A14=11)*(C2:C14<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the amount of silver for rank 11 having less than 0 gold?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "11", "*", "C1", "<", "0" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"bulgaria\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>1)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,B2:B14=\"bulgaria\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>1)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What rank is Bulgaria with less than 3 silver and more than 1 bronze?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bulgaria\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "3", "*", "CHOOSECOLS(", "query1", "3", ">", "1" ] } ]
train_2-18715280-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Hungary", "7", "3", "1", "11" ], [ "3", "2", "Soviet Union", "1", "6", "3", "10" ], [ "4", "3", "Romania", "3", "3", "2", "8" ], [ "5", "4", "East Germany", "2", "3", "2", "7" ], [ "6", "5", "Poland", "1", "1", "1", "3" ], [ "7", "6", "Bulgaria", "1", "0", "2", "3" ], [ "8", "7", "West Germany", "1", "0", "2", "3" ], [ "9", "8", "United Kingdom", "2", "0", "0", "2" ], [ "10", "9", "France", "0", "1", "1", "2" ], [ "11", "10", "Yugoslavia", "0", "1", "1", "2" ], [ "12", "11", "Denmark", "0", "0", "2", "2" ], [ "13", "12", "Australia", "0", "0", "1", "1" ], [ "14", "Total", "Total", "18", "18", "18", "54" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(A1<2012)*(E1=\"dnf\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<161)*(CHOOSECOLS(query1,3)=33)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F8,(A2:A8<2012)*(E2:E8=\"dnf\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<161)*(CHOOSECOLS(query1,3)=33)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Can you tell me the Co-driver that has the Year smaller than 2012, and the Laps smaller than 161, and the Position of dnf, and the Number 33?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "<", "2012", "*", "E1", "=", "\"dnf\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "161", "*", "CHOOSECOLS(", "query1", "3", "=", "33" ] }, { "Formula": "SUMIFS(F1,C1,\"wps racing\")", "Formula2": "SUMIFS(F2:F8,C2:C8,\"wps racing\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Can you tell me the total number of Laps that has the Team of wps racing?", "Tokens": [ "SUMIFS(", "F1", "C1", "\"wps racing\"" ] } ]
test_2-15677649-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Number", "Team", "Co-driver", "Position", "Laps" ], [ "2", "2006", "12", "Team BOC", "Dale Brede", "DNF", "59" ], [ "3", "2007", "10", "WPS Racing", "Grant Denyer", "15th", "159" ], [ "4", "2008", "33", "Garry Rogers Motorsport", "Lee Holdsworth", "DNF", "139" ], [ "5", "2009", "34", "Garry Rogers Motorsport", "Lee Holdsworth", "3rd", "161" ], [ "6", "2010", "34", "Garry Rogers Motorsport", "Greg Ritter", "10th", "161" ], [ "7", "2011", "34", "Garry Rogers Motorsport", "Marcus Marshall", "10th", "161" ], [ "8", "2012", "34", "Garry Rogers Motorsport", "Greg Ritter", "5th", "161" ] ]
[ { "Formula": "FILTER(A1,B1=\"birmingham city\")", "Formula2": "FILTER(A2:A12,B2:B12=\"birmingham city\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Tie is from birmingham city?", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"birmingham city\"" ] }, { "Formula": "FILTER(A1,B1=\"everton\")", "Formula2": "FILTER(A2:A12,B2:B12=\"everton\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Tie is from everton?", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"everton\"" ] } ]
dev_2-17608125-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "Derby County", "2–2", "Arsenal", "26 February 1972" ], [ "3", "Replay", "Arsenal", "0–0", "Derby County", "29 February 1972" ], [ "4", "2nd replay", "Derby County", "0–1", "Arsenal", "13 March 1972" ], [ "5", "2", "Everton", "0–2", "Tottenham Hotspur", "26 February 1972" ], [ "6", "3", "Manchester United", "0–0", "Middlesbrough", "26 February 1972" ], [ "7", "Replay", "Middlesbrough", "0–3", "Manchester United", "29 February 1972" ], [ "8", "4", "Huddersfield Town", "4–2", "West Ham United", "26 February 1972" ], [ "9", "5", "Cardiff City", "0–2", "Leeds United", "26 February 1972" ], [ "10", "6", "Stoke City", "4–1", "Hull City", "26 February 1972" ], [ "11", "7", "Birmingham City", "3–1", "Portsmouth", "26 February 1972" ], [ "12", "8", "Orient", "3–2", "Chelsea", "26 February 1972" ] ]
[ { "Formula": "SUMIFS(E1,B1,\"nov. 11\")", "Formula2": "SUMIFS(E2:E15,B2:B15,\"nov. 11\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What were the Bills points on Nov. 11?", "Tokens": [ "SUMIFS(", "E1", "B1", "\"nov. 11\"" ] }, { "Formula": "SUM(FILTER(G1, (B1=\"oct. 29\")*(E1>23)))", "Formula2": "SUM(FILTER(G2:G15, (B2:B15=\"oct. 29\")*(E2:E15>23)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was the Bills first downs on Oct. 29 with more the 23 Bills points?", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "\"oct. 29\"", "*", "E1", ">", "23" ] } ]
train_2-16028459-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Result", "Bills points", "Opponents", "Bills first downs", "Record" ], [ "2", "1", "Sept. 16", "at New England Patriots", "Win", "31", "13", "23", "1–0" ], [ "3", "2", "Sept. 23", "at San Diego Chargers", "Loss", "7", "34", "16", "1–1" ], [ "4", "3", "Sept. 30", "New York Jets", "Win", "9", "7", "15", "2–1" ], [ "5", "4", "Oct. 7", "Philadelphia Eagles", "Win", "27", "26", "16", "3–1" ], [ "6", "5", "Oct. 14", "Baltimore Colts", "Win", "31", "13", "18", "4–1" ], [ "7", "6", "Oct. 21", "at Miami Dolphins", "Loss", "6", "27", "8", "4–2" ], [ "8", "7", "Oct. 29", "Kansas City Chiefs", "Win", "23", "14", "21", "5–2" ], [ "9", "8", "Nov. 4", "at New Orleans Saints", "Loss", "0", "13", "10", "5–3" ], [ "10", "9", "Nov. 11", "Cincinnati Bengals", "Loss", "13", "16", "10", "5–4" ], [ "11", "10", "Nov. 18", "Miami Dolphins", "Loss", "0", "17", "15", "5–5" ], [ "12", "11", "Nov. 25", "at Baltimore Colts", "Win", "24", "17", "16", "6–5" ], [ "13", "12", "Dec. 2", "at Atlanta Falcons", "Win", "17", "6", "17", "7–5" ], [ "14", "13", "Dec. 9", "New England Patriots", "Win", "37", "13", "13", "8–5" ], [ "15", "14", "Dec. 16", "at New York Jets", "Win", "34", "14", "21", "9–5" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ə\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"ə\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 17th c., when American is \"ə\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ə\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ɛi\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"ɛi\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is British, when 17th c. is \"ɛi\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"ɛi\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"i, ɪ, ə\")*(E1=\"œsophagus\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"i, ɪ, ə\")*(E2:E8=\"œsophagus\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 17th c., when Australian is \"i, ɪ, ə\", and when Examples is \"œsophagus\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"i, ɪ, ə\"", "*", "E1", "=", "\"œsophagus\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"amœba, anemone, ascesis\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"amœba, anemone, ascesis\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Australian, when Examples is \"amœba, anemone, ascesis\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"amœba, anemone, ascesis\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"i, ɪ, ə\")*(E1=\"œsophagus\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"i, ɪ, ə\")*(E2:E8=\"œsophagus\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is British, when Australian is \"i, ɪ, ə\", and when Examples is \"œsophagus\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"i, ɪ, ə\"", "*", "E1", "=", "\"œsophagus\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"elysium, emeritus, epitome, erotica\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"elysium, emeritus, epitome, erotica\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Australian, when Examples is \"elysium, emeritus, epitome, erotica\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"elysium, emeritus, epitome, erotica\"", "4" ] } ]
test_2-17798093-11
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "17th c.", "American", "British", "Australian", "Examples" ], [ "2", "ɐ", "ə", "ə", "ə", "amœba, anemone, ascesis" ], [ "3", "e", "i, ɪ, ə", "i, ɪ, ə", "i, ɪ, ə", "Elysium, emeritus, epitome, erotica" ], [ "4", "e", "i, ɪ, ə", "i, ɪ, ə", "i, ɪ, ə", "ænigma" ], [ "5", "e", "i, ɪ, ə", "i, ɪ, ə", "i, ɪ, ə", "œsophagus" ], [ "6", "ɛi", "ai", "aɪ", "ɑe", "idea" ], [ "7", "ɛi", "ai", "aɪ", "ɑe", "hyperbola, hypothesis" ], [ "8", "o", "ɞu, ɞ, ə", "əʊ, ə", "əʉ, ə", "Olympus" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2008),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=2008),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which website was started in 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2008", "5" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"arctic sun\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,C2:C14=\"arctic sun\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<1))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Year started is the highest one that has a Current car of arctic sun, and a Number of cars smaller than 1?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"arctic sun\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=1999),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,A2:A14=1999),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Current car has a Number of cars of 1, and a Year started of 1999?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "1999", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=100),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,D2:D14=100),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>7))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which Year started is the lowest one that has a Number of cars larger than 7, and a Car # of 100?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "100", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7" ] } ]
train_2-1688640-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year started", "Number of cars", "Current car", "Car #", "Website" ], [ "2", "1998", "7", "B-7", "77", "English" ], [ "3", "1992", "7", "Éclipse 7", "92", "French English" ], [ "4", "1998", "6", "Esteban VI", "55", "French English" ], [ "5", "1992", "3", "iSun", "66", "French English" ], [ "6", "1997", "4", "Phoenix II", "116", "English" ], [ "7", "1990", "10", "Midnight Sun X", "24", "English" ], [ "8", "2008", "1", "Arctic Sun", "None", "English" ], [ "9", "1988", "11", "Aurum", "100", "English" ], [ "10", "1991", "6", "SunStang", "96", "English" ], [ "11", "2008", "1", "Raven", "None", "English" ], [ "12", "2004", "4", "Schulich Delta", "65", "English" ], [ "13", "1989", "2", "RALOS II", "125", "English" ], [ "14", "1999", "1", "Xof1", "125", "English french" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"William B. Oliver\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A7, B2:B7=\"William B. Oliver\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many districts does william b. oliver represent?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "B1", "=", "\"William B. Oliver\"" ] }, { "Formula": "UNIQUE(D1)", "Formula2": "UNIQUE(D2:D7)", "Funcs": [ "UNIQUE(", "Cell" ], "Level": "easy", "Question": "What is the last year that someone is first elected?", "Tokens": [ "UNIQUE(", "D1" ] } ]
train_1-1342359-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Alabama 1", "John McDuffie", "Democratic", "1918", "Re-elected", "John McDuffie (D) Unopposed" ], [ "3", "Alabama 2", "J. Lister Hill", "Democratic", "1923", "Re-elected", "J. Lister Hill (D) Unopposed" ], [ "4", "Alabama 3", "Henry B. Steagall", "Democratic", "1914", "Re-elected", "Henry B. Steagall (D) Unopposed" ], [ "5", "Alabama 4", "Lamar Jeffers", "Democratic", "1921", "Re-elected", "Lamar Jeffers (D) 68.5% E. D. Banks (R) 31.5%" ], [ "6", "Alabama 5", "Lafayette L. Patterson", "Democratic", "1928", "Re-elected", "Lafayette L. Patterson (D) Unopposed" ], [ "7", "Alabama 6", "William B. Oliver", "Democratic", "1914", "Re-elected", "William B. Oliver (D) Unopposed" ] ]
[ { "Formula": "SUM(FILTER(A1, (B1=\"si sa ket\")*(E1<14)))", "Formula2": "SUM(FILTER(A2:A11, (B2:B11=\"si sa ket\")*(E2:E11<14)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the rank of Si Sa Ket province with less than 14 bronze medals?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"si sa ket\"", "*", "E1", "<", "14" ] }, { "Formula": "SUM(FILTER(F1, (D1<40)*(A1=3)))", "Formula2": "SUM(FILTER(F2:F11, (D2:D11<40)*(A2:A11=3)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many total medals does rank 3 with less than 40 silver medals?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "<", "40", "*", "A1", "=", "3" ] }, { "Formula": "AVERAGE(FILTER(C1, (E1=25)*(A1<9)))", "Formula2": "AVERAGE(FILTER(C2:C11, (E2:E11=25)*(A2:A11<9)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many average gold medals for provinces higher than rank 9 with 25 bronzes?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "E1", "=", "25", "*", "A1", "<", "9" ] } ]
train_2-18615220-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Province", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Bangkok", "129", "114", "80", "323" ], [ "3", "2", "Suphan Buri", "39", "24", "30", "93" ], [ "4", "3", "Trang", "36", "15", "28", "79" ], [ "5", "4", "Chonburi", "30", "40", "32", "102" ], [ "6", "5", "Nakhon Ratchasima", "17", "22", "29", "68" ], [ "7", "6", "Chiang Mai", "16", "25", "38", "79" ], [ "8", "7", "Nonthaburi", "13", "13", "21", "47" ], [ "9", "8", "Si Sa Ket", "13", "5", "14", "32" ], [ "10", "9", "Ubon Ratchathani", "12", "8", "25", "45" ], [ "11", "10", "Samut Sakhon", "10", "9", "11", "30" ] ]
[ { "Formula": "SUM(FILTER(E1, A1=2012))", "Formula2": "SUM(FILTER(E2:E9, A2:A9=2012))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many laps were done in 2012?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "2012" ] } ]
train_2-1233974-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Team", "Co-Drivers", "Class", "Laps", "Pos.", "Class Pos." ], [ "2", "1995", "Giroix Racing Team", "Fabien Giroix Olivier Grouillard", "GT1", "290", "5th", "4th" ], [ "3", "1996", "Kokusai Kaihatsu Racing Giroix Racing Team", "Fabien Giroix Maurizio Sandro Sala", "GT1", "146", "DNF", "DNF" ], [ "4", "2000", "Racing Organisation Course", "Ralf Kelleners David Terrien", "LMP675", "44", "DNF", "DNF" ], [ "5", "2001", "ROC Auto", "Jordi Gené Pascal Fabre", "LMP675", "284", "5th", "1st" ], [ "6", "2002", "Noël del Bello Racing ROC Compétition", "Christophe Pillon Walter Lechner, Jr.", "LMP675", "317", "19th", "1st" ], [ "7", "2004", "Barron Connor Racing", "Mike Hezemans Ange Barde", "GTS", "200", "DNF", "DNF" ], [ "8", "2007", "Swiss Spirit", "Marcel Fässler Iradj Alexander", "LMP1", "62", "DNF", "DNF" ], [ "9", "2012", "Gulf Racing Middle East", "Keiko Ihara Marc Rostan", "LMP2", "17", "DNF", "DNF" ] ]
[ { "Formula": "SUM(FILTER(E1, (B1>1)*(D1=40)))", "Formula2": "SUM(FILTER(E2:E12, (B2:B12>1)*(D2:D12=40)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many dances placed below 1 with a point total of 40?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", ">", "1", "*", "D1", "=", "40" ] }, { "Formula": "MIN(FILTER(E1, (A1>4)*(B1=8)))", "Formula2": "MIN(FILTER(E2:E12, (A2:A12>4)*(B2:B12=8)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the lowest number of dances with a rank larger than 4 and a place of 8?", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", ">", "4", "*", "B1", "=", "8" ] }, { "Formula": "MIN(FILTER(E1, (B1<2)*(F1<27.5)))", "Formula2": "MIN(FILTER(E2:E12, (B2:B12<2)*(F2:F12<27.5)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest number of dances with a less than 2 place and an average smaller than 27.5?", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "<", "2", "*", "F1", "<", "27.5" ] } ]
train_2-10535584-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank by average", "Place", "Couple", "Total points", "Number of dances", "Average" ], [ "2", "1", "1", "Apolo & Julianne", "412", "15", "27.5" ], [ "3", "2", "2", "Joey & Kym", "412", "15", "27.5" ], [ "4", "3", "3", "Laila & Maksim", "405", "15", "27.0" ], [ "5", "4", "4", "Ian & Cheryl", "298", "12", "24.83" ], [ "6", "5", "7", "Heather & Jonathan", "133", "6", "22.16" ], [ "7", "6", "10", "Shandi & Brian", "60", "3", "20.0" ], [ "8", "6", "11", "Paulina & Alec", "40", "2", "20.0" ], [ "9", "8", "6", "John & Edyta", "156", "8", "19.5" ], [ "10", "9", "5", "Billy Ray & Karina", "190", "10", "19.0" ], [ "11", "9", "9", "Leeza & Tony", "76", "4", "19.0" ], [ "12", "11", "8", "Clyde & Elena", "78", "5", "15.6" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"rural\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G9,B2:B9=\"rural\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the Brigade, when the Type is Rural, and when the value for Tankers is 1?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"rural\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"rural\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G9,B2:B9=\"rural\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the Hazmat, when the Type is Rural, and when the number of Tankers is 1?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"rural\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] } ]
test_2-16250642-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Brigade", "Type", "Pumpers", "Tankers", "Slip-Ons", "Cars", "Hazmat" ], [ "2", "Beeac,Victoria (Volunteers) 2", "Rural", "–", "2", "–", "–", "–" ], [ "3", "Colac,Victoria (Volunteers) 1", "Urban", "1", "2", "–", "2", "–" ], [ "4", "Forrest,Victoria (Volunteers) 1", "Rural", "–", "1", "–", "–", "–" ], [ "5", "Gerangamete,Victoria (Volunteers) 2", "Rural", "–", "1", "–", "–", "–" ], [ "6", "Irrewarra,Victoria (Volunteers)", "Rural", "–", "1", "–", "–", "–" ], [ "7", "Weering-Eurack,Victoria (Volunteers)", "Rural", "–", "1", "–", "–", "–" ], [ "8", "Yeo,Victoria (Volunteers) 1", "Rural", "–", "1", "–", "–", "–" ], [ "9", "Yeodene.Victoria (Volunteers) 2", "Rural", "–", "1", "–", "–", "–" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"zach\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,A2:A7=\"zach\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what week had a player named zach", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"zach\"", "4" ] } ]
test_2-13638416-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Name", "Week 1", "Week 2", "Weeks 3/4", "Week 5", "Weeks 6/7", "Week 8", "Weeks 9/10", "Total" ], [ "2", "Ana", "100", "100, 200", "0, 200", "0, 200", "0, 200", "0, 200", "0, 200", "200" ], [ "3", "Annelise", "0", "100, 100", "0, 100", "0, 100", "100, 200", "100, 300", "100, 400", "400" ], [ "4", "Jaun", "100", "0, 100", "0, 100", "100, 200", "100, 300", "0, 300", "0, 300", "300" ], [ "5", "Lindsay", "0", "0, 0", "100, 100", "0, 100", "100, 200", "100, 300", "100, 400", "400" ], [ "6", "Wes", "100", "100, 200", "100, 300", "100, 400", "0, 400", "100, 500", "100, 600", "600" ], [ "7", "Zach", "0", "0, 0", "100, 100", "100, 200", "0, 200", "0, 200", "0, 200", "200" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cf\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"cf\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the 2012 club of the cf pos. player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"cf\"", "5" ] } ]
train_2-16892045-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Pos.", "Height", "Weight", "2012 club" ], [ "2", "Flóra Bolonyai Category:Articles with hCards", "GK", "m ()", "kg (lb)", "USC Trojans" ], [ "3", "Dóra Czigány Category:Articles with hCards", "CF", "m ()", "kg (lb)", "ZF-Eger" ], [ "4", "Dóra Antal Category:Articles with hCards", "CF", "m ()", "kg (lb)", "ZF-Eger" ], [ "5", "Hanna Kisteleki Category:Articles with hCards", "CF", "m ()", "kg (lb)", "BVSC ‐ Zugló" ], [ "6", "Gabriella Szűcs Category:Articles with hCards", "CF", "m ()", "kg (lb)", "Dunaújvárosi Főiskola VE" ], [ "7", "Orsolya Takács Category:Articles with hCards", "CB", "m ()", "kg (lb)", "Szentesi Vizilabda Klub" ], [ "8", "Rita Drávucz Category:Articles with hCards", "D", "m ()", "kg (lb)", "Pro Recco" ], [ "9", "Rita Keszthelyi Category:Articles with hCards", "D", "m ()", "kg (lb)", "Szentesi Vizilabda Klub" ], [ "10", "Ildikó Tóth Category:Articles with hCards", "CB", "m ()", "kg (lb)", "BVSC ‐ Zugló" ], [ "11", "Barbara Bujka Category:Articles with hCards", "CB", "m ()", "kg (lb)", "Waterpolo Fontalba Messina" ], [ "12", "Dóra Csabai Category:Articles with hCards", "CB", "m ()", "kg (lb)", "BVSC ‐ Zugló" ], [ "13", "Katalin Menczinger Category:Articles with hCards", "CB", "m ()", "kg (lb)", "Dunaújvárosi Főiskola VE" ], [ "14", "Edina Gangl Category:Articles with hCards", "GK", "m ()", "kg (lb)", "ZF-Eger" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"United Arab Emirates\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E8, C2:C8=\"United Arab Emirates\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "When united arab emirates is the country how many fastest qualifying are there?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "C1", "=", "\"United Arab Emirates\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Cancelled\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,E2:E8=\"Cancelled\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When cancelled is the fastest qualifying where is the location?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Cancelled\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"United Arab Emirates\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"United Arab Emirates\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When united arab emirates is the country what is the winning aircraft?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"United Arab Emirates\"", "7" ] } ]
train_1-26358264-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Location", "Country", "Date", "Fastest Qualifying", "Winning Pilot", "Winning Aircraft" ], [ "2", "1", "Mina' Zayid , Abu Dhabi", "United Arab Emirates", "March 26–27", "Hannes Arch", "Paul Bonhomme", "Edge 540" ], [ "3", "2", "Swan River , Perth", "Australia", "April 17–18", "Paul Bonhomme", "Hannes Arch", "Edge 540" ], [ "4", "3", "Flamengo Beach , Rio de Janeiro", "Brazil", "May 8–9", "Hannes Arch", "Hannes Arch", "Edge 540" ], [ "5", "4", "Windsor , Ontario", "Canada", "June 5–6", "Nigel Lamb", "Hannes Arch", "Edge 540" ], [ "6", "5", "New York City", "United States", "June 19–20", "Hannes Arch", "Paul Bonhomme", "Edge 540" ], [ "7", "6", "EuroSpeedway Lausitz", "Germany", "August 7–8", "Paul Bonhomme", "Hannes Arch", "Edge 540" ], [ "8", "7", "River Danube , Budapest", "Hungary", "Cancelled", "Cancelled", "Cancelled", "Cancelled" ] ]
[ { "Formula": "FILTER(B1,E1=\"las vegas, nv\")", "Formula2": "FILTER(B2:B15,E2:E15=\"las vegas, nv\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the height of the player from Las Vegas, NV?", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"las vegas, nv\"" ] }, { "Formula": "FILTER(A1,(C1=\"guard\")*(E1=\"cary, nc\"))", "Formula2": "FILTER(A2:A15,(C2:C15=\"guard\")*(E2:E15=\"cary, nc\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the name of the guard from Cary, NC?", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"guard\"", "*", "E1", "=", "\"cary, nc\"" ] }, { "Formula": "FILTER(D1,(C1=\"forward\")*(A1=\"iman mcfarland\"))", "Formula2": "FILTER(D2:D15,(C2:C15=\"forward\")*(A2:A15=\"iman mcfarland\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "In what year of school is the forward Iman McFarland?", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"forward\"", "*", "A1", "=", "\"iman mcfarland\"" ] }, { "Formula": "FILTER(B1,(C1=\"guard\")*(D1=\"freshman\")*(A1=\"cetera degraffenreid\"))", "Formula2": "FILTER(B2:B15,(C2:C15=\"guard\")*(D2:D15=\"freshman\")*(A2:A15=\"cetera degraffenreid\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How tall is the freshman guard Cetera Degraffenreid?", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"guard\"", "*", "D1", "=", "\"freshman\"", "*", "A1", "=", "\"cetera degraffenreid\"" ] }, { "Formula": "FILTER(C1,(B1=\"5-8\")*(E1=\"grottoes, va\"))", "Formula2": "FILTER(C2:C15,(B2:B15=\"5-8\")*(E2:E15=\"grottoes, va\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What position does the 5-8 player from Grottoes, VA play?", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"5-8\"", "*", "E1", "=", "\"grottoes, va\"" ] }, { "Formula": "FILTER(D1,E1=\"fayetteville, nc\")", "Formula2": "FILTER(D2:D15,E2:E15=\"fayetteville, nc\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "In what year of school is the player from Fayetteville, NC?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"fayetteville, nc\"" ] } ]
dev_2-16066729-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Height", "Position", "Year", "Home Town" ], [ "2", "Erlana Larkins", "6-1", "Forward", "Senior", "Riviera Beach, FL" ], [ "3", "Trinity Bursey", "5-10", "Forward", "Sophomore", "Sanford, NC" ], [ "4", "Laura Barry", "5-8", "Guard", "Senior", "Cary, NC" ], [ "5", "Rebecca Gray", "5-10", "Guard", "Freshman", "Georgetown, KY" ], [ "6", "Alex Miller", "5-6", "Guard", "Senior", "Durham, NC" ], [ "7", "Heather Claytor", "5-8", "Guard", "Junior", "Grottoes, VA" ], [ "8", "Iman McFarland", "6-3", "Forward", "Junior", "Temple Hills, MD" ], [ "9", "Cetera DeGraffenreid", "5-4", "Guard", "Freshman", "Cullowhee, NC" ], [ "10", "Meghan Austin", "5-7", "Guard", "Senior", "Lynchburg, VA" ], [ "11", "LaToya Pringle", "6-3", "Forward / Center", "Senior", "Fayetteville, NC" ], [ "12", "Rashanda McCants", "6-1", "Guard / Forward", "Junior", "Asheville, NC" ], [ "13", "Martina Wood", "6-2", "Forward / Center", "Redshirt Sophomore", "Charlotte, NC" ], [ "14", "Italee Lucas", "5-8", "Guard", "Freshman", "Las Vegas, NV" ], [ "15", "Jessica Breland", "6-3", "Forward", "Sophomore", "Kelford, NC" ] ]
[ { "Formula": "SUMIFS(B1,D1,\"Bryan Spicer\")", "Formula2": "SUMIFS(B2:B15,D2:D15,\"Bryan Spicer\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many seasons were directed by Bryan Spicer?", "Tokens": [ "SUMIFS(", "B1", "D1", "\"Bryan Spicer\"" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=23))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the title of series 23?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "23" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Training Video\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,C2:C15=\"Training Video\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did the title \"training video\" originally air?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Training Video\"", "6" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(B2:B15)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who directed season 1?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=3.97),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=3.97),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the title when u.s. viewers (millions) is 3.97?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "3.97", "3" ] } ]
train_1-18481791-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "U.S. viewers (in millions)" ], [ "2", "13", "1", "\"Gilted Lily\"", "Stephen Hopkins", "David Maples", "April19,2009", "5.11" ], [ "3", "14", "2", "\"In My Humboldt Opinion\"", "Dan Lerner", "David Maples", "April26,2009", "3.97" ], [ "4", "15", "3", "\"A Stand-Up Triple\"", "Sam Weisman", "Michael Angeli", "May3,2009", "3.67" ], [ "5", "16", "4", "\"Rubble With A Cause\"", "Michael Watkins", "Alexander Cary", "May10,2009", "3.60" ], [ "6", "17", "5", "\"Aguna Matatala\"", "Leslie Libman", "David Slack", "May17,2009", "3.95" ], [ "7", "18", "6", "\"One Night Stan\"", "Dan Lerner", "John Mankiewicz", "May31,2009", "4.04" ], [ "8", "19", "7", "\"Duplicate Bridge\"", "Bryan Spicer", "Lynne E. Litt", "June7,2009", "3.73" ], [ "9", "20", "8", "\"A Frond in Need\"", "Ernest Dickerson", "Brynn Malone", "June14,2009", "4.27" ], [ "10", "21", "9", "\"Who's Bugging Mary?\"", "Bethany Rooney", "Jessica Butler", "June21,2009", "3.72" ], [ "11", "22", "10", "\"Miles to Go\"", "Sam Weisman", "David Graziano", "June28,2009", "N/A" ], [ "12", "23", "11", "\"Jailbait\"", "Michael Watkins", "Lynne E. Litt & Alexander Cary", "July12,2009", "3.91" ], [ "13", "24", "12", "\"Training Video\"", "Dan Lerner", "Brynn Malone", "July19,2009", "3.92" ], [ "14", "25", "13", "\"Let's Get it Ahn\"", "Felix Alcala", "David Maples", "July26,2009", "4.16" ], [ "15", "26", "14", "\"Once a Ponzi Time\"", "Dan Lerner", "Alexander Cary & John Mankiewicz", "August2,2009", "3.88" ] ]
[ { "Formula": "MIN(FILTER(F1, (D1=\"leonardo marras\")*(B1<227063)))", "Formula2": "MIN(FILTER(F2:F11, (D2:D11=\"leonardo marras\")*(B2:B11<227063)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What was the lowest election result for President Leonardo Marras with an area smaller than 227,063 people?", "Tokens": [ "MIN(", "FILTER(", "F1", "D1", "=", "\"leonardo marras\"", "*", "B1", "<", "227063" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"stefano baccelli\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"stefano baccelli\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the party affiliation for President Stefano Baccelli?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"stefano baccelli\"", "5" ] }, { "Formula": "AVERAGE(FILTER(F1, (A1=\"grosseto\")*(C1<1766)))", "Formula2": "AVERAGE(FILTER(F2:F11, (A2:A11=\"grosseto\")*(C2:C11<1766)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average election result for the province of Grosseto from 1766 and prior?", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "A1", "=", "\"grosseto\"", "*", "C1", "<", "1766" ] } ]
train_2-18568417-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Province", "Inhabitants", "established", "President", "Party", "Election" ], [ "2", "Arezzo", "348,327", "1826", "Roberto Vasai", "Democratic Party", "2009" ], [ "3", "Florence", "991,862", "1848", "Andrea Barducci", "Democratic Party", "2009" ], [ "4", "Grosseto", "227,063", "1766", "Leonardo Marras", "Democratic Party", "2009" ], [ "5", "Livorno", "341,453", "1861", "Giorgio Kutufà", "Democratic Party", "2009" ], [ "6", "Lucca", "392,182", "1849", "Stefano Baccelli", "Democratic Party", "2011" ], [ "7", "Massa", "203,642", "1859", "Osvaldo Angeli", "Democratic Party", "2008" ], [ "8", "Pisa", "414,154", "1849", "Andrea Pieroni", "Democratic Party", "2009" ], [ "9", "Pistoia", "292,108", "1927", "Federica Fratoni", "Democratic Party", "2009" ], [ "10", "Prato", "248,174", "1992", "Lambarto Nazzareno Gestri", "Democratic Party", "2009" ], [ "11", "Siena", "270,333", "1849", "Simone Bezzini", "Democratic Party", "2009" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)=1))", "Formula2": "LET(query1,SUMMARIZE(A2:A5,DCOUNTX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,3)=1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What are the names of everybody who has exactly one friend?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)=1))", "Formula2": "LET(query1,SUMMARIZE(A2:A5,DCOUNTX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,3)=1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Name of the people with one friend.", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1" ] }, { "Formula": "LET(a,HSTACK(A1,D1),b,D1,c,CHOOSECOLS(LET(query1,SUMMARIZE(D1,DCOUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,3)=1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(A2:A5,D2:D5),b,D2:D5,c,CHOOSECOLS(LET(query1,SUMMARIZE(D2:D5,DCOUNTX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,3)=1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Funcs": [ "LET(", "a", "HSTACK(", "Cell", "Cell", "b", "Cell", "c", "CHOOSECOLS(", "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Level": "hard", "Question": "The name of the person who has one friend.", "Tokens": [ "LET(", "a", "HSTACK(", "A1", "D1", "b", "D1", "c", "CHOOSECOLS(", "LET(", "query1", "SUMMARIZE(", "D1", "DCOUNTX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", "=", "1", "1", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] } ]
network_2_personfriend
[ [ "0", "A", "B", "C", "D" ], [ "1", "name", "friend", "year", "person friend" ], [ "2", "Alice", "Bob", "10", "" ], [ "3", "Zach", "Dan", "12", "" ], [ "4", "Bob", "Zach", "5", "" ], [ "5", "Zach", "Alice", "6", "" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(H1, A1=3)))", "Formula2": "ROWS(UNIQUE(FILTER(H2:H14, A2:A14=3)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many locations was game 3 played at?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "H1", "A1", "=", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"New Orleans\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"New Orleans\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score against New Orleans?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"New Orleans\"", "4" ] } ]
test_1-23248967-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "3", "November 1", "Chicago", "W 95–87 (OT)", "Dwyane Wade (25) (reaches 10,000 career points)", "Michael Beasley , Udonis Haslem (11)", "Mario Chalmers (4)", "American Airlines Arena 15,865", "3–0" ], [ "3", "4", "November 3", "Phoenix", "L 96–104 (OT)", "Dwyane Wade (23)", "Udonis Haslem (13)", "Dwyane Wade (7)", "American Airlines Arena 15,105", "3–1" ], [ "4", "5", "November 4", "@ Washington", "W 93–89 (OT)", "Dwyane Wade (40)", "Quentin Richardson (9)", "Mario Chalmers (8)", "Verizon Center 17,413", "4–1" ], [ "5", "6", "November 6", "Denver", "W 96–88 (OT)", "Dwyane Wade (22)", "Udonis Haslem (10)", "Dwyane Wade (5)", "American Airlines Arena 19,600", "5–1" ], [ "6", "7", "November 10", "Washington", "W 90–76 (OT)", "Dwyane Wade (41)", "Jermaine O'Neal (6)", "Mario Chalmers , Dwyane Wade (5)", "American Airlines Arena 15,154", "6–1" ], [ "7", "8", "November 12", "Cleveland", "L 104–111 (OT)", "Dwyane Wade (36)", "Jermaine O'Neal (9)", "Mario Chalmers (6)", "American Airlines Arena 19,600", "6–2" ], [ "8", "9", "November 14", "New Jersey", "W 81–80 (OT)", "Udonis Haslem (28)", "Udonis Haslem (12)", "Dwyane Wade (6)", "American Airlines Arena 17,124", "7–2" ], [ "9", "10", "November 17", "Oklahoma City", "L 87–100 (OT)", "Dwyane Wade (22)", "Jermaine O'Neal (10)", "Dwyane Wade (7)", "American Airlines Arena 14,443", "7–3" ], [ "10", "11", "November 18", "@ Atlanta", "L 90–105 (OT)", "Michael Beasley (21)", "Michael Beasley (8)", "Dwyane Wade (4)", "Philips Arena 18,729", "7–4" ], [ "11", "12", "November 20", "@ Toronto", "L 113–120 (OT)", "Mario Chalmers , Dwyane Wade (30)", "Michael Beasley (12)", "Dwyane Wade (8)", "Air Canada Centre 19,800", "7–5" ], [ "12", "13", "November 22", "New Orleans", "W 102–101 (OT)", "Dwyane Wade (31)", "Michael Beasley (9)", "Mario Chalmers (9)", "American Airlines Arena 16,500", "8–5" ], [ "13", "14", "November 25", "@ Orlando", "W 99–98 (OT)", "Dwyane Wade (24)", "Jermaine O'Neal (16)", "Dwyane Wade (6)", "Amway Arena 17,461", "9–5" ], [ "14", "15", "November 27", "Washington", "L 84–94 (OT)", "Mario Chalmers (20)", "Jermaine O'Neal (13)", "Dwyane Wade (6)", "American Airlines Arena 17,684", "9–6" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"kyle newman\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"kyle newman\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year did Kyle Newman place third?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"kyle newman\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"jerran hart\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"jerran hart\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the venue when Jerran Hart won?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"jerran hart\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2004),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2004),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who was the runner-up in 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2004", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"jack hargreaves\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"jack hargreaves\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the venue when Jack Hargreaves finished third?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"jack hargreaves\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ben barker\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"ben barker\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the venue when Ben Barker finished third?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ben barker\"", "2" ] } ]
train_2-13111652-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Venue", "Winner", "Runner-Up", "Third" ], [ "2", "2004", "Wolverhampton", "Daniel King", "James Wright", "Edward Kennett" ], [ "3", "2005", "Wolverhampton", "William Lawson", "Lewis Bridger", "Jack Hargreaves" ], [ "4", "2006", "Wolverhampton", "Lewis Bridger", "Tai Woffinden", "Ben Barker" ], [ "5", "2007", "Wolverhampton", "Tai Woffinden", "Lewis Bridger", "Joe Haines" ], [ "6", "2008", "Scunthorpe", "Tai Woffinden", "Josh Auty", "Jerran Hart" ], [ "7", "2009", "Scunthorpe", "Jerran Hart", "Kyle Howarth", "Kyle Newman" ], [ "8", "2010", "Somerset", "Brendan Johnson", "Joe Jacobs", "Kyle Howarth" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"a\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"a\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 2011, when 2009 is \"A\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"a\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"year-end ranking\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"year-end ranking\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 2009, when Tournament is \"Year-End Ranking\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"year-end ranking\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1r\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"1r\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 2011, when 2012 is \"1R\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1r\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"a\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"a\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 2012, when 2009 is \"A\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"a\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"a\")*(A1=\"french open\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"a\")*(A2:A7=\"french open\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is 2011, when 2012 is \"A\", and when Tournament is \"French Open\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"a\"", "*", "A1", "=", "\"french open\"", "4" ] } ]
train_2-17859751-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tournament", "2009", "2010", "2011", "2012" ], [ "2", "Australian Open", "A", "A", "A", "A" ], [ "3", "French Open", "A", "A", "A", "A" ], [ "4", "Wimbledon", "2R", "A", "1R", "1R" ], [ "5", "US Open", "A", "A", "A", "A" ], [ "6", "Win–Loss", "1–1", "0–0", "0–1", "0–1" ], [ "7", "Year-end Ranking", "362", "328", "267", "1,176" ] ]
[ { "Formula": "FILTER(B1,F1=\"20,874\")", "Formula2": "FILTER(B2:B20,F2:F20=\"20,874\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the date of the game with an attendance of 20,874 fans?", "Tokens": [ "FILTER(", "B1", "F1", "=", "\"20,874\"" ] }, { "Formula": "FILTER(G1,(C1=\"vs. calgary stampeders\")*(A1<15))", "Formula2": "FILTER(G2:G20,(C2:C20=\"vs. calgary stampeders\")*(A2:A20<15))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What was the record the the match against vs. calgary stampeders before week 15?", "Tokens": [ "FILTER(", "G1", "C1", "=", "\"vs. calgary stampeders\"", "*", "A1", "<", "15" ] } ]
dev_2-16899309-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Score", "Result", "Attendance", "Record" ], [ "2", "1", "Sat, June 28", "vs. Edmonton Eskimos", "34–13", "Win", "28,800", "1–0" ], [ "3", "2", "Fri, July 4", "at BC Lions", "26–16", "Win", "33,815", "2–0" ], [ "4", "3", "Sat, July 12", "at Hamilton Tiger-Cats", "33–28", "Win", "20,874", "3–0" ], [ "5", "4", "Sat, July 19", "vs. Montreal Alouettes", "41–33", "Win", "28,800", "4–0" ], [ "6", "5", "Sun, July 27", "vs. Toronto Argonauts", "28–22", "Win", "28,800", "5–0" ], [ "7", "6", "Sat, Aug 2", "at Calgary Stampeders", "22–21", "Win", "35,650", "6–0" ], [ "8", "7", "Thurs, Aug 7", "vs. Calgary Stampeders", "30–25", "Loss", "28,800", "6–1" ], [ "9", "8", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "10", "9", "Thurs, Aug 21", "at Edmonton Eskimos", "27–10", "Loss", "48,808", "6–2" ], [ "11", "10", "Sun, Aug 31", "vs. Winnipeg Blue Bombers", "19–6", "Win", "30,985", "7–2" ], [ "12", "11", "Sun, Sept 7", "at Winnipeg Blue Bombers", "34–31", "Win", "29,770", "8–2" ], [ "13", "12", "Sat, Sept 13", "at BC Lions", "28–23", "Loss", "38,608", "8–3" ], [ "14", "13", "Sat, Sept 20", "vs. BC Lions", "27–21", "Loss", "30,945", "8–4" ], [ "15", "14", "Sun, Sept 28", "at Montreal Alouettes", "37–12", "Loss", "20,202", "8–5" ], [ "16", "15", "Fri, Oct 3", "vs. Calgary Stampeders", "37–34", "Win", "30,945", "9–5" ], [ "17", "16", "Mon, Oct 13", "at Calgary Stampeders", "42–5", "Loss", "35,650", "9–6" ], [ "18", "17", "Sun, Oct 19", "vs. Hamilton Tiger-Cats", "30–29", "Win", "30,945", "10–6" ], [ "19", "18", "Sat, Oct 25", "vs. Edmonton Eskimos", "55–9", "Win", "30,945", "11–6" ], [ "20", "19", "Thurs, Oct 30", "at Toronto Argonauts", "45–38", "Win", "28,654", "12–6" ] ]
[ { "Formula": "SUMIFS(F1,B1,\"18.16 (124)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"18.16 (124)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the Crowd number for the team that has a Home team score of 18.16 (124)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"18.16 (124)\"" ] }, { "Formula": "MAXIFS(F1,A1,\"north melbourne\")", "Formula2": "MAXIFS(F2:F7,A2:A7,\"north melbourne\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the largest Crowd number for the Home team of North Melbourne?", "Tokens": [ "MAXIFS(", "F1", "A1", "\"north melbourne\"" ] }, { "Formula": "SUMIFS(F1,B1,\"13.9 (87)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"13.9 (87)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total Crowd number for the team that has a Home team score of 13.9 (87)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"13.9 (87)\"" ] } ]
train_2-10809157-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "13.15 (93)", "Richmond", "16.25 (121)", "MCG", "26,848", "10 May 1969" ], [ "3", "Collingwood", "17.13 (115)", "Footscray", "8.14 (62)", "Victoria Park", "19,025", "10 May 1969" ], [ "4", "South Melbourne", "14.9 (93)", "St Kilda", "7.14 (56)", "Lake Oval", "17,536", "10 May 1969" ], [ "5", "North Melbourne", "13.9 (87)", "Hawthorn", "14.12 (96)", "Arden Street Oval", "15,338", "10 May 1969" ], [ "6", "Fitzroy", "13.12 (90)", "Essendon", "17.13 (115)", "Princes Park", "13,028", "10 May 1969" ], [ "7", "Geelong", "18.16 (124)", "Carlton", "13.7 (85)", "Kardinia Park", "32,025", "10 May 1969" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,(D1=\"sonu nigam\")*(C1=\"dev kohli/biddu\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,(D2:D10=\"sonu nigam\")*(C2:C10=\"dev kohli/biddu\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the song title sung by Sonu Nigam with lyricists of Dev Kohli/Biddu, and number over 8?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"sonu nigam\"", "*", "C1", "=", "\"dev kohli/biddu\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "8" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"dev kohli\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E10,C2:C10=\"dev kohli\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who was the singer for the song numbered 3, with lyricist Dev Kohli?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dev kohli\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ] }, { "Formula": "AVERAGEIFS(A1,B1,\"o sudha\")", "Formula2": "AVERAGEIFS(A2:A10,B2:B10,\"o sudha\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average number for the song \"O Sudha\"?", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"o sudha\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ma ke jaisi\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"ma ke jaisi\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the average length for the song \"Ma Ke Jaisi\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ma ke jaisi\"", "5" ] } ]
train_2-18704586-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Number", "Song Title", "Lyricist", "Singer(s)", "Length" ], [ "2", "1", "Tu", "Dev Kohli/Biddu/ Sonu Nigam", "Sonu Nigam", "4:26" ], [ "3", "2", "A.B.C.", "Dev Kohli", "Sonu Nigam", "4:10" ], [ "4", "3", "Pyaar Ki Kasam", "Dev Kohli", "Sonu Nigam", "4:53" ], [ "5", "4", "Bus Stop", "Timon Singh/Biddu", "Sonu Nigam", "5:10" ], [ "6", "5", "O Sudha", "Dev Kohli/Biddu", "Sonu Nigam", "4:33" ], [ "7", "6", "Ma Ke Jaisi", "Dev Kohli", "Sonu Nigam", "4:46" ], [ "8", "7", "De Diya Dil", "Dev Kohli", "Sonu Nigam , Swati Natekar", "4:45" ], [ "9", "8", "Kismat", "Dev Kohli/Biddu", "Sonu Nigam", "4:52" ], [ "10", "9", "O Sudha (Extended Rap Mix)", "Dev Kohli/Biddu", "Sonu Nigam", "5:10" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1994),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=1994),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "WHich Venue is in 1994?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1994", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>1992)*(C1=\"1 – 0\")*(B1=\"us chaouia\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(A2:A8>1992)*(C2:C8=\"1 – 0\")*(B2:B8=\"us chaouia\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHICH Venue IS after 1992 with a Score of 1 – 0 and a Winners of us chaouia?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "1992", "*", "C1", "=", "\"1 – 0\"", "*", "B1", "=", "\"us chaouia\"", "5" ] } ]
test_2-16816376-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Winners", "Score", "Runners-up", "Venue" ], [ "2", "1991", "RC Kouba", "3 – 1", "USM Alger", "Stade 5 Juillet , Algiers" ], [ "3", "1992", "JS Kabylie", "2 – 2 (pen: 4–2)", "MC Oran", "Stade 5 Juillet , Algiers" ], [ "4", "1994", "US Chaouia", "1 – 0", "JS Kabylie", "Stade 5 Juillet , Algiers" ], [ "5", "1995", "CR Belouizdad", "1 – 0", "JS Kabylie", "Stade 5 Juillet , Algiers" ], [ "6", "2006", "MC Alger", "2 – 1", "JS Kabylie", "Stade 5 Juillet , Algiers" ], [ "7", "2007", "MC Alger", "4 – 0", "ES Sétif", "Stade 5 Juillet , Algiers" ], [ "8", "2013", "ES Sétif", "–", "USM Alger", "Stade Mohamed Hamlaoui , Constantine" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"carpet\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"carpet\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Date, when Surface is \"Carpet\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"carpet\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"6 october 2008\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"6 october 2008\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Tournament, when Date is \"6 October 2008\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"6 october 2008\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"sunderland , united kingdom\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"sunderland , united kingdom\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Surface, when Tournament is \"Sunderland , United Kingdom\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"sunderland , united kingdom\"", "3" ] } ]
train_2-17995113-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent in the final", "Score" ], [ "2", "23 October 2006", "Rodez , France", "Hard", "Andrey Golubev", "4–6, 6–1, 6–0" ], [ "3", "17 September 2007", "Plaisir , France", "Hard", "Thomas Oger", "7–6 (7–3) , 7–5" ], [ "4", "15 October 2007", "La Roche-sur-Yon , France", "Hard", "Lukáš Rosol", "6–3, 3–6, 6–4" ], [ "5", "15 January 2008", "Sunderland , United Kingdom", "Hard", "Richard Bloomfield", "6–4, 6–3" ], [ "6", "10 March 2008", "Lille , France", "Hard", "Clément Reix", "2–6, 7–6 (7–3) , 7–5" ], [ "7", "6 October 2008", "Rennes , France", "Carpet", "Josselin Ouanna", "6–2, 6–3" ], [ "8", "5 April 2009", "Saint-Brieuc , France", "Clay", "Josselin Ouanna", "7–5, 1–6, 6–4" ], [ "9", "9 August 2009", "Segovia , Spain", "Hard", "Feliciano López", "6–3, 6–4" ], [ "10", "25 July 2010", "Recanati , Italy", "Hard", "Stéphane Bohli", "6–0, 3–6, 7–6 (7–5)" ], [ "11", "8 August 2010", "Segovia , Spain", "Hard", "Daniel Gimeno-Traver", "6–4, 7–6 (7–2)" ], [ "12", "16 September 2012", "Istanbul , Turkey", "Hard", "Dmitry Tursunov", "6–4, 7–6 (7–5)" ], [ "13", "21 April 2013", "Mexico City , Mexico", "Hard", "Andrej Martin", "4–6, 6–4, 6–1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(E1=\"mike hawthorn\")*(H1=\"e\")*(B1=\"silverstone\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,(E2:E12=\"mike hawthorn\")*(H2:H12=\"e\")*(B2:B12=\"silverstone\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On what date did Mike Hawthorn have the fastest lap for the E Tyre of the Silverstone Circuit?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"mike hawthorn\"", "*", "H1", "=", "\"e\"", "*", "B1", "=", "\"silverstone\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"19 january\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"19 january\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Tyre for 19 January?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"19 january\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"f\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,H2:H12=\"f\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What individual(s) had Pole Position for Tyre F?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"f\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"24 august\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"24 august\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won the race on 24 August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"24 august\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(E1=\"mike hawthorn\")*(F1=\"peter collins\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,(E2:E12=\"mike hawthorn\")*(F2:F12=\"peter collins\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "During what race did Mike Hawthorn have the Fastest Lap and Peter Collins win?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"mike hawthorn\"", "*", "F1", "=", "\"peter collins\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"15 june\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"15 june\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What race occurred on the date of 15 June?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"15 june\"", "1" ] } ]
test_2-1140110-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Race", "Circuit", "Date", "Pole position", "Fastest lap", "Winning driver", "Constructor", "Tyre", "Report" ], [ "2", "Argentine Grand Prix", "Buenos Aires", "19 January", "Juan Manuel Fangio", "Juan Manuel Fangio", "Stirling Moss", "Cooper - Climax", "C", "Report" ], [ "3", "Monaco Grand Prix", "Monaco", "18 May", "Tony Brooks", "Mike Hawthorn", "Maurice Trintignant", "Cooper - Climax", "D", "Report" ], [ "4", "Dutch Grand Prix", "Zandvoort", "26 May", "Stuart Lewis-Evans", "Stirling Moss", "Stirling Moss", "Vanwall", "D", "Report" ], [ "5", "Indianapolis 500", "Indianapolis", "30 May", "Dick Rathmann", "Tony Bettenhausen", "Jimmy Bryan", "Epperly - Offenhauser", "F", "Report" ], [ "6", "Belgian Grand Prix", "Spa-Francorchamps", "15 June", "Mike Hawthorn", "Mike Hawthorn", "Tony Brooks", "Vanwall", "D", "Report" ], [ "7", "French Grand Prix", "Reims", "6 July", "Mike Hawthorn", "Mike Hawthorn", "Mike Hawthorn", "Ferrari", "E", "Report" ], [ "8", "British Grand Prix", "Silverstone", "19 July", "Stirling Moss", "Mike Hawthorn", "Peter Collins", "Ferrari", "E", "Report" ], [ "9", "German Grand Prix", "Nürburgring", "3 August", "Mike Hawthorn", "Stirling Moss", "Tony Brooks", "Vanwall", "D", "Report" ], [ "10", "Portuguese Grand Prix", "Boavista", "24 August", "Stirling Moss", "Mike Hawthorn", "Stirling Moss", "Vanwall", "D", "Report" ], [ "11", "Italian Grand Prix", "Monza", "7 September", "Stirling Moss", "Phil Hill", "Tony Brooks", "Vanwall", "D", "Report" ], [ "12", "Moroccan Grand Prix", "Ain-Diab", "19 October", "Mike Hawthorn", "Stirling Moss", "Stirling Moss", "Vanwall", "D", "Report" ] ]
[ { "Formula": "SUMIFS(E1,B1,\"Indonesia\")", "Formula2": "SUMIFS(E2:E11,B2:B11,\"Indonesia\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "When indonesia is the country what is the rank of 2010?", "Tokens": [ "SUMIFS(", "E1", "B1", "\"Indonesia\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=5))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When 5 is the rank of 2011 what is the country?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "5" ] }, { "Formula": "MAXIFS(F1,B1,\"Sweden\")", "Formula2": "MAXIFS(F2:F11,B2:B11,\"Sweden\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "When sweden is the country what is the highest production in 2010 (1,000 ton)?", "Tokens": [ "MAXIFS(", "F1", "B1", "\"Sweden\"" ] }, { "Formula": "SUM(FILTER(C1, F1=75849))", "Formula2": "SUM(FILTER(C2:C11, F2:F11=75849))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "When 75849 is the production in 2010 (1,000 ton) what is the production in 2011 (1,000 ton)?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "75849" ] } ]
train_1-293465-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank 2011", "Country", "Production in 2011 (1,000 ton)", "Share 2011", "Rank 2010", "Production in 2010 (1,000 ton)" ], [ "2", "1", "China", "99300", "24.9%", "1", "92599" ], [ "3", "2", "United States", "75083", "18.8%", "2", "75849" ], [ "4", "3", "Japan", "26627", "6.7%", "3", "27288" ], [ "5", "4", "Germany", "22698", "5.7%", "4", "23122" ], [ "6", "5", "Canada", "12112", "3.0%", "5", "12787" ], [ "7", "6", "South Korea", "11492", "2.9%", "8", "11120" ], [ "8", "7", "Finland", "11329", "2.8%", "6", "11789" ], [ "9", "8", "Sweden", "11298", "2.8%", "7", "11410" ], [ "10", "9", "Brazil", "10159", "2.5%", "10", "9796" ], [ "11", "10", "Indonesia", "10035", "2.5%", "9", "9951" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=41),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=41),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who is Pick #41?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "41", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=40),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=40),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which player was Pick #40?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "40", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"dave bonter\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,B2:B16=\"dave bonter\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which team picked Dave Bonter?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"dave bonter\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"toronto marlboros (oha)\")*(A1=32)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"toronto marlboros (oha)\")*(A2:A16=32)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which team picked the player from the Toronto Marlboros (OHA) as Pick #32?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"toronto marlboros (oha)\"", "*", "A1", "=", "32", "5" ] } ]
train_2-1213511-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Pick #", "Player", "Position", "Nationality", "NHL team", "College/junior/club team" ], [ "2", "29", "Rich Leduc", "Centre", "Canada", "California Golden Seals", "Trois-Rivières Draveurs (QMJHL)" ], [ "3", "30", "Ralph Hopiavouri", "Defence", "Canada", "Toronto Maple Leafs", "Toronto Marlboros (OHA)" ], [ "4", "31", "Jim Cahoon", "Centre", "Canada", "Montreal Canadiens", "University of North Dakota (WCHA)" ], [ "5", "32", "Joe Noris", "Defence", "United States", "Pittsburgh Penguins", "Toronto Marlboros (OHA)" ], [ "6", "33", "Bill Hajt", "Defence", "Canada", "Buffalo Sabres", "Saskatoon Blades (WCHL)" ], [ "7", "34", "Vic Venasky", "Centre", "Canada", "Los Angeles Kings", "University of Denver (WCHA)" ], [ "8", "35", "Ron Wilson", "Defence", "Canada", "Minnesota North Stars", "Flin Flon Bombers (WCHL)" ], [ "9", "36", "Glen Irwin", "Defence", "Canada", "Philadelphia Flyers", "Estevan Bruins (WCHL)" ], [ "10", "37", "Gavin Kirk", "Centre", "Canada", "Toronto Maple Leafs", "Toronto Marlboros (OHA)" ], [ "11", "38", "John Garrett", "Goaltender", "Canada", "St. Louis Blues", "Peterborough Petes (OHA)" ], [ "12", "39", "Richard Lemieux", "Centre", "Canada", "Vancouver Canucks", "Montreal Junior Canadiens (OHA)" ], [ "13", "40", "Bob Peppler", "Left Wing", "Canada", "Chicago Black Hawks", "St Catharines Black Hawks (OHA)" ], [ "14", "41", "Terry West", "Centre", "Canada", "New York Rangers", "London Knights (OHA)" ], [ "15", "42", "Dave Bonter", "Centre", "Canada", "Boston Bruins", "Estevan Bruins (WCHL)" ], [ "16", "Reference:", "Reference:", "Reference:", "Reference:", "Reference:", "Reference:" ] ]
[ { "Formula": "SUM(FILTER(A1, (D1=\"defensive tackle\")*(B1>187)))", "Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"defensive tackle\")*(B2:B9>187)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which round was the defensive tackle picked after 187?", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"defensive tackle\"", "*", "B1", ">", "187" ] } ]
test_2-18765877-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick #", "Player", "Position", "College" ], [ "2", "1", "23", "Willis McGahee", "Running Back", "Miami (Fl.)" ], [ "3", "2", "48", "Chris Kelsay", "Defensive End", "Nebraska" ], [ "4", "3", "94", "Angelo Crowell", "Linebacker", "Virginia" ], [ "5", "4", "111", "Terrence McGee", "Cornerback", "Northwestern State" ], [ "6", "4", "127", "Sam Aiken", "Wide Receiver", "North Carolina" ], [ "7", "5", "151", "Ben Sobieski", "Guard", "Iowa" ], [ "8", "6", "187", "Lauvale Sape", "Defensive Tackle", "Utah" ], [ "9", "7", "228", "Mario Haggan", "Linebacker", "Mississippi State" ] ]
[ { "Formula": "SUMIFS(E1,B1,\"anhui satellite tv\")", "Formula2": "SUMIFS(E2:E11,B2:B11,\"anhui satellite tv\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the rating % for channel of anhui satellite tv", "Tokens": [ "SUMIFS(", "E1", "B1", "\"anhui satellite tv\"" ] }, { "Formula": "MAXIFS(D1,B1,\"anhui satellite tv\")", "Formula2": "MAXIFS(D2:D11,B2:B11,\"anhui satellite tv\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the most share for anhui satellite tv", "Tokens": [ "MAXIFS(", "D1", "B1", "\"anhui satellite tv\"" ] }, { "Formula": "SUM(FILTER(E1, (C1=\"cctv\")*(A1>7)))", "Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"cctv\")*(A2:A11>7)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Name the sum of rating % for cctv and position more than 7", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"cctv\"", "*", "A1", ">", "7" ] }, { "Formula": "AVERAGE(FILTER(E1, (B1=\"shandong satellite tv\")*(D1<1.74)))", "Formula2": "AVERAGE(FILTER(E2:E11, (B2:B11=\"shandong satellite tv\")*(D2:D11<1.74)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Name the average rating % for shandong satellite tv and share % less than 1.74", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "B1", "=", "\"shandong satellite tv\"", "*", "D1", "<", "1.74" ] } ]
train_2-15147453-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Channel", "Owner", "Share (%)", "Rating (%)" ], [ "2", "1", "CCTV-1", "CCTV", "4.9", "0.54" ], [ "3", "2", "Hunan Satellite TV", "HBS", "4.81", "0.53" ], [ "4", "3", "CCTV-8", "CCTV", "3.76", "0.41" ], [ "5", "4", "CCTV-13", "CCTV", "2.91", "0.32" ], [ "6", "5", "CCTV-3", "CCTV", "2.86", "0.31" ], [ "7", "6", "CCTV-6", "CCTV", "2.73", "0.3" ], [ "8", "7", "CCTV-14", "CCTV", "2.6", "0.29" ], [ "9", "8", "CCTV-4", "CCTV", "2.33", "0.26" ], [ "10", "9", "Anhui Satellite TV", "Anhui Television", "1.78", "0.2" ], [ "11", "10", "Shandong Satellite TV", "Shandong Television", "1.74", "0.19" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(G1, D1=\"Rhein Fire\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G10, D2:D10=\"Rhein Fire\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many times did the Centurions play the Rhein Fire?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "D1", "=", "\"Rhein Fire\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Hamburg Sea Devils\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"Hamburg Sea Devils\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did the Centurions play the Hamburg Sea Devils?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Hamburg Sea Devils\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Frankfurt Galaxy\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"Frankfurt Galaxy\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time was the kickoff against the Frankfurt Galaxy?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Frankfurt Galaxy\"", "3" ] } ]
train_1-27764201-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Week", "Date", "Kickoff", "Opponent", "Final score", "Team record", "Game site", "Attendance" ], [ "2", "1", "Saturday, April 2", "6:00 p.m.", "Hamburg Sea Devils", "W 24–23", "1–0", "RheinEnergieStadion", "9468" ], [ "3", "2", "Sunday, April 10", "4:00 p.m.", "at Rhein Fire", "W 23–10", "2–0", "LTU arena", "25304" ], [ "4", "3", "Saturday, April 16", "6:00 p.m.", "Frankfurt Galaxy", "W 23–14", "3–0", "RheinEnergieStadion", "10821" ], [ "5", "4", "Saturday, April 23", "6:00 p.m.", "Amsterdam Admirals", "L 24–37", "3–1", "RheinEnergieStadion", "8863" ], [ "6", "5", "Saturday, April 30", "7:00 p.m.", "at Hamburg Sea Devils", "L 6–23", "3–2", "AOL Arena", "15228" ], [ "7", "6", "Sunday, May 8", "4:00 p.m.", "Berlin Thunder", "W 23–17", "4–2", "RheinEnergieStadion", "9485" ], [ "8", "7", "Saturday, May 14", "7:00 p.m.", "at Frankfurt Galaxy", "W 20–17 OT", "5–2", "Commerzbank-Arena", "25347" ], [ "9", "8", "Monday, May 23", "8:00 p.m.", "at Amsterdam Admirals", "L 12–30", "5–3", "Amsterdam ArenA", "14423" ], [ "10", "9", "Sunday, May 29", "4:00 p.m.", "Rhein Fire", "L 16–28", "5–4", "RheinEnergieStadion", "32521" ] ]
[ { "Formula": "AVERAGEIFS(F1,A1,\"april 28\")", "Formula2": "AVERAGEIFS(F2:F6,A2:A6,\"april 28\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "On April 28, what was the average number of people attending?", "Tokens": [ "AVERAGEIFS(", "F1", "A1", "\"april 28\"" ] } ]
train_2-11902580-11
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Series" ], [ "2", "April 24", "Philadelphia", "3 – 4", "Montreal", "Biron", "21,273", "Canadiens lead 1–0" ], [ "3", "April 26", "Philadelphia", "4 – 2", "Montreal", "Biron", "21,273", "Series tied 1–1" ], [ "4", "April 28", "Montreal", "2 – 3", "Philadelphia", "Biron", "19,849", "Flyers lead 2–1" ], [ "5", "April 30", "Montreal", "2 – 4", "Philadelphia", "Biron", "19,872", "Flyers lead 3–1" ], [ "6", "May 3", "Philadelphia", "6 – 4", "Montreal", "Biron", "21,273", "Flyers win 4–1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Indiana\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Indiana\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What day(s) did the team play indiana?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Indiana\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"January 2\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"January 2\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the high assist total on january 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"January 2\"", "7" ] } ]
train_1-17340355-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "31", "January 2", "L.A. Clippers", "W 106–98 (OT)", "Amar'e Stoudemire (23)", "Shaquille O'Neal (9)", "Steve Nash (11)", "US Airways Center 18,422", "19–12" ], [ "3", "32", "January 7", "Indiana", "L 110–113 (OT)", "Amar'e Stoudemire (23)", "Louis Amundson (14)", "Steve Nash (12)", "US Airways Center 18,422", "19–13" ], [ "4", "33", "January 9", "Dallas", "W 128–100 (OT)", "Shaquille O'Neal (25)", "Shaquille O'Neal (10)", "Steve Nash (12)", "US Airways Center 18,422", "20–13" ], [ "5", "34", "January 11", "@ L.A. Clippers", "W 109–103 (OT)", "Amar'e Stoudemire (26)", "Shaquille O'Neal (10)", "Steve Nash (12)", "Staples Center 17,307", "21–13" ], [ "6", "35", "January 13", "Atlanta", "W 107–102 (OT)", "Shaquille O'Neal (26)", "Matt Barnes , Shaquille O'Neal (10)", "Steve Nash (6)", "US Airways Center 18,422", "22–13" ], [ "7", "36", "January 15", "@ Denver", "L 113–119 (OT)", "Grant Hill (25)", "Grant Hill , Amar'e Stoudemire (8)", "Steve Nash (14)", "Pepsi Center 18,073", "22–14" ], [ "8", "37", "January 16", "Minnesota", "L 103–105 (OT)", "Shaquille O'Neal , Leandro Barbosa (22)", "Shaquille O'Neal (11)", "Steve Nash (6)", "US Airways Center 18,422", "22–15" ], [ "9", "38", "January 18", "@ Toronto", "W 117–113 (OT)", "Amar'e Stoudemire (31)", "Grant Hill (9)", "Steve Nash (18)", "Air Canada Centre 19,800", "23–15" ], [ "10", "39", "January 19", "@ Boston", "L 87–104 (OT)", "Shaquille O'Neal (16)", "Shaquille O'Neal (11)", "Steve Nash (8)", "TD Banknorth Garden 18,624", "23–16" ], [ "11", "40", "January 21", "@ New York", "L 109–114 (OT)", "Jason Richardson (27)", "Shaquille O'Neal (12)", "Steve Nash (19)", "Madison Square Garden 19,256", "23–17" ], [ "12", "41", "January 23", "@ Charlotte", "L 76–98 (OT)", "Shaquille O'Neal (20)", "Amar'e Stoudemire (9)", "Steve Nash (5)", "Time Warner Cable Arena 19,104", "23–18" ], [ "13", "42", "January 25", "@ Atlanta", "W 104–99 (OT)", "Amar'e Stoudemire (23)", "Shaquille O'Neal (11)", "Steve Nash (13)", "Philips Arena 19,153", "24–18" ], [ "14", "43", "January 26", "@ Washington", "W 103–87 (OT)", "Shaquille O'Neal (29)", "Amar'e Stoudemire (15)", "Steve Nash (15)", "Verizon Center 17,344", "25–18" ], [ "15", "44", "January 29", "San Antonio", "L 104–114 (OT)", "Amar'e Stoudemire (28)", "Amar'e Stoudemire , Grant Hill (10)", "Steve Nash (18)", "US Airways Center 18,422", "25–19" ] ]
[ { "Formula": "MAX(G1)", "Formula2": "MAX(G2:G6)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "Name the most weight", "Tokens": [ "MAX(", "G1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Moonee Valley\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,D2:D6=\"Moonee Valley\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date for moonee valley", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Moonee Valley\"", "2" ] } ]
train_1-2062148-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], [ "2", "4th", "22 Aug 1998", "Warwick Stakes", "Warwick Farm", "G2", "1400 m", "58", "B. York", "1st - What Can I Say" ], [ "3", "Won", "05 Sep 1998", "Chelmsford Stakes", "Randwick", "G2", "1600 m", "58", "B. York", "2nd - Juggler" ], [ "4", "7th", "26 Sep 1998", "George Main Stakes", "Randwick", "G1", "1600 m", "58", "B. York", "1st - Dracula" ], [ "5", "Won", "10 Oct 1998", "Yalumba Stakes", "Caulfield", "G1", "2000 m", "58", "J. Cassidy", "2nd - Tycoon Lil" ], [ "6", "Won", "24 Oct 1998", "Cox Plate", "Moonee Valley", "G1", "2040 m", "58", "J. Cassidy", "2nd - Northern Drake" ] ]
[ { "Formula": "SUM(FILTER(F1, A1=83))", "Formula2": "SUM(FILTER(F2:F20, A2:A20=83))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many u.s. viewers (million) have a series # 83?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "83" ] }, { "Formula": "SUM(FILTER(F1, B1=5))", "Formula2": "SUM(FILTER(F2:F20, B2:B20=5))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many u.s. viewers (millions) have 5 as the season #?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "5" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, E1=\"Wendey Stanzler\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D20, E2:E20=\"Wendey Stanzler\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many written by have wendey stanzler as the director?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "E1", "=", "\"Wendey Stanzler\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Tracy Poust & Jon Kinnally\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,D2:D20=\"Tracy Poust & Jon Kinnally\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the original air date where tracy poust & jon kinnally was written by?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Tracy Poust & Jon Kinnally\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Mark Worthington\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,E2:E20=\"Mark Worthington\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the written by when mark worthington is the director?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Mark Worthington\"", "4" ] } ]
train_1-22570439-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series #", "Season #", "Episode title", "Written by", "Directed by", "U.S. viewers (millions)", "Original air date" ], [ "2", "66", "1", "\" The Butterfly Effect (Part 1) \"", "Sheila Lawrence & Henry Alonso Myers", "John Terlesky", "5.01", "October16,2009" ], [ "3", "67", "2", "\" The Butterfly Effect (Part 2) \"", "Sheila Lawrence & Henry Alonso Myers", "Victor Nelli, Jr.", "5.18", "October16,2009" ], [ "4", "68", "3", "\" Blue on Blue \"", "Abraham Higginbotham", "Victor Nelli, Jr", "4.55", "October23,2009" ], [ "5", "69", "4", "\" The Weiner, the Bun, and the Boob \"", "Brian Tanen", "Wendey Stanzler", "4.50", "October30,2009" ], [ "6", "70", "5", "\" Plus None \"", "Cara DiPaolo", "Paul Holahan", "4.76", "November6,2009" ], [ "7", "71", "6", "\" Backseat Betty \"", "Tracy Poust & Jon Kinnally", "John Putch", "4.46", "November13,2009" ], [ "8", "72", "7", "\" Level (7) with Me \"", "Chris Black", "John Fortenberry", "3.39", "November27,2009" ], [ "9", "73", "8", "\" The Bahamas Triangle \"", "Sheila Lawrence", "Victor Neili, Jr.", "4.23", "December4,2009" ], [ "10", "74", "9", "\" Be-Shure \"", "Gail Lerner", "David Dworetzky", "4.80", "December11,2009" ], [ "11", "75", "10", "\" The Passion of the Betty \"", "David Grubstick & Chris Black", "S.J. Clarkson", "5.13", "January6,2010" ], [ "12", "76", "11", "\" Back in Her Place \"", "Abraham Higginbotham", "Richard Heus", "4.67", "January13,2010" ], [ "13", "77", "12", "\" Blackout! \"", "Cara DiPoulo", "John Putch", "4.59", "January20,2010" ], [ "14", "78", "13", "\" Chica and the Man \"", "Gail Lerner", "Victor Nelli, Jr.", "4.34", "February3,2010" ], [ "15", "79", "14", "\" Smokin' Hot \"", "Brian Tanen", "John Scott", "4.68", "February10,2010" ], [ "16", "80", "15", "\" Fire and Nice \"", "Erika Johnson", "John Terlesky", "4.10", "March10,2010" ], [ "17", "81", "16", "\" All the World's a Stage \"", "Abraham Higginbotham & David Grubstick", "Andy Wolk", "3.33", "March17,2010" ], [ "18", "82", "17", "\" Million Dollar Smile \"", "Henry Alonso Myers & Chris Black", "Paul Holahan", "4.56", "March24,2010" ], [ "19", "83", "18", "\" London Calling \"", "David Grubstick & Sheila Lawrence", "Mark Worthington", "4.01", "March31,2010" ], [ "20", "84", "19", "\" The Past Presents the Future \"", "Jon Kinnaly & Tracy Poust", "Paul Holahan", "4.03", "April7,2010" ] ]
[ { "Formula": "SUM(FILTER(B1, (E1=\"round of 16\")*(A1>2012)))", "Formula2": "SUM(FILTER(B2:B11, (E2:E11=\"round of 16\")*(A2:A11>2012)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the division in the season more recent than 2012 when the round of 16 was reached in the FA Cup?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"round of 16\"", "*", "A1", ">", "2012" ] }, { "Formula": "SUM(FILTER(B1, (C1=13)*(D1<8)))", "Formula2": "SUM(FILTER(B2:B11, (C2:C11=13)*(D2:D11<8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the division in the season with 13 tms and pos smaller than 8?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "13", "*", "D1", "<", "8" ] } ]
train_2-1056492-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Division", "Tms.", "Pos.", "FA Cup" ], [ "2", "2003", "1", "12", "11", "Quarter final" ], [ "3", "2004", "1", "13", "10", "Round of 32" ], [ "4", "2005", "1", "13", "8", "Quarter final" ], [ "5", "2006", "1", "14", "7", "Quarter final" ], [ "6", "2007", "1", "14", "12", "Round of 16" ], [ "7", "2008", "1", "14", "11", "Semi final" ], [ "8", "2009", "1", "15", "15", "Quarter-final" ], [ "9", "2010", "1", "15", "15", "Round of 32" ], [ "10", "2011", "1", "16", "12", "Round of 32" ], [ "11", "2012", "1", "16", "10", "Round of 16" ] ]
[ { "Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(C2:C16,SUMX(A2:A16)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "For each grant id, how many documents does it have, and which one has the most?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "C1", "SUMX(", "A1", "2", "-", "1", "1" ] } ]
tracking_grants_for_research_documents
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "document id", "document type code", "grant id", "sent date", "response received date", "other details", "" ], [ "2", "1", "APP", "5", "1986-11-30 07:56:35", "1977-12-01 02:18:53", "", "" ], [ "3", "2", "APP", "13", "2004-01-23 11:57:08", "1979-12-08 10:38:07", "", "" ], [ "4", "3", "REG", "10", "1999-03-03 12:25:58", "1995-09-12 13:13:48", "", "" ], [ "5", "4", "APP", "13", "1999-05-29 00:02:46", "1991-09-25 10:38:24", "", "" ], [ "6", "5", "APP", "11", "2003-08-29 03:32:52", "1986-05-23 07:17:59", "", "" ], [ "7", "6", "REG", "5", "1979-07-04 08:54:23", "1976-10-04 22:13:27", "", "" ], [ "8", "7", "APP", "13", "1978-09-13 16:23:29", "1979-01-06 05:05:30", "", "" ], [ "9", "8", "APP", "15", "2001-06-18 06:35:49", "1986-05-18 01:54:56", "", "" ], [ "10", "9", "APP", "6", "2014-01-28 05:11:34", "1980-02-24 15:23:44", "", "" ], [ "11", "10", "REG", "7", "2002-07-26 15:50:28", "1987-10-29 15:35:50", "", "" ], [ "12", "11", "REG", "15", "1993-02-19 16:31:12", "1994-03-13 01:52:45", "", "" ], [ "13", "12", "REG", "13", "1997-03-09 03:42:19", "1977-01-27 07:14:11", "", "" ], [ "14", "13", "APP", "13", "1979-08-23 08:22:34", "1990-01-19 19:57:14", "", "" ], [ "15", "14", "APP", "15", "2000-06-06 01:03:46", "1971-08-28 11:20:56", "", "" ], [ "16", "15", "APP", "8", "1981-08-06 14:56:55", "1999-06-01 18:41:00", "", "" ] ]