t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "SUMIFS(A1,B1,\"wed. nov. 13\")", "Formula2": "SUMIFS(A2:A15,B2:B15,\"wed. nov. 13\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Date of wed. nov. 13 had how many number of games?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"wed. nov. 13\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"6–1\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Record of 6–1 had what score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–1\"", "4" ] }, { "Formula": "MIN(FILTER(A1, (D1=\"118–114\")*(F1=\"8–1\")))", "Formula2": "MIN(FILTER(A2:A15, (D2:D15=\"118–114\")*(F2:F15=\"8–1\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Score of 118–114, and a Record of 8–1 is what lowest game?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"118–114\"", "*", "F1", "=", "\"8–1\"" ] } ]
train_2-13821848-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Record" ], [ "2", "4", "Fri. Nov. 1", "Atlanta Hawks", "109–105", "Boston Garden", "3–1" ], [ "3", "5", "Sat. Nov. 2", "@ Washington Bullets", "88–73", "Capital Centre", "4–1" ], [ "4", "6", "Fri. Nov. 8", "Phoenix Suns", "125–101", "Boston Garden", "5–1" ], [ "5", "7", "Sat. Nov. 9", "@ Detroit Pistons", "124–105", "Pontiac Silverdome", "6–1" ], [ "6", "8", "Wed. Nov. 13", "Indiana Pacers", "118–114", "Boston Garden", "7–1" ], [ "7", "9", "Fri. Nov. 15", "Washington Bullets", "118–114", "Boston Garden", "8–1" ], [ "8", "10", "Sat. Nov. 16", "@ Indiana Pacers", "109–111", "Market Square Arena", "8–2" ], [ "9", "11", "Wed. Nov. 20", "Utah Jazz", "115–106 (OT)", "Boston Garden", "9–2" ], [ "10", "12", "Fri. Nov. 22", "Philadelphia 76ers", "110–103", "Boston Garden", "10–2" ], [ "11", "13", "Sat. Nov. 23", "@ New York Knicks", "113–104", "Madison Square Garden", "11–2" ], [ "12", "14", "Tue. Nov. 26", "@ Philadelphia 76ers", "98–91", "The Spectrum", "12–2" ], [ "13", "15", "Wed. Nov. 27", "Detroit Pistons", "132–124", "Boston Garden", "13–2" ], [ "14", "16", "Fri. Nov. 29", "New York Knicks", "94–88", "Boston Garden", "14–2" ], [ "15", "17", "Sat. Nov. 30", "@ Atlanta Hawks", "102–97", "The Omni", "15–2" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(D1, A1=2)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D9, A2:A9=2)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "the total draft copies of No.2 document.", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "2" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A9,DCOUNTX(D2:D9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Which document has the most draft copies?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "DCOUNTX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,DCOUNTX(D1),SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,3)>1))", "Formula2": "LET(query1,SUMMARIZE(A2:A9,DCOUNTX(D2:D9),SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,3)>1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "How many draft copies are there for documents with more than one copy and?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "DCOUNTX(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,DCOUNTX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A9,DCOUNTX(D2:D9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The document with the most draft copies.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "DCOUNTX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,DCOUNTX(D1),SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,3)>1))", "Formula2": "LET(query1,SUMMARIZE(A2:A9,DCOUNTX(D2:D9),SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,3)>1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "How many draft copies for documents with more than one copy?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "DCOUNTX(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">", "1" ] } ]
control_systems_draft_copies
[ [ "0", "A", "B", "C", "D" ], [ "1", "document id", "draft number", "copy number", "draft copies" ], [ "2", "2", "8", "5", "" ], [ "3", "4", "9", "6", "" ], [ "4", "23", "9", "15", "" ], [ "5", "10", "20", "10", "" ], [ "6", "2", "1", "4", "" ], [ "7", "1", "2", "5", "" ], [ "8", "20", "17", "15", "" ], [ "9", "12", "12", "10", "" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"your cure for corporate radio\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"your cure for corporate radio\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Frequency's Branding is Your Cure for Corporate Radio?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"your cure for corporate radio\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"am 980\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"am 980\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Format of AM 980?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"am 980\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sound of faith broadcasting group\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"sound of faith broadcasting group\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Branding of the Frequency owned by Sound of Faith Broadcasting Group?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"sound of faith broadcasting group\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fm 99.9\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"fm 99.9\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is FM 99.9's Format?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"fm 99.9\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cjbx-fm\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"cjbx-fm\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Format of the Frequency CJBX-FM?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"cjbx-fm\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"106.9 the x\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"106.9 the x\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Call sign of the Frequency 106.9 the X?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"106.9 the x\"", "2" ] } ]
test_2-16410647-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Frequency", "Call sign", "Branding", "Format", "Owner" ], [ "2", "AM 980", "CFPL", "AM980", "news/talk", "Corus Entertainment" ], [ "3", "AM 1290", "CJBK", "1290 CJBK", "news/talk", "Astral Media" ], [ "4", "AM 1410", "CKSL", "Funny 1410", "comedy", "Astral Media" ], [ "5", "FM 92.7", "CJBX-FM", "BX-93", "country music", "Astral Media" ], [ "6", "FM 93.5", "CBCL-FM", "CBC Radio One", "news / talk", "Canadian Broadcasting Corporation" ], [ "7", "FM 94.9", "CHRW-FM", "Your Cure for Corporate Radio", "National Campus and Community Radio Association", "Radio Western" ], [ "8", "FM 95.9", "CFPL-FM", "FM96", "active rock", "Corus Entertainment" ], [ "9", "FM 97.5", "CIQM-FM", "97.5 Virgin Radio", "adult contemporary", "Astral Media" ], [ "10", "FM 98.1", "CKLO-FM", "98.1 Free FM", "adult album alternative", "Blackburn Radio" ], [ "11", "FM 99.3", "CJBC-4-FM", "Première Chaîne", "news / talk", "Canadian Broadcasting Corporation" ], [ "12", "FM 99.9", "CHJX-FM", "Grace FM", "Contemporary Christian music", "Sound of Faith Broadcasting Group" ], [ "13", "FM 100.5", "CBBL-FM", "CBC Radio 2", "public music", "Canadian Broadcasting Corporation" ], [ "14", "FM 102.3", "CHST-FM", "Bob FM", "adult hits", "Rogers Radio" ], [ "15", "FM 106.9", "CIXX-FM", "106.9 The X", "campus radio / rhythmic contemporary", "Fanshawe College" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Buick WCT Finals\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"Buick WCT Finals\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who played in the semi finals matches at the Buick WCT finals?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Buick WCT Finals\"", "7" ] } ]
train_1-2413292-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date Final", "Tournament", "Commercial Name", "Category", "Prize Money/ Surface", "Final Match", "Semifinal Matches" ], [ "2", "Mar 3", "Houston , USA", "WCT Houston Shoot-Out", "Nabisco Grand Prix", "$300,000 Carpet", "John McEnroe d. Kevin Curren , 7–5, 6–1, 7–6", "John McEnroe d. Peter Fleming , 6–4, 6–0" ], [ "3", "Mar 3", "Houston , USA", "WCT Houston Shoot-Out", "Nabisco Grand Prix", "$300,000 Carpet", "John McEnroe d. Kevin Curren , 7–5, 6–1, 7–6", "Kevin Curren d. Shahar Perkiss , 6–2, 6–2" ], [ "4", "April 14", "Dallas , USA", "Buick WCT Finals", "Nabisco Grand Prix", "$500,000 Carpet", "Ivan Lendl d. Tim Mayotte , 7–6, 6–4, 6–1", "Ivan Lendl d. Jimmy Connors , 6–3, 2–1 ret." ], [ "5", "April 14", "Dallas , USA", "Buick WCT Finals", "Nabisco Grand Prix", "$500,000 Carpet", "Ivan Lendl d. Tim Mayotte , 7–6, 6–4, 6–1", "Tim Mayotte d. Joakim Nyström , 6–4, 4–6, 6–2, 7–5" ], [ "6", "April 28", "Atlanta , USA", "WCT Atlanta", "Nabisco Grand Prix", "$300,000 Carpet", "John McEnroe d. Paul Annacone , 7–6, 7–6, 6–2", "John McEnroe d. Mike Leach , 6–3, 6–3" ], [ "7", "April 28", "Atlanta , USA", "WCT Atlanta", "Nabisco Grand Prix", "$300,000 Carpet", "John McEnroe d. Paul Annacone , 7–6, 7–6, 6–2", "Paul Annacone d. Kevin Curren , W/O" ], [ "8", "May 12", "Forest Hills , New York , USA", "Shearson Lehman Brothers Tournament of Champions", "Nabisco Grand Prix", "$500,000 Clay (Har-Tru)", "Ivan Lendl d. John McEnroe , 6–3, 6–3", "Ivan Lendl d. Aaron Krickstein , 6–1, 2–6, 6–1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=5166),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=5166),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "How to spell Strong's # of 5166 in English?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "5166", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=5418),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=5418),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the Words with a Strong's # of 5418?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "5418", "4" ] } ]
train_2-1242447-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Strong's #", "Hebrew word", "Strong's Transliteration", "Strong's Words Compounded", "English Spelling" ], [ "2", "3470", "יְשַׁעְיָה", "Y e sha'yah", "yasha [# 3467] & Yah", "Jeshajah" ], [ "3", "3470a", "יְשַׁעְיָהוּ", "Y e sha'yahuw", "yasha [# 3467] & Yahu", "Jeshajahu" ], [ "4", "5418", "נְתַנְיָה", "N e thanyah", "nathan [# 5414] & Yah", "Nethanjah" ], [ "5", "5418a", "נְתַנְיָהוּ", "N e thanyahuw", "nathan [# 5414] & Yahu", "Nethanjahu" ], [ "6", "138", "אֲדֹנִיָּה", "'Adoniyah", "'adown [# 113] & Yah", "Adonijah" ], [ "7", "138a", "אֲדֹנִיָּהוּ", "'Adoniyahuw", "'adown [# 113] & Yahu", "Adonijahu" ], [ "8", "452", "אֵלִיָּה", "'Eliyah", "'el [# 410] & Yah", "Elijah" ], [ "9", "452a", "אֵלִיָּהוּ", "'Eliyahu", "'el [# 410] & Yahu", "Elijahu" ], [ "10", "3414", "יִרְמְיָה", "Yirm e yah", "ruwm [# 7311] & yah", "Jirmejah" ], [ "11", "3414a", "יִרְמְיָהוּ", "Yirm e yahuw", "ruwm [# 7311] & yahu", "Jirmejahu" ], [ "12", "5166", "נְחֶמְיָה", "N e chemyah", "nacham [# 5162] & yah", "Nechemjah" ] ]
[ { "Formula": "MINIFS(F1,E1,\"victoria park\")", "Formula2": "MINIFS(F2:F7,E2:E7,\"victoria park\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the smallest crowd at victoria park?", "Tokens": [ "MINIFS(", "F1", "E1", "\"victoria park\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What day was geelong the away side?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"geelong\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.5 (89)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.5 (89)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What away team scored 14.5 (89)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.5 (89)\"", "3" ] } ]
train_2-10773616-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "15.21 (111)", "South Melbourne", "14.5 (89)", "MCG", "23,025", "29 May 1954" ], [ "3", "Essendon", "22.13 (145)", "Fitzroy", "7.12 (54)", "Windy Hill", "17,500", "29 May 1954" ], [ "4", "Collingwood", "11.8 (74)", "Richmond", "14.13 (97)", "Victoria Park", "34,000", "29 May 1954" ], [ "5", "Carlton", "12.20 (92)", "Geelong", "11.16 (82)", "Princes Park", "31,000", "29 May 1954" ], [ "6", "St Kilda", "10.12 (72)", "North Melbourne", "9.24 (78)", "Junction Oval", "20,500", "29 May 1954" ], [ "7", "Hawthorn", "10.9 (69)", "Footscray", "11.12 (78)", "Glenferrie Oval", "26,000", "29 May 1954" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the Time of the Athlete with a Rank of 6?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ] } ]
test_2-18646639-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Athletes", "Country", "Time", "Notes" ], [ "2", "1", "Aliaksandr Zhukouski", "Belarus", "1:48.669", "QF" ], [ "3", "2", "Mark Oldershaw", "Canada", "1:48.817", "QS" ], [ "4", "3", "Mathieu Goubel", "France", "1:49.527", "QS" ], [ "5", "4", "Andreas Dittmer", "Germany", "1:49.527", "QS" ], [ "6", "5", "Mikhail Yemelyanov", "Kazakhstan", "1:54.832", "QS" ], [ "7", "6", "Marián Ostrčil", "Slovakia", "1:55.911", "QS" ], [ "8", "7", "Calvin Mokoto", "South Africa", "2:03.372", "QS" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner-up\")*(C1=\"indian wells\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(A2:A8=\"runner-up\")*(C2:C8=\"indian wells\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many years have runner-up as the outcome, and indian wells as the championship?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"runner-up\"", "*", "C1", "=", "\"indian wells\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=2000),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=2000),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What score has 2000 as the year?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "2000", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"indian wells\")*(A1=\"winner\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"indian wells\")*(A2:A8=\"winner\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What surface has indian wells as the championship, with winner as the outcome?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"indian wells\"", "*", "A1", "=", "\"winner\"", "4" ] } ]
train_2-17915-12
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Opponent", "Score" ], [ "2", "Runner-up", "2000", "Stuttgart", "Hard (i)", "Wayne Ferreira", "6–7 (6–8) , 6–3, 7–6 (7–5) , 6–7 (2–7) , 2–6" ], [ "3", "Winner", "2002", "Indian Wells", "Hard", "Tim Henman", "6–1, 6–2" ], [ "4", "Runner-up", "2002", "Cincinnati", "Hard", "Carlos Moyá", "5–7, 6–7 (5–7)" ], [ "5", "Runner-up", "2002", "Paris", "Carpet (i)", "Marat Safin", "6–7 (4–7) , 0–6, 4–6" ], [ "6", "Winner", "2003", "Indian Wells (2)", "Hard", "Gustavo Kuerten", "6–1, 6–1" ], [ "7", "Runner-up", "2004", "Cincinnati (2)", "Hard", "Andre Agassi", "3–6, 6–3, 2–6" ], [ "8", "Runner-up", "2005", "Indian Wells", "Hard", "Roger Federer", "2–6, 4–6, 4–6" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"asl sport guyanais\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"asl sport guyanais\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the agg for team 2 of asl sport guyanais.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"asl sport guyanais\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"seba united\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"seba united\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the agg for seba united", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"seba united\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"defence force\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"defence force\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the 2nd leg for defence force", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"defence force\"", "5" ] } ]
train_2-12285359-7
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team 1", "Agg.", "Team 2", "1st leg", "2nd leg" ], [ "2", "RKSV Centro Dominguito", "1 - 3", "Gauloise De Basse-Terre", "1 - 1", "0 - 2" ], [ "3", "Seba United", "5 - 2", "UNDEBA", "3 - 0", "2 - 2" ], [ "4", "Club Franciscain", "2 - 4", "Defence Force", "2 - 2", "0 - 2" ], [ "5", "Trintoc", "1 - 2", "Excelsior (Schoelcher)", "1 - 1", "0 - 1" ], [ "6", "SV Leo Victor", "2 - 3", "ASL Sport Guyanais", "2 - 1", "0 - 2" ] ]
[ { "Formula": "SUM(FILTER(D1, A1=4))", "Formula2": "SUM(FILTER(D2:D6, A2:A6=4))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the run rate for rank 4?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "=", "4" ] } ]
train_2-1413220-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "Score", "Overs", "Run Rate", "Innings", "Date", "Test No.", "Report" ], [ "2", "1", "638", "196.0", "3.25", "2", "8 March 2013", "2078", "(scorecard)" ], [ "3", "2", "600/8d", "175.2", "3.42", "2", "21 June 2000", "1501", "(scorecard)" ], [ "4", "3", "590/9d", "202.4", "2.91", "2", "13 November 2001", "1567", "(scorecard)" ], [ "5", "4", "580/9d", "163.2", "3.55", "1", "15 November 2010", "1977", "(scorecard)" ], [ "6", "5", "570/4d", "135.0", "4.22", "1", "8 March 2013", "2078", "(scorecard)" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(A1, C1=\"3:40.8\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A6, C2:C6=\"3:40.8\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many years was the record 3:40.8?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "\"3:40.8\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<1964)*(D1=\"lászló tábori gunnar nielsen\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6<1964)*(D2:D6=\"lászló tábori gunnar nielsen\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What event is before 1964 and has an athlete of lászló tábori gunnar nielsen?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "<", "1964", "*", "D1", "=", "\"lászló tábori gunnar nielsen\"", "2" ] } ]
train_2-1102696-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Event", "Record", "Athlete", "Nationality" ], [ "2", "1964", "Javelin throw", "87.12 m & 91.72 m", "Terje Pedersen", "Norway" ], [ "3", "1955", "1500 m", "3:40.8", "László Tábori Gunnar Nielsen", "Hungary Denmark" ], [ "4", "1955", "3000 m steeplechase", "8:45.4", "Pentti Karvonen", "Finland" ], [ "5", "1953", "Hammer throw", "62.36 m", "Sverre Strandli", "Norway" ], [ "6", "1952", "Hammer throw", "61.25 m", "Sverre Strandli", "Norway" ] ]
[ { "Formula": "SUM(FILTER(E1, D1=2520))", "Formula2": "SUM(FILTER(E2:E14, D2:D14=2520))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the goals against for the goalkeeper with 2520 minutes?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "2520" ] }, { "Formula": "AVERAGE(FILTER(C1, (H1=10)*(A1=\"bo oshoniyi\")*(D1>1170)))", "Formula2": "AVERAGE(FILTER(C2:C14, (H2:H14=10)*(A2:A14=\"bo oshoniyi\")*(D2:D14>1170)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the average Games Played for Bo Oshoniyi, who had more than 1170 minutes and 10 loses?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "H1", "=", "10", "*", "A1", "=", "\"bo oshoniyi\"", "*", "D1", ">", "1170" ] }, { "Formula": "MAX(FILTER(E1, (B1=\"dallas burn\")*(F1>1.46)))", "Formula2": "MAX(FILTER(E2:E14, (B2:B14=\"dallas burn\")*(F2:F14>1.46)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest goals against the goalkeeper of Dallas Burn, who had a GA average larger than 1.46, had?", "Tokens": [ "MAX(", "FILTER(", "E1", "B1", "=", "\"dallas burn\"", "*", "F1", ">", "1.46" ] }, { "Formula": "MIN(FILTER(H1, D1>2776))", "Formula2": "MIN(FILTER(H2:H14, D2:D14>2776))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest number of losses a goalkeeper with more than 2776 minutes had?", "Tokens": [ "MIN(", "FILTER(", "H1", "D1", ">", "2776" ] }, { "Formula": "MIN(FILTER(D1, C1=13))", "Formula2": "MIN(FILTER(D2:D14, C2:C14=13))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the lowest minutes a goalkeeper with 13 games played has?", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "=", "13" ] } ]
train_2-1244766-10
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Player", "Club", "Games Played", "Minutes", "Goals Against", "GA Average", "Wins", "Loses" ], [ "2", "Jorge Campos", "Los Angeles Galaxy", "24", "2025", "27", "1.20", "13", "8" ], [ "3", "Dave Salzwedel", "San Jose Clash", "14", "1168", "17", "1.31", "9", "4" ], [ "4", "Tony Meola", "NY/NJ MetroStars", "29", "2610", "38", "1.31", "14", "15" ], [ "5", "Mark Dodd", "Dallas Burn", "31", "2776", "45", "1.46", "17", "14" ], [ "6", "Mark Simpson", "D.C. United", "15", "1260", "21", "1.50", "7", "6" ], [ "7", "Mark Dougherty", "Tampa Bay Mutiny", "28", "2520", "47", "1.68", "17", "11" ], [ "8", "Aidan Heaney", "New England Revolution", "19", "1534", "29", "1.70", "8", "9" ], [ "9", "Tom Liner", "San Jose Clash", "20", "1712", "33", "1.73", "7", "12" ], [ "10", "Garth Lagerwey", "Kansas City Wiz", "23", "1959", "38", "1.75", "12", "10" ], [ "11", "Jim St. Andre", "New England Revolution", "15", "1346", "27", "1.81", "6", "9" ], [ "12", "Chris Woods", "Colorado Rapids", "23", "2070", "43", "1.87", "8", "15" ], [ "13", "Jeff Causey", "D.C. United", "19", "1620", "35", "1.94", "9", "10" ], [ "14", "Bo Oshoniyi", "Columbus Crew", "13", "1170", "33", "2.54", "3", "10" ] ]
[ { "Formula": "MIN(FILTER(E1, (A1=\"higher secondary school\")*(C1>14)))", "Formula2": "MIN(FILTER(E2:E17, (A2:A17=\"higher secondary school\")*(C2:C17>14)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which higher secondary school listing has the lowest total and an Aided amount larger than 14?", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"higher secondary school\"", "*", "C1", ">", "14" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(B1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<13)*(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=0)))", "Formula2": "LET(query1,SUMMARIZE(A2:A17,SUMX(E2:E17),SUMX(B2:B17),SUMX(C2:C17)),FILTER(query1,(CHOOSECOLS(query1,2)<13)*(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=0)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Institution has a Total smaller than 13, a Government amount of 1, and an Aided amount of 0?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "13", "*", "CHOOSECOLS(", "query1", "3", "=", "1", "*", "CHOOSECOLS(", "query1", "4", "=", "0" ] } ]
train_2-10707825-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Institution", "Government", "Aided", "Unaided", "Total" ], [ "2", "Lower Primary School", "141", "115", "7", "263" ], [ "3", "Upper Primary School", "73", "72", "4", "149" ], [ "4", "High School", "43", "19", "8", "70" ], [ "5", "Higher Secondary School", "31", "14", "0", "45" ], [ "6", "Arts & Science College", "3", "1", "9", "13" ], [ "7", "Engineering College", "1", "0", "0", "1" ], [ "8", "Agriculture College", "1", "0", "0", "1" ], [ "9", "Pharmacy College", "0", "1", "0", "1" ], [ "10", "Teacher Training School", "2", "1", "0", "3" ], [ "11", "Special Schools for the blind/deaf", "1", "1", "0", "2" ], [ "12", "Industrial Training Institute", "2", "0", "0", "2" ], [ "13", "Industrial Training Centres", "0", "0", "1", "1" ], [ "14", "Polytechnic", "2", "1", "0", "3" ], [ "15", "Kendriya Vidyalaya", "0", "0", "0", "3" ], [ "16", "Navodaya Vidyalaya", "0", "0", "0", "1" ], [ "17", "B.Ed Centre", "1", "0", "0", "1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Harry Lane Englebright\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Harry Lane Englebright\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the district for harry lane englebright?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Harry Lane Englebright\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"California 2\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"California 2\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result for california 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"California 2\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Richard J. Welch\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Richard J. Welch\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the party for richard j. welch?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Richard J. Welch\"", "3" ] } ]
test_1-1342338-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "Elected", "Result", "Candidates" ], [ "2", "California 1", "Clarence F. Lea", "Democratic", "1916", "Re-elected", "Clarence F. Lea (D) (unopposed)" ], [ "3", "California 2", "Harry Lane Englebright", "Republican", "1926", "Re-elected", "Harry Lane Englebright (R) (unopposed)" ], [ "4", "California 3", "Charles F. Curry, Jr.", "Republican", "1930", "Lost-re-election Democratic gain", "Frank H. Buck (D) 56.8% Charles F. Curry (R) 43.2%" ], [ "5", "California 5", "Richard J. Welch", "Republican", "1926", "Re-elected", "Richard J. Welch (R) (unopposed)" ], [ "6", "California 6", "Albert E. Carter", "Republican", "1924", "Re-elected", "Albert E. Carter (R) (unopposed)" ], [ "7", "California 8", "Arthur M. Free", "Republican", "1920", "Lost-re-election Democratic gain", "John J. McGrath (D) 56.9% Arthur M. Free (R) 43.1%" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>7)*(CHOOSECOLS(query1,3)=27)))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11),SUMX(D2:D11)),FILTER(query1,(CHOOSECOLS(query1,2)>7)*(CHOOSECOLS(query1,3)=27)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What date did the Mountaineers score 27 points and their opponent scored more that 7?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7", "*", "CHOOSECOLS(", "query1", "3", "=", "27" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)<13)*(CHOOSECOLS(query1,3)=26)))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(D2:D11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)<13)*(CHOOSECOLS(query1,3)=26)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was the final result when the Mountaineers scored less than 13 and their opponents scored 26?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "13", "*", "CHOOSECOLS(", "query1", "3", "=", "26" ] } ]
train_2-13093018-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Bowl", "Result", "Points For", "Points Against" ], [ "2", "November 26, 1937", "Doll and Toy Charity Game", "L", "0", "7" ], [ "3", "December 3, 1938", "Unnamed", "W", "20", "0" ], [ "4", "November 20, 1948", "Burley Bowl", "L", "2", "7" ], [ "5", "November 26, 1949", "Pythian Bowl", "W", "21", "7" ], [ "6", "November 18, 1950", "Burley Bowl", "L", "6", "26" ], [ "7", "November 25, 1950", "Pythian Bowl", "L", "26", "28" ], [ "8", "November 25, 1954", "Burley Bowl", "W", "27", "13" ], [ "9", "December 11, 1954", "Elks Bowl", "L", "13", "20" ], [ "10", "November 19, 1955", "Burley Bowl", "L", "0", "7" ], [ "11", "Total", "9", "3–6", "115", "115" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"Tennessee 2\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D7, A2:A7=\"Tennessee 2\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Name number first elected for tennessee 2?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "A1", "=", "\"Tennessee 2\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1964),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=1964),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the candidates in 1964", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1964", "6" ] } ]
train_1-1341586-43
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Tennessee 1", "Jimmy Quillen", "Republican", "1962", "Re-elected", "Jimmy Quillen (R) 68.9% John B. Russell (D) 31.1%" ], [ "3", "Tennessee 2", "John Duncan, Sr.", "Republican", "1964", "Re-elected", "John Duncan, Sr. (R) 76.2% John F. Bowen (D) 23.8%" ], [ "4", "Tennessee 3", "Marilyn Lloyd", "Democratic", "1974", "Re-elected", "Marilyn Lloyd (D) 53.9% Jim Golden (R) 46.1%" ], [ "5", "Tennessee 4", "Jim Cooper", "Democratic", "1982", "Re-elected", "Jim Cooper (D) Unopposed" ], [ "6", "Tennessee 6", "Bart Gordon", "Democratic", "1984", "Re-elected", "Bart Gordon (D) 76.8% Fred Vail (R) 23.2%" ], [ "7", "Tennessee 7", "Don Sundquist", "Republican", "1982", "Re-elected", "Don Sundquist (R) 72.3% M. Lloyd Hiler (D) 27.7%" ] ]
[ { "Formula": "AVERAGEIFS(A1,B1,\"敗犬女王\")", "Formula2": "AVERAGEIFS(A2:A9,B2:B9,\"敗犬女王\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "I want the average year of 敗犬女王", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"敗犬女王\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2005),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=2005),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Tell me the role for 2005", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2005", "4" ] }, { "Formula": "AVERAGEIFS(A1,C1,\"my queen\")", "Formula2": "AVERAGEIFS(A2:A9,C2:C9,\"my queen\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Tell me the average year for my queen", "Tokens": [ "AVERAGEIFS(", "A1", "C1", "\"my queen\"" ] } ]
train_2-10314814-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Chinese Title", "English Title", "Role", "Character" ], [ "2", "2004", "米迦勒之舞", "Michael the Archangel's Dance", "Supporting", "Ghost" ], [ "3", "2005", "綠光森林", "Green Forest, My Home", "2nd male lead", "Owen (靳歐文)" ], [ "4", "2006", "花樣少年少女", "Hanazakarino Kimitachihe", "Supporting", "Shen Le (申樂)" ], [ "5", "2007", "熱情仲夏", "Summer x Summer", "Supporting", "Qiao Shan (周喬杉)" ], [ "6", "2007", "我在墾丁*天氣晴", "Wayward Kenting", "2nd male lead", "Shao Nan (郭紹南)" ], [ "7", "2008", "命中注定我愛你", "Fated to Love You", "Male lead", "Ji Cun Xi (紀存希)" ], [ "8", "2008", "無敵珊寶妹", "Invincible Shan Bao Mei", "cameo", "Ji Cun Xi (紀存希)" ], [ "9", "2009", "敗犬女王", "My Queen", "Male lead", "Lucas (盧卡斯)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"davao\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"davao\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Davao's power (kW)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"davao\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dxre\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"dxre\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the brand of DXRE?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"dxre\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"davao\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"davao\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the power (kW) of Davao?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"davao\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"5kw\")*(E1=\"cagayan de oro\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(D2:D18=\"5kw\")*(E2:E18=\"cagayan de oro\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the callsign of Cagayan de Oro with 5kW?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"5kw\"", "*", "E1", "=", "\"cagayan de oro\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"5kw\")*(A1=\"sonshine radio cotabato\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(D2:D18=\"5kw\")*(A2:A18=\"sonshine radio cotabato\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the callsign of the 5kW Sonshine Radio Cotabato?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"5kw\"", "*", "A1", "=", "\"sonshine radio cotabato\"", "2" ] } ]
train_2-12547903-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Branding", "Callsign", "Frequency", "Power (kW)", "Location" ], [ "2", "Sonshine Radio*", "DZAR", "1026kHz", "50kW", "Metro Manila" ], [ "3", "Sonshine Radio Laoag*", "DWAR", "819kHz", "5kW", "Laoag" ], [ "4", "Sonshine Radio Dagupan", "DZRD", "981kHz", "5kW", "Dagupan" ], [ "5", "Sonshine Radio Tuguegarao", "DZYT", "765kHz", "5kW", "Tuguegarao" ], [ "6", "Sonshine Radio Ilagan", "DZYI", "711kHz", "5kW", "Ilagan, Isabela" ], [ "7", "Sonshine Radio Santiago", "DWSI", "864kHz", "5kW", "Santiago, Isabela" ], [ "8", "Sonshine Radio Cabanatuan*", "DWAY", "1332kHz", "5kW", "Cabanatuan" ], [ "9", "Sonshine Radio San Pablo*", "DZSP", "864kHz", "5kW", "San Pablo" ], [ "10", "Sonshine Radio Cebu*", "DYAR", "765kHz", "5kW", "Cebu" ], [ "11", "Sonshine Radio Zamboanga*", "DXYZ", "963kHz", "5kW", "Zamboanga" ], [ "12", "Sonshine Radio Davao*", "DXRD", "711kHz", "10kW", "Davao" ], [ "13", "Kingdom Radio", "DXAQ", "1404kHz", "15kW", "Davao Central" ], [ "14", "Sonshine Radio Cagayan De Oro*", "DXCL", "1098kHz", "5kW", "Cagayan De Oro" ], [ "15", "Sonshine Radio General Santos*", "DXRE", "837kHz", "5kW", "General Santos" ], [ "16", "Sonshine Radio Cotabato", "DXRO", "945kHz", "5kW", "Cotabato" ], [ "17", "Sonshine Radio Butuan", "DXRB", "873kHz", "5kW", "Butuan" ], [ "18", "Sonshine Radio Bislig", "DXBL", "801kHz", "1kW", "Bislig" ] ]
[ { "Formula": "SUMIFS(A1,F1,\"19 july 2008 (round 19)\")", "Formula2": "SUMIFS(A2:A8,F2:F8,\"19 july 2008 (round 19)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the Margin, when Date is 19 July 2008 (Round 19)?", "Tokens": [ "SUMIFS(", "A1", "F1", "\"19 july 2008 (round 19)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"south sydney rabbitohs\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"south sydney rabbitohs\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Winning Team, when Losing Team is South Sydney Rabbitohs?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"south sydney rabbitohs\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"56-4\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"56-4\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Venue, when the Score is 56-4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"56-4\"", "5" ] } ]
test_2-16802194-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Margin", "Score", "Winning Team", "Losing Team", "Venue", "Date" ], [ "2", "78", "78-0", "Penrith Panthers", "Gold Coast Titans", "CUA Stadium", "25 August 2012 (Round 25)" ], [ "3", "68", "78-10", "Cronulla Sharks", "Manly Sea Eagles", "Toyota Park", "19 March 2012 (Round 3)" ], [ "4", "62", "62-0", "Brisbane Broncos", "Manly Sea Eagles", "Suncorp Stadium", "4 September 2011 (Round 25)" ], [ "5", "56", "62-6", "New Zealand Warriors", "South Sydney Rabbitohs", "Mount Smart Stadium", "22 May 2011 (Round 11)" ], [ "6", "52", "62-10", "Melbourne Storm", "Newcastle Knights", "Energy Australia Stadium", "20 March 2010 (Round 2)" ], [ "7", "52", "56-4", "Newcastle Knights", "Cronulla Sharks", "Toyota Park", "19 July 2008 (round 19)" ], [ "8", "52", "52-0", "Canterbury-Bankstown Bulldogs", "Manly Sea Eagles", "Brookvale Oval", "21 August 2011 (round 24)" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What day did the team play on week 8?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ] } ]
train_2-10651104-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 21, 1975", "at Cincinnati Bengals", "L 24–17", "52,874" ], [ "3", "2", "September 28, 1975", "Minnesota Vikings", "L 42–10", "68,064" ], [ "4", "3", "October 5, 1975", "Pittsburgh Steelers", "L 42–6", "73,595" ], [ "5", "4", "October 12, 1975", "Houston Oilers", "L 40–10", "46,531" ], [ "6", "5", "October 19, 1975", "at Denver Broncos", "L 16–15", "52,590" ], [ "7", "6", "October 26, 1975", "Washington Redskins", "L 23–7", "56,702" ], [ "8", "7", "November 2, 1975", "at Baltimore Colts", "L 21–7", "35,235" ], [ "9", "8", "November 9, 1975", "at Detroit Lions", "L 21–10", "75,283" ], [ "10", "9", "November 16, 1975", "at Oakland Raiders", "L 38–17", "50,461" ], [ "11", "10", "November 23, 1975", "Cincinnati Bengals", "W 35–23", "56,427" ], [ "12", "11", "November 30, 1975", "New Orleans Saints", "W 17–16", "44,753" ], [ "13", "12", "December 7, 1975", "at Pittsburgh Steelers", "L 31–17", "47,962" ], [ "14", "13", "December 14, 1975", "Kansas City Chiefs", "W 40–14", "44,368" ], [ "15", "14", "December 21, 1975", "at Houston Oilers", "L 21–10", "43,770" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"november 14\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"november 14\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On what date did a streak start on November 14?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"november 14\"", "6" ] } ]
train_2-17064870-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Team", "Score", "Record", "Streak" ], [ "2", "7", "November 1", "@ Portland Trail Blazers", "106–113", "4–3", "Loss 2" ], [ "3", "8", "November 3", "@ Los Angeles Lakers", "124–101", "5–3", "Win 1" ], [ "4", "9", "November 6", "@ New Orleans Jazz", "110–98", "6–3", "Win 2" ], [ "5", "10", "November 9", "Detroit Pistons", "109–100", "7–3", "Win 3" ], [ "6", "11", "November 10", "@ Detroit Pistons", "124–117", "8–3", "Win 4" ], [ "7", "12", "November 12", "Cleveland Cavaliers", "112–94", "9–3", "Win 5" ], [ "8", "13", "November 14", "@ Boston Celtics (at Providence, Rhode Island)", "112–100", "10–3", "Win 6" ], [ "9", "14", "November 16", "Kansas City-Omaha Kings", "101–96", "11–3", "Win 7" ], [ "10", "15", "November 19", "Golden State Warriors", "111–106", "12–3", "Win 8" ], [ "11", "16", "November 20", "@ Washington Bullets", "115–104", "13–3", "Win 9" ], [ "12", "17", "November 21", "Philadelphia 76ers (at Toronto, Canada)", "99–95", "14–3", "Win 10" ], [ "13", "18", "November 23", "Phoenix Suns", "117–104", "15–3", "Win 11" ], [ "14", "19", "November 24", "@ Chicago Bulls", "89–91", "15–4", "Loss 1" ], [ "15", "20", "November 26", "@ Philadelphia 76ers", "103–99", "16–4", "Win 1" ], [ "16", "21", "November 29", "Washington Bullets", "93–96", "16–5", "Loss 1" ], [ "17", "22", "November 30", "@ New York Knicks", "111–118", "16–6", "Loss 2" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tiger woods\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"tiger woods\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Tiger Woods' score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tiger woods\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"justin leonard\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"united states\")*(B2:B13=\"justin leonard\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How did Justin Leonard of the United States score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"justin leonard\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"england\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"england\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which player is from England?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"england\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t5\")*(D1=\"74-70-67=211\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t5\")*(D2:D13=\"74-70-67=211\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who scored 74-70-67=211 and placed t5?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t5\"", "*", "D1", "=", "\"74-70-67=211\"", "2" ] } ]
train_2-16299790-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "67-68-70=205", "–5" ], [ "3", "2", "Sergio García", "Spain", "68-74-67=209", "–1" ], [ "4", "T3", "Jeff Maggert", "United States", "69-73-68=210", "E" ], [ "5", "T3", "Phil Mickelson", "United States", "70-73-67=210", "E" ], [ "6", "T5", "Robert Allenby", "Australia", "74-70-67=211", "+1" ], [ "7", "T5", "Pádraig Harrington", "Ireland", "70-68-73=211", "+1" ], [ "8", "T5", "Billy Mayfair", "United States", "69-74-68=211", "+1" ], [ "9", "T8", "Nick Faldo", "England", "70-76-66=212", "+2" ], [ "10", "T8", "Justin Leonard", "United States", "73-71-68=212", "+2" ], [ "11", "T10", "Tom Byrum", "United States", "72-72-70=214", "+4" ], [ "12", "T10", "Davis Love III", "United States", "71-71-72=214", "+4" ], [ "13", "T10", "Scott McCarron", "United States", "72-72-70=214", "+4" ] ]
[ { "Formula": "MINIFS(E1,A1,\"colin edwards\")", "Formula2": "MINIFS(E2:E19,A2:A19,\"colin edwards\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest grid number when Colin Edwards is the rider?", "Tokens": [ "MINIFS(", "E1", "A1", "\"colin edwards\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"honda\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E19,B2:B19=\"honda\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the time/retired when there are less than 22 laps and honda is the manufacturer?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"honda\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "22" ] }, { "Formula": "AVERAGE(FILTER(C1, E1=9))", "Formula2": "AVERAGE(FILTER(C2:C19, E2:E19=9))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the average number of laps when the grid number is 9?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "E1", "=", "9" ] }, { "Formula": "MAX(FILTER(C1, (B1=\"honda\")*(E1=12)))", "Formula2": "MAX(FILTER(C2:C19, (B2:B19=\"honda\")*(E2:E19=12)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the highest number of laps when honda is the manufacturer and the grid number is 12?", "Tokens": [ "MAX(", "FILTER(", "C1", "B1", "=", "\"honda\"", "*", "E1", "=", "12" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(A2:A19,SUMX(E2:E19)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who is the rider when the grid number is 3?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ] }, { "Formula": "SUM(FILTER(C1, D1=44.284))", "Formula2": "SUM(FILTER(C2:C19, D2:D19=44.284))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many laps were driven when the time/retired is +44.284?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "44.284" ] } ]
train_2-16175675-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rider", "Manufacturer", "Laps", "Time/Retired", "Grid" ], [ "2", "Casey Stoner", "Ducati", "22", "42:36.587", "4" ], [ "3", "Jorge Lorenzo", "Yamaha", "22", "+5.323", "1" ], [ "4", "Dani Pedrosa", "Honda", "22", "+10.600", "8" ], [ "5", "Andrea Dovizioso", "Honda", "22", "+13.288", "9" ], [ "6", "Valentino Rossi", "Yamaha", "22", "+13.305", "7" ], [ "7", "James Toseland", "Yamaha", "22", "+14.040", "2" ], [ "8", "Colin Edwards", "Yamaha", "22", "+15.150", "3" ], [ "9", "Loris Capirossi", "Suzuki", "22", "+32.505", "13" ], [ "10", "Randy de Puniet", "Honda", "22", "+33.003", "5" ], [ "11", "Nicky Hayden", "Honda", "22", "+38.354", "6" ], [ "12", "Marco Melandri", "Ducati", "22", "+44.284", "16" ], [ "13", "John Hopkins", "Kawasaki", "22", "+49.857", "10" ], [ "14", "Shinya Nakano", "Honda", "22", "+49.871", "15" ], [ "15", "Toni Elias", "Ducati", "22", "+58.532", "14" ], [ "16", "Sylvain Guintoli", "Ducati", "22", "+58.930", "17" ], [ "17", "Anthony West", "Kawasaki", "22", "+1:05.643", "18" ], [ "18", "Chris Vermeulen", "Suzuki", "21", "+1 Lap", "11" ], [ "19", "Alex de Angelis", "Honda", "16", "Accident", "12" ] ]
[ { "Formula": "MINIFS(A1,B1,\"Paul Coward 492cc Nourish Weslake\")", "Formula2": "MINIFS(A2:A10,B2:B10,\"Paul Coward 492cc Nourish Weslake\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is Paul Coward 492cc nourish Weslake's lowest rank?", "Tokens": [ "MINIFS(", "A1", "B1", "\"Paul Coward 492cc Nourish Weslake\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Steve Linsdell 499cc Royal Enfield Seeley\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,B2:B10=\"Steve Linsdell 499cc Royal Enfield Seeley\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the time on Monday August 23rd for Steve Linsdell 499cc royal enfield seeley?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Steve Linsdell 499cc Royal Enfield Seeley\"", "4" ] } ]
test_1-26986076-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rank", "Rider", "Sat 21 Aug", "Mon 23 Aug", "Tues 24 Aug", "Wed 25 Aug", "Thurs 26 Aug", "Fri 27 Aug", "Sat 28 Aug" ], [ "2", "1", "Oliver Linsdell 500cc Paton", "Untimed Practice", "22' 33.85 100.327mph", "20' 47.34 108.894mph", "—— No Time", "20' 14.59 111.830mph", "—— No Time", "—— No Time" ], [ "3", "2", "Alan Oversby 498cc MV Agusta", "Untimed Practice", "24' 20.65 92.991mph", "21' 52.37 103.498mph", "21' 30.87 105.222mph", "21' 14.92 106.539mph", "21' 11.44 106.830mph", "—— No Time" ], [ "4", "3", "Wattie Brown 498cc Manx Petty", "Untimed Practice", "24' 00.19 94.312mph", "25' 07.51 91.101mph", "23' 08.22 97.843mph", "22' 08.81 102.218mph", "23' 23.03 96.811mph", "25' 35.27 88.472mph" ], [ "5", "4", "Roy Richardson 497cc Aermacchi", "Untimed Practice", "—— No Time", "—— No Time", "22' 20.47 101.329mph", "—— No Time", "—— No Time", "25' 52.90 87.467mph" ], [ "6", "5", "Mark Herbertson 500cc Matchless", "Untimed Practice", "23' 50.83 94.929mph", "—— No Time", "22' 22.19 101.199mph", "—— No Time", "—— No Time", "—— No Time" ], [ "7", "6", "Steve Linsdell 499cc Royal Enfield Seeley", "Untimed Practice", "25' 10.74 89.909mph", "22' 36.00 100.168mph", "22' 55.22 98.768mph", "—— No Time", "22' 48.69 99.239mph", "—— No Time" ], [ "8", "7", "Paul Coward 492cc Nourish Weslake", "Untimed Practice", "24' 20.01 93.032mph", "22' 52.00 99.000mph", "24' 00.37 94.301mph", "—— No Time", "—— No Time", "24' 16.15 93.279mph" ], [ "9", "8", "Mark Parrett 500cc Matchless", "Untimed Practice", "24' 33.37 92.188mph", "—— No Time", "23' 02.93 98.217mph", "54' 19.05 41.677mph", "—— No Time", "—— No Time" ], [ "10", "9", "Meredydd Owen 498cc Seeley MkII", "Untimed Practice", "25' 03.19 90.360mph", "—— No Time", "—— No Time", "23' 11.10 97.641mph", "—— No Time", "—— No Time" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"September 15-September 18, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"September 15-September 18, 2008\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the republican steve sauerberg where dates administered september 15-september 18, 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"September 15-September 18, 2008\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"August 12, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"August 12, 2008\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the republican steve sauerberg for august 12, 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"August 12, 2008\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"July 12, 2008\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"July 12, 2008\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the poll source for july 12, 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"July 12, 2008\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"August 12, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"August 12, 2008\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the republican steve sauerberg for august 12, 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"August 12, 2008\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"August 12, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"August 12, 2008\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the republican steve sauerberg for august 12, 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"August 12, 2008\"", "4" ] } ]
train_1-16751596-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Poll Source", "Dates administered", "Democrat: Dick Durbin", "Republican: Steve Sauerberg", "Lead Margin" ], [ "2", "Rasmussen Reports", "October 13, 2008", "62%", "31%", "31" ], [ "3", "St. Louis Post Dispatch/ Research 2000", "September 15-September 18, 2008", "56%", "35%", "21" ], [ "4", "Rasmussen Reports", "September 17, 2008", "59%", "35%", "24" ], [ "5", "Rasmussen Reports", "August 12, 2008", "61%", "33%", "28" ], [ "6", "Southern Outreach", "July 12, 2008", "52%", "35%", "17" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"6–4, 6–1\")*(B1=\"2011 Europe/Africa Group IIIB\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(F2:F17=\"6–4, 6–1\")*(B2:B17=\"2011 Europe/Africa Group IIIB\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For edition is 2011 europe/africa group iiib and surface where score is 6–4, 6–1 please specify all the surface", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"6–4, 6–1\"", "*", "B1", "=", "\"2011 Europe/Africa Group IIIB\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"2009 Europe/Africa Group IIIB\")*(A1=\"Winner\")*(E1=\"Sandra Kristjánsdóttir\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(B2:B17=\"2009 Europe/Africa Group IIIB\")*(A2:A17=\"Winner\")*(E2:E17=\"Sandra Kristjánsdóttir\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For opponent is sandra kristjánsdóttir, outcome is winner and edition is 2009 europe/africa group iiib mention all the opponent team.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"2009 Europe/Africa Group IIIB\"", "*", "A1", "=", "\"Winner\"", "*", "E1", "=", "\"Sandra Kristjánsdóttir\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"7–6 (7–3) , 6–4\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"7–6 (7–3) , 6–4\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For score 7–6 (7–3) , 6–4 please mention total number of outcome", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"7–6 (7–3) , 6–4\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"2009 Europe/Africa Group IIIB\")*(C1=\"Armenia\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(B2:B17=\"2009 Europe/Africa Group IIIB\")*(C2:C17=\"Armenia\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For armenia as opponent team and edition is 2009 europe/africa group iiib mention all the opponent", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"2009 Europe/Africa Group IIIB\"", "*", "C1", "=", "\"Armenia\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"Loser\")*(F1=\"6–2, 6–3\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(A2:A17=\"Loser\")*(F2:F17=\"6–2, 6–3\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For score 6–2, 6–3 and outcome is loser mention all the edition.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Loser\"", "*", "F1", "=", "\"6–2, 6–3\"", "2" ] } ]
train_1-27877656-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Edition", "Opponent Team", "Surface", "Opponent", "Score" ], [ "2", "Winner", "2008 Europe/Africa Group IIIA", "Mauritius", "Clay", "Astrid Tixier", "6–1, 6–2" ], [ "3", "Winner", "2008 Europe/Africa Group IIIA", "Zimbabwe", "Clay", "Denise Atzinger", "6–0, 6–0" ], [ "4", "Winner", "2008 Europe/Africa Group IIIA", "Latvia", "Clay", "Trīna Šlapeka", "6–1, 6–3" ], [ "5", "Winner", "2008 Europe/Africa Group IIIA", "Iceland", "Clay", "Rebekka Pétursdóttir", "6–0, 6–0" ], [ "6", "Winner", "2009 Europe/Africa Group IIIB", "Liechtenstein", "Hard", "Kathinka von Deichmann", "6–1, 6–4" ], [ "7", "Winner", "2009 Europe/Africa Group IIIB", "Iceland", "Hard", "Sandra Kristjánsdóttir", "6–0, 6–1" ], [ "8", "Loser", "2009 Europe/Africa Group IIIB", "Armenia", "Hard", "Anna Movsisyan", "6–4, 6–1" ], [ "9", "Winner", "2009 Europe/Africa Group IIIB", "Moldova", "Hard", "Olga Terteac", "6–1, 6–2" ], [ "10", "Winner", "2009 Europe/Africa Group IIIB", "Egypt", "Hard", "May El Wardany", "6–0, 6–0" ], [ "11", "Loser", "2010 Europe/Africa Group IIB", "Armenia", "Clay", "Ani Amiraghyan", "4–6, 6–3, 6–2" ], [ "12", "Loser", "2010 Europe/Africa Group IIB", "Finland", "Clay", "Emma Laine", "6–1, 6–2" ], [ "13", "Loser", "2010 Europe/Africa Group IIB", "Georgia", "Clay", "Anna Tatishvili", "6–2, 6–3" ], [ "14", "Loser", "2010 Europe/Africa Group II Playoff", "Liechtenstein", "Clay", "Stephanie Vogt", "6–4, 7–5" ], [ "15", "Winner", "2011 Europe/Africa Group IIIB", "Ireland", "Clay", "Julia Moriarty", "6–4, 6–1" ], [ "16", "Winner", "2011 Europe/Africa Group IIIB", "Moldova", "Clay", "Julia Helbet", "1–6, 7–5, 6–3" ], [ "17", "Winner", "2011 Europe/Africa Group IIIB", "Tunisia", "Clay", "Ons Jabeur", "7–6 (7–3) , 6–4" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2008 africa cup of nations\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"2008 africa cup of nations\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of Competition of 2008 africa cup of nations?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2008 africa cup of nations\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"22 january 2008\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"22 january 2008\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score on 22 january 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"22 january 2008\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"22 january 2008\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"22 january 2008\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which venue was used 22 january 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"22 january 2008\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1–0\")*(E1=\"2014 fifa world cup qualification\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1–0\")*(E2:E7=\"2014 fifa world cup qualification\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What result has a Score of 1–0, and a Competition of 2014 fifa world cup qualification?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1–0\"", "*", "E1", "=", "\"2014 fifa world cup qualification\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"2014 fifa world cup qualification\")*(C1=\"1–0\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"2014 fifa world cup qualification\")*(C2:C7=\"1–0\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date was the Competition of 2014 fifa world cup qualification, with a Score of 1–0?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2014 fifa world cup qualification\"", "*", "C1", "=", "\"1–0\"", "1" ] } ]
train_2-10814043-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "22 January 2008", "Baba Yara Stadium , Kumasi , Ghan", "2–0", "3–0", "2008 Africa Cup of Nations" ], [ "3", "13 January 2010", "Tundavala National Stadium , Lubango , Angola", "1–0", "1–1", "2010 Africa Cup of Nations" ], [ "4", "17 January 2010", "Tundavala National Stadium , Lubango , Angola", "1–0", "2–3", "2010 Africa Cup of Nations" ], [ "5", "8 June 2013", "Levy Mwanawasa Stadium , Ndola , Zambia", "1–0", "4–0", "2014 FIFA World Cup qualification" ], [ "6", "8 June 2013", "Levy Mwanawasa Stadium , Ndola , Zambia", "3–0", "4–0", "2014 FIFA World Cup qualification" ], [ "7", "15 June 2013", "Levy Mwanawasa Stadium , Ndola , Zambia", "1–0", "1–1", "2014 FIFA World Cup qualification" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"CITV\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"CITV\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which programs were originally broadcast on CITV?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"CITV\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Big Brother\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Big Brother\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of return for the program for the program \"Big Brother\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Big Brother\"", "4" ] } ]
train_1-29566606-11
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Programme", "Date(s) of original removal", "Original channel(s)", "Date of return", "New channel(s)" ], [ "2", "Celebrity Big Brother", "27 January 2010", "Channel 4", "18 August 2011", "Channel 5" ], [ "3", "Big Brother", "10 September 2010", "Channel 4", "9 September 2011", "Channel 5" ], [ "4", "Absolutely Fabulous", "7 November 1996 25 December 2004", "BBC One", "25 December 2011", "N/A (Same channel as original)" ], [ "5", "Art Attack", "13 July 2007", "CITV", "6 June 2011", "Disney Junior" ], [ "6", "Born to Be Different", "2004 13 September 2007 5 May 2009", "Channel 4", "9 June 2011", "N/A (Same channel as original)" ] ]
[ { "Formula": "MAXIFS(A1,B1,\"dragon laws ii: kidnapped\")", "Formula2": "MAXIFS(A2:A6,B2:B6,\"dragon laws ii: kidnapped\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "The highest year for the series titled dragon laws ii: kidnapped is what?", "Tokens": [ "MAXIFS(", "A1", "B1", "\"dragon laws ii: kidnapped\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dragon laws i: the undercover\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"dragon laws i: the undercover\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The series titled dragon laws i: the undercover has what role?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"dragon laws i: the undercover\"", "4" ] } ]
train_2-12795474-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Series title", "Chinese title", "Role", "Channel" ], [ "2", "2003", "Dragon Laws I: The Undercover", "特警飛龍之一 - 臥底威龍", "\"Police Officer Lung\"", "China -" ], [ "3", "2003", "Dragon Laws II: Kidnapped", "特警飛龍之二 - 大綁架", "\"Police Officer Lung\"", "China -" ], [ "4", "2003", "Dragon Laws III: Smuggled Weapons", "特警飛龍之三 - 走私軍火", "\"Police Officer Lung\"", "China -" ], [ "5", "2003", "Dragon Laws IV: Weapon on Sale", "特警飛龍之四 - 炸彈狂徒", "\"Police Officer Lung\"", "China -" ], [ "6", "2003", "Dragon Laws V: Diamond Trades", "特警飛龍之五 - 鑽石大盜", "\"Police Officer Lung\"", "China -" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the away team at mcg?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mcg\"", "3" ] } ]
train_2-10788451-16
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "9.14 (68)", "Richmond", "16.14 (110)", "Glenferrie Oval", "15,000", "14 August 1965" ], [ "3", "Essendon", "9.15 (69)", "St Kilda", "9.10 (64)", "Windy Hill", "28,700", "14 August 1965" ], [ "4", "Carlton", "11.16 (82)", "Collingwood", "16.11 (107)", "Princes Park", "36,730", "14 August 1965" ], [ "5", "Melbourne", "11.7 (73)", "Geelong", "16.11 (107)", "MCG", "44,753", "14 August 1965" ], [ "6", "South Melbourne", "10.18 (78)", "Footscray", "13.14 (92)", "Lake Oval", "13,600", "14 August 1965" ], [ "7", "North Melbourne", "12.10 (82)", "Fitzroy", "12.11 (83)", "City of Coburg Oval", "7,788", "14 August 1965" ] ]
[ { "Formula": "SUM(FILTER(A1, F1>28))", "Formula2": "SUM(FILTER(A2:A15, F2:F15>28))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What game did the Buffalo Bills' opponents earn more than 28 points?", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", ">", "28" ] } ]
test_2-16677874-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Result", "Bills points", "Opponents", "Bills first downs", "Record", "'Attendance" ], [ "2", "1", "Sept. 16", "Oakland Raiders", "Win", "21", "20", "22", "1–0", "80,020" ], [ "3", "2", "Sept. 22", "Miami Dolphins", "Loss", "16", "24", "16", "1–1", "80,020" ], [ "4", "3", "Sept. 29", "New York Jets", "Win", "16", "12", "17", "2–1", "76,978" ], [ "5", "4", "Oct. 6", "at Green Bay Packers", "Win", "27", "7", "22", "3–1", "56,267" ], [ "6", "5", "Oct. 13", "at Baltimore Colts", "Win", "27", "14", "15", "4–1", "40,626" ], [ "7", "6", "Oct. 20", "New England Patriots", "Win", "30", "28", "19", "5–1", "78,935" ], [ "8", "7", "Oct. 27", "Chicago Bears", "Win", "16", "6", "16", "6–1", "78,084" ], [ "9", "8", "Nov. 3", "at New England Patriots", "Win", "29", "28", "22", "7–1", "61,279" ], [ "10", "9", "Nov. 10", "Houston Oilers", "Loss", "9", "21", "16", "7–2", "79,144" ], [ "11", "10", "Nov. 17", "at Miami Dolphins", "Loss", "28", "35", "16", "7–3", "69,313" ], [ "12", "11", "Nov. 24", "at Cleveland Browns", "Win", "15", "10", "10", "8–3", "66,504" ], [ "13", "12", "Dec. 1", "Baltimore Colts", "Win", "6", "0", "9", "9–3", "75,325" ], [ "14", "13", "Dec. 8", "at New York Jets", "Loss", "10", "20", "12", "9–4", "61,091" ], [ "15", "14", "Dec. 15", "at Los Angeles Rams", "Loss", "14", "19", "8", "9–5", "84,324" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, E1=41)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C11, E2:E11=41)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many opponents did the Sun Devils play when they scored 41 points?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "E1", "=", "41" ] }, { "Formula": "LET(query1,SUMMARIZE(G1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=44))", "Formula2": "LET(query1,SUMMARIZE(G2:G11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=44))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was the record for the Sun Devils when they scored 44 points?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "44" ] } ]
test_1-21007615-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Opponent", "Result", "Sun Devils points", "Opponents", "Record" ], [ "2", "1", "Sept. 18", "Houston", "Win", "18", "17", "1-0" ], [ "3", "2", "Sept. 25", "@ Utah", "Win", "41", "21", "2-0" ], [ "4", "3", "Oct. 2", "Texas El-Paso", "Win", "24", "7", "3-0" ], [ "5", "4", "Oct. 9", "@ Colorado State", "Win", "42", "0", "4-0" ], [ "6", "5", "Oct. 16", "@ Oregon State", "Loss", "18", "24", "4-1" ], [ "7", "6", "Oct. 23", "@ New Mexico", "Win", "60", "28", "5-1" ], [ "8", "7", "Oct. 30", "Air Force", "Win", "44", "28", "6-1" ], [ "9", "8", "Nov. 6", "Brigham Young", "Win", "38", "13", "7-1" ], [ "10", "9", "Nov. 13", "Wyoming", "Win", "52", "19", "8-1" ], [ "11", "10", "Nov. 20", "@ San Jose State", "Win", "49", "6", "9-1" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was the final score of Game #4?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ] } ]
train_2-18394824-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Opponent", "Score", "Record" ], [ "2", "1", "10/09/1973", "Capital Bullets", "128-114", "1-0" ], [ "3", "2", "10/11/1973", "Los Angeles Lakers", "129 - 102", "2 - 0" ], [ "4", "3", "10/12/1973", "at Detroit Pistons", "105 - 122", "2 - 1" ], [ "5", "4", "10/13/1973", "Kansas City Kings", "102 - 117", "2 - 2" ], [ "6", "5", "10/20/1973", "at Phoenix Suns", "108 - 118", "2 - 3" ], [ "7", "6", "10/21/1973", "at Los Angeles Lakers", "119 - 100", "3 - 3" ], [ "8", "7", "10/24/1973", "at Seattle SuperSonics", "131 - 106", "4 - 3" ], [ "9", "8", "10/26/1973", "at Portland Trail Blazers", "110 - 127", "4 - 4" ], [ "10", "9", "10/27/1973", "at Golden State Warriors", "125 - 116", "5 - 4" ], [ "11", "10", "10/30/1973", "Phoenix Suns", "122 - 101", "6 - 4" ] ]
[ { "Formula": "MIN(FILTER(D1, (C1=\"dora de pédery-hunt\")*(A1<2002)))", "Formula2": "MIN(FILTER(D2:D11, (C2:C11=\"dora de pédery-hunt\")*(A2:A11<2002)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the fewest mintage from Dora de Pédery-Hunt, and the year was before 2002?", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "=", "\"dora de pédery-hunt\"", "*", "A1", "<", "2002" ] }, { "Formula": "MAX(FILTER(D1, (B1=\"common eider\")*(A1<2008)))", "Formula2": "MAX(FILTER(D2:D11, (B2:B11=\"common eider\")*(A2:A11<2008)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the most mintage with common eider as the theme, and the year less than 2008?", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", "=", "\"common eider\"", "*", "A1", "<", "2008" ] }, { "Formula": "MIN(FILTER(A1, (B1=\"25th anniversary loonie\")*(D1<35000)))", "Formula2": "MIN(FILTER(A2:A11, (B2:B11=\"25th anniversary loonie\")*(D2:D11<35000)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the earliest year when the 25th Anniversary Loonie was the theme, and the mintage was less than 35,000?", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", "=", "\"25th anniversary loonie\"", "*", "D1", "<", "35000" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"$49.95\")*(A1=2010)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"$49.95\")*(A2:A11=2010)),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who was the artist that had $49.95 as the issue price for the 2010 year?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"$49.95\"", "*", "A1", "=", "2010", "3" ] } ]
train_2-18400-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Theme", "Artist", "Mintage", "Issue price" ], [ "2", "2002", "15th Anniversary Loonie", "Dora de Pédery-Hunt", "67,672", "$39.95" ], [ "3", "2004", "Jack Miner Bird Sanctuary", "Susan Taylor", "46,493", "$39.95" ], [ "4", "2005", "Tufted Puffin", "N/A", "39,818", "$39.95" ], [ "5", "2006", "Snowy Owl", "Glen Loates", "39,935", "$44.95" ], [ "6", "2007", "Trumpeter Swan", "Kerri Burnett", "40,000", "$45.95" ], [ "7", "2008", "Common Eider", "Mark Hobson", "40,000", "$47.95" ], [ "8", "2009", "Great Blue Heron", "Chris Jordison", "40,000", "$47.95" ], [ "9", "2010", "Northern Harrier", "Arnold Nogy", "35,000", "$49.95" ], [ "10", "2011", "Great Gray Owl", "Arnold Nogy", "35,000", "$49.95" ], [ "11", "2012", "25th Anniversary Loonie", "Arnold Nogy", "35,000", "$49.95" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Champs Sports Bowl\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"Champs Sports Bowl\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the date for the Champs Sports Bowl?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Champs Sports Bowl\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"San Antonio, Texas\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"San Antonio, Texas\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date when the city is San Antonio, Texas?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"San Antonio, Texas\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"NFL Network\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"NFL Network\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the city when the Television network was the NFL Network?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"NFL Network\"", "4" ] } ]
test_1-20996923-20
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Bowl Game", "Date", "Stadium", "City", "Television", "Matchups/Result", "Payout ( US$ )" ], [ "2", "Champs Sports Bowl", "December 29, 2009 8:00 PM ET", "Citrus Bowl", "Orlando, Florida", "ESPN", "Wisconsin 20, Miami 14", "$2,130,000" ], [ "3", "Insight Bowl", "December 31, 2009 6:00 PM ET", "Sun Devil Stadium", "Tempe, Arizona", "NFL Network", "Iowa State 14, Minnesota 13", "$1,200,000" ], [ "4", "Outback Bowl", "January 1, 2010 11:00 AM ET", "Raymond James Stadium", "Tampa, Florida", "ESPN", "Auburn 38, Northwestern 35 (OT)", "$3,100,000" ], [ "5", "Capital One", "January 1, 2010 1:00 PM ET", "Citrus Bowl", "Orlando, Florida", "ABC", "Penn State 19, LSU 17", "$4,250,000" ], [ "6", "Rose Bowl *", "January 1, 2010 5:10 PM ET", "Rose Bowl", "Pasadena, California", "ABC", "Ohio State 26, Oregon 17", "$17,000,000" ], [ "7", "Alamo Bowl", "January 2, 2010 9:00 PM ET", "Alamodome", "San Antonio, Texas", "ESPN", "Texas Tech 41, Michigan State 31", "$2,250,000" ] ]
[ { "Formula": "SUM(FILTER(A1, (E1=\"sweden\")*(B1=199)))", "Formula2": "SUM(FILTER(A2:A8, (E2:E8=\"sweden\")*(B2:B8=199)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the total round with an overall of 199 with sweden?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"sweden\"", "*", "B1", "=", "199" ] }, { "Formula": "SUM(FILTER(B1, (E1=\"canada\")*(A1=2)))", "Formula2": "SUM(FILTER(B2:B8, (E2:E8=\"canada\")*(A2:A8=2)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the total for Canada during round 2?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"canada\"", "*", "A1", "=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=4)*(CHOOSECOLS(query1,3)=119)))", "Formula2": "LET(query1,SUMMARIZE(F2:F8,SUMX(A2:A8),SUMX(B2:B8)),FILTER(query1,(CHOOSECOLS(query1,2)=4)*(CHOOSECOLS(query1,3)=119)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which team scores 119 in round 4?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4", "*", "CHOOSECOLS(", "query1", "3", "=", "119" ] } ]
train_2-11803648-17
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Overall", "Player", "Position", "Nationality", "Club team" ], [ "2", "1", "15", "Erik Karlsson", "Defence", "Sweden", "Frölunda HC (Gothenburg) (Sweden)" ], [ "3", "2", "42", "Patrick Wiercioch", "Defence", "Canada", "Omaha (USHL)" ], [ "4", "3", "79", "Zack Smith", "Center", "Canada", "Swift Current Broncos (WHL)" ], [ "5", "4", "109", "Andre Petersson", "Forward", "Sweden", "HV71 (Sweden)" ], [ "6", "4", "119", "Derek Grant", "Center", "Canada", "Langley Chiefs (BCHL)" ], [ "7", "5", "139", "Mark Borowiecki", "Defence", "Canada", "Smiths Falls Bears (CJHL)" ], [ "8", "7", "199", "Emil Sandin", "Forward", "Sweden", "Brynäs IF (Sweden)" ] ]
[ { "Formula": "SUMIFS(F1,B1,\"czech republic\")", "Formula2": "SUMIFS(F2:F15,B2:B15,\"czech republic\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total number of medals by the Czech republic?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"czech republic\"" ] }, { "Formula": "SUM(FILTER(C1, (A1<2)*(E1>8)))", "Formula2": "SUM(FILTER(C2:C15, (A2:A15<2)*(E2:E15>8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many gold medals does the country ranked higher than 2 with more than 8 bronze have?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "<", "2", "*", "E1", ">", "8" ] }, { "Formula": "MAX(FILTER(A1, (C1<3)*(D1>2)*(F1<5)))", "Formula2": "MAX(FILTER(A2:A15, (C2:C15<3)*(D2:D15>2)*(F2:F15<5)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest rank a country with less than 3 gold, more than 2 silver, and less than 5 total medals has?", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "<", "3", "*", "D1", ">", "2", "*", "F1", "<", "5" ] } ]
train_2-12392569-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Russia", "13", "9", "8", "30" ], [ "3", "2", "United States", "4", "8", "9", "21" ], [ "4", "3", "Ukraine", "6", "2", "5", "13" ], [ "5", "4", "Japan", "3", "2", "3", "8" ], [ "6", "5", "France", "3", "1", "2", "6" ], [ "7", "6", "Italy", "3", "2", "0", "5" ], [ "8", "6", "Hungary", "2", "3", "0", "5" ], [ "9", "6", "China", "2", "1", "2", "5" ], [ "10", "6", "Germany", "0", "2", "3", "5" ], [ "11", "7", "Poland", "0", "2", "2", "4" ], [ "12", "8", "Canada", "0", "2", "1", "3" ], [ "13", "9", "Czech Republic", "0", "1", "0", "1" ], [ "14", "9", "Estonia", "0", "1", "0", "1" ], [ "15", "9", "United Kingdom", "0", "0", "1", "1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"best lead actress\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"best lead actress\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the nominee for Best Lead Actress?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"best lead actress\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"carmen salinas\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"carmen salinas\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what category is Carmen Salinas nominated?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"carmen salinas\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"best supporting actress\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"best supporting actress\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year was there a category of Best Supporting Actress?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"best supporting actress\"", "1" ] } ]
train_2-11891977-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Ceremony", "Category", "Nominee", "Result" ], [ "2", "2001", "TVyNovelas Awards", "Best Telenovela", "Abrázame muy fuerte", "Won" ], [ "3", "2001", "TVyNovelas Awards", "Best Lead Actress", "Aracely Arámbula", "Nominated" ], [ "4", "2001", "TVyNovelas Awards", "Best Lead Actor", "Fernando Colunga", "Won" ], [ "5", "2001", "TVyNovelas Awards", "Best Female Villain", "Nailea Norvind", "Won" ], [ "6", "2001", "TVyNovelas Awards", "Best Male Villain", "César Évora", "Won" ], [ "7", "2001", "TVyNovelas Awards", "Best Supporting Actress", "Carmen Salinas", "Nominated" ], [ "8", "2001", "TVyNovelas Awards", "Best Supporting Actor", "Pablo Montero", "Won" ], [ "9", "2001", "TVyNovelas Awards", "Best First Actress", "Helena Rojo", "Won" ], [ "10", "2001", "TVyNovelas Awards", "Best First Actor", "Joaquín Cordero", "Won" ], [ "11", "2001", "TVyNovelas Awards", "Best Song for a Telenovela", "Juan Gabriel", "Nominated" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, B1=9)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C11, B2:B11=9)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many games did they play on october 9?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "9" ] } ]
train_1-27539808-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "October", "Opponent", "Score", "Location/Attendance", "Record", "Points" ], [ "2", "1", "7", "@ Pittsburgh Penguins", "3 – 2", "Consol Energy Center (18,289)", "1–0–0", "2" ], [ "3", "2", "9", "@ St. Louis Blues", "1 – 2 (OT)", "Scottrade Center (19,150)", "1–0–1", "3" ], [ "4", "3", "11", "Colorado Avalanche", "4 – 2", "Wells Fargo Center (19,652)", "2–0–1", "5" ], [ "5", "4", "14", "Tampa Bay Lightning", "2 – 3", "Wells Fargo Center (19,592)", "2–1–1", "5" ], [ "6", "5", "16", "Pittsburgh Penguins", "1 – 5", "Wells Fargo Center (19,684)", "2–2–1", "5" ], [ "7", "6", "21", "Anaheim Ducks", "2 – 3", "Wells Fargo Center (19,012)", "2–3–1", "5" ], [ "8", "7", "23", "Toronto Maple Leafs", "5 – 2", "Wells Fargo Center (19,382)", "3–3–1", "7" ], [ "9", "8", "25", "@ Columbus Blue Jackets", "1 – 2", "Nationwide Arena (11,727)", "3–4–1", "7" ], [ "10", "9", "26", "Buffalo Sabres", "6 – 3", "Wells Fargo Center (19,361)", "4–4–1", "9" ], [ "11", "10", "29", "@ Pittsburgh Penguins", "3 – 2", "Consol Energy Center (18,275)", "5–4–1", "11" ] ]
[ { "Formula": "SUMIFS(F1,C1,\"carlton\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"carlton\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many people in total have attended games where carlton played as away?", "Tokens": [ "SUMIFS(", "F1", "C1", "\"carlton\"" ] }, { "Formula": "SUMIFS(F1,B1,\"19.15 (129)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"19.15 (129)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "When the home team scored 19.15 (129)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"19.15 (129)\"" ] } ]
train_2-10826385-18
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "9.19 (73)", "Geelong", "10.9 (69)", "Western Oval", "14,699", "5 August 1972" ], [ "3", "Collingwood", "19.15 (129)", "Fitzroy", "12.13 (85)", "Victoria Park", "25,007", "5 August 1972" ], [ "4", "South Melbourne", "13.11 (89)", "Hawthorn", "23.10 (148)", "Lake Oval", "9,207", "5 August 1972" ], [ "5", "St Kilda", "12.9 (81)", "Essendon", "12.16 (88)", "Moorabbin Oval", "29,062", "5 August 1972" ], [ "6", "Melbourne", "8.18 (66)", "Carlton", "11.11 (77)", "MCG", "33,364", "5 August 1972" ], [ "7", "Richmond", "13.20 (98)", "North Melbourne", "6.14 (50)", "VFL Park", "11,393", "5 August 1972" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"west virginia\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"west virginia\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which player has West Virginia listed as their school/country?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"west virginia\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"guard\")*(D1=1968)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"guard\")*(D2:D11=1968)),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which player played the guard position from 1968?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"guard\"", "*", "D1", "=", "1968", "1" ] } ]
train_2-10560886-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "From", "School/Country" ], [ "2", "Devin Ebanks Category:Articles with hCards", "United States", "Forward", "2010", "West Virginia" ], [ "3", "James Edwards Category:Articles with hCards", "United States", "Forward/Center", "1977 1992", "Washington" ], [ "4", "Johnny Egan Category:Articles with hCards", "United States", "Guard", "1968", "Providence" ], [ "5", "Ray Ellefson Category:Articles with hCards", "United States", "Center", "1948", "West Texas A&M" ], [ "6", "Boo Ellis Category:Articles with hCards", "United States", "Forward", "1958", "Niagara University" ], [ "7", "Leroy Ellis Category:Articles with hCards", "United States", "Forward/Center", "1962 1971", "St. John's University" ], [ "8", "Bo Erias Category:Articles with hCards", "United States", "Forward", "1957", "Niagara University" ], [ "9", "Keith Erickson Category:Articles with hCards", "United States", "Guard/Forward", "1968", "UCLA" ], [ "10", "Maurice Evans Category:Articles with hCards", "United States", "Guard", "2006", "Texas" ], [ "11", "Christian Eyenga Category:Articles with hCards", "Democratic Republic of the Congo", "Forward", "2012", "DR Congo" ] ]
[ { "Formula": "SUM(FILTER(C1, (A1=\"jake sharp\")*(D1<30)))", "Formula2": "SUM(FILTER(C2:C11, (A2:A11=\"jake sharp\")*(D2:D11<30)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many losses have jake sharp as the name, with a long less than 30?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"jake sharp\"", "*", "D1", "<", "30" ] }, { "Formula": "AVERAGE(FILTER(D1, (B1=1581)*(C1<308)))", "Formula2": "AVERAGE(FILTER(D2:D11, (B2:B11=1581)*(C2:C11<308)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average long that has 1581 as a gain, with a loss less than 308?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "B1", "=", "1581", "*", "C1", "<", "308" ] }, { "Formula": "SUM(FILTER(B1, (D1>8)*(E1=124.9)))", "Formula2": "SUM(FILTER(B2:B11, (D2:D11>8)*(E2:E11=124.9)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many gains have a long greater than 8, with avg/g of 124.9?", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "8", "*", "E1", "=", "124.9" ] }, { "Formula": "SUM(FILTER(D1, (B1<379)*(E1=0.8)))", "Formula2": "SUM(FILTER(D2:D11, (B2:B11<379)*(E2:E11=0.8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many longs have a gain less than 379, and 0.8 as an avg/g?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "<", "379", "*", "E1", "=", "0.8" ] }, { "Formula": "MIN(FILTER(B1, (A1=\"toben opurum\")*(E1<54.1)))", "Formula2": "MIN(FILTER(B2:B11, (A2:A11=\"toben opurum\")*(E2:E11<54.1)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest gain that has toben opurum as the name, with an avg/g less than 54.1?", "Tokens": [ "MIN(", "FILTER(", "B1", "A1", "=", "\"toben opurum\"", "*", "E1", "<", "54.1" ] } ]
train_2-18935801-7
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Gain", "Loss", "Long", "Avg/G" ], [ "2", "Toben Opurum", "564", "23", "26", "54.1" ], [ "3", "Jake Sharp", "382", "4", "30", "47.2" ], [ "4", "Kale Pick", "182", "15", "55", "23.9" ], [ "5", "Todd Reesing", "379", "245", "22", "13.4" ], [ "6", "Dezmon Briscoe", "20", "1", "20", "2.1" ], [ "7", "Rell Lewis", "17", "0", "8", "5.7" ], [ "8", "Kerry Meier", "6", "0", "6", "0.8" ], [ "9", "TEAM", "0", "13", "0", "-2.2" ], [ "10", "Total", "1550", "301", "55", "124.9" ], [ "11", "Opponents", "1581", "308", "44", "127.3" ] ]
[ { "Formula": "MIN(FILTER(E1, F1=15))", "Formula2": "MIN(FILTER(E2:E11, F2:F11=15))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the least amount of points scored by the golden bears when the opponent scored 15 points?", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", "=", "15" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(F2:F11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the total number of opponents played against the bears in game 4?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=3))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What opponent was playing against the Golden Bears when they scored 3 points?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3" ] } ]
train_1-21035326-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Game", "Date", "Opponent", "Result", "Golden Bears points", "Opponents", "Record" ], [ "2", "1", "Sept. 14", "@ Florida", "Loss", "17", "21", "0-1-0" ], [ "3", "2", "Sept. 21", "San Jose State", "Win", "17", "16", "1-1-0" ], [ "4", "3", "Sept. 28", "Army", "Win", "27", "14", "2-1-0" ], [ "5", "4", "Oct. 5", "@ Illinois", "Win", "31", "14", "3-1-0" ], [ "6", "5", "Oct. 12", "Oregon", "Win", "40", "10", "4-1-0" ], [ "7", "6", "Oct. 19", "@ Oregon State", "Win", "17", "14", "5-1-0" ], [ "8", "7", "Oct. 26", "UCLA", "Loss", "3", "28", "5-2-0" ], [ "9", "8", "Nov. 2", "@ Southern California", "Tie", "15", "15", "5-2-1" ], [ "10", "9", "Nov. 9", "@ Washington", "Win", "52", "26", "6-2-1" ], [ "11", "10", "Nov. 16", "Washington State", "Win", "37", "33", "7-2-1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"lega friuli-vg\")*(E1<2011)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"lega friuli-vg\")*(E2:E12<2011)),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "Num" ], "Level": "medium", "Question": "Which municipality has a party of Lega Friuli-VG that won elections before 2011?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"lega friuli-vg\"", "*", "E1", "<", "2011", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ettore romoli\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"ettore romoli\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which party is Ettore Romoli from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ettore romoli\"", "4" ] } ]
train_2-18568694-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Municipality", "Inhabitants", "Mayor", "Party", "Election" ], [ "2", "Trieste", "205,535", "Roberto Cosolini", "Democratic Party", "2011" ], [ "3", "Udine", "99,627", "Furio Honsell", "Democratic Party", "2008" ], [ "4", "Pordenone", "51,723", "Claudio Pedrotti", "Democratic Party", "2011" ], [ "5", "Gorizia", "35,798", "Ettore Romoli", "The People of Freedom", "2012" ], [ "6", "Monfalcone", "27,877", "Silvia Altran", "Democratic Party", "2011" ], [ "7", "Sacile", "20,227", "Roberto Ceraolo", "The People of Freedom", "2009" ], [ "8", "Cordenons", "18,470", "Mario Ongaro", "Lega Friuli-VG", "2011" ], [ "9", "Codroipo", "15,887", "Fabio Marchetti", "The People of Freedom", "2011" ], [ "10", "Azzano Decimo", "15,601", "Marco Putto", "Democratic Party", "2012" ], [ "11", "Porcia", "15,443", "Stefano Turchet", "Lega Friuli-VG", "2009" ], [ "12", "San Vito al Tagliamento", "15,015", "Antonio Di Bisceglie", "Democratic Party", "2011" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"southampton\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"southampton\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the game played against Southampton?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"southampton\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=13634),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=13634),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which venue has 13,634 people in attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "13634", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"leyton orient\")*(D1=\"away\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(C2:C11=\"leyton orient\")*(D2:D11=\"away\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was Leyton Orient an away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"leyton orient\"", "*", "D1", "=", "\"away\"", "2" ] } ]
test_2-11322049-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Date", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "1", "10 November", "Leyton Orient", "Away", "1–1", "3,157" ], [ "3", "1 (Replay)", "20 November", "Leyton Orient", "Home", "Postponed (Waterlogged pitch)", "Postponed (Waterlogged pitch)" ], [ "4", "1 (Replay)", "27 November", "Leyton Orient", "Home", "3–3", "3,742" ], [ "5", "2", "1 December", "Rushden & Diamonds", "Home", "5–1", "4,816" ], [ "6", "3", "6 January", "Fulham", "Away", "2–2", "13,634" ], [ "7", "3 (Replay)", "15 January", "Fulham", "Home", "Postponed (Dangerous Playing Conditions)", "Postponed (Dangerous Playing Conditions)" ], [ "8", "3 (Replay)", "22 January", "Fulham", "Home", "0–0", "11,882" ], [ "9", "4", "26 January", "Barnet", "Away", "1–0", "5,190" ], [ "10", "5", "16 February", "Southampton", "Home", "1–0", "11,920" ], [ "11", "QF", "9 March", "West Bromwich Albion", "Home", "1–5", "12,011" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=\"jack brabham\")*(E1=\"graham hill\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,(D2:D11=\"jack brabham\")*(E2:E11=\"graham hill\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the circuit when Jack Brabham is in the pole position and Graham Hill has the fastest lap?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"jack brabham\"", "*", "E1", "=", "\"graham hill\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"monaco\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,B2:B11=\"monaco\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What race contains the Monaco circuit?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"monaco\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=\"jack brabham\")*(B1=\"spa-francorchamps\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,(D2:D11=\"jack brabham\")*(B2:B11=\"spa-francorchamps\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the race when Jack Brabham is in the pole position and the circuit is Spa-Francorchamps?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"jack brabham\"", "*", "B1", "=", "\"spa-francorchamps\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"phil hill\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,E2:E11=\"phil hill\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the circuit when Phil Hill has the fastest lap?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"phil hill\"", "2" ] } ]
train_2-1140106-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", "7 February", "Stirling Moss", "Stirling Moss", "Bruce McLaren", "Cooper - Climax", "D", "Report" ], [ "3", "Monaco Grand Prix", "Monaco", "29 May", "Stirling Moss", "Bruce McLaren", "Stirling Moss", "Lotus - Climax", "D", "Report" ], [ "4", "Indianapolis 500", "Indianapolis", "30 May", "Eddie Sachs", "Jim Rathmann", "Jim Rathmann", "Watson - Offenhauser", "F", "Report" ], [ "5", "Dutch Grand Prix", "Zandvoort", "6 June", "Stirling Moss", "Stirling Moss", "Jack Brabham", "Cooper - Climax", "D", "Report" ], [ "6", "Belgian Grand Prix", "Spa-Francorchamps", "19 June", "Jack Brabham", "Jack Brabham Innes Ireland Phil Hill", "Jack Brabham", "Cooper - Climax", "D", "Report" ], [ "7", "French Grand Prix", "Reims", "3 July", "Jack Brabham", "Jack Brabham", "Jack Brabham", "Cooper - Climax", "D", "Report" ], [ "8", "British Grand Prix", "Silverstone", "16 July", "Jack Brabham", "Graham Hill", "Jack Brabham", "Cooper - Climax", "D", "Report" ], [ "9", "Portuguese Grand Prix", "Boavista", "14 August", "John Surtees", "John Surtees", "Jack Brabham", "Cooper - Climax", "D", "Report" ], [ "10", "Italian Grand Prix", "Monza", "4 September", "Phil Hill", "Phil Hill", "Phil Hill", "Ferrari", "D", "Report" ], [ "11", "United States Grand Prix", "Riverside", "20 November", "Stirling Moss", "Jack Brabham", "Stirling Moss", "Lotus - Climax", "D", "Report" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"urszula radwańska\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,E2:E14=\"urszula radwańska\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Date had a Partner of urszula radwańska?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"urszula radwańska\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"hard\")*(E1=\"maria elena camerin\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(D2:D14=\"hard\")*(E2:E14=\"maria elena camerin\")),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Opponent had a Surface of hard, and a Partner of maria elena camerin?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"hard\"", "*", "E1", "=", "\"maria elena camerin\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"darija jurak carmen klaschka\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,F2:F14=\"darija jurak carmen klaschka\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Partner had an Opponent of darija jurak carmen klaschka?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"darija jurak carmen klaschka\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"runner-up\")*(D1=\"carpet\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(A2:A14=\"runner-up\")*(D2:D14=\"carpet\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Date had an Outcome of runner-up, and a Surface of carpet?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"runner-up\"", "*", "D1", "=", "\"carpet\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"fernanda hermenegildo monika kochanova\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,F2:F14=\"fernanda hermenegildo monika kochanova\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Surface had an Opponent of fernanda hermenegildo monika kochanova?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"fernanda hermenegildo monika kochanova\"", "4" ] } ]
test_2-15100199-10
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponent", "Score" ], [ "2", "Winner", "11 November 2006", "Itajaí , Brazil", "Clay", "Teliana Pereira", "Fernanda Hermenegildo Monika Kochanova", "6–3, 6–3" ], [ "3", "Winner", "26 November 2006", "Córdoba , Argentina", "Clay", "Teliana Pereira", "Florencia Molinero Veronika Spiegel", "7–5, 6–4" ], [ "4", "Winner", "18 May 2007", "Trivandrum , India", "Clay", "Lauren Albanese", "Nicole Clerico Agnes Szatmari", "3–6, 7–5, 6–0" ], [ "5", "Winner", "8 July 2007", "Stuttgart-Vaihingen , Germany", "Clay", "Ekaterina Dzehalevich", "Darija Jurak Carmen Klaschka", "6–3, 6–2" ], [ "6", "Winner", "28 July 2007", "Les Contamines , France", "Hard", "Anastasia Pavlyuchenkova", "Petra Cetkovská Sandra Záhlavová", "Walkover" ], [ "7", "Runner-up", "1 August 2007", "Coimbra , Portugal", "Hard", "Magdalena Kiszczyńska", "Kira Nagy Neuza Silva", "3–6, 6–3, 7–5" ], [ "8", "Runner-up", "21 October 2007", "Makinohara , Japan", "Carpet", "Lauren Albanese", "Airi Hagimoto Sakiko Shimizu", "7–5, 6–3" ], [ "9", "Winner", "18 November 2007", "Kunming , China", "Hard", "Urszula Radwańska", "Han Xinyun Xu Yifan", "6–4, 6–1" ], [ "10", "Winner", "6 April 2008", "Torhout , Belgium", "Hard", "Anastasia Pavlyuchenkova", "Stéphanie Cohen-Aloro Selima Sfar", "6–4, 4–6, [10–8]" ], [ "11", "Runner-up", "22 February 2009", "Surprise, Arizona , United States", "Hard", "Ahsha Rolle", "Jorgelina Cravero Ekaterina Ivanova", "6–1, 6–1" ], [ "12", "Runner-up", "1 March 2009", "Clearwater , United States", "Hard", "Maria Elena Camerin", "Lucie Hradecká Michaela Paštiková", "walkover" ], [ "13", "Winner", "10 April 2009", "Torhout , Belgium", "Hard", "Michaëlla Krajicek", "Julia Görges Sandra Klemenschits", "6–4, 6–0" ], [ "14", "Runner-up", "17 October 2010", "Torhout , Belgium", "Hard", "Michaëlla Krajicek", "Timea Bacsinszky Tathiana Garbin", "6–4, 6–2" ] ]
[ { "Formula": "SUM(FILTER(B1, (C1=2)*(E1<7)))", "Formula2": "SUM(FILTER(B2:B7, (C2:C7=2)*(E2:E7<7)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of gold medals won by nations that won 2 silver medals but fewer than 7 in total?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "2", "*", "E1", "<", "7" ] }, { "Formula": "SUM(FILTER(E1, (D1=7)*(B1>18)))", "Formula2": "SUM(FILTER(E2:E7, (D2:D7=7)*(B2:B7>18)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total number of medals won by nations that had 7 bronze medals and more than 18 gold medals?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "7", "*", "B1", ">", "18" ] }, { "Formula": "MIN(FILTER(B1, (C1>11)*(A1=1)*(D1<7)))", "Formula2": "MIN(FILTER(B2:B7, (C2:C7>11)*(A2:A7=1)*(D2:D7<7)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What nation with Rank 1 won the fewest gold medals while winning more than 11 silver but fewer than 7 bronze medals?", "Tokens": [ "MIN(", "FILTER(", "B1", "C1", ">", "11", "*", "A1", "=", "1", "*", "D1", "<", "7" ] }, { "Formula": "MAX(FILTER(E1, (D1=7)*(C1>12)))", "Formula2": "MAX(FILTER(E2:E7, (D2:D7=7)*(C2:C7>12)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest total medals won by a nation that had 7 bronze but more than 12 silver medals?", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "=", "7", "*", "C1", ">", "12" ] }, { "Formula": "MIN(FILTER(B1, (E1=37)*(A1=1)*(D1>7)))", "Formula2": "MIN(FILTER(B2:B7, (E2:E7=37)*(A2:A7=1)*(D2:D7>7)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What nation won the fewest gold medals while being in Rank 1, with a total of 37 medals and more than 7 bronze medals?", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", "=", "37", "*", "A1", "=", "1", "*", "D1", ">", "7" ] } ]
train_2-12634250-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "18", "12", "7", "37" ], [ "3", "2", "13", "11", "13", "37" ], [ "4", "3", "11", "13", "11", "35" ], [ "5", "4", "1", "3", "5", "9" ], [ "6", "5t", "1", "2", "4", "7" ], [ "7", "7", "0", "2", "1", "3" ] ]
[ { "Formula": "SUM(FILTER(E1, D1<0))", "Formula2": "SUM(FILTER(E2:E10, D2:D10<0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many Bronze medals did the Nation with 0 Silver receive?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "<", "0" ] }, { "Formula": "SUM(FILTER(C1, (F1<8)*(E1<1)*(D1<1)))", "Formula2": "SUM(FILTER(C2:C10, (F2:F10<8)*(E2:E10<1)*(D2:D10<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many Gold medals did the Nation with less than 8 Total medals including 1 Bronze and 0 Silver receive?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "<", "8", "*", "E1", "<", "1", "*", "D1", "<", "1" ] }, { "Formula": "SUM(FILTER(F1, E1<0))", "Formula2": "SUM(FILTER(F2:F10, E2:E10<0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many Total medals did the Nation the got 0 Bronze medals receive?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "<", "0" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=4),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>1)*(CHOOSECOLS(query1,4)<4)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,A2:A10=4),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>1)*(CHOOSECOLS(query1,4)<4)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What Nation had a more than 1 Total medal including less than 3 Silver, less than 4 Gold and a Rank of 4?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "4", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "3", "*", "CHOOSECOLS(", "query1", "3", ">", "1", "*", "CHOOSECOLS(", "query1", "4", "<", "4" ] }, { "Formula": "SUM(FILTER(D1, (C1<1)*(A1=8)*(F1>1)))", "Formula2": "SUM(FILTER(D2:D10, (C2:C10<1)*(A2:A10=8)*(F2:F10>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many Silver medals did the Nation ranking 8 with more than 1 Total medal but less than 1 Gold receive?", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "<", "1", "*", "A1", "=", "8", "*", "F1", ">", "1" ] } ]
train_2-16852841-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Turkey", "4", "2", "2", "8" ], [ "3", "2", "Soviet Union", "2", "3", "1", "6" ], [ "4", "3", "Iran", "1", "1", "0", "2" ], [ "5", "4", "Bulgaria", "1", "0", "2", "3" ], [ "6", "5", "Finland", "0", "1", "0", "1" ], [ "7", "5", "West Germany", "0", "1", "0", "1" ], [ "8", "7", "Japan", "0", "0", "2", "2" ], [ "9", "8", "Italy", "0", "0", "1", "1" ], [ "10", "Total", "Total", "8", "8", "8", "24" ] ]
[ { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Which department has the largest number of employees?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Find the department with the most employees.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "LET(a,HSTACK(D1,A1),b,A1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(D2:D4,A2:A4),b,A2:A4,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Funcs": [ "LET(", "a", "HSTACK(", "Cell", "Cell", "b", "Cell", "c", "CHOOSECOLS(", "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "Num", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Level": "hard", "Question": "What is the employee id whose department has the least number of employees?", "Tokens": [ "LET(", "a", "HSTACK(", "D1", "A1", "b", "A1", "c", "CHOOSECOLS(", "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "1", "1", "1", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Department which has the highest number of employees within it.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Department with the highest number of employees.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "the department having the most employees.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(A2:A4,SUMX(D2:D4)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Department where most employees work.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "A1", "SUMX(", "D1", "2", "-", "1", "1" ] } ]
hospital_1_department
[ [ "0", "A", "B", "C", "D" ], [ "1", "department id", "name", "head", "employee id" ], [ "2", "1", "General Medicine", "4", "" ], [ "3", "2", "Surgery", "7", "" ], [ "4", "3", "Psychiatry", "9", "" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"toronto\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,D2:D13=\"toronto\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date did the team play home in Toronto?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"toronto\"", "1" ] }, { "Formula": "SUM(FILTER(F1, (B1=\"cleveland\")*(E1=\"larry hughes(33)\")))", "Formula2": "SUM(FILTER(F2:F13, (B2:B13=\"cleveland\")*(E2:E13=\"larry hughes(33)\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many people attended the game when Larry Hughes(33) was the leading scorer and cleveland was visiting?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "\"cleveland\"", "*", "E1", "=", "\"larry hughes(33)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"utah\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,D2:D13=\"utah\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did they play Utah at home?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"utah\"", "1" ] } ]
train_2-13761074-10
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "February 1", "Cleveland", "89–92", "Miami", "Daniel Gibson (19)", "20,125", "26–20" ], [ "3", "February 2", "Charlotte", "101–81", "Cleveland", "LeBron James (18)", "20,562", "27–20" ], [ "4", "February 4", "Detroit", "78–90", "Cleveland", "LeBron James (21)", "20,140", "27–21" ], [ "5", "February 7", "LA Clippers", "94–77", "Cleveland", "Zydrunas Ilgauskas (16)", "20,129", "28–21" ], [ "6", "February 9", "Miami", "103–79", "Cleveland", "LeBron James (29)", "20,562", "29–21" ], [ "7", "February 11", "LA Lakers", "99–90", "Cleveland", "Sasha Pavlović(21)", "20,562", "30–21" ], [ "8", "February 14", "Cleveland", "98–99", "Utah", "Larry Hughes(33)", "19,911", "30–22" ], [ "9", "February 15", "Cleveland", "114–108", "LA Lakers", "LeBron James (38)", "18,997", "31–22" ], [ "10", "February 21", "Cleveland", "86–85", "Toronto", "LeBron James (29)", "19,800", "32–22" ], [ "11", "February 22", "Chicago", "78–84", "Cleveland", "LeBron James (29)", "20,562", "32–23" ], [ "12", "February 25", "Cleveland", "81–86", "Miami", "LeBron James (29)", "20,225", "32–24" ], [ "13", "February 27", "NO/OK City", "97–89", "Cleveland", "LeBron James (35)", "19,619", "33–24" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"31–31–8\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,G2:G13=\"31–31–8\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which visiting team had a record of 31–31–8?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"31–31–8\"", "2" ] } ]
train_2-11771022-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "March 2", "Florida", "1 – 0", "NY Islanders", "Anderson", "15,314", "29–31–8" ], [ "3", "March 4", "Florida", "1 – 0", "Boston", "Anderson", "16,478", "30–31–8" ], [ "4", "March 6", "Pittsburgh", "2 – 5", "Florida", "Anderson", "17,012", "31–31–8" ], [ "5", "March 8", "Atlanta", "2 – 3", "Florida", "Vokoun", "16,614", "32–31–8" ], [ "6", "March 12", "NY Islanders", "2 – 4", "Florida", "Vokoun", "15,233", "33–31–8" ], [ "7", "March 14", "NY Rangers", "2 – 3", "Florida", "Vokoun", "19,321", "34–31–8" ], [ "8", "March 16", "Atlanta", "1 – 3", "Florida", "Vokoun", "15,704", "35–31–8" ], [ "9", "March 20", "Carolina", "2 – 1", "Florida", "Vokoun", "18,546", "35–31–9" ], [ "10", "March 22", "Tampa Bay", "2 – 4", "Florida", "Vokoun", "18,502", "36–31–9" ], [ "11", "March 25", "Florida", "1 – 3", "Tampa Bay", "Vokoun", "16,110", "36–32–9" ], [ "12", "March 27", "Atlanta", "3 – 2", "Florida", "Vokoun", "17,301", "36–33–9" ], [ "13", "March 29", "Washington", "3 – 2", "Florida", "Vokoun", "17,832", "36–34–9" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"*lauk\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"*lauk\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For part 2 *lauk, what is listed for part 4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"*lauk\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"*bundun\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"*bundun\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the verb meaning for *bundun?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"*bundun\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"*raid\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"*raid\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For part 2 *raid, what is listed for part 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"*raid\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"*ridanaz\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"*ridanaz\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What word is listed under part 2 for part 4 *ridanaz?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"*ridanaz\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"3b\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"3b\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is listed under part 1 for class 3b?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"3b\"", "2" ] } ]
train_1-1745843-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Class", "Part 1", "Part 2", "Part 3", "Part 4", "Verb meaning", "Usual PIE origin" ], [ "2", "1", "*rīdaną", "*raid", "*ridun", "*ridanaz", "to ride", "Vowel + y/i." ], [ "3", "2a", "*freusaną", "*fraus", "*fruzun", "*fruzanaz", "to freeze", "Vowel + w/u." ], [ "4", "2b", "*lūkaną", "*lauk", "*lukun", "*lukanaz", "to close, to shut", "Unknown." ], [ "5", "3a", "*bindaną", "*band", "*bundun", "*bundanaz", "to bind", "Vowel + m or n + another consonant." ], [ "6", "3b", "*werþaną", "*warþ", "*wurdun", "*wurdanaz", "to become", "Vowel + l or r + another consonant." ], [ "7", "4", "*beraną", "*bar", "*bērun", "*buranaz", "to bear", "Vowel + l, r, m or n + no other consonant." ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"7 june 2000\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"7 june 2000\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Result has a Date of 7 june 2000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"7 june 2000\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"21 june 2000\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"21 june 2000\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Venue has a Date of 21 june 2000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"21 june 2000\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jan breydel, bruges, belgium\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"jan breydel, bruges, belgium\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Competition has a Venue of jan breydel, bruges, belgium?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jan breydel, bruges, belgium\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"3–4\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"3–4\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Date has a Result of 3–4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"3–4\"", "1" ] } ]
test_2-1517334-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "5 June 1999", "El Madrigal , Vila-real , Spain", "9–0", "9–0", "Euro 2000 qualifying" ], [ "3", "7 June 2000", "Josy Barthel , Luxembourg , Luxembourg", "1–0", "1–0", "Friendly" ], [ "4", "21 June 2000", "Jan Breydel , Bruges , Belgium", "3–3", "3–4", "Euro 2000" ], [ "5", "25 June 2000", "Jan Breydel, Bruges, Belgium", "1–1", "1–2", "Euro 2000" ], [ "6", "24 March 2001", "José Rico Pérez , Alicante , Spain", "4–0", "5–0", "2002 World Cup qualification" ], [ "7", "24 March 2001", "José Rico Pérez, Alicante, Spain", "5–0", "5–0", "2002 World Cup qualification" ], [ "8", "1 September 2001", "Mestalla , Valencia , Spain", "4–0", "4–0", "2002 World Cup qualification" ], [ "9", "12 June 2002", "Daegu World Cup , Daegu , South Korea", "1–2", "2–3", "2002 World Cup" ] ]
[ { "Formula": "AVERAGE(FILTER(A1, E1=1983))", "Formula2": "AVERAGE(FILTER(A2:A8, E2:E8=1983))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the average pick in 1983?", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "E1", "=", "1983" ] }, { "Formula": "AVERAGEIFS(E1,C1,\"montreal expos\")", "Formula2": "AVERAGEIFS(E2:E8,C2:C8,\"montreal expos\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average year of the montreal expos?", "Tokens": [ "AVERAGEIFS(", "E1", "C1", "\"montreal expos\"" ] }, { "Formula": "SUM(FILTER(A1, (C1=\"los angeles dodgers\")*(D1=\"lhp\")*(E1<1979)))", "Formula2": "SUM(FILTER(A2:A8, (C2:C8=\"los angeles dodgers\")*(D2:D8=\"lhp\")*(E2:E8<1979)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total pick number of the los angeles dodgers, which has a lhp position before 1979?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "\"los angeles dodgers\"", "*", "D1", "=", "\"lhp\"", "*", "E1", "<", "1979" ] } ]
test_2-18233834-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Player", "Team", "Position", "Year" ], [ "2", "13", "Rick Leach", "Detroit Tigers", "OF", "1979" ], [ "3", "16", "Steve Howe", "Los Angeles Dodgers", "LHP", "1979" ], [ "4", "25", "Steve Perry", "Los Angeles Dodgers", "RHP", "1979" ], [ "5", "14", "Rich Stoll", "Montreal Expos", "RHP", "1983" ], [ "6", "4", "Barry Larkin", "Cincinnati Reds", "SS", "1985" ], [ "7", "8", "Jim Abbott", "California Angels", "LHP", "1988" ], [ "8", "28", "David Parrish", "New York Yankees", "C", "2000" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"england\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<71))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E17,C2:C17=\"england\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<71))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What's the to par for england when the score is less than 71?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"england\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "71" ] } ]
train_2-18169093-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Vicente Fernández", "Argentina", "70", "E" ], [ "3", "T1", "Nick Job", "England", "70", "E" ], [ "4", "T3", "Isao Aoki", "Japan", "71", "+1" ], [ "5", "T3", "David Graham", "Australia", "71", "+1" ], [ "6", "T3", "Tony Jacklin", "England", "71", "+1" ], [ "7", "T3", "Johnny Miller", "United States", "71", "+1" ], [ "8", "T3", "Simon Owen", "New Zealand", "71", "+1" ], [ "9", "T3", "Hal Sutton (a)", "United States", "71", "+1" ], [ "10", "T9", "Howard Clark", "England", "72", "+2" ], [ "11", "T9", "Ben Crenshaw", "United States", "72", "+2" ], [ "12", "T9", "David Jagger", "England", "72", "+2" ], [ "13", "T9", "Mark James", "England", "72", "+2" ], [ "14", "T9", "Greg Norman", "Australia", "72", "+2" ], [ "15", "T9", "Arnold Palmer", "United States", "72", "+2" ], [ "16", "T9", "Bill Rogers", "United States", "72", "+2" ], [ "17", "T9", "Sam Torrance", "Scotland", "72", "+2" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"unknown\")*(B1=\"ju-52\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"unknown\")*(B2:B7=\"ju-52\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what location were the fatalities unknown for the Ju-52 aircraft?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"unknown\"", "*", "B1", "=", "\"ju-52\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"zs-spf\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"zs-spf\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what location was the tail number ZS-SPF?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"zs-spf\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ju-52\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"ju-52\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the location of the Ju-52 aircraft?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ju-52\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"unknown\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"unknown\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many fatalities occurred for an unknown tail number?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"unknown\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3/3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"3/3\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the tail number with 3/3 fatalities?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3/3\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ju-52\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"ju-52\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many fatalities occurred for the Ju-52 aircraft?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ju-52\"", "5" ] } ]
train_2-1591561-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Location", "Aircraft", "Tail number", "Aircraft damage", "Fatalities" ], [ "2", "Quelimane", "Lockheed L-14", "CR-AAV", "W/O", "Unknown" ], [ "3", "Lagoa Páti", "Ju-52", "Unknown", "W/O", "Unknown" ], [ "4", "Lourenço Marques", "F27-200", "CR-AIB", "W/O", "3/3" ], [ "5", "Quelimane", "Boeing 737-200", "C9-BAB", "W/O", "0/110" ], [ "6", "Lichinga", "Boeing 737-200", "C9-BAD", "W/O", "0/108" ], [ "7", "Off Maputo", "Boeing 747SP", "ZS-SPF", "W/O", "0/66" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1960s\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"1960s\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Song choice with a Theme that is 1960s?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1960s\"", "3" ] } ]
test_2-15796072-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week #", "Theme", "Song choice", "Order #", "Result" ], [ "2", "Audition", "N/A", "\" Turtle Blues \" \" Travelin' Band \"", "N/A", "Advanced" ], [ "3", "Hollywood", "N/A", "\" Light My Fire \"", "N/A", "Advanced" ], [ "4", "Hollywood", "N/A", "\" Piece of My Heart \"", "N/A", "Advanced" ], [ "5", "Top 24 (12 Women)", "1960s", "\" Baby, Please Don't Go \"", "4", "Safe" ], [ "6", "Top 20 (10 Women)", "1970s", "\" Carry On Wayward Son \"", "6", "Safe" ], [ "7", "Top 16 (8 Women)", "1980s", "\" I Hate Myself for Loving You \"", "3", "Safe" ], [ "8", "Top 12", "Lennon–McCartney", "\" You Can't Do That \"", "9", "Safe" ], [ "9", "Top 11", "The Beatles", "\" Back in the U.S.S.R. \"", "1", "Eliminated" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"october 16\")", "Formula2": "SUMIFS(A2:A8,B2:B8,\"october 16\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which game is on the date October 16?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"october 16\"" ] } ]
train_2-1219592-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Score", "Location", "Time", "Attendance" ], [ "2", "1", "October 13", "New York Mets – 1, Oakland A's – 2", "Oakland-Alameda County Coliseum", "2:26", "46,021" ], [ "3", "2", "October 14", "New York Mets – 10, Oakland A's – 7 (12 innings)", "Oakland-Alameda County Coliseum", "4:13", "49,151" ], [ "4", "3", "October 16", "Oakland A's – 3, New York Mets – 2 (11 innings)", "Shea Stadium", "3:15", "54,817" ], [ "5", "4", "October 17", "Oakland A's – 1, New York Mets – 6", "Shea Stadium", "2:41", "54,817" ], [ "6", "5", "October 18", "Oakland A's – 0, New York Mets – 2", "Shea Stadium", "2:39", "54,817" ], [ "7", "6", "October 20", "New York Mets – 1, Oakland A's – 3", "Oakland-Alameda County Coliseum", "2:07", "49,333" ], [ "8", "7", "October 21", "New York Mets – 2, Oakland A's – 5", "Oakland-Alameda County Coliseum", "2:37", "49,333" ] ]
[ { "Formula": "SUM(FILTER(F1, D1>22))", "Formula2": "SUM(FILTER(F2:F10, D2:D10>22))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was the rate when there were more than 22 goals?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", ">", "22" ] } ]
train_2-1674618-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Player", "Club", "Goals", "Games", "Rate" ], [ "2", "2005", "Taylor Twellman", "New England Revolution", "17", "25", "0.68" ], [ "3", "2006", "Jeff Cunningham", "Real Salt Lake", "16", "31", "0.52" ], [ "4", "2007", "Luciano Emilio", "D.C. United", "20", "29", "0.69" ], [ "5", "2008", "Landon Donovan", "Los Angeles Galaxy", "20", "25", "0.80" ], [ "6", "2009", "Jeff Cunningham", "FC Dallas", "17", "28", "0.61" ], [ "7", "2010", "Chris Wondolowski", "San Jose Earthquakes", "18", "28", "0.64" ], [ "8", "2011", "Dwayne De Rosario", "Toronto FC New York Red Bulls D.C. United", "16", "33", "0.48" ], [ "9", "2012", "Chris Wondolowski", "San Jose Earthquakes", "27", "32", "0.84" ], [ "10", "2013", "Camilo Sanvezzo", "Vancouver Whitecaps FC", "22", "32", "0.69" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>2001)*(B1=\"summer olympics\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13>2001)*(B2:B13=\"summer olympics\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the venue when the year is after 2001 for the summer olympics?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", ">", "2001", "*", "B1", "=", "\"summer olympics\"", "3" ] } ]
train_2-13252277-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Notes" ], [ "2", "1995", "European Junior Championships", "Nyíregyháza , Hungary", "1st", "4×100 m relay" ], [ "3", "1996", "World Junior Championships", "Sydney , Australia", "3rd", "4×100 m relay" ], [ "4", "1997", "European Junior Championships", "Ljubljana , Slovenia", "1st", "4×100 m relay" ], [ "5", "1999", "World Championships", "Seville , Spain", "5th", "4×100 m relay" ], [ "6", "2000", "Olympic Games", "Sydney , Australia", "6th", "4×100 m relay" ], [ "7", "2001", "World Championships", "Edmonton , Canada", "1st", "4×100 m relay" ], [ "8", "2002", "European Indoor Championships", "Vienna , Austria", "5th", "60 m" ], [ "9", "2002", "European Championships", "Munich , Germany", "2nd", "4×100 m relay" ], [ "10", "2003", "World Championships", "Paris , France", "5th", "4×100 m relay" ], [ "11", "2005", "European Indoor Championships", "Madrid , Spain", "6th", "60 m" ], [ "12", "2008", "Summer Olympics", "Beijing , China", "5th", "4×100 m relay" ], [ "13", "2009", "World Championships", "Berlin , Germany", "3rd", "4×100 m relay" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"hon. vicente q. roxas\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"hon. vicente q. roxas\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Hon. Vicente Q. Roxas appointment date?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"hon. vicente q. roxas\"", "3" ] } ]
test_2-18700020-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Position", "Date of Appointment", "Date of Birth", "Date of Retirement" ], [ "2", "Hon. CONRADO M. VASQUEZ, JR.", "Presiding Justice", "March 22, 1994", "January 6, 1940", "January 6, 2010" ], [ "3", "Hon. JOSE L. SABIO, JR.", "Associate Justice", "May 28, 1999", "May 25, 1941", "May 25, 2011" ], [ "4", "Hon. BIENVENIDO L. REYES", "Associate Justice", "August 22, 2000", "July 6, 1947", "July 6, 2017" ], [ "5", "Hon. VICENTE Q. ROXAS", "Associate Justice", "February 9, 2004", "December 8, 1949", "December 8, 2019" ], [ "6", "Hon. MYRNA DIMARANAN-VIDAL", "Associate Justice", "January 24, 2005", "December 20, 1939", "December 20, 2009" ], [ "7", "Hon. APOLINARIO D. BRUSELAS, JR.", "Associate Justice", "August 1, 2005", "May 6, 1956", "May 6, 2026" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"7 august\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"7 august\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the pole position on 7 August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"7 august\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"zandvoort\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"zandvoort\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the winning team at Zandvoort?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"zandvoort\"", "7" ] } ]
train_2-18095719-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Circuit", "Date", "Pole Position", "Fastest Lap", "Winning Driver", "Winning Team" ], [ "2", "1", "AVUS", "1 May", "Emanuele Pirro", "Emanuele Pirro", "Frank Biela", "Racing Organisation Course" ], [ "3", "2", "Wunstorf", "12 June", "Patrick Bernhardt", "Patrick Bernhardt", "Frank Biela", "Racing Organisation Course" ], [ "4", "3", "Zolder", "3 July", "Emanuele Pirro", "Frank Biela", "Johnny Cecotto", "BMW Motorsport" ], [ "5", "4", "Zandvoort", "17 July", "Frank Biela", "Rinaldo Capello", "Frank Biela", "Racing Organisation Course" ], [ "6", "5", "Österreichring", "7 August", "Altfrid Heger", "Ivan Capelli", "Altfrid Heger", "BMW Team Schneider" ], [ "7", "6", "Salzburgring", "28 August", "Emanuele Pirro", "Frank Biela", "Johnny Cecotto", "BMW Motorsport" ], [ "8", "7", "Spa-Francorchamps", "11 September", "Johnny Cecotto", "Johnny Cecotto", "Johnny Cecotto", "BMW Motorsport" ], [ "9", "8", "Nürburgring", "25 September", "Johnny Cecotto", "Johnny Cecotto", "Johnny Cecotto", "BMW Motorsport" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"68-71-70=208\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"68-71-70=208\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who has a Score of 68-71-70=208?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"68-71-70=208\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=-9)*(D1=\"70-69-68=207\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=-9)*(D2:D11=\"70-69-68=207\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "-", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which country has -9 to par with a Score of 70-69-68=207?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "-", "9", "*", "D1", "=", "\"70-69-68=207\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tiger woods\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"tiger woods\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Tiger Woods' to par?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tiger woods\"", "5" ] } ]
train_2-18027810-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "67-66-67=200", "–16" ], [ "3", "T2", "Thomas Bjørn", "Denmark", "69-69-68=206", "–10" ], [ "4", "T2", "David Duval", "United States", "70-70-66=206", "–10" ], [ "5", "T4", "Darren Clarke", "Northern Ireland", "70-69-68=207", "-9" ], [ "6", "T4", "Loren Roberts", "United States", "69-68-70=207", "-9" ], [ "7", "T4", "David Toms", "United States", "69-67-71=207", "-9" ], [ "8", "T7", "Ernie Els", "South Africa", "66-72-70=208", "–8" ], [ "9", "T7", "Steve Flesch", "United States", "67-70-71=208", "–8" ], [ "10", "T7", "Tom Lehman", "United States", "68-70-70=208", "–8" ], [ "11", "T7", "Dennis Paulson", "United States", "68-71-70=208", "–8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"albion\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"albion\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What player was at Albion?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"albion\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=274),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=274),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Where was the venue that had 274 runs?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "274", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"queensland\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"queensland\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "which athlete played against Queensland?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"queensland\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=245),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=245),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Where is the venue with more than 245 runs?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "245", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"jack badcock\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"jack badcock\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where did Jack Badcock play?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"jack badcock\"", "5" ] } ]
train_2-14412861-10
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Runs", "Player", "Opponent", "Venue", "Season" ], [ "2", "1", "274", "Jack Badcock", "Victoria", "NTCA Ground , Launceston", "1933–34" ], [ "3", "2", "265", "Dene Hills", "South Australia", "Bellerive Oval , Hobart", "1997–98" ], [ "4", "3", "245", "Jamie Cox", "New South Wales", "Bellerive Oval , Hobart", "1999–2000" ], [ "5", "4", "233", "Ricky Ponting", "Queensland", "Albion", "2000–01" ], [ "6", "5", "227", "David Boon", "Victoria", "MCG , Melbourne", "1983–84" ], [ "7", "Source: . Last updated: 27 June 2007.", "Source: . Last updated: 27 June 2007.", "Source: . Last updated: 27 June 2007.", "Source: . Last updated: 27 June 2007.", "Source: . Last updated: 27 June 2007.", "Source: . Last updated: 27 June 2007." ] ]
[ { "Formula": "SUM(FILTER(C1, (G1=3)*(E1>11)))", "Formula2": "SUM(FILTER(C2:C7, (G2:G7=3)*(E2:E7>11)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many in the cultural and educational panel have a university of Dublin of 3 & A labor panel larger than 11?", "Tokens": [ "SUM(", "FILTER(", "C1", "G1", "=", "3", "*", "E1", ">", "11" ] } ]
train_2-15547445-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Administrative Panel", "Agricultural Panel", "Cultural and Educational Panel", "Industrial and Commercial Panel", "Labour Panel", "National University of Ireland", "University of Dublin", "Nominated by the Taoiseach", "Total" ], [ "2", "2", "4", "2", "3", "5", "0", "0", "9", "25" ], [ "3", "3", "4", "3", "3", "2", "1", "0", "0", "16" ], [ "4", "1", "1", "0", "1", "2", "0", "0", "0", "5" ], [ "5", "0", "1", "0", "0", "0", "0", "0", "0", "1" ], [ "6", "1", "0", "0", "1", "1", "2", "3", "1", "9" ], [ "7", "7", "11", "5", "9", "11", "3", "3", "11", "60" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Zimbabwe\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"Zimbabwe\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what edition was the opponent team Zimbabwe? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Zimbabwe\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"2010 Europe/Africa Group IIB\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"2010 Europe/Africa Group IIB\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the outcome in the 2010 Europe/Africa Group IIB edition? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"2010 Europe/Africa Group IIB\"", "1" ] } ]
test_1-27877656-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Edition", "Opponent Team", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winners", "2008 Europe/Africa Group IIIA", "Zimbabwe", "Clay", "Helene Auensen", "Denise Atzinger Charlene Tsangamwe", "6–4, 6–1" ], [ "3", "Winners", "2008 Europe/Africa Group IIIA", "Iceland", "Clay", "Emma Flood", "Sandra Kristjánsdóttir Rebekka Pétursdóttir", "6–1, 6–0" ], [ "4", "Losers", "2009 Europe/Africa Group IIIB", "Liechtenstein", "Hard", "Helene Auensen", "Kathinka von Deichmann Marina Novak", "1–6, 6–0, [10–8]" ], [ "5", "Losers", "2009 Europe/Africa Group IIIB", "Armenia", "Hard", "Helene Auensen", "Liudmila Nikoyan Ofelya Poghosyan", "6–1, 7–6 (7–4)" ], [ "6", "Winners", "2010 Europe/Africa Group IIB", "Armenia", "Clay", "Emma Flood", "Anna Movsisyan Liudmila Nikoyan", "3–6, 6–3, [10–7]" ], [ "7", "Winners", "2011 Europe/Africa Group IIIB", "Ireland", "Clay", "Caroline Rohde-Moe", "Amy Bowtell Lynsey McCullough", "6–1, 6–1" ], [ "8", "Winners", "2011 Europe/Africa Group IIIB", "Moldova", "Clay", "Emma Flood", "Julia Helbet Alina Soltanici", "6–1, 6–3" ], [ "9", "Losers", "2011 Europe/Africa Group IIIB", "Tunisia", "Clay", "Caroline Rohde-Moe", "Nour Abbès Ons Jabeur", "6–2, 7–5" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"68-74-69=211\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"68-74-69=211\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the to par that goes with the score 68-74-69=211?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"68-74-69=211\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"paul stankowski\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"paul stankowski\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country is Paul Stankowski from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"paul stankowski\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-66-65=201\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"70-66-65=201\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What place goes with the score of 70-66-65=201?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"70-66-65=201\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"e\")*(B1=\"fred funk\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"e\")*(B2:B14=\"fred funk\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When Fred Funk had a to par of E, what was the score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"e\"", "*", "B1", "=", "\"fred funk\"", "4" ] } ]
train_2-16514508-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Tiger Woods", "United States", "70-66-65=201", "−15" ], [ "3", "2", "Costantino Rocca", "Italy", "71-69-70=210", "−6" ], [ "4", "3", "Paul Stankowski", "United States", "68-74-69=211", "−5" ], [ "5", "T4", "Tom Kite", "United States", "77-69-66=212", "−4" ], [ "6", "T4", "Tom Watson", "United States", "75-68-69=212", "−4" ], [ "7", "T6", "Colin Montgomerie", "Scotland", "72-67-74=213", "−3" ], [ "8", "T6", "Jeff Sluman", "United States", "74-67-72=213", "−3" ], [ "9", "8", "Fred Couples", "United States", "72-69-73=214", "−2" ], [ "10", "9", "José María Olazábal", "Spain", "71-70-74=215", "−1" ], [ "11", "T10", "Fred Funk", "United States", "73-74-69=216", "E" ], [ "12", "T10", "Justin Leonard", "United States", "76-69-71=216", "E" ], [ "13", "T10", "Jesper Parnevik", "Sweden", "73-72-71=216", "E" ], [ "14", "T10", "Tommy Tolles", "United States", "72-72-72=216", "E" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"replay\")*(D1=\"swindon town\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(A2:A15=\"replay\")*(D2:D15=\"swindon town\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Away team Swindon Town had a Tie no listing of Replay with what as an Attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"replay\"", "*", "D1", "=", "\"swindon town\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"liverpool\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"liverpool\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Liverpool as a home team as listed what in the Tie no column?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"liverpool\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"grimsby town\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"grimsby town\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score for the away team of Grimsby Town?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"grimsby town\"", "3" ] } ]
train_2-16351829-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Attendance" ], [ "2", "1", "Liverpool", "2–1", "Charlton Athletic", "36,818" ], [ "3", "2", "Nottingham Forest", "2–2", "Tottenham Hotspur", "28 February 1996" ], [ "4", "Replay", "Tottenham Hotspur", "1–1", "Nottingham Forest", "9 March 1996" ], [ "5", "Nottingham Forest won 3–1 on penalties", "Nottingham Forest won 3–1 on penalties", "Nottingham Forest won 3–1 on penalties", "Nottingham Forest won 3–1 on penalties", "Nottingham Forest won 3–1 on penalties" ], [ "6", "3", "Grimsby Town", "0–0", "Chelsea", "21 February 1996" ], [ "7", "Replay", "Chelsea", "4–1", "Grimsby Town", "28 February 1996" ], [ "8", "4", "Swindon Town", "1–1", "Southampton", "17 February 1996" ], [ "9", "Replay", "Southampton", "2–0", "Swindon Town", "28 February 1996" ], [ "10", "5", "Ipswich Town", "1–3", "Aston Villa", "17 February 1996" ], [ "11", "6", "Manchester United", "2–1", "Manchester City", "18 February 1996" ], [ "12", "7", "Huddersfield Town", "2–2", "Wimbledon", "17 February 1996" ], [ "13", "Replay", "Wimbledon", "3–1", "Huddersfield Town", "28 February 1996" ], [ "14", "8", "Leeds United", "0–0", "Port Vale", "21 February 1996" ], [ "15", "Replay", "Port Vale", "1–2", "Leeds United", "27 February 1996" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Michel Boudreau\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Michel Boudreau\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which colle/junior/club team did Michel Boudreau play for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Michel Boudreau\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Right Wing\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"Right Wing\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which players played right wing?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Right Wing\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Philadelphia Flyers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Philadelphia Flyers\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which nationality is the player from the Philadelphia Flyers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Philadelphia Flyers\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Philadelphia Flyers\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Philadelphia Flyers\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which position did the player hold that played for the Philadelphia Flyers in NHL?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Philadelphia Flyers\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Buffalo Sabres\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Buffalo Sabres\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which college/junior/club team did the player play on that played for the Buffalo Sabres in NHL?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Buffalo Sabres\"", "6" ] } ]
train_1-1473672-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Pick #", "Player", "Position", "Nationality", "NHL team", "College/junior/club team" ], [ "2", "33", "Bob Nystrom", "Right Wing", "Canada", "New York Islanders", "Calgary Centennials (WCHL)" ], [ "3", "34", "Jean Lemieux", "Defence", "Canada", "Atlanta Flames", "Sherbrooke Castors (QMJHL)" ], [ "4", "35", "Paul Raymer", "Left Wing", "Canada", "Vancouver Canucks", "Peterborough Petes (OMJHL)" ], [ "5", "36", "Dave Hutchison", "Defence", "Canada", "Los Angeles Kings", "London Knights (OMJHL)" ], [ "6", "37", "Jim McMasters", "Defence", "Canada", "Buffalo Sabres", "Calgary Centennials (WCHL)" ], [ "7", "38", "Paul Shakes", "Defence", "Canada", "California Golden Seals", "St. Catharines Black Hawks (OMJHL)" ], [ "8", "39", "Jim Watson", "Defence", "Canada", "Philadelphia Flyers", "Calgary Centennials (WCHL)" ], [ "9", "40", "Denis Herron", "Goaltender", "Canada", "Pittsburgh Penguins", "Trois-Rivières Draveurs (QMJHL)" ], [ "10", "41", "Jean Hamel", "Defence", "Canada", "St. Louis Blues", "Drummondville Rangers (QMJHL)" ], [ "11", "42", "Bob Krieger", "Centre", "United States", "Detroit Red Wings", "University of Denver (WCHA)" ], [ "12", "43", "Denis Deslauriers", "Defence", "Canada", "Toronto Maple Leafs", "Shawinigan Dynamos (QMJHL)" ], [ "13", "44", "Terry Ryan", "Centre", "Canada", "Minnesota North Stars", "Hamilton Red Wings (OMJHL)" ], [ "14", "45", "Mike Veisor", "Goaltender", "Canada", "Chicago Black Hawks", "Peterborough Petes (OMJHL)" ], [ "15", "46", "Ed Gilbert", "Centre", "Canada", "Montreal Canadiens", "Hamilton Red Wings (OMJHL)" ], [ "16", "47", "Gerry Teeple", "Centre", "Canada", "New York Rangers", "Cornwall Royals (QMJHL)" ], [ "17", "48", "Michel Boudreau", "Centre", "Canada", "Boston Bruins", "Laval National (QMJHL)" ] ]
[ { "Formula": "FILTER(B1,(D1=\"cosworth v8\")*(A1=1970))", "Formula2": "FILTER(B2:B15,(D2:D15=\"cosworth v8\")*(A2:A15=1970))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "In 1970, what entrant had a cosworth v8 engine?", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"cosworth v8\"", "*", "A1", "=", "1970" ] }, { "Formula": "FILTER(B1,A1=1971)", "Formula2": "FILTER(B2:B15,A2:A15=1971)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Who was the entrant in 1971?", "Tokens": [ "FILTER(", "B1", "A1", "=", "1971" ] }, { "Formula": "SUM(FILTER(E1,(A1=1978)*(C1=\"arrows fa1\")))", "Formula2": "SUM(FILTER(E2:E15,(A2:A15=1978)*(C2:C15=\"arrows fa1\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the total amount of points in 1978 with a Chassis of arrows fa1?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "1978", "*", "C1", "=", "\"arrows fa1\"" ] } ]
dev_2-1226556-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Entrant", "Chassis", "Engine", "Points" ], [ "2", "1969", "Roy Winkelmann Racing Ltd", "Lotus 59B F2", "Ford Straight-4", "0" ], [ "3", "1970", "Auto Motor Und Sport", "Brabham BT33", "Cosworth V8", "10" ], [ "4", "1971", "Auto Motor Und Sport-Eifelland Team Surtees", "Surtees TS7", "Cosworth V8", "3" ], [ "5", "1971", "Auto Motor Und Sport-Eifelland Team Surtees", "Surtees TS9", "Cosworth V8", "3" ], [ "6", "1972", "Team Eifelland Caravans", "Eifelland Type 21", "Cosworth V8", "0" ], [ "7", "1973", "Ceramica Pagnossin Team MRD", "Brabham BT42", "Cosworth V8", "0" ], [ "8", "1974", "Embassy Racing", "Lola T370", "Cosworth V8", "0" ], [ "9", "1975", "Embassy Racing", "Lola T370", "Cosworth V8", "0" ], [ "10", "1975", "Embassy Racing", "Lola T371", "Cosworth V8", "0" ], [ "11", "1975", "Embassy Racing", "Hill GH1", "Cosworth V8", "0" ], [ "12", "1976", "Martini Racing", "Brabham BT45", "Alfa Romeo Flat-12", "1" ], [ "13", "1976", "Hesketh Racing", "Hesketh 308D", "Cosworth V8", "1" ], [ "14", "1978", "Arrows Racing Team", "Arrows FA1", "Cosworth V8", "0" ], [ "15", "1978", "Arrows Racing Team", "Arrows A1", "Cosworth V8", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"dutch tt\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"dutch tt\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the fastest lap for Grand Prix dutch tt?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"dutch tt\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"sachsenring\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,D2:D11=\"sachsenring\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won the race circuit of sachsenring?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"sachsenring\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"daijiro hiura\")*(B1=\"march 29\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(F2:F11=\"daijiro hiura\")*(B2:B11=\"march 29\")),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won with the fastest lap of daijiro hiura on March 29?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"daijiro hiura\"", "*", "B1", "=", "\"march 29\"", "7" ] } ]
train_2-18303274-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round", "Date", "Grand Prix", "Circuit", "Pole Position", "Fastest Lap", "Race Winner" ], [ "2", "1", "March 29", "Spanish Grand Prix", "Jerez", "Luis Salom", "Daijiro Hiura", "Luis Salom" ], [ "3", "1", "March 30", "Spanish Grand Prix", "Jerez", "Luis Salom", "Nelson Major", "Luis Salom" ], [ "4", "2", "April 12", "Portuguese Grand Prix", "Estoril", "Daijiro Hiura", "Daijiro Hiura", "Daijiro Hiura" ], [ "5", "3", "May 17", "French Grand Prix", "Le Mans Bugatti Circuit", "Luis Salom", "J. D. Beach", "Luis Salom" ], [ "6", "4", "May 31", "Italian Grand Prix", "Mugello Circuit", "Péter Sebestyén", "Luis Salom", "Luis Salom" ], [ "7", "5", "June 21", "British Grand Prix", "Donington Park", "Daijiro Hiura", "Sturla Fagerhaug", "Miguel Oliveira" ], [ "8", "6", "June 28", "Dutch TT", "TT Circuit Assen", "Sturla Fagerhaug", "Miguel Oliveira", "Miguel Oliveira" ], [ "9", "7", "July 12", "German Grand Prix", "Sachsenring", "Luis Salom", "Daniel Kartheininger", "J. D. Beach" ], [ "10", "8", "August 16", "Czech Republic Grand Prix", "Brno", "Mathew Scholtz", "Nico Thöni", "Mathew Scholtz" ], [ "11", "8", "August 17", "Czech Republic Grand Prix", "Brno", "Mathew Scholtz", "Matthew Hoyle", "Sturla Fagerhaug" ] ]
[ { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1),MINX(D1)), 3, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,SUMX(E2:E5),MINX(D2:D5)), 3, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ], "Level": "hard", "Question": "sales of name with the highest priority", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "MINX(", "D1", "3", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1),MAXX(D1)), 3, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,SUMX(E2:E5),MAXX(D2:D5)), 3, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "MAXX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "sales of name with the lowest priority", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "MAXX(", "D1", "3", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1),MINX(D1)), 3, 1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,SUMX(E2:E5),MINX(D2:D5)), 3, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "MINX(", "Cell", "Num", "Num", "Num" ], "Level": "hard", "Question": "total sales of name with the highest priority", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "MINX(", "D1", "3", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(E1),MAXX(D1)), 3, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,SUMX(E2:E5),MAXX(D2:D5)), 3, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "MAXX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "total sales of name with the lowest priority", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "E1", "MAXX(", "D1", "3", "-", "1", "1" ] } ]
idprioritymeasure
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "ID", "Name", "1st choice workshop", "Priority", "Sales", "Spending" ], [ "2", "1", "Zhang San", "LinkedIn Alighment", "1", "100", "150" ], [ "3", "2", "Li Si", "Fast Design", "2", "120", "150" ], [ "4", "3", "Wang Wu", "Fast Design", "3", "142", "154" ], [ "5", "4", "Yang Liu", "LinkedIn Alighment", "4", "123", "153" ] ]
[ { "Formula": "MAXIFS(B1,E1,\"38-33-10\")", "Formula2": "MAXIFS(B2:B7,E2:E7,\"38-33-10\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the most april with record of 38-33-10", "Tokens": [ "MAXIFS(", "B1", "E1", "\"38-33-10\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"38-34-10\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"38-34-10\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the opponent with record of 38-34-10", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"38-34-10\"", "3" ] }, { "Formula": "SUM(FILTER(B1, (E1=\"38-33-10\")*(A1>81)))", "Formula2": "SUM(FILTER(B2:B7, (E2:E7=\"38-33-10\")*(A2:A7>81)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Name the total number of April for game more than 81 and reord of 38-33-10", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"38-33-10\"", "*", "A1", ">", "81" ] } ]
train_2-14034799-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "April", "Opponent", "Score", "Record" ], [ "2", "77", "1", "Buffalo Sabres", "1 - 1 OT", "35-32-10" ], [ "3", "78", "3", "Boston Bruins", "5 - 4", "36-32-10" ], [ "4", "79", "4", "@ Buffalo Sabres", "5 - 1", "36-33-10" ], [ "5", "80", "7", "Philadelphia Flyers", "3 - 2", "37-33-10" ], [ "6", "81", "10", "@ Philadelphia Flyers", "6 - 3", "38-33-10" ], [ "7", "82", "11", "Tampa Bay Lightning", "4 - 2", "38-34-10" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eng by 4 wkts\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"eng by 4 wkts\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what venues was the match with a final result of Eng by 4 wkts?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"eng by 4 wkts\"", "4" ] } ]
train_2-1598207-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home captain", "Away captain", "Venue", "Result" ], [ "2", "2,3,4 Jan 1906", "Percy Sherwell", "Plum Warner", "Old Wanderers", "SA by 1 wkt" ], [ "3", "6,7,8 Mar 1906", "Percy Sherwell", "Plum Warner", "Old Wanderers", "SA by 9 wkts" ], [ "4", "10,12,13,14 Mar 1906", "Percy Sherwell", "Plum Warner", "Old Wanderers", "SA by 243 runs" ], [ "5", "24,26,27 Mar 1906", "Percy Sherwell", "Plum Warner", "Newlands", "ENG by 4 wkts" ], [ "6", "30,31 Mar, 2 Apr 1906", "Percy Sherwell", "Plum Warner", "Newlands", "SA by Inns&16 runs" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"1st round\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A6, F2:F6=\"1st round\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many years did Real Colorado Foxes make it to the Open Cup 1st Round?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "F1", "=", "\"1st round\"" ] }, { "Formula": "MAX(FILTER(A1, (E1=\"did not qualify\")*(F1=\"2nd round\")))", "Formula2": "MAX(FILTER(A2:A6, (E2:E6=\"did not qualify\")*(F2:F6=\"2nd round\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "When is the latest year that Real Colorado Foxes did not qualify for the playoffs but make it to Open Cup 2nd Round?", "Tokens": [ "MAX(", "FILTER(", "A1", "E1", "=", "\"did not qualify\"", "*", "F1", "=", "\"2nd round\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"conference semifinal\")*(A1=2012)),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"conference semifinal\")*(A2:A6=2012)),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "In 2012, which round in the Open Cup did Real Colorado Foxes make it to the conference semifinal?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"conference semifinal\"", "*", "A1", "=", "2012", "6" ] } ]
test_2-16754880-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Regular Season", "Playoffs", "Open Cup" ], [ "2", "2009", "4", "USL PDL", "3rd, Heartland", "Division Final", "Did not qualify" ], [ "3", "2010", "4", "USL PDL", "3rd, Heartland", "Did not qualify", "Did not qualify" ], [ "4", "2011", "4", "USL PDL", "3rd, Heartland", "Did not qualify", "2nd Round" ], [ "5", "2012", "4", "USL PDL", "2nd, Heartland", "Conference Semifinal", "1st Round" ], [ "6", "2013", "4", "USL PDL", "2nd, Heartland", "Conference Semifinal", "1st Round" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<27.79))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(D2:D9)),FILTER(query1,CHOOSECOLS(query1,2)<27.79))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Who has a 50m split less than 27.79?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "27.79" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<28.58)*(CHOOSECOLS(query1,3)=2)))", "Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(D2:D9),SUMX(A2:A9)),FILTER(query1,(CHOOSECOLS(query1,2)<28.58)*(CHOOSECOLS(query1,3)=2)))", "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 time for a 50m split less than 28.58 and a lane of 2?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "28.58", "*", "CHOOSECOLS(", "query1", "3", "=", "2" ] } ]
test_2-10325152-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Lane", "Name", "Nationality", "50m split", "Time" ], [ "2", "5", "Brendan Hansen", "USA", "27.67", "00: 59.80" ], [ "3", "4", "Kosuke Kitajima", "Japan", "27.79", "00: 59.96" ], [ "4", "6", "Brenton Rickard", "Australia", "28.15", "1:00.58" ], [ "5", "2", "Valeriy Dymo", "Ukraine", "28.18", "1:00.60" ], [ "6", "7", "Oleg Lisogor", "Ukraine", "28.07", "1:00.83" ], [ "7", "1", "Mihail Alexandrov", "Bulgaria", "28.09", "1:01.17" ], [ "8", "8", "Dmitry Komornikov", "Russia", "28.58", "1:01.24" ], [ "9", "3", "Alexander Dale Oen", "Norway", "27.93", "1:01.67" ] ]
[ { "Formula": "SUM(FILTER(E1, C1=3))", "Formula2": "SUM(FILTER(E2:E18, C2:C18=3))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the sum of all laps with rank 3?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "3" ] }, { "Formula": "SUM(FILTER(E1, (A1=10)*(D1=20)))", "Formula2": "SUM(FILTER(E2:E18, (A2:A18=10)*(D2:D18=20)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the sum of all laps starting at 10 and finishing at 20?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "10", "*", "D1", "=", "20" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=10),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<192))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,A2:A18=10),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<192))", "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": "What's the rank when the start is 10 and the laps are fewer than 192?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "10", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "192" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=116.47),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<137))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,B2:B18=116.47),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<137))", "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": "What's the rank when the laps are fewer than 137 and the qual is 116.470?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "116.47", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "137" ] } ]
train_2-1236138-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "42", "117.649", "6", "35", "48" ], [ "3", "4", "116.044", "7", "2", "200" ], [ "4", "10", "116.470", "9", "20", "103" ], [ "5", "30", "113.890", "21", "4", "200" ], [ "6", "8", "118.540", "19", "18", "127" ], [ "7", "9", "119.796", "20", "13", "165" ], [ "8", "8", "124.896", "13", "8", "200" ], [ "9", "3", "125.624", "3", "3", "200" ], [ "10", "1", "128.691", "1", "26", "60" ], [ "11", "17", "121.106", "25", "1", "128" ], [ "12", "9", "124.065", "10", "23", "40" ], [ "13", "3", "120.040", "20", "1", "200" ], [ "14", "3", "129.129", "4", "1", "200" ], [ "15", "10", "127.759", "19", "13", "192" ], [ "16", "3", "132.319", "6", "3", "137" ], [ "17", "5", "133.422", "18", "14", "126" ], [ "18", "Totals", "Totals", "Totals", "Totals", "2326" ] ]
[ { "Formula": "SUM(FILTER(E1, D1<0))", "Formula2": "SUM(FILTER(E2:E14, D2:D14<0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "League Cup smaller than 0 is what sum of the total?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "<", "0" ] }, { "Formula": "MAX(FILTER(D1, (B1>3)*(C1<3)*(E1<6)))", "Formula2": "MAX(FILTER(D2:D14, (B2:B14>3)*(C2:C14<3)*(E2:E14<6)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Championship larger than 3, and a FA Cup smaller than 3, and a Total smaller than 6 involves what highest league cup?", "Tokens": [ "MAX(", "FILTER(", "D1", "B1", ">", "3", "*", "C1", "<", "3", "*", "E1", "<", "6" ] } ]
train_2-13650971-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Championship", "FA Cup", "League Cup", "Total" ], [ "2", "Dave Kitson", "19", "0", "0", "19" ], [ "3", "Nicky Forster", "7", "1", "0", "9" ], [ "4", "Lloyd Owusu", "6", "0", "0", "6" ], [ "5", "Steve Sidwell", "5", "0", "0", "5" ], [ "6", "Ívar Ingimarsson", "3", "1", "0", "4" ], [ "7", "James Harper", "3", "0", "0", "3" ], [ "8", "Ibrahima Sonko", "3", "0", "0", "3" ], [ "9", "Nicky Shorey", "3", "0", "0", "3" ], [ "10", "Dean Morgan", "2", "0", "0", "2" ], [ "11", "Les Ferdinand", "1", "0", "0", "1" ], [ "12", "Shaun Goater", "0", "0", "1", "1" ], [ "13", "Andy Hughes", "0", "0", "1", "1" ], [ "14", "TOTALS", "52", "3", "2", "57" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"beaudesert\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,D2:D19=\"beaudesert\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year was the Beaudesert suburb club founded", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"beaudesert\"", "2" ] }, { "Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"nerang\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B19, D2:D19=\"nerang\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "What year did the Nerang Suburb get founded?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"nerang\"" ] } ]
train_2-14509448-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Club", "Founded", "Homeground", "Suburb", "Seniors", "Juniors" ], [ "2", "Beaudesert Kingfishers", "1962", "R.S. Willis Park", "Beaudesert", "No", "Yes" ], [ "3", "Bilambil Jets", "1923", "Bilambil Sports Complex", "Bilambil", "Yes", "Yes" ], [ "4", "Burleigh Bears", "1934", "Pizzey Park", "Miami", "Yes", "Yes" ], [ "5", "Coomera Cutters", "2012", "Coomera Sports Park", "Coomera", "No", "Yes" ], [ "6", "Cudgen Hornets", "1950", "Ned Byrne Field", "Kingscliff", "Yes", "Yes" ], [ "7", "Currumbin Eagles", "1976", "Merv Craig Sporting Complex", "Currumbin Waters", "Yes", "Yes" ], [ "8", "Helensvale Hornets", "1991", "Robert Dalley Park", "Helensvale", "No", "Yes" ], [ "9", "Jimboomba Thunder", "2003", "Jimboomba Park", "Jimboomba", "No", "Yes" ], [ "10", "Mudgeeraba Redbacks", "1992", "Firth Park", "Mudgeeraba", "No", "Yes" ], [ "11", "Nerang Roosters", "1977", "Glennon Park", "Nerang", "Yes", "Yes" ], [ "12", "Ormeau Shearers", "1999", "Ormeau Oval", "Ormeau", "Yes", "Yes" ], [ "13", "Parkwood Sharks", "1976", "Musgrave Sports Park", "Parkwood", "Yes", "Yes" ], [ "14", "Robina Raptors", "2005", "Station Reserve", "Robina", "No", "Yes" ], [ "15", "Runaway Bay Seagulls", "1979", "Bycroft Oval", "Runaway Bay", "Yes", "Yes" ], [ "16", "South Tweed RLFC", "2012", "Les Burger Fields", "South Tweed", "Yes", "Yes" ], [ "17", "Southport Tigers", "1931", "Owen Park", "Southport", "Yes", "Yes" ], [ "18", "Tugun Seahawks", "1978", "Betty Diamond Complex", "Tugun", "Yes", "Yes" ], [ "19", "Tweed Coast Raiders", "1980", "Les Burger Fields", "Cabarita", "Yes", "Yes" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(E1, H1=5.35)))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E16, H2:H16=5.35)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many of the writers had 5.35 viewers?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "H1", "=", "5.35" ] } ]
train_1-22053239-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code", "U.S. viewers (millions)" ], [ "2", "29", "1", "\" Friends and Family \"", "Tim Matheson", "Matt Nix", "June4,2009", "BN301", "6.0" ], [ "3", "30", "2", "\"Question and Answer\"", "John T. Kretchmer", "Alfredo Barrios, Jr.", "June11,2009", "BN302", "5.2" ], [ "4", "31", "3", "\"End Run\"", "Dennie Gordon", "Craig O'Neill", "June18,2009", "BN303", "5.78" ], [ "5", "32", "4", "\" Fearless Leader \"", "John T. Kretchmer", "Michael Horowitz", "June25,2009", "BN304", "5.35" ], [ "6", "33", "5", "\"Signals and Codes\"", "Jeremiah Chechik", "Jason Tracey", "July9,2009", "BN305", "5.5" ], [ "7", "34", "6", "\"The Hunter\"", "Bryan Spicer", "Story by: Ryan Johnson Teleplay by: Lisa Joy", "July16,2009", "BN306", "6.7" ], [ "8", "35", "7", "\"Shot in the Dark\"", "Ernest R. Dickerson", "Ben Watkins", "July23,2009", "BN307", "6.8" ], [ "9", "36", "8", "\"Friends Like These\"", "Félix Enríquez Alcalá", "Rashad Raisani", "July30,2009", "BN308", "6.63" ], [ "10", "37", "9", "\"Long Way Back\"", "Jeff Freilich", "Craig O'Neill", "August6,2009", "BN309", "7.6" ], [ "11", "38", "10", "\"A Dark Road\"", "John T. Kretchmer", "Matt Nix", "January21,2010", "BN310", "5.4" ], [ "12", "39", "11", "\"Friendly Fire\"", "Terry Miller", "Alfredo Barrios, Jr.", "January28,2010", "BN311", "5.3" ], [ "13", "40", "12", "\"Noble Causes\"", "Michael Zinberg", "Ben Watkins", "February4,2010", "BN312", "4.2" ], [ "14", "41", "13", "\"Enemies Closer\"", "Kevin Bray", "Jason Tracey", "February11,2010", "BN313", "4.6" ], [ "15", "42", "14", "\"Partners in Crime\"", "Dirk Craft", "Michael Horowitz", "February18,2010", "BN314", "4.1" ], [ "16", "43", "15", "\"Good Intentions\"", "Dennie Gordon", "Rashad Raisani", "February25,2010", "BN315", "4.5" ] ]
[ { "Formula": "SUM(FILTER(D1, (C1<1)*(B1>0)))", "Formula2": "SUM(FILTER(D2:D7, (C2:C7<1)*(B2:B7>0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the number of bronze that silver is smaller than 1 and gold bigger than 0?", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "<", "1", "*", "B1", ">", "0" ] } ]
train_2-11566299-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "12", "11", "2", "25" ], [ "3", "2", "11", "6", "2", "19" ], [ "4", "3", "2", "7", "12", "21" ], [ "5", "4", "0", "1", "8", "9" ], [ "6", "5", "0", "0", "1", "1" ], [ "7", "Total", "25", "25", "25", "75" ] ]
[ { "Formula": "SUM(FILTER(D1, (A1<1920)*(E1>0)))", "Formula2": "SUM(FILTER(D2:D8, (A2:A8<1920)*(E2:E8>0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Losses is the lowest one that has a Season smaller than 1920, and Draws larger than 0?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", "<", "1920", "*", "E1", ">", "0" ] }, { "Formula": "SUM(FILTER(E1, (D1>16)*(A1>1966)))", "Formula2": "SUM(FILTER(E2:E8, (D2:D8>16)*(A2:A8>1966)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Draws have Losses larger than 16, and a Season larger than 1966?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "16", "*", "A1", ">", "1966" ] }, { "Formula": "SUM(FILTER(E1, (B1=\"annandale\")*(D1<13)))", "Formula2": "SUM(FILTER(E2:E8, (B2:B8=\"annandale\")*(D2:D8<13)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which Draws have a Team of annandale, and Losses smaller than 13?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"annandale\"", "*", "D1", "<", "13" ] }, { "Formula": "SUM(FILTER(E1, (D1<16)*(B1=\"university\")*(C1>0)))", "Formula2": "SUM(FILTER(E2:E8, (D2:D8<16)*(B2:B8=\"university\")*(C2:C8>0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Draws have Losses smaller than 16, and a Team of university, and Wins larger than 0?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "<", "16", "*", "B1", "=", "\"university\"", "*", "C1", ">", "0" ] }, { "Formula": "SUM(FILTER(C1, (A1<1920)*(D1<14)))", "Formula2": "SUM(FILTER(C2:C8, (A2:A8<1920)*(D2:D8<14)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which Wins is the lowest one that has a Season smaller than 1920, and Losses smaller than 14?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "<", "1920", "*", "D1", "<", "14" ] } ]
train_2-14417906-9
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Team", "Wins", "Losses", "Draws" ], [ "2", "1966", "Easts", "0", "18", "0" ], [ "3", "1946", "Souths", "0", "14", "0" ], [ "4", "1937", "University", "0", "8", "0" ], [ "5", "1935", "University", "0", "16", "0" ], [ "6", "1921", "University", "0", "8", "0" ], [ "7", "1920", "Annandale", "0", "13", "0" ], [ "8", "1918", "Annandale", "0", "14", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"29 april 2007\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"29 april 2007\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the venue of 29 april 2007", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"29 april 2007\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"20 august 2008\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"20 august 2008\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the competition of 20 august 2008", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"20 august 2008\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"stade des martyrs, dr congo\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"stade des martyrs, dr congo\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the date of stade des martyrs, dr congo", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"stade des martyrs, dr congo\"", "1" ] } ]
train_2-1010850-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "13 October 2002", "Stade des Martyrs , DR Congo", "1–0", "2–0", "2004 Africa Cup of Nations qualifier" ], [ "3", "16 August 2005", "Stade Yves-du-Manoir , France", "2–1", "3–1", "Friendly" ], [ "4", "21 January 2006", "Cairo Military Academy Stadium , Egypt", "2–0", "2–0", "2006 Africa Cup of Nations" ], [ "5", "29 April 2007", "Stade des Martyrs, DR Congo", "2–0", "2–0", "2008 Africa Cup of Nations qualifier" ], [ "6", "20 August 2008", "Stade du Vieux-Pré, Dreux", "2–1", "2–1", "Friendly" ], [ "7", "11 October 2008", "Kamuzu Stadium , Malawi", "1–0", "1–2", "2010 World Cup qualifier" ], [ "8", "27 March 2011", "Stade des Martyrs , Kinshasa", "1–0", "3–0", "2012 Africa Cup of Nations qualifier" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–2\")*(C1=\"wales\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"–2\")*(C2:C12=\"wales\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Player has a To par of –2, and a Country of wales?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–2\"", "*", "C1", "=", "\"wales\"", "2" ] }, { "Formula": "SUM(FILTER(D1, (E1=\"–3\")*(B1=\"santiago luna\")))", "Formula2": "SUM(FILTER(D2:D12, (E2:E12=\"–3\")*(B2:B12=\"santiago luna\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Score has a To par of –3, and a Player of santiago luna?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"–3\"", "*", "B1", "=", "\"santiago luna\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=67))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E12,C2:C12=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=67))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Player has a Score of 67 in united states?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"united states\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "67" ] } ]
train_2-18131508-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Seve Ballesteros", "Spain", "66", "–4" ], [ "3", "T2", "Chip Beck", "United States", "67", "–3" ], [ "4", "T2", "Martin Gates", "England", "67", "–3" ], [ "5", "T2", "Santiago Luna", "Spain", "67", "–3" ], [ "6", "T5", "Nick Faldo", "England", "68", "–2" ], [ "7", "T5", "Gary Hallberg", "United States", "68", "–2" ], [ "8", "T5", "Mike Harwood", "Australia", "68", "–2" ], [ "9", "T5", "Barry Lane", "England", "68", "–2" ], [ "10", "T5", "Mark Mouland", "Wales", "68", "–2" ], [ "11", "T5", "Mike Reid", "United States", "68", "–2" ], [ "12", "T5", "Costantino Rocca", "Italy", "68", "–2" ] ]
[ { "Formula": "MIN(FILTER(B1, (A1=\"totals\")*(D1>3)))", "Formula2": "MIN(FILTER(B2:B6, (A2:A6=\"totals\")*(D2:D6>3)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the smallest number of wins for the Totals Tournament with a Top-25 value greater than 3?", "Tokens": [ "MIN(", "FILTER(", "B1", "A1", "=", "\"totals\"", "*", "D1", ">", "3" ] }, { "Formula": "SUM(FILTER(C1, E1<2))", "Formula2": "SUM(FILTER(C2:C6, E2:E6<2))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the sum of Top-5 values with events values less than 2?", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "<", "2" ] }, { "Formula": "MIN(FILTER(B1, (F1>4)*(C1<1)))", "Formula2": "MIN(FILTER(B2:B6, (F2:F6>4)*(C2:C6<1)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the smallest value for Wins when the number of cuts is greater than 4 and the Top-5 value is less than 1?", "Tokens": [ "MIN(", "FILTER(", "B1", "F1", ">", "4", "*", "C1", "<", "1" ] } ]
train_2-10167122-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "Wins", "Top-5", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "0", "0", "2", "1" ], [ "3", "U.S. Open", "0", "0", "1", "2", "1" ], [ "4", "The Open Championship", "0", "1", "2", "7", "4" ], [ "5", "PGA Championship", "0", "0", "0", "6", "4" ], [ "6", "Totals", "0", "1", "3", "17", "10" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"55\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"55\"),9))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "tries against is 55, what is the try bonus?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"55\"", "9" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"29\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"29\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "tries against is 29, what is the points against?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"29\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"correct as of 2007-10-15\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"correct as of 2007-10-15\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "tries against correct as of 2007-10-15 has what tries for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"correct as of 2007-10-15\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"correct as of 2007-10-15\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"correct as of 2007-10-15\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "tries against correct as of 2007-10-15 has what tries for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"correct as of 2007-10-15\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=22)*(H1=\"88\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,(B2:B15=22)*(H2:H15=\"88\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "tries against is 88, played is 22, what is the lost?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "22", "*", "H1", "=", "\"88\"", "4" ] } ]
train_2-13758945-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Tries for", "Tries against", "Try bonus" ], [ "3", "Morriston RFC", "22", "2", "4", "575", "261", "82", "32", "9" ], [ "4", "Crymych RFC", "22", "0", "7", "500", "323", "64", "43", "7" ], [ "5", "Hendy RFC", "22", "1", "9", "599", "406", "83", "55", "8" ], [ "6", "Tenby United RFC", "22", "2", "7", "364", "267", "41", "28", "2" ], [ "7", "Llandeilo RFC", "22", "3", "7", "340", "291", "37", "37", "3" ], [ "8", "Pontarddulais RFC", "22", "2", "10", "387", "344", "58", "48", "7" ], [ "9", "Trimsaran RFC", "22", "2", "10", "319", "283", "43", "29", "2" ], [ "10", "Birchgrove RFC", "22", "2", "11", "453", "475", "63", "60", "7" ], [ "11", "Pembroke RFC", "22", "2", "13", "286", "453", "36", "61", "4" ], [ "12", "Tycroes RFC", "22", "2", "12", "335", "544", "40", "80", "2" ], [ "13", "Neyland RFC", "22", "1", "15", "299", "513", "40", "71", "3" ], [ "14", "Milford Haven RFC", "22", "1", "17", "300", "597", "45", "88", "3" ], [ "15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15", "Correct as of 2007-10-15" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"5%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"5%\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which ethnic group has 5% of people categorizing religion as other?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"5%\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"93%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,F2:F10=\"93%\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which ehtinc group consists of 93% muslims?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"93%\"", "1" ] } ]
train_2-16806446-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Ethnic Group", "Main Regions", "Population", "Percentage of total population", "Christians", "Muslims", "Other" ], [ "2", "Tigrigna", "Maekel Region , Debub Region", "3,319,680", "57%", "53%", "44%", "1%" ], [ "3", "Tigre", "Gash-Barka Region , Anseba Region , Maekel Region", "1,630,720", "28%", "6%", "90%", "4%" ], [ "4", "Saho", "Northern Red Sea Region , Debub Region", "232,960", "4%", "7%", "93%", "N/A" ], [ "5", "Kunama", "Gash-Barka Region", "174,720", "3%", "41%", "23%", "36%" ], [ "6", "Afar", "Southern Red Sea Region", "174,720", "3%", "2%", "98%", "N/A" ], [ "7", "Bilen", "Anseba Region", "116,480", "2%", "48%", "47%", "5%" ], [ "8", "Nara", "Gash-Barka Region", "58,240", "1%", "14%", "85%", "1%" ], [ "9", "Beja", "Gash-Barka Region , Anseba Region", "58,240", "1%", "1%", "98%", "1%" ], [ "10", "Rashaida", "Northern Red Sea Region", "58.240", "1%", "N/A", "99%", "N.A" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"malone, ny\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"malone, ny\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the heightfor city of license of malone, ny", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"malone, ny\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"wmhn\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"wmhn\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the class with call sign of wmhn", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"wmhn\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"b\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,G2:G6=\"b\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the frequency with class of b", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"b\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"90.1 fm\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"90.1 fm\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the city of license with frequency of 90.1 fm", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"90.1 fm\"", "3" ] }, { "Formula": "SUM(FILTER(E1, (B1=\"89.3 fm\")*(D1<40430)))", "Formula2": "SUM(FILTER(E2:E6, (B2:B6=\"89.3 fm\")*(D2:D6<40430)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Name the total number of ERP/Power W for frequency of 89.3 fm and facility ID less than 40430", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"89.3 fm\"", "*", "D1", "<", "40430" ] } ]
train_2-12454334-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Call sign", "Frequency", "City of license", "Facility ID", "ERP / Power W", "Height m ( ft )", "Class" ], [ "2", "WMHI", "94.7 FM", "Cape Vincent, NY", "40435", "5,800", "m (ft)", "A" ], [ "3", "WMHN", "89.3 FM", "Webster, NY", "40430", "1,000", "m (ft)", "A" ], [ "4", "WMHQ", "90.1 FM", "Malone, NY", "89863", "2,700", "m (ft)", "A" ], [ "5", "WMHR", "102.9 FM", "Syracuse, NY", "40432", "20,000", "m (ft)", "B" ], [ "6", "WMHU", "91.1 FM", "Cold Brook, NY", "174468", "560", "m (ft)", "A" ] ]
[ { "Formula": "FILTER(D1,B1=\"Raiders\")", "Formula2": "FILTER(D2:D12,B2:B12=\"Raiders\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which leagues have Raiders as their mascot?", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"Raiders\"" ] }, { "Formula": "FILTER(D1,A1=\"Galena\")", "Formula2": "FILTER(D2:D12,A2:A12=\"Galena\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which leagues is the Galena school in?", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"Galena\"" ] }, { "Formula": "FILTER(C1,B1=\"Lancers\")", "Formula2": "FILTER(C2:C12,B2:B12=\"Lancers\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What city and state is the Lancers mascot located?", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Lancers\"" ] }, { "Formula": "FILTER(C1,B1=\"Miners\")", "Formula2": "FILTER(C2:C12,B2:B12=\"Miners\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What city and state are the miners located in?", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"Miners\"" ] }, { "Formula": "FILTER(A1,B1=\"Raiders\")", "Formula2": "FILTER(A2:A12,B2:B12=\"Raiders\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which school has the Raiders as their mascot?", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"Raiders\"" ] } ]
dev_1-11044765-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "School", "Mascot", "Location", "League", "Enrollment" ], [ "2", "Carson", "Senators", "Carson City, Nevada", "Sierra", "2503" ], [ "3", "Damonte Ranch", "Mustangs", "Reno, Nevada", "Sierra", "1253" ], [ "4", "Douglas", "Tigers", "Minden, Nevada", "Sierra", "1522" ], [ "5", "Galena", "Grizzlies", "Reno, Nevada", "Sierra", "1510" ], [ "6", "Hug", "Hawks", "Reno, Nevada", "High Desert", "1266" ], [ "7", "Manogue", "Miners", "Reno, Nevada", "Sierra", "650" ], [ "8", "McQueen", "Lancers", "Reno, Nevada", "High Desert", "1945" ], [ "9", "North Valleys", "Panthers", "Reno, Nevada", "High Desert", "2227" ], [ "10", "Reed", "Raiders", "Sparks, Nevada", "High Desert", "2464" ], [ "11", "Reno", "Huskies", "Reno, Nevada", "High Desert", "1896" ], [ "12", "Spanish Springs", "Cougars", "Sparks, Nevada", "High Desert", "2186" ] ]
[ { "Formula": "SUM(FILTER(D1, (E1=2)*(A1>3)*(C1<10)))", "Formula2": "SUM(FILTER(D2:D11, (E2:E11=2)*(A2:A11>3)*(C2:C11<10)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How much Played has Drawn of 2, and a Position larger than 3, and Points smaller than 10?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "2", "*", "A1", ">", "3", "*", "C1", "<", "10" ] }, { "Formula": "AVERAGE(FILTER(G1, (H1=10)*(F1<2)))", "Formula2": "AVERAGE(FILTER(G2:G11, (H2:H11=10)*(F2:F11<2)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which average Against has a Difference of 10, and a Lost smaller than 2?", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "H1", "=", "10", "*", "F1", "<", "2" ] } ]
train_2-15299641-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Corinthians", "14", "9", "0", "2", "11", "6" ], [ "3", "2", "Fluminense", "13", "9", "1", "2", "8", "10" ], [ "4", "3", "Palmeiras", "12", "9", "2", "2", "11", "4" ], [ "5", "4", "São Paulo", "10", "9", "2", "3", "11", "- 1" ], [ "6", "5", "Vasco da Gama", "9", "9", "1", "4", "17", "- 3" ], [ "7", "6", "Santos", "8", "9", "0", "5", "15", "1" ], [ "8", "7", "Flamengo", "7", "9", "1", "5", "14", "- 4" ], [ "9", "8", "Portuguesa", "6", "9", "0", "6", "19", "- 2" ], [ "10", "9", "América", "6", "9", "0", "6", "22", "- 4" ], [ "11", "10", "Botafogo", "6", "9", "1", "6", "24", "- 7" ] ]
[ { "Formula": "SUM(FILTER(A1, (E1=\"robert f. kennedy memorial stadium\")*(F1>54633)))", "Formula2": "SUM(FILTER(A2:A10, (E2:E10=\"robert f. kennedy memorial stadium\")*(F2:F10>54633)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What week was the game played at Robert f. Kennedy memorial stadium with more than 54,633 people in attendance?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"robert f. kennedy memorial stadium\"", "*", "F1", ">", "54633" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(E1=\"texas stadium\")*(C1=\"pittsburgh steelers\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>46267))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,(E2:E10=\"texas stadium\")*(C2:C10=\"pittsburgh steelers\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>46267))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the result of the game played in texas stadium with more than 46,267 in the crowd and against the pittsburgh steelers?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"texas stadium\"", "*", "C1", "=", "\"pittsburgh steelers\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "46267" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"september 13, 1982\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>50705))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,B2:B10=\"september 13, 1982\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>50705))", "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 opponent had a game with more than 50,705 in attendace on September 13, 1982?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"september 13, 1982\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "50705" ] } ]
train_2-11309680-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance" ], [ "2", "1", "September 13, 1982", "Pittsburgh Steelers", "L 28–36", "Texas Stadium", "63,431" ], [ "3", "2", "September 19, 1982", "at St. Louis Cardinals", "W 24–7", "Busch Memorial Stadium", "50,705" ], [ "4", "3", "November 21, 1982", "Tampa Bay Buccaneers", "W 14–9", "Texas Stadium", "49,578" ], [ "5", "4", "November 25, 1982", "Cleveland Browns", "W 31–14", "Texas Stadium", "46,267" ], [ "6", "5", "December 5, 1982", "at Washington Redskins", "W 24–10", "Robert F. Kennedy Memorial Stadium", "54,633" ], [ "7", "6", "December 13, 1982", "at Houston Oilers", "W 37–7", "Astrodome", "51,808" ], [ "8", "7", "December 19, 1982", "New Orleans Saints", "W 21–7", "Texas Stadium", "64,506" ], [ "9", "8", "December 26, 1982", "Philadelphia Eagles", "L 20–24", "Texas Stadium", "46,199" ], [ "10", "9", "January 3, 1983", "at Minnesota Vikings", "L 27–31", "Hubert H. Humphrey Metrodome", "60,007" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"5-2-0\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"5-2-0\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which team was the visitor with a record of 5-2-0?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"5-2-0\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"november 3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"november 3\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score for the November 3 game?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"november 3\"", "3" ] } ]
train_2-15123198-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Visitor", "Score", "Home", "Record", "Attendance" ], [ "2", "September 29", "Chicago Cardinals", "20-10", "San Francisco 49ers", "0-1-0", "35,743" ], [ "3", "October 6", "Los Angeles Rams", "23-20", "San Francisco 49ers", "1-1-0", "59,637" ], [ "4", "October 13", "San Francisco 49ers", "21-17", "Chicago Bears", "2-1-0", "45,310" ], [ "5", "October 20", "San Francisco 49ers", "24-14", "Green Bay Packers", "3-1-0", "18,919" ], [ "6", "October 27", "Chicago Bears", "21-17", "San Francisco 49ers", "4-1-0", "56,693" ], [ "7", "November 3", "Detroit Lions", "35-31", "San Francisco 49ers", "5-1-0", "59,702" ], [ "8", "November 10", "San Francisco 49ers", "37-24", "Los Angeles Rams", "5-2-0", "102,368" ], [ "9", "November 17", "San Francisco 49ers", "31-10", "Detroit Lions", "5-3-0", "56,915" ], [ "10", "November 24", "San Francisco 49ers", "27-21", "Baltimore Colts", "5-4-0", "50,073" ], [ "11", "December 1", "San Francisco 49ers", "27-17", "New York Giants", "6-4-0", "54,121" ], [ "12", "December 8", "Baltimore Colts", "17-13", "San Francisco 49ers", "7-4-0", "59,950" ], [ "13", "December 15", "Green Bay Packers", "27-20", "San Francisco 49ers", "8-4-0", "59,100" ] ]
[ { "Formula": "MIN(FILTER(C1, (G1<39)*(D1>2)*(E1>0)))", "Formula2": "MIN(FILTER(C2:C6, (G2:G6<39)*(D2:D6>2)*(E2:E6>0)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What has the lowest number of wins with GA smaller than 39, more than 2 losses, and ties greater than 0?", "Tokens": [ "MIN(", "FILTER(", "C1", "G1", "<", "39", "*", "D1", ">", "2", "*", "E1", ">", "0" ] }, { "Formula": "MAX(FILTER(E1, (D1<4)*(G1<20)))", "Formula2": "MAX(FILTER(E2:E6, (D2:D6<4)*(G2:G6<20)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which team has the most ties with fewer than 4 losses and GA smaller than 20?", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "<", "4", "*", "G1", "<", "20" ] }, { "Formula": "SUM(FILTER(D1, (B1=7)*(G1<27)))", "Formula2": "SUM(FILTER(D2:D6, (B2:B6=7)*(G2:G6<27)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many games did the team lose that played 7 games and has a GA of less than 27?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "7", "*", "G1", "<", "27" ] } ]
train_2-11756240-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Games Played", "Wins", "Losses", "Ties", "Goals For", "Goals Against" ], [ "2", "Montreal Victorias", "8", "6", "2", "0", "35", "20" ], [ "3", "Montreal Hockey Club", "8", "4", "4", "0", "33", "22" ], [ "4", "Ottawa", "8", "4", "4", "0", "25", "24" ], [ "5", "Montreal Crystals", "7", "3", "4", "0", "21", "39" ], [ "6", "Quebec", "7", "2", "5", "0", "18", "27" ] ]
[ { "Formula": "SUMIFS(C1,A1,\"rupertiberg\")", "Formula2": "SUMIFS(C2:C18,A2:A18,\"rupertiberg\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many people in 1991 have a Village (German) of rupertiberg?", "Tokens": [ "SUMIFS(", "C1", "A1", "\"rupertiberg\"" ] } ]
train_2-10797636-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Village (German)", "Village (Slovene)", "Number of people 1991", "Percent of Slovenes 1991", "Percent of Slovenes 1951" ], [ "2", "Bach", "Potok", "104", "15.4%", "98.6%" ], [ "3", "Edling", "Kajzaze", "191", "27.2%", "96.3%" ], [ "4", "Fellersdorf", "Bilnjovs", "52", "36.5%", "83.8%" ], [ "5", "Franzendorf", "Branča vas", "164", "23.8%", "63.8%" ], [ "6", "Großkleinberg", "Mala gora", "41", "36.6%", "100%" ], [ "7", "Ludmannsdorf", "Bilčovs", "150", "50.7%", "88.3%" ], [ "8", "Lukowitz", "Koviče", "91", "12.1%", "60.4%" ], [ "9", "Moschenitzen", "Moščenica", "50", "98.0%", "100%" ], [ "10", "Muschkau", "Muškava", "88", "18.2%", "94.0%" ], [ "11", "Niederdörfl", "Spodnja vesca", "98", "13.3%", "55.3%" ], [ "12", "Oberdörfl", "Zgornja vesca", "121", "27.3%", "46.5%" ], [ "13", "Pugrad", "Podgrad", "132", "28,8%", "37.8%" ], [ "14", "Rupertiberg", "Na gori", "57", "33.3%", "55.4%" ], [ "15", "Selkach", "Želuče", "99", "57.6%", "84.3%" ], [ "16", "Strein", "Stranje", "30", "60.0%", "100%" ], [ "17", "Wellersdorf", "Velinja vas", "115", "40.0%", "88.0%" ], [ "18", "Zedras", "Sodraževa", "16", "25.0%", "68.3%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=44),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,F2:F20=44),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the total number of 1991-92 for 1992-93 for 44", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "44", "5" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=40),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=1.026))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G20,E2:E20=40),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=1.026))", "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": " Name the team for average 1.026 for 1991-92 being 40", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "40", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.026" ] } ]
train_1-14371754-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Team", "Average", "Points", "Played", "1991-92", "1992-93", "1993-94" ], [ "2", "Boca Juniors", "1.307", "149", "114", "51", "50", "48" ], [ "3", "River Plate", "1.281", "146", "114", "45", "55", "46" ], [ "4", "Vélez Sársfield", "1.237", "141", "114", "45", "48", "48" ], [ "5", "San Lorenzo", "1.088", "124", "114", "45", "45", "45" ], [ "6", "Huracán", "1.061", "121", "114", "40", "38", "43" ], [ "7", "Independiente", "1.026", "117", "114", "40", "36", "41" ], [ "8", "Newell's Old Boys", "1.026", "117", "114", "48", "44", "25" ], [ "9", "Racing Club", "1.009", "115", "114", "40", "39", "36" ], [ "10", "Deportivo Español", "1.000", "114", "114", "28", "45", "41" ], [ "11", "Ferro Carril Oeste", "0.991", "113", "114", "38", "37", "38" ], [ "12", "Rosario Central", "0.982", "112", "114", "39", "34", "39" ], [ "13", "Lanús", "0.974", "37", "38", "N/A", "N/A", "37" ], [ "14", "Belgrano de Córdoba", "0.961", "73", "76", "N/A", "35", "38" ], [ "15", "Textil Mandiyú", "0.947", "108", "114", "38", "33", "37" ], [ "16", "Gimnasia de La Plata", "0.947", "108", "114", "33", "41", "34" ], [ "17", "Estudiantes de La Plata", "0.930", "106", "114", "39", "29", "38" ], [ "18", "Platense", "0.921", "105", "114", "35", "42", "28" ], [ "19", "Argentinos Juniors", "0.912", "104", "114", "36", "35", "33" ], [ "20", "Talleres de Córdoba", "0.851", "97", "114", "29", "37", "31" ] ]
[ { "Formula": "SUM(FILTER(F1, (A1=\"t4\")*(B1=\"nick price\")))", "Formula2": "SUM(FILTER(F2:F13, (A2:A13=\"t4\")*(B2:B13=\"nick price\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is T4 Place Player Nick Price's Money?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "\"t4\"", "*", "B1", "=", "\"nick price\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"1\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the To par of the Place 1 Player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"1\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"69-68-66-70=273\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"69-68-66-70=273\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Player's Score is 69-68-66-70=273?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"69-68-66-70=273\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"−6\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"−6\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Player's To par is −6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"−6\"", "2" ] } ]
train_2-18048776-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Vijay Singh", "Fiji", "70-66-67-68=271", "−9", "540,000" ], [ "3", "2", "Steve Stricker", "United States", "69-68-66-70=273", "−7", "324,000" ], [ "4", "3", "Steve Elkington", "Australia", "69-69-69-67=274", "−6", "204,000" ], [ "5", "T4", "Frank Lickliter", "United States", "68-71-69-68=276", "−4", "118,000" ], [ "6", "T4", "Mark O'Meara", "United States", "69-70-69-68=276", "−4", "118,000" ], [ "7", "T4", "Nick Price", "Zimbabwe", "70-73-68-65=276", "−4", "118,000" ], [ "8", "T7", "Davis Love III", "United States", "70-68-69-70=277", "−3", "89,500" ], [ "9", "T7", "Billy Mayfair", "United States", "73-67-67-70=277", "−3", "89,500" ], [ "10", "9", "John Cook", "United States", "71-68-70-69=278", "−2", "80,000" ], [ "11", "T10", "Skip Kendall", "United States", "72-68-68-71=279", "−1", "69,000" ], [ "12", "T10", "Kenny Perry", "United States", "69-72-70-68=279", "−1", "69,000" ], [ "13", "T10", "Tiger Woods", "United States", "66-72-70-71=279", "−1", "69,000" ] ]
[ { "Formula": "FILTER(A1,D1=\"1899\")", "Formula2": "FILTER(A2:A19,D2:D19=\"1899\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Class has a Year(s) of Manufacture of 1899?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"1899\"" ] }, { "Formula": "FILTER(D1,(C1>60)*(B1=\"7001–7165\"))", "Formula2": "FILTER(D2:D19,(C2:C19>60)*(B2:B19=\"7001–7165\"))", "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Year(s) of Manufacture has a Quantity larger than 60, and a Number(s) of 7001–7165?", "Tokens": [ "FILTER(", "D1", "C1", ">", "60", "*", "B1", "=", "\"7001–7165\"" ] }, { "Formula": "MIN(FILTER(C1,(E1=\"e h4v\")*(D1=\"1920–1924\")))", "Formula2": "MIN(FILTER(C2:C19,(E2:E19=\"e h4v\")*(D2:D19=\"1920–1924\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Quantity has a Type of e h4v, and a Year(s) of Manufacture of 1920–1924?", "Tokens": [ "MIN(", "FILTER(", "C1", "E1", "=", "\"e h4v\"", "*", "D1", "=", "\"1920–1924\"" ] } ]
dev_2-17941795-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Class", "Number(s)", "Quantity", "Year(s) of Manufacture", "Type" ], [ "2", "C II.1", "names", "68", "1861–1868", "C n2" ], [ "3", "C III", "names", "239", "1868–1879", "C n2" ], [ "4", "C III", "names", "14", "1872–1874", "C n2" ], [ "5", "C IV Zw", "names, 1401–1441, 1452–1462", "87", "1884–1892", "C n2" ], [ "6", "C IV Vbd", "names, 1442–1451, 1463–1550", "100", "1889–1897", "C n2v" ], [ "7", "C VI", "1551–1633", "83", "1899–1905", "1′C n2v" ], [ "8", "E I", "2051–2062", "12", "1895–1896", "1′D n2" ], [ "9", "E I", "2063–2064", "2", "1896–1897", "1′D n4v" ], [ "10", "E I", "2065–2084, 2087–2099, 2116–2130", "48", "1899–1901", "1′D n2" ], [ "11", "E I (Baldwin)", "2085–2086", "2", "1899", "1′D n4v" ], [ "12", "BB I", "2100", "1", "1896", "B′B n4v" ], [ "13", "G 3/4 N", "1634–1670", "37", "1907–1909", "1′C n2v" ], [ "14", "G 3/4 H", "7001–7165", "165", "1919–1921", "1′C h2" ], [ "15", "G 3/4 H", "7166–7225", "60", "1922–1923", "1′C h2" ], [ "16", "G 4/5 N", "2131–2137", "7", "1905–1906", "1′D n2" ], [ "17", "G 4/5 H", "5151–5160, 5501–5695, 5211–5235", "230", "1915–1919", "1′D h4v" ], [ "18", "G 5/5", "5801–5815", "15", "1911", "E h4v" ], [ "19", "G 5/5", "5816–5895", "80", "1920–1924", "E h4v" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"cleveland municipal stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G17,E2:E17=\"cleveland municipal stadium\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Who was the opponent before week 6 at cleveland municipal stadium?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"cleveland municipal stadium\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ] } ]
train_2-10647639-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 8, 1985", "Green Bay Packers", "W 26–20", "Sullivan Stadium", "1–0", "49,488" ], [ "3", "2", "September 15, 1985", "at Chicago Bears", "L 20–7", "Soldier Field", "1–1", "60,533" ], [ "4", "3", "September 22, 1985", "at Buffalo Bills", "W 17–14", "Rich Stadium", "2–1", "40,334" ], [ "5", "4", "September 29, 1985", "Los Angeles Raiders", "L 35–20", "Sullivan Stadium", "2–2", "60,686" ], [ "6", "5", "October 6, 1985", "at Cleveland Browns", "L 24–20", "Cleveland Municipal Stadium", "2–3", "62,139" ], [ "7", "6", "October 13, 1985", "Buffalo Bills", "W 28–6", "Sullivan Stadium", "3–3", "40,462" ], [ "8", "7", "October 20, 1985", "New York Jets", "W 20–13", "Sullivan Stadium", "4–3", "58,163" ], [ "9", "8", "October 27, 1985", "at Tampa Bay Buccaneers", "W 32–14", "Tampa Stadium", "5–3", "34,661" ], [ "10", "9", "November 3, 1985", "Miami Dolphins", "W 17–13", "Sullivan Stadium", "6–3", "58,811" ], [ "11", "10", "November 10, 1985", "Indianapolis Colts", "W 34–15", "Sullivan Stadium", "7–3", "54,176" ], [ "12", "11", "November 17, 1985", "at Seattle Seahawks", "W 20–13", "The Kingdome", "8–3", "60,345" ], [ "13", "12", "November 24, 1985", "at New York Jets", "L 16–13", "The Meadowlands", "8–4", "74,100" ], [ "14", "13", "December 1, 1985", "at Indianapolis Colts", "W 38–31", "Hoosier Dome", "9–4", "56,740" ], [ "15", "14", "December 8, 1985", "Detroit Lions", "W 23–6", "Sullivan Stadium", "10–4", "59,078" ], [ "16", "15", "December 16, 1985", "at Miami Dolphins", "L 30–27", "Miami Orange Bowl", "10–5", "69,489" ], [ "17", "16", "December 22, 1985", "Cincinnati Bengals", "W 34–23", "Sullivan Stadium", "11–5", "57,953" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Frank T. Bow\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Frank T. Bow\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "To which party does Frank T. Bow belong?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Frank T. Bow\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Carl W. Rich\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Carl W. Rich\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who ran in the race for the seat of incumbent Carl W. Rich?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Carl W. Rich\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Carl W. Rich\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Carl W. Rich\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In which district is the incumbent Carl W. Rich?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Carl W. Rich\"", "1" ] } ]
train_1-1341865-37
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Ohio 1", "Carl W. Rich", "Republican", "1962", "Lost re-election Democratic gain", "John J. Gilligan (D) 51.9% Carl W. Rich (R) 48.1%" ], [ "3", "Ohio 2", "Donald D. Clancy", "Republican", "1960", "Re-elected", "Donald D. Clancy (R) 60.5% H. A. Sand (D) 39.5%" ], [ "4", "Ohio 3", "Paul F. Schenck", "Republican", "1951", "Lost re-election Democratic gain", "Rodney M. Love (D) 52.0% Paul F. Schenck (R) 48.0%" ], [ "5", "Ohio 5", "Del Latta", "Republican", "1958", "Re-elected", "Del Latta (R) 65.9% Milford Landis (D) 34.1%" ], [ "6", "Ohio 6", "Bill Harsha", "Republican", "1960", "Re-elected", "Bill Harsha (R) 60.1% Frank E. Smith (D) 39.9%" ], [ "7", "Ohio 16", "Frank T. Bow", "Republican", "1950", "Re-elected", "Frank T. Bow (R) 52.2% Robert D. Freeman (D) 47.8%" ], [ "8", "Ohio 19", "Michael J. Kirwan", "Democratic", "1936", "Re-elected", "Michael J. Kirwan (D) 76.3% Albert James (R) 23.7%" ] ]