t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "AVERAGE(FILTER(E1, C1>78))", "Formula2": "AVERAGE(FILTER(E2:E6, C2:C6>78))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the average goals against average for those playing more than 78 games?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "C1", ">", "78" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>46)*(CHOOSECOLS(query1,3)<195)))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6),SUMX(D2:D6)),FILTER(query1,(CHOOSECOLS(query1,2)>46)*(CHOOSECOLS(query1,3)<195)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Who played over 46 games and allowed less than 195 goals?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "46", "*", "CHOOSECOLS(", "query1", "3", "<", "195" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)>2.07)*(CHOOSECOLS(query1,3)=44)))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(E2:E6),SUMX(C2:C6)),FILTER(query1,(CHOOSECOLS(query1,2)>2.07)*(CHOOSECOLS(query1,3)=44)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who played 44 games who averaged over 2.07 goals against?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2.07", "*", "CHOOSECOLS(", "query1", "3", "=", "44" ] } ]
train_2-12453414-9
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Years", "Games played", "Goals allowed", "Goals against average" ], [ "2", "John Curry", "2003-07", "107", "217", "2.07" ], [ "3", "Dan Brady", "1969-72", "51", "105", "2.27" ], [ "4", "Tim Regan", "1969-72", "46", "99", "2.39" ], [ "5", "Wayne Ryan", "1964-67", "44", "100", "2.52" ], [ "6", "Jack Ferreira", "1963-66", "78", "195", "2.58" ] ]
[ { "Formula": "FILTER(B1,E1=\"Bob Vila\")", "Formula2": "FILTER(B2:B10,E2:E10=\"Bob Vila\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who was the on the cover when Bob Vila did the 20 Questions?", "Tokens": [ "FILTER(", "B1", "E1", "=", "\"Bob Vila\"" ] }, { "Formula": "FILTER(A1,C1=\"Kymberly Paige\")", "Formula2": "FILTER(A2:A10,C2:C10=\"Kymberly Paige\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "When was the Kymberly Paige the Centerfold?", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"Kymberly Paige\"" ] } ]
dev_1-1566848-8
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Cover model", "Centerfold model", "Interview subject", "20 Questions", "Pictorials" ], [ "2", "1-87", "no model pictured", "Luann Lee", "Don Johnson", "John Fogerty", "Jane Seymour , Elisa Florez" ], [ "3", "2-87", "Joanne Russell", "Julie Peterson", "Mickey Rourke", "Ed Begley, Jr.", "Stephanie Beacham" ], [ "4", "3-87", "Janet Jones", "Marina Baker", "Lionel Richie", "Bob Vila", "Janet Jones, MiSchelle Mcmindes" ], [ "5", "4-87", "Ava Fabian", "Anna Clark", "Louis Rukeyser", "Rae Dawn Chong", "Girls of Casanova" ], [ "6", "5-87", "Vanna White", "Kymberly Paige", "Norodom Sihanouk", "Barbara Hershey", "Vanna White, Melissa Prophet" ], [ "7", "6-87", "Donna Edmondson", "Sandy Greenberg", "Whoopi Goldberg", "Michael J. Fox", "Donna Edmondson - PMOY, Jenilee Harrison" ], [ "8", "7-87", "Sandy Greenberg", "Carmen Berg", "Wade Boggs", "Garry Shandling", "Ellen Stohl" ], [ "9", "10-87", "Brandi Brandt", "Brandi Brandt", "Richard Secord", "Bob Uecker", "Donna Mills , Women of Top 10 Party Colleges" ], [ "10", "11-87", "Jessica Hahn", "Pam Stein", "Daniel Ortega", "Kelly McGillis", "Jessica Hahn" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"3-0 win\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"3-0 win\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score of the 3-0 Win result?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"3-0 win\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"10 october 2009\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"10 october 2009\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the result of the game from 10 October 2009?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"10 october 2009\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2-0\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"2-0\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the competition that has a score of 2-0?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2-0\"", "5" ] } ]
train_2-1298631-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "29 February 2005", "GSP Stadium , Nicosia", "1–0", "3–0 Win", "2006 FIFA World Cup qualification" ], [ "3", "12 November 2005", "Stade de Suisse , Bern", "1-0", "2-0 Win", "2006 FIFA World Cup qualification" ], [ "4", "23 June 2006", "AWD Arena , Hannover", "1-0", "2-0 Win", "Fifa World Cup 2006" ], [ "5", "10 October 2009", "Stade Josy Barthel , Luxembourg", "1-0", "3-0 Win", "2010 FIFA World Cup qualification – UEFA Group 2" ], [ "6", "10 October 2009", "Stade Josy Barthel , Luxembourg", "2-0", "3-0 Win", "2010 FIFA World Cup qualification – UEFA Group 2" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"battle of tel hai\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"battle of tel hai\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the total deaths from the Battle of Tel Hai prior to Israel's independence?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"battle of tel hai\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1,200+\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"1,200+\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the total casualties with 1,200+ military and/or civilian wounded?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1,200+\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=1615),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=1615),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "How many military deaths were there when there were 1,615 total casualties?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "1615", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1,200+\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"1,200+\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many military deaths were there when there were 1,200+ military and/or civilian wounded?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1,200+\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=6),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=6),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "How many deaths were there when the total casualties were 6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "6", "4" ] } ]
train_2-17796039-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Conflicts prior to Israel's independence", "Military deaths", "Civilian deaths", "Total deaths", "Military and/or Civilian wounded", "Total casualties" ], [ "2", "Battle of Tel Hai", "6", "0", "6", "0", "6" ], [ "3", "1920 Nebi Musa riots", "0", "5", "5", "216", "221" ], [ "4", "1921 Jaffa riots", "0", "47", "47", "146", "193" ], [ "5", "1929 Hebron–Safed riots", "0", "133", "133", "339", "472" ], [ "6", "1933 Palestine riots", "0", "0", "0", "Unknown", "Unknown" ], [ "7", "1936–1939 Arab revolt", "0", "415+", "415", "1,200+", "1,615" ], [ "8", "Jewish insurgency in Mandatory Palestine", "At least 34 members of Palmach", "Unknown", "Unknown", "Unknown", "Unknown" ], [ "9", "1947–48 Civil War", "895", "408", "1,303+", "2,000", "3,303" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"colorado 4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"colorado 4\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the incumbent for the Colorado 4 district?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"colorado 4\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"republican\")*(E1=\"retired to run for governor democratic gain\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"republican\")*(E2:E8=\"retired to run for governor democratic gain\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What district is the incumbent Republican and the incumbent retired to run for governor democratic gain?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"republican\"", "*", "E1", "=", "\"retired to run for governor democratic gain\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"colorado 6\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"colorado 6\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In Colorado 6 district what is the party?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"colorado 6\"", "3" ] } ]
train_2-1805191-7
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results" ], [ "2", "Colorado 1", "Diana DeGette", "Democratic", "1996", "Re-elected" ], [ "3", "Colorado 2", "Mark Udall", "Democratic", "1998", "Re-elected" ], [ "4", "Colorado 3", "John Salazar", "Democratic", "2004", "Re-elected" ], [ "5", "Colorado 4", "Marilyn Musgrave", "Republican", "2002", "Re-elected" ], [ "6", "Colorado 5", "Joel Hefley", "Republican", "1986", "Retired Republican hold" ], [ "7", "Colorado 6", "Tom Tancredo", "Republican", "1998", "Re-elected" ], [ "8", "Colorado 7", "Bob Beauprez", "Republican", "2002", "Retired to run for Governor Democratic gain" ] ]
[ { "Formula": "SUM(FILTER(C1, (A1=\"stanley\")*(D1>1817)))", "Formula2": "SUM(FILTER(C2:C15, (A2:A15=\"stanley\")*(D2:D15>1817)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Area km 2 has an Official Name of stanley, and a Population larger than 1,817?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"stanley\"", "*", "D1", ">", "1817" ] }, { "Formula": "SUM(FILTER(C1, D1=1215))", "Formula2": "SUM(FILTER(C2:C15, D2:D15=1215))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How much Area km 2 have a Population of 1,215?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "1215" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<879)*(CHOOSECOLS(query1,3)>537.62)))", "Formula2": "LET(query1,SUMMARIZE(E2:E15,SUMX(D2:D15),SUMX(C2:C15)),FILTER(query1,(CHOOSECOLS(query1,2)<879)*(CHOOSECOLS(query1,3)>537.62)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which Census Ranking has a Population smaller than 879, and an Area km 2 larger than 537.62?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "879", "*", "CHOOSECOLS(", "query1", "3", ">", "537.62" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"stanley\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>753.06))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E15,A2:A15=\"stanley\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>753.06))", "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 Census Ranking has an Area km 2 larger than 753.06, and an Official Name of stanley?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"stanley\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "753.06" ] }, { "Formula": "SUM(FILTER(C1, (A1=\"southampton\")*(D1>1601)))", "Formula2": "SUM(FILTER(C2:C15, (A2:A15=\"southampton\")*(D2:D15>1601)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Area km 2 has an Official Name of southampton, and a Population larger than 1,601?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"southampton\"", "*", "D1", ">", "1601" ] } ]
train_2-176533-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Official Name", "Status", "Area km 2", "Population", "Census Ranking" ], [ "2", "Kingsclear", "Parish", "303.26", "6,689", "545 of 5,008" ], [ "3", "Douglas", "Parish", "1446.50", "5,774", "609 of 5,008" ], [ "4", "Saint Marys", "Parish", "753.06", "4,224", "767 of 5,008" ], [ "5", "Bright", "Parish", "404.00", "3,159", "958 of 5,008" ], [ "6", "New Maryland", "Parish", "375.40", "2,348", "1,193 of 5,008" ], [ "7", "Manners Sutton", "Parish", "525.47", "1,863", "1,394 of 5,008" ], [ "8", "Stanley", "Parish", "2,040.21", "1,817", "1,408 of 5,008" ], [ "9", "Southampton", "Parish", "450.05", "1,601", "1,535 of 5,008" ], [ "10", "Queensbury", "Parish", "301.22", "1,215", "1,811 of 5,008" ], [ "11", "Prince William", "Parish", "287.92", "879", "2,234 of 5,008" ], [ "12", "Canterbury", "Parish", "557.22", "555", "2,875 of 5,008" ], [ "13", "Dumfries", "Parish", "305.23", "369", "3,418 of 5,008" ], [ "14", "North Lake", "Parish", "440.72", "300", "3,678 of 5,008" ], [ "15", "McAdam", "Parish", "537.62", "80", "4,512 of 5,008" ] ]
[ { "Formula": "SUM(FILTER(B1, (E1=\"william\")*(C1<2)))", "Formula2": "SUM(FILTER(B2:B12, (E2:E12=\"william\")*(C2:C12<2)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total TD's of the strongest storm William that has a total TC's smaller than 2?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"william\"", "*", "C1", "<", "2" ] }, { "Formula": "SUM(FILTER(B1, (E1=\"gavin\")*(D1<6)))", "Formula2": "SUM(FILTER(B2:B12, (E2:E12=\"gavin\")*(D2:D12<6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of TD's of the Gavin storm with a total STC's smaller than 6?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"gavin\"", "*", "D1", "<", "6" ] } ]
test_2-14617448-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Total TD's", "Total TC's", "Total STC's", "Strongest storm" ], [ "2", "1990–91", "5", "3", "1", "Sina" ], [ "3", "1991–92", "12", "11", "7", "Fran" ], [ "4", "1992–93", "10", "10", "6", "Joni/Prema" ], [ "5", "1993–94", "7", "5", "4", "Theodore" ], [ "6", "1994–95", "3", "2", "0", "William" ], [ "7", "1995–96", "6", "4", "1", "Beti" ], [ "8", "1996–97", "13", "12", "6", "Gavin" ], [ "9", "1997–98", "20", "16", "7", "Ron / Susan" ], [ "10", "1998–99", "27", "8", "4", "Dani" ], [ "11", "1999-00", "24", "6", "4", "Kim" ], [ "12", "Totals", "127", "77", "38", "Ron/Susan" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:I1,H1=16),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "Formula2": "LET(query1,LET(query1,FILTER(A2:I20,H2:H20=16),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "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 are the points 1 for the team with position less than 13 and goal difference of +16?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "I1", "H1", "=", "16", "SUMMARIZE(", "CHOOSECOLS(", "query1", "9", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "13" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:I1,I1=63),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,7)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<54)*(CHOOSECOLS(query1,3)>51)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:I20,I2:I20=63),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,7)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<54)*(CHOOSECOLS(query1,3)>51)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the goal difference where the goals against is less than 54, goals for is greater than 51 and points 1 is 63?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "I1", "I1", "=", "63", "SUMMARIZE(", "CHOOSECOLS(", "query1", "8", "SUMX(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "54", "*", "CHOOSECOLS(", "query1", "3", ">", "51" ] }, { "Formula": "SUM(FILTER(E1, (H1=13)*(D1>12)))", "Formula2": "SUM(FILTER(E2:E20, (H2:H20=13)*(D2:D20>12)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the number of games lost when goal difference is +13 and draws are more than 12?", "Tokens": [ "SUM(", "FILTER(", "E1", "H1", "=", "13", "*", "D1", ">", "12" ] } ]
train_2-17606104-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Position", "Team", "Played", "Drawn", "Lost", "Goals For", "Goals Against", "Goal Difference", "Points 1" ], [ "2", "1", "Fleetwood Town", "36", "7", "7", "85", "45", "+40", "73" ], [ "3", "2", "Stalybridge Celtic", "36", "6", "8", "72", "42", "+30", "72" ], [ "4", "3", "Leek Town", "36", "10", "6", "63", "38", "+25", "70" ], [ "5", "4", "Accrington Stanley", "36", "6", "9", "71", "39", "+32", "69" ], [ "6", "5", "Farsley Celtic", "36", "9", "9", "64", "48", "+16", "63" ], [ "7", "6", "Droylsden", "36", "10", "10", "63", "48", "+15", "58" ], [ "8", "7", "Eastwood Hanley", "36", "12", "10", "50", "37", "+13", "56" ], [ "9", "8", "Winsford United", "36", "6", "15", "59", "47", "+12", "51" ], [ "10", "9", "Congleton Town", "36", "16", "8", "43", "39", "+4", "51 2" ], [ "11", "10", "Harrogate Town", "36", "9", "14", "51", "50", "+1", "48" ], [ "12", "11", "Alfreton Town", "36", "8", "15", "53", "54", "−1", "47" ], [ "13", "12", "Radcliffe Borough", "36", "13", "12", "66", "62", "+4", "46" ], [ "14", "13", "Irlam Town", "36", "10", "14", "39", "45", "−6", "46" ], [ "15", "14", "Penrith", "36", "11", "14", "46", "51", "−5", "44" ], [ "16", "15", "Sutton Town", "36", "5", "20", "51", "96", "−45", "38" ], [ "17", "16", "Lancaster City", "36", "6", "20", "45", "72", "−27", "36" ], [ "18", "17", "Eastwood Town", "36", "10", "18", "45", "65", "−20", "34" ], [ "19", "18", "Curzon Ashton", "36", "4", "24", "43", "73", "−30", "28" ], [ "20", "19", "Netherfield", "36", "4", "28", "35", "93", "−58", "16" ] ]
[ { "Formula": "UNIQUE(HSTACK(C1,D1,A1))", "Formula2": "UNIQUE(HSTACK(C2:C16,D2:D16,A2:A16))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ], "Level": "easy", "Question": "the names and descriptions of all the sections", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "D1", "A1" ] }, { "Formula": "UNIQUE(HSTACK(C1,D1,A1))", "Formula2": "UNIQUE(HSTACK(C2:C16,D2:D16,A2:A16))", "Funcs": [ "UNIQUE(", "HSTACK(", "Cell", "Cell", "Cell" ], "Level": "easy", "Question": "the names and descriptions for all the sections", "Tokens": [ "UNIQUE(", "HSTACK(", "C1", "D1", "A1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"h\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"h\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The section description for h.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"h\"", "4" ] } ]
transcripts_tracking_sections
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "section id", "course id", "section name", "section description", "other details", "" ], [ "2", "1", "9", "a", "non", "", "" ], [ "3", "2", "2", "b", "voluptatem", "", "" ], [ "4", "3", "8", "c", "qui", "", "" ], [ "5", "4", "1", "d", "voluptas", "", "" ], [ "6", "5", "5", "e", "ex", "", "" ], [ "7", "6", "7", "f", "doloremque", "", "" ], [ "8", "7", "12", "g", "provident", "", "" ], [ "9", "8", "14", "h", "et", "", "" ], [ "10", "9", "8", "j", "quis", "", "" ], [ "11", "10", "14", "k", "nesciunt", "", "" ], [ "12", "11", "1", "l", "ad", "", "" ], [ "13", "12", "4", "o", "et", "", "" ], [ "14", "13", "5", "p", "facilis", "", "" ], [ "15", "14", "6", "u", "reprehenderit", "", "" ], [ "16", "15", "10", "y", "qui", "", "" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"taurus\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"taurus\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the longitude of Taurus?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"taurus\"", "1" ] } ]
train_2-14850099-16
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Longitude အင်္သာ", "Sign ရာသီ", "Sanskrit", "Latin", "Ruling planet ရာသီခွင်" ], [ "2", "0°", "Meittha မိဿ", "Meṣha मेष", "Aries", "Mars" ], [ "3", "30°", "Pyeittha ပြိဿ", "Vṛiṣabha वृषभ", "Taurus", "Venus" ], [ "4", "60°", "Mehton မေထုန်", "Mithuna मिथुन", "Gemini", "Mercury" ], [ "5", "90°", "Karakat ကရကဋ်", "Karkaṭa कर्कट", "Cancer", "Moon" ], [ "6", "120°", "Thein သိဟ်", "Siṃha सिंह", "Leo", "Sun" ], [ "7", "150°", "Kan ကန်", "Kanyā कन्या", "Virgo", "Mercury" ], [ "8", "180°", "Tu တူ", "Tulā तुला", "Libra", "Venus" ], [ "9", "210°", "Byeissa ဗြိစ္ဆာ", "Vṛścika वृश्चिक", "Scorpio", "Mars" ], [ "10", "240°", "Danu ဓနု", "Dhanuṣa धनुष", "Sagittarius", "Jupiter" ], [ "11", "270°", "Makara မကာရ", "Makara मकर", "Capricorn", "Saturn" ], [ "12", "300°", "Kon ကုံ", "Kumbha कुम्भ", "Aquarius", "Saturn" ], [ "13", "330°", "Mein မိန်", "Mīna मीन", "Pisces", "Jupiter" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"san diego\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E9,B2:B9=\"san diego\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the position of the player with a pick less than 3 from team san diego?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"san diego\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "3" ] } ]
train_2-18636608-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "1", "Kansas City (from Oakland)", "Buck Buchanan Category:Articles with hCards", "Defensive Tackle", "Grambling State" ], [ "3", "2", "San Diego", "Walt Sweeney Category:Articles with hCards", "Guard", "Syracuse" ], [ "4", "3", "New York", "Jerry Stovall Category:Articles with hCards", "—", "LSU" ], [ "5", "4", "Buffalo", "Dave Behrman Category:Articles with hCards", "—", "Michigan State" ], [ "6", "5", "Denver", "Kermit Alexander Category:Articles with hCards", "—", "UCLA" ], [ "7", "6", "Houston", "Danny Brabham Category:Articles with hCards", "—", "Arkansas" ], [ "8", "7", "Boston", "Art Graham Category:Articles with hCards", "—", "Boston College" ], [ "9", "8", "Kansas City", "Ed Budde Category:Articles with hCards", "Guard", "Michigan State" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"lakers\")*(C1=\"85–106\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(D2:D9=\"lakers\")*(C2:C9=\"85–106\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the visitor when the lakers were at home with a Score of 85–106?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"lakers\"", "*", "C1", "=", "\"85–106\"", "2" ] } ]
train_2-11965481-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Leading scorer", "Attendance", "Record" ], [ "2", "April 2", "Trail Blazers", "91–104", "Lakers", "Kobe Bryant (36)", "18,997", "51–24" ], [ "3", "April 4", "Mavericks", "108–112", "Lakers", "Lamar Odom (31)", "18,997", "52–24" ], [ "4", "April 6", "Lakers", "114–92", "Kings", "Kobe Bryant (29)", "17,317", "53–24" ], [ "5", "April 8", "Lakers", "103–112", "Trail Blazers", "Kobe Bryant (34)", "20,435", "53–25" ], [ "6", "April 10", "Lakers", "106–78", "Clippers", "Luke Walton (18)", "20,084", "54–25" ], [ "7", "April 11", "Hornets", "104–107", "Lakers", "Kobe Bryant (29)", "18,997", "55–25" ], [ "8", "April 13", "Spurs", "85–106", "Lakers", "Kobe Bryant (20)", "18,997", "56–25" ], [ "9", "April 15", "Kings", "101–124", "Lakers", "Pau Gasol (22)", "18,997", "57–25" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1998),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=1998),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "For the film with director listed as 1998, what was the gross in Singapore?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "1998", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"river films\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"river films\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the director for the film produced by River Films?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"river films\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1998),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=1998),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who was the producer for the film directed by 1998?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "1998", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1997),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=1997),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "For the film titled 1997, what was the gross in Singapore?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1997", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1997),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=1997),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who was the producer for the film directed by 1997?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "1997", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1991),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=1991),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "For the directed by 1991, what was the gross in Singapore?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "1991", "5" ] } ]
train_2-1601229-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Title", "Director", "Producer", "Production Cost", "Singapore Gross" ], [ "2", "1991", "1991", "1991", "1991", "1991" ], [ "3", "Medium Rare", "Arthur Smith", "Derrol Stepenny Productions", "$2,000,000", "$130,000" ], [ "4", "1995", "1995", "1995", "1995", "1995" ], [ "5", "Mee Pok Man", "Eric Khoo", "Zhao Wei Films", "$100,000", "$450,000" ], [ "6", "1996", "1996", "1996", "1996", "1996" ], [ "7", "Army Daze", "Ong Keng Sen", "Cathay Asia Films", "$700,000", "$1,600,000" ], [ "8", "Bugis Street", "Yon Fan", "Jaytex Productions", "$2,000,000", "$1,000,000" ], [ "9", "1997", "1997", "1997", "1997", "1997" ], [ "10", "A Road Less Travelled", "Lim Suat Yen", "Oak 3 Films", "$320,000", "$29,000" ], [ "11", "God or Dog", "Hugo Ng", "L S Entertainment", "$1,100,000", "$497,000" ], [ "12", "12 Storeys", "Eric Khoo", "Zhao Wei Films", "$280,000", "$650,000" ], [ "13", "1998", "1998", "1998", "1998", "1998" ], [ "14", "Forever Fever", "Glen Goei", "Tiger Tiger Productions / ChinaRunn", "$1,500,000", "$800,000" ], [ "15", "Money No Enough (钱不够用)", "Tay Teck Lock", "JSP Films", "$800,000", "$5,800,000" ], [ "16", "Tiger's Whip", "Victor Khoo", "River Films", "$1,000,000", "$60,000" ], [ "17", "The Teenage Textbook Movie", "Philip Lim", "Monster Films", "$500,000", "$680,000" ] ]
[ { "Formula": "SUMIFS(B1,C1,\"brandon rush\")", "Formula2": "SUMIFS(B2:B6,C2:C6,\"brandon rush\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "WHAT WAS THE PICK NUMBER FOR BRANDON RUSH?", "Tokens": [ "SUMIFS(", "B1", "C1", "\"brandon rush\"" ] }, { "Formula": "MAX(FILTER(A1, (C1=\"mike taylor\")*(B1>55)))", "Formula2": "MAX(FILTER(A2:A6, (C2:C6=\"mike taylor\")*(B2:B6>55)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "WHAT IS THE HIGHEST ROUND FOR MIKE TAYLOR, WITH PICK HIGHER THAN 55?", "Tokens": [ "MAX(", "FILTER(", "A1", "C1", "=", "\"mike taylor\"", "*", "B1", ">", "55" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"darrell arthur\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<33))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F6,C2:C6=\"darrell arthur\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<33))", "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 POSITION HAS A PICK SMALLER THAN 33, AND PLAYER BEING DARRELL ARTHUR?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"darrell arthur\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "33" ] } ]
test_2-17058178-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Player", "Position", "Nationality", "College" ], [ "2", "1", "13", "Brandon Rush", "Guard", "USA", "Kansas" ], [ "3", "1", "27", "Darrell Arthur", "Power Forward", "USA", "Kansas" ], [ "4", "2", "33", "Joey Dorsey", "Center", "USA", "Memphis" ], [ "5", "2", "36", "Ömer Aşık", "Center", "Turkey", "Fenerbahçe Ülker" ], [ "6", "2", "55", "Mike Taylor", "Guard", "USA", "Iowa State" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"a1 bm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"a1 bm\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the class of the a1 bm type?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"a1 bm\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"aw\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"aw\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the quantity of the aw class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"aw\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=1),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the class with 1 quantity?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "1", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"aw\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"aw\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the railway number of the aw class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"aw\"", "2" ] } ]
train_2-18934662-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Class", "Railway number(s)", "Quantity", "Year(s) of manufacture", "Type" ], [ "2", "BW", "1–5", "5", "1887–1900", "A1 bm" ], [ "3", "DW ( de )", "1–5", "5", "1895–1901", "A1 n2" ], [ "4", "DW ( de )", "6–17", "12", "1903–1909", "A1 h2" ], [ "5", "AW", "1", "(1)", "(1897)", "Bo′2′ g2t" ], [ "6", "DWss ( de )", "1", "1", "1907", "(1A)2′ h2" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"waterford\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"waterford\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the locomotive with a Waterford class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"waterford\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"blacklion glencar\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"blacklion glencar\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the locomotive named Blacklion Glencar?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"blacklion glencar\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"waterford\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"waterford\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the quantity made of the locomotive with a Waterford class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"waterford\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=1)*(B1=\"0-6-0t\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(D2:D10=1)*(B2:B10=\"0-6-0t\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the class of the locomotive with a quantity made of 1 and a 0-6-0t type?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1", "*", "B1", "=", "\"0-6-0t\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"0-4-0st\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"0-4-0st\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the class of the locomotive with a 0-4-0st type?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"0-4-0st\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"glencar\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"glencar\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the locomotive with a Glencar class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"glencar\"", "3" ] } ]
train_2-1290024-14
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Class", "Type", "Names", "Quantity made", "Manufacturer", "Date made" ], [ "2", "Pioneer", "0-6-2T", "Pioneer Sligo", "2", "Avonside Engine Co.", "1877" ], [ "3", "Leitrim", "0-6-4T", "Fermanagh Leitrim Lurganboy Lissadell Hazlewood", "5", "Beyer, Peacock & Co.", "1882–1899" ], [ "4", "Erne", "4-4-0T", "Erne", "1", "Hudswell Clarke", "1883" ], [ "5", "Faugh-a-Ballagh", "0-4-0ST", "Faugh-a-Ballagh", "1", "Hunslet Engine Co.", "1878" ], [ "6", "Waterford", "0-6-0T", "Waterford", "1", "Hunslet Engine Co.", "1893" ], [ "7", "Sir Henry", "0-6-4T", "Sir Henry Enniskillen Lough Gill", "3", "Beyer, Peacock & Co.", "1904–1917" ], [ "8", "Glencar", "4-4-0", "Blacklion Glencar", "(2)", "Beyer, Peacock & Co.", "1885–87" ], [ "9", "Sligo", "0-6-0", "Glencar ‘A’ Sligo Sligo", "(3)", "Beyer, Peacock & Co.", "1882–1890" ], [ "10", "Lough", "0-6-4T", "Lough Melvin Lough Erne", "2", "Beyer, Peacock & Co.", "1949" ] ]
[ { "Formula": "MINIFS(G1,A1,\"Patrick\")", "Formula2": "MINIFS(G2:G8,A2:A8,\"Patrick\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the least points for patrick", "Tokens": [ "MINIFS(", "G1", "A1", "\"Patrick\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Schulte\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Schulte\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the starter for schulte", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Schulte\"", "3" ] }, { "Formula": "SUMIFS(G1,B1,\"Right end\")", "Formula2": "SUMIFS(G2:G8,B2:B8,\"Right end\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the total number of points for the right end", "Tokens": [ "SUMIFS(", "G1", "B1", "\"Right end\"" ] }, { "Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"No\")*(D1=1)*(B1=\"Right halfback\"))))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A8, (C2:C8=\"No\")*(D2:D8=1)*(B2:B8=\"Right halfback\"))))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "medium", "Question": "Name the number of players when starter is no and touchdowns is 1 for right halfback", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "C1", "=", "\"No\"", "*", "D1", "=", "1", "*", "B1", "=", "\"Right halfback\"" ] } ]
test_1-14342592-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Position", "Starter", "Touchdowns", "Extra points", "Field goals", "Points" ], [ "2", "Heston", "Left halfback", "Yes", "6", "0", "0", "30" ], [ "3", "H. Hammond", "Fullback", "Yes", "5", "0", "0", "25" ], [ "4", "Tom Hammond", "Right tackle", "Yes", "0", "15", "0", "15" ], [ "5", "Patrick", "Left tackle", "No", "2", "0", "0", "10" ], [ "6", "Hal Weeks", "Right halfback", "No", "1", "0", "0", "5" ], [ "7", "Clark", "Right end", "No", "1", "0", "0", "5" ], [ "8", "Schulte", "Center", "Yes", "1", "0", "0", "5" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2-1\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"2-1\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the competition when the score is 2-1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2-1\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"10-0\")*(A1=\"1997-06-22\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"10-0\")*(A2:A9=\"1997-06-22\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the venue when the score is 10-0 on 1997-06-22?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"10-0\"", "*", "A1", "=", "\"1997-06-22\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1996 afc asian cup group stage\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"1996 afc asian cup group stage\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the venue when the competition is 1996 afc asian cup group stage?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1996 afc asian cup group stage\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1995-08-06\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"1995-08-06\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the competition when the date is 1995-08-06?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"1995-08-06\"", "5" ] } ]
train_2-1637082-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "1995-08-06", "Kyoto , Japan", "3-0", "Won", "Friendly" ], [ "3", "1995-10-24", "Tokyo , Japan", "2-1", "Won", "Friendly" ], [ "4", "1996-12-09", "Al Ain , United Arab Emirates", "4-0", "Won", "1996 AFC Asian Cup Group Stage" ], [ "5", "1997-03-25", "Muscat , Oman", "10-0", "Won", "1998 FIFA World Cup qualification" ], [ "6", "1997-06-22", "Tokyo , Japan", "10-0", "Won", "1998 FIFA World Cup qualification" ], [ "7", "1997-11-01", "Seoul , Korea Republic", "2-0", "Won", "1998 FIFA World Cup qualification" ], [ "8", "2000-10-14", "Sidon , Lebanon", "4-1", "Won", "2000 AFC Asian Cup Group Stage" ], [ "9", "2000-10-24", "Beirut , Lebanon", "4-1", "Won", "2000 AFC Asian Cup Quarterfinals" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"w. averell harriman\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"w. averell harriman\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was on the Socialist Labor ticket in the race against W. Averell Harriman?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"w. averell harriman\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"arthur levitt\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"arthur levitt\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the Republican candidate against the Democratic candidate Arthur Levitt?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"arthur levitt\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"comptroller\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"comptroller\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the Independent Socialist candidate for the office of comptroller?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"comptroller\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"edward goodell\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"edward goodell\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the Independent Socialist candidate who ran against the Liberal candidate Edward Goodell?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"edward goodell\"", "5" ] } ]
train_2-14792819-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Office", "Republican ticket", "Democratic ticket", "Liberal ticket", "Independent-Socialist ticket", "Socialist Labor ticket" ], [ "2", "Governor", "Nelson A. Rockefeller", "W. Averell Harriman", "W. Averell Harriman", "John T. McManus", "Eric Hass" ], [ "3", "Lieutenant Governor", "Malcolm Wilson", "George B. DeLuca", "George B. DeLuca", "Annette T. Rubinstein", "John Emanuel" ], [ "4", "Comptroller", "James A. Lundy", "Arthur Levitt", "Arthur Levitt", "Hugh Mulzac", "Milton Herder" ], [ "5", "Attorney General", "Louis J. Lefkowitz", "Peter J. Crotty", "Edward Goodell", "Scott K. Gray, Jr.", "(none)" ], [ "6", "Judge of the Court of Appeals", "Marvin R. Dye", "Marvin R. Dye", "Marvin R. Dye", "(none)", "(none)" ], [ "7", "U.S. Senator", "Kenneth B. Keating", "Frank S. Hogan", "Frank S. Hogan", "Corliss Lamont", "Stephen Emery" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, A1=2)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C10, A2:A10=2)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many people directed episode 2?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Stanley\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"Stanley\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date did \"stanley\" originally air?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Stanley\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Abbud Siddiqui\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"Abbud Siddiqui\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the title of the episode that featured Abbud Siddiqui?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"Abbud Siddiqui\"", "2" ] }, { "Formula": "SUMIFS(F1,D1,\"Matt Pelfrey\")", "Formula2": "SUMIFS(F2:F10,D2:D10,\"Matt Pelfrey\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many million U.S. viewers was written by Matt Pelfrey?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"Matt Pelfrey\"" ] } ]
train_1-29545336-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No.", "Title", "Directed by", "Written by", "Featured character(s)", "U.S. viewers (millions)", "Original air date" ], [ "2", "1", "\"Tony\"", "Scott Smith", "Bryan Elsley", "Tony Snyder", "3.26", "January17,2011" ], [ "3", "2", "\"Tea\"", "Scott Smith", "Bryan Elsley", "Tea Marvelli", "1.58", "January24,2011" ], [ "4", "3", "\"Chris\"", "Scott Smith", "Jack Thorne and Ryan O'Nan", "Chris Collins", "1.45", "January31,2011" ], [ "5", "4", "\"Cadie\"", "Samir Rehem", "Monica Padrick", "Cadie Campbell", "1.19", "February7,2011" ], [ "6", "5", "\"Stanley\"", "Samir Rehem", "Jamie Brittain and Mark Hammer", "Stanley Lucerne", "0.96", "February14,2011" ], [ "7", "6", "\"Abbud\"", "Scott Smith", "Matt Pelfrey", "Abbud Siddiqui", "0.97", "February21,2011" ], [ "8", "7", "\"Michelle\"", "Samir Rehem", "Maisha Closson", "Michelle Richardson", "1.17", "February28,2011" ], [ "9", "8", "\"Daisy\"", "Samir Rehem", "Jamie Brittain and Bryan Elsley", "Daisy Valero", "1.09", "March7,2011" ], [ "10", "9", "\"Tina\"", "Scott Smith", "Derek Harvie", "Tina Nolan", "1.11", "March14,2011" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Maryland 6\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Maryland 6\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What party was the winner in the district Maryland 6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Maryland 6\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Maryland 3\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Maryland 3\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who run for office in district Maryland 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Maryland 3\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Republican\")*(A1=\"Maryland 1\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"Republican\")*(A2:A8=\"Maryland 1\")),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List the candidates in district Maryland 1 where the republican party won.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Republican\"", "*", "A1", "=", "\"Maryland 1\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Maryland 2\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Maryland 2\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did the elections take place in district Maryland 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Maryland 2\"", "4" ] } ]
train_1-1341453-22
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results", "Candidates" ], [ "2", "Maryland 1", "Wayne Gilchrest", "Republican", "1990", "Re-elected", "Wayne Gilchrest (R) 69% Irving Pinder (D) 31%" ], [ "3", "Maryland 2", "Robert Ehrlich", "Republican", "1994", "Re-elected", "Robert Ehrlich (R) 69% Kenneth Bosley (D) 31%" ], [ "4", "Maryland 3", "Ben Cardin", "Democratic", "1986", "Re-elected", "Ben Cardin (D) 78% Colin Harby (R) 22%" ], [ "5", "Maryland 4", "Albert Wynn", "Democratic", "1992", "Re-elected", "Albert Wynn (D) 86% John Kimble (R) 14%" ], [ "6", "Maryland 5", "Steny Hoyer", "Democratic", "1981", "Re-elected", "Steny Hoyer (D) 66% Robert Ostrom (R) 34%" ], [ "7", "Maryland 6", "Roscoe Bartlett", "Republican", "1992", "Re-elected", "Roscoe Bartlett (R) 63% Timothy McCown (D) 37%" ], [ "8", "Maryland 7", "Elijah Cummings", "Democratic", "1996", "Re-elected", "Elijah Cummings (D) 86% Kenneth Kondner (R) 14%" ] ]
[ { "Formula": "MAXIFS(D1,B1,\"arnold palmer\")", "Formula2": "MAXIFS(D2:D12,B2:B12,\"arnold palmer\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How high did Arnold Palmer score in 1962?", "Tokens": [ "MAXIFS(", "D1", "B1", "\"arnold palmer\"" ] } ]
test_2-13279533-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Gary Player", "South Africa", "67", "–5" ], [ "3", "2", "Julius Boros", "United States", "69", "–3" ], [ "4", "T3", "Arnold Palmer", "United States", "70", "–2" ], [ "5", "T3", "Mike Souchak", "United States", "70", "–2" ], [ "6", "T3", "Dave Ragan", "United States", "70", "–2" ], [ "7", "T3", "Gardner Dickinson", "United States", "70", "–2" ], [ "8", "T7", "George Bayer", "United States", "71", "–1" ], [ "9", "T7", "Billy Maxwell", "United States", "71", "–1" ], [ "10", "T7", "Bob Rosburg", "United States", "71", "–1" ], [ "11", "T7", "Don January", "United States", "71", "–1" ], [ "12", "T7", "Gene Littler", "United States", "71", "–1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:43.79\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"1:43.79\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the athlete who had SEMI of 1:43.79?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1:43.79\"", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=4))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What were the final time for the swimmer on lane 4?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4" ] } ]
train_2-10854609-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "NAME ATHLETE", "FINAL", "LANE", "SEMI", "HEAT" ], [ "2", "Vebjørn Rodal ( NOR )", "1:42.58", "1", "1:43.96", "1:45.30" ], [ "3", "Hezekiél Sepeng ( RSA )", "1:42.74", "6", "1:45.16", "1:45.45" ], [ "4", "Fred Onyancha ( KEN )", "1:42.79", "7", "1:44.02", "1:46.07" ], [ "5", "Norberto Téllez ( CUB )", "1:42.85", "4", "1:43.79", "1:47.24" ], [ "6", "Nico Motchebon ( GER )", "1:43.91", "8", "1:45.40", "1:45.82" ], [ "7", "David Kiptoo ( KEN )", "1:44.19", "5", "1:43.90", "1:45.11" ], [ "8", "Johnny Gray ( USA )", "1:44.21", "2", "1:44.00", "1:45.87" ], [ "9", "Benyounes Lahlou ( MAR )", "1:45.52", "3", "1:43.99", "1:45.85" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"dev patel\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"dev patel\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which category was Dev Patel nominated for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"dev patel\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"eddie murphy\")*(E1=\"nominated\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"eddie murphy\")*(E2:E12=\"nominated\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which film was Eddie Murphy nominated for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"eddie murphy\"", "*", "E1", "=", "\"nominated\"", "3" ] } ]
train_2-1305286-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Category", "Film", "Winner/Nominee(s)", "Result" ], [ "2", "2010", "Worst Actor", "Imagine That", "Eddie Murphy", "Nominated" ], [ "3", "2010", "Worst Actor of the Decade", "Imagine That", "Eddie Murphy", "Won" ], [ "4", "2011", "Worst Picture", "The Last Airbender", "N/A", "Won" ], [ "5", "2011", "Worst Supporting Actor", "The Last Airbender", "Jackson Rathbone", "Won" ], [ "6", "2011", "Worst Supporting Actor", "The Last Airbender", "Dev Patel", "Nominated" ], [ "7", "2011", "Worst Supporting Actress", "The Last Airbender", "Nicola Peltz", "Nominated" ], [ "8", "2011", "Worst Screen Ensemble", "The Last Airbender", "The entire cast", "Nominated" ], [ "9", "2011", "Worst Prequel, Remake, Rip-off or Sequel", "The Last Airbender", "N/A", "Nominated" ], [ "10", "2011", "Worst Director", "The Last Airbender", "M. Night Shyamalan", "Won" ], [ "11", "2011", "Worst Screenplay", "The Last Airbender", "M. Night Shyamalan", "Won" ], [ "12", "2011", "Worst Eye-Gouging Misuse of 3-D", "The Last Airbender", "N/A", "Won" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"siaosi atiola\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,A2:A11=\"siaosi atiola\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many pens does Siaosi Atiola have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"siaosi atiola\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=0)*(A1=\"sione mafi pahulu\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,(D2:D11=0)*(A2:A11=\"sione mafi pahulu\")),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What pens have a draw of 0 when the player is sione mafi pahulu?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "0", "*", "A1", "=", "\"sione mafi pahulu\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=0)*(B1=\"2006-\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,(F2:F11=0)*(B2:B11=\"2006-\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the lost for span 2006- when conv is 0?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "0", "*", "B1", "=", "\"2006-\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=0)*(G1=0)*(B1=\"1995\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,(H2:H11=0)*(G2:G11=0)*(B2:B11=\"1995\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the draw with drop and pens 0 in 1995?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "0", "*", "G1", "=", "0", "*", "B1", "=", "\"1995\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"fakahau valu\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,A2:A11=\"fakahau valu\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many tries does Fakahau Valu have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"fakahau valu\"", "5" ] } ]
test_2-1074629-10
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Player", "Span", "Lost", "Draw", "Tries", "Conv", "Pens", "Drop" ], [ "2", "Nili Latu", "2006-", "14", "0", "3", "0", "1", "0" ], [ "3", "Inoke Afeaki", "2001-2003", "8", "0", "3", "0", "0", "0" ], [ "4", "Fakahau Valu", "1977-1987", "11", "0", "3", "0", "0", "0" ], [ "5", "Aleki Lutui", "2004-2011", "8", "0", "1", "0", "0", "0" ], [ "6", "Elisi Vunipola", "1999-2001", "5", "0", "3", "0", "0", "0" ], [ "7", "Sione Mafi Pahulu", "1973-1975", "6", "0", "3", "0", "1", "0" ], [ "8", "Siaosi Atiola", "1987-1990", "4", "1", "1", "0", "0", "0" ], [ "9", "Mana Otai", "1995", "2", "0", "1", "0", "0", "0" ], [ "10", "Fe'ao Vunipola", "1994-1998", "3", "0", "0", "0", "0", "0" ], [ "11", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches", "5 players on 4 matches" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Nick Saviano Florin Segărceanu 6–3, 6–4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Nick Saviano Florin Segărceanu 6–3, 6–4\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "which tournament was the champion nick saviano florin segărceanu 6–3, 6–4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Nick Saviano Florin Segărceanu 6–3, 6–4\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Paul Annacone Eric Korita\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Paul Annacone Eric Korita\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which tournament was runner-up paul annacone eric korita?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Paul Annacone Eric Korita\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Sammy Giammalva\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Sammy Giammalva\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the semifinalists when sammy giammalva was runner-up?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Sammy Giammalva\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Pat Cash 4–6, 6–4, 6–3\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Pat Cash 4–6, 6–4, 6–3\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "which tournament was the champion pat cash 4–6, 6–4, 6–3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Pat Cash 4–6, 6–4, 6–3\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"24 October\")*(C1=\"Matt Doyle 1–6, 6–1, 6–2\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"24 October\")*(C2:C6=\"Matt Doyle 1–6, 6–1, 6–2\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which tournament was on the week of 24 october and champion is matt doyle 1–6, 6–1, 6–2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"24 October\"", "*", "C1", "=", "\"Matt Doyle 1–6, 6–1, 6–2\"", "2" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, (B1=\"Cologne , Germany Carpet – $75,000 – S32/D16\")*(C1=\"Matt Doyle 1–6, 6–1, 6–2\"))))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D6, (B2:B6=\"Cologne , Germany Carpet – $75,000 – S32/D2:D66\")*(C2:C6=\"Matt Doyle 1–6, 6–1, 6–2\"))))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many runner ups were there for the cologne , germany carpet – $75,000 – s32/d16 when the champion was matt doyle 1–6, 6–1, 6–2?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Cologne , Germany Carpet – $75,000 – S32/D16\"", "*", "C1", "=", "\"Matt Doyle 1–6, 6–1, 6–2\"" ] } ]
train_1-29296103-10
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week of", "Tournament", "Champion", "Runner-up", "Semifinalists", "Quarterfinalists" ], [ "2", "3 October", "Brisbane , Australia Carpet – $100,000 – S32/D16", "Pat Cash 4–6, 6–4, 6–3", "Paul McNamee", "Brad Gilbert John Fitzgerald", "Simon Youl John Alexander Mike Leach Matt Mitchell" ], [ "3", "3 October", "Brisbane , Australia Carpet – $100,000 – S32/D16", "Paul McNamee Pat Cash 7–6, 7–6", "Mark Edmondson Kim Warwick", "Brad Gilbert John Fitzgerald", "Simon Youl John Alexander Mike Leach Matt Mitchell" ], [ "4", "24 October", "Cologne , Germany Carpet – $75,000 – S32/D16", "Matt Doyle 1–6, 6–1, 6–2", "Hans-Dieter Beutel", "Pavel Složil Bernard Mitton", "Eric Jelen Nick Saviano Marko Ostoja Sandy Mayer" ], [ "5", "24 October", "Cologne , Germany Carpet – $75,000 – S32/D16", "Nick Saviano Florin Segărceanu 6–3, 6–4", "Paul Annacone Eric Korita", "Pavel Složil Bernard Mitton", "Eric Jelen Nick Saviano Marko Ostoja Sandy Mayer" ], [ "6", "31 October", "Hong Kong Hard – $100,000 – S32/D16", "Wally Masur 6–2, 7–5", "Sammy Giammalva", "Mark Edmondson Brad Gilbert", "David Pate Nduka Odizor Marty Davis Rod Frawley" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"billabong pro\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"billabong pro\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Date, when Event is Billabong Pro?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"billabong pro\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"december 8-december 20\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"december 8-december 20\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Location, when Date is December 8-December 20?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"december 8-december 20\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"mancora peru classic\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"mancora peru classic\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Runner-up, when Event is Mancora Peru Classic?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"mancora peru classic\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"august 20-august 27\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"august 20-august 27\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Event, when Date is August 20-August 27?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"august 20-august 27\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"sofía mulánovich ( per )\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"sofía mulánovich ( per )\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Date when Runner-up is Sofía Mulánovich ( per )?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"sofía mulánovich ( per )\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"rip curl women's pro\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"rip curl women's pro\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Country, when Event is Rip Curl Women's Pro?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"rip curl women's pro\"", "3" ] } ]
train_2-16135219-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Location", "Country", "Event", "Winner", "Runner-up" ], [ "2", "February 27-March 11", "Gold Coast", "Australia", "Roxy Pro Gold Coast", "Chelsea Hedges ( AUS )", "Carissa Moore * ( HAW )" ], [ "3", "April 3-April 8", "Bells Beach", "Australia", "Rip Curl Women's Pro", "Stephanie Gilmore ( AUS )", "Sofía Mulánovich ( PER )" ], [ "4", "August 20-August 27", "Itacaré", "Brazil", "Billabong Girls Pro", "Samantha Cornish ( AUS )", "Silvana Lima ( BRA )" ], [ "5", "September 4-September 9", "Santander", "Spain", "Rip Curl Girls Festival", "Sofía Mulánovich ( PER )", "Silvana Lima ( BRA )" ], [ "6", "October 9-October 14", "Manly Beach", "Australia", "NAB Beachley Classic", "Stephanie Gilmore ( AUS )", "Silvana Lima ( BRA )" ], [ "7", "October 30-November 4", "Máncora", "Peru", "Mancora Peru Classic", "Stephanie Gilmore ( AUS )", "Layne Beachley ( AUS )" ], [ "8", "November 23-December 6", "Sunset Beach , Hawaii", "United States", "Roxy Pro", "Sofía Mulánovich ( PER )", "Amee Donohoe ( AUS )" ], [ "9", "December 8-December 20", "Honolua Bay Hawaii", "United States", "Billabong Pro", "Stephanie Gilmore ( AUS )", "Jessi Miley-Dyer ( AUS )" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Re-elected\")*(B1=\"Richard Kelly\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(E2:E11=\"Re-elected\")*(B2:B11=\"Richard Kelly\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the district where the result is re-elected and the incumbent is richard kelly?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Re-elected\"", "*", "B1", "=", "\"Richard Kelly\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Charles Edward Bennett (D) Unopposed\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Charles Edward Bennett (D) Unopposed\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the district where the candidates are charles edward bennett (d) unopposed?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Charles Edward Bennett (D) Unopposed\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Sam M. Gibbons\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"Sam M. Gibbons\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who are the candidates where the incumbent is sam m. gibbons?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Sam M. Gibbons\"", "6" ] }, { "Formula": "ROWS(UNIQUE(FILTER(B1, F1=\"Dan Mica (D) 55.3% Bill James (R) 44.7%\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B11, F2:F11=\"Dan Mica (D) 55.3% Bill James (R) 44.7%\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "how many times was the candidates dan mica (d) 55.3% bill james (r) 44.7%?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "F1", "=", "\"Dan Mica (D) 55.3% Bill James (R) 44.7%\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Sam M. Gibbons (D) Unopposed\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Sam M. Gibbons (D) Unopposed\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what was the result where the candidates are sam m. gibbons (d) unopposed?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Sam M. Gibbons (D) Unopposed\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 9\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"Florida 9\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who is the incumbent where the district is florida 9?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Florida 9\"", "2" ] } ]
test_1-1341663-10
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Florida 2", "Don Fuqua", "Democratic", "1962", "Re-elected", "Don Fuqua (D) 81.7% Pete Brathwaite (R) 18.3%" ], [ "3", "Florida 3", "Charles Edward Bennett", "Democratic", "1948", "Re-elected", "Charles Edward Bennett (D) Unopposed" ], [ "4", "Florida 5", "Richard Kelly", "Republican", "1974", "Re-elected", "Richard Kelly (R) 51.1% David Ryan Best (D) 48.9%" ], [ "5", "Florida 6", "Bill Young", "Republican", "1970", "Re-elected", "Bill Young (R) 78.8% Jim Christison (D) 21.2%" ], [ "6", "Florida 7", "Sam M. Gibbons", "Democratic", "1962", "Re-elected", "Sam M. Gibbons (D) Unopposed" ], [ "7", "Florida 8", "Andy Ireland", "Democratic", "1976", "Re-elected", "Andy Ireland (D) Unopposed" ], [ "8", "Florida 9", "Louis Frey, Jr.", "Republican", "1968", "Retired to run for Governor Democratic gain", "Bill Nelson (D) 61.5% Edward J. Gurney (R) 38.5%" ], [ "9", "Florida 10", "Louis A. Bafalis", "Republican", "1972", "Re-elected", "Louis A. Bafalis (R) Unopposed" ], [ "10", "Florida 11", "Paul Rogers", "Democratic", "1954", "Retired Democratic hold", "Dan Mica (D) 55.3% Bill James (R) 44.7%" ], [ "11", "Florida 13", "William Lehman", "Democratic", "1972", "Re-elected", "William Lehman (D) Unopposed" ] ]
[ { "Formula": "FILTER(G1,C1=\"Ken Girotti\")", "Formula2": "FILTER(G2:G13,C2:C13=\"Ken Girotti\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the US air date when the director is ken girotti?", "Tokens": [ "FILTER(", "G1", "C1", "=", "\"Ken Girotti\"" ] }, { "Formula": "FILTER(F1,G1=\"24 August 2012\")", "Formula2": "FILTER(F2:F13,G2:G13=\"24 August 2012\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the canadian air date when the US air date is 24 august 2012?", "Tokens": [ "FILTER(", "F1", "G1", "=", "\"24 August 2012\"" ] }, { "Formula": "MIN(FILTER(A1,G1=\"20 July 2012\"))", "Formula2": "MIN(FILTER(A2:A13,G2:G13=\"20 July 2012\"))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the series # when the US air date is 20 July 2012?", "Tokens": [ "MIN(", "FILTER(", "A1", "G1", "=", "\"20 July 2012\"" ] } ]
dev_1-30012404-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series #", "Title", "Directed by", "Written by", "France air date", "Canadian air date", "US air date" ], [ "2", "1", "\"Pilot\" \"Pilote\"", "John Stead & Duane Clark", "Gil Grant", "18April2011", "19 April 2011", "29 June 2012" ], [ "3", "2", "\"Green Falls\" \"Green Falls\"", "Philippe Haïm", "Philippe Lyon", "18April2011", "26 April 2011", "6 July 2012" ], [ "4", "3", "\"Lockdown\" \"Sans issue\"", "Duane Clark", "Charles Heit", "25April2011", "3 May 2011", "13 July 2012" ], [ "5", "4", "\"The Irish Version\" \"La Version irlandaise\"", "Xavier Palud", "Denis McGrath", "25April2011", "10 May 2011", "20 July 2012" ], [ "6", "5", "\"Training Camp\" \"Bienvenue à Bitterroot\"", "Duane Clark", "Pamela Davis", "2May2011", "17 May 2011", "27 July 2012" ], [ "7", "6", "\"Costa Verde\" \"Opération Costa Verde\"", "Michael Robison", "Peter Mohan", "2May2011", "25 May 2011", "17 August 2012" ], [ "8", "7", "\"Undertow\" \"Plongée en eaux troubles\"", "Paul Shapiro", "Andrea Stevens", "9May2011", "1 June 2011", "24 August 2012" ], [ "9", "8", "\"Hunting Party\" \"Une partie de chasse\"", "Alain Tasma", "Grant Rosenberg", "9May2011", "8 June 2011", "31 August 2012" ], [ "10", "9", "\"The Bank Job\" \"Braquage à la russe\"", "Lee Rose", "Denis McGrath", "16May2011", "15 June 2011", "7 September 2012" ], [ "11", "10", "\"The Train\" \"L'enlèvement\"", "Steve DiMarco", "Charles Heit", "16May2011", "22 June 2011", "14 September 2012" ], [ "12", "11", "\"The Bunker\" \"Le Bunker\"", "Ken Girotti", "Peter Mohan", "23May2011", "30 June 2011", "21 September 2012" ], [ "13", "12", "\"The Key\" \"La Clé\"", "Alain Tasma", "Grant Rosenberg", "23May2011", "5 July 2011", "28 September 2012" ] ]
[ { "Formula": "FILTER(E1,(D1=\"60%\")*(A1=\"suffolk\"))", "Formula2": "FILTER(E2:E12,(D2:D12=\"60%\")*(A2:A12=\"suffolk\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Tom Ridge* has a Pat Toomey of 60%, and a Poll source of suffolk?", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"60%\"", "*", "A1", "=", "\"suffolk\"" ] }, { "Formula": "FILTER(A1,(F1=\"9%\")*(B1=\"may 12, 2010\"))", "Formula2": "FILTER(A2:A12,(F2:F12=\"9%\")*(B2:B12=\"may 12, 2010\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Poll source has a Peg Luksik of 9%, and Dates administered of may 12, 2010?", "Tokens": [ "FILTER(", "A1", "F1", "=", "\"9%\"", "*", "B1", "=", "\"may 12, 2010\"" ] }, { "Formula": "FILTER(A1,D1=\"23%\")", "Formula2": "FILTER(A2:A12,D2:D12=\"23%\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Poll source has Pat Toomey of 23%?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"23%\"" ] } ]
dev_2-16948973-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Poll source", "Dates administered", "Arlen Specter*", "Pat Toomey", "Tom Ridge*", "Peg Luksik" ], [ "2", "Suffolk", "May 13, 2010", "––", "60%", "––", "9%" ], [ "3", "Quinnipiac", "May 12, 2010", "––", "60%", "––", "9%" ], [ "4", "Quinnipiac", "July 19, 2009", "––", "47%", "––", "6%" ], [ "5", "Quinnipiac", "May 28, 2009", "––", "38%", "––", "3%" ], [ "6", "Research 2000", "May 7, 2009", "––", "41%", "33%", "––" ], [ "7", "Public Opinion", "May 5, 2009", "––", "23%", "60%", "––" ], [ "8", "POS", "May 3, 2009", "––", "22%", "62%", "2%" ], [ "9", "Rasmussen", "April 21, 2009", "30%", "51%", "––", "––" ], [ "10", "Qunnipiac", "March 19, 2009", "27%", "41%", "––", "––" ], [ "11", "Franklin/Marshall", "March 17, 2009", "33%", "18%", "––", "2%" ], [ "12", "Research 2000", "December 8, 2008", "43%", "28%", "––", "––" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"wanneroo park\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"wanneroo park\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date is the circuit at wanneroo park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"wanneroo park\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"calder\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"calder\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What team has a title of calder?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"calder\"", "6" ] } ]
train_2-11942973-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Title", "Circuit", "City / State", "Date", "Winner", "Team" ], [ "2", "Launceston", "Symmons Plains Raceway", "Launceston , Tasmania", "1 Mar", "Dick Johnson", "Dick Johnson Racing" ], [ "3", "Calder", "Calder Park Raceway", "Melbourne , Victoria", "15 Mar", "Peter Brock", "Holden Dealer Team" ], [ "4", "Oran Park", "Oran Park Raceway", "Sydney , New South Wales", "22 Mar", "Dick Johnson", "Dick Johnson Racing" ], [ "5", "Sandown", "Sandown Raceway", "Melbourne, Victoria", "12 Apr", "Dick Johnson", "Dick Johnson Racing" ], [ "6", "Perth", "Wanneroo Park", "Perth , Western Australia", "26 Apr", "Peter Brock", "Holden Dealer Team" ], [ "7", "Adelaide", "Adelaide International Raceway", "Adelaide , South Australia", "3 May", "Peter Brock", "Holden Dealer Team" ], [ "8", "Surfers Paradise", "Surfers Paradise Raceway", "Surfers Paradise , Queensland", "17 May", "Dick Johnson", "Dick Johnson Racing" ], [ "9", "Lakeside", "Lakeside International Raceway", "Brisbane , Queensland", "21 Jun", "Dick Johnson", "Dick Johnson Racing" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Chris McNamara\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Chris McNamara\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the school for chris mcnamara?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Chris McNamara\"", "8" ] }, { "Formula": "ROWS(UNIQUE(FILTER(G1, A1=\"Faisal Aden\")))", "Formula2": "ROWS(UNIQUE(FILTER(G2:G16, A2:A16=\"Faisal Aden\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "how many hometowns for faisal aden?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "G1", "A1", "=", "\"Faisal Aden\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Chris McNamara\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Chris McNamara\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what year is chris mcnamara?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Chris McNamara\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"Columbia River HS\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,H2:H16=\"Columbia River HS\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the height of columbia river hs?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"Columbia River HS\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Mike Ladd\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Mike Ladd\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the hometown for mike ladd?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"Mike Ladd\"", "7" ] } ]
train_1-29598261-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "Number", "Position", "Height", "Weight", "Year", "Hometown", "Last School/College" ], [ "2", "Marcus Capers", "0", "Guard", "6–4", "185", "Junior", "Winter Haven, FL", "Montverde Acad." ], [ "3", "Klay Thompson", "1", "Guard", "6–6", "202", "Junior", "Ladera Ranch, CA", "Santa Margarita Catholic HS" ], [ "4", "Mike Ladd", "2", "Guard", "6–5", "190", "Junior", "Seattle, WA", "Fresno State" ], [ "5", "Reggie Moore", "3", "Guard", "6–1", "180", "Sophomore", "Seattle, WA", "Brewster Acad." ], [ "6", "Will DiIorio", "5", "Guard", "6–5", "188", "Freshman", "Bainbridge Island, WA", "Bainbridge HS" ], [ "7", "Faisal Aden", "11", "Guard", "6–4", "185", "Junior", "San Diego, CA", "Hillsborough CC" ], [ "8", "Brock Motum", "12", "Forward", "6–10", "230", "Sophomore", "Brisbane, AUS", "Australian Institute of Sport" ], [ "9", "Steven Bjornstad", "13", "Center", "6–11", "240", "Sophomore", "Vancouver, WA", "Columbia River HS" ], [ "10", "Chris McNamara", "15", "Center", "6–10", "277", "Junior", "Leeds, ENG", "Bellevue CC" ], [ "11", "Ben Loewen", "22", "Guard", "6–0", "172", "RS Junior", "Spokane, WA", "Whitworth" ], [ "12", "DeAngelo Casto", "23", "Forward", "6–8", "255", "Junior", "Spokane, WA", "Joel E. Ferris HS" ], [ "13", "Dexter Kernich-Drew", "24", "Guard", "6–6", "180", "Freshman", "Melbourne, AUS", "Caulfield Grammar" ], [ "14", "Andre Winston", "25", "Guard", "6–1", "166", "Freshman", "Lakewood, WA", "Lakes HS" ], [ "15", "Abe Lodwick", "31", "Guard/Forward", "6–7", "208", "RS Junior", "Bend, OR", "Mountain View HS" ], [ "16", "Charlie Enquist", "40", "Forward", "6–10", "235", "RS Junior", "Edmonds, WA", "King's HS" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"carlton\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>12000))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,A2:A7=\"carlton\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>12000))", "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": "Where is the home venue of carlton that had a crowd bigger than 12,000?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "A1", "=", "\"carlton\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "12000" ] } ]
train_2-10809444-16
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Carlton", "7.12 (54)", "Essendon", "13.16 (94)", "Princes Park", "38,000", "2 August 1947" ], [ "3", "Richmond", "13.18 (96)", "Hawthorn", "8.7 (55)", "Punt Road Oval", "12,000", "2 August 1947" ], [ "4", "St Kilda", "9.9 (63)", "Fitzroy", "10.17 (77)", "Junction Oval", "8,000", "2 August 1947" ], [ "5", "Geelong", "13.19 (97)", "South Melbourne", "7.19 (61)", "Kardinia Park", "15,500", "9 August 1947" ], [ "6", "Collingwood", "7.14 (56)", "Melbourne", "7.19 (61)", "Victoria Park", "25,000", "9 August 1947" ], [ "7", "North Melbourne", "10.12 (72)", "Footscray", "11.10 (76)", "Arden Street Oval", "12,000", "9 August 1947" ] ]
[ { "Formula": "SUM(FILTER(F1, E1=89))", "Formula2": "SUM(FILTER(F2:F14, E2:E14=89))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the gdp per capita in 2008 for the region that had a combined gross enrollment ration of 89.0?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "89" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=77.9))", "Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(C2:C14)),FILTER(query1,CHOOSECOLS(query1,2)=77.9))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which region had a life expectancy at birth of 77.9 from 2001-2002?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "77.9" ] }, { "Formula": "SUM(FILTER(F1, E1=86.6))", "Formula2": "SUM(FILTER(F2:F14, E2:E14=86.6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the gdp per capita in 2008 for the region with a combined gross enrollment ratio of 86.6 in 2009?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "86.6" ] }, { "Formula": "SUM(FILTER(E1, B1=0.896))", "Formula2": "SUM(FILTER(E2:E14, B2:B14=0.896))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many regions had an hdi of 0.896?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "0.896" ] }, { "Formula": "SUM(FILTER(B1, C1=75.9))", "Formula2": "SUM(FILTER(B2:B14, C2:C14=75.9))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many regions had a life expectancy at birth in 2001-2002 of 75.9?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "75.9" ] } ]
test_1-25042332-33
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Region", "HDI", "Life expectancy at birth (2001-2002)", "Adult literacy rate (2009)", "Combined gross enrollment ratio (2009)", "GDP (PPP) per capita (2008)" ], [ "2", "Arica and Parinacota + Tarapacá", "0.913", "77.1", "98.1", "94.0", "19885" ], [ "3", "Antofagasta", "0.935", "75.3", "98.4", "90.3", "48783" ], [ "4", "Atacama", "0.896", "77.5", "97.7", "82.1", "19130" ], [ "5", "Coquimbo", "0.867", "78.4", "96.2", "86.6", "10170" ], [ "6", "Valparaíso", "0.876", "77.2", "97.6", "91.6", "11687" ], [ "7", "Santiago", "0.898", "77.9", "98.2", "90.5", "16379" ], [ "8", "O'Higgins", "0.852", "76.7", "94.0", "76.2", "12170" ], [ "9", "Maule", "0.831", "76.2", "92.3", "83.7", "8012" ], [ "10", "Biobío", "0.853", "76.2", "94.8", "89.0", "9342" ], [ "11", "Araucanía", "0.810", "76.2", "93.1", "80.4", "5457" ], [ "12", "Los Ríos + Los Lagos", "0.833", "75.9", "94.8", "83.0", "7730" ], [ "13", "Aisén", "0.851", "76.9", "95.6", "73.7", "10468" ], [ "14", "Magallanes", "0.873", "75.7", "97.9", "86.5", "13109" ] ]
[ { "Formula": "AVERAGE(FILTER(C1, (A1=\"jack froggatt\")*(D1>0)))", "Formula2": "AVERAGE(FILTER(C2:C8, (A2:A8=\"jack froggatt\")*(D2:D8>0)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the Average Qualifying Goals for Jack Froggatt where the Final Goals is greater than 0?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "A1", "=", "\"jack froggatt\"", "*", "D1", ">", "0" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<3)))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(E2:E8),SUMX(C2:C8)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)<3)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Player has a Total Goals greater than 1 and Qualifying Goals smaller than 3?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1", "*", "CHOOSECOLS(", "query1", "3", "<", "3" ] }, { "Formula": "SUM(FILTER(E1, (A1=\"stan mortensen\")*(C1>3)))", "Formula2": "SUM(FILTER(E2:E8, (A2:A8=\"stan mortensen\")*(C2:C8>3)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total number of Total Goals scored by Stan Mortensen where the Qualifying Goals is greater than 3?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "\"stan mortensen\"", "*", "C1", ">", "3" ] }, { "Formula": "AVERAGE(FILTER(D1, E1<1))", "Formula2": "AVERAGE(FILTER(D2:D8, E2:E8<1))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the Average Finals Goals if the Total Goals is less than 1?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "E1", "<", "1" ] } ]
train_2-17739104-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Club", "Qualifying Goals", "Finals Goals", "Total Goals" ], [ "2", "Stan Mortensen", "Blackpool", "3", "1", "4" ], [ "3", "Jack Rowley", "Manchester United", "4", "0", "4" ], [ "4", "Jackie Milburn", "Newcastle United", "3", "0", "3" ], [ "5", "Stan Pearson", "Manchester United", "2", "0", "2" ], [ "6", "Wilf Mannion", "Middlesbrough", "0", "1", "1" ], [ "7", "Roy Bentley", "Chelsea", "1", "0", "1" ], [ "8", "Jack Froggatt", "Portsmouth", "1", "0", "1" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"May 1999\")", "Formula2": "SUMIFS(A2:A8,B2:B8,\"May 1999\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the model number introduced May 1999?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"May 1999\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"December 2002\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,B2:B8=\"December 2002\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the print resolution (FPI) for December 2002?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"December 2002\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"November 2001\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,C2:C8=\"November 2001\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the maximum memory for the model discontinued in November 2001?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"November 2001\"", "8" ] } ]
train_1-10528691-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Model", "Introduction", "Discontinued", "CPU Speed", "Print resolution (DPI) Resolution is given in dots per inch (DPI)", "Print speed (PPM)", "Standard memory", "Maximum memory" ], [ "2", "4000", "November 1997", "May 1999", "100MHz", "1200", "17", "4 MB", "100 MB" ], [ "3", "4050", "May 1999", "November 2001", "133MHz", "1200", "17", "8 MB", "192 MB" ], [ "4", "4100", "March 2001", "February 2003", "250MHz", "1200", "25", "16 MB", "256 MB" ], [ "5", "4200", "November 2002", "June/November 2005 1", "300MHz", "1200", "35", "48 MB", "416 MB" ], [ "6", "4240", "? - Please add details on this model", "? - Discontinued", "? - 460MHz", "? - 1200", "? - 40", "? - 48 MB", "? - 512 MB" ], [ "7", "4250", "November 2002", "June/November 2005 1", "460MHz", "1200", "43", "48 MB", "512 MB" ], [ "8", "4300", "December 2002", "June 2005", "350MHz", "1200", "45", "64 MB", "416 MB" ] ]
[ { "Formula": "FILTER(A1,C1=\"88.7 fm\")", "Formula2": "FILTER(A2:A8,C2:C8=\"88.7 fm\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the City of license with a 88.7 fm frequency", "Tokens": [ "FILTER(", "A1", "C1", "=", "\"88.7 fm\"" ] }, { "Formula": "FILTER(D1,C1=\"88.5 fm\")", "Formula2": "FILTER(D2:D8,C2:C8=\"88.5 fm\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the Power with 88.5 fm Frequency", "Tokens": [ "FILTER(", "D1", "C1", "=", "\"88.5 fm\"" ] }, { "Formula": "FILTER(A1,D1=\"1,400 watts\")", "Formula2": "FILTER(A2:A8,D2:D8=\"1,400 watts\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the City of license that has a 1,400 watts Power", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"1,400 watts\"" ] }, { "Formula": "FILTER(B1,C1=\"94.9 fm\")", "Formula2": "FILTER(B2:B8,C2:C8=\"94.9 fm\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the Identifier with 94.9 fm Frequency", "Tokens": [ "FILTER(", "B1", "C1", "=", "\"94.9 fm\"" ] }, { "Formula": "FILTER(C1,A1=\"fairview\")", "Formula2": "FILTER(C2:C8,A2:A8=\"fairview\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the Frequency that has a fairview City of license", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"fairview\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1,400 watts\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"1,400 watts\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the City of license that has a 1,400 watts Power", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"1,400 watts\"", "1" ] } ]
dev_2-16296982-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "City of license", "Identifier", "Frequency", "Power", "Class", "RECNet" ], [ "2", "Fairview", "CKYL-FM-3", "88.5 FM", "820 s watt", "A", "Query" ], [ "3", "High Prairie", "CKYL-FM-2", "92.1 FM", "1,500 watts", "A", "Query" ], [ "4", "La Crete", "CKLA-FM", "92.1 FM", "27 watts", "LP", "Query" ], [ "5", "Peace River", "CKYL-FM-1", "94.9 FM", "2,800 watts", "A", "Query" ], [ "6", "Rainbow Lake", "CJRA-FM", "93.1 FM", "49 watts", "LP", "Query" ], [ "7", "Saddle Hills", "CKYL-FM-5", "88.9 FM", "2,500 watts", "B1", "Query" ], [ "8", "Valleyview", "CKYL-FM-4", "88.7 FM", "1,400 watts", "A", "Query" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"adam grupper\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"adam grupper\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which role had a closing broadway cast of Adam Grupper?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"adam grupper\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"kevin chamberlin\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"kevin chamberlin\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the original US Tour cast when the original broadway was Kevin Chamberlin?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"kevin chamberlin\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"kevin chamberlin\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"kevin chamberlin\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the original nonequity tour when the original broadway was Kevin Chamberlin?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"kevin chamberlin\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"adam riegler\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"adam riegler\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the role when the original broadway was Adam Riegler?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"adam riegler\"", "1" ] } ]
train_2-18169845-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Role", "Original Broadway cast", "Closing Broadway cast", "Original US Tour cast", "Original NonEquity Tour cast", "Original São Paulo cast", "Original Lima cast" ], [ "2", "Gomez Addams", "Nathan Lane", "Roger Rees", "Douglas Sills", "Jesse Sharp", "Daniel Boaventura", "Diego Bertie" ], [ "3", "Morticia Addams", "Bebe Neuwirth", "Brooke Shields", "Sara Gettelfinger", "Keleen Snowgren", "Marisa Orth", "Fiorella Rodriguez" ], [ "4", "Uncle Fester", "Kevin Chamberlin", "Brad Oscar", "Blake Hammond", "Shaun Rice", "Claudio Galvan", "Nicolás Fantinato" ], [ "5", "Grandma Addams", "Jackie Hoffman", "Jackie Hoffman", "Pippa Pearthree", "Amanda Bruton", "Iná de Carvalho", "Patricia Portocarrero" ], [ "6", "Wednesday Addams", "Krysta Rodriguez", "Rachel Potter", "Cortney Wolfson", "Jennifer Fogarty", "Laura Lobo", "Gina Yangali" ], [ "7", "Pugsley Addams", "Adam Riegler", "Adam Riegler", "Patrick D. Kennedy", "Sam Primack", "Nicholas Torres, Gustavo Daneluz, Matheus Lustosa", "Giuseppino Castellano, Brando Gallesi" ], [ "8", "Lurch", "Zachary James", "Zachary James", "Tom Corbeil", "Dan Olson", "Rogério Guedes", "Gustavo Mayer" ], [ "9", "Mal Beineke", "Terrence Mann", "Adam Grupper", "Martin Vidnovic", "Mark Poppleton", "Wellington Nogueira", "Miguel Alvarez" ], [ "10", "Alice Beineke", "Carolee Carmello", "Heidi Blickenstaff", "Crista Moore", "Blair Anderson", "Paula Capovilla", "Trilce Cavero" ], [ "11", "Lucas Beineke", "Wesley Taylor", "Jesse Swenson", "Brian Justin Crum", "Bryan Welnicki", "Beto Sargentelli", "Luis Baca" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–3\")*(B1=\"jim furyk\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"–3\")*(B2:B14=\"jim furyk\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score that has a To standard of –3, and a Player of Jim Furyk?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–3\"", "*", "B1", "=", "\"jim furyk\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott hoch\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"scott hoch\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Country that has a Player of Scott Hoch?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"scott hoch\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–4\")*(D1=\"74-70-68=212\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"–4\")*(D2:D14=\"74-70-68=212\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Player that has a To standard of –4, and a Score of 74-70-68=212?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–4\"", "*", "D1", "=", "\"74-70-68=212\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–2\")*(C1=\"spain\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"–2\")*(C2:C14=\"spain\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score that has a To standard of –2, and a Country of Spain?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"–2\"", "*", "C1", "=", "\"spain\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ernie els\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"ernie els\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score that has a Player of Ernie Els?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ernie els\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t2\")*(D1=\"74-70-68=212\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14=\"t2\")*(D2:D14=\"74-70-68=212\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Player that has a Place of t2, and a Score of 74-70-68=212?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t2\"", "*", "D1", "=", "\"74-70-68=212\"", "2" ] } ]
test_2-16514546-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Fred Couples", "United States", "69-70-71=210", "–6" ], [ "3", "T2", "Paul Azinger", "United States", "71-72-69=212", "–4" ], [ "4", "T2", "Phil Mickelson", "United States", "74-69-69=212", "–4" ], [ "5", "T2", "Mark O'Meara", "United States", "74-70-68=212", "–4" ], [ "6", "T5", "David Duval", "United States", "71-68-74=213", "–3" ], [ "7", "T5", "Jim Furyk", "United States", "76-70-67=213", "–3" ], [ "8", "T7", "Jay Haas", "United States", "72-71-71=214", "–2" ], [ "9", "T7", "Scott Hoch", "United States", "70-71-73=214", "–2" ], [ "10", "T7", "José María Olazábal", "Spain", "70-73-71=214", "–2" ], [ "11", "T10", "Ernie Els", "South Africa", "75-70-70=215", "–1" ], [ "12", "T10", "Colin Montgomerie", "Scotland", "71-75-69=215", "–1" ], [ "13", "T10", "Jack Nicklaus", "United States", "73-72-70=215", "–1" ], [ "14", "T10", "Tiger Woods", "United States", "71-72-72=215", "–1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When shinya nakano's kawasaki ninja zx-rr is the example what is the graphical?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Shinya Nakano's Kawasaki Ninja ZX-RR\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1985-2007 Yamaha V-Max Honda VFR800\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"1985-2007 Yamaha V-Max Honda VFR800\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When 1985-2007 yamaha v-max honda vfr800 is the example what is the engine is it?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"1985-2007 Yamaha V-Max Honda VFR800\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When shinya nakano's kawasaki ninja zx-rr is the example what is the engine type?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Shinya Nakano's Kawasaki Ninja ZX-RR\"", "1" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"68-292-68-292\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D8, C2:C8=\"68-292-68-292\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "When 68-292-68-292 is the ignition timing how many graphicals is it?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "C1", "=", "\"68-292-68-292\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"I4\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"I4\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When i4 is the engine what is the graphical?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"I4\"", "4" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"1-1-0-0-1-1-0-0-\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, D2:D8=\"1-1-0-0-1-1-0-0-\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "When 1-1-0-0-1-1-0-0- is the graphical how many ignition timings are there?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "\"1-1-0-0-1-1-0-0-\"" ] } ]
train_1-22915134-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Engine", "Crankshaft", "Ignition timing", "Graphical", "Example" ], [ "2", "I4", "180°", "180-180-180-180", "1-0-1-0-1-0-1-0-", "Honda CB750" ], [ "3", "I4 'Long bang'", "180°", "180-540", "2-0-2-0-0-0-0-0-", "Shinya Nakano's Kawasaki Ninja ZX-RR" ], [ "4", "I4 'Uneven bang'", "crossplane", "180-90-180-270", "1-0-1-1-0-1-0-0-", "2009 Yamaha YZF-R1" ], [ "5", "70° V4 90° V4", "180°", "180-70-180-290 180-90-180-270", "1-0-1-1-0-1-0-0-", "1985-2007 Yamaha V-Max Honda VFR800" ], [ "6", "90° V4 'Twin pulse'", "70°", "90-200-90-340", "1-1-0-1-1-0-0-0-", "Ducati Desmosedici RR" ], [ "7", "90° V4 'Droner'", "360°", "90-270-90-270", "1-1-0-0-1-1-0-0-", "Honda VF / RC30 / RC45" ], [ "8", "112° V4 'Big bang' (2-stroke)", "180°", "68-292-68-292", "2-2-0-0-2-2-0-0-", "1990 Honda NSR500" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly match\")*(D1=\"1-1\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"friendly match\")*(D2:D11=\"1-1\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the date of the friendly match, ending in a result of 1-1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly match\"", "*", "D1", "=", "\"1-1\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"as-salt\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"as-salt\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the result of the game held at the As-Salt venue?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"as-salt\"", "4" ] } ]
train_2-12039760-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "20 November 2002", "Jassim Bin Hamad Stadium , Doha", "1–0", "1-2", "Friendly match" ], [ "3", "12 October 2003", "Bukit Jalil Stadium , Kuala Lumpur", "2–0", "3-0", "2004 AFC Asian Cup qualification" ], [ "4", "12 December 2003", "Bahrain National Stadium , Manama , Bahrain", "2–1", "2–2", "Friendly" ], [ "5", "9 June 2004", "Amman International Stadium , Amman", "4–0", "6-1", "2006 FIFA World Cup qual." ], [ "6", "9 June 2004", "Amman International Stadium , Amman", "6–1", "6-1", "2006 FIFA World Cup qual." ], [ "7", "23 June 2004", "Azadi Stadium , Teheran", "1–1", "1-2", "2004 WAFF" ], [ "8", "8 June 2007", "Amman International Stadium , Amman", "1–1", "1-1", "2007 WAFF" ], [ "9", "22 June 2007", "Amman International Stadium , Amman", "2–0", "3-0", "2007 WAFF" ], [ "10", "24 January 2008", "Al-Rashid Stadium , Dubai", "1–1", "1-1", "Friendly match" ], [ "11", "21 September 2010", "As-Salt", "3-2", "3-2", "Friendly match" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"shooting guard\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"shooting guard\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What school/club did the player who layed shooting guard attend?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"shooting guard\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"gerald wilkins\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"gerald wilkins\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What school/club did gerald wilkins attend?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"gerald wilkins\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"point guard\")*(E1=\"florida\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"point guard\")*(E2:E11=\"florida\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the years when the grizzlies had a point guard who attended the school/club Florida?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"point guard\"", "*", "E1", "=", "\"florida\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ucla\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"ucla\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the years when the grizzles had a player who attended UCLA?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"ucla\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"villanova\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"villanova\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the years when the grizzles had a player who attended Villanova?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"villanova\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1998-1999\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"1998-1999\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What position did the person who was with the grizzlies in 1998-1999 play?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"1998-1999\"", "3" ] } ]
train_2-16494599-21
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years for Grizzlies", "School/Club Team" ], [ "2", "Hakim Warrick", "United States", "Forward", "2005-2009", "Syracuse" ], [ "3", "Earl Watson", "United States", "Point guard", "2002-2005", "UCLA" ], [ "4", "Bonzi Wells", "United States", "Guard-Forward", "2004-2005", "Ball State" ], [ "5", "Doug West", "United States", "Guard-Forward", "1998-2001", "Villanova" ], [ "6", "DeJuan Wheat", "United States", "Point guard", "1998-1999", "Louisville" ], [ "7", "Gerald Wilkins", "United States", "Guard-Forward", "1995-1996", "Chattanooga" ], [ "8", "Aaron Williams", "United States", "Power forward / Center", "1996-1997", "Xavier" ], [ "9", "Jason Williams", "United States", "Point guard", "2001-2005; 2011-2012", "Florida" ], [ "10", "Lorenzen Wright", "United States", "Power forward / Center", "2001-2006", "Memphis" ], [ "11", "Tony Wroten", "United States", "Shooting guard", "2012–present", "Washington" ] ]
[ { "Formula": "SUMIFS(A1,D1,\"may 13, 2012\")", "Formula2": "SUMIFS(A2:A9,D2:D9,\"may 13, 2012\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which season had a season finale of May 13, 2012?", "Tokens": [ "SUMIFS(", "A1", "D1", "\"may 13, 2012\"" ] }, { "Formula": "SUMIFS(G1,C1,\"september 26, 2010\")", "Formula2": "SUMIFS(G2:G9,C2:C9,\"september 26, 2010\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many viewers (in millions) were there for the season premiere on September 26, 2010?", "Tokens": [ "SUMIFS(", "G1", "C1", "\"september 26, 2010\"" ] } ]
train_2-1772130-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Season", "Timeslot (EDT)", "Season premiere", "Season finale", "TV season", "Rank", "Viewers (in millions)", "18–49 average" ], [ "2", "1", "Sunday 9:00 P.M.", "October 3, 2004", "May 22, 2005", "2004–2005", "#4", "23.69", "10.66" ], [ "3", "2", "Sunday 9:00 P.M.", "September 25, 2005", "May 21, 2006", "2005–2006", "#4", "21.70", "10.09" ], [ "4", "3", "Sunday 9:00 P.M.", "September 24, 2006", "May 20, 2007", "2006–2007", "#12", "16.70", "7.57" ], [ "5", "4", "Sunday 9:00 P.M.", "September 30, 2007", "May 18, 2008", "2007–2008", "#8", "17.52", "6.71" ], [ "6", "5", "Sunday 9:00 P.M.", "September 28, 2008", "May 17, 2009", "2008–2009", "#9", "15.66", "5.29" ], [ "7", "6", "Sunday 9:00 P.M.", "September 27, 2009", "May 16, 2010", "2009–2010", "#20", "12.83", "4.25" ], [ "8", "7", "Sunday 9:00 P.M.", "September 26, 2010", "May 15, 2011", "2010–2011", "#26", "11.86", "3.46" ], [ "9", "8", "Sunday 9:00 P.M.", "September 25, 2011", "May 13, 2012", "2011–2012", "#37", "10.60", "2.74" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Kasımpaşa\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Kasımpaşa\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the outgoing manager for the team kasımpaşa?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Kasımpaşa\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"27 December 2010\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"27 December 2010\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the replaced by when the date of vacancy is 27 december 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"27 December 2010\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"24 May 2010\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"24 May 2010\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the manner of departure for the date of appointment 24 may 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"24 May 2010\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Mustafa Denizli\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Mustafa Denizli\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of appointment when the outgoing manager was mustafa denizli?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Mustafa Denizli\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"15 March 2011\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"15 March 2011\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of appointment when the date of vacancy is 15 march 2011?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"15 March 2011\"", "6" ] } ]
train_1-26998135-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team", "Outgoing manager", "Manner of departure", "Date of vacancy", "Replaced by", "Date of appointment" ], [ "2", "MKE Ankaragücü", "Roger Lemerre", "Mutual consent", "23 May 2010", "Ümit Özat", "24 May 2010" ], [ "3", "Beşiktaş", "Mustafa Denizli", "Retired", "2 June 2010", "Bernd Schuster", "10 June 2010" ], [ "4", "Fenerbahçe", "Christoph Daum", "Sacked", "25 June 2010", "Aykut Kocaman", "26 June 2010" ], [ "5", "Manisaspor", "Hakan Kutlu", "Resigned", "12 September 2010", "Hikmet Karaman", "13 September 2010" ], [ "6", "Eskişehirspor", "Rıza Çalımbay", "Sacked", "27 September 2010", "Bülent Uygun", "6 October 2010" ], [ "7", "Bucaspor", "Bülent Uygun", "Resigned", "4 October 2010", "Samet Aybaba", "7 October 2010" ], [ "8", "Galatasaray S.K.", "Frank Rijkaard", "Mutual consent", "20 October 2010", "Gheorghe Hagi", "22 October 2010" ], [ "9", "Gençlerbirliği S.K.", "Thomas Doll", "Mutual consent", "21 October 2010", "Ralf Zumdick", "21 October 2010" ], [ "10", "Sivasspor", "Mesut Bakkal", "Sacked", "23 October 2010", "Rıza Çalımbay", "24 October 2010" ], [ "11", "Kasımpaşa", "Yılmaz Vural", "Retired", "27 December 2010", "Fuat Çapa", "27 December 2010" ], [ "12", "Konyaspor", "Ziya Doğan", "Resigned", "14 February 2011", "Yılmaz Vural", "15 February 2011" ], [ "13", "Ankaragücü", "Ümit Özat", "Resigned", "26 February 2011", "Mesut Bakkal", "28 February 2011" ], [ "14", "Beşiktaş", "Bernd Schuster", "Resigned", "15 March 2011", "Tayfur Havutçu", "15 March 2011" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"thierry gueorgiou\")*(A1<2008)*(D1=\"valentin novikov\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"thierry gueorgiou\")*(A2:A7<2008)*(D2:D7=\"valentin novikov\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Notes, when Gold is \"Thierry Gueorgiou\", when Year is before 2008, and when Bronze is \"Valentin Novikov\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"thierry gueorgiou\"", "*", "A1", "<", "2008", "*", "D1", "=", "\"valentin novikov\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"jarkko huovila\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"jarkko huovila\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Notes, when Silver is \"Jarkko Huovila\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"jarkko huovila\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"jamie stevenson\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"jamie stevenson\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the total number of Year, when Bronze is \"Jamie Stevenson\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"jamie stevenson\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"pasi ikonen\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"pasi ikonen\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Notes, when Bronze is \"Pasi Ikonen\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"pasi ikonen\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6.7km, 22controls\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"6.7km, 22controls\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Bronze, when Notes is \"6.7km, 22controls\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6.7km, 22controls\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6.24km, 23controls\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"6.24km, 23controls\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Silver, when Notes is \"6.24km, 23controls\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6.24km, 23controls\"", "3" ] } ]
test_2-17760670-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Gold", "Silver", "Bronze", "Notes" ], [ "2", "2002", "Michael Mamleev", "Yuri Omeltchenko", "Jamie Stevenson", "5.2km, 15controls" ], [ "3", "2004", "Thierry Gueorgiou", "Jarkko Huovila", "Emil Wingstedt", "6.4km, 22controls" ], [ "4", "2006", "Thierry Gueorgiou", "Martins Sirmais", "Valentin Novikov", "6.7km, 18controls" ], [ "5", "2008", "Thierry Gueorgiou", "Martins Sirmais", "Pasi Ikonen", "6.7km, 22controls" ], [ "6", "2010", "Valentin Novikov", "Matthias Merz", "Daniel Hubmann", "6.4km, 22controls" ], [ "7", "2012", "Olav Lundanes", "Valentin Novikov", "Carl Waaler Kaas", "6.24km, 23controls" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"s01e21\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"s01e21\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the segment b for Netflix s01e21?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"s01e21\"", "5" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,F1=\"laser eye surgery\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>16))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G14,F2:F14=\"laser eye surgery\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>16))", "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 segment d is associated with an episode number above 16 and a segment c of laser eye surgery?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "F1", "=", "\"laser eye surgery\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "7", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "16" ] } ]
train_2-15187735-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Series Ep.", "Episode", "Netflix", "Segment A", "Segment B", "Segment C", "Segment D" ], [ "2", "2-01", "14", "S01E14", "Eyeglass Lenses", "Granite", "Potato Chips", "Computer s Microprocessor" ], [ "3", "2-02", "15", "S01E15", "Honey", "Fibre Optics", "s Brick", "Pipe Organs" ], [ "4", "2-03", "16", "S01E16", "Personal Watercraft", "Wine", "Particleboard Office Furniture", "Ice Skates" ], [ "5", "2-04", "17", "S01E17", "Winter s Jacket", "Animation", "s Mushroom", "Gold Rings" ], [ "6", "2-05", "18", "S01E18", "Hydroponic Lettuce", "Construction Wood", "Recycling", "Fishing Flies" ], [ "7", "2-06", "19", "S01E19", "Diamond Cutting", "Wood s Door", "s Paintball", "s Newspaper" ], [ "8", "2-07", "20", "S01E20", "s Carpet", "Drinking Water", "Laser Eye Surgery", "Acoustic Guitars" ], [ "9", "2-08", "21", "S01E21", "Fiberglass Boats", "s Clothes Dryer", "Bubble Gum", "Fireworks" ], [ "10", "2-09", "22", "S01E22", "Steel Safes", "False Teeth", "s Airplane", "Maple Syrup" ], [ "11", "2-10", "23", "S01E23", "Gummies", "Aluminum Cans", "Fish Farming", "Bronze Sculptures" ], [ "12", "2-11", "24", "S01E24", "Aluminum Pots and Pans", "s Artificial Limb", "Peanut Butter", "High Intensity Light Bulbs" ], [ "13", "2-12", "25", "S01E25", "s Car", "Grocery Carts", "Rapid Tooling and Prototyping", "s Collectible Coin" ], [ "14", "2-13", "26", "S01E26", "Ball Bearings", "Electrical Wires", "Lost Wax Casting", "Automated Machines" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the home team score at North Melbourne's away game?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"north melbourne\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"4.15 (39)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"4.15 (39)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which away team scored 4.15 (39)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"4.15 (39)\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Collingwood's score at the home match against Richmond?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "2" ] } ]
train_2-10809368-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "11.8 (74)", "St Kilda", "13.17 (95)", "Kardinia Park", "9,000", "18 May 1946" ], [ "3", "Essendon", "11.13 (79)", "Fitzroy", "4.15 (39)", "Windy Hill", "17,000", "18 May 1946" ], [ "4", "Collingwood", "2.16 (28)", "Richmond", "14.10 (94)", "Victoria Park", "24,000", "18 May 1946" ], [ "5", "Carlton", "11.15 (81)", "North Melbourne", "9.11 (65)", "Princes Park", "19,000", "18 May 1946" ], [ "6", "South Melbourne", "11.21 (87)", "Hawthorn", "6.17 (53)", "Junction Oval", "10,000", "18 May 1946" ], [ "7", "Melbourne", "12.13 (85)", "Footscray", "22.14 (146)", "Punt Road Oval", "18,000", "18 May 1946" ] ]
[ { "Formula": "MIN(FILTER(B1, (E1>262)*(C1>22415)*(D1<335.14)))", "Formula2": "MIN(FILTER(B2:B14, (E2:E14>262)*(C2:C14>22415)*(D2:D14<335.14)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Name the least number with density more than 262 with population more than 22,415 and area less than 335.14", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", ">", "262", "*", "C1", ">", "22415", "*", "D1", "<", "335.14" ] } ]
train_2-1245658-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Municipality", "Number", "Population", "Area¹", "Density²" ], [ "2", "Malmö", "1", "309,912", "335.14", "925" ], [ "3", "Vellinge", "2", "33,725", "143.18", "236" ], [ "4", "Trelleborg", "3", "42,744", "342.07", "125" ], [ "5", "Skurup", "4", "15,000", "195.17", "77" ], [ "6", "Svedala", "5", "20,039", "218.97", "92" ], [ "7", "Lund", "6", "112,925", "430.27", "262" ], [ "8", "Staffanstorp", "7", "22,572", "107.61", "210" ], [ "9", "Burlöv", "8", "17,079", "18.84", "907" ], [ "10", "Lomma", "9", "22,415", "55.64", "403" ], [ "11", "Kävlinge", "10", "29,513", "153.83", "192" ], [ "12", "Eslöv", "11", "31,761", "421.66", "75" ], [ "13", "Höör", "12", "15,591", "292.96", "53" ], [ "14", "Total", "12", "673,276", "2,715.34", "247.95" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 8\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"April 8\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What were the high points on April 8?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"April 8\"", "5" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=80))", "Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=80))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "How many different items appear in the high rebounds column in game 80?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "80" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Boston\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,C2:C7=\"Boston\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the date when Boston was the team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Boston\"", "2" ] } ]
train_1-27713030-12
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "76", "April 1", "@ Minnesota", "W 111–92 (OT)", "Dwyane Wade (32)", "Chris Bosh (11)", "LeBron James (10)", "Target Center 19,096", "53–23" ], [ "3", "77", "April 3", "@ New Jersey", "W 108–94 (OT)", "LeBron James (31)", "Erick Dampier (14)", "LeBron James (7)", "Prudential Center 18,711", "54–23" ], [ "4", "78", "April 6", "Milwaukee", "L 85–90 (OT)", "LeBron James (29)", "Mike Miller (12)", "LeBron James (8)", "American Airlines Arena 20,017", "54–24" ], [ "5", "79", "April 8", "Charlotte", "W 112–103 (OT)", "Chris Bosh , Dwyane Wade (27)", "Chris Bosh (10)", "LeBron James (9)", "American Airlines Arena 19,897", "55–24" ], [ "6", "80", "April 10", "Boston", "W 100–77 (OT)", "LeBron James (27)", "Joel Anthony (10)", "Dwyane Wade (8)", "American Airlines Arena 19,766", "56–24" ], [ "7", "81", "April 11", "@ Atlanta", "W 98–90 (OT)", "LeBron James (34)", "LeBron James (10)", "LeBron James (7)", "Philips Arena 18,529", "57–24" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"cincinnati\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"cincinnati\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the Cincinnati College player?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"cincinnati\"", "3" ] } ]
test_2-18652198-15
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick", "Team", "Player", "Position", "College" ], [ "2", "113", "Denver Broncos", "Jeff Jordan Category:Articles with hCards", "Defensive back", "Tulsa" ], [ "3", "114", "Houston Oilers", "Tony Guillory Category:Articles with hCards", "Linebacker", "Lamar" ], [ "4", "115", "Oakland Raiders", "Bill Cronin Category:Articles with hCards", "Tight end", "Boston College" ], [ "5", "116", "New York Jets", "Jim Burt Category:Articles with hCards", "Defensive back", "Western Kentucky" ], [ "6", "117", "Kansas City Chiefs", "Dave Powless Category:Articles with hCards", "Offensive guard", "Illinois" ], [ "7", "118", "San Diego Chargers", "Mike Howell Category:Articles with hCards", "Defensive back", "Grambling State" ], [ "8", "119", "Boston Patriots", "Ted Rodosovich Category:Articles with hCards", "Offensive guard", "Cincinnati" ], [ "9", "120", "Buffalo Bills", "John Meyer Category:Articles with hCards", "Linebacker", "Notre Dame" ] ]
[ { "Formula": "SUM(FILTER(F1, B1=2373882))", "Formula2": "SUM(FILTER(F2:F10, B2:B10=2373882))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many officers o/s were there on the day when the number of USAAF was 2373882?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "2373882" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, G1=801471)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D10, G2:G10=801471)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many different numbers of Tot enlisted are there on the dates when the number of Enlisted o/s was 801471?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "G1", "=", "801471" ] }, { "Formula": "SUM(FILTER(C1, D1=329640))", "Formula2": "SUM(FILTER(C2:C10, D2:D10=329640))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many tot officers were there on the date when the number of tot enlisted was 329640?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "329640" ] }, { "Formula": "SUM(FILTER(D1, B1=2329534))", "Formula2": "SUM(FILTER(D2:D10, B2:B10=2329534))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many Tot enlisted were there on the day when the number of total USAAF was 2329534?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "2329534" ] } ]
train_1-23508196-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Total USAAF", "Tot Officers", "Tot Enlisted", "# overseas", "Officers o/s", "Enlisted o/s" ], [ "2", "31 July 1939", "24724", "2636", "22088", "3991", "272", "3719" ], [ "3", "31 December 1939", "43118", "3006", "40112", "7007", "351", "6656" ], [ "4", "31 December 1940", "101227", "6437", "94790", "16070", "612", "15458" ], [ "5", "31 December 1941", "354161", "24521", "329640", "25884", "2479", "23405" ], [ "6", "31 December 1942", "1597049", "127267", "1469782", "242021", "26792", "215229" ], [ "7", "31 December 1943", "2373882", "274347", "2099535", "735666", "81072", "654594" ], [ "8", "31 March 1944 (Peak size)", "2411294", "306889", "2104405", "906335", "104864", "801471" ], [ "9", "31 December 1944", "2359456", "375973", "1983483", "1164136", "153545", "1010591" ], [ "10", "30 April 1945 (Peak overseas)", "2329534", "388278", "1941256", "1224006", "163886", "1060120" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"bosko\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<5038))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,C2:C18=\"bosko\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<5038))", "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": "When was the film released that a less than 5038 production number and was of the character Bosko?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bosko\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "5038" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=4645))", "Formula2": "LET(query1,SUMMARIZE(A2:A18,SUMX(D2:D18)),FILTER(query1,CHOOSECOLS(query1,2)=4645))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "With 4645 as the production number what was the title?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4645" ] }, { "Formula": "MINIFS(D1,A1,\"bosko's fox hunt\")", "Formula2": "MINIFS(D2:D18,A2:A18,\"bosko's fox hunt\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "The film titled Bosko's fox hunt had what as the smallest production number?", "Tokens": [ "MINIFS(", "D1", "A1", "\"bosko's fox hunt\"" ] }, { "Formula": "MIN(FILTER(D1, (B1=\"lt\")*(A1=\"dumb patrol\")))", "Formula2": "MIN(FILTER(D2:D18, (B2:B18=\"lt\")*(A2:A18=\"dumb patrol\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the smallest production number for the LT series with the Dumb Patrol title?", "Tokens": [ "MIN(", "FILTER(", "D1", "B1", "=", "\"lt\"", "*", "A1", "=", "\"dumb patrol\"" ] } ]
train_2-18792938-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Title", "Series", "Characters", "Production Num.", "Release date" ], [ "2", "Big Man from the North", "LT", "Bosko, Honey", "4500", "1931-01-XX" ], [ "3", "Ain't Nature Grand!", "LT", "Bosko", "4626", "1931-03-XX" ], [ "4", "Ups 'n Downs", "LT", "Bosko,", "4640", "1931-03-XX" ], [ "5", "Dumb Patrol", "LT", "Bosko, Honey", "4664", "1931-05-XX" ], [ "6", "Yodeling Yokels", "LT", "Bosko, Honey", "4680", "1931-06-XX" ], [ "7", "Bosko's Holiday", "LT", "Bosko, Honey", "4694", "1931-07-XX" ], [ "8", "The Tree's Knees", "LT", "Bosko", "4725", "1931-07-XX" ], [ "9", "Lady, Play Your Mandolin!", "MM", "Animals (cartoon character), Foxy, Roxy", "4645", "1931-08-XX" ], [ "10", "Smile, Darn Ya, Smile!", "MM", "Foxy, Radio, Roxy", "4825", "1931-09-05" ], [ "11", "Bosko Shipwrecked", "LT", "Bosko", "4666", "1931-09-19" ], [ "12", "One More Time", "MM", "Foxy, Mugs, Roxy", "4851", "1931-10-03" ], [ "13", "Bosko the Doughboy", "LT", "Bosko", "5017", "1931-10-17" ], [ "14", "You Don't Know What You're Doin'", "MM", "Fluffy, Piggy , The Car", "4977", "1931-10-31" ], [ "15", "Bosko's Soda Fountain", "LT", "Bosko,", "5045", "1931-11-14" ], [ "16", "Hittin' the Trail for Hallelujah Land", "MM", "Banjo Player, Fluffy", "5025", "11/28/31" ], [ "17", "Bosko's Fox Hunt", "LT", "Bosko, Bruno", "5046", "1931-12-12" ], [ "18", "Red-Headed Baby", "MM", "Red-Headed Baby, Toymaker", "5038", "1931-12-26" ] ]
[ { "Formula": "MAX(FILTER(D1, (E1<28)*(C1=\"the 100 greatest metal albums of the decade\")))", "Formula2": "MAX(FILTER(D2:D9, (E2:E9<28)*(C2:C9=\"the 100 greatest metal albums of the decade\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the highest Year, when Rank is less than 28, and when Accolade is \"The 100 greatest metal albums of the decade\"?", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", "<", "28", "*", "C1", "=", "\"the 100 greatest metal albums of the decade\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1<2009)*(B1=\"germany\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9<2009)*(B2:B9=\"germany\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Accolade, when Year is less than 2009, and when Country is Germany?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "<", "2009", "*", "B1", "=", "\"germany\"", "3" ] }, { "Formula": "MAX(FILTER(E1, (A1=\"dagsavisen\")*(D1<2005)))", "Formula2": "MAX(FILTER(E2:E9, (A2:A9=\"dagsavisen\")*(D2:D9<2005)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest Rank, when Publication is Dagsavisen, and when Year is less than 2005?", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "=", "\"dagsavisen\"", "*", "D1", "<", "2005" ] } ]
test_2-159123-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Publication", "Country", "Accolade", "Year", "Rank" ], [ "2", "Dagsavisen", "Norway", "The 21 Best Albums of the 21st Century", "2005", "16" ], [ "3", "VPRO", "Netherlands", "299 Nominations of the Best Album of All Time", "2006", "33" ], [ "4", "HARP", "United States", "50 Most Essential Albums since 2001\"", "2006", "48" ], [ "5", "NME", "United Kingdom", "The 100 Greatest Albums of the Decade", "2009", "15" ], [ "6", "Uncut", "United Kingdom", "Uncut's Albums of the Decade", "2009", "28" ], [ "7", "Pitchfork Media", "United States", "The Top 200 Albums of the 2000s", "2009", "134" ], [ "8", "Decibel Magazine", "United States", "The 100 Greatest Metal Albums of the Decade", "2009", "7" ], [ "9", "Rock Hard", "Germany", "The 500 Greatest Rock & Metal Albums of All Time", "2005", "380" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"zagreb\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"zagreb\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the opposing team during the game in Zagreb?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"zagreb\"", "3" ] } ]
train_2-14305653-41
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Opponent", "Results¹", "Type of game" ], [ "2", "March 31", "Bruxelles , Belgium", "Belgium", "1:0", "Euro '64 Qualifying" ], [ "3", "June 19", "Belgrade", "Sweden", "0:0", "Euro '64 Qualifying" ], [ "4", "September 18", "Malmö , Sweden", "Sweden", "2:3", "Euro '64 Qualifying" ], [ "5", "October 6", "Belgrade", "Hungary", "2:0", "Friendly" ], [ "6", "October 27", "Bucarest , Romania", "Romania", "1:2", "Friendly" ], [ "7", "November 3", "Zagreb", "Czechoslovakia", "2:0", "Friendly" ] ]
[ { "Formula": "MIN(FILTER(F1,(C1=\"united states\")*(B1=\"kirk triplett\")))", "Formula2": "MIN(FILTER(F2:F13,(C2:C13=\"united states\")*(B2:B13=\"kirk triplett\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the least money ($) when the country is united states and the player is kirk triplett?", "Tokens": [ "MIN(", "FILTER(", "F1", "C1", "=", "\"united states\"", "*", "B1", "=", "\"kirk triplett\"" ] }, { "Formula": "MAX(FILTER(F1,D1=\"71-74-69-72=286\"))", "Formula2": "MAX(FILTER(F2:F13,D2:D13=\"71-74-69-72=286\"))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the most money ($) when the score is 71-74-69-72=286?", "Tokens": [ "MAX(", "FILTER(", "F1", "D1", "=", "\"71-74-69-72=286\"" ] }, { "Formula": "FILTER(F1,(A1=\"t6\")*(B1=\"chris dimarco\"))", "Formula2": "FILTER(F2:F13,(A2:A13=\"t6\")*(B2:B13=\"chris dimarco\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Money ($) when the Place is t6, and Player is chris dimarco?", "Tokens": [ "FILTER(", "F1", "A1", "=", "\"t6\"", "*", "B1", "=", "\"chris dimarco\"" ] } ]
dev_2-16457250-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Phil Mickelson", "United States", "72-69-69-69=279", "–9", "1,170,000" ], [ "3", "2", "Ernie Els", "South Africa", "70-72-71-67=280", "–8", "702,000" ], [ "4", "3", "K. J. Choi", "South Korea", "71-70-72-69=282", "–6", "442,000" ], [ "5", "T4", "Sergio García", "Spain", "72-72-75-66=285", "–3", "286,000" ], [ "6", "T4", "Bernhard Langer", "Germany", "71-73-69-72=285", "–3", "286,000" ], [ "7", "T6", "Paul Casey", "England", "75-69-68-74=286", "–2", "189,893" ], [ "8", "T6", "Fred Couples", "United States", "73-69-74-70=286", "–2", "189,893" ], [ "9", "T6", "Chris DiMarco", "United States", "69-73-68-76=286", "–2", "189,893" ], [ "10", "T6", "Davis Love III", "United States", "75-67-74-70=286", "–2", "189,893" ], [ "11", "T6", "Nick Price", "Zimbabwe", "72-73-71-70=286", "–2", "189,893" ], [ "12", "T6", "Vijay Singh", "Fiji", "75-73-69-69=286", "–2", "189,893" ], [ "13", "T6", "Kirk Triplett", "United States", "71-74-69-72=286", "–2", "189,893" ] ]
[ { "Formula": "SUMIFS(B1,G1,\"7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)\")", "Formula2": "SUMIFS(B2:B13,G2:G13,\"7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which match was the final score 7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)?", "Tokens": [ "SUMIFS(", "B1", "G1", "\"7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)\"" ] } ]
test_1-26202812-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "No.", "Date", "Championship", "Surface", "Opponent in the final", "Score in the final" ], [ "2", "Winner", "34.", "January 8, 2006", "Doha, Qatar (2)", "Hard", "Gaël Monfils", "6–3, 7–6 (7–5)" ], [ "3", "Winner", "35.", "January 29, 2006", "Australian Open, Melbourne, Australia (2)", "Hard", "Marcos Baghdatis", "5–7, 7–5, 6–0, 6–2" ], [ "4", "Runner-up", "10.", "March 5, 2006", "Dubai, United Arab Emirates", "Hard", "Rafael Nadal", "6–2, 4–6, 4–6" ], [ "5", "Winner", "36.", "March 19, 2006", "Indian Wells, United States (3)", "Hard", "James Blake", "7–5, 6–3, 6–0" ], [ "6", "Runner-up", "12.", "May 14, 2006", "Rome, Italy (2)", "Clay", "Rafael Nadal", "7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)" ], [ "7", "Runner-up", "13.", "June 11, 2006", "French Open , Paris, France", "Clay", "Rafael Nadal", "6–1, 1–6, 4–6, 6–7 (4–7)" ], [ "8", "Winner", "38.", "June 18, 2006", "Halle, Germany (4)", "Grass", "Tomáš Berdych", "6–0, 6–7 (4–7) , 6–2" ], [ "9", "Winner", "39.", "July 9, 2006", "Wimbledon, London, England, UK (4)", "Grass", "Rafael Nadal", "6–0, 7–6 (7–5) , 6–7 (2–7) , 6–3" ], [ "10", "Winner", "41.", "September 10, 2006", "US Open, New York City, United States (3)", "Hard", "Andy Roddick", "6–2, 4–6, 7–5, 6–1" ], [ "11", "Winner", "42.", "October 8, 2006", "Tokyo , Japan", "Hard", "Tim Henman", "6–3, 6–3" ], [ "12", "Winner", "43.", "October 22, 2006", "Madrid , Spain", "Hard (i)", "Fernando González", "7–5, 6–1, 6–0" ], [ "13", "Winner", "44.", "October 29, 2006", "Basel, Switzerland", "Carpet (i)", "Fernando González", "6–3, 6–2, 7–6 (7–3)" ] ]
[ { "Formula": "SUM(FILTER(A1, E1=30751))", "Formula2": "SUM(FILTER(A2:A7, E2:E7=30751))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the sum of week(s) with an attendance of 30,751?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "30751" ] } ]
train_2-10651062-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "August 6, 1973", "San Francisco 49ers", "L 27–16", "65,707" ], [ "3", "2", "August 11, 1973", "at Los Angeles Rams", "T 21–21", "54,385" ], [ "4", "3", "August 19, 1973", "vs. Cincinnati Bengals at Columbus, Ohio", "W 24–6", "73,421" ], [ "5", "4", "August 25, 1973", "vs. Atlanta Falcons at Knoxville", "W 20–17", "40,831" ], [ "6", "5", "September 1, 1973", "Detroit Lions", "L 16–13", "64,088" ], [ "7", "6", "September 8, 1973", "vs. New York Giants at Akron", "L 21–10", "30,751" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"30g\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"30g\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the smoke point for monosaturated fat of 30g", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"30g\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"100g\")*(C1=\"20g (84g in high oleic variety)\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"100g\")*(C2:C12=\"20g (84g in high oleic variety)\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the polyunsaturated fat with total fat of 100g and monounsaturated fat of 20g (84g in high oleic variety)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"100g\"", "*", "C1", "=", "\"20g (84g in high oleic variety)\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"100g\")*(B1=\"7g\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"100g\")*(B2:B12=\"7g\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the polyunsaturated fat with total fat of 100g and saturated fat of 7g", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"100g\"", "*", "B1", "=", "\"7g\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"25g\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"25g\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the polyunsaturated fat with a saturated fat of 25g", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"25g\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"11g\")*(C1=\"45g\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"11g\")*(C2:C12=\"45g\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the total fat which has a polyunsaturated fat of 11g and monounsaturated fat of 45g", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"11g\"", "*", "C1", "=", "\"45g\"", "1" ] } ]
train_2-1195910-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Total fat", "Saturated fat", "Monounsaturated fat", "Polyunsaturated fat", "Smoke point" ], [ "2", "100g", "11g", "20g (84g in high oleic variety)", "69g (4g in high oleic variety)", "°C ()" ], [ "3", "100g", "16g", "23g", "58g", "°C ()" ], [ "4", "100g", "7g", "63g", "28g", "°C ()" ], [ "5", "100g", "14g", "73g", "11g", "°C ()" ], [ "6", "100g", "15g", "30g", "55g", "°C ()" ], [ "7", "100g", "17g", "46g", "32g", "°C ()" ], [ "8", "100g", "25g", "38g", "37g", "°C ()" ], [ "9", "71g", "23g (34%)", "8g (11%)", "37g (52%)", "°C ()" ], [ "10", "100g", "39g", "45g", "11g", "°C ()" ], [ "11", "94g", "52g (55%)", "32g (34%)", "3g (3%)", "200°C (400°F)" ], [ "12", "81g", "51g (63%)", "21g (26%)", "3g (4%)", "°C ()" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Whitmell P. Martin\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, B2:B8=\"Whitmell P. Martin\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": " how many party with incumbent being whitmell p. martin", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "\"Whitmell P. Martin\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"James O'Connor\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"James O'Connor\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who is the the candidates with incumbent being james o'connor", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"James O'Connor\"", "6" ] }, { "Formula": "ROWS(UNIQUE(FILTER(B1, D1=1924)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, D2:D8=1924)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": " how many incumbent with first elected being 1924", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "D1", "=", "1924" ] } ]
test_1-1342393-17
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Louisiana 1", "James O'Connor", "Democratic", "1918", "Re-elected", "James O'Connor (D) Unopposed" ], [ "3", "Louisiana 2", "James Zacharie Spearing", "Democratic", "1924", "Re-elected", "James Zacharie Spearing (D) Unopposed" ], [ "4", "Louisiana 3", "Whitmell P. Martin", "Democratic", "1914", "Re-elected", "Whitmell P. Martin (D) Unopposed" ], [ "5", "Louisiana 4", "John N. Sandlin", "Democratic", "1920", "Re-elected", "John N. Sandlin (D) Unopposed" ], [ "6", "Louisiana 5", "Riley Joseph Wilson", "Democratic", "1914", "Re-elected", "Riley Joseph Wilson (D) Unopposed" ], [ "7", "Louisiana 6", "George K. Favrot", "Democratic", "1920", "Lost renomination Democratic hold", "Bolivar E. Kemp (D) Unopposed" ], [ "8", "Louisiana 7", "Ladislas Lazaro", "Democratic", "1912", "Re-elected", "Ladislas Lazaro (D) Unopposed" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3X7557\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"3X7557\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who wrote the episode that has a production code 3x7557?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"3X7557\"", "5" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, H1=1.59)))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D10, H2:H10=1.59)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many directors are there for the episode that had 1.59 million U.S. viewers?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "H1", "=", "1.59" ] }, { "Formula": "LET(query1,SUMMARIZE(G1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=1.32))", "Formula2": "LET(query1,SUMMARIZE(G2:G10,SUMX(H2:H10)),FILTER(query1,CHOOSECOLS(query1,2)=1.32))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the production code for the episode that had 1.32 million U.S. viewers?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1.32" ] }, { "Formula": "SUMIFS(A1,G1,\"3X7554\")", "Formula2": "SUMIFS(A2:A10,G2:G10,\"3X7554\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What episode number in the series had a production code of 3x7554?", "Tokens": [ "SUMIFS(", "A1", "G1", "\"3X7554\"" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=41))", "Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=41))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the name of episode number 41 in the series?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "41" ] } ]
train_1-22347090-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code", "U.S. viewers (million)" ], [ "2", "34", "1", "\"Hats and Bats\"", "Christopher Chulack", "Jonathan Lisco", "February13,2013", "3X7551", "1.16" ], [ "3", "35", "2", "\"Heat\"", "Daniel Sackheim", "Heather Zuhlke", "February20,2013", "3X7552", "1.21" ], [ "4", "36", "3", "\"Babel\"", "J. Michael Muro", "Aaron Rahsaan Thomas", "February27,2013", "3X7553", "1.18" ], [ "5", "37", "4", "\"Under the Big Top\"", "Felix Alcalá", "Sara Gran", "March6,2013", "3X7554", "1.51" ], [ "6", "38", "5", "\"Off Duty\"", "Regina King", "Zack Whedon", "March13,2013", "3X7555", "1.72" ], [ "7", "39", "6", "\"Bleed Out\"", "Christopher Chulack", "Chad Feehan", "March20,2013", "3X7556", "1.45" ], [ "8", "40", "7", "\"Heroes\"", "J. Michael Muro", "Heather Zuhlke", "March27,2013", "3X7557", "1.32" ], [ "9", "41", "8", "\"The Felix Paradox\"", "Stephen Cragg", "Aaron Rahsaan Thomas", "April3,2013", "3X7558", "1.46" ], [ "10", "42", "9", "\"Chaos\"", "Christopher Chulack", "Zack Whedon", "April10,2013", "3X7559", "1.59" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Mingyinyo\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"Mingyinyo\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the status for the monarch Mingyinyo?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Mingyinyo\"", "3" ] } ]
train_1-26460435-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Monarch", "Heir", "Status", "Relationship to Monarch", "Became heir; reason", "Ceased to be heir; reason", "Next in succession" ], [ "2", "Mingyinyo", "Tabinshwehti", "Heir apparent", "son", "16 April 1516 Only son", "24 November 1530 succeeded", "Bayinnaung 1542–1550, brother-in-law" ], [ "3", "Tabinshwehti", "Bayinnaung", "Heir presumptive", "brother-in-law", "May 1542 anointed", "30 April 1550 succeeded", "Nanda 1551–1581, son" ], [ "4", "Bayinnaung", "Nanda", "Heir apparent", "son", "11 January 1551 father succeeded", "10 November 1581 succeeded", "Mingyi Swa 1581–1593, son" ], [ "5", "Nanda", "Mingyi Swa", "Heir apparent", "son", "10 November 1581 father succeeded", "18 January 1593 killed in action", "Minyekyawswa I 1594–1599, brother" ], [ "6", "Nanda", "Minyekyawswa I", "Heir apparent", "son", "31 January 1594 brother died", "December 1599 defected", "Anaukpetlun 1599–1606, cousin" ], [ "7", "Nyaungyan", "Anaukpetlun", "Heir apparent", "son", "25 February 1600 father succeeded", "3 March 1606 succeeded", "Thalun 1606–1628, brother" ], [ "8", "Anaukpetlun", "Thalun", "Heir apparent", "brother", "3 March 1606 father succeeded", "9 July 1628 nephew succeeded", "Minyekyawswa II 1635–1647, brother" ], [ "9", "Thalun", "Minyekyawswa II", "Heir apparent", "brother", "2 June 1635 brother succeeded", "18 August 1647 died", "Pindale 1647–1648, nephew" ], [ "10", "Thalun", "Pindale", "Heir apparent", "son", "18 August 1647 uncle died", "27 August 1648 succeeded", "Minye Thihathu 1648–1653" ], [ "11", "Pindale", "Minye Thihathu", "Heir apparent", "brother", "5 September 1648 brother succeeded", "25 December 1653 died", "Narazeya 1654–1661, brother" ], [ "12", "Pindale", "Narazeya", "Heir apparent", "son", "30 January 1654 uncle died", "3 June 1661 father deposed", "Narawara 1664–1672, cousin" ], [ "13", "Pye", "Narawara", "Heir apparent", "son", "1 June 1664 father succeeded", "13 April 1672 succeeded", "Sanay 1688–1698, nephew" ], [ "14", "Minyekyawdin", "Sanay", "Heir apparent", "son", "8 September 1688 father succeeded", "4 May 1698 succeeded", "Taninganway 1711–1714, son" ], [ "15", "Sanay", "Taninganway", "Heir apparent", "son", "1 November 1711 father succeeded", "12 September 1714 succeeded", "Mahadhammaraza Dipadi 1727–1733, son" ] ]
[ { "Formula": "MAX(FILTER(B1, (C1<17)*(E1>10)))", "Formula2": "MAX(FILTER(B2:B8, (C2:C8<17)*(E2:E8>10)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest medium Gallup March 2008 value for a Strategic Marking value under 17 and Medium Gallup May 2008 value over 10?", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "<", "17", "*", "E1", ">", "10" ] }, { "Formula": "SUM(FILTER(B1, E1<10))", "Formula2": "SUM(FILTER(B2:B8, E2:E8<10))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the sum of Medium Gallup, March 2008 values where the Medium Gallup, May 2008 values are under 10?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "<", "10" ] } ]
train_2-16185816-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Party", "Medium Gallup, March 2008", "Strategic Marketing, March 2008", "CeSID, May 2008", "Medium Gallup, May 2008" ], [ "2", "SRS", "91", "90", "86", "90" ], [ "3", "ZES", "88", "83", "81", "85" ], [ "4", "DSS - NS", "30", "30", "35", "30" ], [ "5", "SPS", "16", "17", "19", "19" ], [ "6", "LDP", "15", "20", "19", "16" ], [ "7", "minorities", "10", "10", "10", "10" ], [ "8", "total", "250", "250", "250", "250" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"11.14 (80)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>18817))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"11.14 (80)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>18817))", "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": "Where was the game with a crowd of 18,817 and an away team score of 11.14 (80) held?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.14 (80)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "18817" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"12.21 (93)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"12.21 (93)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game held when the home team scored 12.21 (93)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"12.21 (93)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game when Melbourne was the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "5" ] } ]
train_2-1164217-13
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "16.17 (113)", "Melbourne", "11.8 (74)", "Glenferrie Oval", "13,196", "27 June 1970" ], [ "3", "Carlton", "12.21 (93)", "Geelong", "11.14 (80)", "Princes Park", "25,519", "27 June 1970" ], [ "4", "South Melbourne", "16.9 (105)", "North Melbourne", "14.12 (96)", "Lake Oval", "12,407", "27 June 1970" ], [ "5", "St Kilda", "11.14 (80)", "Fitzroy", "8.11 (59)", "Moorabbin Oval", "17,073", "27 June 1970" ], [ "6", "Footscray", "11.12 (78)", "Essendon", "9.8 (62)", "Western Oval", "18,817", "27 June 1970" ], [ "7", "Richmond", "11.13 (79)", "Collingwood", "9.13 (67)", "VFL Park", "23,939", "27 June 1970" ] ]
[ { "Formula": "SUM(FILTER(A1, (H1=18)*(E1<8)))", "Formula2": "SUM(FILTER(A2:A11, (H2:H11=18)*(E2:E11<8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Whate place has 18 points with lost less than 8?", "Tokens": [ "SUM(", "FILTER(", "A1", "H1", "=", "18", "*", "E1", "<", "8" ] }, { "Formula": "AVERAGE(FILTER(E1, (A1<10)*(H1<23)*(B1=\"chorrillo\")*(G1<26)))", "Formula2": "AVERAGE(FILTER(E2:E11, (A2:A11<10)*(H2:H11<23)*(B2:B11=\"chorrillo\")*(G2:G11<26)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average of lost for place less than 10, less than 23 points, and goals conceded less than 26 for the Chorrillo team?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "A1", "<", "10", "*", "H1", "<", "23", "*", "B1", "=", "\"chorrillo\"", "*", "G1", "<", "26" ] }, { "Formula": "MAX(FILTER(C1, (H1=37)*(G1>17)))", "Formula2": "MAX(FILTER(C2:C11, (H2:H11=37)*(G2:G11>17)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "When goals conceded is greater than 17 with 37 points, what is the greatest played?", "Tokens": [ "MAX(", "FILTER(", "C1", "H1", "=", "37", "*", "G1", ">", "17" ] }, { "Formula": "SUM(FILTER(H1, (A1<2)*(C1>18)))", "Formula2": "SUM(FILTER(H2:H11, (A2:A11<2)*(C2:C11>18)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total points for a place less than 2 with a played greater than 18?", "Tokens": [ "SUM(", "FILTER(", "H1", "A1", "<", "2", "*", "C1", ">", "18" ] }, { "Formula": "SUM(FILTER(C1, (F1>18)*(D1<4)*(G1>24)))", "Formula2": "SUM(FILTER(C2:C11, (F2:F11>18)*(D2:D11<4)*(G2:G11>24)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "When goals scored is more than 18, draw is less than 4, and goals conceded is more than 24, what is the sum of played?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", ">", "18", "*", "D1", "<", "4", "*", "G1", ">", "24" ] } ]
test_2-17902603-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Place", "Team", "Played", "Draw", "Lost", "Goals Scored", "Goals Conceded", "Points" ], [ "2", "1.", "Árabe Unido", "18", "4", "3", "39", "17", "37" ], [ "3", "2.", "Tauro", "18", "6", "3", "33", "23", "33" ], [ "4", "3.", "San Francisco", "18", "4", "5", "35", "27", "31" ], [ "5", "4.", "Chepo", "18", "5", "5", "31", "19", "29" ], [ "6", "5.", "Atlético Veragüense", "18", "6", "5", "25", "21", "27" ], [ "7", "6.", "Sporting San Miguelito", "18", "8", "5", "26", "24", "23" ], [ "8", "7.", "Alianza", "18", "3", "9", "20", "24", "21" ], [ "9", "8.", "Atlético Chiriquí", "18", "4", "9", "19", "42", "19" ], [ "10", "9.", "Chorrillo", "18", "6", "8", "18", "26", "18" ], [ "11", "10.", "Plaza Amador", "18", "2", "14", "9", "31", "8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"troy hudson\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"troy hudson\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years did Troy Hudson play for the Jazz?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"troy hudson\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"iowa state\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"iowa state\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Nationality is the Iowa State team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"iowa state\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"jeff hornacek\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"jeff hornacek\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Nationality is Jeff Hornacek?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"jeff hornacek\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"colorado\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"colorado\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Nationality is the Colorado State team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"colorado\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"southern illinois\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,E2:E17=\"southern illinois\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Player is from the Southern Illinois team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"southern illinois\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"eddie hughes\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"eddie hughes\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years did Eddie Hughes play for the Jazz?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"eddie hughes\"", "4" ] } ]
train_2-11545282-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Nationality", "Position", "Years for Jazz", "School/Club Team" ], [ "2", "Ben Handlogten", "United States", "Forward", "2003-04", "Western Michigan" ], [ "3", "Bobby Hansen", "United States", "Guard", "1983-90", "Iowa" ], [ "4", "James Hardy", "United States", "Forward", "1978-82", "San Francisco" ], [ "5", "Matt Harpring", "United States", "Forward", "2002-2009", "Georgia Tech" ], [ "6", "Devin Harris", "United States", "Guard", "2011-2012", "Wisconsin" ], [ "7", "Steve Hayes", "United States", "Center", "1985-86", "Idaho State" ], [ "8", "Gordon Hayward", "United States", "Small forward", "2010–present", "Butler" ], [ "9", "Spencer Haywood", "United States", "Power forward", "1978-79", "Detroit" ], [ "10", "Jeff Hornacek", "United States", "Shooting guard", "1994-2000", "Iowa State" ], [ "11", "Josh Howard", "United States", "Small forward", "2011-present", "Wake Forest" ], [ "12", "Mo Howard", "United States", "Guard", "1977-78", "Maryland" ], [ "13", "Stephen Howard", "United States", "Forward", "1992-94;1996-97", "DePaul" ], [ "14", "Troy Hudson", "United States", "Guard", "1997-98", "Southern Illinois" ], [ "15", "Eddie Hughes", "United States", "Guard", "1987-88", "Colorado State" ], [ "16", "Jay Humphries", "United States", "Guard", "1992-95", "Colorado" ], [ "17", "Kris Humphries", "United States", "Forward", "2004-06", "Minnesota" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1964),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=1964),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "that was held in 1964?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1964", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"toronto, canada\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"toronto, canada\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the Event with a venue that was in toronto, canada?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"toronto, canada\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"british empire and commonwealth games\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"british empire and commonwealth games\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Year the competition the british empire and commonwealth games were held?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"british empire and commonwealth games\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"commonwealth games\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"commonwealth games\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the position of the commonwealth games?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"commonwealth games\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1964),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=1964),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the venue with a competition in 1964?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1964", "3" ] } ]
train_2-14576140-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Event" ], [ "2", "1962", "British Empire and Commonwealth Games", "Perth , Australia", "6th", "High jump" ], [ "3", "1964", "Olympic Games", "Tokyo, Japan", "10th", "High jump" ], [ "4", "1966", "British Empire and Commonwealth Games", "Kingston, Jamaica", "1st", "High jump" ], [ "5", "1968", "Olympic Games", "Mexico City, Mexico", "8th", "High jump" ], [ "6", "1969", "Pacific Conference Games", "Tokyo, Japan", "1st", "High jump" ], [ "7", "1970", "Commonwealth Games", "Edinburgh, Scotland", "1st", "High jump" ], [ "8", "1972", "Olympic Games", "Munich , West Germany", "18th", "High jump" ], [ "9", "1973", "Pacific Conference Games", "Toronto, Canada", "3rd", "High jump" ], [ "10", "1974", "British Commonwealth Games", "Christchurch , New Zealand", "2nd", "High jump" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 115–104 (OT)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"W 115–104 (OT)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the team for w 115–104 (ot)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 115–104 (OT)\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(I1, H1=\"United Center 18,838\")))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I15, H2:H15=\"United Center 18,838\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Name the number of record for united center 18,838", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "H1", "=", "\"United Center 18,838\"" ] } ]
test_1-22669044-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "31", "January 2", "Orlando", "W 101–93 (OT)", "Derrick Rose (30)", "Taj Gibson (12)", "Derrick Rose (7)", "United Center 21,162", "14–17" ], [ "3", "32", "January 4", "Oklahoma", "L 85–98 (OT)", "Derrick Rose (19)", "Joakim Noah (14)", "Derrick Rose , Kirk Hinrich (7)", "United Center 18,838", "14–18" ], [ "4", "33", "January 5", "@ Charlotte", "L 108–113 (OT)", "Derrick Rose (24)", "Luol Deng (9)", "Derrick Rose (9)", "Time Warner Cable Arena 13,749", "14–19" ], [ "5", "34", "January 8", "@ Milawaukee", "L 93–96 (OT)", "Derrick Rose (25)", "Joakim Noah (18)", "Derrick Rose (9)", "Bradley Center 18,717", "14–20" ], [ "6", "35", "January 9", "Minnesota", "W 110–96 (OT)", "Joakim Noah , Kirk Hinrich (20)", "Joakim Noah , Taj Gibson (9)", "Derrick Rose , Kirk Hinrich (7)", "United Center 20,255", "15–20" ], [ "7", "36", "January 11", "Detroit", "W 120–87 (OT)", "Luol Deng (27)", "Joakim Noah (11)", "Derrick Rose (9)", "United Center 21,014", "16–20" ], [ "8", "37", "January 14", "@ Boston", "W 96–83 (OT)", "Luol Deng (25)", "Joakim Noah (11)", "Kirk Hinrich (6)", "TD Garden 18,624", "17–20" ], [ "9", "38", "January 15", "Washington", "W 121–119 (2OT)", "Derrick Rose (37)", "Joakim Noah (15)", "Derrick Rose (6)", "United Center 20,304", "18–20" ], [ "10", "39", "January 18", "@ Golden State", "L 97–114 (OT)", "John Salmons (37)", "Joakim Noah (16)", "Derrick Rose , John Salmons , Jannero Pargo (4)", "Oracle Arena 19,208", "18–21" ], [ "11", "40", "January 20", "@ L.A. Clippers", "L 97–104 (OT)", "Derrick Rose (23)", "Joakim Noah (15)", "Derrick Rose (7)", "Staples Center 16,794", "18–22" ], [ "12", "41", "January 22", "@ Phoenix", "W 115–104 (OT)", "Derrick Rose (32)", "Joakim Noah , Taj Gibson (8)", "Derrick Rose , Kirk Hinrich (5)", "US Airways Center 18422", "19–22" ], [ "13", "42", "January 23", "@ Houston", "W 104–97 (OT)", "Brad Miller (25)", "Taj Gibson (14)", "Kirk Hinrich (7)", "Toyota Center 18,119", "20–22" ], [ "14", "43", "January 25", "@ San Antonio", "W 98–95 (OT)", "Derrick Rose (27)", "Luol Deng (9)", "Derrick Rose (6)", "AT&T Center 18,581", "21–22" ], [ "15", "44", "January 27", "@ Oklahoma", "W 96–86 (OT)", "Derrick Rose (26)", "Taj Gibson (15)", "Derrick Rose (7)", "Ford Center 17,562", "22–22" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"@ buffalo sabres\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"@ buffalo sabres\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Score has an Opponent of @ buffalo sabres?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"@ buffalo sabres\"", "4" ] }, { "Formula": "SUMIFS(H1,B1,\"march 19, 2009\")", "Formula2": "SUMIFS(H2:H14,B2:B14,\"march 19, 2009\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many Points have a Date of march 19, 2009?", "Tokens": [ "SUMIFS(", "H1", "B1", "\"march 19, 2009\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1=\"31–32–13\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19356))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H14,G2:G14=\"31–32–13\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19356))", "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": "When was the Attendance larger than 19,356, and there was a Record of 31–32–13?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "G1", "=", "\"31–32–13\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "19356" ] } ]
test_2-16864968-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Score", "Location", "Attendance", "Record", "Points" ], [ "2", "64", "March 3, 2009", "New Jersey Devils", "2–3 (OT)", "Air Canada Centre", "19,389", "25–26–13", "63" ], [ "3", "65", "March 5, 2009", "@ Washington Capitals", "2–1", "Verizon Center", "18,277", "26–26–13", "65" ], [ "4", "66", "March 7, 2009", "Edmonton Oilers", "1–4", "Air Canada Centre", "19,364", "26–27–13", "65" ], [ "5", "67", "March 9, 2009", "@ Ottawa Senators", "1–2", "Scotiabank Place", "18,898", "26–28–13", "65" ], [ "6", "68", "March 10, 2009", "New York Islanders", "3–2 (OT)", "Air Canada Centre", "19,041", "27–28–13", "67" ], [ "7", "69", "March 12, 2009", "Tampa Bay Lightning", "1–4", "Air Canada Centre", "19,209", "27–29–13", "67" ], [ "8", "70", "March 14, 2009", "Calgary Flames", "8–6", "Air Canada Centre", "19,356", "28–29–13", "69" ], [ "9", "71", "March 17, 2009", "@ Tampa Bay Lightning", "4–3 (SO)", "St. Pete Times Forum", "18,793", "29–29–13", "71" ], [ "10", "72", "March 19, 2009", "@ Florida Panthers", "1–3", "BankAtlantic Center", "15,467", "29–30–13", "71" ], [ "11", "73", "March 21, 2009", "@ Montreal Canadiens", "5–2", "Bell Centre", "21,273", "30–30–13", "73" ], [ "12", "74", "March 24, 2009", "Washington Capitals", "3–2 (SO)", "Air Canada Centre", "19,362", "31–30–13", "75" ], [ "13", "75", "March 27, 2009", "@ Buffalo Sabres", "3–5", "HSBC Arena", "18,620", "31–31–13", "75" ], [ "14", "76", "March 28, 2009", "Boston Bruins", "5–7", "Air Canada Centre", "19,360", "31–32–13", "75" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"fa premier league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<1882))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,D2:D7=\"fa premier league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<1882))", "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 Club has a Founded smaller than 1882, and a League of fa premier league?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"fa premier league\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "1882" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"west bromwich albion\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"west bromwich albion\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Venue has a Club of west bromwich albion?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"west bromwich albion\"", "5" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"birmingham city\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1874))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,A2:A7=\"birmingham city\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1874))", "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 Sport has a Founded larger than 1874 and a Club of birmingham city?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "A1", "=", "\"birmingham city\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1874" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"billesley common\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"billesley common\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What kind of League has a Venue of billesley common?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"billesley common\"", "4" ] }, { "Formula": "SUMIFS(C1,E1,\"villa park\")", "Formula2": "SUMIFS(C2:C7,E2:E7,\"villa park\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "COunt the Founded which has a Venue of villa park?", "Tokens": [ "SUMIFS(", "C1", "E1", "\"villa park\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"football\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1875))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E7,B2:B7=\"football\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1875))", "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": "Name the Club which has a Founded larger than 1875, and a Sport of football?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"football\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1875" ] } ]
test_2-1640927-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Club", "Sport", "Founded", "League", "Venue" ], [ "2", "Aston Villa", "Football", "1874", "FA Premier League", "Villa Park" ], [ "3", "Birmingham City", "Football", "1875", "Football League Championship", "St. Andrew's Stadium" ], [ "4", "West Bromwich Albion", "Football", "1878", "FA Premier League", "The Hawthorns" ], [ "5", "Warwickshire County Cricket Club", "Cricket", "1882", "National Cricket League", "Edgbaston Cricket Ground" ], [ "6", "Birmingham Panthers", "Basketball", "2007", "British Basketball League", "Aston Events Centre" ], [ "7", "Moseley Rugby Club", "Rugby union", "1873", "RFU Championship", "Billesley Common" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date was the away team Hawthorn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "7" ] } ]
train_2-10808933-8
[ [ "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.8 (62)", "South Melbourne", "11.9 (75)", "Western Oval", "14,755", "8 June 1968" ], [ "3", "Collingwood", "11.13 (79)", "Melbourne", "13.7 (85)", "Victoria Park", "24,375", "8 June 1968" ], [ "4", "North Melbourne", "9.11 (65)", "Geelong", "13.11 (89)", "Arden Street Oval", "13,209", "8 June 1968" ], [ "5", "Richmond", "11.15 (81)", "Hawthorn", "11.14 (80)", "MCG", "31,325", "10 June 1968" ], [ "6", "St Kilda", "16.17 (113)", "Essendon", "8.9 (57)", "Moorabbin Oval", "43,231", "10 June 1968" ], [ "7", "Fitzroy", "4.10 (34)", "Carlton", "13.15 (93)", "Princes Park", "19,306", "10 June 1968" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"amer delic robert kendrick\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"amer delic robert kendrick\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which type of surface do Amer Delic Robert Kendrick's opponents have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"amer delic robert kendrick\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"w/o\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"w/o\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On which surface was the score w/o?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"w/o\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"diego junqueira gabriel trujillo-soler\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"diego junqueira gabriel trujillo-soler\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Diego Junqueira Gabriel Trujillo-Soler's opponent's score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"diego junqueira gabriel trujillo-soler\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"thomas oger nicolas tourte\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"thomas oger nicolas tourte\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which surface do opponents of Thomas Oger Nicolas Tourte have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"thomas oger nicolas tourte\"", "4" ] } ]
test_2-12397961-13
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Runner-up", "5 August 2006", "Saransk , Russia", "Clay", "Dekel Valtzer", "Alexey Kedriouk Orest Tereshchuk", "4–6, 7–5, [5–10]" ], [ "3", "Runner-up", "10 September 2006", "Brașov , Romania", "Clay", "Michal Navratil", "Lazar Magdincev Predrag Rusevski", "4–6, 6–7 (9–11)" ], [ "4", "Winner", "4 November 2006", "Louisville , United States", "Hard", "Igor Sijsling", "Amer Delic Robert Kendrick", "w/o" ], [ "5", "Runner-up", "28 January 2007", "Wrexham , Great Britain", "Hard", "Richard Bloomfield", "Thomas Oger Nicolas Tourte", "7–6 (7–4) , 5–7, [10–12]" ], [ "6", "Winner", "1 August 2010", "Cordenons , Italy", "Clay", "Rogier Wassen", "James Cerretani Adil Shamasdin", "7–6 (16–14) , 7–5" ], [ "7", "Winner", "28 August 2010", "Manerbio , Italy", "Clay", "Thomas Schoorel", "Diego Junqueira Gabriel Trujillo-Soler", "6–4, 6–4" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"14.10 (94)\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>25819))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"14.10 (94)\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>25819))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the away team's score during the match where the crowd was larger than 25,819 and the home team scored 14.10 (94)?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.10 (94)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "25819" ] }, { "Formula": "SUMIFS(F1,D1,\"7.6 (48)\")", "Formula2": "SUMIFS(F2:F7,D2:D7,\"7.6 (48)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the sum of all the crowds at matches where the away team's score was 7.6 (48)?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"7.6 (48)\"" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>29840))", "Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>29840))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What venue saw a crowd larger than 29,840?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "29840" ] } ]
train_2-10776868-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "18.10 (118)", "Hawthorn", "12.7 (79)", "Kardinia Park", "25,819", "5 May 1962" ], [ "3", "Fitzroy", "9.11 (65)", "St Kilda", "16.7 (103)", "Brunswick Street Oval", "16,981", "5 May 1962" ], [ "4", "Essendon", "12.22 (94)", "Richmond", "9.13 (67)", "Windy Hill", "22,500", "5 May 1962" ], [ "5", "Carlton", "16.14 (110)", "North Melbourne", "7.6 (48)", "Princes Park", "19,933", "5 May 1962" ], [ "6", "Melbourne", "14.10 (94)", "Footscray", "4.11 (35)", "MCG", "55,012", "5 May 1962" ], [ "7", "South Melbourne", "7.14 (56)", "Collingwood", "15.10 (100)", "Lake Oval", "29,840", "5 May 1962" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"middleweight –75 kg\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"middleweight –75 kg\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the final for middleweight –75 kg?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"middleweight –75 kg\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"did not advance\")*(B1=\"light heavyweight –81 kg\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(F2:F11=\"did not advance\")*(B2:B11=\"light heavyweight –81 kg\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "For the light heavyweight –81 kg event that did not advance to semifinal, who was the athlete?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"did not advance\"", "*", "B1", "=", "\"light heavyweight –81 kg\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"rouhollah hosseini\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"rouhollah hosseini\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the final for rouhollah hosseini?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"rouhollah hosseini\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"did not advance\")*(C1=\"n/a\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(E2:E11=\"did not advance\")*(C2:C11=\"n/a\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When the round of 32 was n/a and quarterfinal was did not advance, what was the round of 16?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"did not advance\"", "*", "C1", "=", "\"n/a\"", "4" ] } ]
train_2-10831471-12
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Athlete", "Event", "Round of 32", "Round of 16", "Quarterfinal", "Semifinal", "Final" ], [ "2", "Akbar Ahadi", "Bantamweight –54 kg", "Sheikhan W 15–6", "Tulyakov L 4–12", "Did not advance", "Did not advance", "Did not advance" ], [ "3", "Bijan Batmani", "Featherweight –57 kg", "N/A", "Hamidi W 9–4", "Canoy L 4–5", "Did not advance", "Did not advance" ], [ "4", "Hassan Moradnejad", "Lightweight –60 kg", "N/A", "Barriga L 7–8", "Did not advance", "Did not advance", "Did not advance" ], [ "5", "Babak Moghimi", "Light welterweight –63.5 kg", "N/A", "Papilaya L 10–18", "Did not advance", "Did not advance", "Did not advance" ], [ "6", "Anoushirvan Nourian", "Welterweight –67 kg", "N/A", "Bae L 4–5", "Did not advance", "Did not advance", "Did not advance" ], [ "7", "Esfandiar Mohammadi", "Light middleweight –71 kg", "N/A", "Bye", "Nanakon L 7–13", "Did not advance", "Did not advance" ], [ "8", "Ebrahim Mousavi", "Middleweight –75 kg", "N/A", "Burba L DNF", "Did not advance", "Did not advance", "Did not advance" ], [ "9", "Ali Darvish", "Light heavyweight –81 kg", "N/A", "Ihabal W 20–13", "Lee L 7–18", "Did not advance", "Did not advance" ], [ "10", "Rouhollah Hosseini", "Heavyweight –91 kg", "N/A", "N/A", "Ma W 20–12", "Chagaev L 2–17", "Did not advance" ], [ "11", "Mohammad Reza Samadi", "Super heavyweight +91 kg", "N/A", "N/A", "Abuduxikeer W 10–3", "Hussain W 15–8", "Dildabekov L Knockout" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"london\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,(CHOOSECOLS(query1,2)>19020)*(CHOOSECOLS(query1,3)>7734)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G12,B2:B12=\"london\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,(CHOOSECOLS(query1,2)>19020)*(CHOOSECOLS(query1,3)>7734)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which institution has more than 19,020 students in london with a research funding of more than 7,734?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "B1", "=", "\"london\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "19020", "*", "CHOOSECOLS(", "query1", "3", ">", "7734" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1>1932),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>7238))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G12,D2:D12>1932),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>7238))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which institution gained university status after 1932 and has a research funding more than 7,238?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "D1", ">", "1932", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "7", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "7238" ] } ]
train_2-142950-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Location", "Established", "Gained university status", "Vice-chancellor", "Total Number of Students", "Research Funding (£,000)" ], [ "2", "Birkbeck, University of London", "London", "1823", "1920", "Professor David Latchman", "19,020", "9,985" ], [ "3", "University of East Anglia", "Norwich", "1963", "1963", "Professor Edward Acton", "19,585", "16,482" ], [ "4", "University of Essex", "Colchester", "1964", "1964", "Professor Anthony Forster", "11,690", "9,967" ], [ "5", "Goldsmiths, University of London", "London", "1891", "1904", "Dr Pat Loughrey", "7,615", "8,539" ], [ "6", "Institute of Education, University of London", "London", "1902", "1932", "Professor Chris Husbands", "7,215", "7,734" ], [ "7", "University of Lancaster", "Lancaster", "1964", "1964", "Professor Mark Smith", "12,695", "18,640" ], [ "8", "University of Leicester", "Leicester", "1921", "1957", "Professor Robert Burgess", "16,160", "22,225" ], [ "9", "Loughborough University", "Loughborough", "1909", "1966", "Professor Robert Allison", "17,825", "22,398" ], [ "10", "Royal Holloway, University of London", "Egham", "1849", "1900", "Professor Paul Layzell (Principal)", "7,620", "13,699" ], [ "11", "SOAS, University of London", "London", "1916", "1916", "Professor Paul Webley", "4,525", "7,238" ], [ "12", "University of Sussex", "Brighton", "1961", "1961", "Professor Michael Farthing", "12,415", "16,196" ] ]
[ { "Formula": "SUM(FILTER(F1, (A1<5)*(B1=\"september 18, 1994\")))", "Formula2": "SUM(FILTER(F2:F17, (A2:A17<5)*(B2:B17=\"september 18, 1994\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the attendance for the game held on September 18, 1994, with a week less than 5?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "<", "5", "*", "B1", "=", "\"september 18, 1994\"" ] }, { "Formula": "AVERAGE(FILTER(F1, (A1>6)*(C1=\"at philadelphia eagles\")))", "Formula2": "AVERAGE(FILTER(F2:F17, (A2:A17>6)*(C2:C17=\"at philadelphia eagles\")))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the average attendance when the opponent was at Philadelphia Eagles and the week was later than week 6?", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "A1", ">", "6", "*", "C1", "=", "\"at philadelphia eagles\"" ] }, { "Formula": "SUM(FILTER(F1, (A1>2)*(B1=\"october 30, 1994\")))", "Formula2": "SUM(FILTER(F2:F17, (A2:A17>2)*(B2:B17=\"october 30, 1994\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the attendance for the game on October 30, 1994 for a week after week 2?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", ">", "2", "*", "B1", "=", "\"october 30, 1994\"" ] } ]
train_2-10650101-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Week", "Date", "Opponent", "Result", "TV Time", "Attendance" ], [ "2", "1", "September 4, 1994", "at Cincinnati Bengals", "W 28–20", "NBC 1:00et", "52,778" ], [ "3", "2", "September 11, 1994", "Pittsburgh Steelers", "L 17–10", "NBC 1:00et", "77,774" ], [ "4", "3", "September 18, 1994", "Arizona Cardinals", "W 32–0", "FOX 1:00et", "62,818" ], [ "5", "4", "September 25, 1994", "at Indianapolis Colts", "W 21–14", "NBC 1:00et", "55,821" ], [ "6", "5", "October 2, 1994", "New York Jets", "W 27–7", "NBC 1:00et", "76,188" ], [ "7", "6", "October 13, 1994", "at Houston Oilers", "W 11–8", "TNT 8:00et", "50,364" ], [ "8", "7", "October 23, 1994", "Cincinnati Bengals", "W 37–13", "NBC 1:00et", "77,588" ], [ "9", "8", "October 30, 1994", "at Denver Broncos", "L 26–14", "NBC 4:15et", "73,190" ], [ "10", "9", "November 6, 1994", "New England Patriots", "W 13–6", "NBC 4:15et", "73,878" ], [ "11", "10", "November 13, 1994", "at Philadelphia Eagles", "W 26–7", "NBC 1:00et", "65,233" ], [ "12", "11", "November 20, 1994", "at Kansas City Chiefs", "L 20–13", "NBC 1:00et", "69,121" ], [ "13", "12", "November 27, 1994", "Houston Oilers", "W 34–10", "NBC 1:00et", "65,088" ], [ "14", "13", "December 4, 1994", "New York Giants", "L 16–13", "FOX 4:15et", "72,068" ], [ "15", "14", "December 10, 1994", "at Dallas Cowboys", "W 19–14", "NBC 4:05et", "64,826" ], [ "16", "15", "December 18, 1994", "at Pittsburgh Steelers", "L 17–7", "NBC 4:15et", "60,808" ], [ "17", "16", "December 24, 1994", "Seattle Seahawks", "W 35–9", "NBC 12:30et", "54,180" ] ]
[ { "Formula": "SUM(FILTER(A1, (C1=5)*(D1=\"1-2-2\")))", "Formula2": "SUM(FILTER(A2:A10, (C2:C10=5)*(D2:D10=\"1-2-2\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which position had 5 games played and a record of 1-2-2?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "5", "*", "D1", "=", "\"1-2-2\"" ] } ]
train_2-14181578-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Club (City/Town)", "Games Played", "W-L-D", "Goals For/Against", "Points" ], [ "2", "1", "Texmar Boys ( Mango Creek /Independence)", "4", "4-0-0", "11-0", "12" ], [ "3", "2", "Kraal Road F.C. ( Belize City )", "5", "4-1-0", "14-2", "12" ], [ "4", "3", "Benque D.C. United ( Benque Viejo del Carmen )", "5", "3-1-1", "7-5", "10" ], [ "5", "4", "Alpha Barcelona ( Orange Walk )", "4", "2-2-0", "5-5", "6" ], [ "6", "5", "Estrellas F.C. ( Punta Gorda )", "4", "2-2-0", "4-4", "6" ], [ "7", "6", "Roots F.C. ( Belize City )", "5", "1-2-2", "8-12", "5" ], [ "8", "7", "Barrio Fino F.C. ( Belmopan )", "4", "1-2-1", "8-5", "4" ], [ "9", "8", "Belmopan Bandits ( Belmopan )", "4", "1-3-0", "3-10", "3" ], [ "10", "9", "Cayo Adventurers (San Ignacio)", "5", "0-5-0", "3-20", "0" ] ]
[ { "Formula": "SUMIFS(C1,F1,\"£1,000,000\")", "Formula2": "SUMIFS(C2:C15,F2:F15,\"£1,000,000\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many matches were there in the round with £1,000,000 in prize money?", "Tokens": [ "SUMIFS(", "C1", "F1", "\"£1,000,000\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(C2:C15)),FILTER(query1,CHOOSECOLS(query1,2)=1))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was the date for a round that only had 1 match?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "1" ] } ]
train_2-11318956-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Date", "Matches", "Clubs", "New entries this round", "Prize money" ], [ "2", "Extra Preliminary Round", "18 August 2007", "171", "729 → 558", "none", "£500" ], [ "3", "Preliminary Round", "1 September 2007", "166", "558 → 392", "161: 227th–387th", "£1,000" ], [ "4", "First Round Qualifying", "15 September 2007", "116", "392 → 276", "66: 161st–226th", "£2,250" ], [ "5", "Second Round Qualifying", "29 September 2007", "80", "276 → 196", "44: 117th–160th", "£3,750" ], [ "6", "Third Round Qualifying", "13 October 2007", "40", "196 → 156", "none", "£5,000" ], [ "7", "Fourth Round Qualifying", "27 October 2007", "32", "156 → 124", "24: 93rd–116th", "£10,000" ], [ "8", "First Round Proper", "10 November 2007", "40", "124 → 84", "48: 45th–92nd", "£16,000" ], [ "9", "Second Round Proper", "1 December 2007", "20", "84 → 64", "none", "£24,000" ], [ "10", "Third Round Proper", "5 January 2008", "32", "64 → 32", "44: 1st–44th", "£40,000" ], [ "11", "Fourth Round Proper", "26 January 2008", "16", "32 → 16", "none", "£60,000" ], [ "12", "Fifth Round Proper", "16 February 2008", "8", "16 → 8", "none", "£120,000" ], [ "13", "Sixth Round Proper (Quarter finals)", "8 March 2008", "4", "8 → 4", "none", "£300,000" ], [ "14", "Semi-finals", "5 April 2008", "2", "4 → 2", "none", "£900,000" ], [ "15", "Final", "17 May 2008", "1", "2 → 1", "none", "£1,000,000" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"4.12 (36)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"4.12 (36)\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did a home team score 4.12 (36)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"4.12 (36)\"", "7" ] }, { "Formula": "SUMIFS(F1,C1,\"collingwood\")", "Formula2": "SUMIFS(F2:F7,C2:C7,\"collingwood\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How big was the crowd when collingwood visited?", "Tokens": [ "SUMIFS(", "F1", "C1", "\"collingwood\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"moorabbin oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"moorabbin oval\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What away team is based in moorabbin oval?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"moorabbin oval\"", "3" ] } ]
train_2-10788451-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Fitzroy", "8.16 (64)", "Essendon", "11.18 (84)", "Brunswick Street Oval", "17,500", "17 April 1965" ], [ "3", "St Kilda", "8.12 (60)", "Collingwood", "8.6 (54)", "Moorabbin Oval", "51,370", "17 April 1965" ], [ "4", "Hawthorn", "8.6 (54)", "Carlton", "12.19 (91)", "Glenferrie Oval", "36,000", "17 April 1965" ], [ "5", "North Melbourne", "4.12 (36)", "South Melbourne", "6.10 (46)", "City of Coburg Oval", "13,774", "19 April 1965" ], [ "6", "Richmond", "6.5 (41)", "Melbourne", "7.5 (47)", "MCG", "36,283", "19 April 1965" ], [ "7", "Geelong", "5.5 (35)", "Footscray", "5.3 (33)", "Kardinia Park", "23,233", "19 April 1965" ] ]
[ { "Formula": "FILTER(B1,A1=\"uroporphyrinogen iii synthase\")", "Formula2": "FILTER(B2:B9,A2:A9=\"uroporphyrinogen iii synthase\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the location of the enzyme Uroporphyrinogen iii Synthase?", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"uroporphyrinogen iii synthase\"" ] }, { "Formula": "FILTER(C1,D1=\"protoporphyrin ix\")", "Formula2": "FILTER(C2:C9,D2:D9=\"protoporphyrin ix\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is protoporphyrin ix's substrate?", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"protoporphyrin ix\"" ] }, { "Formula": "FILTER(C1,F1=176000)", "Formula2": "FILTER(C2:C9,F2:F9=176000)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which substrate has an OMIM of 176000?", "Tokens": [ "FILTER(", "C1", "F1", "=", "176000" ] } ]
dev_2-182499-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Enzyme", "Location", "Substrate", "Product", "Chromosome", "OMIM", "Porphyria" ], [ "2", "ALA synthase", "Mitochondrion", "Glycine , succinyl CoA", "δ-Aminolevulinic acid", "3p21.1", "125290", "none" ], [ "3", "ALA dehydratase", "Cytosol", "δ-Aminolevulinic acid", "Porphobilinogen", "9q34", "125270", "ALA-Dehydratase deficiency" ], [ "4", "PBG deaminase", "Cytosol", "Porphobilinogen", "Hydroxymethyl bilane", "11q23.3", "176000", "acute intermittent porphyria" ], [ "5", "Uroporphyrinogen III synthase", "Cytosol", "Hydroxymethyl bilane", "Uroporphyrinogen III", "10q25.2-q26.3", "606938", "congenital erythropoietic porphyria" ], [ "6", "Uroporphyrinogen III decarboxylase", "Cytosol", "Uroporphyrinogen III", "Coproporphyrinogen III", "1p34", "176100", "porphyria cutanea tarda" ], [ "7", "Coproporphyrinogen III oxidase", "Mitochondrion", "Coproporphyrinogen III", "Protoporphyrinogen IX", "3q12", "121300", "coproporphyria" ], [ "8", "Protoporphyrinogen oxidase", "Mitochondrion", "Protoporphyrinogen IX", "Protoporphyrin IX", "1q22", "600923", "variegate porphyria" ], [ "9", "Ferrochelatase", "Mitochondrion", "Protoporphyrin IX", "Heme", "18q21.3", "177000", "erythropoietic protoporphyria" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.21 (105)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.21 (105)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the home team when the away team scored 14.21 (105)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"14.21 (105)\"", "2" ] } ]
train_2-10887680-13
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Hawthorn", "21.14 (140)", "South Melbourne", "18.11 (119)", "Princes Park", "13,583", "1 July 1978" ], [ "3", "Footscray", "33.15 (213)", "St Kilda", "16.10 (106)", "Western Oval", "16,300", "1 July 1978" ], [ "4", "Richmond", "21.16 (142)", "North Melbourne", "17.15 (117)", "MCG", "27,156", "1 July 1978" ], [ "5", "Essendon", "12.26 (98)", "Collingwood", "14.21 (105)", "Windy Hill", "29,913", "1 July 1978" ], [ "6", "Geelong", "8.9 (57)", "Carlton", "9.13 (67)", "Kardinia Park", "25,185", "1 July 1978" ], [ "7", "Fitzroy", "19.27 (141)", "Melbourne", "8.13 (61)", "VFL Park", "13,933", "1 July 1978" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Western Turnpike Golf Course\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"Western Turnpike Golf Course\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When are all years that tournament location is Western Turnpike Golf Course?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"Western Turnpike Golf Course\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Ji Min Jeong\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"Ji Min Jeong\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When are all years that the champion is Ji Min Jeong?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Ji Min Jeong\"", "1" ] }, { "Formula": "SUM(FILTER(H1, A1=2004))", "Formula2": "SUM(FILTER(H2:H14, A2:A14=2004))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How much are all winners share ($) in the year 2004?", "Tokens": [ "SUM(", "FILTER(", "H1", "A1", "=", "2004" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=2006),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,A2:A14=2006),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "When are all dates in the year 2006?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "2006", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"205 (–8)\")*(D1=\"Australia\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,(E2:E14=\"205 (–8)\")*(D2:D14=\"Australia\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When are all dates with a score of 205 (–8) in Australia?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"205 (–8)\"", "*", "D1", "=", "\"Australia\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Canada\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,D2:D14=\"Canada\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are all of the dates in the country of Canada?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Canada\"", "2" ] } ]
train_1-15315816-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Dates", "Champion", "Country", "Score", "Tournament location", "Purse ($)", "Winners share ($)" ], [ "2", "2013", "Jul 12–14", "Wei-Ling Hsu", "Taiwan", "202 (–11)", "Capital Hills at Albany", "100000", "15000" ], [ "3", "2012", "Aug 3–5", "Jaclyn Sweeney", "United States", "203 (–10)", "Capital Hills at Albany", "100000", "15000" ], [ "4", "2011", "Sep 9–11", "Sydnee Michaels", "United States", "202 (–8)", "Capital Hills at Albany", "120000", "16800" ], [ "5", "2010 *", "Sep 3–5", "Cindy LaCrosse", "United States", "208 (–5)", "Capital Hills at Albany", "120000", "16800" ], [ "6", "2009", "Sep 4–6", "Song Yi Choi", "South Korea", "205 (–8)", "Capital Hills at Albany", "110000", "15400" ], [ "7", "2008", "Sep 5–7", "Sarah-Jane Kenyon", "Australia", "204 (–9)", "Capital Hills at Albany", "100000", "14000" ], [ "8", "2007", "Sep 7–9", "Onnarin Sattayabanphot", "Thailand", "210 (–3)", "Capital Hills at Albany", "100000", "14000" ], [ "9", "2006", "Sep 8–10", "Ji Min Jeong", "South Korea", "206 (–7)", "Capital Hills at Albany", "85000", "11900" ], [ "10", "2005", "Jul 15–17", "Seon-Hwa Lee", "South Korea", "199 (–14)", "Capital Hills at Albany", "70000", "9800" ], [ "11", "2004", "Aug 13–15", "Nicole Perrot", "Paraguay", "203 (–10)", "Capital Hills at Albany", "70000", "9800" ], [ "12", "2003*", "Jul 17–20", "Lindsey Wright", "Australia", "205 (–8)", "Orchard Creek Golf Club", "60000", "8400" ], [ "13", "2002*", "Jul 5–7", "Mariam Nagl", "Brazil", "210 (–3)", "Orchard Creek Golf Club", "60000", "8400" ], [ "14", "2001", "Jul 6–8", "Angela Buzminski", "Canada", "208 (–8)", "Western Turnpike Golf Course", "60000", "8400" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"guy edwards\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"guy edwards\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which circuit did Guy Edwards win?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"guy edwards\"", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"rupert keegan\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F16,E2:E16=\"rupert keegan\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What circuit did Rupert Keegan win in round 8?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"rupert keegan\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"silverstone\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>10))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F16,C2:C16=\"silverstone\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>10))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Who won Silverstone in a round after 10?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"silverstone\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "10" ] } ]
test_2-10662806-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Name", "Circuit", "Date", "Winning driver", "Winning car" ], [ "2", "1", "Belgian Cup", "Zolder", "April 1", "Dave Kennedy", "Wolf WR4" ], [ "3", "2", "International Gold Cup", "Oulton Park", "April 13", "Dave Kennedy", "Wolf WR4" ], [ "4", "3", "Race of Champions", "Brands Hatch", "April 15", "Guy Edwards", "Fittipaldi F5A" ], [ "5", "4", "Sun Trophy", "Mallory Park", "May 7", "Rupert Keegan", "Arrows A1" ], [ "6", "5", "Anglia TV Trophy", "Snetterton", "May 20", "Rupert Keegan", "Arrows A1" ], [ "7", "6", "Rivet Supply Trophy", "Thruxton", "May 28", "Emilio de Villota", "Lotus 78" ], [ "8", "7", "International Whitsuntide Race", "Zandvoort", "June 4", "Emilio de Villota", "Lotus 78" ], [ "9", "8", "Donington Formula 1 Trophy", "Donington Park", "June 24", "Rupert Keegan", "Arrows A1" ], [ "10", "9", "Daily Express Formula 1 Trophy", "Oulton Park", "June 30", "Emilio de Villota", "Lotus 78" ], [ "11", "10", "Nogaro Grand Prix", "Nogaro", "July 8", "Emilio de Villota", "Lotus 78" ], [ "12", "11", "ATV Trophy", "Mallory Park", "July 29", "Dave Kennedy", "Wolf WR6" ], [ "13", "12", "Fuji Tapes Trophy", "Brands Hatch", "August 27", "Ricardo Zunino", "Arrows A1" ], [ "14", "13", "Radio Victory Trophy", "Thruxton", "September 9", "Rupert Keegan", "Arrows A1" ], [ "15", "14", "Budweiser Trophy", "Snetterton", "September 23", "Rupert Keegan", "Arrows A1" ], [ "16", "15", "Bradford & Bingley Trophy", "Silverstone", "October 7", "Gordon Smiley", "Surtees TS20" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"1st round\")*(C1=\"nasl indoor\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=\"1st round\")*(C2:C12=\"nasl indoor\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year had a 1st round playoff in the NASL indoor league?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"1st round\"", "*", "C1", "=", "\"nasl indoor\"", "1" ] } ]
test_2-1213933-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Division", "League", "Reg. Season", "Playoffs", "Open Cup" ], [ "2", "1974", "1", "NASL", "1st, Western", "Champions", "Did not enter" ], [ "3", "1975", "N/A", "NASL Indoor", "3rd, Region 4", "Did not qualify", "N/A" ], [ "4", "1975", "1", "NASL", "3rd, Western", "Quarterfinals", "Did not enter" ], [ "5", "1976", "1", "NASL", "3rd, Pacific Southern", "1st Round", "Did not enter" ], [ "6", "1977", "1", "NASL", "3rd, Pacific Southern", "Semifinals", "Did not enter" ], [ "7", "1978", "1", "NASL", "4th, National Western", "Did not qulaify", "Did not enter" ], [ "8", "1979", "1", "NASL", "2nd, National Western", "Conference Semifinals", "Did not enter" ], [ "9", "1979–80", "N/A", "NASL Indoor", "5th, Western", "Did not qualify", "N/A" ], [ "10", "1980", "1", "NASL", "2nd, National Western", "Conference Championships", "Did not enter" ], [ "11", "1980–81", "N/A", "NASL Indoor", "1st, Western", "1st Round", "N/A" ], [ "12", "1981", "1", "NASL", "2nd, Western", "1st Round", "Did not enter" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"0.50 m\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"0.50 m\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Parameter that has the third phase of 0.50 m?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"0.50 m\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"20kn\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"20kn\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the second stage that has the third phase of 20kn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"20kn\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"5,443kg\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"5,443kg\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the third stage that has the first phase of 5,443kg?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"5,443kg\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"20kn\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"20kn\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Parameter that has the third phase of 20kn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"20kn\"", "1" ] } ]
train_2-16537783-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Parameter", "1st stage", "2nd stage", "3rd stage", "4th stage" ], [ "2", "Gross mass", "54,431kg", "462kg", "126kg", "42kg" ], [ "3", "Empty mass", "5,443kg", "231kg", "63kg", "21kg" ], [ "4", "Thrust", "667kN", "73kN", "20kN", "7kN" ], [ "5", "Isp", "248 s (2.43kN·s/kg)", "214 s (2.10kN·s/kg)", "214 s (2.10kN·s/kg)", "214 s (2.10kN·s/kg)" ], [ "6", "Burn time", "182 s", "6 s", "6 s", "6 s" ], [ "7", "Length", "18.28 m", "1.0 m", "1.0 m", "1.0 m" ], [ "8", "Diameter", "2.67 m", "1.0 m", "0.50 m", "0.30 m" ], [ "9", "Engine:", "Rocketdyne S-3D", "Eleven Sergents", "Three Sergents", "One Sergent" ], [ "10", "Propellant", "LOX/RP-1", "Solid Fuel", "Solid Fuel", "Solid fuel" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team for the game at Victoria Park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "3" ] } ]
train_2-10640687-12
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "11.13 (79)", "Richmond", "7.3 (45)", "MCG", "26,772", "7 July 1956" ], [ "3", "Geelong", "10.7 (67)", "South Melbourne", "3.8 (26)", "Kardinia Park", "16,439", "7 July 1956" ], [ "4", "Fitzroy", "7.9 (51)", "Footscray", "9.7 (61)", "Brunswick Street Oval", "17,500", "7 July 1956" ], [ "5", "Collingwood", "11.18 (84)", "Hawthorn", "8.10 (58)", "Victoria Park", "17,150", "7 July 1956" ], [ "6", "Carlton", "12.13 (85)", "Essendon", "5.15 (45)", "Princes Park", "23,154", "7 July 1956" ], [ "7", "St Kilda", "20.9 (129)", "North Melbourne", "7.9 (51)", "Junction Oval", "14,600", "7 July 1956" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Mark Cohen\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Mark Cohen\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was in the 2005 film with the role mark cohen?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Mark Cohen\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Annaleigh Ashford\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"Annaleigh Ashford\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the 2008 final performance film when the 2011 off-broadway revival was annaleigh ashford?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Annaleigh Ashford\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Jesse L. Martin\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Jesse L. Martin\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who was in the 2005 role when the original broadway cast was played by jesse l. martin?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Jesse L. Martin\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"MJ Rodriguez\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A8, F2:F8=\"MJ Rodriguez\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many times was mj rodriguez cast?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "F1", "=", "\"MJ Rodriguez\"" ] } ]
train_1-26436-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Role", "Original Broadway Cast", "2005 film", "2008 Final Performance Film", "Hollywood Bowl Cast", "2011 Off-Broadway Revival" ], [ "2", "Mark Cohen", "Anthony Rapp", "Anthony Rapp", "Adam Kantor", "Skylar Astin", "Adam Chanler-Berat" ], [ "3", "Roger Davis", "Adam Pascal", "Adam Pascal", "Will Chase", "Aaron Tveit", "Matt Shingledecker" ], [ "4", "Mimi Márquez", "Daphne Rubin-Vega", "Rosario Dawson", "Renee Elise Goldsberry", "Vanessa Hudgens", "Arianda Fernandez" ], [ "5", "Tom Collins", "Jesse L. Martin", "Jesse L. Martin", "Michael McElroy", "Wayne Brady", "Nicholas Christopher" ], [ "6", "Angel Dumott Schunard", "Wilson Jermaine Heredia", "Wilson Jermaine Heredia", "Justin Johnston", "Telly Leung", "MJ Rodriguez" ], [ "7", "Joanne Jefferson", "Fredi Walker", "Tracie Thoms", "Tracie Thoms", "Tracie Thoms", "Corbin Reid" ], [ "8", "Maureen Johnson", "Idina Menzel", "Idina Menzel", "Eden Espinosa", "Nicole Scherzinger", "Annaleigh Ashford" ] ]
[ { "Formula": "MIN(FILTER(E1, F1=59))", "Formula2": "MIN(FILTER(E2:E8, F2:F8=59))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the minimum length of the locations where the average climb percentage is exactly 59%?", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", "=", "59" ] }, { "Formula": "SUM(C1)", "Formula2": "SUM(C2:C8)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "What is the maximum number of km listed?", "Tokens": [ "SUM(", "C1" ] } ]
test_1-206361-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Number", "Name", "Kilometer", "Pavement", "Length (in m)", "Average climb (%)" ], [ "2", "10", "Berg Ter Stene", "213", "asphalt", "1300", "5" ], [ "3", "11", "Leberg", "216", "asphalt", "950", "42" ], [ "4", "12", "Berendries", "222", "asphalt", "940", "7" ], [ "5", "13", "Valkenberg", "227", "asphalt", "540", "81" ], [ "6", "14", "Tenbosse", "233", "asphalt", "455", "64" ], [ "7", "15", "Eikenmolen", "239", "asphalt", "610", "59" ], [ "8", "16", "Muur-Kapelmuur", "249", "cobbles", "475", "93" ] ]
[ { "Formula": "SUM(FILTER(C1, (B1=14)*(E1>1)))", "Formula2": "SUM(FILTER(C2:C10, (B2:B10=14)*(E2:E10>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "On Race 14 when the FLap is larger than 1, what is the podium number?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "=", "14", "*", "E1", ">", "1" ] }, { "Formula": "SUM(FILTER(D1, (E1<15)*(C1>11)))", "Formula2": "SUM(FILTER(D2:D10, (E2:E10<15)*(C2:C10>11)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "When the Flap is less than 15 and the podium is larger than 11, what is the pole?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "<", "15", "*", "C1", ">", "11" ] }, { "Formula": "SUM(FILTER(E1, (D1>0)*(C1<44)*(B1<16)))", "Formula2": "SUM(FILTER(E2:E10, (D2:D10>0)*(C2:C10<44)*(B2:B10<16)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "When the pole is larger than 0 and the podium is less than 44, with a race number less than 16, what is the FLap?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "0", "*", "C1", "<", "44", "*", "B1", "<", "16" ] } ]
train_2-16546257-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Season", "Race", "Podium", "Pole", "FLap" ], [ "2", "2006", "7", "0", "0", "0" ], [ "3", "2007", "17", "1", "0", "0" ], [ "4", "2008", "14", "3", "2", "1" ], [ "5", "2009", "16", "5", "1", "1" ], [ "6", "2010", "17", "12", "0", "3" ], [ "7", "2011", "17", "2", "0", "1" ], [ "8", "2012", "17", "11", "8", "5" ], [ "9", "2013", "16", "10", "5", "4" ], [ "10", "Total", "121", "44", "16", "15" ] ]
[ { "Formula": "SUM(FILTER(B1,A1=11))", "Formula2": "SUM(FILTER(B2:B13,A2:A13=11))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the number of the pick for round 11?", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "11" ] }, { "Formula": "MAX(FILTER(B1,A1=8))", "Formula2": "MAX(FILTER(B2:B13,A2:A13=8))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the largest pick in round 8?", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "=", "8" ] }, { "Formula": "FILTER(D1,E1=\"washington\")", "Formula2": "FILTER(D2:D13,E2:E13=\"washington\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the position of the player for Washington school?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"washington\"" ] } ]
dev_2-11309601-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Name", "Position", "School" ], [ "2", "1", "23", "Jim Jeffcoat", "Defensive End", "Arizona State" ], [ "3", "2", "50", "Michael Walter", "Linebacker", "Oregon" ], [ "4", "3", "77", "Bryan Caldwell", "Defensive End", "Arizona State" ], [ "5", "4", "108", "Chris Faulkner", "Tight End", "Florida" ], [ "6", "5", "135", "Chuck McSwain", "Running Back", "Clemson" ], [ "7", "6", "162", "Reggie Collier", "Quarterback", "Southern Mississippi" ], [ "8", "7", "189", "Chris Schultz", "Offensive Tackle", "Arizona" ], [ "9", "8", "220", "Lawrence Ricks", "Running Back", "Michigan" ], [ "10", "9", "246", "Al Gross", "Defensive Back", "Arizona" ], [ "11", "10", "273", "Eric Moran", "Offensive Guard", "Washington" ], [ "12", "11", "300", "Dan Taylor", "Offensive Tackle", "Idaho State" ], [ "13", "12", "331", "Lorenzo Bouier", "Running Back", "Maine" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"omni coliseum\")*(D1=\"w 105-95\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"omni coliseum\")*(D2:D13=\"w 105-95\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What game was played at Omni Coliseum with a w 105-95 score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"omni coliseum\"", "*", "D1", "=", "\"w 105-95\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"10-8\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"10-8\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did the team have a 10-8 record?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"10-8\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"11-8\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"11-8\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was 11-8 the record?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"11-8\"", "2" ] } ]
train_2-18493040-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location Attendance", "Record" ], [ "2", "17", "December 3", "vs Boston Celtics", "W 105-95", "Omni Coliseum", "10-7" ], [ "3", "Game", "Date", "Opponent", "Score", "Location Attendance", "Record" ], [ "4", "18", "December 4", "at Detroit Pistons", "L 90-100", "The Palace of Auburn Hills 14,574", "10-8" ], [ "5", "19", "December 7", "vs Toronto Raptors", "W 101-75", "Omni Coliseum 11,422", "11-8" ], [ "6", "20", "December 10", "vs Denver Nuggets", "W 89-88", "Omni Coliseum", "12-8" ], [ "7", "21", "December 14", "vs Philadelphia 76ers", "W 106-81", "Omni Coliseum 12,473", "13-8" ], [ "8", "22", "December 17", "at Dallas Mavericks", "W 109-73", "Reunion Arena 14,805", "14-8" ], [ "9", "23", "December 20", "vs New Jersey Nets", "W 109-95", "Omni Coliseum 12,884", "15-8" ], [ "10", "24", "December 21", "at Charlotte Hornets", "L 93-98", "Charlotte Coliseum 24,042", "15-9" ], [ "11", "25", "December 23", "at New York Knicks", "L 76-82", "Madison Square Garden 19,763", "15-10" ], [ "12", "26", "December 26", "vs Chicago Bulls", "W 108-103", "Omni Coliseum 16,378", "16-10" ], [ "13", "27", "December 28", "at Washington Bullets", "L 86-97", "US Airways Arena 11,797", "16-11" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=2010),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J15,C2:C15=2010),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Which width had an entered service year of 2010?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "C1", "=", "2010", "7" ] }, { "Formula": "MAX(FILTER(B1, (C1>2003)*(J1<27)))", "Formula2": "MAX(FILTER(B2:B15, (C2:C15>2003)*(J2:J15<27)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the most recent built year when the year of entering service was more recent than 2003, and the knots is less than 27?", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", ">", "2003", "*", "J1", "<", "27" ] }, { "Formula": "SUM(FILTER(J1, (A1=\"ms moby vincent\")*(H1<1.6)))", "Formula2": "SUM(FILTER(J2:J15, (A2:A15=\"ms moby vincent\")*(H2:H15<1.6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many knots did the Ms Moby Vincent have when passengers was less than 1.6?", "Tokens": [ "SUM(", "FILTER(", "J1", "A1", "=", "\"ms moby vincent\"", "*", "H1", "<", "1.6" ] } ]
train_2-12053121-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Ship", "Built", "Entered service", "Route", "Gross tonnage", "Length", "Width", "Passengers", "Vessels", "Knots" ], [ "2", "MS Bastia", "1974", "1974", "Santa Teresa di Gallura — Bonifacio", "GT", "75 m", "13 m", "400", "100", "18" ], [ "3", "MS Giraglia", "1981", "1981", "Piombino - Cavo ( Elba Island )", "GT", "75 m", "13 m", "400", "100", "18" ], [ "4", "MS Moby Ale", "1969", "1990", "Piombino — Portoferraio", "GT", "93 m", "16 m", "800", "160", "19,5" ], [ "5", "MS Moby Vincent", "1974", "1990", "Livorno—Bastia", "GT", "120 m", "22 m", "1.600", "570", "17,5" ], [ "6", "MS Moby Fantasy", "1976", "1992", "disarmed", "GT", "142 m", "22 m", "1.200", "400", "17" ], [ "7", "MS Moby Baby", "1966", "1996", "Piombino—Portoferraio", "GT", "101 m", "18 m", "1.100", "100", "19" ], [ "8", "MS Moby Love", "1975", "1998", "Piombino—Portoferraio", "GT", "115 m", "19 m", "1.200", "250", "21" ], [ "9", "MS Moby Lally", "1974", "2000", "Piombino—Portoferraio", "GT", "119 m", "19 m", "1.150", "300", "17,5" ], [ "10", "MS Moby Drea", "1975", "2003", "Livorno—Olbia Olbia — Genoa", "GT", "185 m", "27 m", "1.900", "500", "27" ], [ "11", "MS Moby Otta", "1976", "2006", "Genoa—Olbia", "GT", "185 m", "27 m", "1.900", "500", "27" ], [ "12", "MS Moby Tommy", "2002", "2007", "Civitavecchia —Olbia", "GT", "212 m", "25 m", "2.200", "1.000", "30" ], [ "13", "MS Moby Aki", "2005", "2005", "Livorno — Olbia Piombino —Olbia", "GT", "175 m", "27 m", "2.200", "750", "29" ], [ "14", "MS Moby Wonder", "2001", "2001", "Livorno—Olbia", "GT", "175 m", "27 m", "2.200", "750", "29" ], [ "15", "MS Moby Corse", "1978", "2010", "Genoa — Bastia", "GT", "152 m", "25 m", "1.200", "450", "21" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"edmonton oilers\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"edmonton oilers\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score for the game in which the Edmonton Oilers were visitors?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"edmonton oilers\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"toronto maple leafs\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"toronto maple leafs\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score of the game in which the Toronto Maple Leafs were visitors?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"toronto maple leafs\"", "3" ] } ]
train_2-17206737-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record", "Points" ], [ "2", "March 4", "Montreal Canadiens", "1–5", "Buffalo Sabres", "Price", "18,690", "34–23–7", "75" ], [ "3", "March 6", "Montreal Canadiens", "0–2", "Atlanta Thrashers", "Price", "14,900", "34–24–7", "75" ], [ "4", "March 8", "Montreal Canadiens", "3–1", "Dallas Stars", "Price", "17,646", "35–24–7", "77" ], [ "5", "March 10", "Edmonton Oilers", "3–4 OT", "Montreal Canadiens", "Price", "21,273", "36–24–7", "79" ], [ "6", "March 12", "New York Islanders", "3–2 OT", "Montreal Canadiens", "Price", "21,273", "36–24–8", "80" ], [ "7", "March 14", "New Jersey Devils", "3–1", "Montreal Canadiens", "Halak", "21,273", "36–25–8", "80" ], [ "8", "March 17", "New York Rangers", "4–3 SO", "Montreal Canadiens", "Price", "21,273", "36–25–9", "81" ], [ "9", "March 19", "Montreal Canadiens", "4–5", "Ottawa Senators", "Halak", "20,500", "36–26–9", "81" ], [ "10", "March 21", "Toronto Maple Leafs", "5–2", "Montreal Canadiens", "Halak", "21,273", "36–27–9", "81" ], [ "11", "March 24", "Atlanta Thrashers", "3–6", "Montreal Canadiens", "Price", "21,273", "37–27–9", "83" ], [ "12", "March 26", "Tampa Bay Lightning", "2–3 OT", "Montreal Canadiens", "Price", "21,273", "38–27–9", "85" ], [ "13", "March 28", "Buffalo Sabres", "4–3 SO", "Montreal Canadiens", "Price", "21,273", "38–27–10", "86" ], [ "14", "March 31", "Chicago Blackhawks", "1–4", "Montreal Canadiens", "Price", "21,273", "39–27–10", "88" ] ]
[ { "Formula": "SUM(FILTER(A1, F1=20114))", "Formula2": "SUM(FILTER(A2:A18, F2:F18=20114))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "During what week was the game attended by 20114 people?", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "20114" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"July 28\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,B2:B18=\"July 28\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " What was the record in game played on July 28?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"July 28\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Eskimos\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,C2:C18=\"Eskimos\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the record in the game against Eskimos?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Eskimos\"", "7" ] } ]
train_1-23685152-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Location", "Final Score", "Attendance", "Record" ], [ "2", "1", "July 16", "@ Tiger-Cats", "Ivor Wynne Stadium", "L 29–24", "13157", "0–1" ], [ "3", "2", "July 20", "Rough Riders", "Exhibition Stadium", "W 34–11", "20114", "1–1" ], [ "4", "3", "July 28", "Lions", "Exhibition Stadium", "W 26–21", "21846", "2–1" ], [ "5", "4", "August 2", "@ Rough Riders", "Lansdowne Park", "W 41–7", "24322", "3–1" ], [ "6", "5", "August 11", "@ Lions", "BC Place Stadium", "W 24–12", "29621", "4–1" ], [ "7", "6", "August 16", "Tiger-Cats", "Exhibition Stadium", "W 19–5", "25103", "5–1" ], [ "8", "7", "August 26", "@ Roughriders", "Taylor Field", "W 23–21", "24662", "6–1" ], [ "9", "8", "August 31", "Stampeders", "Exhibition Stadium", "W 33–17", "24210", "7–1" ], [ "10", "8", "September 5", "@ Tiger-Cats", "Ivor Wynne Stadium", "L 56–28", "18300", "7–2" ], [ "11", "9", "September 9", "Roughriders", "Exhibition Stadium", "L 14–13", "23498", "7–3" ], [ "12", "10", "September 18", "@ Eskimos", "Commonwealth Stadium", "L 38–21", "33549", "7–4" ], [ "13", "11", "September 25", "Eskimos", "Exhibition Stadium", "W 35–22", "24104", "8–4" ], [ "14", "12", "September 30", "@ Stampeders", "McMahon Stadium", "W 42–25", "18281", "9–4" ], [ "15", "13", "October 8", "@ Rough Riders", "Lansdowne Park", "W 52–3", "18527", "10–4" ], [ "16", "14", "October 14", "Rough Riders", "Exhibition Stadium", "W 49–7", "21713", "11–4" ], [ "17", "15", "October 23", "Blue Bombers", "Exhibition Stadium", "W 36–13", "23324", "12–4" ], [ "18", "16", "October 30", "@ Blue Bombers", "Winnipeg Stadium", "W 22–16", "23557", "13–4" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>18630))", "Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)>18630))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What was the score of the Kings game attended by more than 18,630 people?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "18630" ] }, { "Formula": "AVERAGEIFS(F1,G1,\"1–5–0\")", "Formula2": "AVERAGEIFS(F2:F12,G2:G12,\"1–5–0\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the average attendance for a Kings game when they had a record of 1–5–0?", "Tokens": [ "AVERAGEIFS(", "F1", "G1", "\"1–5–0\"" ] } ]
train_2-11821711-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "October 6", "St. Louis", "5 – 3", "Los Angeles", "Bernier", "18,118", "1–2–0" ], [ "3", "October 10", "Los Angeles", "1 – 5", "Dallas", "LaBarbera", "16,129", "1–3–0" ], [ "4", "October 12", "Boston", "8 – 6", "Los Angeles", "Bernier", "17,064", "1–4–0" ], [ "5", "October 14", "Detroit", "4 – 1", "Los Angeles", "Bernier", "17,215", "1–5–0" ], [ "6", "October 16", "Minnesota", "3 – 4", "Los Angeles", "Aubin", "14,239", "2–5–0" ], [ "7", "October 18", "Los Angeles", "3 – 4", "Calgary", "Aubin", "19,289", "2–6–0" ], [ "8", "October 19", "Los Angeles", "4 – 2", "Vancouver", "LaBarbera", "18,630", "3–6–0" ], [ "9", "October 23", "Nashville", "0 – 6", "Los Angeles", "LaBarbera", "14,026", "4–6–0" ], [ "10", "October 25", "Dallas", "1 – 2", "Los Angeles", "LaBarbera", "14,559", "5–6–0" ], [ "11", "October 27", "Edmonton", "1 – 4", "Los Angeles", "LaBarbera", "16,173", "6–6–0" ], [ "12", "October 31", "Columbus", "4 – 1", "Los Angeles", "LaBarbera", "11,491", "6–7–0" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"Stephen Curry , Dorell Wright (27)\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, E2:E6=\"Stephen Curry , Dorell Wright (27)\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Name the number of date for stephen curry , dorell wright (27)", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "E1", "=", "\"Stephen Curry , Dorell Wright (27)\"" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=77))", "Formula2": "LET(query1,SUMMARIZE(F2:F6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=77))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Name the high rebounds for 77 game", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "77" ] } ]
train_1-27755784-11
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "77", "April 2", "Dallas", "W 99–92 (OT)", "Monta Ellis (32)", "Louis Amundson (10)", "Stephen Curry (8)", "Oracle Arena 18,128", "33–44" ], [ "3", "78", "April 5", "@ Portland", "W 108–87 (OT)", "Monta Ellis (30)", "David Lee (20)", "Monta Ellis (5)", "Rose Garden 20,551", "34–44" ], [ "4", "79", "April 6", "L.A. Lakers", "W 95–87 (OT)", "Monta Ellis (26)", "David Lee (17)", "Monta Ellis (6)", "Oracle Arena 20,024", "35–44" ], [ "5", "80", "April 10", "Sacramento", "L 103–104 (OT)", "Stephen Curry (27)", "David Lee (14)", "Stephen Curry (8)", "Oracle Arena 19,596", "35–45" ], [ "6", "81", "April 11", "@ Denver", "L 111–134 (OT)", "Stephen Curry , Dorell Wright (27)", "Louis Amundson (6)", "Stephen Curry , David Lee (5)", "Pepsi Center 19,155", "35–46" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"q1\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"q1\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the value for 2007 when 2008 is Q1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"q1\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"q1\")*(A1=\"australian open\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"q1\")*(A2:A6=\"australian open\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the win-loss when 2008 has a value of Q1 at Australian Open?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"q1\"", "*", "A1", "=", "\"australian open\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"french open\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"french open\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the value in 2009 at the French Open?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"french open\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"us open\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"us open\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the value in 2008 for the US Open?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"us open\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1r\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"1r\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the value in 2009 when 1R is in 2007?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"1r\"", "4" ] } ]
test_2-12641767-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tournament", "2007", "2008", "2009", "Career Win-Loss" ], [ "2", "Australian Open", "Q1", "Q1", "1R", "0–1" ], [ "3", "French Open", "Q1", "Q1", "1R", "0–1" ], [ "4", "Wimbledon", "1R", "1R", "1R", "1–5" ], [ "5", "US Open", "Q1", "Q3", "Q2", "0–0" ], [ "6", "Year-end ranking", "212", "116", "160", "N/A" ] ]
[ { "Formula": "FILTER(F1,A1=\"2003-04\")", "Formula2": "FILTER(F2:F11,A2:A11=\"2003-04\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "WHich Studio host has a Year of 2003-04?", "Tokens": [ "FILTER(", "F1", "A1", "=", "\"2003-04\"" ] }, { "Formula": "FILTER(G1,(F1=\"gary tanguay\")*(A1=\"2009-10\"))", "Formula2": "FILTER(G2:G11,(F2:F11=\"gary tanguay\")*(A2:A11=\"2009-10\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "WHich Studio analysts has a Studio host of gary tanguay in 2009-10?", "Tokens": [ "FILTER(", "G1", "F1", "=", "\"gary tanguay\"", "*", "A1", "=", "\"2009-10\"" ] }, { "Formula": "FILTER(D1,F1=\"gary tanguay & eric frede\")", "Formula2": "FILTER(D2:D11,F2:F11=\"gary tanguay & eric frede\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "WHich Color commentatorhas a Studio host of gary tanguay & eric frede?", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"gary tanguay & eric frede\"" ] }, { "Formula": "FILTER(C1,(F1=\"gary tanguay\")*(G1=\"donny marshall\"))", "Formula2": "FILTER(C2:C11,(F2:F11=\"gary tanguay\")*(G2:G11=\"donny marshall\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "WHich Play-by-play has a Studio host of gary tanguay, and a Studio analysts of donny marshall?", "Tokens": [ "FILTER(", "C1", "F1", "=", "\"gary tanguay\"", "*", "G1", "=", "\"donny marshall\"" ] }, { "Formula": "FILTER(D1,(B1=\"fsn new england\")*(A1=\"2004-05\"))", "Formula2": "FILTER(D2:D11,(B2:B11=\"fsn new england\")*(A2:A11=\"2004-05\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Color commentator has a Channel of fsn new england, and a Year of 2004-05?", "Tokens": [ "FILTER(", "D1", "B1", "=", "\"fsn new england\"", "*", "A1", "=", "\"2004-05\"" ] }, { "Formula": "FILTER(E1,(B1=\"fsn new england\")*(A1=\"2006-07\"))", "Formula2": "FILTER(E2:E11,(B2:B11=\"fsn new england\")*(A2:A11=\"2006-07\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Courtside reporter has a Channel of fsn new england in 2006-07?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"fsn new england\"", "*", "A1", "=", "\"2006-07\"" ] } ]
dev_2-14902507-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Channel", "Play-by-play", "Color commentator(s)", "Courtside reporter", "Studio host", "Studio analysts" ], [ "2", "2009-10", "Comcast SportsNet New England", "Mike Gorman", "Tom Heinsohn or Donny Marshall (Select Road Games)", "Greg Dickerson", "Gary Tanguay", "Donny Marshall or Tom Heinsohn (Select road games)" ], [ "3", "2008-09", "Comcast SportsNet New England", "Mike Gorman", "Tom Heinsohn or Donny Marshall (Select Road Games)", "Greg Dickerson", "Gary Tanguay", "Donny Marshall or Tom Heinsohn (Select road games)" ], [ "4", "2007-08", "Comcast SportsNet New England", "Mike Gorman", "Tom Heinsohn or Donny Marshall (Select Road Games)", "Greg Dickerson", "Gary Tanguay", "Donny Marshall or Tom Heinsohn (Select road games)" ], [ "5", "2006-07", "FSN New England", "Mike Gorman", "Tom Heinsohn", "Greg Dickerson", "Gary Tanguay", "Donny Marshall" ], [ "6", "2005-06", "FSN New England", "Mike Gorman", "Tom Heinsohn", "Greg Dickerson", "Gary Tanguay", "Donny Marshall" ], [ "7", "2004-05", "FSN New England", "Mike Gorman", "Tom Heinsohn", "Willie Maye", "Gary Tanguay & Greg Dickerson", "Guest Analysts" ], [ "8", "2003-04", "Fox Sports Net New England", "Mike Gorman", "Tom Heinsohn", "Willie Maye", "Gary Tanguay & Greg Dickerson", "Guest Analysts" ], [ "9", "2002-03", "Fox Sports Net New England", "Mike Gorman", "Tom Heinsohn", "Willie Maye", "Gary Tanguay & Greg Dickerson", "Guest Analysts" ], [ "10", "2001-02", "Fox Sports Net New England", "Mike Gorman", "Tom Heinsohn", "Willie Maye", "Gary Tanguay & Greg Dickerson", "Guest Analysts" ], [ "11", "2000-01", "Fox Sports Net New England", "Mike Gorman", "Tom Heinsohn", "Willie Maye", "Gary Tanguay & Eric Frede", "Guest Analysts" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"netherlands\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"netherlands\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the venue for netherlands opponent", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"netherlands\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"10-04-2007\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"10-04-2007\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the opponent for 10-04-2007", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"10-04-2007\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"3rd\")*(D1=\"australia\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(B2:B13=\"3rd\")*(D2:D13=\"australia\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the runs balls for wicket of 3rd for australia opponent", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"3rd\"", "*", "D1", "=", "\"australia\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"19-03-2007\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"19-03-2007\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the wicket for 19-03-2007", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"19-03-2007\"", "2" ] } ]
test_2-10044096-8
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Runs (Balls)", "Wicket", "Partnerships", "Opponent", "Venue", "Date" ], [ "2", "204 (171)", "4th", "Brad Hodge / Michael Clarke", "Netherlands", "Basseterre", "18-03-2007" ], [ "3", "202 (172)", "2nd", "Sourav Ganguly / Virender Sehwag", "Bermuda", "Port of Spain", "19-03-2007" ], [ "4", "183 (180)", "3rd", "Sanath Jayasuriya / Mahela Jayawardene", "West Indies", "Georgetown", "01-04-2007" ], [ "5", "172 (137)", "1st", "Adam Gilchrist / Matthew Hayden", "Sri Lanka", "Bridgetown", "29-04-2007" ], [ "6", "170 (170)", "2nd", "AB de Villiers / Jacques Kallis", "West Indies", "St George's", "10-04-2007" ], [ "7", "161 (130)", "3rd", "Ricky Ponting / Michael Clarke", "South Africa", "Basseterre", "24-03-2007" ], [ "8", "160 (126)", "1st", "AB de Villiers / Graeme Smith", "Australia", "Basseterre", "24-03-2007" ], [ "9", "150 (153)", "3rd", "Mahela Jayawardene / Kumar Sangakkara", "Bermuda", "Port of Spain", "15-03-2007" ], [ "10", "142 (129)", "1st", "Stephen Fleming / Lou Vincent", "Canada", "Gros Islet", "22-03-2007" ], [ "11", "140 (141)", "3rd", "Ian Bell / Kevin Pietersen", "Australia", "North Sound", "08-04-2007" ], [ "12", "140 (184)", "4th", "Mahela Jayawardene / Chamara Silva", "Australia", "St George's", "16-04-2007" ], [ "13", "Source: Cricinfo.com", "Source: Cricinfo.com", "Source: Cricinfo.com", "Source: Cricinfo.com", "Source: Cricinfo.com", "Source: Cricinfo.com" ] ]
[ { "Formula": "SUM(FILTER(A1,(B1=\"south korea\")*(D1>0)))", "Formula2": "SUM(FILTER(A2:A9,(B2:B9=\"south korea\")*(D2:D9>0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Rank has a Nation of south korea, and a Silver larger than 0?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"south korea\"", "*", "D1", ">", "0" ] }, { "Formula": "MIN(FILTER(E1,(A1=3)*(D1>0)))", "Formula2": "MIN(FILTER(E2:E9,(A2:A9=3)*(D2:D9>0)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Bronze has a Rank of 3, and a Silver larger than 0?", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "3", "*", "D1", ">", "0" ] } ]
dev_2-17035268-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "1", "1", "0", "2" ], [ "3", "2", "Russia", "1", "0", "1", "2" ], [ "4", "3", "South Korea", "1", "0", "0", "1" ], [ "5", "3", "Germany", "1", "0", "0", "1" ], [ "6", "5", "Canada", "0", "2", "1", "3" ], [ "7", "6", "China", "0", "1", "0", "1" ], [ "8", "7", "France", "0", "0", "1", "1" ], [ "9", "7", "Japan", "0", "0", "1", "1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lpm-2899\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"lpm-2899\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Label of the release with Catalog number LPM-2899?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"lpm-2899\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"rca\")*(E1=\"sf-7635\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"rca\")*(E2:E8=\"sf-7635\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Date of the RCA release with Catalog number SF-7635?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rca\"", "*", "E1", "=", "\"sf-7635\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"rca\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"rca\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Catalog of the RCA release?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rca\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"cd reissue\")*(C1=\"universal\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"cd reissue\")*(C2:C8=\"universal\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Catalog number of the CD Reissue Universal release?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cd reissue\"", "*", "C1", "=", "\"universal\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"stereo vinyl lp\")*(E1=\"sf-7635\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"stereo vinyl lp\")*(E2:E8=\"sf-7635\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Label of the release on Stereo vinyl LP with Catalog number SF-7635?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"stereo vinyl lp\"", "*", "E1", "=", "\"sf-7635\"", "3" ] } ]
train_2-17122961-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "United States", "March 1, 1964", "RCA Victor", "mono vinyl LP", "LPM-2899" ], [ "3", "United States", "March 1, 1964", "RCA Victor", "stereo vinyl LP", "LSP-2899" ], [ "4", "United Kingdom", "March 1, 1964", "RCA", "mono vinyl LP", "RD-7635" ], [ "5", "United Kingdom", "March 1, 1964", "RCA", "stereo vinyl LP", "SF-7635" ], [ "6", "United States", "June 17, 2003", "ABKCO", "CD reissue", "ABKCO-98992" ], [ "7", "Europe", "2003", "Universal", "CD reissue", "UMG-9907707" ], [ "8", "Japan", "July 30, 2008", "Universal Japan", "CD reissue", "UICY-93546" ] ]