t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"200 m\")*(D1=\"3rd\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"200 m\")*(D2:D12=\"3rd\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year did Naoki Tsukahara finish 3rd in the 200 m race?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"200 m\"", "*", "D1", "=", "\"3rd\"", "1" ] } ]
train_2-11401861-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Notes" ], [ "2", "2003", "58th National Sports Festival of Japan", "Shizuoka , Japan", "7th", "100 m" ], [ "3", "2004", "Japan Student Athletics Championships", "Unknown, Japan", "6th", "200 m" ], [ "4", "2004", "World Junior Championships", "Grosseto , Italy", "3rd", "4x100 m relay" ], [ "5", "2006", "Kanto Students Athletics Championships", "Kantō , Japan", "2nd", "100 m" ], [ "6", "2006", "Kanto Students Athletics Championships", "Kantō , Japan", "2nd", "200 m" ], [ "7", "2006", "Japan Association of Athletics Championships", "Tokyo, Japan", "1st", "100 m" ], [ "8", "2006", "Japan Association of Athletics Championships", "Tokyo, Japan", "3rd", "200 m" ], [ "9", "2006", "World Cup", "Athens, Greece", "3rd", "4x100 m relay" ], [ "10", "2006", "Asian Games", "Doha , Qatar", "2nd", "100 m" ], [ "11", "2006", "Asian Games", "Doha , Qatar", "2nd", "4x100 m relay" ], [ "12", "2008", "Olympic Games", "Beijing , China", "3rd", "4x100 m relay" ] ]
[ { "Formula": "MIN(FILTER(E1, (B1<15)*(F1=1228)))", "Formula2": "MIN(FILTER(E2:E11, (B2:B11<15)*(F2:F11=1228)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What's the lowest number of draws when the wins are less than 15, and against is 1228?", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "<", "15", "*", "F1", "=", "1228" ] }, { "Formula": "SUM(FILTER(E1, (F1>1228)*(B1<1)))", "Formula2": "SUM(FILTER(E2:E11, (F2:F11>1228)*(B2:B11<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the sum of draws for against larger than 1228 with fewer than 1 wins?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", ">", "1228", "*", "B1", "<", "1" ] } ]
train_2-11562830-11
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Mid Gippsland FL", "Wins", "Byes", "Losses", "Draws", "Against" ], [ "2", "Newborough", "15", "0", "2", "1", "911" ], [ "3", "Trafalgar", "15", "0", "2", "1", "830" ], [ "4", "Mirboo North", "15", "0", "3", "0", "854" ], [ "5", "Yinnar", "10", "0", "8", "0", "1032" ], [ "6", "Morwell East", "9", "0", "8", "1", "1048" ], [ "7", "Hill End", "8", "0", "10", "0", "1228" ], [ "8", "Boolarra", "7", "0", "10", "1", "1263" ], [ "9", "Yallourn-Yallourn North", "7", "0", "11", "0", "1345" ], [ "10", "Yarragon", "1", "0", "17", "0", "1995" ], [ "11", "Thorpedale", "1", "0", "17", "0", "2296" ] ]
[ { "Formula": "AVERAGE(FILTER(G1,D1=11))", "Formula2": "AVERAGE(FILTER(G2:G6,D2:D6=11))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many average cuts made when 11 is the Top-10?", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "D1", "=", "11" ] }, { "Formula": "AVERAGE(FILTER(G1,(C1=1)*(B1<0)))", "Formula2": "AVERAGE(FILTER(G2:G6,(C2:C6=1)*(B2:B6<0)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "When the wins are less than 0 and the Top-5 1 what is the average cuts?", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "C1", "=", "1", "*", "B1", "<", "0" ] }, { "Formula": "AVERAGE(FILTER(D1,(E1>11)*(B1<2)))", "Formula2": "AVERAGE(FILTER(D2:D6,(E2:E6>11)*(B2:B6<2)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the average Top-10 with a greater than 11 Top-25 and a less than 2 wins?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "E1", ">", "11", "*", "B1", "<", "2" ] }, { "Formula": "SUM(FILTER(B1,(G1=76)*(F1>115)))", "Formula2": "SUM(FILTER(B2:B6,(G2:G6=76)*(F2:F6>115)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total of wins when the cuts made is 76 and the events greater than 115?", "Tokens": [ "SUM(", "FILTER(", "B1", "G1", "=", "76", "*", "F1", ">", "115" ] }, { "Formula": "MAX(FILTER(G1,F1<21))", "Formula2": "MAX(FILTER(G2:G6,F2:F6<21))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What are the largest cuts made when the events are less than 21?", "Tokens": [ "MAX(", "FILTER(", "G1", "F1", "<", "21" ] } ]
dev_2-1544337-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "2", "8", "11", "18", "42", "25" ], [ "3", "U.S. Open", "0", "2", "4", "8", "26", "15" ], [ "4", "The Open Championship", "0", "5", "6", "11", "21", "18" ], [ "5", "PGA Championship", "0", "1", "6", "10", "26", "18" ], [ "6", "Totals", "2", "16", "27", "47", "115", "76" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"silver\")*(E1=\"men's doubles\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7=\"silver\")*(E2:E7=\"men's doubles\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which participants won the silver medal for the Men's Doubles?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"silver\"", "*", "E1", "=", "\"men's doubles\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rashid sidek\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"rashid sidek\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What event did Rashid Sidek participate in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"rashid sidek\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"men's singles\")*(A1=\"silver\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"men's singles\")*(A2:A7=\"silver\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Olympic Games had a silver medal for the Men's Singles?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"men's singles\"", "*", "A1", "=", "\"silver\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1992 barcelona\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"1992 barcelona\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which sport was in the 1992 Barcelona games?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1992 barcelona\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2008 beijing\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"2008 beijing\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What event was in the 2008 Beijing games?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2008 beijing\"", "5" ] } ]
train_2-14812763-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Medal", "Name", "Games", "Sport", "Event" ], [ "2", "Bronze", "Razif Sidek & Jalani Sidek", "1992 Barcelona", "Badminton", "Men's doubles" ], [ "3", "Silver", "Cheah Soon Kit & Yap Kim Hock", "1996 Atlanta", "Badminton", "Men's doubles" ], [ "4", "Bronze", "Rashid Sidek", "1996 Atlanta", "Badminton", "Men's singles" ], [ "5", "Silver", "Lee Chong Wei", "2008 Beijing", "Badminton", "Men's singles" ], [ "6", "Silver", "Lee Chong Wei", "2012 London", "Badminton", "Men's singles" ], [ "7", "Bronze", "Pandelela Rinong Pamg", "2012 London", "Diving", "Women's 10 metre platform" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"anastasiya slutskaya\")*(E1=\"russia\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"anastasiya slutskaya\")*(E2:E9=\"russia\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the actor from russia for anastasiya slutskaya", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"anastasiya slutskaya\"", "*", "E1", "=", "\"russia\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"best actress in a leading role\")*(E1=\"ukraine\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"best actress in a leading role\")*(E2:E9=\"ukraine\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Rell mem the actor from ukraine for best actress in a leading role", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"best actress in a leading role\"", "*", "E1", "=", "\"ukraine\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"svetlana zelenkovskaya\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"svetlana zelenkovskaya\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the director for the movie with svetlana zelenkovskaya", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"svetlana zelenkovskaya\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"anastasiya slutskaya\")*(E1=\"belarus\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"anastasiya slutskaya\")*(E2:E9=\"belarus\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the actor's name for anastasiya slutskaya belarus", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"anastasiya slutskaya\"", "*", "E1", "=", "\"belarus\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"piotr adamczyk\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"piotr adamczyk\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the nominator for piotr adamczyk", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"piotr adamczyk\"", "1" ] } ]
train_2-10236830-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Nomination", "Actor's Name", "Film Name", "Director", "Country" ], [ "2", "Best Actor in a Leading Role", "Piotr Adamczyk", "Chopin: Desire for Love", "Jerzy Antczak", "Poland" ], [ "3", "Best Actress in a Leading Role", "Danuta Stenka", "Chopin: Desire for Love", "Jerzy Antczak", "Poland" ], [ "4", "Best Actress in a Leading Role", "Alla Sergiyko", "Shum Vetra", "Sergey Masloboyshchikov", "Ukraine" ], [ "5", "Best Actor in a Supporting Role", "Levan Uchaneishvili", "27 Stolen Kisses", "Nana Djordjadze", "USA-Georgia" ], [ "6", "Best Actress in a Supporting Role", "Marina Yakovleva", "Falling Up", "Alexander Strizhenov", "Russia" ], [ "7", "Best Debut", "Svetlana Zelenkovskaya", "Anastasiya Slutskaya", "Yuriy Elhov", "Belarus" ], [ "8", "Best Debut", "Niko Tavadze", "Po Vintovoy Lestnitse", "Merab Tavadze", "Georgia" ], [ "9", "Best Non-Professional Actor", "Sergey Glushko", "Anastasiya Slutskaya", "Yuriy Elhov", "Russia" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"sanam pao\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"sanam pao\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who's the owner of Sanam Pao as the broadcasting area?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"sanam pao\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"24-hours\")*(E1=\"3/32 (vhf/uhf)\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(H2:H7=\"24-hours\")*(E2:E7=\"3/32 (vhf/uhf)\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who's the owner of channel 3/32 (vhf/uhf) broadcasting 24-hours?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"24-hours\"", "*", "E1", "=", "\"3/32 (vhf/uhf)\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"thai pbs\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,A2:A7=\"thai pbs\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who's the owner of Thai PBS?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"thai pbs\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"bbtv channel 7\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,A2:A7=\"bbtv channel 7\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the network of BBTV Channel 7?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"bbtv channel 7\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"29 (uhf)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,E2:E7=\"29 (uhf)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the name of Channel 29 (UHF)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"29 (uhf)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"nbt\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,B2:B7=\"nbt\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the broadcasting hours of NBT?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"nbt\"", "8" ] } ]
train_2-18987481-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Name", "Network", "Owner", "Launch date", "Channel ( BKK )", "Broadcasting area", "Transmitted area", "Broadcasting hours" ], [ "2", "Channel 3", "MCOT and Bangkok Entertainment Co., Ltd.", "BEC-TERO", "26 March 1970", "3/32 (VHF/UHF)", "Rama IV Road", "Bangkok", "24-hours" ], [ "3", "RTA TV-5", "Royal Thai Army Radio and Television", "Royal Thai Army", "25 January 1958", "5 (VHF)", "Sanam Pao", "Bangkok", "24-hours" ], [ "4", "BBTV Channel 7", "Bangkok Broadcasting and TV Co., Ltd.", "Royal Thai Army", "1 December 1967", "7 (VHF)", "Mo Chit", "Bangkok", "24-hours" ], [ "5", "Modernine TV", "MCOT", "MCOT", "24 June 1955", "9 (VHF)", "MCOT", "Bangkok", "24-hours" ], [ "6", "NBT", "NBT", "Government", "11 July 1988", "11 (VHF)", "Vibhavadi Rangsit Road Din Daeng", "Bangkok", "24-hours" ], [ "7", "Thai PBS", "Thai Public Broadcasting Service", "Government and Public", "15 January 2008", "29 (UHF)", "Vibhavadi Rangsit Road Lak Si", "Bangkok", "21-hours (5:00AM-2:00AM)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"april 28\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"april 28\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the score for april 28", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"april 28\"", "3" ] } ]
train_2-12195635-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Opponent", "Score", "Loss", "Attendance", "Record" ], [ "2", "April 12", "White Sox", "5–4", "Buzhardt (0–1)", "8,324", "1–0" ], [ "3", "April 13", "White Sox", "8–5", "Fischer (0–1)", "3,607", "1–1" ], [ "4", "April 14", "@ Yankees", "3–0", "Ford (0–1)", "14,375", "2–1" ], [ "5", "April 15", "@ Yankees", "1–0", "Bennett (0–1)", "12,035", "2–2" ], [ "6", "April 16", "@ Yankees", "7 – 6 (18)", "Stange (0–1)", "19,290", "2–3" ], [ "7", "April 18", "@ White Sox", "5–2", "Brandon (0–1)", "1,313", "2–4" ], [ "8", "April 21", "Yankees", "6–1", "Stottlemyre (2–1)", "25,603", "3–4" ], [ "9", "April 22", "Yankees", "5–4", "Womack (0–1)", "8,189", "4–4" ], [ "10", "April 23", "Yankees", "7–5", "Santiago (1–1)", "18,041", "4–5" ], [ "11", "April 24", "@ Senators", "7–4", "Lines (0–1)", "2,235", "5–5" ], [ "12", "April 25", "@ Senators", "9–3", "Richert (0–3)", "3,367", "6–5" ], [ "13", "April 28", "Athletics", "3–0", "Hunter (2–1)", "9,026", "7–5" ], [ "14", "April 29", "Athletics", "11 – 10 (15)", "Aker (2–1)", "9,724", "8–5" ], [ "15", "April 30", "Athletics", "1–0", "Brandon (0–2)", "31,450", "8–6" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"tennessee 8\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"tennessee 8\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Party, when District is \"Tennessee 8\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"tennessee 8\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"democratic\")*(A1=\"tennessee 5\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=\"democratic\")*(A2:A10=\"tennessee 5\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the total number of First Elected, when Party is \"Democratic\", and when District is \"Tennessee 5\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"democratic\"", "*", "A1", "=", "\"tennessee 5\"", "4" ] }, { "Formula": "MIN(FILTER(D1, (E1=\"re-elected\")*(B1=\"lincoln davis\")))", "Formula2": "MIN(FILTER(D2:D10, (E2:E10=\"re-elected\")*(B2:B10=\"lincoln davis\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the lowest First Elected, when Results is \"Re-elected\", and when Incumbent is \"Lincoln Davis\"?", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", "=", "\"re-elected\"", "*", "B1", "=", "\"lincoln davis\"" ] }, { "Formula": "MAX(FILTER(D1, (E1=\"re-elected\")*(B1=\"lincoln davis\")))", "Formula2": "MAX(FILTER(D2:D10, (E2:E10=\"re-elected\")*(B2:B10=\"lincoln davis\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the highest First Elected, when Results is \"Re-elected\", and when Incumbent is \"Lincoln Davis\"?", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", "=", "\"re-elected\"", "*", "B1", "=", "\"lincoln davis\"" ] } ]
train_2-1805191-43
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results" ], [ "2", "Tennessee 1", "William L. Jenkins", "Republican", "1996", "Retired Republican hold" ], [ "3", "Tennessee 2", "Jimmy Duncan Jr.", "Republican", "1998", "Re-elected" ], [ "4", "Tennessee 3", "Zach Wamp", "Republican", "1994", "Re-elected" ], [ "5", "Tennessee 4", "Lincoln Davis", "Democratic", "2002", "Re-elected" ], [ "6", "Tennessee 5", "Jim Cooper", "Democratic", "2002", "Re-elected" ], [ "7", "Tennessee 6", "Bart Gordon", "Democratic", "1984", "Re-elected" ], [ "8", "Tennessee 7", "Marsha Blackburn", "Republican", "2002", "Re-elected" ], [ "9", "Tennessee 8", "John Tanner", "Democratic", "1988", "Re-elected" ], [ "10", "Tennessee 9", "Harold Ford Jr.", "Democratic", "1996", "Retired to run for U.S. Senate Democratic hold" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"1:22\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"1:22\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the opponent in the match that lasted 1:22?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"1:22\"", "3" ] }, { "Formula": "SUMIFS(E1,C1,\"jonatas novaes\")", "Formula2": "SUMIFS(E2:E6,C2:C6,\"jonatas novaes\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which round did the bout against Jonatas Novaes end in?", "Tokens": [ "SUMIFS(", "E1", "C1", "\"jonatas novaes\"" ] } ]
train_2-13044634-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Round", "Time", "Location" ], [ "2", "Win", "5-0", "Cliff Wright", "Technical decision (unanimous)", "3", "2:26", "Hammond, Indiana , United States" ], [ "3", "Win", "4-0", "LC Davis", "Decision (split)", "3", "5:00", "Valparaiso , United States" ], [ "4", "Win", "3-0", "Jonatas Novaes", "Decision (unanimous)", "3", "5:00", "Hoffman Estates, Illinois , United States" ], [ "5", "Win", "2-0", "Mark Sinclair", "Submission (rear naked choke)", "1", "1:22", "Hammond, Indiana , United States" ], [ "6", "Win", "1-0", "Kori Trussell", "Submission (rear naked choke)", "1", "2:20", "Hammond, Indiana , United States" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<68))", "Formula2": "LET(query1,SUMMARIZE(C2:C17,SUMX(D2:D17)),FILTER(query1,CHOOSECOLS(query1,2)<68))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the country of the player with a score less than 68?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "68" ] } ]
test_2-18135501-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Wayne Stephens", "England", "66", "–6" ], [ "3", "T2", "Paul Azinger", "United States", "68", "–4" ], [ "4", "T2", "Fred Couples", "United States", "68", "–4" ], [ "5", "T2", "Wayne Grady", "Australia", "68", "–4" ], [ "6", "T2", "Miguel Ángel MartΓ­n", "Spain", "68", "–4" ], [ "7", "T2", "JosΓ© MarΓ­a OlazΓ‘bal", "Spain", "68", "–4" ], [ "8", "T2", "Eduardo Romero", "Argentina", "68", "–4" ], [ "9", "T2", "Lee Trevino", "United States", "68", "–4" ], [ "10", "T6", "Derrick Cooper", "England", "69", "–3" ], [ "11", "T6", "Mark James", "England", "69", "–3" ], [ "12", "T6", "Gavan Levenson", "South Africa", "69", "–3" ], [ "13", "T6", "Brian Marchbank", "Scotland", "69", "–3" ], [ "14", "T6", "Greg Norman", "Australia", "69", "–3" ], [ "15", "T6", "Steve Pate", "United States", "69", "–3" ], [ "16", "T6", "Philip Walton", "Ireland", "69", "–3" ], [ "17", "T6", "Tom Watson", "United States", "69", "–3" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Steals per game\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Steals per game\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the player when the category is steals per game?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Steals per game\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Olsen Racela\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Olsen Racela\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the names of the categories when the player is olsen racela?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Olsen Racela\"", "1" ] }, { "Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Jay Washington\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E12, B2:B12=\"Jay Washington\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many times is a total listed when the player is Jay Washington?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "\"Jay Washington\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"3-pt field goal percentage\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0.667))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F12,A2:A12=\"3-pt field goal percentage\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0.667))", "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 total listed when the average is 0.667 and the category is 3-pt field goal percentage?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"3-pt field goal percentage\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0.667" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"3-pt field goal percentage\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"3-pt field goal percentage\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the player when the category is 3-pt field goal percentage?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"3-pt field goal percentage\"", "2" ] } ]
test_1-28628309-9
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Category", "Player", "Team", "Games played", "Totals", "Average" ], [ "2", "Points per game", "James Yap", "B-Meg Derby Ace Llamados", "4", "84", "21.00" ], [ "3", "Rebounds per game", "Dorian Pena", "San Miguel Beermen", "3", "36", "12.00" ], [ "4", "Assists per game", "Roger Yap", "B-Meg Derby Ace Llamados", "3", "16", "5.33" ], [ "5", "Steals per game", "Roger Yap", "B-Meg Derby Ace Llamados", "3", "7", "2.33" ], [ "6", "Blocks per game", "Marc Pingris", "B-Meg Derby Ace Llamados", "4", "4", "1.00" ], [ "7", "Blocks per game", "Danny Seigle", "San Miguel Beermen", "3", "3", "1.00" ], [ "8", "Blocks per game", "Jay Washington", "San Miguel Beermen", "3", "3", "1.00" ], [ "9", "Field goal percentage", "Olsen Racela", "San Miguel Beermen", "3", "2-3", "0.667" ], [ "10", "3-pt field goal percentage", "Olsen Racela", "San Miguel Beermen", "3", "2-3", "0.667" ], [ "11", "Free throw percentage", "Nino Canaleta", "B-Meg Derby Ace Llamados", "4", "4-4", "1.000" ], [ "12", "Minutes per game", "Willie Miller", "Barangay Ginebra Kings", "3", "110", "36.67" ] ]
[ { "Formula": "SUMIFS(D1,C1,\"23:25\")", "Formula2": "SUMIFS(D2:D9,C2:C9,\"23:25\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many millions viewers watched the episode that ran 23:25?", "Tokens": [ "SUMIFS(", "D1", "C1", "\"23:25\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"16mm t/r\")*(C1=\"23:25\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"16mm t/r\")*(C2:C9=\"23:25\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the broadcast date of the episode on 16mm t/r that ran 23:25?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"16mm t/r\"", "*", "C1", "=", "\"23:25\"", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=7.2))", "Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(D2:D9)),FILTER(query1,CHOOSECOLS(query1,2)=7.2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which episode was watched by 7.2 million viewers?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7.2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"24:18\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"24:18\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What episode had a run time of 24:18?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"24:18\"", "1" ] } ]
train_1-2101431-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Episode", "Broadcast date", "Run time", "Viewers (in millions)", "Archive" ], [ "2", "\" Episode One \"", "2November1968", "24:32", "7.3", "Only stills and/or fragments exist" ], [ "3", "\" Episode Two \"", "9November1968", "24:26", "7.1", "16mm t/r" ], [ "4", "\" Episode Three \"", "16November1968", "23:44", "7.1", "16mm t/r" ], [ "5", "\" Episode Four \"", "23November1968", "24:18", "6.4", "Only stills and/or fragments exist" ], [ "6", "\" Episode Five \"", "30November1968", "23:25", "6.7", "16mm t/r" ], [ "7", "\" Episode Six \"", "7December1968", "23:20", "6.5", "16mm t/r" ], [ "8", "\" Episode Seven \"", "14December1968", "24:46", "7.2", "16mm t/r" ], [ "9", "\" Episode Eight \"", "21December1968", "25:03", "7.0", "16mm t/r" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Washington 7\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C6, A2:A6=\"Washington 7\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": " how manyΒ partyΒ withΒ district being washington 7", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"Washington 7\"" ] }, { "Formula": "MAX(D1)", "Formula2": "MAX(D2:D6)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "what's the latest first elected year", "Tokens": [ "MAX(", "D1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Washington 7\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Washington 7\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's theΒ resultΒ withΒ district being washington 7", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Washington 7\"", "5" ] }, { "Formula": "MINIFS(D1,A1,\"Washington 7\")", "Formula2": "MINIFS(D2:D6,A2:A6,\"Washington 7\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "what being the minimumΒ first electedΒ withΒ district being washington 7", "Tokens": [ "MINIFS(", "D1", "A1", "\"Washington 7\"" ] } ]
train_1-1341472-49
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "Washington 1", "Rick White", "Republican", "1994", "Re-elected", "Rick White (R) 53.74% Jeff Coopersmith (D) 46.26%" ], [ "3", "Washington 3", "Linda Smith", "Republican", "1994", "Re-elected", "Linda Smith (R) 50.18% Brian Baird (D) 49.82%" ], [ "4", "Washington 4", "Doc Hastings", "Republican", "1994", "Re-elected", "Doc Hastings (R) 52.96% Rick Locke (D) 47.04%" ], [ "5", "Washington 5", "George Nethercutt", "Republican", "1994", "Re-elected", "George Nethercutt (R) 55.58% Judy Olson (D) 44.41%" ], [ "6", "Washington 7", "Jim McDermott", "Democratic", "1988", "Re-elected", "Jim McDermott (D) 80.96% Frank Kleschen (R) 19.04%" ] ]
[ { "Formula": "SUM(FILTER(A1, C1<102))", "Formula2": "SUM(FILTER(A2:A7, C2:C7<102))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "When the Overall is under 102, what's the round played?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "<", "102" ] } ]
test_2-17100961-67
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "1", "30", "30", "Andre Johnson", "OT", "Penn State" ], [ "3", "4", "7", "102", "Stephen Davis", "RB", "Auburn" ], [ "4", "5", "6", "138", "Leomont Evans", "S", "Clemson" ], [ "5", "6", "7", "174", "Kelvin Kinney", "DE", "Virginia State" ], [ "6", "7", "6", "215", "Jeremy Asher", "LB", "Oregon" ], [ "7", "7", "41", "250", "DeAndre Maxwell", "WR", "San Diego State" ] ]
[ { "Formula": "SUMMARIZE(C1,SUMX(A1))", "Formula2": "SUMMARIZE(C2:C16,SUMX(A2:A16))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "Number of documents for each grant", "Tokens": [ "SUMMARIZE(", "C1", "SUMX(", "A1" ] }, { "Formula": "SUMMARIZE(C1,SUMX(A1))", "Formula2": "SUMMARIZE(C2:C16,SUMX(A2:A16))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "How many documents do we have for every grant?", "Tokens": [ "SUMMARIZE(", "C1", "SUMX(", "A1" ] } ]
grants_for_research_documents
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "document id", "document type code", "grant id", "sent date", "response received date", "other details", "" ], [ "2", "1", "APP", "5", "1986-11-30 07:56:35", "1977-12-01 02:18:53", "", "" ], [ "3", "2", "APP", "13", "2004-01-23 11:57:08", "1979-12-08 10:38:07", "", "" ], [ "4", "3", "REG", "10", "1999-03-03 12:25:58", "1995-09-12 13:13:48", "", "" ], [ "5", "4", "APP", "13", "1999-05-29 00:02:46", "1991-09-25 10:38:24", "", "" ], [ "6", "5", "APP", "11", "2003-08-29 03:32:52", "1986-05-23 07:17:59", "", "" ], [ "7", "6", "REG", "5", "1979-07-04 08:54:23", "1976-10-04 22:13:27", "", "" ], [ "8", "7", "APP", "13", "1978-09-13 16:23:29", "1979-01-06 05:05:30", "", "" ], [ "9", "8", "APP", "15", "2001-06-18 06:35:49", "1986-05-18 01:54:56", "", "" ], [ "10", "9", "APP", "6", "2014-01-28 05:11:34", "1980-02-24 15:23:44", "", "" ], [ "11", "10", "REG", "7", "2002-07-26 15:50:28", "1987-10-29 15:35:50", "", "" ], [ "12", "11", "REG", "15", "1993-02-19 16:31:12", "1994-03-13 01:52:45", "", "" ], [ "13", "12", "REG", "13", "1997-03-09 03:42:19", "1977-01-27 07:14:11", "", "" ], [ "14", "13", "APP", "13", "1979-08-23 08:22:34", "1990-01-19 19:57:14", "", "" ], [ "15", "14", "APP", "15", "2000-06-06 01:03:46", "1971-08-28 11:20:56", "", "" ], [ "16", "15", "APP", "8", "1981-08-06 14:56:55", "1999-06-01 18:41:00", "", "" ] ]
[ { "Formula": "SUM(FILTER(F1, (B1=3)*(A1=2)))", "Formula2": "SUM(FILTER(F2:F13, (B2:B13=3)*(A2:A13=2)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "what is the react when the lane is 3 and heat is 2?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", "=", "3", "*", "A1", "=", "2" ] }, { "Formula": "MAX(FILTER(B1, (C1=\"johan wissman\")*(F1<0.242)))", "Formula2": "MAX(FILTER(B2:B13, (C2:C13=\"johan wissman\")*(F2:F13<0.242)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "what is the highest lane number for johan wissman when the react is less than 0.242?", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "\"johan wissman\"", "*", "F1", "<", "0.242" ] }, { "Formula": "SUM(FILTER(A1, (D1=\"united kingdom\")*(F1<0.232)))", "Formula2": "SUM(FILTER(A2:A13, (D2:D13=\"united kingdom\")*(F2:F13<0.232)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "what is the heat when the country is united kingdom and react is less than 0.232?", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"united kingdom\"", "*", "F1", "<", "0.232" ] }, { "Formula": "SUM(FILTER(F1, (D1=\"sweden\")*(B1>6)))", "Formula2": "SUM(FILTER(F2:F13, (D2:D13=\"sweden\")*(B2:B13>6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "what is the react when the country is sweden and the lane is higher than 6?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "\"sweden\"", "*", "B1", ">", "6" ] } ]
train_2-16194679-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Heat", "Lane", "Name", "Country", "Mark", "React" ], [ "2", "1", "5", "Tyler Christopher", "Canada", "46.57", "0.253" ], [ "3", "1", "6", "Johan Wissman", "Sweden", "46.86", "0.242" ], [ "4", "1", "3", "Sean Wroe", "Australia", "47.13 PB", "0.257" ], [ "5", "1", "2", "Denis Alekseyev", "Russia", "47.18", "0.292" ], [ "6", "1", "4", "California Molefe", "Botswana", "47.74", "0.342" ], [ "7", "1", "1", "David Neville", "United States", "48.18", "0.294" ], [ "8", "2", "4", "Chris Brown", "Bahamas", "46.68", "0.254" ], [ "9", "2", "5", "Nery Brenes", "Costa Rica", "46.85", "0.298" ], [ "10", "2", "6", "Maksim Dyldin", "Russia", "46.92", "0.257" ], [ "11", "2", "3", "Chris Lloyd", "Dominica", "46.92", "0.189" ], [ "12", "2", "2", "Richard Buck", "United Kingdom", "47.60", "0.232" ], [ "13", "2", "1", "DeWayne Barrett", "Jamaica", "48.41", "0.242" ] ]
[ { "Formula": "SUM(FILTER(F1, D1>10))", "Formula2": "SUM(FILTER(F2:F6, D2:D6>10))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total sum of the goals at competitions with more than 10 draws?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", ">", "10" ] } ]
train_2-157294-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Competition", "Appearances", "Played", "Drawn", "Lost", "Goals for", "Goals against" ], [ "2", "European Cup", "3", "20", "4", "4", "32", "12" ], [ "3", "UEFA Cup", "3", "20", "5", "5", "18", "16" ], [ "4", "Inter-Cities Fairs Cup", "2", "6", "0", "3", "8", "9" ], [ "5", "UEFA Super Cup", "2", "4", "1", "1", "4", "3" ], [ "6", "Total", "10", "50", "10", "13", "62", "40" ] ]
[ { "Formula": "SUM(FILTER(F1, (A1>5)*(E1=11)*(G1<45)))", "Formula2": "SUM(FILTER(F2:F11, (A2:A11>5)*(E2:E11=11)*(G2:G11<45)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many goals that were scored had a place of more than 5, a lost of 11, and goals conceded of less than 45?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", ">", "5", "*", "E1", "=", "11", "*", "G1", "<", "45" ] }, { "Formula": "AVERAGE(FILTER(C1, G1<16))", "Formula2": "AVERAGE(FILTER(C2:C11, G2:G11<16))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the mean played number where the goals conceded is less than 16?", "Tokens": [ "AVERAGE(", "FILTER(", "C1", "G1", "<", "16" ] } ]
test_2-15873969-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Place", "Team", "Played", "Draw", "Lost", "Goals Scored", "Goals Conceded", "Points" ], [ "2", "1.", "C.D. Águila", "18", "5", "2", "47", "20", "38" ], [ "3", "2.", "Alianza F.C.", "18", "3", "6", "38", "24", "30" ], [ "4", "3.", "C.D. Municipal Limeño", "18", "6", "4", "24", "16", "30" ], [ "5", "4.", "A.D. Isidro MetapÑn", "18", "5", "5", "30", "16", "29" ], [ "6", "5.", "C.D. FAS", "18", "8", "3", "29", "18", "29" ], [ "7", "6.", "C.D. Luis Ángel Firpo", "18", "5", "5", "22", "22", "29" ], [ "8", "7.", "C.D. Atlético Balboa", "18", "7", "6", "19", "24", "22" ], [ "9", "8.", "San Salvador F.C.", "18", "5", "10", "23", "37", "14" ], [ "10", "9.", "C.D. Dragón", "18", "3", "12", "22", "44", "12" ], [ "11", "10.", "Atlético Marte", "18", "5", "11", "13", "45", "7" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"n/a\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"n/a\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the event when 2011-12 is n/a?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"n/a\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"dnp\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"dnp\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the event when 2009-10 is dnp?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"dnp\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"dnp\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"dnp\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the event when 2006-07 is dnp?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"dnp\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"dnp\")*(A1=\"autumn gold\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"dnp\")*(A2:A6=\"autumn gold\")),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is 2012-13 when 2011-12 is dnp and event is autumn gold?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"dnp\"", "*", "A1", "=", "\"autumn gold\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"dnp\")*(B1=\"dnp\")*(D1=\"q\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"dnp\")*(B2:B6=\"dnp\")*(D2:D6=\"q\")),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is 2012-13 when 2011-12 is dnp and 2006-07 is dnp and 2010-11 is q?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"dnp\"", "*", "B1", "=", "\"dnp\"", "*", "D1", "=", "\"q\"", "6" ] } ]
train_2-16590039-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Event", "2006–07", "2009–10", "2010–11", "2011–12", "2012–13" ], [ "2", "Autumn Gold", "Q", "F", "C", "DNP", "Q" ], [ "3", "Manitoba Lotteries", "DNP", "DNP", "Q", "DNP", "DNP" ], [ "4", "Colonial Squares", "N/A", "N/A", "N/A", "N/A", "DNP" ], [ "5", "Masters", "N/A", "N/A", "N/A", "N/A", "DNP" ], [ "6", "Players'", "DNP", "DNP", "DNP", "DNP", "DNP" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Ramon R. Jimenez, Jr.\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"Ramon R. Jimenez, Jr.\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who is the theΒ officeΒ withΒ incumbentΒ being ramon r. jimenez, jr.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Ramon R. Jimenez, Jr.\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Department of Justice Kagawaran ng Katarungan\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, A2:A8=\"Department of Justice Kagawaran ng Katarungan\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": " how manyΒ officeΒ withΒ departmentΒ being department of justice kagawaran ng katarungan", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"Department of Justice Kagawaran ng Katarungan\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"DepEd (KEd)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"DepEd (KEd)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's theΒ departmentΒ withΒ acronymΒ being deped (ked)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"DepEd (KEd)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Enrique Ona\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"Enrique Ona\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's theΒ departmentΒ withΒ incumbentΒ being enrique ona", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Enrique Ona\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Department of Finance Kagawaran ng Pananalapi\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"Department of Finance Kagawaran ng Pananalapi\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's theΒ acronymΒ withΒ departmentΒ being department of finance kagawaran ng pananalapi", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Department of Finance Kagawaran ng Pananalapi\"", "2" ] } ]
test_1-1331313-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Department", "Acronym", "Office", "Incumbent", "in Office since" ], [ "2", "Department", "Acronym", "Office", "Incumbent", "in Office since" ], [ "3", "Department of Finance Kagawaran ng Pananalapi", "DOF (KNPN)", "Secretary of Finance Kalihim ng Pananalapi", "Cesar Purisima", "June 30, 2010" ], [ "4", "Department of Justice Kagawaran ng Katarungan", "DOJ (KNKT)", "Secretary of Justice Kalihim ng Katarungan", "Leila M. de Lima", "June 30, 2010" ], [ "5", "Department of Health Kagawaran ng Kalusugan", "DOH (KNKL)", "Secretary of Health Kalihim ng Kalusugan", "Enrique Ona", "June 30, 2010" ], [ "6", "Department of Agriculture Kagawaran ng Pagsasaka", "DA (KPS)", "Secretary of Agriculture Kalihim ng Pagsasaka", "Proceso J. Alcala", "June 30, 2010" ], [ "7", "Department of Education Kagawaran ng Edukasyon", "DepEd (KEd)", "Secretary of Education Kalihim ng Edukasyon", "Armin Luistro", "June 30, 2010" ], [ "8", "Department of Tourism Kagawaran ng Turismo", "DOT (KNT)", "Secretary of Tourism Kalihim ng Turismo", "Ramon R. Jimenez, Jr.", "September 2, 2011" ] ]
[ { "Formula": "MIN(FILTER(D1, (C1=\"aris thessaloniki\")*(E1<120)))", "Formula2": "MIN(FILTER(D2:D6, (C2:C6=\"aris thessaloniki\")*(E2:E6<120)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest game number with Aris Thessaloniki with points smaller than 120?", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "=", "\"aris thessaloniki\"", "*", "E1", "<", "120" ] }, { "Formula": "AVERAGE(FILTER(D1, (A1>2)*(C1=\"olympiacos\")*(E1>113)))", "Formula2": "AVERAGE(FILTER(D2:D6, (A2:A6>2)*(C2:C6=\"olympiacos\")*(E2:E6>113)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the game average that has a rank larger than 2 with team Olympiacos and points larger than 113?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "A1", ">", "2", "*", "C1", "=", "\"olympiacos\"", "*", "E1", ">", "113" ] } ]
train_2-16050349-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Name", "Team", "Games", "Points" ], [ "2", "1.", "Will Solomon", "Fenerbahçe", "6", "123" ], [ "3", "2.", "Jeremiah Massey", "Aris Thessaloniki", "6", "120" ], [ "4", "3.", "Lynn Greer", "Olympiacos", "6", "113" ], [ "5", "4.", "Hollis Price", "Lietuvos Rytas Vilnius", "6", "101" ], [ "6", "4.", "Kenan Bajramović", "Lietuvos Rytas Vilnius", "6", "101" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Gen.Sing. plague\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"Gen.Sing. plague\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the tone for gen.sing. plague?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Gen.Sing. plague\"", "5" ] } ]
test_1-10409754-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Nominative", "Old orthography", "New orthography", "/e/ or /Γ¦/ (IPA)", "Tone (Latvian notation: /~/ - level, /^/ - broken)", "Translation" ], [ "2", "mΔ“ris", "mΔ“Ε—a", "mΔ“ra", "/meːra/", "/mαΊ½ra/", "Gen.Sing. plague" ], [ "3", "mΔ“rs", "mΔ“ra", "mΔ“ra", "/meːra/", "/mαΊ½ra/", "Gen.Sing. mayor" ], [ "4", "mΔ“rs", "mΔ“ra", "mΔ“ra", "/mæːra/", "/mαΊ½ra/", "Gen.Sing. measure" ], [ "5", "mΔ“rΔ«t", "mΔ“ra", "mΔ“ra", "/mæːra/", "/mαΊ½ra/", "3rd Pers.Ind. - he measures" ], [ "6", "bΔ“rt", "bΔ“ru", "bΔ“ru", "/beːru/", "/bΓͺru/", "I poured (sand, grain, etc.)" ], [ "7", "bΔ“res", "bΔ“Ε—u", "bΔ“ru", "/bæːru/", "/bΓͺru/", "Gen.Pl. funeral" ] ]
[ { "Formula": "SUMIFS(E1,B1,\"4 september 2011\")", "Formula2": "SUMIFS(E2:E17,B2:B17,\"4 september 2011\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "how much money was requested on the show which aired on 4 september 2011?", "Tokens": [ "SUMIFS(", "E1", "B1", "\"4 september 2011\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"episode 10\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"episode 10\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what investing dragons aired on episode 10?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"episode 10\"", "6" ] } ]
test_2-12617978-13
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "First aired", "Entrepreneur(s)", "Company or product name", "Money requested (Β£)", "Investing Dragon(s)" ], [ "2", "Episode 1", "31 July 2011", "Georgette Hewitt", "The Present Club", "60,000", "Peter Jones and Theo Paphitis" ], [ "3", "Episode 1", "31 July 2011", "Chris Hopkins", "Ploughcroft Solar", "120,000", "Deborah Meaden and Theo Paphitis" ], [ "4", "Episode 2", "7 August 2011", "Christian Hartmann, Martin McLaughlin, Tom Callard", "Love Da Pop", "70,000", "Peter Jones" ], [ "5", "Episode 2", "7 August 2011", "Liz and Alan Colleran", "Raskelf Memory Foam (Duvalay)", "80,000", "Hilary Devey" ], [ "6", "Episode 3", "14 August 2011", "Peter and Michelle Hart", "Fun Fancy Dress", "100,000", "Duncan Bannatyne" ], [ "7", "Episode 4", "21 August 2011", "Bob Davis", "Unique Ideas UK", "50,000", "Hilary Devey" ], [ "8", "Episode 4", "21 August 2011", "Robert Lewis", "Rollersigns", "100,000", "Peter Jones" ], [ "9", "Episode 5", "28 August 2011", "Kate Castle", "BoginaBag", "50,000", "Theo Paphitis" ], [ "10", "Episode 5", "28 August 2011", "Henry Buckley and JJ Harding", "JogPost Limited", "50,000", "Deborah Meaden" ], [ "11", "Episode 6", "4 September 2011", "Andy Bates", "AB Performance", "50,000", "Peter Jones" ], [ "12", "Episode 7", "12 September 2011", "Nick Cross, Richard Hadden and Sebastian Stoddart", "barMate", "50,000", "Deborah Meaden and Theo Paphitis" ], [ "13", "Episode 7", "12 September 2011", "Simon Booth", "Kiddimoto", "75,000", "Hilary Devey and Duncan Bannatyne" ], [ "14", "Episode 8", "19 September 2011", "Ryan Ashmore and Liam Webb", "RKA Records", "50,000", "Duncan Bannatyne" ], [ "15", "Episode 8", "19 September 2011", "Aidan Quinn and Gemma Roe", "EcoHab Homes and O-Pod Buildings", "75,000", "Theo Paphitis" ], [ "16", "Episode 9", "26 September 2011", "Andrea McDowall and Rebecca Baldwin", "Shoot It Yourself", "60,000", "Hilary Devey" ], [ "17", "Episode 10", "3 October 2011", "Helen Waterston", "Innovative Gadgets Ltd. (Roastcosy)", "70,000", "Peter Jones and Deborah Meaden" ] ]
[ { "Formula": "SUM(FILTER(F1, (E1=\"chievo\")*(D1<2002)))", "Formula2": "SUM(FILTER(F2:F11, (E2:E11=\"chievo\")*(D2:D11<2002)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many goals were achieved when Chievo was the club and the debut year was before 2002?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "\"chievo\"", "*", "D1", "<", "2002" ] }, { "Formula": "SUM(FILTER(F1, (C1=\"diego milito\")*(D1>2008)))", "Formula2": "SUM(FILTER(F2:F11, (C2:C11=\"diego milito\")*(D2:D11>2008)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many goals occurred with Diego Milito in a debut year later than 2008?", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "\"diego milito\"", "*", "D1", ">", "2008" ] }, { "Formula": "SUM(FILTER(G1, B1=53))", "Formula2": "SUM(FILTER(G2:G11, B2:B11=53))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which value for Apps is associated with the all-time rank of 53?", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "53" ] } ]
train_2-10724559-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Rank", "All-time Rank", "Name", "Debut Year", "Current Club", "Goals", "Apps" ], [ "2", "1", "2", "Francesco Totti", "1992", "Roma", "230", "543" ], [ "3", "2", "11", "Antonio Di Natale", "2002", "Udinese", "180", "368" ], [ "4", "3", "16", "Alberto Gilardino", "1999", "Genoa", "164", "425" ], [ "5", "4", "53", "Luca Toni", "2000", "Verona", "114", "258" ], [ "6", "5", "77", "Antonio Cassano", "1999", "Parma", "99", "334" ], [ "7", "6", "81", "Giampaolo Pazzini", "2004", "Milan", "95", "275" ], [ "8", "6", "81", "Mirko VučiniΔ‡", "2000", "Juventus", "95", "298" ], [ "9", "8", "97", "Diego Milito", "2008", "Inter", "86", "145" ], [ "10", "8", "97", "Sergio Pellissier", "2002", "Chievo", "86", "333" ], [ "11", "10", "n/a", "Amauri", "2000", "Parma", "76", "292" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tom kite\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"tom kite\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the score of Player Tom Kite?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"tom kite\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-69-73=211\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"69-69-73=211\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the To Par that has a 69-69-73=211 score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"69-69-73=211\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t1\")*(D1=\"66-71-66=203\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t1\")*(D2:D11=\"66-71-66=203\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Top that has a 66-71-66=203 score and a place of t1?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t1\"", "*", "D1", "=", "\"66-71-66=203\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=1)*(D1=\"71-67-73=211\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=1)*(D2:D11=\"71-67-73=211\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What player has a To Par of +1 with a score of 71-67-73=211?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "1", "*", "D1", "=", "\"71-67-73=211\"", "2" ] } ]
train_2-18059698-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Justin Leonard", "United States", "68-70-65=203", "–7" ], [ "3", "T1", "Davis Love III", "United States", "66-71-66=203", "–7" ], [ "4", "T3", "Lee Janzen", "United States", "69-67-74=210", "E" ], [ "5", "T3", "Tom Kite", "United States", "68-71-71=210", "E" ], [ "6", "T5", "Fred Couples", "United States", "71-67-73=211", "+1" ], [ "7", "T5", "David Duval", "United States", "70-70-71=211", "+1" ], [ "8", "T5", "Scott Hoch", "United States", "71-72-68=211", "+1" ], [ "9", "T5", "Jeff Maggert", "United States", "69-69-73=211", "+1" ], [ "10", "T5", "Phil Mickelson", "United States", "69-69-73=211", "+1" ], [ "11", "T5", "Tiger Woods", "United States", "70-70-71=211", "+1" ] ]
[ { "Formula": "SUM(FILTER(F1, (H1>28)*(C1>18)))", "Formula2": "SUM(FILTER(F2:F11, (H2:H11>28)*(C2:C11>18)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many goals were scored when they had over 28 points and played over 18 games?", "Tokens": [ "SUM(", "FILTER(", "F1", "H1", ">", "28", "*", "C1", ">", "18" ] }, { "Formula": "SUM(FILTER(A1, (H1<28)*(E1<11)*(C1<18)))", "Formula2": "SUM(FILTER(A2:A11, (H2:H11<28)*(E2:E11<11)*(C2:C11<18)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What place is associated with under 28 points, under 11 games lost, and under 18 games played?", "Tokens": [ "SUM(", "FILTER(", "A1", "H1", "<", "28", "*", "E1", "<", "11", "*", "C1", "<", "18" ] }, { "Formula": "SUM(FILTER(H1, (F1<27)*(G1=24)*(E1<6)))", "Formula2": "SUM(FILTER(H2:H11, (F2:F11<27)*(G2:G11=24)*(E2:E11<6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many points are there when they have under 27 goals scored, conceded 24 goals, and lost less than 6 times?", "Tokens": [ "SUM(", "FILTER(", "H1", "F1", "<", "27", "*", "G1", "=", "24", "*", "E1", "<", "6" ] } ]
test_2-13014350-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Place", "Team", "Played", "Draw", "Lost", "Goals Scored", "Goals Conceded", "Points" ], [ "2", "1.", "C.D. FAS", "18", "6", "2", "27", "13", "36" ], [ "3", "2.", "C.D. Águila", "18", "4", "5", "38", "26", "31" ], [ "4", "3.", "C.D. Luis Ángel Firpo", "18", "7", "4", "25", "18", "28" ], [ "5", "4.", "San Salvador F.C.", "18", "4", "6", "31", "27", "28" ], [ "6", "5.", "Alianza F.C.", "18", "4", "6", "26", "24", "28" ], [ "7", "6.", "A.D. Isidro MetapÑn", "18", "9", "5", "20", "23", "21" ], [ "8", "7.", "Municipal Limeño", "18", "5", "8", "27", "29", "20" ], [ "9", "8.", "C.D. Arcense", "18", "11", "5", "23", "32", "17" ], [ "10", "9.", "Chalatenango", "18", "5", "9", "13", "22", "17" ], [ "11", "10.", "C.D. Atlético Balboa", "18", "3", "11", "15", "31", "15" ] ]
[ { "Formula": "SUMIFS(B1,C1,\"montreal canadiens\")", "Formula2": "SUMIFS(B2:B14,C2:C14,\"montreal canadiens\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is February, when Opponent is \"Montreal Canadiens\"?", "Tokens": [ "SUMIFS(", "B1", "C1", "\"montreal canadiens\"" ] }, { "Formula": "SUMIFS(B1,E1,\"21-29-11\")", "Formula2": "SUMIFS(B2:B14,E2:E14,\"21-29-11\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is February, when Record is \"21-29-11\"?", "Tokens": [ "SUMIFS(", "B1", "E1", "\"21-29-11\"" ] }, { "Formula": "MIN(FILTER(B1, (E1=\"21-30-11\")*(A1>62)))", "Formula2": "MIN(FILTER(B2:B14, (E2:E14=\"21-30-11\")*(A2:A14>62)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest February, when Record is \"21-30-11\", and when Game is greater than 62?", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", "=", "\"21-30-11\"", "*", "A1", ">", "62" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"@ buffalo sabres\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<61)*(CHOOSECOLS(query1,3)<11)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,C2:C14=\"@ buffalo sabres\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<61)*(CHOOSECOLS(query1,3)<11)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is Score, when Game is less than 61, when February is less than 11, and when Opponent is \"@ Buffalo Sabres\"?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"@ buffalo sabres\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "61", "*", "CHOOSECOLS(", "query1", "3", "<", "11" ] }, { "Formula": "MAXIFS(A1,E1,\"21-30-11\")", "Formula2": "MAXIFS(A2:A14,E2:E14,\"21-30-11\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the highest Game, when Record is \"21-30-11\"?", "Tokens": [ "MAXIFS(", "A1", "E1", "\"21-30-11\"" ] } ]
test_2-17310913-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "February", "Opponent", "Score", "Record" ], [ "2", "50", "1", "New York Islanders", "7 - 6", "16-25-9" ], [ "3", "51", "4", "@ St. Louis Blues", "2 - 2", "16-25-10" ], [ "4", "52", "5", "Colorado Rockies", "6 - 3", "17-25-10" ], [ "5", "53", "8", "Minnesota North Stars", "3 - 0", "18-25-10" ], [ "6", "54", "9", "@ Buffalo Sabres", "2 - 0", "18-26-10" ], [ "7", "55", "11", "@ Toronto Maple Leafs", "3 - 2", "18-27-10" ], [ "8", "56", "12", "Montreal Canadiens", "5 - 3", "18-28-10" ], [ "9", "57", "15", "Vancouver Canucks", "6 - 3", "19-28-10" ], [ "10", "58", "19", "Colorado Rockies", "4 - 4", "19-28-11" ], [ "11", "59", "22", "@ Chicago Black Hawks", "3 - 2", "19-29-11" ], [ "12", "60", "23", "Chicago Black Hawks", "6 - 2", "20-29-11" ], [ "13", "61", "25", "@ Montreal Canadiens", "6 - 3", "21-29-11" ], [ "14", "62", "27", "Atlanta Flames", "5 - 3", "21-30-11" ] ]
[ { "Formula": "SUM(FILTER(G1, (E1>10870)*(D1=\"california\")))", "Formula2": "SUM(FILTER(G2:G13, (E2:E13>10870)*(D2:D13=\"california\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the highest score for a California home game with over 10,870 in attendance?", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", ">", "10870", "*", "D1", "=", "\"california\"" ] } ]
train_2-17218729-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Attendance", "Record", "Points" ], [ "2", "October 9", "Philadelphia", "2–3", "Pittsburgh", "11,733", "1–0–0", "2" ], [ "3", "October 10", "Pittsburgh", "1–2", "Buffalo", "15,429", "1–1–0", "2" ], [ "4", "October 13", "Pittsburgh", "4–1", "Los Angeles", "7,828", "2–1–0", "4" ], [ "5", "October 16", "Pittsburgh", "2–1", "Vancouver", "15,570", "3–1–0", "6" ], [ "6", "October 17", "Pittsburgh", "4–2", "California", "2,123", "4–1–0", "8" ], [ "7", "October 20", "Los Angeles", "1–8", "Pittsburgh", "7,592", "5–1–0", "10" ], [ "8", "October 23", "Chicago", "5–2", "Pittsburgh", "13,100", "5–2–0", "10" ], [ "9", "October 24", "Pittsburgh", "1–1", "NY Rangers", "17,250", "5–2–1", "11" ], [ "10", "October 27", "California", "6–4", "Pittsburgh", "9,238", "5–3–1", "11" ], [ "11", "October 28", "Pittsburgh", "0–2", "Minnesota", "15,101", "5–4–1", "11" ], [ "12", "October 30", "NY Rangers", "1–1", "Pittsburgh", "8,973", "5–4–2", "12" ], [ "13", "October 31", "Pittsburgh", "1–3", "Detroit", "10,870", "5–5–2", "12" ] ]
[ { "Formula": "MAXIFS(A1,B1,\"april 21\")", "Formula2": "MAXIFS(A2:A8,B2:B8,\"april 21\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the highest game that has april 21 as the date?", "Tokens": [ "MAXIFS(", "A1", "B1", "\"april 21\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"april 19\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"april 19\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What score has a game less than 4, and april 19 as the date?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"april 19\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "4" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"april 17\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"april 17\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What opponent has a game less than 6, and april 17 as the date?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "B1", "=", "\"april 17\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "6" ] } ]
train_2-14323142-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "Date", "Opponent", "Score", "Series" ], [ "2", "1", "April 17", "@ Pittsburgh Penguins", "3–4", "Penguins lead 1–0" ], [ "3", "2", "April 19", "@ Pittsburgh Penguins", "4–2", "Series tied 1–1" ], [ "4", "3", "April 21", "Pittsburgh Penguins", "3–4 OT", "Penguins lead 2–1" ], [ "5", "4", "April 23", "Pittsburgh Penguins", "4–1", "Series tied 2–2" ], [ "6", "5", "April 25", "@ Pittsburgh Penguins", "7–10", "Penguins lead 3–2" ], [ "7", "6", "April 27", "Pittsburgh Penguins", "6–2", "Series tied 3–3" ], [ "8", "7", "April 29", "@ Pittsburgh Penguins", "4–1", "Flyers win 4–3" ] ]
[ { "Formula": "MIN(FILTER(F1, (D1>6)*(C1>10)))", "Formula2": "MIN(FILTER(F2:F14, (D2:D14>6)*(C2:C14>10)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "For nations with more than 6 silvers and more than 10 golds, what is the lowest total?", "Tokens": [ "MIN(", "FILTER(", "F1", "D1", ">", "6", "*", "C1", ">", "10" ] }, { "Formula": "MIN(FILTER(A1, (E1>3)*(F1>36)))", "Formula2": "MIN(FILTER(A2:A14, (E2:E14>3)*(F2:F14>36)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest rank for nations with more than 3 bronze medals and more than 36 total medals?", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", ">", "3", "*", "F1", ">", "36" ] } ]
train_2-12392766-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "10", "14", "12", "36" ], [ "3", "2", "Russia", "10", "9", "9", "28" ], [ "4", "3", "Japan", "7", "6", "1", "14" ], [ "5", "4", "Canada", "4", "1", "3", "8" ], [ "6", "5", "China", "0", "2", "3", "5" ], [ "7", "6", "South Korea", "3", "0", "0", "3" ], [ "8", "6", "Sweden", "1", "1", "1", "3" ], [ "9", "6", "Italy", "0", "2", "1", "3" ], [ "10", "7", "Georgia", "1", "0", "1", "2" ], [ "11", "7", "Germany", "0", "1", "1", "2" ], [ "12", "7", "Finland", "0", "0", "2", "2" ], [ "13", "8", "France", "0", "0", "1", "1" ], [ "14", "8", "Estonia", "0", "0", "1", "1" ] ]
[ { "Formula": "MIN(FILTER(A1, (E1=\"g\")*(C1<31)))", "Formula2": "MIN(FILTER(A2:A8, (E2:E8=\"g\")*(C2:C8<31)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Lowest round for g that was smaller than 31?", "Tokens": [ "MIN(", "FILTER(", "A1", "E1", "=", "\"g\"", "*", "C1", "<", "31" ] } ]
train_2-17100961-65
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "1", "3", "3", "Heath Shuler", "QB", "Tennessee" ], [ "3", "2", "2", "31", "Tre' Johnson", "G", "Temple" ], [ "4", "3", "3", "68", "Tydus Winans", "WR", "Fresno State" ], [ "5", "3", "32", "97", "Joe Patton", "OT", "Alabama A&M" ], [ "6", "4", "2", "105", "Kurt Haws", "TE", "Utah" ], [ "7", "6", "2", "163", "Dexter Nottage", "DE", "Florida A&M" ], [ "8", "7", "3", "197", "Gus Frerotte", "QB", "Tulsa" ] ]
[ { "Formula": "MIN(FILTER(A1, (D1=\"netherlands\")*(B1<4)))", "Formula2": "MIN(FILTER(A2:A9, (D2:D9=\"netherlands\")*(B2:B9<4)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "what is the lowest rank for the netherlands in lane less than 4?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", "=", "\"netherlands\"", "*", "B1", "<", "4" ] } ]
test_2-12386295-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Lane", "Name", "Nationality", "Time" ], [ "2", "1", "4", "Pieter van den Hoogenband", "Netherlands", "1:45.35" ], [ "3", "2", "5", "Josh Davis", "United States", "1:47.06" ], [ "4", "3", "3", "James Salter", "Great Britain", "1:48.64" ], [ "5", "4", "6", "Scott Goldblatt", "United States", "1:48.83" ], [ "6", "5", "7", "Stefan Herbst", "Germany", "1:49.72" ], [ "7", "6", "8", "Attila Zubor", "Hungary", "1:49.87" ], [ "8", "7", "2", "Γ–rn Arnarson", "Iceland", "1:50.41" ], [ "9", "8", "1", "Stefan Pohl", "Germany", "1:50.56" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1992),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=1992),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the finish for 1992?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1992", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"buick\")*(D1=\"16th\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"buick\")*(D2:D6=\"16th\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Andretti's finish for the year he had a Buick engine and started 16th?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"buick\"", "*", "D1", "=", "\"16th\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"buick\")*(D1=\"16th\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"buick\")*(D2:D6=\"16th\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Andretti's finish the year he started 16th with a Buick engine?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"buick\"", "*", "D1", "=", "\"16th\"", "5" ] } ]
train_2-1617211-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Chassis", "Engine", "Start", "Finish" ], [ "2", "1990", "Lola", "Cosworth", "Failed to Qualify", "Failed to Qualify" ], [ "3", "1991", "Lola", "Cosworth", "11th", "15th" ], [ "4", "1992", "Lola", "Chevrolet", "20th", "18th" ], [ "5", "1993", "Lola", "Buick", "16th", "29th" ], [ "6", "1994", "Lola", "Buick", "Failed to Qualify", "Failed to Qualify" ] ]
[ { "Formula": "SUM(FILTER(C1, (A1=\"lance reventlow\")*(E1>16)))", "Formula2": "SUM(FILTER(C2:C20, (A2:A20=\"lance reventlow\")*(E2:E20>16)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Name the sum of Laps for lance reventlow with grid more than 16", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"lance reventlow\"", "*", "E1", ">", "16" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)=35)*(CHOOSECOLS(query1,3)>5)))", "Formula2": "LET(query1,SUMMARIZE(B2:B20,SUMX(C2:C20),SUMX(E2:E20)),FILTER(query1,(CHOOSECOLS(query1,2)=35)*(CHOOSECOLS(query1,3)>5)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Tell me the constructor that has 35 Laps with a grid more than 5", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "35", "*", "CHOOSECOLS(", "query1", "3", ">", "5" ] }, { "Formula": "SUMIFS(E1,A1,\"chuck daigh\")", "Formula2": "SUMIFS(E2:E20,A2:A20,\"chuck daigh\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total number of Grids for Chuck Daigh?", "Tokens": [ "SUMIFS(", "E1", "A1", "\"chuck daigh\"" ] } ]
test_2-1122223-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Driver", "Constructor", "Laps", "Time/Retired", "Grid" ], [ "2", "Jack Brabham", "Cooper - Climax", "36", "2:21:37.3", "1" ], [ "3", "Bruce McLaren", "Cooper - Climax", "36", "+ 1:03.3", "14" ], [ "4", "Olivier Gendebien", "Cooper - Climax", "35", "+ 1 Lap", "5" ], [ "5", "Phil Hill", "Ferrari", "35", "+ 1 Lap", "4" ], [ "6", "Jim Clark", "Lotus - Climax", "34", "+ 2 Laps", "10" ], [ "7", "Lucien Bianchi", "Cooper - Climax", "28", "+ 8 Laps", "15" ], [ "8", "Graham Hill", "BRM", "35", "Engine", "6" ], [ "9", "Alan Stacey", "Lotus - Climax", "24", "Fatal accident", "17" ], [ "10", "Willy Mairesse", "Ferrari", "23", "Transmission", "13" ], [ "11", "Wolfgang von Trips", "Ferrari", "22", "Transmission", "11" ], [ "12", "Chris Bristow", "Cooper - Climax", "19", "Fatal accident", "9" ], [ "13", "Chuck Daigh", "Scarab", "16", "Engine", "18" ], [ "14", "Jo Bonnier", "BRM", "14", "Engine", "7" ], [ "15", "Innes Ireland", "Lotus - Climax", "13", "Accident", "8" ], [ "16", "Dan Gurney", "BRM", "4", "Engine", "12" ], [ "17", "Tony Brooks", "Cooper - Climax", "2", "Gearbox", "2" ], [ "18", "Lance Reventlow", "Scarab", "1", "Engine", "16" ], [ "19", "Stirling Moss", "Lotus - Climax", "0", "Accident", "3" ], [ "20", "Mike Taylor", "Lotus - Climax", "0", "Accident", "19" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1910),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=1910),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who were the candidates when the winner was first elected in 1910?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1910", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Richard S. Whaley\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Richard S. Whaley\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the winning party when the incumbent was richard s. whaley?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Richard S. Whaley\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"David E. Finley\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"David E. Finley\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many different set of candidates were there when the incumbent was david e. finley?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"David E. Finley\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"South Carolina 3\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"South Carolina 3\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the winning part in the district of South Carolina 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"South Carolina 3\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"South Carolina 5\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"South Carolina 5\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the candidates in the district of South Carolina 5?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"South Carolina 5\"", "6" ] } ]
test_1-1346137-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "South Carolina 1", "Richard S. Whaley", "Democratic", "1913 (special)", "Re-elected", "Richard S. Whaley (D) 95.4% J. O. Ladd (R) 4.6%" ], [ "3", "South Carolina 2", "James F. Byrnes", "Democratic", "1910", "Re-elected", "James F. Byrnes (D) 98.5% Isaac Myers (R) 1.5%" ], [ "4", "South Carolina 3", "Wyatt Aiken", "Democratic", "1902", "Lost primary Democratic hold", "Frederick H. Dominick (D) 100%" ], [ "5", "South Carolina 4", "Samuel J. Nicholls", "Democratic", "1915 (special)", "Re-elected", "Samuel J. Nicholls (D) 99.4% G. F. Mills (R) 0.6%" ], [ "6", "South Carolina 5", "David E. Finley", "Democratic", "1898", "Re-elected", "David E. Finley (D) 100%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"satoko okita\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"satoko okita\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Rank is the Director(s) of satoko okita?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"satoko okita\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"hi no tsugi ha rekishi\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"hi no tsugi ha rekishi\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country is the film hi no tsugi ha rekishi from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"hi no tsugi ha rekishi\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"Β₯300,000\")*(B1=\"hanzubon no ojisan\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"Β₯300,000\")*(B2:B7=\"hanzubon no ojisan\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Director(s) made the film hanzubon no ojisan and received a prize of Β₯300,000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Β₯300,000\"", "*", "B1", "=", "\"hanzubon no ojisan\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"Β₯300,000\")*(C1=\"kota nagaoka\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"Β₯300,000\")*(C2:C7=\"kota nagaoka\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which country did the Director(s) of kota nagaoka come from and win Β₯300,000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Β₯300,000\"", "*", "C1", "=", "\"kota nagaoka\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Β₯2,000,000\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Β₯2,000,000\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Director won a prize of Β₯2,000,000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Β₯2,000,000\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"maximilian jezo-parovsky\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"maximilian jezo-parovsky\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Rank is the director of maximilian jezo-parovsky?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"maximilian jezo-parovsky\"", "1" ] } ]
train_2-13770546-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Film", "Director(s)", "Country", "Prize" ], [ "2", "Grand Prix", "The Kitchen", "Ben Ferris", "Australia", "Β₯2,000,000" ], [ "3", "Second Place ( Saga Prefecture Governor Award)", "Making Life Work", "Maximilian Jezo-Parovsky", "United States", "Β₯1,000,000" ], [ "4", "Second Place ( Rikkyo University Award)", "Nagi", "Takatoshi Arai", "Japan", "Β₯1,000,000" ], [ "5", "Incentive Award", "Hi No Tsugi Ha Rekishi", "Inan Oener", "Japan", "Β₯300,000" ], [ "6", "Incentive Award", "Hanzubon No Ojisan", "Kota Nagaoka", "Japan", "Β₯300,000" ], [ "7", "Incentive Award", "Dirty Work Blues", "Satoko Okita", "Japan", "Β₯300,000" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Darcy Brown\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Darcy Brown\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What CFL team did Darcy Brown play for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Darcy Brown\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Simeon Rottier\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Simeon Rottier\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What CFL team did simeon rottier play for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Simeon Rottier\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Γ‰tienne LΓ©garΓ©\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Γ‰tienne LΓ©garΓ©\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What college did Γ©tienne lΓ©garΓ© play for?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Γ‰tienne LΓ©garΓ©\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"OL\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"OL\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What team was in position OL?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"OL\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Hamilton Tiger-Cats (via BC via Saskatchewan )\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"Hamilton Tiger-Cats (via BC via Saskatchewan )\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the player for the CFL team hamilton tiger-cats (via bc via saskatchewan )?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Hamilton Tiger-Cats (via BC via Saskatchewan )\"", "3" ] }, { "Formula": "SUMIFS(A1,B1,\"BC Lions (via Hamilton via Winnipeg )\")", "Formula2": "SUMIFS(A2:A8,B2:B8,\"BC Lions (via Hamilton via Winnipeg )\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What number pick did the CFL team bc lions (via hamilton via winnipeg ) have?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"BC Lions (via Hamilton via Winnipeg )\"" ] } ]
train_1-20170644-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "1", "Hamilton Tiger-Cats", "Simeon Rottier", "OT", "Alberta" ], [ "3", "2", "Toronto Argonauts", "Γ‰tienne LΓ©garΓ©", "DT", "Laval" ], [ "4", "3", "BC Lions (via Hamilton via Winnipeg )", "Jamall Lee", "RB", "Bishop's" ], [ "5", "4", "BC Lions (via Toronto via Edmonton )", "James Yurichuk", "LB", "Bishop's" ], [ "6", "5", "BC Lions", "Matt Carter", "WR", "Acadia" ], [ "7", "6", "Hamilton Tiger-Cats (via BC via Saskatchewan )", "Darcy Brown", "WR", "St. Mary's" ], [ "8", "7", "Montreal Alouettes", "Dylan Steenbergen", "OL", "Calgary" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"may 17, 1907\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,F2:F12=\"may 17, 1907\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which archbishop vacated the throne on May 17, 1907?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"may 17, 1907\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"july 25, 1902\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,D2:D12=\"july 25, 1902\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did the archbishop that was ordained a bishop on July 25, 1902 die?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"july 25, 1902\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"february 10, 1858\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"february 10, 1858\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the archbishop that was born on February 10, 1858 ordained a bishop?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"february 10, 1858\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"albert daeger\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,A2:A12=\"albert daeger\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did Archbishop Albert Daeger vacate the throne?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"albert daeger\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"november 30, 1925\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,D2:D12=\"november 30, 1925\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the archbishop that was ordained as a bishop on November 30, 1925 born?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"november 30, 1925\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"february 22, 1825\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"february 22, 1825\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the archbishop that was born on February 22, 1825 ordained as a bishop?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"february 22, 1825\"", "4" ] } ]
train_2-1656555-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Archbishop", "Born", "Ordained Priest", "Ordained Bishop", "Appointed Archbishop", "Vacated throne", "Died" ], [ "2", "Jean Baptiste Lamy", "October 11, 1814", "December 1838", "November 24, 1850", "February 12, 1875", "August 18, 1885", "February 13, 1888" ], [ "3", "Jean Baptiste Salpointe", "February 22, 1825", "December 20, 1851", "June 20, 1869", "August 18, 1885", "January 7, 1894", "July 15, 1898" ], [ "4", "Placide Louis Chapelle", "August 28, 1843", "June 28, 1866", "November 1, 1891", "January 7, 1895", "December 7, 1898", "August 8, 1906" ], [ "5", "Peter Bourgade", "October 17, 1846", "November 30, 1869", "May 1, 1886", "January 7, 1899", "May 17, 1907", "May 17, 1907" ], [ "6", "John Baptist Pitaval", "February 10, 1858", "December 24, 1881", "July 25, 1902", "January 3, 1909", "July 29, 1918", "May 23, 1928" ], [ "7", "Albert Daeger", "March 5, 1872", "July 25, 1896", "May 7, 1919", "March 10, 1919", "December 2, 1932", "December 2, 1932" ], [ "8", "Rudolph Gerken", "March 7, 1887", "July 10, 1917", "April 26, 1927", "June 2, 1933", "March 2, 1943", "March 2, 1943" ], [ "9", "Edwin Byrne", "August 9, 1891", "May 22, 1915", "November 30, 1925", "June 12, 1943", "July 26, 1963", "July 26, 1963" ], [ "10", "James Peter Davis", "June 9, 1904", "May 19, 1929", "October 6, 1943", "January 3, 1964", "June 1, 1974", "March 4, 1988" ], [ "11", "Robert Fortune Sanchez", "March 20, 1934", "December 20, 1959", "July 25, 1974", "June 1, 1974", "April 6, 1993", "January 20, 2012" ], [ "12", "Michael Jarboe Sheehan", "July 9, 1939", "July 12, 1964", "June 17, 1983", "August 16, 1993", "Still serving", "Still living" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the home team when the away team was Hawthorn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On what date did the game at Windy Hill take place?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"windy hill\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the venue when the away team was Hawthorn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"hawthorn\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the home team when the game was at Windy Hill?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"windy hill\"", "1" ] } ]
train_2-10824095-18
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Essendon", "12.10 (82)", "Hawthorn", "15.10 (100)", "Windy Hill", "22,991", "31 July 1982" ], [ "3", "Collingwood", "12.13 (85)", "Swans", "13.12 (90)", "Victoria Park", "20,636", "31 July 1982" ], [ "4", "Carlton", "30.21 (201)", "Footscray", "10.12 (72)", "Princes Park", "17,514", "31 July 1982" ], [ "5", "St Kilda", "14.12 (96)", "North Melbourne", "22.18 (150)", "Moorabbin Oval", "10,955", "31 July 1982" ], [ "6", "Melbourne", "13.15 (93)", "Fitzroy", "24.19 (163)", "MCG", "18,649", "31 July 1982" ], [ "7", "Richmond", "24.19 (163)", "Geelong", "11.13 (79)", "VFL Park", "23,237", "31 July 1982" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"aptos\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"aptos\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the tournament surface at Aptos?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"aptos\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"paul goldstein\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"paul goldstein\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the final score of the Paul Goldstein match?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"paul goldstein\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"november 23, 1998\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"november 23, 1998\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who played the final match on November 23, 1998?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"november 23, 1998\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"paul goldstein\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"paul goldstein\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date did Paul Goldstein play the final?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"paul goldstein\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"takao suzuki\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"takao suzuki\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the surface type at Takao Suzuki?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"takao suzuki\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"september 11, 2006\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"september 11, 2006\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What were the scores on September 11, 2006?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"september 11, 2006\"", "5" ] } ]
train_2-10980025-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Surface", "Opponent in the final", "Score" ], [ "2", "July 13, 1998", "Aptos", "Hard", "Takao Suzuki", "6–7, 6–3, 6–2" ], [ "3", "November 9, 1998", "Las Vegas", "Hard", "Maurice Ruah", "7–5, 6–3" ], [ "4", "November 23, 1998", "Burbank", "Hard", "David Nainkin", "7–6, 7–5" ], [ "5", "December 6, 1999", "Burbank", "Hard", "Alex O'Brien", "7–5, 6–3" ], [ "6", "May 31, 2004", "Tallahassee", "Hard", "BjΓΆrn Rehnquist", "6–4, 4–6, 7–5" ], [ "7", "May 30, 2005", "Yuba City", "Hard", "Paul Goldstein", "6–4, 6–4" ], [ "8", "September 11, 2006", "New Orleans", "Hard", "Amer Delic", "6–3, 7–6" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"australia\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"australia\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the finish of Australia?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"australia\"", "6" ] }, { "Formula": "SUM(FILTER(D1, E1=4))", "Formula2": "SUM(FILTER(D2:D10, E2:E10=4))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the total with a +4 to par?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=3),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=3),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What country has a +3 to par?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "3", "2" ] } ]
train_2-17231086-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Curtis Strange", "United States", "1988", "278", "–2", "1" ], [ "3", "Scott Simpson", "United States", "1987", "281", "+1", "T6" ], [ "4", "Hubert Green", "United States", "1977", "283", "+3", "T9" ], [ "5", "Larry Nelson", "United States", "1983", "284", "+4", "T13" ], [ "6", "Raymond Floyd", "United States", "1986", "287", "+7", "T26" ], [ "7", "Jack Nicklaus", "United States", "1962 , 1967 , 1972 , 1980", "290", "+10", "T43" ], [ "8", "Tom Watson", "United States", "1982", "291", "+11", "T46" ], [ "9", "Hale Irwin", "United States", "1974 , 1979", "291", "+13", "T54" ], [ "10", "David Graham", "Australia", "1981", "295", "+15", "T61" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"summer\")*(B1=\"sen\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"summer\")*(B2:B6=\"sen\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE NAME WITH A SUMMER TRANSFER WINDOW, AND COUNTRY SEN?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"summer\"", "*", "B1", "=", "\"sen\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"kanu\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"kanu\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE COUNTRY WITH NAME OF KANU?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"kanu\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"bel\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"bel\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE MOVING TO LOCATION WITH BEL AS COUNTRY?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bel\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"summer\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"summer\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE COUNTRY WITH SUMMER TRANSFER WINDOW?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"summer\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"bra\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"bra\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHAT IS THE TRANSFER WINDOW FOR THE COUNTRY OF BRA?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bra\"", "5" ] } ]
train_2-17200019-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Country", "Status", "Moving to", "Transfer window", "Transfer fee" ], [ "2", "Kanu", "BRA", "Loaned out", "CercleBrugge", "Winter", "n/a" ], [ "3", "KayoutΓ©", "SEN", "Loaned out", "Kortrijk", "Summer", "n/a" ], [ "4", "Mulopo Kudimbana", "COD", "Loaned out", "Union", "Summer", "n/a" ], [ "5", "Proto", "BEL", "Loaned out", "Germinal Beerschot", "Summer", "n/a" ], [ "6", "Siani", "CMR", "Loaned out", "Sint-Truiden", "Summer", "n/a" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Silverstone\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Silverstone\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date was the Silverstone circuit driven? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Silverstone\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Albi\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Albi\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the Albi circuit race driven? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Albi\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"IV J.C.C. Jersey Road Race\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"IV J.C.C. Jersey Road Race\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Would built the winning car in the IV J.C.C. Jersey Road Race? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"IV J.C.C. Jersey Road Race\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Jersey\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Jersey\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who won the race at the Jersey circuit? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Jersey\"", "4" ] } ]
test_1-1140119-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Name", "Circuit", "Date", "Winning driver", "Constructor", "Report" ], [ "2", "XI Pau Grand Prix", "Pau", "10 April", "Juan Manuel Fangio", "Maserati", "Report" ], [ "3", "II Richmond Trophy", "Goodwood", "10 April", "Reg Parnell", "Maserati", "Report" ], [ "4", "V San Remo Grand Prix", "Sanremo", "16 April", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "5", "IV Grand Prix de Paris", "MontlhΓ©ry", "30 April", "Georges Grignard", "Talbot-Lago", "Report" ], [ "6", "XII British Empire Trophy", "Douglas", "15 June", "Bob Gerard", "ERA", "Report" ], [ "7", "IV Gran Premio di Bari", "Bari", "9 July", "Giuseppe Farina", "Alfa Romeo", "Report" ], [ "8", "IV J.C.C. Jersey Road Race", "Jersey", "13 July", "Peter Whitehead", "Ferrari", "Report" ], [ "9", "XII Circuit de l'Albigeois", "Albi", "16 July", "Louis Rosier", "Talbot-Lago", "Report" ], [ "10", "I Grote Prijs van Nederland", "Zandvoort", "23 July", "Louis Rosier", "Talbot-Lago", "Report" ], [ "11", "III Grand Prix des Nations", "Geneve", "30 July", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "12", "I Nottingham Trophy", "Gamston", "7 August", "David Hampshire", "Maserati", "Report" ], [ "13", "IV Ulster Trophy", "Dundrod", "12 August", "Peter Whitehead", "Ferrari", "Report" ], [ "14", "XIX Coppa Acerbo", "Pescara", "15 August", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "15", "I Sheffield Telegraph Trophy", "Gamston", "19 August", "Cuth Harrison", "ERA", "Report" ], [ "16", "II BRDC International Trophy", "Silverstone", "26 August", "Giuseppe Farina", "Alfa Romeo", "Report" ], [ "17", "III Goodwood Trophy", "Goodwood", "30 September", "Reg Parnell", "BRM", "Report" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"tour match\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F6,E2:E6=\"tour match\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<22))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What report has tour match as the status, with an against less than 22?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"tour match\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "22" ] }, { "Formula": "SUMIFS(B1,D1,\"asba park, kimberley\")", "Formula2": "SUMIFS(B2:B6,D2:D6,\"asba park, kimberley\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many againsts have asba park, kimberley as the venue?", "Tokens": [ "SUMIFS(", "B1", "D1", "\"asba park, kimberley\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"gauteng falcons\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"gauteng falcons\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What status has gauteng falcons as the opposing team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"gauteng falcons\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"second test\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"second test\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What opposing team has second test as the status?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"second test\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"gauteng falcons\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"gauteng falcons\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What report has gauteng falcons as the opposing team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"gauteng falcons\"", "6" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(B2:B6)),FILTER(query1,CHOOSECOLS(query1,2)=18))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What status has 18 as the against?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "18" ] } ]
train_2-17891863-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Opposing Team", "Against", "Date", "Venue", "Status", "Report" ], [ "2", "North West Leopards", "22", "13 June 2000", "OlΓ«n Park , Potchefstroom", "Tour Match", "BBC Sport" ], [ "3", "South Africa", "18", "17 June 2000", "Loftus Versfeld , Pretoria", "First Test", "BBC Sport" ], [ "4", "Nashua Griquas", "16", "20 June 2000", "ASBA Park, Kimberley", "Tour Match", "BBC Sport" ], [ "5", "South Africa", "22", "24 June 2000", "Vodacom Park , Bloemfontein", "Second Test", "BBC Sport" ], [ "6", "Gauteng Falcons", "27", "28 June 2000", "Bosman Stadium, Brakpan", "Tour Match", "BBC Sport" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"luke jacobz\")*(G1=\"dannii minogue\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(H2:H7=\"luke jacobz\")*(G2:G7=\"dannii minogue\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the start date with Luke Jacobz hosting and Dannii Minogue as a winning mentor?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"luke jacobz\"", "*", "G1", "=", "\"dannii minogue\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"guy sebastian\")*(E1=\"andrew wishart\")),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,(G2:G7=\"guy sebastian\")*(E2:E7=\"andrew wishart\")),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was in third place when Guy Sebastian was the winning mentor and Andrew Wishart was the runner-up?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"guy sebastian\"", "*", "E1", "=", "\"andrew wishart\"", "6" ] } ]
train_2-1658647-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Series", "Start", "Finish", "Winner", "Runner-up", "Third place", "Winning mentor", "Main host" ], [ "2", "One", "6 February 2005", "15 May 2005", "Random", "Russell Gooley", "Vince Harder", "Mark Holden", "Daniel MacPherson" ], [ "3", "Two", "30 August 2010", "22 November 2010", "Altiyan Childs", "Sally Chatfield", "Andrew Lawson", "Ronan Keating", "Luke Jacobz" ], [ "4", "Three", "29 August 2011", "22 November 2011", "Reece Mastin", "Andrew Wishart", "Johnny Ruffo", "Guy Sebastian", "Luke Jacobz" ], [ "5", "Four", "20 August 2012", "20 November 2012", "Samantha Jade", "Jason Owen", "The Collective", "Guy Sebastian", "Luke Jacobz" ], [ "6", "Five", "29 July 2013", "28 October 2013", "Dami Im", "Taylor Henderson", "Jai Waetford", "Dannii Minogue", "Luke Jacobz" ], [ "7", "Six", "2014", "2014", "TBA", "TBA", "TBA", "TBA", "Luke Jacobz" ] ]
[ { "Formula": "SUMIFS(E1,A1,\"Radio Stations\")", "Formula2": "SUMIFS(E2:E6,A2:A6,\"Radio Stations\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many radio stations were built in Asia?", "Tokens": [ "SUMIFS(", "E1", "A1", "\"Radio Stations\"" ] }, { "Formula": "SUM(FILTER(E1, D1=14))", "Formula2": "SUM(FILTER(E2:E6, D2:D6=14))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many program data on Asia was written if the organization launched 14 programs iin the Americas?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "14" ] }, { "Formula": "SUM(FILTER(F1, D1=115))", "Formula2": "SUM(FILTER(F2:F6, D2:D6=115))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many times did Australasia received a program if the Americas received 115 program?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "115" ] } ]
train_1-27184837-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Programs", "World", "Africa", "Americas", "Asia", "Australasia", "Europe" ], [ "2", "Education(Tutorial/Academic/Other)", "732", "169", "115", "427", "13", "8" ], [ "3", "Health & Social Services", "78", "28", "14", "25", "2", "9" ], [ "4", "Radio Stations", "5", "0", "5", "0", "0", "0" ], [ "5", "Agriculture & Forestry", "74", "35", "13", "20", "5", "1" ], [ "6", "Community Development", "358", "60", "266", "12", "7", "13" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(H1=\"q4 2007\")*(A1=\"pentium dual-core t2310\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,(H2:H8=\"q4 2007\")*(A2:A8=\"pentium dual-core t2310\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the mult value of the microprocessor with a release date q4 2007 and model number pentium dual-core t2310?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "H1", "=", "\"q4 2007\"", "*", "A1", "=", "\"pentium dual-core t2310\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,A1=\"pentium dual-core t3400\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,A2:A8=\"pentium dual-core t3400\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the L2 cache of the microprocessor with model number pentium dual-core t3400?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "A1", "=", "\"pentium dual-core t3400\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,A1=\"pentium dual-core t2330\"),10))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J8,A2:A8=\"pentium dual-core t2330\"),10))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the release price (USD) of the microprocessor with a model number pentium dual-core t2330?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "J1", "A1", "=", "\"pentium dual-core t2330\"", "10" ] } ]
train_2-11602313-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Model number", "sSpec number", "Frequency", "L2 cache", "Mult.", "Voltage", "Socket", "Release date", "Part number(s)", "Release price ( USD )" ], [ "2", "Pentium Dual-Core T2310", "SLAEC(M0)", "1.47 GHz", "1 MB", "11Γ—", "1.075–1.175V", "Socket P", "Q4 2007", "LF80537GE0201M", "$90" ], [ "3", "Pentium Dual-Core T2330", "SLA4K(M0)", "1.6 GHz", "1 MB", "12Γ—", "1.075–1.175V", "Socket P", "Q4 2007", "LF80537GE0251MN", "OEM" ], [ "4", "Pentium Dual-Core T2370", "SLA4J(M0)", "1.73 GHz", "1 MB", "13Γ—", "1.075–1.175V", "Socket P", "Q4 2007", "LF80537GE0301M", "OEM" ], [ "5", "Pentium Dual-Core T2390", "SLA4H(M0)", "1.87 GHz", "1 MB", "14Γ—", "1.075–1.175V", "Socket P", "Q2 2008", "LF80537GE0361M", "OEM" ], [ "6", "Pentium Dual-Core T2410", "SLA4G(M0)", "2 GHz", "1 MB", "15Γ—", "1.075–1.175V", "Socket P", "Q3 2008", "LF80537GE0411M", "OEM" ], [ "7", "Pentium Dual-Core T3200", "SLAVG(M0)", "2 GHz", "1 MB", "12Γ—", "1.075–1.175V", "Socket P", "Q4 2008", "LF80537GF0411M", "OEM" ], [ "8", "Pentium Dual-Core T3400", "SLB3P(M0)", "2.17 GHz", "1 MB", "13Γ—", "1.075–1.175V", "Socket P", "Q4 2008", "LF80537GF0481M", "OEM" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"United Nations (UNDP)\")*(F1=\"2nd\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(B2:B13=\"United Nations (UNDP)\")*(F2:F13=\"2nd\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What index was created by the United Nations (UNDP) and reached 2nd place in the LA Ranking?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"United Nations (UNDP)\"", "*", "F1", "=", "\"2nd\"", "1" ] }, { "Formula": "SUM(FILTER(D1, (B1=\"The Economist\")*(C1=2007)*(F1=\"2nd\")))", "Formula2": "SUM(FILTER(D2:D13, (B2:B13=\"The Economist\")*(C2:C13=2007)*(F2:F13=\"2nd\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many countries were sampled in the index created by The Economist, published in 2007 and ranked 2nd in the LA Ranking?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"The Economist\"", "*", "C1", "=", "2007", "*", "F1", "=", "\"2nd\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Transparency International\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Transparency International\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the wold ranking of the index by Transparency International?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Transparency International\"", "5" ] }, { "Formula": "SUM(FILTER(D1, (F1=\"2nd\")*(E1=\"23rd\")))", "Formula2": "SUM(FILTER(D2:D13, (F2:F13=\"2nd\")*(E2:E13=\"23rd\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many countries were sampled for the index in 2nd place in the LA ranking and 23rd in the world ranking?", "Tokens": [ "SUM(", "FILTER(", "D1", "F1", "=", "\"2nd\"", "*", "E1", "=", "\"23rd\"" ] }, { "Formula": "SUMIFS(D1,A1,\"Prosperity Index (2008)\")", "Formula2": "SUMIFS(D2:D13,A2:A13,\"Prosperity Index (2008)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many countries were sampled for the Prosperity Index (2008)?", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Prosperity Index (2008)\"" ] } ]
test_1-19948664-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Index (Year)", "Author / Editor / Source", "Year of publication", "Countries sampled", "World Ranking (1)", "Ranking L.A. (2)" ], [ "2", "Human Poverty, HPI-1 (2005) (3)", "United Nations (UNDP)", "2007–08", "108", "2nd", "1st" ], [ "3", "Poverty below $2 a day (1990–2005) (4)", "United Nations (UNDP)", "2007–08", "71", "3rd", "2nd" ], [ "4", "Global Peace (2009)", "The Economist", "2008", "140", "21st", "2nd" ], [ "5", "Corruption Perception (2008) (6)", "Transparency International", "2008", "180", "23rd", "1st" ], [ "6", "Democracy (2006)", "The Economist", "2007", "167", "23rd", "2nd" ], [ "7", "Prosperity Index (2008)", "Legatum Institute", "2008", "104", "36th", "3rd" ], [ "8", "Press Freedom (2007)", "Reporters Without Borders", "2007", "169", "37th", "2nd" ], [ "9", "Economic Freedom (2008)", "The Wall Street Journal", "2008", "157", "38th", "3rd" ], [ "10", "Human Development (2005)", "United Nations (UNDP)", "2007–08", "177", "46th", "3rd" ], [ "11", "Quality-of-life (2005)", "The Economist", "2007", "111", "46th", "6th" ], [ "12", "Travel and Tourism Competitiveness (2008)", "World Economic Forum", "2008", "130", "63rd", "7th" ], [ "13", "Global Competitiveness (2009–2010)", "World Economic Forum", "2009–10", "131", "65th", "6th" ] ]
[ { "Formula": "FILTER(C1,D1=\"albanian\")", "Formula2": "FILTER(C2:C7,D2:D7=\"albanian\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Type for Rite Albanian?", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"albanian\"" ] }, { "Formula": "MIN(FILTER(F1,C1=\"apostolic administration\"))", "Formula2": "MIN(FILTER(F2:F7,C2:C7=\"apostolic administration\"))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What Area (km 2) is lowest with a type being Apostolic Administration?", "Tokens": [ "MIN(", "FILTER(", "F1", "C1", "=", "\"apostolic administration\"" ] }, { "Formula": "FILTER(E1,(C1=\"diocese\")*(B1=\"alexiensis\"))", "Formula2": "FILTER(E2:E7,(C2:C7=\"diocese\")*(B2:B7=\"alexiensis\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What Ecclesiastical Province has a type diocese and a latin name alexiensis?", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"diocese\"", "*", "B1", "=", "\"alexiensis\"" ] } ]
dev_2-18292491-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ecclesiastical Jurisdictions", "Latin name", "Type", "Rite", "Ecclesiastical Province", "Area (km 2 )" ], [ "2", "LezhΓ«", "Alexiensis", "Diocese", "Roman", "ShkodΓ«r–Pult", "750" ], [ "3", "RrΓ«shen", "RrΓ«sheniensis", "Diocese", "Roman", "Tiranë–DurrΓ«s", "3,463" ], [ "4", "SapΓ«", "Sappensis", "Diocese", "Roman", "ShkodΓ«r–Pult", "2,544" ], [ "5", "ShkodΓ«r–Pult", "Scodrensis–Pulatensis", "Metropolitan Archdiocese", "Roman", "ShkodΓ«r–Pult", "2,363" ], [ "6", "Southern Albania", "Albaniae Meridionalis", "Apostolic Administration", "Albanian", "Tiranë–DurrΓ«s", "16,172" ], [ "7", "Tiranë–DurrΓ«s", "Tiranensis–Dyrracenus", "Metropolitan Archdiocese", "Roman", "Tiranë–DurrΓ«s", "2,263" ] ]
[ { "Formula": "SUM(FILTER(B1, (A1=\"totals\")*(G1>42)))", "Formula2": "SUM(FILTER(B2:B6, (A2:A6=\"totals\")*(G2:G6>42)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Wins has a Tournament of totals, and a Cuts made larger than 42?", "Tokens": [ "SUM(", "FILTER(", "B1", "A1", "=", "\"totals\"", "*", "G1", ">", "42" ] }, { "Formula": "SUM(FILTER(D1, G1>42))", "Formula2": "SUM(FILTER(D2:D6, G2:G6>42))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Top-10 has a Cuts made larger than 42?", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", ">", "42" ] }, { "Formula": "SUM(FILTER(B1, C1=6))", "Formula2": "SUM(FILTER(B2:B6, C2:C6=6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which Wins has a Top-5 of 6?", "Tokens": [ "SUM(", "FILTER(", "B1", "C1", "=", "6" ] }, { "Formula": "SUM(FILTER(G1, E1<3))", "Formula2": "SUM(FILTER(G2:G6, E2:E6<3))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which Cuts made has a Top-25 smaller than 3?", "Tokens": [ "SUM(", "FILTER(", "G1", "E1", "<", "3" ] }, { "Formula": "SUM(FILTER(D1, (G1=10)*(C1>1)))", "Formula2": "SUM(FILTER(D2:D6, (G2:G6=10)*(C2:C6>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Which Top-10 has a Cuts made of 10, and a Top-5 larger than 1?", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "10", "*", "C1", ">", "1" ] } ]
train_2-1551597-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Tournament", "Wins", "Top-5", "Top-10", "Top-25", "Events", "Cuts made" ], [ "2", "Masters Tournament", "0", "1", "1", "6", "15", "10" ], [ "3", "U.S. Open", "0", "2", "4", "8", "18", "12" ], [ "4", "The Open Championship", "0", "1", "3", "3", "12", "7" ], [ "5", "PGA Championship", "1", "2", "2", "5", "23", "13" ], [ "6", "Totals", "1", "6", "10", "22", "68", "42" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"EX Plus3\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"EX Plus3\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the type of printer ports in the model number EX Plus3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"EX Plus3\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Three Parallel\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Three Parallel\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the number of the model with three parallel printer ports?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Three Parallel\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"EX Plus3\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"EX Plus3\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the type of the printer ports included in the EX Plus3 model number?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"EX Plus3\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Discontinued in favor of the en1700\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Discontinued in favor of the en1700\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the network protocols for the model that has been discontinued in favor of the EN1700?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Discontinued in favor of the en1700\"", "4" ] } ]
test_1-1300080-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Model number", "Printer ports", "Network ports", "Network protocols", "Firmware", "Notes" ], [ "2", "EX Plus", "One Parallel", "10Base-2 and 10Base-T", "TCP/IP, IPX/SPX, and DLC/LLC", "Flash EEPROM", "BOOTP & DHCP Client" ], [ "3", "EX Plus3", "Three Parallel", "10Base-2 and 10Base-T", "TCP/IP, IPX/SPX, AppleTalk, and DLC/LLC", "Flash EEPROM", "DHCP Client (not BOOTP)" ], [ "4", "170x", "One Parallel ( IEEE 1284.4)", "One RJ45 10Base-T Ethernet", "TCP/IP, IPX/SPX, and DLC/LLC", "Non-upgradeable", "Discontinued" ], [ "5", "175x", "One USB 1.0", "One RJ45 10/100Base-TX Ethernet", "TCP/IP, AppleTalk, LPD (Windows and Mac OS only)", "Non-upgradeable", "Discontinued in favor of the en1700" ], [ "6", "310x", "One USB 1.0", "One RJ45 10/100Base-TX Ethernet", "TCP/IP, IPX/SPX, AppleTalk, and DLC/LLC", "2 MB", "Discontinued in favor of the en3700" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"5 aug 1990\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"5 aug 1990\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the runner-up on 5 aug 1990?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"5 aug 1990\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"βˆ’14 (65-69-72-68=274)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"βˆ’14 (65-69-72-68=274)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Tournament has a Winning score of βˆ’14 (65-69-72-68=274)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"βˆ’14 (65-69-72-68=274)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"βˆ’20 (70-69-64-65=268)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"βˆ’20 (70-69-64-65=268)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Runner-up has a Winning score of βˆ’20 (70-69-64-65=268)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"βˆ’20 (70-69-64-65=268)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"βˆ’15 (71-69-68-65=273)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"βˆ’15 (71-69-68-65=273)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Date has a Winning score of βˆ’15 (71-69-68-65=273)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"βˆ’15 (71-69-68-65=273)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"vijay singh\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"vijay singh\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In which tournament was vijay singh a runner-up?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"vijay singh\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"vijay singh\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"vijay singh\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In which tournament was vijay singh a runner-up?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"vijay singh\"", "2" ] } ]
train_2-1519060-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Winning score", "Margin of victory", "Runner-up" ], [ "2", "21 May 1989", "Lancia Italian Open", "βˆ’15 (71-69-68-65=273)", "1 stroke", "Sam Torrance" ], [ "3", "6 Aug 1989", "Scandinavian Enterprise Open", "βˆ’20 (70-69-64-65=268)", "2 strokes", "Michael Allen" ], [ "4", "29 Oct 1989", "Volvo Masters", "βˆ’6 (72-69-70-71=282)", "1 stroke", "Nick Faldo" ], [ "5", "5 Aug 1990", "PLM Open", "βˆ’18 (64-67-70-69=270)", "4 strokes", "Vijay Singh" ], [ "6", "2 Sep 1990", "Ebel European Masters Swiss Open", "βˆ’21 (70-65-66-66=267)", "2 strokes", "John Bland" ], [ "7", "22 Mar 1992", "Portuguese Open", "βˆ’15 (67-71-67-68=273)", "1 stroke", "Anders Forsbrand" ], [ "8", "15 Aug 1993", "Hohe Brucke Austrian Open", "βˆ’14 (65-69-72-68=274)", "Playoff", "Anders SΓΈrensen" ] ]
[ { "Formula": "SUM(FILTER(G1, (A1=2010)*(C1>14)*(F1<0)))", "Formula2": "SUM(FILTER(G2:G18, (A2:A18=2010)*(C2:C18>14)*(F2:F18<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the sum of points in 2010 when the driver had more than 14 races and an F.L. of less than 0?", "Tokens": [ "SUM(", "FILTER(", "G1", "A1", "=", "2010", "*", "C1", ">", "14", "*", "F1", "<", "0" ] } ]
train_2-1029726-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Year", "Drivers", "Races", "Wins", "Poles", "F.L.", "Points", "D.C.", "T.C." ], [ "2", "2005", "JosΓ© MarΓ­a LΓ³pez", "23", "1", "0", "0", "36", "9th", "7th" ], [ "3", "2005", "Fairuz Fauzy", "23", "0", "0", "0", "0", "24th", "7th" ], [ "4", "2006", "Ferdinando Monfardini", "21", "0", "0", "0", "6", "21st", "12th" ], [ "5", "2006", "Franck Perera", "21", "0", "0", "0", "8", "17th", "12th" ], [ "6", "2007", "Kazuki Nakajima", "21", "0", "1", "3", "44", "5th", "5th" ], [ "7", "2007", "Nicolas Lapierre", "21", "2", "1", "2", "23", "12th", "5th" ], [ "8", "2008", "JΓ©rΓ΄me d'Ambrosio", "20", "0", "0", "0", "21", "11th", "8th" ], [ "9", "2008", "Kamui Kobayashi", "20", "1", "0", "2", "10", "16th", "8th" ], [ "10", "2009", "JΓ©rΓ΄me d'Ambrosio", "20", "0", "0", "0", "29", "9th", "6th" ], [ "11", "2009", "Kamui Kobayashi", "20", "0", "0", "0", "13", "16th", "6th" ], [ "12", "2010", "JΓ©rΓ΄me d'Ambrosio", "18", "1", "1", "0", "21", "12th", "6th" ], [ "13", "2010", "Ho-Pin Tung †", "14", "0", "0", "0", "0", "28th", "6th" ], [ "14", "2010", "Romain Grosjean", "8", "0", "0", "0", "14", "14th", "6th" ], [ "15", "2011", "Romain Grosjean", "18", "5", "1", "6", "89", "1st", "2nd" ], [ "16", "2011", "PΓ₯l Varhaug", "18", "0", "0", "0", "0", "23rd", "2nd" ], [ "17", "2012", "Davide Valsecchi", "24", "4", "2", "5", "247", "1st", "1st" ], [ "18", "2012", "Felipe Nasr", "24", "0", "0", "0", "95", "10th", "1st" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"philadelphia\")*(A1=\"march 6\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(D2:D15=\"philadelphia\")*(A2:A15=\"march 6\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the visitor in Philadelphia on March 6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"philadelphia\"", "*", "A1", "=", "\"march 6\"", "2" ] } ]
train_2-14191335-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Date", "Visitor", "Score", "Home", "Decision", "Attendance", "Record" ], [ "2", "March 1", "Philadelphia", "2 – 2", "Los Angeles", "Parent", "9,534", "13–33–17" ], [ "3", "March 2", "Philadelphia", "4 – 4", "Oakland", "Parent", "4,484", "13–33–18" ], [ "4", "March 6", "Los Angeles", "1 – 5", "Philadelphia", "Parent", "9,428", "14–33–18" ], [ "5", "March 8", "Philadelphia", "2 – 2", "Toronto", "Parent", "16,485", "14–33–19" ], [ "6", "March 9", "Oakland", "3 – 5", "Philadelphia", "Parent", "13,885", "15–33–19" ], [ "7", "March 13", "Boston", "1 – 2", "Philadelphia", "Parent", "14,558", "16–33–19" ], [ "8", "March 15", "Philadelphia", "2 – 2", "Minnesota", "Parent", "14,662", "16–33–20" ], [ "9", "March 16", "Philadelphia", "2 – 6", "Chicago", "Parent", "17,000", "16–34–20" ], [ "10", "March 20", "Minnesota", "2 – 5", "Philadelphia", "Parent", "12,582", "17–34–20" ], [ "11", "March 22", "Philadelphia", "5 – 1", "Minnesota", "Parent", "14,664", "18–34–20" ], [ "12", "March 23", "St. Louis", "3 – 4", "Philadelphia", "Parent", "14,558", "19–34–20" ], [ "13", "March 27", "Los Angeles", "2 – 4", "Philadelphia", "Parent", "11,669", "20–34–20" ], [ "14", "March 29", "Pittsburgh", "3 – 3", "Philadelphia", "Parent", "11,039", "20–34–21" ], [ "15", "March 30", "Philadelphia", "1 – 2", "Pittsburgh", "Favell", "5,738", "20–35–21" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=75823),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=75823),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Type, when Works Number is 75823?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "75823", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"ds4-4-750\")*(E1=74409)),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"ds4-4-750\")*(E2:E19=74409)),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Date, when Type is DS4-4-750, and when Works Number is 74409?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ds4-4-750\"", "*", "E1", "=", "74409", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"rs-11\")*(A1=61)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(C2:C19=\"rs-11\")*(A2:A19=61)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Works Number, when Type is RS-11, and when Number is 61?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rs-11\"", "*", "A1", "=", "61", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1925),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=1925),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Builder, when Date is 1925?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1925", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=55),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=55),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Works Number, when Number is 55?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "55", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1953),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=1953),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Builder, when Date is 1953?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "1953", "2" ] } ]
train_2-1675640-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Number", "Builder", "Type", "Date", "Works number" ], [ "2", "51", "Baldwin Locomotive Works", "DS4-4-750", "1949", "74408" ], [ "3", "52", "Baldwin Locomotive Works", "DS4-4-750", "1949", "74409" ], [ "4", "53", "Baldwin Locomotive Works", "DS4-4-1000", "1949", "74193" ], [ "5", "54", "Baldwin Locomotive Works", "S-12", "1952/1953", "75823" ], [ "6", "55", "Baldwin Locomotive Works", "RS-12", "1955", "76024" ], [ "7", "56", "Baldwin Locomotive Works", "RS-12", "1955", "76105" ], [ "8", "57", "Baldwin Locomotive Works", "S-12", "1953", "75914" ], [ "9", "61", "American Locomotive Works", "RS-11", "1979", "Unknown" ], [ "10", "62", "American Locomotive Works", "RS-11", "1979", "Unknown" ], [ "11", "63", "American Locomotive Works", "RS-11", "1979", "Unknown" ], [ "12", "64", "Electro-Motive Diesel", "GP9m", "1987", "Unknown" ], [ "13", "65", "Electro-Motive Diesel", "GP9m", "1987", "Unknown" ], [ "14", "66", "Electro-Motive Diesel", "GP9m", "1956", "Unknown" ], [ "15", "67", "Electro-Motive Diesel", "GP9m", "6/1954", "19554" ], [ "16", "M-80", "Mack", "Railbus", "1923", "Unknown" ], [ "17", "M-100", "Edwards Rail Car Company", "Motor Car", "1925", "Unknown" ], [ "18", "M-200", "SS&IW", "Motor Car", "1927", "Unknown" ], [ "19", "M-300", "American Car and Foundry Company", "Motor Car", "1935", "Unknown" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"25 october 2004\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,B2:B15=\"25 october 2004\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the outcome on 25 october 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"25 october 2004\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner-up\")*(B1=\"2 march 1998\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(A2:A15=\"runner-up\")*(B2:B15=\"2 march 1998\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which opponent was a runner-up on 2 march 1998?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"runner-up\"", "*", "B1", "=", "\"2 march 1998\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"mario ančiΔ‡\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"mario ančiΔ‡\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which championship had an oppenent of mario ančiΔ‡ in the final?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"mario ančiΔ‡\"", "3" ] } ]
train_2-1408278-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Championship", "Surface", "Opponent in the final", "Score in the final" ], [ "2", "Winner", "10 March 1997", "Copenhagen , Denmark", "Carpet (i)", "Martin Damm", "6–4, 3–6, 6–2" ], [ "3", "Winner", "17 March 1997", "St. Petersburg , Russia", "Carpet (i)", "Renzo Furlan", "6–3, 6–4" ], [ "4", "Runner-up", "2 March 1998", "Rotterdam , Netherlands", "Carpet (i)", "Jan Siemerink", "6–7 (2–7) , 2–6" ], [ "5", "Runner-up", "9 November 1998", "Stockholm , Sweden", "Hard (i)", "Todd Martin", "3–6, 4–6, 4–6" ], [ "6", "Winner", "2 August 1999", "Montreal , Canada", "Hard", "Yevgeny Kafelnikov", "1–6, 6–3, 6–3" ], [ "7", "Winner", "20 November 2000", "Stockholm , Sweden", "Hard (i)", "Yevgeny Kafelnikov", "6–2, 6–4, 6–4" ], [ "8", "Winner", "11 June 2001", "Halle , Germany", "Grass", "Fabrice Santoro", "6–3, 6–7 (5–7) , 6–2" ], [ "9", "Winner", "18 June 2001", "Nottingham , UK", "Grass", "Harel Levy", "7–5, 6–3" ], [ "10", "Winner", "14 January 2002", "Australian Open , Melbourne , Australia", "Hard", "Marat Safin", "3–6, 6–4, 6–4, 7–6 (7–4)" ], [ "11", "Runner-up", "14 June 2004", "Nottingham , UK", "Grass", "Paradorn Srichaphan", "6–1, 6–7 (4–7) , 3–6" ], [ "12", "Winner", "25 October 2004", "Stockholm, Sweden", "Hard (i)", "Andre Agassi", "3–6, 6–3, 7–6 (7–4)" ], [ "13", "Winner", "24 October 2005", "St. Petersburg, Russia", "Carpet (i)", "Nicolas Kiefer", "6–4, 6–2" ], [ "14", "Runner-up", "23 October 2006", "St. Petersburg , Russia", "Carpet (i)", "Mario AnčiΔ‡", "5–7, 6–7 (2–7)" ], [ "15", "Runner-up", "8 October 2007", "Stockholm, Sweden", "Hard (i)", "Ivo KarloviΔ‡", "3–6, 6–3, 1–6" ] ]
[ { "Formula": "FILTER(A1,D1=\"private/catholic\")", "Formula2": "FILTER(A2:A9,D2:D9=\"private/catholic\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which institution is private/catholic?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"private/catholic\"" ] }, { "Formula": "AVERAGE(FILTER(E1,F1=\"redbirds\"))", "Formula2": "AVERAGE(FILTER(E2:E9,F2:F9=\"redbirds\"))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the average enrollment of the Redbirds' school?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "F1", "=", "\"redbirds\"" ] }, { "Formula": "FILTER(D1,A1=\"southern illinois university edwardsville\")", "Formula2": "FILTER(D2:D9,A2:A9=\"southern illinois university edwardsville\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Southern Illinois University Edwardsville's affiliation?", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"southern illinois university edwardsville\"" ] } ]
dev_2-16406736-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Institution", "Location", "Founded", "Affiliation", "Enrollment", "Nickname" ], [ "2", "University of Illinois", "Urbana, IL", "1867", "Public", "42,606", "Fighting Illini" ], [ "3", "Illinois State University", "Normal, IL", "1857", "Public", "20,859", "Redbirds" ], [ "4", "University of Iowa", "Iowa City, IA", "1847", "Public", "20,907", "Hawkeyes" ], [ "5", "University of Missouri", "Columbia, MO", "1839", "Public", "30,831", "Tigers" ], [ "6", "Missouri State University", "Springfield, MO", "1905", "Public", "22,785", "Ice Bears" ], [ "7", "Northern Illinois University", "DeKalb, IL", "1895", "Public", "25,313", "Huskies" ], [ "8", "Saint Louis University", "St. Louis, MO", "1818", "Private/Catholic", "10,633", "Billikens" ], [ "9", "Southern Illinois University Edwardsville", "Edwardsville, IL", "1957", "Public", "13,398", "Cougars" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"boonville\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"boonville\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the zip code of boonville", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"boonville\"", "8" ] } ]
train_2-14253123-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "IN No.", "County Name", "County Seat", "Time Zone", "Population (2010) (Rank)", "Area sq mi (km 2 ) (Rank)", "Twps", "ZIP code Prefix(es)", "% of Boundary by water" ], [ "2", "14", "Daviess", "Washington", "Eastern", "32,200 (6)", "sqmi (km2) (3)", "10", "475", "55%" ], [ "3", "19", "Dubois", "Jasper", "Eastern", "41,889 (3)", "sqmi (km2) (4)", "12", "475", "24%" ], [ "4", "26", "Gibson", "Princeton", "Central", "33,503 (5)", "sqmi (km2) (1)", "10", "475/476", "59%" ], [ "5", "42", "Knox", "Vincennes", "Eastern", "38,440 (4)", "sqmi (km2) (2)", "10", "475/478", "84%" ], [ "6", "51", "Martin", "Shoals", "Eastern", "10,334 (11)", "sqmi (km2) (10)", "6", "475", "18%" ], [ "7", "62", "Perry", "Tell City", "Central", "19,338 (9)", "sqmi (km2) (8)", "7", "474/475", "52%" ], [ "8", "63", "Pike", "Petersburg", "Eastern", "12,845 (10)", "sqmi (km2) (9)", "9", "475/476", "35%" ], [ "9", "65", "Posey", "Mt. Vernon", "Central", "25,940 (7)", "sqmi (km2) (5)", "10", "476", "63%" ], [ "10", "74", "Spencer", "Rockport", "Central", "20,942 (8)", "sqmi (km2) (7)", "9", "475/476", "73%" ], [ "11", "82", "Vanderburgh", "Evansville", "Central", "179,703 (1)", "sqmi (km2) (11)", "8", "476/477", "26%" ], [ "12", "87", "Warrick", "Boonville", "Central", "59,689 (2)", "sqmi (km2) (6)", "10", "475/476/477", "19%" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=54))", "Formula2": "LET(query1,SUMMARIZE(I2:I11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=54))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What was their record bfore game 54?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "I1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "54" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"chicago\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,C2:C11=\"chicago\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the most rebounds in the game against Chicago?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"chicago\"", "6" ] } ]
train_2-17322817-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", "49", "February 3", "Milwaukee", "W 99–85 (OT)", "Brook Lopez (22)", "Brook Lopez (12)", "Vince Carter (12)", "Izod Center 10,102", "22–27" ], [ "3", "50", "February 4", "@ Washington", "W 115–88 (OT)", "Devin Harris (26)", "Brook Lopez (12)", "Devin Harris (7)", "Verizon Center 12,602", "23–27" ], [ "4", "51", "February 7", "Denver", "W 114–70 (OT)", "Devin Harris (28)", "Ryan Anderson (12)", "Vince Carter (8)", "Izod Center 17,697", "24–27" ], [ "5", "52", "February 8", "@ Orlando", "L 84–101 (OT)", "Devin Harris (28)", "Brook Lopez (12)", "Devin Harris (12)", "Amway Arena 16,533", "24–28" ], [ "6", "53", "February 10", "San Antonio", "L 93–108 (OT)", "Vince Carter (25)", "Devin Harris (7)", "Vince Carter , Devin Harris (5)", "Izod Center 13,301", "24–29" ], [ "7", "54", "February 17", "@ Houston", "L 88–114 (OT)", "Vince Carter (30)", "Brook Lopez (9)", "Chris Douglas-Roberts , Devin Harris (4)", "Toyota Center 14,921", "24–30" ], [ "8", "55", "February 18", "@ Dallas", "L 98–113 (OT)", "Devin Harris (18)", "Brook Lopez (7)", "Devin Harris (7)", "American Airlines Center 19,878", "24–31" ], [ "9", "56", "February 20", "Washington", "L 96–107 (OT)", "Devin Harris (26)", "Ryan Anderson (9)", "Devin Harris (10)", "Izod Center 15,113", "24–32" ], [ "10", "57", "February 23", "Philadelphia", "W 98–96 (OT)", "Devin Harris (39)", "Yi Jianlian (6)", "Devin Harris (8)", "Izod Center 13,236", "25–32" ], [ "11", "58", "February 25", "Chicago", "W 111–99 (OT)", "Devin Harris (42)", "Vince Carter , Yi Jianlian (9)", "Vince Carter (7)", "Izod Center 14,075", "26–32" ] ]
[ { "Formula": "MAXIFS(F1,D1,\"69-71-70-74=284\")", "Formula2": "MAXIFS(F2:F12,D2:D12,\"69-71-70-74=284\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the highest Money ( $ ), when Score is \"69-71-70-74=284\"?", "Tokens": [ "MAXIFS(", "F1", "D1", "\"69-71-70-74=284\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"71-71-69-71=282\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"71-71-69-71=282\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Place, when Score is \"71-71-69-71=282\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"71-71-69-71=282\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"dow finsterwald\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"dow finsterwald\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Score, when Player is \"Dow Finsterwald\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"dow finsterwald\"", "4" ] } ]
train_2-17198476-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Arnold Palmer", "United States", "72-71-72-65=280", "–4", "14,400" ], [ "3", "2", "Jack Nicklaus (a)", "United States", "71-71-69-71=282", "–2", "0" ], [ "4", "T3", "Julius Boros", "United States", "73-69-68-73=283", "–1", "3,950" ], [ "5", "T3", "Dow Finsterwald", "United States", "71-69-70-73=283", "–1", "3,950" ], [ "6", "T3", "Jack Fleck", "United States", "70-70-72-71=283", "–1", "3,950" ], [ "7", "T3", "Dutch Harrison", "United States", "74-70-70-69=283", "–1", "3,950" ], [ "8", "T3", "Ted Kroll", "United States", "72-69-75-67=283", "–1", "3,950" ], [ "9", "T3", "Mike Souchak", "United States", "68-67-73-75=283", "–1", "3,950" ], [ "10", "T9", "Don Cherry (a)", "United States", "70-71-71-72=284", "E", "0" ], [ "11", "T9", "Jerry Barber", "United States", "69-71-70-74=284", "E", "1,950" ], [ "12", "T9", "Ben Hogan", "United States", "75-67-69-73=284", "E", "1,950" ] ]
[ { "Formula": "SUM(FILTER(F1, (A1>25)*(C1=\"dallas stars\")))", "Formula2": "SUM(FILTER(F2:F14, (A2:A14>25)*(C2:C14=\"dallas stars\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Points have a Game larger than 25, and an Opponent of dallas stars?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", ">", "25", "*", "C1", "=", "\"dallas stars\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"0–1 ot\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<28)*(CHOOSECOLS(query1,3)<38)*(CHOOSECOLS(query1,4)<26)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,D2:D14=\"0–1 ot\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<28)*(CHOOSECOLS(query1,3)<38)*(CHOOSECOLS(query1,4)<26)))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Record has a December smaller than 28, and Points smaller than 38, and a Game smaller than 26, and a Score of 0–1 ot?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"0–1 ot\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "28", "*", "CHOOSECOLS(", "query1", "3", "<", "38", "*", "CHOOSECOLS(", "query1", "4", "<", "26" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=31))", "Formula2": "LET(query1,SUMMARIZE(C2:C14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=31))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which Opponent has a Game of 31?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "31" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"2–0\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<40)*(CHOOSECOLS(query1,3)>25)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,D2:D14=\"2–0\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<40)*(CHOOSECOLS(query1,3)>25)))", "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 Record has Points smaller than 40, and a Game larger than 25, and a Score of 2–0?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"2–0\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "40", "*", "CHOOSECOLS(", "query1", "3", ">", "25" ] } ]
train_2-14347546-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "December", "Opponent", "Score", "Record", "Points" ], [ "2", "24", "2", "New Jersey Devils", "0–1 OT", "11–6–6–1", "29" ], [ "3", "25", "5", "New York Rangers", "3–2 OT", "12–6–6–1", "31" ], [ "4", "26", "7", "St. Louis Blues", "1–3", "12–7–6–1", "31" ], [ "5", "27", "10", "@ Florida Panthers", "5–2", "13–7–6–1", "33" ], [ "6", "28", "12", "Toronto Maple Leafs", "2–1", "14–7–6–1", "35" ], [ "7", "29", "14", "Buffalo Sabres", "2–0", "15–7–6–1", "37" ], [ "8", "30", "17", "Dallas Stars", "2–2 OT", "15–7–7–1", "38" ], [ "9", "31", "18", "@ Atlanta Thrashers", "3–1", "16–7–7–1", "40" ], [ "10", "32", "21", "Ottawa Senators", "1–3", "16–8–7–1", "40" ], [ "11", "33", "23", "@ Ottawa Senators", "2–2 OT", "16–8–8–1", "41" ], [ "12", "34", "27", "@ Colorado Avalanche", "2–1 OT", "17–8–8–1", "43" ], [ "13", "35", "28", "@ Phoenix Coyotes", "0–4", "17–9–8–1", "43" ], [ "14", "36", "30", "@ San Jose Sharks", "1–2", "17–10–8–1", "43" ] ]
[ { "Formula": "SUM(FILTER(D1, B1=14.6))", "Formula2": "SUM(FILTER(D2:D8, B2:B8=14.6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many percentages were recorded under 2006 when in 2001 was 14.6%?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "14.6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=117513),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=117513),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the ethnic group that in 2001 had 117,513?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "117513", "1" ] }, { "Formula": "SUM(FILTER(B1, D1=18.9))", "Formula2": "SUM(FILTER(B2:B8, D2:D8=18.9))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many numbers were recorded under 2001 when 2006 was 18.9?", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "18.9" ] }, { "Formula": "SUM(FILTER(D1, B1=66.9))", "Formula2": "SUM(FILTER(D2:D8, B2:B8=66.9))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the percentage in 2006 when in 2001 was 66.9 %?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "66.9" ] } ]
train_1-18660332-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Ethnic Group", "2001 (%)", "2001 (people)", "2006 (%)", "2006 (people)" ], [ "2", "New Zealand European", "66.9", "684,237", "56.5", "698622" ], [ "3", "Pacific Islander", "14.9", "152,508", "14.4", "177936" ], [ "4", "Asian", "14.6", "149,121", "18.9", "234222" ], [ "5", "Māori", "11.5", "117,513", "11.1", "137133" ], [ "6", "Middle Easterners / Latin Americans / Africans", "n/a", "n/a", "1.5", "18555" ], [ "7", "Others", "1.3", "13,455", "0.1", "648" ], [ "8", "'New Zealanders'", "n/a", "n/a", "8.0", "99258" ] ]
[ { "Formula": "SUM(FILTER(D1, (B1=\"8-8\")*(C1<416)))", "Formula2": "SUM(FILTER(D2:D15, (B2:B15=\"8-8\")*(C2:C15<416)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the total loss for a GP-GS of 8-8 and a gain less than 416?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"8-8\"", "*", "C1", "<", "416" ] }, { "Formula": "SUM(FILTER(E1, (D1>24)*(C1>273)*(F1=207.8)))", "Formula2": "SUM(FILTER(E2:E15, (D2:D15>24)*(C2:C15>273)*(F2:F15=207.8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What's the total long for more than 24 loss, a gain over 273, and an avg/g of 207.8?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", ">", "24", "*", "C1", ">", "273", "*", "F1", "=", "207.8" ] }, { "Formula": "SUM(FILTER(E1, (F1>0.2)*(D1<2)*(C1<8)))", "Formula2": "SUM(FILTER(E2:E15, (F2:F15>0.2)*(D2:D15<2)*(C2:C15<8)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the total long for an avg/g over 0.2, fewer than 2 loss, and a gain less than 8?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", ">", "0.2", "*", "D1", "<", "2", "*", "C1", "<", "8" ] }, { "Formula": "SUM(FILTER(F1, (A1=\"cameron dantley\")*(D1<35)))", "Formula2": "SUM(FILTER(F2:F15, (A2:A15=\"cameron dantley\")*(D2:D15<35)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's cameron dantley's total avg/g for loss less than 35?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "=", "\"cameron dantley\"", "*", "D1", "<", "35" ] }, { "Formula": "MIN(FILTER(F1, (B1=\"12-12\")*(C1<16)))", "Formula2": "MIN(FILTER(F2:F15, (B2:B15=\"12-12\")*(C2:C15<16)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the lowest avg/g for a GP-GS of 12-12 and a gain less than 16?", "Tokens": [ "MIN(", "FILTER(", "F1", "B1", "=", "\"12-12\"", "*", "C1", "<", "16" ] } ]
test_2-18064020-18
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "GP-GS", "Gain", "Loss", "Long", "Avg/G" ], [ "2", "Curtis Brinkley", "8-8", "416", "45", "29", "46.4" ], [ "3", "Doug Hogue", "9-4", "275", "24", "20", "27.9" ], [ "4", "Paul Chiara", "12-0", "97", "2", "22", "7.9" ], [ "5", "Jeremy Sellers", "12-0", "50", "1", "9", "4.1" ], [ "6", "Max Suter", "12-1", "42", "4", "12", "3.2" ], [ "7", "Derrell Smith", "12-0", "28", "6", "8", "1.8" ], [ "8", "Taj Smith", "12-12", "16", "0", "7", "1.3" ], [ "9", "Tony Fiammetta", "11-8", "8", "0", "4", "0.7" ], [ "10", "John Barker", "12-0", "3", "0", "3", "0.2" ], [ "11", "Cameron Dantley", "8-1", "12", "35", "6", "-2.9" ], [ "12", "TEAM", "9-0", "0", "38", "0", "-4.2" ], [ "13", "Andrew Robinson", "11-11", "273", "312", "18", "-3.5" ], [ "14", "Total", "12", "1220", "467", "29", "62.8" ], [ "15", "Opponents", "12", "2687", "193", "75", "207.8" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(H1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=83))", "Formula2": "LET(query1,SUMMARIZE(H2:H13,SUMX(G2:G13)),FILTER(query1,CHOOSECOLS(query1,2)=83))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Name the original air date for ai% for 83", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "H1", "SUMX(", "G1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "83" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Paul Cornell\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,E2:E13=\"Paul Cornell\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the story number for paul cornell", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Paul Cornell\"", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=6.86))", "Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)=6.86))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Name the total number directed by for uk viewers being 6.86", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6.86" ] }, { "Formula": "MIN(G1)", "Formula2": "MIN(G2:G13)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "Name the least ai %", "Tokens": [ "MIN(", "G1" ] } ]
train_1-18012738-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Story No.", "Episode", "Title", "Directed by", "Written by", "UK viewers (million)", "AI (%)", "Original air date", "Production code" ], [ "2", "157", "1", "\" Rose \"", "Keith Boak", "Russell T Davies", "10.81", "81", "26March2005", "1.1" ], [ "3", "158", "2", "\" The End of the World \"", "Euros Lyn", "Russell T Davies", "7.97", "79", "2April2005", "1.2" ], [ "4", "159", "3", "\" The Unquiet Dead \"", "Euros Lyn", "Mark Gatiss", "8.86", "80", "9April2005", "1.3" ], [ "5", "160a", "4", "\" Aliens of London \"", "Keith Boak", "Russell T Davies", "7.63", "81", "16April2005", "1.4" ], [ "6", "160b", "5", "\" World War Three \"", "Keith Boak", "Russell T Davies", "7.98", "82", "23April2005", "1.5" ], [ "7", "161", "6", "\" Dalek \"", "Joe Ahearne", "Robert Shearman", "8.63", "84", "30April2005", "1.6" ], [ "8", "162", "7", "\" The Long Game \"", "Brian Grant", "Russell T Davies", "8.01", "81", "7May2005", "1.7" ], [ "9", "163", "8", "\" Father's Day \"", "Joe Ahearne", "Paul Cornell", "8.06", "83", "14May2005", "1.8" ], [ "10", "164a", "9", "\" The Empty Child \"", "James Hawes", "Steven Moffat", "7.11", "84", "21May2005", "1.9" ], [ "11", "164b", "10", "\" The Doctor Dances \"", "James Hawes", "Steven Moffat", "6.86", "85", "28May2005", "1.10" ], [ "12", "165", "11", "\" Boom Town \"", "Joe Ahearne", "Russell T Davies", "7.68", "82", "4June2005", "1.11" ], [ "13", "166a", "12", "\" Bad Wolf \"", "Joe Ahearne", "Russell T Davies", "6.81", "85", "11June2005", "1.12" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"troff (typesetter runoff) , groff (GNU runoff)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,A2:A20=\"troff (typesetter runoff) , groff (GNU runoff)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which viewers have the language of troff (typesetter runoff) , groff (gnu runoff)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"troff (typesetter runoff) , groff (GNU runoff)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"GDDM, AFP viewer\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"GDDM, AFP viewer\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the creator when the view happens to gddm, afp viewer?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"GDDM, AFP viewer\"", "2" ] } ]
test_1-1574968-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Language", "Creator", "First public release date", "Editor", "Viewer" ], [ "2", "Computable Document Format", "Wolfram Research", "2010", "Mathematica", "CDF Player" ], [ "3", "Darwin Information Typing Architecture (DITA)", "IBM, OASIS", "2005", "Text / XML editor", "Output to HTML , PDF , CHM , javadoc , others." ], [ "4", "DocBook", "The Davenport Group, OASIS", "1992", "XML editor", "Output to HTML , PDF , CHM , javadoc , others." ], [ "5", "Encoded Archival Description (EAD)", "Berkeley Project", "1998", "Text editor", "Web browser" ], [ "6", "Extensible HyperText Markup Language (XHTML)", "W3C", "2000 (January 26)", "Text / XML editor , HTML editor", "Web browser" ], [ "7", "HyperText Markup Language (HTML)", "Tim Berners-Lee", "1993", "Text editor , HTML editor", "Web browser" ], [ "8", "LilyPond", "Han-Wen Nienhuys , Jan Nieuwenhuizen", "1996", "Text editor , Scorewriter", "Output to DVI , PDF , PostScript , PNG , others." ], [ "9", "Maker Interchange Format (MIF)", "Frame Technology acquired by Adobe Systems in 1995", "1986", "Text editor , FrameMaker", "FrameMaker" ], [ "10", "Math Markup Language (MathML)", "W3C", "1999 (July)", "Text / XML editor , TeX converter", "Web browser , Word processor" ], [ "11", "Music Extensible Markup Language (MusicXML)", "Recordare", "2002", "Scorewriter", "Scorewriter" ], [ "12", "Office Open XML (OOXML)", "Ecma International , ISO / IEC", "2006", "Office suite", "Office suite" ], [ "13", "OpenDocument Format (ODF)", "OASIS , ISO / IEC", "2005", "Office suite", "Office suite" ], [ "14", "Open Mathematical Documents (OMDoc)", "Michael Kohlhase", "2000", "Text / XML editor", "Output to XHTML + MathML , TeX , others." ], [ "15", "Rich Text Format (RTF)", "Microsoft", "1987", "Text editor , Word processor", "Word processor" ], [ "16", "Scalable Vector Graphics (SVG)", "W3C", "2004", "Vector graphics editor", "Web browser , etc." ], [ "17", "Script", "IBM", "1968", "Text editor", "GDDM, AFP viewer" ], [ "18", "TeX", "Donald Knuth", "1978", "Text editor", "DVI or Portable Document Format (PDF) converter" ], [ "19", "troff (typesetter runoff) , groff (GNU runoff)", "Joe Ossanna", "1973", "Text editor", "groffer, or output to PostScript" ], [ "20", "Wireless Markup Language (WML)", "WAP Forum", "1999", "Text / XML editor", "Microbrowser" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"307 yd\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"307 yd\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Tunnel has an Imperial Length of 307 yd?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"307 yd\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"downhill\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"downhill\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Type of Tunnel is the Downhill Tunnel?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"downhill\"", "3" ] } ]
train_2-166444-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "County", "Tunnel", "Type", "Length (Imperial)", "Date of opening" ], [ "2", "Londonderry", "Castlerock", "Rail", "668 yd", "1845 - 1853" ], [ "3", "Londonderry", "Downhill", "Rail", "307 yd", "1845 - 1846" ], [ "4", "Armagh", "Lissummon", "Rail", "1759 yd", "early 1860s" ], [ "5", "Down", "Binnian Tunnel", "Aqueduct", "2.5 miles", "1948 - 1952" ], [ "6", "Antrim", "Whitehead", "Rail", "145 yd", "1862 - 1994" ], [ "7", "Tyrone", "Dungannon", "Rail", "800 yd", "1862" ] ]
[ { "Formula": "FILTER(F1,A1=\"key biscane\")", "Formula2": "FILTER(F2:F10,A2:A10=\"key biscane\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "who was the semifinalist for the Key Biscane tournament?", "Tokens": [ "FILTER(", "F1", "A1", "=", "\"key biscane\"" ] } ]
dev_2-16380510-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Tournament", "Surface", "Week", "Winner and score", "Finalist", "Semifinalists" ], [ "2", "Indian Wells", "Hard", "February 28", "Pete Sampras 4–6, 6–3, 3–6, 6–3, 6–2", "Petr Korda", "Stefan Edberg Aaron Krickstein" ], [ "3", "Key Biscane", "Hard", "March 7", "Pete Sampras 5–7, 6–3, 6–3", "Andre Agassi", "Jim Courier Patrick Rafter" ], [ "4", "Monte Carlo", "Clay", "April 18", "Andriy Medvedev 7–5, 6–1, 6–3", "Sergi Bruguera", "Yevgeny Kafelnikov Stefan Edberg" ], [ "5", "Hamburg", "Clay", "May 2", "Andriy Medvedev 6–4, 6–4, 3–6, 6–3", "Yevgeny Kafelnikov", "Michael Stich Javier SΓ‘nchez" ], [ "6", "Rome", "Clay", "May 9", "Pete Sampras 6–1, 6–2, 6–2", "Boris Becker", "Ctislav DosedΔ›l Goran IvaniΕ‘eviΔ‡" ], [ "7", "Toronto", "Hard", "July 25", "Andre Agassi 6–4, 6–4", "Jason Stoltenberg", "Wayne Ferreira Jim Courier" ], [ "8", "Cincinnati", "Hard", "August 8", "Michael Chang 6–2, 7–5", "Stefan Edberg", "David Wheaton Michael Stich" ], [ "9", "Stockholm", "Carpet (i)", "October 24", "Boris Becker 4–6, 6–4, 6–3, 7–6(4)", "Goran IvaniΕ‘eviΔ‡", "Pete Sampras Yevgeny Kafelnikov" ], [ "10", "Paris", "Carpet (i)", "October 31", "Andre Agassi 6–3, 6–3, 4–6, 7–5", "Marc Rosset", "Sergi Bruguera Michael Chang" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"80-70\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"80-70\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the first leg score of the matchup with a 2nd leg of 80-70?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"80-70\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"liege basket\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"liege basket\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the team 2 in the game with a team 1 of Liege Basket?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"liege basket\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"72-89\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"72-89\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the 1st leg score in the matchup with a 2nd leg of 72-89?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"72-89\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"72-64\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"72-64\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the aggregate score of the matchup with a leg 2 of 72-64?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"72-64\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"kk borac\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"kk borac\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the 2nd leg score in the matchup with a team 2 of KK Borac?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"kk borac\"", "5" ] } ]
train_2-18842999-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team #1", "Agg.", "Team #2", "1st leg", "2nd leg" ], [ "2", "EiffelTowers Den Bosch", "166-130", "KK AMAK", "94-66", "72-64" ], [ "3", "HKK Široki", "155-164", "Sumykhimprom", "73-73", "82-91" ], [ "4", "CSK VSS", "149-136", "KK Zagreb", "80-60", "69-76" ], [ "5", "DB Skyliners", "127-125", "Antalya BB BK", "60-60", "67-65" ], [ "6", "Hyères-Toulon", "170-154", "CSU Asesoft", "103-77", "67-77" ], [ "7", "EWE Baskets", "150-120", "KK Borac", "76-46", "74-74" ], [ "8", "Liege Basket", "154-137", "JA Vichy", "74-67", "80-70" ], [ "9", "Banvit Bandırma", "165-189", "AEL", "93-100", "72-89" ] ]
[ { "Formula": "ROWS(FILTER(A1,F1=\"19,190\"))", "Formula2": "ROWS(FILTER(A2:A8,F2:F8=\"19,190\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many games have an Attendance of 19,190?", "Tokens": [ "ROWS(", "FILTER(", "A1", "F1", "=", "\"19,190\"" ] }, { "Formula": "SUM(FILTER(A1,E1=\"2:14\"))", "Formula2": "SUM(FILTER(A2:A8,E2:E8=\"2:14\"))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many games had a Time of 2:14?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"2:14\"" ] }, { "Formula": "FILTER(C1,E1=\"2:28\")", "Formula2": "FILTER(C2:C8,E2:E8=\"2:28\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Score has a Time of 2:28?", "Tokens": [ "FILTER(", "C1", "E1", "=", "\"2:28\"" ] } ]
dev_2-17226349-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Score", "Location", "Time", "Attendance" ], [ "2", "1", "October 1", "Nankai Hawks – 2, Hanshin Tigers – 0", "Koshien Stadium", "2:14", "19,904" ], [ "3", "2", "October 2", "Nankai Hawks – 2, Hanshin Tigers – 5", "Koshien Stadium", "2:15", "19,190" ], [ "4", "3", "October 4", "Hanshin Tigers – 5, Nankai Hawks – 4", "Osaka Stadium", "2:47", "29,932" ], [ "5", "4", "October 5", "Hanshin Tigers – 3, Nankai Hawks – 4", "Osaka Stadium", "2:16", "30,107" ], [ "6", "5", "October 6", "Hanshin Tigers – 6, Nankai Hawks – 3", "Osaka Stadium", "2:28", "26,962" ], [ "7", "6", "October 9", "Nankai Hawks – 4, Hanshin Tigers – 0", "Koshien Stadium", "1:46", "25,471" ], [ "8", "7", "October 10", "Nankai Hawks – 3, Hanshin Tigers – 0", "Koshien Stadium", "2:07", "15,172" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"23' 18.82 97.102mph\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"23' 18.82 97.102mph\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time was achieved on Saturday 29th August by the rider who recorded 23' 18.82 97.102mph on Tuesday 25th August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"23' 18.82 97.102mph\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"24' 17.26 93.208mph\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,C2:C10=\"24' 17.26 93.208mph\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time was achieved on Saturday 29th August by the rider who recorded 24' 17.26 93.208mph on Monday 24th August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"24' 17.26 93.208mph\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"22' 54.20 98.842mph\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"22' 54.20 98.842mph\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time was achieved on Saturday 29th August by the rider who recorded 22' 54.20 98.842mph on Tuesday 25th August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"22' 54.20 98.842mph\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"25' 01.89 90.438mph\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"25' 01.89 90.438mph\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time was achieved on Saturday 29th August by the rider who recorded 25' 01.89 90.438mph on Friday 28th August?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"25' 01.89 90.438mph\"", "8" ] } ]
train_1-23465864-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "Rider", "Mon 24 Aug", "Tues 25 Aug", "Wed 26 Aug", "Thurs 27 Aug", "Fri 28 Aug", "Sat 29 Aug" ], [ "2", "1", "Roy Richardson 348cc Aermacchi", "22' 39.67 99.898mph", "β€”β€” No Time", "Untimed Practice", "Cancelled No Time", "24' 12.98 93.482mph", "β€”β€” No Time" ], [ "3", "2", "Chris McGahan 346cc Honda", "β€”β€” No Time", "22' 54.20 98.842mph", "Untimed Practice", "Cancelled No Time", "β€”β€” No Time", "β€”β€” No Time" ], [ "4", "3", "Bill Swallow 349cc AJS", "23' 13.95 97.441mph", "23' 18.32 97.137mph", "Untimed Practice", "Cancelled No Time", "25' 01.75 90.446mph", "24' 28.96 92.465mph" ], [ "5", "4", "Mark Parrett 350cc Honda", "24' 17.26 93.208mph", "23' 18.82 97.102mph", "Untimed Practice", "Cancelled No Time", "β€”β€” No Time", "β€”β€” No Time" ], [ "6", "5", "Paul Coward 347cc Honda", "β€”β€” No Time", "23' 30.27 96.313mph", "Untimed Practice", "Cancelled No Time", "24' 50.49 91.130mph", "26' 23.35 85.785mph" ], [ "7", "6", "Nigel Moore 350cc Honda", "23' 54.08 97.714mph", "β€”β€” No Time", "Untimed Practice", "Cancelled No Time", "25' 01.89 90.438mph", "β€”β€” No Time" ], [ "8", "7", "David Madsen-Mygdal 350cc Honda", "24' 11.99 93.546mph", "β€”β€” No Time", "Untimed Practice", "Cancelled No Time", "24' 55.85 90.803mph", "24' 41.74 91.668mph" ], [ "9", "8", "Alec Whitewell 350cc Honda", "24' 22.27 92.889mph", "β€”β€” No Time", "Untimed Practice", "Cancelled No Time", "β€”β€” No Time", "β€”β€” No Time" ], [ "10", "9", "Alan Brew 349cc Drixton", "24' 30.99 92.338mph", "24' 48.33 91.262mph", "Untimed Practice", "Cancelled No Time", "26' 03.91 86.852mph", "25' 07.52 90.100mph" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"aidavita\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"aidavita\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Flag did the Ship Aidavita have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"aidavita\"", "6" ] } ]
train_2-15369171-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ship", "Built", "Builder", "Entered Service for AIDA", "Gross Tonnage", "Flag" ], [ "2", "AIDAcara", "1996", "Aker MTW", "1996–Present", "38,531 tons", "Italy" ], [ "3", "AIDAvita", "2002", "Aker MTW", "2002–Present", "42,289 tons", "Italy" ], [ "4", "AIDAaura", "2003", "Aker MTW", "2003–Present", "42,289 tons", "Italy" ], [ "5", "AIDAdiva", "2007", "Meyer Werft", "2007–Present", "69,203 tons", "Italy" ], [ "6", "AIDAbella", "2008", "Meyer Werft", "2008–Present", "69,203 tons", "Italy" ], [ "7", "AIDAluna", "2009", "Meyer Werft", "2009–Present", "69,203 tons", "Italy" ], [ "8", "AIDAblu", "2010", "Meyer Werft", "2010–Present", "71,300 tons", "Italy" ], [ "9", "AIDAsol", "2011", "Meyer Werft", "2011–Present", "71,300 tons", "Italy" ], [ "10", "AIDAmar", "2012", "Meyer Werft", "2012–Present", "71,300 tons", "Italy" ], [ "11", "AIDAstella", "2013", "Meyer Werft", "2013–Present", "71,304 tons", "Italy" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"3.23 days\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"3.23 days\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What planet orbits in 3.23 days?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"3.23 days\"", "1" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>45.2))", "Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(E2:E10)),FILTER(query1,CHOOSECOLS(query1,2)>45.2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What type of planet has a radial velocity of 45.2 m/s?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "45.2" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=0.07))", "Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(C2:C10)),FILTER(query1,CHOOSECOLS(query1,2)=0.07))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What type of planet has a semimajor axis of 0.07 AU?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "0.07" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"51 pegasi b\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"51 pegasi b\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How can Planet, 51 pegasi b be detected?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"51 pegasi b\"", "6" ] } ]
train_2-10932739-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Planet", "Planet Type", "Semimajor Axis ( AU )", "Orbital Period", "Radial velocity (m/s)", "Detectable by:" ], [ "2", "51 Pegasi b", "Hot Jupiter", "0.05", "4.23 days", "55.9", "First-generation spectrograph" ], [ "3", "55 Cancri d", "Gas giant", "5.77", "14.29 years", "45.2", "First-generation spectrograph" ], [ "4", "Jupiter", "Gas giant", "5.20", "11.86 years", "12.4", "First-generation spectrograph" ], [ "5", "Gliese 581c", "Super-Earth", "0.07", "12.92 days", "3.18", "Second-generation spectrograph" ], [ "6", "Saturn", "Gas giant", "9.58", "29.46 years", "2.75", "Second-generation spectrograph" ], [ "7", "Alpha Centauri Bb", "Terrestrial planet", "0.04", "3.23 days", "0.510", "Second-generation spectrograph" ], [ "8", "Neptune", "Ice giant", "30.10", "164.79 years", "0.281", "Third-generation spectrograph" ], [ "9", "Earth", "Habitable planet", "1.00", "365.26 days", "0.089", "Third-generation spectrograph (likely)" ], [ "10", "Pluto", "Dwarf planet", "39.26", "246.04 years", "0.00003", "Not detectable" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"rabobank\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"rabobank\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many UCI points did Rabobank score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"rabobank\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"france\")*(E1=15)),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"france\")*(E2:E11=15)),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What team in France had 15 UCi points?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"france\"", "*", "E1", "=", "15", "3" ] } ]
train_2-11355733-15
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Cyclist", "Country", "Team", "Time", "UCI Points" ], [ "2", "Vladimir Karpets", "Russia", "Caisse d'Epargne", "22h 21' 05\"", "50" ], [ "3", "Denis Menchov", "Russia", "Rabobank", "+ 40\"", "40" ], [ "4", "Michael Rogers", "Australia", "T-Mobile Team", "+ 40\"", "35" ], [ "5", "Christophe Moreau", "France", "AG2R PrΓ©voyance", "+ 1' 34\"", "30" ], [ "6", "Γ“scar Sevilla", "Spain", "Relax-GAM", "+ 1' 34\"", "N/A" ], [ "7", "Francisco Mancebo", "Spain", "Relax-GAM", "+ 1' 59\"", "N/A" ], [ "8", "John Gadret", "France", "AG2R PrΓ©voyance", "+ 2' 19\"", "15" ], [ "9", "Marcos-Antonio Serrano", "Spain", "Karpin-Galicia", "+ 2' 39\"", "N/A" ], [ "10", "Laurens ten Dam", "Netherlands", "Unibet.com", "+ 2' 44\"", "5" ], [ "11", "Janez Brajkovič", "Slovenia", "Discovery Channel", "+ 2' 47\"", "2" ] ]
[ { "Formula": "FILTER(I1,B1=\"March 15\")", "Formula2": "FILTER(I2:I16,B2:B16=\"March 15\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "After the March 15 game, what was the team's record?", "Tokens": [ "FILTER(", "I1", "B1", "=", "\"March 15\"" ] } ]
dev_1-17340355-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "59", "March 1", "L.A. Lakers", "W 118–111 (OT)", "Shaquille O'Neal (33)", "Matt Barnes (10)", "Matt Barnes , Leandro Barbosa (7)", "US Airways Center 18,422", "34–25" ], [ "3", "60", "March 3", "@ Orlando", "L 99–111 (OT)", "Jason Richardson (27)", "Shaquille O'Neal (11)", "Steve Nash (8)", "Amway Arena 17,461", "34–26" ], [ "4", "61", "March 4", "@ Miami", "L 129–135 (OT)", "Steve Nash (29)", "Shaquille O'Neal (8)", "Steve Nash (10)", "American Airlines Arena 19,600", "34–27" ], [ "5", "62", "March 6", "@ Houston", "L 112–116 (OT)", "Steve Nash (32)", "Matt Barnes (9)", "Steve Nash (13)", "Toyota Center 18,045", "34–28" ], [ "6", "63", "March 8", "@ San Antonio", "L 98–103 (OT)", "Steve Nash (23)", "Grant Hill (8)", "Steve Nash (11)", "AT&T Center 18,797", "34–29" ], [ "7", "64", "March 10", "Dallas", "L 117–122 (OT)", "Steve Nash (23)", "Louis Amundson (9)", "Steve Nash (13)", "US Airways Center 18,422", "34–30" ], [ "8", "65", "March 12", "Cleveland", "L 111–119 (OT)", "Matt Barnes (21)", "Jason Richardson , Shaquille O'Neal (7)", "Steve Nash (6)", "US Airways Center 18,422", "34–31" ], [ "9", "66", "March 14", "Oklahoma City", "W 106–95 (OT)", "Leandro Barbosa (22)", "Jared Dudley (9)", "Steve Nash (8)", "US Airways Center 18,422", "35–31" ], [ "10", "67", "March 15", "@ Golden State", "W 154–130 (OT)", "Jason Richardson (31)", "Grant Hill (8)", "Matt Barnes (11)", "Oracle Arena 19,596", "36–31" ], [ "11", "68", "March 18", "Philadelphia", "W 126–116 (OT)", "Shaquille O'Neal (26)", "Shaquille O'Neal (11)", "Steve Nash (10)", "US Airways Center 18,422", "37–31" ], [ "12", "69", "March 21", "Washington", "W 128–96 (OT)", "Jason Richardson (35)", "Stromile Swift (12)", "Jared Dudley (6)", "US Airways Center 18,422", "38–31" ], [ "13", "70", "March 23", "Denver", "W 118–115 (OT)", "Grant Hill (23)", "Grant Hill (10)", "Steve Nash (9)", "US Airways Center 18,422", "39–31" ], [ "14", "71", "March 25", "Utah", "W 118–114 (OT)", "Grant Hill (26)", "Shaquille O'Neal (12)", "Steve Nash (14)", "US Airways Center 18,422", "40–31" ], [ "15", "72", "March 26", "@ Portland", "L 109–129 (OT)", "Shaquille O'Neal (20)", "Shaquille O'Neal (7)", "Steve Nash (5)", "Rose Garden 20,650", "40–32" ], [ "16", "73", "March 28", "@ Utah", "L 99–104 (OT)", "Steve Nash (20)", "Shaquille O'Neal , Matt Barnes (10)", "Steve Nash (6)", "EnergySolutions Arena 19,911", "40–33" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"michael e. pegram\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"michael e. pegram\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year was owner Michael E. Pegram's last win?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"michael e. pegram\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"cherry valley farm\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"cherry valley farm\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the trainer for Cherry Valley Farm?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"cherry valley farm\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1>2009)*(B1=\"blueeyesintherein\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(A2:A19>2009)*(B2:B19=\"blueeyesintherein\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who owned winner Blueeyesintherein after 2009?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", ">", "2009", "*", "B1", "=", "\"blueeyesintherein\"", "5" ] } ]
train_2-12168673-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Winner", "Jockey", "Trainer", "Owner", "Time" ], [ "2", "2012", "Blueeyesintherein", "Leandro Goncalves", "Gary Simms", "Self/King/Morgenson/Travis, et al", "1:11.71" ], [ "3", "2011", "Flashy Lassie", "Kent Desormeaux", "Gary Simms", "Barry L. King", "1:10.89" ], [ "4", "2010", "Just Louise", "Robby Albarado", "Dale Romans", "Eldon Farm Equine", "1:11.85" ], [ "5", "2009", "Decelerator", "Julien Leparoux", "D. Wayne Lukas", "Westrock Stables", "1:11.28" ], [ "6", "2008", "Garden District", "Robby Albarado", "Todd A. Pletcher", "Twin Creeks Racing Stable", "1:11.07" ], [ "7", "2007", "Rated Fiesty", "Shaun Bridgmohan", "Steve Asmussen", "Heiligbrodt Racing et al.", "1:09.27" ], [ "8", "2006", "Richwoman", "Shaun Bridgmohan", "Steve Asmussen", "Heiligbrodt Racing", "1:10.50" ], [ "9", "2005", "Effectual", "Robby Albarado", "Steve Asmussen", "Gainesway /George Bolton", "1:03.95" ], [ "10", "2004", "Classic Elegance", "Pat Day", "D. Wayne Lukas", "Bob & Beverly Lewis", "1:04.18" ], [ "11", "2003", "Be Gentle", "Cornelio Velasquez", "D. Wayne Lukas", "Thomas F. Van Meter II", "1:03.96" ], [ "12", "2002", "Awesome Humor", "Pat Day", "W. Elliott Walden", "WinStar Farm", "1:03.45" ], [ "13", "2001", "Cashier's Dream", "Donnie Meche", "Steve Asmussen", "Team Valor", "1:02.52" ], [ "14", "2000", "Gold Mover", "Craig Perret", "Mark A. Hennig", "Edward P. Evans", "1:03.79" ], [ "15", "1999", "Chilukki", "Willie Martinez", "Bob Baffert", "Stonerside Stable", "1:03.66" ], [ "16", "1998", "Silverbulletday", "Gary Stevens", "Bob Baffert", "Michael E. Pegram", "1:04.70" ], [ "17", "1997", "Love Lock", "Pat Day", "D. Wayne Lukas", "Michael Tabor", "1:03.84" ], [ "18", "1996", "Move", "Pat Day", "Frank L. Brothers", "Cherry Valley Farm", "1:05.66" ], [ "19", "1995", "Golden Attraction", "Donna Barton", "D. Wayne Lukas", "Overbrook Farm", "1:04.19" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Pink\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"Pink\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Pink cytoplasm is seen in a test that specifically stains what?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Pink\"", "7" ] }, { "Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"Blue\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D6, C2:C6=\"Blue\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many cytoplasms result in a blue nucleus?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "C1", "=", "\"Blue\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Blue/black\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"Blue/black\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "A nucleus that is blue/black will specifically stain what?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Blue/black\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Pink\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"Pink\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The pink cytoplasm will have a nucleus of what color?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"Pink\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Elastic fibers\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"Elastic fibers\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What stain is used commonly for elastic fibers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Elastic fibers\"", "1" ] } ]
test_1-13570-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Stain", "Common use", "Nucleus", "Cytoplasm", "Red blood cell (RBC)", "Collagen fibers", "Specifically stains" ], [ "2", "Haematoxylin", "General staining when paired with eosin (i.e. H&E)", "Orange, Cyan Blue or Green", "Blue/Brown/Black", "N/A", "N/A", "Nucleic acidsβ€”blue ER (endoplasmic reticulum)β€”blue" ], [ "3", "Toluidine blue", "General staining", "Blue", "Blue", "Blue", "Blue", "Mast cells granulesβ€”purple" ], [ "4", "Masson's trichrome stain", "Connective tissue", "Black", "Red/pink", "Red", "Blue/green", "Cartilageβ€”blue/green Muscle fibersβ€”red" ], [ "5", "Weigert's elastic stain", "Elastic fibers", "Blue/black", "N/A", "N/A", "N/A", "Elastic fibersβ€”blue/black" ], [ "6", "Heidenhain's AZAN trichrome stain", "Distinguishing cells from extracellular components", "Red/purple", "Pink", "Red", "Blue", "Muscle fibersβ€”red Cartilageβ€”blue Bone matrixβ€”blue" ] ]
[ { "Formula": "SUM(FILTER(C1, (G1<133.72)*(B1=\"yorkshire carnegie\")))", "Formula2": "SUM(FILTER(C2:C11, (G2:G11<133.72)*(B2:B11=\"yorkshire carnegie\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many Matches have an S/Rate smaller than 133.72, and a Team of yorkshire carnegie?", "Tokens": [ "SUM(", "FILTER(", "C1", "G1", "<", "133.72", "*", "B1", "=", "\"yorkshire carnegie\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1),SUMX(D1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<258)*(CHOOSECOLS(query1,3)=10)*(CHOOSECOLS(query1,4)<12)))", "Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(F2:F11),SUMX(D2:D11),SUMX(C2:C11)),FILTER(query1,(CHOOSECOLS(query1,2)<258)*(CHOOSECOLS(query1,3)=10)*(CHOOSECOLS(query1,4)<12)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num", "*", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Team has Balls smaller than 258, and Inns of 10, and Matches smaller than 12?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "F1", "SUMX(", "D1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "258", "*", "CHOOSECOLS(", "query1", "3", "=", "10", "*", "CHOOSECOLS(", "query1", "4", "<", "12" ] }, { "Formula": "SUM(FILTER(C1, (F1<224)*(I1>38.25)*(G1>139.09)))", "Formula2": "SUM(FILTER(C2:C11, (F2:F11<224)*(I2:I11>38.25)*(G2:G11>139.09)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many Matches have Balls smaller than 224, and an Average larger than 38.25, and an S/Rate larger than 139.09?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "<", "224", "*", "I1", ">", "38.25", "*", "G1", ">", "139.09" ] }, { "Formula": "SUM(FILTER(C1, (I1>26.53)*(G1=165.4)*(H1<1)))", "Formula2": "SUM(FILTER(C2:C11, (I2:I11>26.53)*(G2:G11=165.4)*(H2:H11<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many Matches have an Average larger than 26.53, and an S/Rate of 165.4, and a 100s smaller than 1?", "Tokens": [ "SUM(", "FILTER(", "C1", "I1", ">", "26.53", "*", "G1", "=", "165.4", "*", "H1", "<", "1" ] } ]
train_2-17900317-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Player", "Team", "Matches", "Inns", "Runs", "Balls", "S/Rate", "100s", "Average" ], [ "2", "Joe Denly", "Kent Spitfires", "13", "13", "451", "379", "118.99", "0", "34.69" ], [ "3", "Anthony McGrath", "Yorkshire Carnegie", "9", "9", "392", "296", "132.43", "0", "56.00" ], [ "4", "Murray Goodwin", "Sussex Sharks", "10", "10", "345", "273", "126.37", "0", "43.13" ], [ "5", "Robert Key", "Kent Spitfires", "13", "13", "345", "258", "133.72", "0", "26.53" ], [ "6", "Michael Carberry", "Hampshire Hawks", "10", "10", "334", "268", "124.62", "0", "37.11" ], [ "7", "Graham Napier", "Essex Eagles", "12", "11", "326", "167", "195.20", "1", "32.60" ], [ "8", "Michael Lumb", "Hampshire Hawks", "10", "10", "315", "209", "150.71", "0", "31.50" ], [ "9", "Marcus Trescothick", "Somerset Sabres", "8", "8", "306", "185", "165.40", "1", "38.25" ], [ "10", "Dawid Malan", "Middlesex Crusaders", "12", "10", "306", "220", "139.09", "1", "61.20" ], [ "11", "Phil Mustard", "Durham Dynamos", "11", "11", "303", "224", "135.26", "0", "27.54" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=2012),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,G2:G16=2012),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the first season of the club who last won a title in 2012?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "2012", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"2nd in Superettan\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,B2:B16=\"2nd in Superettan\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the first season of the club that in 2012 was 2nd in Superettan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"2nd in Superettan\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"2nd in Superettan\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,B2:B16=\"2nd in Superettan\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the first season for the club that in 2012 was 2nd in Superettan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"2nd in Superettan\"", "3" ] } ]
test_1-1096793-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Club", "Position in 2012", "First season", "Number of seasons", "First season of current spell", "Titles", "Last title" ], [ "2", "AIK", "4th", "1924–25", "84", "2006", "5", "2009" ], [ "3", "BK HΓ€cken", "2nd", "1983", "12", "2009", "0", "N/A" ], [ "4", "DjurgΓ₯rdens IF", "9th", "1927–28", "57", "2001", "7", "2005" ], [ "5", "Gefle IF", "11th", "1933–34", "12", "2005", "0", "N/A" ], [ "6", "Halmstads BK", "3rd in Superettan", "1933–34", "50", "2013", "4", "2000" ], [ "7", "Helsingborgs IF", "6th", "1924–25", "62", "1993", "7", "2011" ], [ "8", "IF Brommapojkarna", "2nd in Superettan", "2007", "3", "2013", "0", "N/A" ], [ "9", "IF Elfsborg", "1st", "1926–27", "69", "1997", "6", "2012" ], [ "10", "IFK GΓΆteborg", "7th", "1924–25", "80", "1977", "13", "2007" ], [ "11", "IFK NorrkΓΆping", "5th", "1924–25", "72", "2011", "12", "1992" ], [ "12", "Kalmar FF", "10th", "1949–50", "25", "2004", "1", "2008" ], [ "13", "MalmΓΆ FF", "3rd", "1931–32", "77", "2001", "19", "2010" ], [ "14", "MjΓ€llby AIF", "12th", "1980", "6", "2010", "0", "N/A" ], [ "15", "Syrianska FC", "13th", "2011", "2", "2011", "0", "N/A" ], [ "16", "Γ…tvidabergs FF", "8th", "1968", "17", "2012", "2", "1973" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=1968),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=1968),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Is the facility opened in 1968 a major facility?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "1968", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Shelton\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"Shelton\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the custody level of the facility in Shelton?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Shelton\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Washington Corrections Center for Women (WCCW)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,A2:A12=\"Washington Corrections Center for Women (WCCW)\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Is the Washington Corrections Center for Women (WCCW) a major facility?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Washington Corrections Center for Women (WCCW)\"", "4" ] }, { "Formula": "SUM(FILTER(F1, C1=1956))", "Formula2": "SUM(FILTER(F2:F12, C2:C12=1956))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the capacity for a facility opened in 1956?", "Tokens": [ "SUM(", "FILTER(", "F1", "C1", "=", "1956" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=1954),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=1954),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What facility opening in 1954?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "1954", "1" ] } ]
train_1-25346763-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Facility", "Location", "Year Opened", "Major Facility", "Population Gender", "Capacity", "Custody Level(s)" ], [ "2", "Airway Heights Corrections Center (AHCC)", "Airway Heights", "1992", "Yes", "Male", "2258", "MI-2 MI-3 Medium" ], [ "3", "Cedar Creek Corrections Center (CCCC)", "Littlerock", "1954", "No", "Male", "480", "MI-2" ], [ "4", "Clallam Bay Corrections Center (CBCC)", "Clallam Bay", "1985", "Yes", "Male", "858", "Medium Close Maximum" ], [ "5", "Coyote Ridge Corrections Center (CRCC)", "Connell", "1992 (MSU) 2009 (MSC)", "Yes", "Male", "2468", "MI-2 MI-3 Medium" ], [ "6", "Larch Corrections Center (LCC)", "Yacolt", "1956", "No", "Male", "480", "MI-2" ], [ "7", "Mission Creek Corrections Center for Women (MCCCW)", "Belfair", "2005", "No", "Female", "305", "MI-2" ], [ "8", "Monroe Correctional Complex (MCC)", "Monroe", "1910", "Yes", "Male", "2400", "MI-2 Medium Close Maximum" ], [ "9", "Olympic Corrections Center (OCC)", "Forks", "1968", "No", "Male", "378", "MI-2" ], [ "10", "Stafford Creek Corrections Center (SCCC)", "Aberdeen", "2000", "Yes", "Male", "1936", "MI-2 Medium Maximum" ], [ "11", "Washington Corrections Center (WCC)", "Shelton", "1964", "Yes", "Male", "1268", "Medium Close Maximum" ], [ "12", "Washington Corrections Center for Women (WCCW)", "Gig Harbor", "1971", "Yes", "Female", "738", "MI-2 Medium Close" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"2–1\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>12837))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E6,D2:D6=\"2–1\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>12837))", "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 attended by more than 12,837 with a result of 2–1?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"2–1\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "12837" ] } ]
test_2-15767661-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "21 August 1985", "Alloa", "A", "2–0", "2,010" ], [ "3", "28 August 1985", "Clydebank", "H", "2–0", "7,250" ], [ "4", "4 September 1985", "St. Mirren", "H", "2–1", "9,650" ], [ "5", "25 September 1985", "Aberdeen", "H", "0–1", "12,837" ], [ "6", "9 October 1985", "Aberdeen", "A", "0–1", "20,000" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"far eastern\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=26))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"far eastern\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=26))", "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 season did the player who had the number 26 play on who came from far eastern?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"far eastern\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "26" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"cebu\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"cebu\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What season did the player who came from Cebu play in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"cebu\"", "5" ] } ]
train_2-15463188-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Position", "Number", "School/Club Team", "Season", "Acquisition via" ], [ "2", "jhofel morales", "Guard", "21", "Far Eastern", "2012", "Trade" ], [ "3", "julieta makidato", "Forward", "08", "Cebu", "2012", "Free Agency" ], [ "4", "hermies ploma", "Forward", "17", "San Sebastian", "2012", "Free Agency" ], [ "5", "judy-ann ramirez", "Forward", "25", "Santo Tomas", "2012", "Rookie Draft" ], [ "6", "rosalyn limos", "Center", "01", "Ateneo de Manila", "2012", "Trade" ], [ "7", "regine galabo", "Forward", "10", "Chaminade", "2012", "Rookie Draft" ], [ "8", "joyce guio", "Forward", "11", "McGill", "2012", "Trade" ], [ "9", "elaine francisco", "Forward", "31", "North Florida", "2012", "Trade" ], [ "10", "jessica quinones", "Guard", "26", "Far Eastern", "2012", "Rookie Draft" ] ]
[ { "Formula": "SUM(FILTER(D1, (B1=\"mexico\")*(F1>1)))", "Formula2": "SUM(FILTER(D2:D8, (B2:B8=\"mexico\")*(F2:F8>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How much Silver has a Nation of mexico, and a Total larger than 1?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"mexico\"", "*", "F1", ">", "1" ] }, { "Formula": "SUM(FILTER(E1, (C1>0)*(F1<1)))", "Formula2": "SUM(FILTER(E2:E8, (C2:C8>0)*(F2:F8<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How much Bronze has a Gold larger than 0, and a Total smaller than 1?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", ">", "0", "*", "F1", "<", "1" ] }, { "Formula": "SUM(FILTER(E1, (B1=\"mexico\")*(F1>1)))", "Formula2": "SUM(FILTER(E2:E8, (B2:B8=\"mexico\")*(F2:F8>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How much Bronze has a Nation of mexico, and a Total larger than 1?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"mexico\"", "*", "F1", ">", "1" ] } ]
train_2-14244631-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Mexico", "1", "0", "0", "1" ], [ "3", "1", "United States", "1", "0", "0", "1" ], [ "4", "3", "Brazil", "0", "1", "0", "1" ], [ "5", "3", "Japan", "0", "1", "0", "1" ], [ "6", "5", "Canada", "0", "0", "1", "1" ], [ "7", "5", "South Korea", "0", "0", "1", "1" ], [ "8", "Total", "Total", "2", "2", "2", "6" ] ]
[ { "Formula": "SUM(FILTER(E1, A1>1991))", "Formula2": "SUM(FILTER(E2:E9, A2:A9>1991))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What are the Points after 1991?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", ">", "1991" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=36))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=36))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What Class has 36 Points?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "36" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1>1986),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9>1986),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", ">", "Num", "Num" ], "Level": "medium", "Question": "What is the Class after 1986?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", ">", "1986", "2" ] } ]
train_2-15097411-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Class", "Team", "Machine", "Points", "Wins" ], [ "2", "1984", "500cc", "Marlboro Yamaha", "YZR500", "10", "0" ], [ "3", "1985", "500cc", "Marlboro Yamaha", "YZR500", "2", "0" ], [ "4", "1986", "250cc", "Marlboro Yamaha", "YZR250", "28", "1" ], [ "5", "1987", "500cc", "Marlboro Yamaha", "YZR500", "56", "0" ], [ "6", "1988", "500cc", "Yamaha Racing Team", "YZR500", "36", "0" ], [ "7", "1989", "500cc", "Tech-21 Yamaha", "YZR500", "39", "0" ], [ "8", "1990", "500cc", "Tech-21 Yamaha", "YZR500", "10", "0" ], [ "9", "1991", "500cc", "Y.R.T.R. Yamaha", "YZR500", "0", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"helguera\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"helguera\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the transfer fee for Helguera?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"helguera\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"celta de vigo\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"celta de vigo\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the transfer fee when the moving from was celta de Vigo?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"celta de vigo\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"fenerbahΓ§e\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"fenerbahΓ§e\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the transfer window with a moving from of fenerbahΓ§e?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"fenerbahΓ§e\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"espanyol\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"espanyol\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What nation had a moving from of espanyol?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"espanyol\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=2007),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,F2:F9=2007),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the transfer fee for the player with an ends of 2007?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "2007", "7" ] } ]
train_2-18515909-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Nat.", "Name", "Moving from", "Type", "Transfer window", "Ends", "Transfer fee" ], [ "2", "ENG", "McManaman", "Liverpool", "Transfer", "Summer", "2003", "Free" ], [ "3", "FRA", "Anelka", "Arsenal", "Transfer", "Summer", "2000", "€34,000,000" ], [ "4", "BIH", "BaljiΔ‡", "FenerbahΓ§e", "Transfer", "Summer", "2002", "€26,000,000" ], [ "5", "ESP", "Helguera", "Espanyol", "Transfer", "Summer", "2007", "€15,000,000" ], [ "6", "ESP", "M. Salgado", "Celta de Vigo", "Transfer", "Summer", "2009", "€12,000,000" ], [ "7", "Cameroon", "Geremi", "GenΓ§lerbirliği", "Transfer", "Summer", "2003", "€4,200,000" ], [ "8", "ARG", "Bizarri", "Racing", "Transfer", "Summer", "2000", "€2,000,000" ], [ "9", "BRA", "JΓΊlio CΓ©sar", "Valladolid", "Transfer", "Summer", "2000", "€2,500,000" ] ]
[ { "Formula": "MIN(FILTER(F1, E1=17))", "Formula2": "MIN(FILTER(F2:F6, E2:E6=17))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How few laps were finished in 17?", "Tokens": [ "MIN(", "FILTER(", "F1", "E1", "=", "17" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1966),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=1966),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is 1966's Qual rating?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1966", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=10),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=10),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What race has a finish time of 10?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "10", "2" ] }, { "Formula": "MIN(FILTER(F1, D1=30))", "Formula2": "MIN(FILTER(F2:F6, D2:D6=30))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the lowest lap with a rank of 30?", "Tokens": [ "MIN(", "FILTER(", "F1", "D1", "=", "30" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=32),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=32),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What finish time started at 32?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "32", "5" ] } ]
train_2-1145778-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1966", "24", "159.794", "15", "28", "0" ], [ "3", "1967", "20", "162.830", "30", "17", "176" ], [ "4", "1971", "14", "170.770", "19", "16", "140" ], [ "5", "1972", "32", "178.864", "33", "10", "193" ], [ "6", "Totals", "Totals", "Totals", "Totals", "Totals", "509" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jackie stewart\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"jackie stewart\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the constructor for Jackie Stewart's car?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jackie stewart\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"denny hulme\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"denny hulme\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the location where Denny Hulme was the driver?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"denny hulme\"", "4" ] } ]
train_2-1149916-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Driver", "Constructor", "Location", "Report" ], [ "2", "1978", "Niki Lauda", "Brabham - Alfa Romeo", "Anderstorp", "Report" ], [ "3", "1977", "Jacques Laffite", "Ligier - Matra", "Anderstorp", "Report" ], [ "4", "1976", "Jody Scheckter", "Tyrrell - Ford", "Anderstorp", "Report" ], [ "5", "1975", "Niki Lauda", "Ferrari", "Anderstorp", "Report" ], [ "6", "1974", "Jody Scheckter", "Tyrrell - Ford", "Anderstorp", "Report" ], [ "7", "1973", "Denny Hulme", "McLaren - Ford", "Anderstorp", "Report" ], [ "8", "1972 - 1968", "Not held", "Not held", "Not held", "Not held" ], [ "9", "1967", "Jackie Stewart", "Matra - Cosworth", "Karlskoga", "Report" ], [ "10", "1966 - 1958", "Not held", "Not held", "Not held", "Not held" ], [ "11", "1957", "Jean Behra Stirling Moss", "Maserati", "Kristianstad", "Report" ], [ "12", "1956", "Phil Hill Maurice Trintignant", "Ferrari", "Kristianstad", "Report" ], [ "13", "1955 - 1954", "Not held", "Not held", "Not held", "Not held" ], [ "14", "1953", "Erik Lundgren", "EL Special", "SkarpnΓ€ck", "Report" ], [ "15", "1952", "Gunnar Carlsson", "Mercury Ardun Special", "SkarpnΓ€ck", "Report" ], [ "16", "1951 - 1950", "Not held", "Not held", "Not held", "Not held" ], [ "17", "1949", "B. Bira", "Maserati", "SkarpnΓ€ck", "Report" ], [ "18", "1948 - 1934", "Not held", "Not held", "Not held", "Not held" ], [ "19", "1933", "Antonio Brivio", "Alfa Romeo", "Norra Vram", "Report" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(G1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Formula2": "LET(query1,SUMMARIZE(G2:G7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>20000))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What date is the crowd larger than 20,000?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "20000" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.13 (79)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.13 (79)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which away team has a score of more that 11.13 (79)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"11.13 (79)\"", "3" ] } ]
train_2-10807673-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "13.15 (93)", "St Kilda", "13.11 (89)", "MCG", "13,000", "17 May 1941" ], [ "3", "Essendon", "15.14 (104)", "Richmond", "14.8 (92)", "Windy Hill", "20,000", "17 May 1941" ], [ "4", "Collingwood", "14.11 (95)", "Footscray", "14.10 (94)", "Victoria Park", "16,000", "17 May 1941" ], [ "5", "Hawthorn", "13.16 (94)", "Geelong", "11.13 (79)", "Glenferrie Oval", "6,000", "17 May 1941" ], [ "6", "South Melbourne", "15.19 (109)", "Fitzroy", "12.10 (82)", "Lake Oval", "10,500", "17 May 1941" ], [ "7", "North Melbourne", "15.15 (105)", "Carlton", "16.23 (119)", "Arden Street Oval", "14,000", "17 May 1941" ] ]
[ { "Formula": "SUM(FILTER(E1, (D1=\"l 24-20\")*(A1<5)))", "Formula2": "SUM(FILTER(E2:E17, (D2:D17=\"l 24-20\")*(A2:A17<5)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total attendance in a week less than 5 when the result was l 24-20?", "Tokens": [ "SUM(", "FILTER(", "E1", "D1", "=", "\"l 24-20\"", "*", "A1", "<", "5" ] }, { "Formula": "MAXIFS(A1,C1,\"atlanta falcons\")", "Formula2": "MAXIFS(A2:A17,C2:C17,\"atlanta falcons\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the largest week with the Atlanta Falcons as the opponent?", "Tokens": [ "MAXIFS(", "A1", "C1", "\"atlanta falcons\"" ] }, { "Formula": "SUM(FILTER(E1, (A1>1)*(C1=\"philadelphia eagles\")))", "Formula2": "SUM(FILTER(E2:E17, (A2:A17>1)*(C2:C17=\"philadelphia eagles\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the total attendance in a week greater than 1 with an opponent of Philadelphia Eagles?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", ">", "1", "*", "C1", "=", "\"philadelphia eagles\"" ] } ]
train_2-16713032-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 10, 1989", "Dallas Cowboys", "W 28-0", "66,977" ], [ "3", "2", "September 17, 1989", "at Green Bay Packers", "L 35-34", "55,809" ], [ "4", "3", "September 24, 1989", "at Tampa Bay Buccaneers", "L 20-10", "44,053" ], [ "5", "4", "October 1, 1989", "Washington Redskins", "L 16-14", "64,358" ], [ "6", "5", "October 8, 1989", "San Francisco 49ers", "L 24-20", "60,488" ], [ "7", "6", "October 15, 1989", "New York Jets", "W 29-14", "59,521" ], [ "8", "7", "October 22, 1989", "at Los Angeles Rams", "W 40-21", "57,567" ], [ "9", "8", "October 29, 1989", "Atlanta Falcons", "W 20-13", "65,153" ], [ "10", "9", "November 6, 1989", "at San Francisco 49ers", "L 31-13", "60,667" ], [ "11", "10", "November 12, 1989", "at New England Patriots", "W 28-24", "47,680" ], [ "12", "11", "November 19, 1989", "at Atlanta Falcons", "W 26-17", "53,173" ], [ "13", "12", "November 26, 1989", "Los Angeles Rams", "L 20-17", "64,274" ], [ "14", "13", "December 3, 1989", "at Detroit Lions", "L 21-14", "38,550" ], [ "15", "14", "December 10, 1989", "at Buffalo Bills", "W 22-19", "70,037" ], [ "16", "15", "December 18, 1989", "Philadelphia Eagles", "W 30-20", "59,218" ], [ "17", "16", "December 24, 1989", "Indianapolis Colts", "W 41-6", "49,009" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"footscray\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"footscray\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "During footscray's home match, who was the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"footscray\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.16 (70)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.16 (70)\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On which date did an away team score 9.16 (70)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"9.16 (70)\"", "7" ] } ]
train_2-10807253-12
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "12.10 (82)", "Richmond", "15.10 (100)", "Western Oval", "11,000", "13 July 1940" ], [ "3", "Collingwood", "19.14 (128)", "South Melbourne", "4.18 (42)", "Victoria Park", "6,500", "13 July 1940" ], [ "4", "Carlton", "11.24 (90)", "Geelong", "12.19 (91)", "Princes Park", "9,000", "13 July 1940" ], [ "5", "North Melbourne", "11.11 (77)", "Hawthorn", "9.16 (70)", "Arden Street Oval", "3,000", "13 July 1940" ], [ "6", "St Kilda", "8.11 (59)", "Fitzroy", "6.12 (48)", "Junction Oval", "10,000", "13 July 1940" ], [ "7", "Melbourne", "17.20 (122)", "Essendon", "7.12 (54)", "MCG", "18,640", "13 July 1940" ] ]
[ { "Formula": "FILTER(C1,A1=\"big brother 12\")", "Formula2": "FILTER(C2:C9,A2:A9=\"big brother 12\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Tuesday does big brother 12 air?", "Tokens": [ "FILTER(", "C1", "A1", "=", "\"big brother 12\"" ] }, { "Formula": "FILTER(A1,E1=\"channel 5\")", "Formula2": "FILTER(A2:A9,E2:E9=\"channel 5\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which series airs Saturday on Channel 5?", "Tokens": [ "FILTER(", "A1", "E1", "=", "\"channel 5\"" ] }, { "Formula": "FILTER(D1,A1=\"big brother 13\")", "Formula2": "FILTER(D2:D9,A2:A9=\"big brother 13\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Thursday does big brother 13 air?", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"big brother 13\"" ] } ]
dev_2-11748792-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Series", "Monday", "Tuesday", "Thursday", "Saturday" ], [ "2", "Celebrity Big Brother 8", "Channel 5", "5*", "Channel 5", "5*" ], [ "3", "Big Brother 12", "Channel 5", "5*", "Channel 5", "5*" ], [ "4", "Celebrity Big Brother 9", "Channel 5", "Channel 5", "Channel 5", "5*" ], [ "5", "Big Brother 13", "Channel 5", "Channel 5", "Channel 5", "5*" ], [ "6", "Celebrity Big Brother 10", "Channel 5", "Channel 5", "Channel 5", "5*" ], [ "7", "Celebrity Big Brother 11", "Channel 5", "Channel 5", "Channel 5", "Channel 5" ], [ "8", "Big Brother 14", "Channel 5", "Channel 5", "Channel 5", "Channel 5" ], [ "9", "Celebrity Big Brother 12", "Channel 5", "Channel 5", "Channel 5", "Channel 5" ] ]
[ { "Formula": "SUM(FILTER(E1, (C1=\"8:30 p.m.\")*(B1=\"march 27, 2008\")*(J1>65)))", "Formula2": "SUM(FILTER(E2:E8, (C2:C8=\"8:30 p.m.\")*(B2:B8=\"march 27, 2008\")*(J2:J8>65)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total share with Timeslot of 8:30 p.m., anAir Date of march 27, 2008, and a Rank greater than 65?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"8:30 p.m.\"", "*", "B1", "=", "\"march 27, 2008\"", "*", "J1", ">", "65" ] }, { "Formula": "SUM(FILTER(G1, (B1=\"march 20, 2008\")*(F1=\"2.3/7\")))", "Formula2": "SUM(FILTER(G2:G8, (B2:B8=\"march 20, 2008\")*(F2:F8=\"2.3/7\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many viewers have an Air Date of march 20, 2008, and an 18-49 (Rating/Share) of 2.3/7?", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "\"march 20, 2008\"", "*", "F1", "=", "\"2.3/7\"" ] }, { "Formula": "SUM(FILTER(G1, (I1=\"n/a\")*(C1=\"8:30 p.m.\")))", "Formula2": "SUM(FILTER(G2:G8, (I2:I8=\"n/a\")*(C2:C8=\"8:30 p.m.\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the total number of Viewers with a Rank (Night) of n/a, and a Timeslot of 8:30 p.m.?", "Tokens": [ "SUM(", "FILTER(", "G1", "I1", "=", "\"n/a\"", "*", "C1", "=", "\"8:30 p.m.\"" ] } ]
train_2-11235762-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J" ], [ "1", "Episode", "Air Date", "Timeslot", "Rating", "Share", "18-49 (Rating/Share)", "Viewers (m)", "Rank (Timeslot)", "Rank (Night)", "Rank (Overall)" ], [ "2", "\"Homecoming\"", "March 18, 2008", "10:35 P.M.", "6.7", "12", "2.9/8", "9.93", "1", "5", "21" ], [ "3", "\"Hot Sub\"", "March 20, 2008", "8:00 P.M.", "4.2", "8", "2.1/7", "6.28", "4", "9", "49" ], [ "4", "\"The List\"", "March 20, 2008", "8:30 P.M.", "4.3", "7", "2.3/7", "6.31", "4", "9", "47" ], [ "5", "\"Rebel Yell\"", "March 27, 2008", "8:00 P.M.", "4.0", "7", "2.0/6", "5.90", "4", "7", "59" ], [ "6", "\"Pool Party\"", "March 27, 2008", "8:30 P.M.", "3.8", "6", "2.1/6", "5.58", "4", "8", "65" ], [ "7", "\"High School Musical\"", "April 3, 2008", "8:00 P.M.", "3.2", "5", "1.5/5", "4.60", "4", "N/A", "70" ], [ "8", "\"Frenemies\"", "April 3, 2008", "8:30 P.M.", "3.0", "5", "1.6/4", "4.34", "4", "N/A", "74" ] ]
[ { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many settlements are there in total?", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "Count the total number of settlements made.", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "the number of settlements", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many settlements are there?", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A16)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many settlements?", "Tokens": [ "SUM(", "A1" ] } ]
insurance_policies_settlements
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "settlement id", "claim id", "date claim made", "date claim settled", "amount claimed", "amount settled", "customer policy id" ], [ "2", "357", "486", "8/7/2018", "1/16/2018", "38543", "1181", "515" ], [ "3", "412", "621", "8/27/2017", "2/4/2018", "57669", "1427", "617" ], [ "4", "476", "801", "9/5/2016", "3/2/2018", "30954", "1805", "943" ], [ "5", "512", "801", "5/18/2016", "2/11/2018", "82506", "1737", "133" ], [ "6", "516", "563", "5/19/2017", "10/6/2017", "37302", "1767", "638" ], [ "7", "527", "801", "11/10/2018", "2/15/2018", "25078", "930", "727" ], [ "8", "558", "569", "5/12/2018", "11/30/2017", "16603", "1516", "536" ], [ "9", "564", "761", "7/4/2016", "2/20/2018", "62680", "1676", "839" ], [ "10", "597", "486", "4/18/2017", "12/24/2017", "4456", "1698", "359" ], [ "11", "616", "957", "7/31/2017", "1/27/2018", "24055", "1262", "590" ], [ "12", "648", "761", "9/22/2017", "2/14/2018", "32079", "1266", "805" ], [ "13", "682", "801", "3/4/2017", "2/20/2018", "56850", "1508", "564" ], [ "14", "756", "571", "4/14/2017", "11/15/2017", "8634", "1293", "448" ], [ "15", "897", "843", "3/29/2017", "2/20/2018", "20569", "1885", "678" ], [ "16", "983", "621", "7/19/2016", "11/4/2017", "3864", "1042", "419" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team at Lake Oval?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"lake oval\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the home team score for the game where Hawthorn is the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"14.19 (103)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"14.19 (103)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the home team that scored 14.19 (103)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"14.19 (103)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"essendon\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"essendon\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the game where Essendon is the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"essendon\"", "7" ] } ]
train_2-10767118-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Fitzroy", "12.8 (80)", "St Kilda", "16.21 (117)", "Brunswick Street Oval", "14,000", "18 May 1929" ], [ "3", "North Melbourne", "6.5 (41)", "Melbourne", "14.15 (99)", "Arden Street Oval", "9,000", "18 May 1929" ], [ "4", "Richmond", "14.19 (103)", "Footscray", "11.19 (85)", "Punt Road Oval", "22,000", "18 May 1929" ], [ "5", "Hawthorn", "10.10 (70)", "Essendon", "10.15 (75)", "Glenferrie Oval", "12,000", "18 May 1929" ], [ "6", "Geelong", "6.13 (49)", "Collingwood", "12.13 (85)", "Corio Oval", "20,499", "18 May 1929" ], [ "7", "South Melbourne", "9.19 (73)", "Carlton", "10.19 (79)", "Lake Oval", "25,000", "18 May 1929" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"blue and gold\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"blue and gold\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the nickname of the team that has the colors blue and gold?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"blue and gold\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"black and gold\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"black and gold\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the nickname of the team that has the colors black and gold?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"black and gold\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"division 2\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"division 2\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the nickname of the team in division 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"division 2\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"dsha\")*(A1=\"middletown high school\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"dsha\")*(A2:A13=\"middletown high school\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the class of the Middletown High School team that is in the DSHA league?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"dsha\"", "*", "A1", "=", "\"middletown high school\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"blue and gold\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"blue and gold\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What school is the team from that has the colors blue and gold?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"blue and gold\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"division 2\")*(B1=\"seahawks\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(F2:F13=\"division 2\")*(B2:B13=\"seahawks\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the colors for the division 2 team with the nickname, the seahawks?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"division 2\"", "*", "B1", "=", "\"seahawks\"", "3" ] } ]
train_2-15475116-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "School", "Nickname", "Colors", "League", "Class", "Division" ], [ "2", "Alexis I. duPont High School", "Tigers", "Blue and Yellow", "DSHA", "Flight A", "Division 1" ], [ "3", "Archmere Academy", "Auks", "Dark Green and White", "DSHA", "Flight B", "Division 3" ], [ "4", "Caravel Academy", "Buccaneers", "Garnet and White", "DSHA", "Fight A", "Division 1" ], [ "5", "Concord High School", "Raiders", "Maroon and White", "DSHA", "Flight B", "Division 3" ], [ "6", "Delaware Military Academy", "Seahawks", "Blue and Gold", "DSHA", "Flight B", "Division 2" ], [ "7", "Hodgson Vo-Tech High School", "Silver Eagles", "Silver and Maroon", "DSHA", "Flight B", "Division 3" ], [ "8", "Middletown High School", "Cavaliers", "Blue and White", "DSHA", "Flight B", "Division 2" ], [ "9", "Newark High School", "Yellowjackets", "Black, Gold and White", "DSHA", "Flight A", "Division 1" ], [ "10", "Salesianum", "Sals", "Gold and White", "ICSHL", "AAA", "N/A" ], [ "11", "St. Elizabeth High School", "Vikings", "Maroon, Gold and White", "DSHA", "Flight B", "Division 2" ], [ "12", "St. Mark's High School", "Spartans", "Green and White", "DSHA", "Flight A", "Division 1" ], [ "13", "Tatnall School", "Hornets", "Black and Gold", "DSHA", "Flight A", "Division 1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"cotabato\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"cotabato\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the additional notes for Cotabato?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"cotabato\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"kunlong\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"kunlong\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country in Kunlong in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"kunlong\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"baghdad\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"baghdad\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who went on a rampage in Baghdad?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"baghdad\"", "1" ] } ]
train_2-17794738-10
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Perpetrator", "Date", "Year", "Location", "Country", "Killed", "Additional Notes" ], [ "2", "Ou Yangpu", "01.01 Jan. 1", "1976", "Zixing", "China", "17", "Committed suicide" ], [ "3", "Simmons, Ronald Gene , 47", "12.22 Dec. 22–28", "1987", "Russellville , AR", "U.S.", "16", "Sentenced to death and executed" ], [ "4", "Mohammad Zaman, 30", "09.25 Sep. 25", "2009", "Ghola", "Afghanistan", "15", "Committed suicide" ], [ "5", "Unknown", "11.23 Nov. 23", "1936", "Maropally", "India", "14", "Arrested" ], [ "6", "Banks, George Emil , 40", "09.25 Sep. 25", "1982", "Wilkes-Barre , PA", "U.S.", "13", "Sentenced to death" ], [ "7", "Gz", "06.32", "1969.9", "Hz", "Chz", "6.9", "Zz" ], [ "8", "Liu Aibing, 34", "12.12 Dec. 12", "2009", "Yinshanpai", "China", "13", "Sentenced to death and executed" ], [ "9", "Guo Zhongmin, 36", "02.18 Feb. 18", "2003", "Yangxiaoxiang", "China", "13", "Committed suicide" ], [ "10", "Saeed Qashash, 19", "06.10 June 10", "1998", "Amman", "Jordan", "12", "Sentenced to death and executed" ], [ "11", "Jia Yingmin, 40", "10.06 Oct. 6", "2000", "Kunlong", "China", "12", "Committed suicide" ], [ "12", "Augusto, Pedro", "08.00 Aug.", "1900", "Rio de Janeiro", "Brazil", "12", "Arrested" ], [ "13", "Mz", "09.32", "1999.9", "Oz", "Lz", "7.9", "Zz" ], [ "14", "Abbas Khan", "09.00 Sep.", "1896", "Jabbar", "India", "11", "Arrested" ], [ "15", "Andangan", "10.21? Oct. 21", "1921", "Cotabato", "Philippines", "11", "Committed suicide" ], [ "16", "Ruppert, James Urban , 40", "03.30 March 30", "1975", "Hamilton , OH", "U.S.", "11", "Sentenced to eleven consecutive life terms" ], [ "17", "Jalal Osman Khoja, 40", "12.26 Dec. 26", "2000", "Jeddah", "Saudi Arabia", "11", "Committed suicide" ], [ "18", "Abdul Emir Khalaf Sabhan", "08.26 Aug. 26", "2003", "Baghdad", "Iraq", "11", "Committed suicide" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"baltimore ravens\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G18,C2:C18=\"baltimore ravens\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the time of the game after week 4 against the Baltimore Ravens?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "C1", "=", "\"baltimore ravens\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "4" ] } ]
train_2-14727968-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Location", "Time ( ET )", "Result", "Record" ], [ "2", "1", "Sun. Sep. 6", "at Baltimore Ravens", "Ravens Stadium", "1:00pm", "W 20–13", "1–0" ], [ "3", "2", "Sun. Sep. 13", "Chicago Bears", "Three Rivers Stadium", "1:00pm", "W 17–12", "2–0" ], [ "4", "3", "Sun. Sep. 20", "at Miami Dolphins", "Pro Player Stadium", "1:00pm", "L 21–0", "2–1" ], [ "5", "4", "Sun. Sep. 27", "Seattle Seahawks", "Three Rivers Stadium", "4:05pm", "W 13–10", "3–1" ], [ "6", "5", "Sun. Oct. 4", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "7", "6", "Sun. Oct. 11", "at Cincinnati Bengals", "Cinergy Field", "1:00pm", "L 25–20", "3–2" ], [ "8", "7", "Sun. Oct. 18", "Baltimore Ravens", "Three Rivers Stadium", "1:00pm", "W 16–6", "4–2" ], [ "9", "8", "Mon. Oct. 26", "at Kansas City Chiefs", "Arrowhead Stadium", "8:20pm", "W 20–13", "5–2" ], [ "10", "9", "Sun. Nov. 1", "Tennessee Oilers", "Three Rivers Stadium", "1:00pm", "L 41–31", "5–3" ], [ "11", "10", "Mon. Nov. 9", "Green Bay Packers", "Three Rivers Stadium", "8:20pm", "W 27–20", "6–3" ], [ "12", "11", "Sun. Nov. 15", "at Tennessee Oilers", "Vanderbilt Stadium", "1:00pm", "L 23–14", "6–4" ], [ "13", "12", "Sun. Nov. 22", "Jacksonville Jaguars", "Three Rivers Stadium", "1:00pm", "W 30–15", "7–4" ], [ "14", "13", "Thu. Nov. 26", "at Detroit Lions", "Pontiac Silverdome", "12:30pm", "L 19–16 OT", "7–5" ], [ "15", "14", "Sun. Dec. 6", "New England Patriots", "Three Rivers Stadium", "1:00pm", "L 23–9", "7–6" ], [ "16", "15", "Sun. Dec. 13", "at Tampa Bay Buccaneers", "Raymond James Stadium", "1:00pm", "L 16–3", "7–7" ], [ "17", "16", "Sun. Dec. 20", "Cincinnati Bengals", "Three Rivers Stadium", "1:00pm", "L 25–24", "7–8" ], [ "18", "17", "Mon. Dec. 28", "at Jacksonville Jaguars", "Alltel Stadium", "8:20pm", "L 21–3", "7–9" ] ]
[ { "Formula": "MIN(FILTER(A1, (D1>43)*(E1=\"6th\")))", "Formula2": "MIN(FILTER(A2:A9, (D2:D9>43)*(E2:E9=\"6th\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the lowest draw number for the song ranked 6th with more than 43 points?", "Tokens": [ "MIN(", "FILTER(", "A1", "D1", ">", "43", "*", "E1", "=", "\"6th\"" ] }, { "Formula": "SUMIFS(D1,C1,\"partners in crime\")", "Formula2": "SUMIFS(D2:D9,C2:C9,\"partners in crime\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the total sum of points for songs performed by Partners in Crime?", "Tokens": [ "SUMIFS(", "D1", "C1", "\"partners in crime\"" ] } ]
train_2-15696018-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Draw", "Song", "Performer", "Points", "Rank" ], [ "2", "1", "\" Is Always Over Now? \"", "Dawn Martin", "95", "1st" ], [ "3", "2", "\"Shine On\"", "Partners in Crime", "63", "5th" ], [ "4", "3", "\"Cold Shoulder\"", "Ray Doherty", "39", "8th" ], [ "5", "4", "\"Seol (Sail)\"", "The Vard Sisters", "92", "2nd" ], [ "6", "5", "\"Save this Dance for Me\"", "Family", "57", "6th" ], [ "7", "6", "\"Ina Measc (Among Them)\"", "Sean Monagahan", "43", "7th" ], [ "8", "7", "\"Make the Change\"", "The Carter Twins", "77", "4th" ], [ "9", "8", "\"Overload\"", "Jo Collins", "84", "3rd" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"Spartans\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A14, D2:D14=\"Spartans\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many institutes have the team name Spartans?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "\"Spartans\"" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, F1=2789)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C14, F2:F14=2789)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many states were there when there was an enrollment of 2789?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "F1", "=", "2789" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Indiana\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"Indiana\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What kind of institute is in Indiana?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Indiana\"", "5" ] }, { "Formula": "SUMIFS(F1,D1,\"Pioneers\")", "Formula2": "SUMIFS(F2:F14,D2:D14,\"Pioneers\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many people enrolled for the institute with the Pioneers?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"Pioneers\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Rock Island\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"Rock Island\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What team is in the city of Rock Island?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Rock Island\"", "4" ] } ]
train_1-27961684-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "City", "State", "Team Name", "Affiliation", "Enrollment", "Home Conference" ], [ "2", "Augustana College (Illinois) **", "Rock Island", "Illinois", "Vikings", "Private/Lutheran", "2500", "CCIW" ], [ "3", "Aurora University", "Aurora", "Illinois", "Spartans", "Private/Non-sectarian", "4400", "Northern" ], [ "4", "Beloit College *", "Beloit", "Wisconsin", "Buccaneers", "Private/United Church of Christ", "1000", "Midwest" ], [ "5", "Benedictine University", "Lisle", "Illinois", "Eagles", "Private/Catholic", "1300", "Northern" ], [ "6", "Carroll University *", "Waukesha", "Wisconsin", "Pioneers", "Private/Presbyterian", "2789", "Midwest" ], [ "7", "Carthage College **", "Kenosha", "Wisconsin", "Red Men", "Private/Lutheran", "2188", "CCIW" ], [ "8", "Concordia University Wisconsin", "Mequon", "Wisconsin", "Falcons", "Private/Lutheran", "1608", "Northern" ], [ "9", "Cornell College *", "Mount Vernon", "Iowa", "Rams", "Private/United Methodist", "1176", "Midwest" ], [ "10", "Defiance College", "Defiance", "Ohio", "Yellow Jackets", "Private/United Church of Christ", "1000", "HCAC" ], [ "11", "Elmhurst College **", "Elmhurst", "Illinois", "Bluejays", "Private/United Church of Christ", "3400", "CCIW" ], [ "12", "Fontbonne University", "St. Louis", "Missouri", "Griffins", "Private/Catholic", "2924", "SLIAC" ], [ "13", "Hanover College", "Hanover", "Indiana", "Panthers", "Private/Presbyterian", "975", "HCAC" ], [ "14", "Milwaukee School of Engineering", "Milwaukee", "Wisconsin", "Raiders", "Private/Non-sectarian", "1929", "Northern" ] ]
[ { "Formula": "SUMIFS(D1,B1,\"tommy bolt\")", "Formula2": "SUMIFS(D2:D13,B2:B13,\"tommy bolt\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the score of Tommy Bolt", "Tokens": [ "SUMIFS(", "D1", "B1", "\"tommy bolt\"" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<69))", "Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(D2:D13)),FILTER(query1,CHOOSECOLS(query1,2)<69))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "WHich Places have a score smaller than 69?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "69" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t6\")*(B1=\"tommy bolt\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t6\")*(B2:B13=\"tommy bolt\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the To Par that has Tommy Bolt with a Place of t6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t6\"", "*", "B1", "=", "\"tommy bolt\"", "5" ] } ]
test_2-13073611-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Chick Harbert", "United States", "68", "–4" ], [ "3", "T2", "Al Besselink", "United States", "69", "–3" ], [ "4", "T2", "Ed Oliver", "United States", "69", "–3" ], [ "5", "T4", "Ben Hogan", "United States", "70", "–2" ], [ "6", "T4", "Milan Marusic", "United States", "70", "–2" ], [ "7", "T6", "Tommy Bolt", "United States", "71", "–1" ], [ "8", "T6", "Bob Hamilton", "United States", "71", "–1" ], [ "9", "T6", "Ted Kroll", "United States", "71", "–1" ], [ "10", "T6", "Sam Snead", "United States", "71", "–1" ], [ "11", "T10", "Skip Alexander", "United States", "72", "E" ], [ "12", "T10", "Dick Chapman", "United States", "72", "E" ], [ "13", "T10", "Frank Stranahan (a)", "United States", "72", "E" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"28\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"28\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Finish of 28 Wins?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"28\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"reno bighorns\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"reno bighorns\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Finish of the Reno Bighorns Wins?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"reno bighorns\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"28\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"28\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Finish of 28 Wins?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"28\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"western\")*(C1=\"4th\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"western\")*(C2:C9=\"4th\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Western Division of Wins with a 4th Finish?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"western\"", "*", "C1", "=", "\"4th\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"playoffs\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"playoffs\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the losses of the playoffs season?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"playoffs\"", "5" ] } ]
train_2-16029980-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Division", "Finish", "Wins", "Losses", "Pct." ], [ "2", "Reno Bighorns", "Reno Bighorns", "Reno Bighorns", "Reno Bighorns", "Reno Bighorns", "Reno Bighorns" ], [ "3", "2008–09", "Western", "4th", "25", "25", ".500" ], [ "4", "2009–10", "Western", "3rd", "28", "22", ".560" ], [ "5", "2010-11", "Western", "1st", "34", "16", ".680" ], [ "6", "2011–12", "Western", "7th", "21", "29", ".420" ], [ "7", "2012–13", "Western", "5th", "16", "34", ".320" ], [ "8", "Regular season", "Regular season", "Regular season", "124", "126", ".496" ], [ "9", "Playoffs", "Playoffs", "Playoffs", "3", "5", ".375" ] ]