t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ura index\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,C2:C17=\"ura index\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is URA Index scale?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"ura index\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"sv_health\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G17,C2:C17=\"sv_health\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),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 scale of sv_health with a word number smaller than 4?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"sv_health\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"4"
]
}
] | train_2-11866-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Subframe #",
"Page #",
"Name",
"Word #",
"Bits",
"Scale",
"Signed"
],
[
"2",
"1",
"all",
"Week Number",
"3",
"1β10",
"1:1",
"No"
],
[
"3",
"1",
"all",
"CA or P On L2",
"3",
"11,12",
"1:1",
"No"
],
[
"4",
"1",
"all",
"URA Index",
"3",
"13β16",
"1:1",
"No"
],
[
"5",
"1",
"all",
"SV_Health",
"3",
"17β22",
"1:1",
"No"
],
[
"6",
"1",
"all",
"IODC(MSB)",
"3",
"23,24",
"1:1",
"No"
],
[
"7",
"1",
"all",
"L2Pdata flag",
"4",
"1",
"1:1",
"No"
],
[
"8",
"1",
"all",
"ResW4",
"4",
"2β24",
"N/A",
"N/A"
],
[
"9",
"1",
"all",
"ResW5",
"5",
"1β24",
"N/A",
"N/A"
],
[
"10",
"1",
"all",
"ResW6",
"6",
"1β24",
"N/A",
"N/A"
],
[
"11",
"1",
"all",
"ResW7",
"7",
"1β16",
"N/A",
"N/A"
],
[
"12",
"1",
"all",
"TGD",
"7",
"17β24",
"2^-31",
"Yes"
],
[
"13",
"1",
"all",
"IODC (LSB)",
"8",
"1β8",
"1:1",
"No"
],
[
"14",
"1",
"all",
"TOC",
"8",
"9β24",
"2^4",
"No"
],
[
"15",
"1",
"all",
"AF2",
"9",
"1β8",
"2^-55",
"Yes"
],
[
"16",
"1",
"all",
"AF1",
"9",
"9β24",
"2^-43",
"Yes"
],
[
"17",
"1",
"all",
"AF0",
"10",
"1β22",
"2^-31",
"Yes"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"carlton\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"carlton\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team score at Carlton's away match?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"carlton\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did Hawthorn play at home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"hawthorn\"",
"7"
]
},
{
"Formula": "SUMIFS(F1,C1,\"st kilda\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"st kilda\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people were in attendance at St Kilda's away match?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"st kilda\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8.9 (57)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"8.9 (57)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did the home team score 8.9 (57)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8.9 (57)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"7.16 (58)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"7.16 (58)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the away team score 7.16 (58)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"7.16 (58)\"",
"7"
]
}
] | train_2-10808681-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"8.10 (58)",
"St Kilda",
"12.19 (91)",
"MCG",
"29,175",
"29 July 1967"
],
[
"3",
"Fitzroy",
"8.10 (58)",
"Richmond",
"8.19 (67)",
"Princes Park",
"13,864",
"29 July 1967"
],
[
"4",
"Collingwood",
"8.14 (62)",
"Essendon",
"10.11 (71)",
"Victoria Park",
"27,320",
"29 July 1967"
],
[
"5",
"Hawthorn",
"11.12 (78)",
"Geelong",
"7.16 (58)",
"Glenferrie Oval",
"12,087",
"29 July 1967"
],
[
"6",
"South Melbourne",
"10.11 (71)",
"Footscray",
"5.10 (40)",
"Lake Oval",
"8,635",
"29 July 1967"
],
[
"7",
"North Melbourne",
"8.9 (57)",
"Carlton",
"6.8 (44)",
"Arden Street Oval",
"14,582",
"29 July 1967"
]
] |
[
{
"Formula": "FILTER(C1,E1=\"albert lewis\")",
"Formula2": "FILTER(C2:C8,E2:E8=\"albert lewis\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the clerk when the highway commissioner was Albert Lewis?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"albert lewis\""
]
},
{
"Formula": "FILTER(B1,A1=\"1846\")",
"Formula2": "FILTER(B2:B8,A2:A8=\"1846\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the supervisor in the year 1846?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"1846\""
]
},
{
"Formula": "FILTER(E1,D1=\"treasurer\")",
"Formula2": "FILTER(E2:E8,D2:D8=\"treasurer\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When Treasurer was treasurer, who was the highway commissioner?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"treasurer\""
]
}
] | dev_2-117452-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Years",
"Supervisor",
"Clerk",
"Treasurer",
"Highway Commissioners"
],
[
"2",
"1846",
"Alfred Pond",
"Francis Brotherton",
"Theron Wallace",
"Richard C. Goyer, John C. Clement, Jon Nash"
],
[
"3",
"1916",
"Walter Morrison",
"Earl West",
"John Kountz",
"Albert Lewis"
],
[
"4",
"Years",
"Supervisor",
"Clerk",
"Treasurer",
"Trustees"
],
[
"5",
"2004β2008",
"Roderick Shumaker",
"Sally Lurvey",
"Beth Perkins Patti Mlynek (Interim)",
"Roger Meier"
],
[
"6",
"2008β2009",
"Bruce Beatty 1. (11/3/2009)",
"Dennis Milem",
"Natalie Dennings",
"Glenn Huffman 1. (11/3/2009)"
],
[
"7",
"2009β2010",
"Roger Meier 3. (12/10/09)",
"Dennis Milem",
"Natalie Dennings",
"John Sayer 3. (12/10/09)"
],
[
"8",
"2010β2011",
"Brian Sepanak",
"Dennis Milem",
"Natalie Dennings",
"Chris Gehringer"
]
] |
[
{
"Formula": "AVERAGE(FILTER(F1, (E1<8)*(D1=3)*(A1<2)))",
"Formula2": "AVERAGE(FILTER(F2:F7, (E2:E7<8)*(D2:D7=3)*(A2:A7<2)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average total with less than 8 bronze, 3 silver, and a Rank smaller than 2?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"E1",
"<",
"8",
"*",
"D1",
"=",
"3",
"*",
"A1",
"<",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (A1>1)*(E1>8)))",
"Formula2": "AVERAGE(FILTER(F2:F7, (A2:A7>1)*(E2:E7>8)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Total with a Rank greater than 1, and a Bronze larger than 8?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"A1",
">",
"1",
"*",
"E1",
">",
"8"
]
},
{
"Formula": "MINIFS(D1,B1,\"vietnam\")",
"Formula2": "MINIFS(D2:D7,B2:B7,\"vietnam\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest silver from Vietnam?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"vietnam\""
]
},
{
"Formula": "MAX(FILTER(D1, (B1=\"malaysia\")*(F1<23)))",
"Formula2": "MAX(FILTER(D2:D7, (B2:B7=\"malaysia\")*(F2:F7<23)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the largest silver from Malaysia with a Total smaller than 23?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"B1",
"=",
"\"malaysia\"",
"*",
"F1",
"<",
"23"
]
},
{
"Formula": "MAX(FILTER(E1, (A1=2)*(C1<8)))",
"Formula2": "MAX(FILTER(E2:E7, (A2:A7=2)*(C2:C7<8)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the largest bronze with a Rank of 2, and a Gold smaller than 8?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
"=",
"2",
"*",
"C1",
"<",
"8"
]
},
{
"Formula": "SUM(FILTER(A1, (E1<8)*(F1<7)*(C1<1)))",
"Formula2": "SUM(FILTER(A2:A7, (E2:E7<8)*(F2:F7<7)*(C2:C7<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many ranks have a Bronze smaller than 8, and a Total smaller than 7, and a Gold smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"<",
"8",
"*",
"F1",
"<",
"7",
"*",
"C1",
"<",
"1"
]
}
] | test_2-14639905-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1.",
"Singapore",
"11",
"9",
"6",
"26"
],
[
"3",
"2.",
"Philippines",
"8",
"3",
"7",
"18"
],
[
"4",
"3.",
"Malaysia",
"7",
"8",
"8",
"23"
],
[
"5",
"4.",
"Thailand",
"5",
"7",
"8",
"20"
],
[
"6",
"5.",
"Vietnam",
"1",
"0",
"1",
"2"
],
[
"7",
"6.",
"Indonesia",
"0",
"5",
"2",
"7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3:01\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,G2:G19=\"3:01\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which round has a time of 3:01?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"3:01\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=3)*(E1=\"ufc 110\")),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,(F2:F19=3)*(E2:E19=\"ufc 110\")),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is the UFC 110 event with 3 rounds located?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"3",
"*",
"E1",
"=",
"\"ufc 110\"",
"8"
]
}
] | train_2-17430191-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Time",
"Location"
],
[
"2",
"Loss",
"13β5",
"Tim Boetsch",
"Decision (split)",
"UFC 166",
"3",
"5:00",
"Houston, Texas , United States"
],
[
"3",
"Win",
"13β4",
"Daniel Sarafian",
"Decision (split)",
"UFC on FX: Belfort vs. Bisping",
"3",
"5:00",
"SΓ£o Paulo , Brazil"
],
[
"4",
"Win",
"12β4",
"Jason Miller",
"Decision (unanimous)",
"UFC 146",
"3",
"5:00",
"Las Vegas, Nevada , United States"
],
[
"5",
"Loss",
"11β4",
"Jared Hamman",
"TKO (punches)",
"UFC Live: Hardy vs. Lytle",
"2",
"3:38",
"Milwaukee, Wisconsin , United States"
],
[
"6",
"Loss",
"11β3",
"Mark MuΓ±oz",
"KO (punches)",
"UFC Live: Sanchez vs. Kampmann",
"1",
"0:54",
"Louisville, Kentucky , United States"
],
[
"7",
"Win",
"11β2",
"Joe Doerksen",
"Submission (Peruvian Necktie)",
"UFC 119",
"1",
"2:13",
"Indianapolis, Indiana , United States"
],
[
"8",
"Win",
"10β2",
"Goran ReljiΔ",
"Decision (unanimous)",
"UFC 110",
"3",
"5:00",
"Sydney , Australia"
],
[
"9",
"Win",
"9β2",
"Jay Silva",
"Decision (unanimous)",
"UFC Fight Night: Diaz vs. Guillard",
"3",
"5:00",
"Oklahoma City, Oklahoma , United States"
],
[
"10",
"Loss",
"8β2",
"Tom Lawlor",
"Technical Submission (guillotine choke)",
"UFC 100",
"1",
"0:55",
"Las Vegas, Nevada , United States"
],
[
"11",
"Win",
"8β1",
"Mike Massenzio",
"TKO (punches)",
"UFC 92",
"1",
"3:01",
"Las Vegas, Nevada , United States"
],
[
"12",
"Win",
"7β1",
"Jesse Taylor",
"Submission (Peruvian necktie)",
"UFC Fight Night: Silva vs. Irvin",
"1",
"3:58",
"Las Vegas, Nevada , United States"
],
[
"13",
"Loss",
"6β1",
"Amir Sadollah",
"Submission (armbar)",
"The Ultimate Fighter 7 Finale",
"1",
"3:02",
"Las Vegas, Nevada , United States"
],
[
"14",
"Win",
"6β0",
"Bill Smallwood",
"Submission (rear-naked choke)",
"SE: Vale Tudo",
"1",
"N/A",
"Mexico"
],
[
"15",
"Win",
"5β0",
"Hans Marrero",
"TKO (knee and punches)",
"HDNet Fights 1",
"1",
"1:07",
"Dallas, Texas , United States"
],
[
"16",
"Win",
"4β0",
"Joe Bunch",
"TKO (punches)",
"IFO: Wiuff vs. Salmon",
"2",
"4:31",
"Las Vegas, Nevada , United States"
],
[
"17",
"Win",
"3β0",
"George Hartman",
"Decision (unanimous)",
"Rage in the Cage 94",
"3",
"3:00",
"Phoenix, Arizona , United States"
],
[
"18",
"Win",
"2β0",
"Levi LaLonde",
"TKO (punches)",
"WFC: Desert Storm",
"1",
"2:40",
"Camp Verde, Arizona , United States"
],
[
"19",
"Win",
"1β0",
"Chuck Pablo",
"TKO (slam)",
"Cage Fighting Federation",
"N/A",
"N/A",
"Albuquerque, New Mexico , United States"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"25-24-11\")",
"Formula2": "SUMIFS(A2:A14,E2:E14,\"25-24-11\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Game number when the Rangers have a Record of 25-24-11?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"25-24-11\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=18))",
"Formula2": "LET(query1,SUMMARIZE(D2:D14,SUMX(B2:B14)),FILTER(query1,CHOOSECOLS(query1,2)=18))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Score of the game on March 18?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"18"
]
}
] | train_2-17311417-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"March",
"Opponent",
"Score",
"Record"
],
[
"2",
"58",
"1",
"Detroit Red Wings",
"5 - 2",
"24-23-11"
],
[
"3",
"59",
"4",
"@ Boston Bruins",
"5 - 1",
"24-24-11"
],
[
"4",
"60",
"5",
"Toronto Maple Leafs",
"5 - 2",
"25-24-11"
],
[
"5",
"61",
"8",
"@ Chicago Black Hawks",
"4 - 2",
"26-24-11"
],
[
"6",
"62",
"9",
"Detroit Red Wings",
"3 - 1",
"27-24-11"
],
[
"7",
"63",
"11",
"@ Toronto Maple Leafs",
"4 - 0",
"27-25-11"
],
[
"8",
"64",
"12",
"Montreal Canadiens",
"5 - 1",
"27-26-11"
],
[
"9",
"65",
"15",
"Boston Bruins",
"4 - 1",
"27-27-11"
],
[
"10",
"66",
"18",
"@ Montreal Canadiens",
"5 - 3",
"27-28-11"
],
[
"11",
"67",
"19",
"Montreal Canadiens",
"4 - 2",
"27-29-11"
],
[
"12",
"68",
"21",
"Chicago Black Hawks",
"6 - 3",
"27-30-11"
],
[
"13",
"69",
"22",
"@ Detroit Red Wings",
"8 - 7",
"27-31-11"
],
[
"14",
"70",
"26",
"Toronto Maple Leafs",
"5 - 3",
"28-31-11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"May 11\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"May 11\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the high assist total on May 11?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"May 11\"",
"7"
]
}
] | train_1-11963536-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Series"
],
[
"2",
"1",
"May 3",
"San Antonio",
"101β82",
"West (30)",
"Chandler (15)",
"Paul (13)",
"New Orleans Arena 18,040",
"1β0"
],
[
"3",
"2",
"May 5",
"San Antonio",
"102β84",
"Paul (30)",
"Chandler (11)",
"Paul (12)",
"New Orleans Arena 17,927",
"2β0"
],
[
"4",
"3",
"May 8",
"@ San Antonio",
"99β110",
"Paul (35)",
"West (12)",
"Paul (9)",
"AT&T Center 18,797",
"2β1"
],
[
"5",
"4",
"May 11",
"@ San Antonio",
"80β100",
"Paul (23)",
"Armstrong , Paul (6)",
"Paul (5)",
"AT&T Center 18,797",
"2β2"
],
[
"6",
"5",
"May 13",
"San Antonio",
"101β79",
"West (38)",
"West (14)",
"Paul (14)",
"New Orleans Arena 18,246",
"3β2"
],
[
"7",
"6",
"May 15",
"@ San Antonio",
"80β99",
"Paul (21)",
"Five-way tie (6)",
"Paul (8)",
"AT&T Center 18,797",
"3β3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"colin edwards\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"colin edwards\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the Manufacturer for the Rider Colin Edwards?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"colin edwards\"",
"2"
]
},
{
"Formula": "MAX(FILTER(C1, (E1<15)*(D1=\"+52.833\")))",
"Formula2": "MAX(FILTER(C2:C19, (E2:E19<15)*(D2:D19=\"+52.833\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "With a Grid less than 15, and a Time of +52.833, what is the highest number of Laps?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
"<",
"15",
"*",
"D1",
"=",
"\"+52.833\""
]
},
{
"Formula": "AVERAGE(FILTER(E1, (A1=\"toni elias\")*(C1>30)))",
"Formula2": "AVERAGE(FILTER(E2:E19, (A2:A19=\"toni elias\")*(C2:C19>30)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Grid for the Rider Toni Elias with Laps more than 30?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"A1",
"=",
"\"toni elias\"",
"*",
"C1",
">",
"30"
]
},
{
"Formula": "MINIFS(E1,D1,\"+1:37.055\")",
"Formula2": "MINIFS(E2:E19,D2:D19,\"+1:37.055\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "With a Time of +1:37.055, which has the lowest Grid?",
"Tokens": [
"MINIFS(",
"E1",
"D1",
"\"+1:37.055\""
]
}
] | train_2-16270492-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rider",
"Manufacturer",
"Laps",
"Time",
"Grid"
],
[
"2",
"Casey Stoner",
"Ducati",
"30",
"46:46.114",
"1"
],
[
"3",
"Dani Pedrosa",
"Honda",
"30",
"+3.390",
"2"
],
[
"4",
"Valentino Rossi",
"Yamaha",
"30",
"+12.194",
"10"
],
[
"5",
"Andrea Dovizioso",
"Honda",
"30",
"+24.159",
"9"
],
[
"6",
"Nicky Hayden",
"Honda",
"30",
"+26.232",
"3"
],
[
"7",
"Colin Edwards",
"Yamaha",
"30",
"+32.209",
"4"
],
[
"8",
"Shinya Nakano",
"Honda",
"30",
"+34.571",
"15"
],
[
"9",
"Jorge Lorenzo",
"Yamaha",
"30",
"+35.661",
"7"
],
[
"10",
"Loris Capirossi",
"Suzuki",
"30",
"+38.228",
"8"
],
[
"11",
"Alex de Angelis",
"Honda",
"30",
"+47.583",
"16"
],
[
"12",
"James Toseland",
"Yamaha",
"30",
"+52.107",
"5"
],
[
"13",
"Sylvain Guintoli",
"Ducati",
"30",
"+52.350",
"13"
],
[
"14",
"Chris Vermeulen",
"Suzuki",
"30",
"+52.833",
"12"
],
[
"15",
"John Hopkins",
"Kawasaki",
"30",
"+53.227",
"14"
],
[
"16",
"Randy de Puniet",
"Honda",
"30",
"+53.411",
"6"
],
[
"17",
"Marco Melandri",
"Ducati",
"30",
"+1:08.387",
"18"
],
[
"18",
"Anthony West",
"Kawasaki",
"30",
"+1:11.181",
"17"
],
[
"19",
"Toni Elias",
"Ducati",
"30",
"+1:37.055",
"11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=2006)*(B1=\"ιζ΅·η΅θ§ε°θθ―η»Όει’ι\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=2006)*(B2:B9=\"ιζ΅·η΅θ§ε°θθ―η»Όει’ι\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which language's launch was in 2006 when then hanzi was ιζ΅·η΅θ§ε°θθ―η»Όει’ι?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"2006",
"*",
"B1",
"=",
"\"ιζ΅·η΅θ§ε°θθ―η»Όει’ι\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"nmtv mongolian satellite television\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"nmtv mongolian satellite television\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which hanzi's name is nmtv mongolian satellite television?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"nmtv mongolian satellite television\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1<2009)*(C1=\"tibetan\")*(A1=\"qinghai tibetian general channel\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9<2009)*(C2:C9=\"tibetan\")*(A2:A9=\"qinghai tibetian general channel\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which hanzi's launch is before 2009, when the language was tibetan, and the name was qinghai tibetian general channel?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"<",
"2009",
"*",
"C1",
"=",
"\"tibetan\"",
"*",
"A1",
"=",
"\"qinghai tibetian general channel\"",
"2"
]
}
] | train_2-15147453-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Hanzi",
"Language",
"Launch",
"Owner"
],
[
"2",
"Kangba Satellite Television",
"εΊ·ε·΄ε«θ§",
"Tibetan",
"2009",
"Sichuan Radio and Television"
],
[
"3",
"NMTV Mongolian Satellite Television",
"ε
θε€θθ―ε«θ§",
"Mongolian",
"1997",
"Nei Mongol Television (NMTV)"
],
[
"4",
"Television Southern",
"εζΉε«θ§",
"Cantonese",
"2000",
"Southern Media Corporation (SMC)"
],
[
"5",
"XJTV Uyghur Satellite Television",
"ζ°ηη΅θ§ε°η»΄εΎε°θ―ζ°ι»η»Όει’ι",
"Uyghur",
"1997",
"Xinjiang Television (XJTV)"
],
[
"6",
"XJTV Kazakh Satellite Television",
"ζ°ηη΅θ§ε°εθ¨ε
θ―ζ°ι»η»Όει’ι",
"Kazakh",
"1997",
"Xinjiang Television (XJTV)"
],
[
"7",
"XZTV Tibetan Satellite Television",
"θ₯Ώθθθ―ε«θ§",
"Tibetan",
"2002",
"Xizang Television (XZTV)"
],
[
"8",
"Yanbian Satellite Television",
"ε»ΆθΎΉε«θ§",
"Korean",
"2006",
"Yanbian Television (YBTV)"
],
[
"9",
"Qinghai Tibetian General Channel",
"ιζ΅·η΅θ§ε°θθ―η»Όει’ι",
"Tibetan",
"2006",
"Qinghai Radio and TV Station"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"olympic games\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,A2:A18=\"olympic games\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2007 at the Olympic Games as tournament.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"olympic games\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1r\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=\"1r\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2009 when the 2012 is 1R?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"1r\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"q1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"q1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2010 when the 2009 shows Q1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"q1\"",
"5"
]
}
] | train_2-12209362-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012"
],
[
"2",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments"
],
[
"3",
"Australian Open",
"A",
"A",
"1R",
"A",
"Q1",
"Q1"
],
[
"4",
"French Open",
"A",
"A",
"2R",
"1R",
"A",
"Q1"
],
[
"5",
"Wimbledon",
"A",
"A",
"Q1",
"1R",
"A",
"Q1"
],
[
"6",
"US Open",
"A",
"2R",
"Q3",
"Q1",
"A",
"A"
],
[
"7",
"WinβLoss",
"0β0",
"1β1",
"1β2",
"0β2",
"0β0",
"0β0"
],
[
"8",
"Olympic Games",
"Olympic Games",
"Olympic Games",
"Olympic Games",
"Olympic Games",
"Olympic Games",
"Olympic Games"
],
[
"9",
"Summer Olympics",
"NH",
"A",
"Not Held",
"Not Held",
"Not Held",
"1R"
],
[
"10",
"Premier Mandatory",
"Premier Mandatory",
"Premier Mandatory",
"Premier Mandatory",
"Premier Mandatory",
"Premier Mandatory",
"Premier Mandatory"
],
[
"11",
"Miami Masters",
"A",
"A",
"1R",
"Q2",
"A",
"A"
],
[
"12",
"Madrid Masters",
"Not Held",
"Not Held",
"1R",
"Q2",
"Q1",
"Q2"
],
[
"13",
"WinβLoss",
"0β0",
"0β0",
"0β2",
"0β0",
"0β0",
"0β0"
],
[
"14",
"Premier 5",
"Premier 5",
"Premier 5",
"Premier 5",
"Premier 5",
"Premier 5",
"Premier 5"
],
[
"15",
"Italian Open",
"A",
"A",
"1R",
"A",
"A",
"A"
],
[
"16",
"Cincinnati Masters",
"A",
"A",
"A",
"Q1",
"A",
"A"
],
[
"17",
"WinβLoss",
"0β0",
"0β0",
"0β1",
"0β0",
"0β0",
"0β0"
],
[
"18",
"Year End Ranking",
"201",
"110",
"191",
"128",
"190",
"140"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=2),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=2),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which player had a to par score of +2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"2",
"2"
]
}
] | train_2-17162199-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Steve Jones",
"United States",
"74-66-69-69=278",
"β2",
"425,000"
],
[
"3",
"T2",
"Tom Lehman",
"United States",
"71-72-65-71=279",
"β1",
"204,801"
],
[
"4",
"T2",
"Davis Love III",
"United States",
"71-69-70-69=279",
"β1",
"204,801"
],
[
"5",
"4",
"John Morse",
"United States",
"68-74-68-70=280",
"E",
"111,235"
],
[
"6",
"T5",
"Ernie Els",
"South Africa",
"72-67-72-70=281",
"+1",
"84,965"
],
[
"7",
"T5",
"Jim Furyk",
"United States",
"72-69-70-70=281",
"+1",
"84,965"
],
[
"8",
"T7",
"Ken Green",
"United States",
"73-67-72-70=282",
"+2",
"66,295"
],
[
"9",
"T7",
"Scott Hoch",
"United States",
"73-71-71-67=282",
"+2",
"66,295"
],
[
"10",
"T7",
"Vijay Singh",
"Fiji",
"71-72-70-69=282",
"+2",
"66,295"
],
[
"11",
"T10",
"Lee Janzen",
"United States",
"68-75-71-69=283",
"+3",
"52,591"
],
[
"12",
"T10",
"Colin Montgomerie",
"Scotland",
"70-72-69-72=283",
"+3",
"52,591"
],
[
"13",
"T10",
"Greg Norman",
"Australia",
"73-66-74-70=283",
"+3",
"52,591"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 12\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"March 12\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had highest rebounds during game on March 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 12\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Indiana\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Indiana\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the rocket's record when they played against Indiana?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Indiana\"",
"9"
]
}
] | train_1-27744976-10 | [
[
"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",
"62",
"March 1",
"@ Portland",
"W 103β87 (OT)",
"Kyle Lowry , Luis Scola (21)",
"Chuck Hayes (7)",
"Kyle Lowry (11)",
"Rose Garden 20,272",
"31β31"
],
[
"3",
"63",
"March 2",
"@ L.A. Clippers",
"L 103β106 (OT)",
"Kyle Lowry (24)",
"Chuck Hayes (12)",
"Kyle Lowry (11)",
"Staples Center 19,060",
"31β32"
],
[
"4",
"64",
"March 5",
"Indiana",
"W 112β95 (OT)",
"Kevin Martin (20)",
"Chuck Hayes (10)",
"Kyle Lowry (6)",
"Toyota Center 14,965",
"32β32"
],
[
"5",
"65",
"March 7",
"@ Sacramento",
"W 123β101 (OT)",
"Chase Budinger (20)",
"Kyle Lowry (7)",
"Kyle Lowry (8)",
"Power Balance Pavilion 12,561",
"33β32"
],
[
"6",
"66",
"March 8",
"@ Phoenix",
"L 110β113 (OT)",
"Kyle Lowry (32)",
"Chuck Hayes , Brad Miller (9)",
"Kyle Lowry , Kevin Martin , Brad Miller (4)",
"US Airways Center 17,363",
"33β33"
],
[
"7",
"67",
"March 12",
"San Antonio",
"L 107β115 (OT)",
"Kevin Martin (28)",
"Chuck Hayes (11)",
"Kyle Lowry (9)",
"Toyota Center 18,245",
"33β34"
],
[
"8",
"68",
"March 14",
"Phoenix",
"W 95β93 (OT)",
"Kevin Martin (23)",
"Chuck Hayes (9)",
"Kyle Lowry (5)",
"Toyota Center 16,262",
"34β34"
],
[
"9",
"69",
"March 16",
"Charlotte",
"W 94β78 (OT)",
"Kevin Martin (21)",
"Chuck Hayes (17)",
"Chuck Hayes (7)",
"Toyota Center 14,822",
"35β34"
],
[
"10",
"70",
"March 18",
"Boston",
"W 93β77 (OT)",
"Kevin Martin (25)",
"Patrick Patterson (12)",
"Kyle Lowry (9)",
"Toyota Center 18,412",
"36β34"
],
[
"11",
"71",
"March 20",
"Utah",
"W 110β108 (OT)",
"Kevin Martin (34)",
"Patrick Patterson (13)",
"Kyle Lowry (10)",
"Toyota Center 14,459",
"37β34"
],
[
"12",
"72",
"March 23",
"Golden State",
"W 131β112 (OT)",
"Kevin Martin (34)",
"Chuck Hayes (14)",
"Kyle Lowry (12)",
"Toyota Center 16,623",
"38β34"
],
[
"13",
"73",
"March 27",
"@ Miami",
"L 119β125 (OT)",
"Kevin Martin (29)",
"Chuck Hayes , Kyle Lowry (7)",
"Kyle Lowry (9)",
"American Airlines Arena 19,825",
"38β35"
],
[
"14",
"74",
"March 29",
"@ New Jersey",
"W 112β87 (OT)",
"Kevin Martin (20)",
"Chuck Hayes (14)",
"Kyle Lowry (10)",
"Prudential Center 13,866",
"39β35"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"mhcp-66\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"mhcp-66\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the format for the MHCP-66 Catalog?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"mhcp-66\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"august 20, 1965\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,A2:A20=\"august 20, 1965\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Catalog came out on August 20, 1965?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"august 20, 1965\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"lp\")*(B1=\"simply vinyl\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,(C2:C20=\"lp\")*(B2:B20=\"simply vinyl\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the catalog with an LP Format and under the Simply Vinyl label?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"lp\"",
"*",
"B1",
"=",
"\"simply vinyl\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"cd\")*(B1=\"columbia/legacy\")*(D1=\"uk\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,(C2:C20=\"cd\")*(B2:B20=\"columbia/legacy\")*(D2:D20=\"uk\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date had a CD format, under Columbia/Legacy from the UK?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"cd\"",
"*",
"B1",
"=",
"\"columbia/legacy\"",
"*",
"D1",
"=",
"\"uk\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"lp\")*(E1=\"s 31503\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,(C2:C20=\"lp\")*(E2:E20=\"s 31503\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country has an LP format, catalog s 31503?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"lp\"",
"*",
"E1",
"=",
"\"s 31503\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"cl 2372\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"cl 2372\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the format for Catalog CL 2372?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"cl 2372\"",
"3"
]
}
] | train_2-1846051-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Label",
"Format",
"Country",
"Catalog"
],
[
"2",
"June 21, 1965",
"Columbia",
"LP",
"US",
"CL 2372"
],
[
"3",
"June 21, 1965",
"Columbia",
"LP",
"US",
"CS 9172"
],
[
"4",
"August 20, 1965",
"CBS",
"LP",
"UK",
"BPG 62571"
],
[
"5",
"August 20, 1965",
"CBS",
"LP",
"UK",
"SBPG 62571"
],
[
"6",
"1970",
"Columbia",
"LP",
"US",
"465566 1"
],
[
"7",
"1974",
"Embassy",
"LP",
"UK",
"EMB 31057"
],
[
"8",
"1974",
"CBS/Embassy",
"LP",
"UK",
"S 31503"
],
[
"9",
"1975",
"CBS",
"LP",
"UK",
"S 33645"
],
[
"10",
"1987",
"Columbia",
"CD",
"US",
"CK 9172"
],
[
"11",
"1989",
"CBS",
"CD",
"Europe",
"465566 2"
],
[
"12",
"1993",
"Columbia",
"CD",
"UK",
"COL 468015"
],
[
"13",
"April 30, 1996",
"Columbia/Legacy",
"CD",
"US",
"CK 64845"
],
[
"14",
"May 6, 1996",
"Columbia/Legacy",
"CD",
"UK",
"COL 483705"
],
[
"15",
"1999",
"Simply Vinyl",
"LP",
"UK",
"SVLP 0032"
],
[
"16",
"2003",
"Sony",
"CD",
"Japan",
"MHCP-66"
],
[
"17",
"2004",
"Sony/ BMG",
"CD",
"UK",
"4837055003"
],
[
"18",
"February 7, 2006",
"Columbia/ Mobile Fidelity Sound Lab",
"SACD (Hybrid)",
"US",
"UDSACD 2014"
],
[
"19",
"February 21, 2006",
"Sundazed",
"LP",
"US",
"LP 5197"
],
[
"20",
"February 10, 2009",
"Sony/Columbia",
"CD",
"US",
"743323"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"20Β½β11Β½\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,E2:E11=\"20Β½β11Β½\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the venue when the score is 20Β½β11Β½?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"20Β½β11Β½\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1>2003)*(E1=\"19Β½β14Β½\")*(B1=\"harding park golf club\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(A2:A11>2003)*(E2:E11=\"19Β½β14Β½\")*(B2:B11=\"harding park golf club\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the winning team when the year is more than 2003, the score is 19Β½β14Β½ and the venue is harding park golf club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
">",
"2003",
"*",
"E1",
"=",
"\"19Β½β14Β½\"",
"*",
"B1",
"=",
"\"harding park golf club\"",
"4"
]
},
{
"Formula": "MAXIFS(A1,F1,\"ken venturi\")",
"Formula2": "MAXIFS(A2:A11,F2:F11,\"ken venturi\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the highest year that the U.S. captain is ken venturi?",
"Tokens": [
"MAXIFS(",
"A1",
"F1",
"\"ken venturi\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1<1998)*(G1=\"david graham\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(A2:A11<1998)*(G2:G11=\"david graham\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the location when the year is less than 1998 and the international captain is david graham?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"<",
"1998",
"*",
"G1",
"=",
"\"david graham\"",
"3"
]
}
] | train_2-1122682-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Venue",
"Location",
"Winning team",
"Score",
"U.S. Captain",
"International Captain"
],
[
"2",
"2013",
"Muirfield Village",
"Dublin, Ohio",
"United States",
"18Β½β15Β½",
"Fred Couples",
"Nick Price"
],
[
"3",
"2011",
"Royal Melbourne Golf Club",
"Melbourne , Australia",
"United States",
"19β15",
"Fred Couples",
"Greg Norman"
],
[
"4",
"2009",
"Harding Park Golf Club",
"San Francisco, California",
"United States",
"19Β½β14Β½",
"Fred Couples",
"Greg Norman"
],
[
"5",
"2007",
"Royal Montreal Golf Club",
"Montreal , Canada",
"United States",
"19Β½β14Β½",
"Jack Nicklaus",
"Gary Player"
],
[
"6",
"2005",
"Robert Trent Jones Golf Club",
"Gainesville, Virginia",
"United States",
"18Β½β15Β½",
"Jack Nicklaus",
"Gary Player"
],
[
"7",
"2003",
"Fancourt Hotel and Country Club",
"George, Western Cape , South Africa",
"Tied",
"17β17",
"Jack Nicklaus",
"Gary Player"
],
[
"8",
"2000",
"Robert Trent Jones Golf Club",
"Gainesville, Virginia",
"United States",
"21Β½β10Β½",
"Ken Venturi",
"Peter Thomson"
],
[
"9",
"1998",
"Royal Melbourne Golf Club",
"Melbourne , Australia",
"International",
"20Β½β11Β½",
"Jack Nicklaus",
"Peter Thomson"
],
[
"10",
"1996",
"Robert Trent Jones Golf Club",
"Gainesville, Virginia",
"United States",
"16Β½β15Β½",
"Arnold Palmer",
"Peter Thomson"
],
[
"11",
"1994",
"Robert Trent Jones Golf Club",
"Gainesville, Virginia",
"United States",
"20β12",
"Hale Irwin",
"David Graham"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (B1=0)*(C1=2)))",
"Formula2": "SUM(FILTER(D2:D7, (B2:B7=0)*(C2:C7=2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What were the total number of field goals when there were 0 touchdowns and 2 extra points?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"0",
"*",
"C1",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"carter\")*(C1<0)))",
"Formula2": "SUM(FILTER(D2:D7, (A2:A7=\"carter\")*(C2:C7<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many field goals did Carter get when he had 0 extra points?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"carter\"",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(C1, (E1=28)*(D1<0)))",
"Formula2": "MAX(FILTER(C2:C7, (E2:E7=28)*(D2:D7<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest amount of extra points someone got when they scored 28 points but had 0 field goals?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
"=",
"28",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (C1>0)*(B1>5)))",
"Formula2": "AVERAGE(FILTER(D2:D7, (C2:C7>0)*(B2:B7>5)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average field goal someone has when they have 0 extra points but more than 5 touch downs?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"C1",
">",
"0",
"*",
"B1",
">",
"5"
]
}
] | train_2-14342592-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Heston",
"2",
"0",
"0",
"10"
],
[
"3",
"Carter",
"2",
"0",
"0",
"10"
],
[
"4",
"Norcross",
"1",
"0",
"0",
"5"
],
[
"5",
"Tom Hammond",
"0",
"2",
"0",
"2"
],
[
"6",
"Curtis",
"0",
"1",
"0",
"1"
],
[
"7",
"Total",
"5",
"3",
"0",
"28"
]
] |
[
{
"Formula": "MIN(F1)",
"Formula2": "MIN(F2:F9)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the minimum of t20 matches?",
"Tokens": [
"MIN(",
"F1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Ropery Lane\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Ropery Lane\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is ropery lane located?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Ropery Lane\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"Ropery Lane\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G9,A2:A9=\"Ropery Lane\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Where is ropery lane and la matches 7 location?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Ropery Lane\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
},
{
"Formula": "MAX(D1)",
"Formula2": "MAX(D2:D9)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the maximum fc matches?",
"Tokens": [
"MAX(",
"D1"
]
},
{
"Formula": "MAXIFS(D1,A1,\"The Racecourse\")",
"Formula2": "MAXIFS(D2:D9,A2:A9,\"The Racecourse\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the maximum fc matches at the racecourse?",
"Tokens": [
"MAXIFS(",
"D1",
"A1",
"\"The Racecourse\""
]
},
{
"Formula": "MAXIFS(F1,A1,\"Green Lane\")",
"Formula2": "MAXIFS(F2:F9,A2:A9,\"Green Lane\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the maximum t20 on green lane?",
"Tokens": [
"MAXIFS(",
"F1",
"A1",
"\"Green Lane\""
]
}
] | train_1-1176371-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name of ground",
"Location",
"Year",
"FC matches",
"LA matches",
"T20 matches",
"Total"
],
[
"2",
"Riverside Ground",
"Chester-le-Street",
"1995βpresent",
"102",
"124",
"15",
"241"
],
[
"3",
"Feethams",
"Darlington",
"1964β2003",
"10",
"14",
"0",
"24"
],
[
"4",
"Grangefield Road",
"Stockton-on-Tees",
"1992β2006",
"12",
"11",
"0",
"23"
],
[
"5",
"The Racecourse",
"Durham City",
"1992β1994",
"11",
"7",
"0",
"18"
],
[
"6",
"Park Drive",
"Hartlepool",
"1992β2000",
"8",
"9",
"0",
"17"
],
[
"7",
"Ropery Lane",
"Chester-le-Street",
"1967β1994",
"3",
"7",
"0",
"10"
],
[
"8",
"Eastwood Gardens",
"Gateshead Fell",
"1992β1994",
"4",
"2",
"0",
"6"
],
[
"9",
"Green Lane",
"Durham City",
"1979",
"0",
"1",
"0",
"1"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, D1=1912)))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A12, D2:D12=1912)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "how many areas were in the election in 1912",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"1912"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Charles H. Brand\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Charles H. Brand\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the affiliation of charles h. brand",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Charles H. Brand\"",
"3"
]
}
] | train_1-1342379-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Georgia 1",
"Charles Gordon Edwards",
"Democratic",
"1924",
"Re-elected",
"Charles Gordon Edwards (D) Unopposed"
],
[
"3",
"Georgia 2",
"Edward E. Cox",
"Democratic",
"1924",
"Re-elected",
"Edward E. Cox (D) Unopposed"
],
[
"4",
"Georgia 3",
"Charles R. Crisp",
"Democratic",
"1912",
"Re-elected",
"Charles R. Crisp (D) Unopposed"
],
[
"5",
"Georgia 4",
"William C. Wright",
"Democratic",
"1918",
"Re-elected",
"William C. Wright (D) Unopposed"
],
[
"6",
"Georgia 5",
"William D. Upshaw",
"Democratic",
"1918",
"Lost renomination Democratic hold",
"Leslie Jasper Steele (D) Unopposed"
],
[
"7",
"Georgia 6",
"Samuel Rutherford",
"Democratic",
"1924",
"Re-elected",
"Samuel Rutherford (D) Unopposed"
],
[
"8",
"Georgia 7",
"Gordon Lee",
"Democratic",
"1904",
"Retired Democratic hold",
"Malcolm C. Tarver (D) Unopposed"
],
[
"9",
"Georgia 8",
"Charles H. Brand",
"Democratic",
"1916",
"Re-elected",
"Charles H. Brand (D) Unopposed"
],
[
"10",
"Georgia 9",
"Thomas Montgomery Bell",
"Democratic",
"1904",
"Re-elected",
"Thomas Montgomery Bell (D) Unopposed"
],
[
"11",
"Georgia 10",
"Carl Vinson",
"Democratic",
"1914",
"Re-elected",
"Carl Vinson (D) Unopposed"
],
[
"12",
"Georgia 11",
"William C. Lankford",
"Democratic",
"1918",
"Re-elected",
"William C. Lankford (D) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"yes\")*(C1=\"yes\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"yes\")*(C2:C12=\"yes\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Name has a Yes Saturday and a Yes Evening?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"yes\"",
"*",
"C1",
"=",
"\"yes\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"yes\")*(A1=\"exmouth\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"yes\")*(A2:A12=\"exmouth\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Daytime which has Saturday of yes and a Name of exmouth?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"yes\"",
"*",
"A1",
"=",
"\"exmouth\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"no\")*(A1=\"s. vidal/plant express\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"no\")*(A2:A12=\"s. vidal/plant express\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Evening that has a Sunday of no, and a Name of s. vidal/plant express?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"no\"",
"*",
"A1",
"=",
"\"s. vidal/plant express\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"exmouth\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"exmouth\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Daytime which has a Name of exmouth?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"exmouth\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"yes\")*(C1=\"yes\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"yes\")*(C2:C12=\"yes\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Saturday has a Sunday of yes and a Evening of yes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"yes\"",
"*",
"C1",
"=",
"\"yes\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"confederation\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"confederation\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Saturday has a Name of confederation?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"confederation\"",
"4"
]
}
] | train_2-16257447-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Daytime",
"Evening",
"Saturday",
"Sunday"
],
[
"2",
"Confederation",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"3",
"Devine/Davis",
"Yes",
"No",
"Yes",
"No"
],
[
"4",
"Wellington",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"5",
"Maxwell",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"6",
"Rosedale",
"Yes",
"No",
"Yes",
"Yes"
],
[
"7",
"Cathcart",
"Yes",
"No",
"Yes",
"Yes"
],
[
"8",
"Exmouth",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"9",
"S. Vidal/Plant Express",
"Yes",
"No",
"No",
"No"
],
[
"10",
"Point Edward",
"Yes",
"No",
"Yes",
"No"
],
[
"11",
"Sherwood",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"12",
"Brightβs Grove",
"Yes",
"Yes",
"Yes",
"Yes"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Wheatland\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Wheatland\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the turbine manufacturer for the Wheatland county?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Wheatland\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=189)))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C6, B2:B6=189)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many turbine manufacturers installed a capacity of 189 MW?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"189"
]
},
{
"Formula": "SUMIFS(B1,D1,\"Wheatland\")",
"Formula2": "SUMIFS(B2:B6,D2:D6,\"Wheatland\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How much capacity was installed in Wheatland?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"Wheatland\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2005),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=2005),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the turbine manufacturer of the wind farm that started service on 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2005",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=135))",
"Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(B2:B6)),FILTER(query1,CHOOSECOLS(query1,2)=135))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When did this wind farm started service with a capacity of 135 MW?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"135"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Musselshell\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Musselshell\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the wind farm in Musselshell started service?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Musselshell\"",
"5"
]
}
] | train_1-24837750-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Wind farm",
"Installed capacity (MW)",
"Turbine Manufacturer",
"County",
"Date in Service"
],
[
"2",
"Glacier Wind Farm I and II (NaturEner)",
"210",
"Acciona 1.5MW",
"Glacier/Toole",
"2008-2009"
],
[
"3",
"Rim Rock Wind Farm (NaturEner)",
"189",
"Acciona 1.5MW",
"Glacier/Toole",
"2012"
],
[
"4",
"Judith Gap Energy Center (Invenergy)",
"135",
"GE 1.5MW",
"Wheatland",
"2005"
],
[
"5",
"Musselshell Wind Project 1 and II",
"20",
"GW 1.5-87 1.5MW",
"Musselshell",
"2012"
],
[
"6",
"Gordon Butte Wind",
"9.6",
"GE 1.6MW",
"Meagher",
"2012"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"a. johnson (6)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=\"a. johnson (6)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the highest rebounds of the game with A. Johnson (6) as the highest assist?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"a. johnson (6)\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"a. johnson (14)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=\"a. johnson (14)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the highest rebounds of the game with A. Johnson (14) as the highest assists?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"a. johnson (14)\"",
"6"
]
}
] | train_2-11961582-4 | [
[
"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",
"16",
"December 3",
"@ Philadelphia",
"W 88β79",
"J. Smtih (22)",
"A. Horford (13)",
"J. Johnson (7)",
"Wachovia Center 11,465",
"7β9"
],
[
"3",
"17",
"December 4",
"Detroit",
"L 95β106",
"J. Childress (18)",
"A. Horford (10)",
"A. Johnson , S. Stoudamire (3)",
"Philips Arena 12,754",
"7β10"
],
[
"4",
"18",
"December 6",
"Minnesota",
"W 90β89",
"J. Smith (28)",
"A. Horford (15)",
"A. Johnson (6)",
"Philips Arena 12,232",
"8β10"
],
[
"5",
"19",
"December 8",
"Memphis",
"W 86β78",
"J. Smith (25)",
"A. Horford (14)",
"A. Johnson (8)",
"Philips Arena 15,658",
"9β10"
],
[
"6",
"20",
"December 10",
"@ Orlando",
"W 98β87",
"J. Smith (25)",
"J. Smith (15)",
"J. Smith , A. Johnson (5)",
"Amway Arena 16,821",
"10β10"
],
[
"7",
"21",
"December 11",
"Toronto",
"L 88β100",
"J. Johnson , M. Williams (23)",
"A. Horford (10)",
"A. Law (6)",
"Philips Arena 13,173",
"10β11"
],
[
"8",
"22",
"December 14",
"@ Detroit",
"L 81β91",
"J. Johnson (23)",
"L. Wright (12)",
"A. Johnson , J. Smith (3)",
"The Palace of Auburn Hills 22,076",
"10β12"
],
[
"9",
"23",
"December 15",
"Charlotte",
"W 93β84",
"J. Johnson (31)",
"J. Smith (10)",
"A. Johnson (7)",
"Philips Arena 14,040",
"11β12"
],
[
"10",
"24",
"December 17",
"Utah",
"W 116β111",
"J. Johnson (26)",
"J. Smith (12)",
"A. Johnson (14)",
"Philips Arena 15,263",
"12β12"
],
[
"11",
"25",
"December 19",
"Miami",
"W 114β111(OT)",
"M.Williams (26)",
"M.Williams (9)",
"A.Johnson , J.Johnson (9)",
"Philips Arena 17,069",
"13β12"
],
[
"12",
"26",
"December 21",
"@ Washington",
"W 97β92",
"J. Johnson (32)",
"J. Smith (14)",
"J. Johnson , A. Johnson (8)",
"Verizon Center 16,472",
"14β12"
],
[
"13",
"27",
"December 26",
"Indiana",
"W 107β95",
"J. Johnson (26)",
"S. Williams (10)",
"J. Johnson (11)",
"Philips Arena 16,070",
"15β12"
],
[
"14",
"28",
"December 29",
"@ Dallas",
"L 84β97",
"M. Williams (18)",
"A. Horford (10)",
"J. Johnson (5)",
"American Airlines Center 20,338",
"15β13"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (D1=\"Brad Tanenbaum\")*(A1>241)))",
"Formula2": "SUM(FILTER(B2:B20, (D2:D20=\"Brad Tanenbaum\")*(A2:A20>241)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "List the season above 241.0 that was handled by brad tanenbaum.",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"Brad Tanenbaum\"",
"*",
"A1",
">",
"241"
]
},
{
"Formula": "SUMIFS(A1,C1,\"Shock Waves\")",
"Formula2": "SUMIFS(A2:A20,C2:C20,\"Shock Waves\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "List the series number with the espide called \"shock waves\".",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Shock Waves\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(F2:F20,SUMX(B2:B20)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "List the 1st air date for season 12.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
},
{
"Formula": "SUM(FILTER(A1, B1=12))",
"Formula2": "SUM(FILTER(A2:A20, B2:B20=12))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "List the series number for season 12.",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"12"
]
}
] | train_1-27437601-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
[
"2",
"230",
"1",
"\"Shock Waves\"",
"Alec Smight",
"David Weddle & Bradley Thompson",
"September23,2010",
"14.69"
],
[
"3",
"231",
"2",
"\"Pool Shark\"",
"Michael Nankin",
"Dustin Lee Abraham",
"September30,2010",
"13.41"
],
[
"4",
"232",
"3",
"\"Blood Moon\"",
"Brad Tanenbaum",
"Treena Hancock & Melissa R. Byer",
"October7,2010",
"12.50"
],
[
"5",
"234",
"5",
"\"House of Hoarders\"",
"Alec Smight",
"Christopher Barbour",
"October21,2010",
"14.96"
],
[
"6",
"235",
"6",
"\"Cold Blooded\"",
"Louis Shaw Milito",
"Tom Mularz",
"October28,2010",
"14.27"
],
[
"7",
"236",
"7",
"\"Bump and Grind\"",
"Michael Nankin",
"Don McGill",
"November4,2010",
"13.96"
],
[
"8",
"237",
"8",
"\"Fracked\"",
"Martha Coolidge",
"David Weddle & Bradley Thompson",
"November11,2010",
"12.99"
],
[
"9",
"238",
"9",
"\"Wild Life\"",
"Charles Haid",
"Treena Hancock & Melissa R. Byer",
"November18,2010",
"14.15"
],
[
"10",
"239",
"10",
"\"418/427\"",
"Frank Waldeck",
"Michael Frost Beckner",
"December9,2010",
"13.17"
],
[
"11",
"240",
"11",
"\"Man Up\"",
"Alec Smight",
"Michael F.X. Daley",
"January6,2011",
"14.22"
],
[
"12",
"241",
"12",
"\"A Kiss Before Frying\"",
"Brad Tanenbaum",
"Evan Dunsky",
"January20,2011",
"14.34"
],
[
"13",
"243",
"14",
"\"All That Cremains\"",
"Jeffrey Hunt",
"Dustin Lee Abraham",
"February10,2011",
"12.64"
],
[
"14",
"244",
"15",
"\"Targets of Obsession\"",
"Alec Smight",
"David Weddle & Bradley Thompson",
"February17,2011",
"13.29"
],
[
"15",
"245",
"16",
"\"Turn On, Tune In, Drop Dead\"",
"Paul McCrane",
"Tom Mularz",
"February24,2011",
"12.41"
],
[
"16",
"246",
"17",
"\"The List\"",
"Louis Milito",
"Richard Catalani",
"March10,2011",
"13.39"
],
[
"17",
"247",
"18",
"\"Hitting for the Cycle\"",
"Alec Smight",
"Daniel Steck & Richard Catalani",
"March31,2011",
"12.76"
],
[
"18",
"248",
"19",
"\"Unleashed\"",
"Brad Tanenbaum",
"Ed Whitmore & Anthony E. Zuiker",
"April7,2011",
"13.06"
],
[
"19",
"249",
"20",
"\"Father of the Bride\"(Part 1)",
"Frank Waldeck",
"Evan Dunsky",
"April28,2011",
"10.84"
],
[
"20",
"250",
"21",
"\"Cello and Goodbye\"(Part 2)",
"Alec Smight",
"Christopher Barbour & Don McGill",
"May5,2011",
"10.67"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"bms scuderia italia\")*(E1=\"g\")*(D1=\"ferrari 037 3.5 v12\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(B2:B7=\"bms scuderia italia\")*(E2:E7=\"g\")*(D2:D7=\"ferrari 037 3.5 v12\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Chassis did Team BMS Scuderia Italia use with G Tyres and a Ferrari 037 3.5 v12 engine?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"bms scuderia italia\"",
"*",
"E1",
"=",
"\"g\"",
"*",
"D1",
"=",
"\"ferrari 037 3.5 v12\"",
"3"
]
}
] | test_2-1226646-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Team",
"Chassis",
"Engine",
"Tyres",
"Points"
],
[
"2",
"1988",
"BMS Scuderia Italia",
"3087 188",
"Ford DFR 3.5 V8",
"G",
"0"
],
[
"3",
"1989",
"BMS Scuderia Italia",
"189",
"Ford DFR 3.5 V8",
"P",
"8"
],
[
"4",
"1990",
"BMS Scuderia Italia",
"190",
"Ford DFR 3.5 V8",
"P",
"0"
],
[
"5",
"1991",
"BMS Scuderia Italia",
"191",
"Judd GV 3.5 V10",
"P",
"5"
],
[
"6",
"1992",
"BMS Scuderia Italia",
"192",
"Ferrari 037 3.5 V12",
"G",
"2"
],
[
"7",
"2010",
"Hispania Racing F1 Team",
"F110",
"Cosworth CA2010 V8",
"B",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Barahona\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,A2:A20=\"Barahona\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the hometown for barahona",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Barahona\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Villa Hermosa\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,E2:E20=\"Villa Hermosa\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the contestant for villa hermosa",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Villa Hermosa\"",
"2"
]
},
{
"Formula": "MIN(FILTER(C1, (F1=\"Cibao Central\")*(E1=\"Santo Domingo\")))",
"Formula2": "MIN(FILTER(C2:C20, (F2:F20=\"Cibao Central\")*(E2:E20=\"Santo Domingo\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the least age for cibao central and santo domingo",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"F1",
"=",
"\"Cibao Central\"",
"*",
"E1",
"=",
"\"Santo Domingo\""
]
}
] | train_1-21346767-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Province, Community",
"Contestant",
"Age",
"Height",
"Hometown",
"Geographical Regions"
],
[
"2",
"Azua",
"Julissa Alcantara de Fiallo",
"22",
"m (ft 9in)",
"Santo Domingo",
"Sur Occidente"
],
[
"3",
"Barahona",
"DesireΓ© Γlvarez Lama",
"19",
"m (ft 9 3β4 in)",
"Santa Cruz de Barahona",
"Sur Occidente"
],
[
"4",
"Com. Dom. En California",
"MΓ³nica Angulo Pucheaux",
"18",
"m (ft 9 1β4 in)",
"Los Angeles",
"Exterior"
],
[
"5",
"Com. Dom. En Miami",
"Onidys Reynosa Espinal",
"21",
"m (ft 8in)",
"Miami",
"Exterior"
],
[
"6",
"Com. Dom. En Nueva York",
"Joslyn Cabrera Ruiz",
"18",
"m (ft 11 1β4 in)",
"New York",
"Exterior"
],
[
"7",
"Distrito Nacional",
"Katherine Germania Almos Rey",
"24",
"m (ft 10 1β2 in)",
"Villa Juana",
"Sur Oriente"
],
[
"8",
"Duarte",
"Lissette Abreu Ynoa",
"22",
"m (ft 7 1β4 in)",
"Constanza",
"Cibao Oriental"
],
[
"9",
"Independencia",
"Nathalie Venecia GutiΓ©rrez Arias",
"20",
"m (ft 11 3β4 in)",
"Santo Domingo",
"Sur Occidente"
],
[
"10",
"La Altagracia",
"Patrizia Karina Gagg JimΓ©nez",
"20",
"m (ft 11 1β4 in)",
"Villa Hermosa",
"Sur Oriente"
],
[
"11",
"La Romana",
"Anna Karina Toledo Espinoza",
"22",
"m (ft 6 1β4 in)",
"La Romana",
"Sur Oriente"
],
[
"12",
"La Vega",
"Cindy Magdalena Torrealba Cruz",
"17",
"m (ft 10 1β2 in)",
"Jarabacoa",
"Cibao Central"
],
[
"13",
"MarΓa Trinidad SΓ‘nchez",
"Massiel Javier CaΓ±izarez",
"19",
"m (ft 10 3β4 in)",
"Cabrera",
"Cibao Oriental"
],
[
"14",
"MonseΓ±or Nouel",
"Claudia Julissa Cruz RodrΓguez",
"18",
"m (ft 9in)",
"Bonao",
"Cibao Central"
],
[
"15",
"Monte Cristi",
"Hareld Ellien Mossle Casado",
"17",
"m (ft 7in)",
"Santiago de los Caballeros",
"Cibao Occidental"
],
[
"16",
"Puerto Plata",
"Wilma Joana Abreu Nazario",
"20",
"m (ft 6 1β2 in)",
"Santiago de los Caballeros",
"Cibao Occidental"
],
[
"17",
"Salcedo",
"Josefina de Arias Camacho",
"24",
"m (ft 5 1β4 in)",
"Santo Domingo",
"Cibao Central"
],
[
"18",
"SamanΓ‘",
"Genevet Nicol GutiΓ©rrez Kourie",
"18",
"m (ft 7 3β4 in)",
"Santa BΓ‘rbara de SamanΓ‘",
"Cibao Oriental"
],
[
"19",
"San Pedro de MacorΓs",
"Natascha Forestieri de los Santos",
"23",
"m (ft 0in)",
"San Pedro de MacorΓs",
"Sur Oriente"
],
[
"20",
"Santiago",
"Cindy Guerrero Reynoso",
"26",
"m (ft 10in)",
"Santiago de los Caballeros",
"Cibao Occidental"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"february 1\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,B2:B13=\"february 1\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opposing team for the February 1 game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"february 1\"",
"3"
]
}
] | test_2-13619053-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"45",
"February 1",
"@ Portland",
"L 90β97 (OT)",
"Damon Stoudamire (21)",
"John Wallace (9)",
"Damon Stoudamire (9)",
"Rose Garden 20,792",
"10-35"
],
[
"3",
"46",
"February 3",
"Phoenix",
"L 105β110 (OT)",
"Doug Christie , Walt Williams (24)",
"Marcus Camby (10)",
"Damon Stoudamire (8)",
"SkyDome 14,344",
"10-36"
],
[
"4",
"47",
"February 5",
"Dallas",
"W 101β93 (OT)",
"Damon Stoudamire (21)",
"Marcus Camby (16)",
"Damon Stoudamire (8)",
"SkyDome 14,292",
"11-36"
],
[
"5",
"48",
"February 10",
"@ Chicago",
"L 86β93 (OT)",
"Damon Stoudamire (19)",
"Marcus Camby (11)",
"Damon Stoudamire , Walt Williams (4)",
"United Center 23,881",
"11-37"
],
[
"6",
"49",
"February 12",
"Cleveland",
"L 94β103 (OT)",
"Doug Christie (26)",
"Oliver Miller (8)",
"Oliver Miller (10)",
"SkyDome 14,348",
"11-38"
],
[
"7",
"50",
"February 13",
"@ New Jersey",
"L 115β130 (OT)",
"John Wallace (29)",
"John Wallace (12)",
"John Wallace (6)",
"Continental Airlines Arena 14,263",
"11-39"
],
[
"8",
"51",
"February 15",
"Miami",
"L 95β116 (OT)",
"John Wallace (27)",
"Tracy McGrady (8)",
"Chris Garner (7)",
"SkyDome 16,888",
"11-40"
],
[
"9",
"52",
"February 19",
"Chicago",
"L 86β123 (OT)",
"John Wallace (19)",
"Oliver Miller (7)",
"Doug Christie (5)",
"SkyDome 30,172",
"11-41"
],
[
"10",
"53",
"February 20",
"@ Milwaukee",
"L 89β94 (OT)",
"Doug Christie (23)",
"Marcus Camby (10)",
"Oliver Miller (4)",
"Bradley Center 17,856",
"11-42"
],
[
"11",
"54",
"February 22",
"Vancouver",
"W 113β105 (OT)",
"Chauncey Billups (27)",
"Gary Trent (15)",
"Doug Christie (7)",
"SkyDome 16,932",
"12-42"
],
[
"12",
"55",
"February 26",
"@ San Antonio",
"L 86β97 (OT)",
"Doug Christie (17)",
"Gary Trent (10)",
"Oliver Miller (6)",
"Alamodome 13,978",
"12-43"
],
[
"13",
"56",
"February 27",
"@ Orlando",
"W 115β107 (3OT)",
"Doug Christie (35)",
"Marcus Camby (13)",
"Dee Brown (9)",
"Orlando Arena 16,947",
"13-43"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"110 years, 185 days\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"110 years, 185 days\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reported birth date when the reported age is 110 years, 185 days?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"110 years, 185 days\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"22 december 1878\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"22 december 1878\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reported age when the reported birth date is 22 december 1878?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"22 december 1878\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"111 years, 107 days\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"111 years, 107 days\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the region when the reported age is 111 years, 107 days?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"111 years, 107 days\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"laura svehaug\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"laura svehaug\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reported death date for laura svehaug?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"laura svehaug\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"111 years, 66 days\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"111 years, 66 days\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who has a reported age of 111 years, 66 days?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"111 years, 66 days\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"6 march 1998\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"6 march 1998\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who has a reported death of 6 march 1998?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"6 march 1998\"",
"2"
]
}
] | train_2-16254863-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Name",
"Reported birth date",
"Reported death date",
"Reported age"
],
[
"2",
"Nord-Norge",
"Lydianna Marie Endresen[ citation needed ]",
"21 August 1883",
"11 August 1993",
"109 years, 355 days"
],
[
"3",
"Γstlandet",
"Maren Bolette Torp",
"21 December 1876",
"20 February 1989",
"112 years, 61 days"
],
[
"4",
"SΓΈrlandet",
"Olav Hovatn",
"23 October 1892",
"26 April 2003",
"110 years, 185 days"
],
[
"5",
"TrΓΈndelag",
"Julia Lyng",
"22 December 1878",
"26 February 1990",
"111 years, 66 days"
],
[
"6",
"Vestlandet",
"Laura Svehaug",
"19 November 1886",
"6 March 1998",
"111 years, 107 days"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=4),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=4),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the date made that has an associated fleet number of 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"4",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=1904),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=1904),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the withdrawal date associated with a date made of 1904?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"1904",
"6"
]
}
] | train_2-1290024-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Type",
"Fleet numbers",
"Quantity made",
"Manufacturer",
"Date made",
"Date withdrawn"
],
[
"2",
"0-6-2WT",
"1",
"1",
"Black, Hawthorn & Co",
"1882",
"1911"
],
[
"3",
"0-6-2T",
"2β3",
"2",
"Black, Hawthorn & Co",
"1883",
"1912β1913"
],
[
"4",
"0-6-0T",
"4",
"1",
"Black, Hawthorn & Co",
"1885",
"1940"
],
[
"5",
"2-4-0T",
"5β6",
"2",
"Robert Stephenson & Co.",
"1874",
"1899"
],
[
"6",
"4-6-2T",
"5β8",
"4",
"Hudswell Clarke",
"1899β1902",
"1940β1954"
],
[
"7",
"4-6-0T",
"1β4",
"4",
"Andrew Barclay Sons & Co.",
"1902",
"1940β1954"
],
[
"8",
"4-6-2T",
"9β10",
"2",
"Kerr Stuart",
"1904",
"1928β1954"
],
[
"9",
"4-8-0",
"11β12",
"2",
"Hudswell Clarke",
"1905",
"1933β1954"
],
[
"10",
"4-6-2T",
"13β14",
"2",
"Hawthorn Leslie",
"1910",
"1940β1943"
],
[
"11",
"4-8-4T",
"5β6",
"2",
"Hudswell Clarke",
"1912",
"1954"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1ADK-03\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"1ADK-03\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHO WROTE THE STORY WITH THE PRODUCTION CODE OF 1ADK-03",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"1ADK-03\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Dave Moves Out\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Dave Moves Out\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS \"DAVE MOVES OUT\" PRODUCTION CODE?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Dave Moves Out\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Dad's Dead\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Dad's Dead\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHO WROTE \"DAD'S DEAD\"",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Dad's Dead\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Red Asphalt\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Red Asphalt\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHO AUTHORED \"RED ASPHALT\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Red Asphalt\"",
"4"
]
}
] | train_1-12033013-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No. in series",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code"
],
[
"2",
"1",
"\"Sex With Pudding\"",
"Jeff Melman",
"Brian Hargrove & Jack Kenny",
"March20,2000",
"1ADK-01"
],
[
"3",
"2",
"\"Dad's Dead\"",
"Michael Lessac",
"Christopher Titus and Jack Kenny & Brian Hargrove",
"March27,2000",
"1ADK-79"
],
[
"4",
"3",
"\"Dave Moves Out\"",
"Jack Kenny",
"Sally Lapiduss",
"April3,2000",
"1ADK-06"
],
[
"5",
"4",
"\"The Breakup\"",
"Howard Murray",
"Christopher Titus",
"April10,2000",
"1ADK-03"
],
[
"6",
"5",
"\"Titus Integritous\"",
"Lee Shallat-Chemel",
"John Augustine & Jim Hope",
"April17,2000",
"1ADK-05"
],
[
"7",
"6",
"\"Red Asphalt\"",
"Jack Kenny",
"Matt Rosenberg & Ritch Shydner",
"May1,2000",
"1ADK-07"
],
[
"8",
"7",
"\"Mom's Not Nuts\"",
"Jeff Melman",
"Jack Kenny & Brian Hargrove",
"May8,2000",
"1ADK-02"
],
[
"9",
"8",
"\"Intervention\"",
"David Lee",
"Adam Belanoff",
"May15,2000",
"1ADK-04"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"toronto\")*(A1=\"may 18\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(D2:D6=\"toronto\")*(A2:A6=\"may 18\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which series is based in Toronto on may 18?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"toronto\"",
"*",
"A1",
"=",
"\"may 18\"",
"7"
]
},
{
"Formula": "SUM(FILTER(F1, (D1=\"vancouver\")*(A1=\"may 22\")))",
"Formula2": "SUM(FILTER(F2:F6, (D2:D6=\"vancouver\")*(A2:A6=\"may 22\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the combined crowd in Vancouver on may 22?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"\"vancouver\"",
"*",
"A1",
"=",
"\"may 22\""
]
}
] | train_2-11110963-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Series"
],
[
"2",
"May 16",
"Vancouver",
"2 β 3",
"Toronto",
"McLean",
"15,728",
"0 β 1"
],
[
"3",
"May 18",
"Vancouver",
"4 β 3",
"Toronto",
"McLean",
"15,728",
"1 β 1"
],
[
"4",
"May 20",
"Toronto",
"0 β 4",
"Vancouver",
"McLean",
"16,150",
"2 β 1"
],
[
"5",
"May 22",
"Toronto",
"0 β 2",
"Vancouver",
"McLean",
"16,150",
"3 β 1"
],
[
"6",
"May 24",
"Toronto",
"3 β 4",
"Vancouver",
"McLean",
"16,150",
"4 β 1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"unknown\")*(B1=\"bouΓ―ra province\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"unknown\")*(B2:B13=\"bouΓ―ra province\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many casualties were in the earthquake with an unknown intensity and an epicenter in the bouΓ―ra province?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"unknown\"",
"*",
"B1",
"=",
"\"bouΓ―ra province\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"biskra province\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"biskra province\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the magnitude of the earthquake with an epicenter in biskra province?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"biskra province\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"unknown\")*(A1=\"march 2, 1825\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"unknown\")*(A2:A13=\"march 2, 1825\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the epicenter of the earthquake on March 2, 1825 with an unknown intensity?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"unknown\"",
"*",
"A1",
"=",
"\"march 2, 1825\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"january 1, 1965\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"january 1, 1965\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the epicenter on January 1, 1965?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"january 1, 1965\"",
"2"
]
}
] | test_2-17636233-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Epicenter",
"Magnitude",
"Intensity",
"Casualties"
],
[
"2",
"May 1716",
"Algiers Province",
"Unknown",
"IX",
"20,000 dead, thousands injured"
],
[
"3",
"March 2, 1825",
"Blida Province",
"Unknown",
"Unknown",
"7,000 dead, thousands injured"
],
[
"4",
"November 16, 1869",
"Biskra Province",
"Unknown",
"Unknown",
"40 dead, dozens injured"
],
[
"5",
"August 6, 1947",
"Annaba Province",
"5.3",
"Unknown",
"3 dead, hundreds injured"
],
[
"6",
"September 9, 1954",
"Chlef Province",
"6.8",
"Unknown",
"1,250 dead, 3,000 injured"
],
[
"7",
"January 1, 1965",
"M'Sila Province",
"5.5",
"Unknown",
"4 dead, 350 injured"
],
[
"8",
"October 10, 1980",
"Chlef Province",
"7.7",
"Unknown",
"5,000 dead, 9,000 injured"
],
[
"9",
"October 27, 1985",
"Annaba Province",
"5.9",
"Unknown",
"6 dead, dozens injured"
],
[
"10",
"October 29, 1989",
"Tipaza Province",
"5.9 and 5.6",
"VIII",
"30 dead, 245 injured"
],
[
"11",
"May 21, 2003",
"Boumerdès Province",
"6.8",
"Unknown",
"2,266 dead, 10,261 injured"
],
[
"12",
"May 27, 2003",
"Algiers Province",
"5.8",
"Unknown",
"9 dead, 180 injured"
],
[
"13",
"May 14, 2010",
"BouΓ―ra Province",
"5.1",
"Unknown",
"2 dead, 43 injured"
]
] |
[
{
"Formula": "SUMIFS(J1,G1,\"1978 Brazilian Grand Prix\")",
"Formula2": "SUMIFS(J2:J9,G2:G9,\"1978 Brazilian Grand Prix\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the number of constr with the first win at the 1978 brazilian grand prix",
"Tokens": [
"SUMIFS(",
"J1",
"G1",
"\"1978 Brazilian Grand Prix\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(G2:G9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the first win for pos 6?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_1-12707313-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Pos",
"Manufacturer",
"Seasons",
"Starts",
"Wins",
"Sole supplier",
"First win",
"Last win",
"Drivers",
"Constr."
],
[
"2",
"1",
"Goodyear",
"1959 β 1998",
"494",
"368",
"113",
"1965 Mexican Grand Prix",
"1998 Italian Grand Prix",
"24",
"26"
],
[
"3",
"2",
"Bridgestone",
"1976 β 1977 1997 β 2010",
"244",
"175",
"116",
"1998 Australian Grand Prix",
"2010 Abu Dhabi Grand Prix",
"11",
"11"
],
[
"4",
"3",
"Michelin",
"1977 β 1984 2001 β 2006",
"215",
"102",
"0",
"1978 Brazilian Grand Prix",
"2006 Japanese Grand Prix",
"6",
"4"
],
[
"5",
"4",
"Pirelli",
"1950 β 1958 1981 β 1986 1989 β 1991 2011 β Present",
"255",
"99",
"55",
"1950 British Grand Prix",
"2013 Indian Grand Prix",
"9",
"3"
],
[
"6",
"5",
"Dunlop",
"1950 β 1970 1976 β 1977",
"175",
"83",
"0",
"1958 Monaco Grand Prix",
"1970 Belgian Grand Prix",
"8",
"9"
],
[
"7",
"6",
"Firestone",
"1950 β 1975",
"121",
"49",
"11",
"1950 Indianapolis 500",
"1972 Italian Grand Prix",
"4",
"3"
],
[
"8",
"7",
"Continental",
"1954 β 1958",
"13",
"10",
"0",
"1954 French Grand Prix",
"1958 Argentine Grand Prix",
"2",
"0"
],
[
"9",
"8",
"Englebert",
"1950 β 1958",
"61",
"8",
"0",
"1955 Monaco Grand Prix",
"1958 British Grand Prix",
"2",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"fernando verdasco\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"fernando verdasco\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Surface has a Result of fernando verdasco?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"fernando verdasco\"",
"3"
]
},
{
"Formula": "SUMIFS(A1,D1,\"clay\")",
"Formula2": "SUMIFS(A2:A6,D2:D6,\"clay\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many events did clay win?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"clay\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"rafael nadal\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F6,E2:E6=\"rafael nadal\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Surface has an Opponent of rafael nadal, and an Event of 2?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"rafael nadal\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"ivΓ‘n navarro\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"ivΓ‘n navarro\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is ivΓ‘n navarro's opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"ivΓ‘n navarro\"",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (C1=\"semifinal\")*(D1=\"hard (i)\")))",
"Formula2": "SUM(FILTER(A2:A6, (C2:C6=\"semifinal\")*(D2:D6=\"hard (i)\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Event has a Surface of semifinal, and a Winner of hard (i)?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"semifinal\"",
"*",
"D1",
"=",
"\"hard (i)\""
]
}
] | train_2-19008019-32 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"!Event",
"Round",
"Surface",
"Winner",
"Opponent",
"Result"
],
[
"2",
"1.",
"Wimbledon",
"Final",
"Grass",
"Roger Federer",
"Andy Roddick"
],
[
"3",
"2.",
"Madrid",
"Semifinal",
"Clay",
"Rafael Nadal",
"Novak Djokovic"
],
[
"4",
"3.",
"Australian Open",
"Semifinal",
"Hard",
"Rafael Nadal",
"Fernando Verdasco"
],
[
"5",
"4.",
"US Open",
"2nd Round",
"Hard",
"Taylor Dent",
"IvΓ‘n Navarro"
],
[
"6",
"5.",
"Tour Finals",
"Semifinal",
"Hard (i)",
"Nikolay Davydenko",
"Roger Federer"
]
] |
[
{
"Formula": "MIN(FILTER(A1,(C1=349)*(B1>11)))",
"Formula2": "MIN(FILTER(A2:A12,(C2:C12=349)*(B2:B12>11)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest round for an overall pick of 349 with a pick number in the round over 11?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
"=",
"349",
"*",
"B1",
">",
"11"
]
}
] | dev_2-17100961-41 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"2",
"12",
"38",
"Cotton Speyrer",
"WR",
"Texas"
],
[
"3",
"6",
"11",
"141",
"Conway Hayman",
"G",
"Delaware"
],
[
"4",
"7",
"10",
"166",
"Willie Germany",
"DB",
"Morgan State"
],
[
"5",
"9",
"11",
"219",
"Mike Fanucci",
"DE",
"Arizona State"
],
[
"6",
"10",
"10",
"244",
"Jesse Taylor",
"RB",
"Cincinnati"
],
[
"7",
"11",
"12",
"272",
"George Starke",
"OT",
"Columbia"
],
[
"8",
"12",
"11",
"297",
"Jeff Severson",
"DB",
"Long Beach State"
],
[
"9",
"13",
"10",
"322",
"Dan Ryczek",
"C",
"Virginia"
],
[
"10",
"14",
"11",
"349",
"Bill Bynum",
"QB",
"Western New Mexico"
],
[
"11",
"15",
"11",
"375",
"Tony Christnovich",
"G",
"WisconsinβLa Crosse"
],
[
"12",
"16",
"10",
"400",
"Glenn Tucker",
"LB",
"North Texas State [c ]"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (D1<2708005)*(E1=30)))",
"Formula2": "MAX(FILTER(A2:A6, (D2:D6<2708005)*(E2:E6=30)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest rank of the player who played 30 events and made less than $2,708,005?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"D1",
"<",
"2708005",
"*",
"E1",
"=",
"30"
]
}
] | test_2-11603398-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Player",
"Country",
"Earnings ( $ )",
"Events",
"Wins"
],
[
"2",
"1",
"Larry Nelson",
"United States",
"2,708,005",
"30",
"6"
],
[
"3",
"2",
"Bruce Fleisher",
"United States",
"2,373,977",
"30",
"4"
],
[
"4",
"3",
"Hale Irwin",
"United States",
"2,128,968",
"24",
"4"
],
[
"5",
"4",
"Gil Morgan",
"United States",
"1,873,216",
"23",
"3"
],
[
"6",
"5",
"Dana Quigley",
"United States",
"1,802,063",
"39",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(B1, E1=57.5))",
"Formula2": "SUM(FILTER(B2:B7, E2:E7=57.5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Tell me the sum of bp 2nd comp with bp azeo of 57.5",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"57.5"
]
}
] | train_2-10181793-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"2nd component",
"b.p. 2nd comp. (ΛC)",
"3rd component",
"b.p. 3rd comp. (ΛC)",
"b.p. azeo. (ΛC)"
],
[
"2",
"acetone",
"56.5",
"chloroform β‘",
"61.2",
"57.5"
],
[
"3",
"acetone",
"56.5",
"methyl acetate",
"57.0",
"53.7"
],
[
"4",
"acetone",
"56.5",
"cyclohexane",
"81.4",
"51.5"
],
[
"5",
"methyl acetate",
"57.1",
"carbon disulfide",
"46.2",
"37.0"
],
[
"6",
"methyl acetate",
"57.1",
"cyclohexane",
"81.4",
"50.8"
],
[
"7",
"methyl acetate",
"57.1",
"n-hexane",
"69.0",
"45.0"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"fabuleux 5\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<70.88))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"fabuleux 5\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<70.88))",
"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": "In which event did Fabuleux 5 get a result smaller than 70.88?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"fabuleux 5\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"70.88"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(D1=\"freestyle test\")*(C1=\"fabuleux 5\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<70.277))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(D2:D11=\"freestyle test\")*(C2:C11=\"fabuleux 5\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<70.277))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the class of Fabuleux 5 get less than 70.277 in the freestyle test?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"freestyle test\"",
"*",
"C1",
"=",
"\"fabuleux 5\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"70.277"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"britta nΓ€pel\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<71.909))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,A2:A11=\"britta nΓ€pel\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<71.909))",
"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 horse was shown by with Britta NΓ€pel and got less than 71.909?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"britta nΓ€pel\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"71.909"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"waldemar 27\")*(D1=\"freestyle test\")))",
"Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"waldemar 27\")*(D2:D11=\"freestyle test\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the result of Waldemar 27Β΄s freestyle test?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"waldemar 27\"",
"*",
"D1",
"=",
"\"freestyle test\""
]
}
] | test_2-18602446-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Athlete",
"Class",
"Horse",
"Event",
"Result"
],
[
"2",
"Hannelore Brenner",
"Grade III",
"Women of the World",
"Championship Test",
"71.440"
],
[
"3",
"Hannelore Brenner",
"Grade III",
"Women of the World",
"Freestyle Test",
"74.223"
],
[
"4",
"Bettina Eistel",
"Grade III",
"Fabuleux 5",
"Championship Test",
"70.880"
],
[
"5",
"Bettina Eistel",
"Grade III",
"Fabuleux 5",
"Freestyle Test",
"69.612"
],
[
"6",
"Britta NΓ€pel",
"Grade II",
"Cherubin 15",
"Championship Test",
"71.909"
],
[
"7",
"Britta NΓ€pel",
"Grade II",
"Cherubin 15",
"Freestyle Test",
"70.277"
],
[
"8",
"Angelika Trabert",
"Grade II",
"Londria 2",
"Championship Test",
"64.909"
],
[
"9",
"Angelika Trabert",
"Grade II",
"Londria 2",
"Freestyle Test",
"60.778"
],
[
"10",
"Steffen Zeibig",
"Grade II",
"Waldemar 27",
"Championship Test",
"66.091"
],
[
"11",
"Steffen Zeibig",
"Grade II",
"Waldemar 27",
"Freestyle Test",
"64.667"
]
] |
[
{
"Formula": "MAXIFS(A1,B1,\"grand prix\")",
"Formula2": "MAXIFS(A2:A8,B2:B8,\"grand prix\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest year with a formula of Grand Prix?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"grand prix\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"john moore-brabazon\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"john moore-brabazon\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which formula had a driver of John Moore-Brabazon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"john moore-brabazon\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1<1905),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8<1905),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which driver had a year under 1905?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"<",
"1905",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"grand prix\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A8, B2:B8=\"grand prix\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years had a formula of Grand Prix?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"B1",
"=",
"\"grand prix\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"george heath\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"george heath\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which location was won by George Heath?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"george heath\"",
"5"
]
}
] | train_2-18893428-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Formula",
"Driver",
"Constructor",
"Location",
"Report"
],
[
"2",
"1902",
"Grand Prix",
"Charles Jarrott",
"Panhard 70",
"Bastogne",
"Report"
],
[
"3",
"1903",
"Grand Prix",
"Pierre de Crawhez",
"Panhard 70",
"Bastogne",
"Report"
],
[
"4",
"1904",
"Grand Prix",
"George Heath",
"Panhard 70",
"Bastogne",
"Report"
],
[
"5",
"1905",
"Grand Prix",
"Victor HΓ©mery",
"Darracq",
"Bastogne",
"Report"
],
[
"6",
"1906",
"Grand Prix",
"Arthur Duray",
"Lorraine-Dietrich",
"Bastogne",
"Report"
],
[
"7",
"1907",
"Grand Prix",
"Pierre de Caters",
"Mercedes-Benz",
"Bastogne",
"Report"
],
[
"8",
"1907",
"Kaiserpreis",
"John Moore-Brabazon",
"Minerva",
"Bastogne",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"turf 1600m\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"turf 1600m\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Grade that has Turf 1600m?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"turf 1600m\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Priority-entry-rights to Derby in rank 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | train_2-12347040-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"!Race name",
"Grade",
"Racecourse",
"Distance",
"Priority-entry-rights to Derby"
],
[
"2",
"1",
"Satsuki ShΕ",
"GI",
"Nakayama",
"Turf 2000m"
],
[
"3",
"2",
"Aoba ShΕ",
"GII",
"Tokyo",
"Turf 2400m"
],
[
"4",
"3",
"Principal Stakes",
"Open",
"Tokyo",
"Turf 2000m"
],
[
"5",
"4",
"Kyoto Shimbun Hai",
"GII",
"Kyoto",
"Turf 2200m"
],
[
"6",
"5",
"NHK Mile Cup",
"GI",
"Tokyo",
"Turf 1600m"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, (B1=\"lima\")*(F1>13100)))",
"Formula2": "AVERAGE(FILTER(E2:E11, (B2:B11=\"lima\")*(F2:F11>13100)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average 2006 metropolitan population of Lima with a GDP per capita over $13,100?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"B1",
"=",
"\"lima\"",
"*",
"F1",
">",
"13100"
]
},
{
"Formula": "MIN(FILTER(E1, (C1=\"mexico\")*(B1=\"mexico city\")*(F1<20300)))",
"Formula2": "MIN(FILTER(E2:E11, (C2:C11=\"mexico\")*(B2:B11=\"mexico city\")*(F2:F11<20300)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest 2006 metropolitan population for a Mexico City, Mexico with a GDP per capita of less than 20,300?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"=",
"\"mexico\"",
"*",
"B1",
"=",
"\"mexico city\"",
"*",
"F1",
"<",
"20300"
]
}
] | train_2-18524-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Metropolitan area",
"Country",
"GDP (PPP) (2008) Billions of US$",
"Metropolitan population (2006) Millions",
"GDP (PPP) US$ per capita"
],
[
"2",
"1",
"Mexico City",
"Mexico",
"390",
"21.2",
"20,300"
],
[
"3",
"2",
"SΓ£o Paulo",
"Brazil",
"388",
"18.61",
"20,800"
],
[
"4",
"3",
"Buenos Aires",
"Argentina",
"362",
"13.52",
"28,000"
],
[
"5",
"4",
"Rio de Janeiro",
"Brazil",
"201",
"11.62",
"17,300"
],
[
"6",
"5",
"BogotΓ‘",
"Colombia",
"180",
"8.55",
"21,050"
],
[
"7",
"6",
"Santiago",
"Chile",
"120",
"5.70",
"21,050"
],
[
"8",
"7",
"Brasilia",
"Brazil",
"110",
"3.48",
"31,600"
],
[
"9",
"8",
"Lima",
"Peru",
"109",
"8.35",
"13,100"
],
[
"10",
"9",
"MedellΓn",
"Colombia",
"102",
"3.58",
"28,500"
],
[
"11",
"10",
"Guadalajara",
"Mexico",
"81",
"3.95",
"20,500"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"2nd\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A6, D2:D6=\"2nd\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years have a position of 2nd?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"\"2nd\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2000),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=2000),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which event has a year of 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"2000",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"2:12:53\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"2:12:53\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position has notes of 2:12:53?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"2:12:53\"",
"4"
]
}
] | train_2-14056562-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Competition",
"Venue",
"Position",
"Event",
"Notes"
],
[
"2",
"1994",
"European Championships",
"Helsinki, Finland",
"11th",
"10,000 m",
"28:17.24"
],
[
"3",
"1997",
"World Championships",
"Athens, Greece",
"β",
"Marathon",
"DNF"
],
[
"4",
"1998",
"European Championships",
"Budapest, Hungary",
"3rd",
"Marathon",
"2:12:53"
],
[
"5",
"1999",
"World Championships",
"Seville, Spain",
"2nd",
"Marathon",
"2:14:03"
],
[
"6",
"2000",
"Olympic Games",
"Sydney, Australia",
"β",
"Marathon",
"DNF"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Arkansas 2\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Arkansas 2\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election in the Arkansas 2 district? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Arkansas 2\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Arkansas 4\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Arkansas 4\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election in the Arkansas 4 district? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Arkansas 4\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"Arkansas 4\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F7, A2:A7=\"Arkansas 4\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many candidates ran in the election in the Arkansas 4 district? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"A1",
"=",
"\"Arkansas 4\""
]
}
] | train_1-1342359-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Arkansas 1",
"William J. Driver",
"Democratic",
"1920",
"Re-elected",
"William J. Driver (D) Unopposed"
],
[
"3",
"Arkansas 2",
"Pearl Peden Oldfield",
"Democratic",
"1929",
"Retired Democratic hold",
"John E. Miller (D) Unopposed"
],
[
"4",
"Arkansas 3",
"Claude Fuller",
"Democratic",
"1928",
"Re-elected",
"Claude Fuller (D) Unopposed"
],
[
"5",
"Arkansas 4",
"Otis Wingo",
"Democratic",
"1912",
"Died in office Democratic hold",
"Effiegene Locke Wingo (D) Unopposed"
],
[
"6",
"Arkansas 5",
"Heartsill Ragon",
"Democratic",
"1922",
"Re-elected",
"Heartsill Ragon (D) Unopposed"
],
[
"7",
"Arkansas 6",
"David Delano Glover",
"Democratic",
"1928",
"Re-elected",
"David Delano Glover (D) Unopposed"
]
] |
[
{
"Formula": "MIN(FILTER(B1, F1<57))",
"Formula2": "MIN(FILTER(B2:B13, F2:F13<57))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the lowest February for less than 57 points?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"F1",
"<",
"57"
]
},
{
"Formula": "SUMIFS(B1,C1,\"montreal canadiens\")",
"Formula2": "SUMIFS(B2:B13,C2:C13,\"montreal canadiens\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the February for the game against the Montreal Canadiens?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"montreal canadiens\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=58))",
"Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=58))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What's the record for Game 58?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"58"
]
}
] | train_2-14323142-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"February",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"53",
"2",
"Pittsburgh Penguins",
"3β5",
"26β24β3",
"55"
],
[
"3",
"54",
"5",
"@ Washington Capitals",
"3β1",
"27β24β3",
"57"
],
[
"4",
"55",
"9",
"Edmonton Oilers",
"1β3",
"27β25β3",
"57"
],
[
"5",
"56",
"11",
"@ Toronto Maple Leafs",
"3β4",
"27β26β3",
"57"
],
[
"6",
"57",
"12",
"Vancouver Canucks",
"2β3",
"27β27β3",
"57"
],
[
"7",
"58",
"14",
"New York Rangers",
"3β1",
"28β27β3",
"59"
],
[
"8",
"59",
"16",
"Montreal Canadiens",
"4β7",
"28β28β3",
"59"
],
[
"9",
"60",
"18",
"@ New York Islanders",
"2β3",
"28β29β3",
"59"
],
[
"10",
"61",
"19",
"New York Islanders",
"5β4",
"29β29β3",
"61"
],
[
"11",
"62",
"22",
"@ New York Rangers",
"6β4",
"30β29β3",
"63"
],
[
"12",
"63",
"24",
"@ New Jersey Devils",
"6β2",
"31β29β3",
"65"
],
[
"13",
"64",
"27",
"Calgary Flames",
"3β6",
"31β30β3",
"65"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"texas\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<61))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,E2:E11=\"texas\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<61))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "WHo is the Player got a Pick # smaller than 61, and a College of texas?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"texas\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"61"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"wide receiver\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>4)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"wide receiver\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<3)*(CHOOSECOLS(query1,3)>4)))",
"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": "Name the College which has a Round smaller than 3, and a Pick # larger than 4, and a Position of wide receiver?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"wide receiver\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"4"
]
},
{
"Formula": "MAX(FILTER(A1, (C1=\"mike williams\")*(B1>4)))",
"Formula2": "MAX(FILTER(A2:A11, (C2:C11=\"mike williams\")*(B2:B11>4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which the highest Round has a Player of mike williams, and a Pick # larger than 4?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"mike williams\"",
"*",
"B1",
">",
"4"
]
},
{
"Formula": "AVERAGEIFS(B1,C1,\"mike williams\")",
"Formula2": "AVERAGEIFS(B2:B11,C2:C11,\"mike williams\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the average Pick # of mike williams?",
"Tokens": [
"AVERAGEIFS(",
"B1",
"C1",
"\"mike williams\""
]
}
] | train_2-16352332-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick #",
"Player",
"Position",
"College"
],
[
"2",
"1",
"4",
"Mike Williams",
"Tackle",
"Texas"
],
[
"3",
"2",
"36",
"Josh Reed",
"Wide Receiver",
"LSU"
],
[
"4",
"2",
"61",
"Ryan Denney",
"Defensive End",
"BYU"
],
[
"5",
"3",
"97",
"Coy Wire",
"Safety",
"Stanford"
],
[
"6",
"5",
"139",
"Justin Bannan",
"Defensive Tackle",
"Colorado"
],
[
"7",
"6",
"176",
"Kevin Thomas",
"Cornerback",
"UNLV"
],
[
"8",
"7",
"215",
"Mike Pucillo",
"Center",
"Auburn"
],
[
"9",
"7",
"249",
"Rodney Wright",
"Wide Receiver",
"Fresno State"
],
[
"10",
"7",
"251",
"Jarrett Ferguson",
"Running Back",
"Virginia Tech"
],
[
"11",
"7",
"260",
"Dominique Stevenson",
"Linebacker",
"Tennessee"
]
] |
[
{
"Formula": "FILTER(A1,(B1=\"3rd\")*(D1=\"123.628\"))",
"Formula2": "FILTER(A2:A7,(B2:B7=\"3rd\")*(D2:D7=\"123.628\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which race has a position of 3rd and a speed of 123.628?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"3rd\"",
"*",
"D1",
"=",
"\"123.628\""
]
},
{
"Formula": "FILTER(A1,E1=\"dnf\")",
"Formula2": "FILTER(A2:A7,E2:E7=\"dnf\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which race has a replica of DNF?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"dnf\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"dnf\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"dnf\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which race has a replica of DNF?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"dnf\"",
"1"
]
},
{
"Formula": "FILTER(B1,D1=\"123.220\")",
"Formula2": "FILTER(B2:B7,D2:D7=\"123.220\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which position has a speed of 123.220?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"123.220\""
]
},
{
"Formula": "FILTER(B1,C1=\"1:45:53:00\")",
"Formula2": "FILTER(B2:B7,C2:C7=\"1:45:53:00\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which position has a time of 1:45:53:00?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"1:45:53:00\""
]
},
{
"Formula": "FILTER(A1,(B1=\"3rd\")*(D1=\"126.452\"))",
"Formula2": "FILTER(A2:A7,(B2:B7=\"3rd\")*(D2:D7=\"126.452\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which race has a position of 3rd and a speed of 126.452?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"3rd\"",
"*",
"D1",
"=",
"\"126.452\""
]
}
] | dev_2-13063768-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Race",
"Position",
"Time",
"Speed",
"Replica"
],
[
"2",
"Superbike",
"DNF",
"DNF",
"DNF",
"DNF"
],
[
"3",
"Supersport Race 1",
"3rd",
"0:54:56:06",
"123.628",
"Silver"
],
[
"4",
"Superstock",
"3rd",
"1:11:36.59",
"126.452",
"Silver"
],
[
"5",
"Supersport Race 2",
"3rd",
"1:13:29.28",
"123.220",
"Silver"
],
[
"6",
"Senior",
"2nd",
"1:45:53:00",
"128.281",
"Silver"
],
[
"7",
"Source:",
"Source:",
"Source:",
"Source:",
"Source:"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"hawthorn\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did Hawthorn have their away match against North Melbourne?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"hawthorn\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"richmond\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team score at Richmond's away game against Footscray?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"richmond\"",
"2"
]
}
] | train_2-10807990-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",
"19.15 (129)",
"Richmond",
"17.20 (122)",
"Yarraville Oval",
"15,000",
"25 July 1942"
],
[
"3",
"Collingwood",
"9.15 (69)",
"South Melbourne",
"15.21 (111)",
"Victoria Park",
"8,000",
"25 July 1942"
],
[
"4",
"North Melbourne",
"9.10 (64)",
"Hawthorn",
"6.16 (52)",
"Arden Street Oval",
"3,000",
"25 July 1942"
],
[
"5",
"St Kilda",
"10.13 (73)",
"Fitzroy",
"12.14 (86)",
"Toorak Park",
"8,000",
"25 July 1942"
],
[
"6",
"Melbourne",
"14.20 (104)",
"Essendon",
"12.12 (84)",
"Punt Road Oval",
"6,000",
"25 July 1942"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"hunslet engine company 0-6-0st\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"hunslet engine company 0-6-0st\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Owner(s) has a Description of hunslet engine company 0-6-0st?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"hunslet engine company 0-6-0st\"",
"4"
]
}
] | test_2-18895028-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number & Name",
"Description",
"Livery",
"Owner(s)",
"Date"
],
[
"2",
"No. 80072",
"BR Standard Class 4 Tank 2-6-4T",
"BR Lined Black with Late Crest.",
"80072 Steam Locomotive Co.",
"1953"
],
[
"3",
"No. 3802",
"GWR 2884 Class 2-8-0",
"BR Unlined Black",
"Private owner.",
"1938"
],
[
"4",
"No. 7822 Foxcote Manor",
"GWR 7800 Manor Class 4-6-0",
"BR Green with Late Crest",
"Foxcote Manor Society",
"1950"
],
[
"5",
"No. 44806 Kenneth Aldcroft",
"LMS Stanier Class 5 4-6-0 4-6-0",
"BR Lined Black with Late Crest.",
"Private owner.",
"1944"
],
[
"6",
"Jennifer",
"Hudswell Clarke 0-6-0T",
"Dark Green.",
"Llangollen Railway Trust Ltd .",
"1942"
],
[
"7",
"Darfield No.1",
"Hunslet Engine Company 0-6-0ST",
"Bright Green.",
"Private owner.",
"1953"
],
[
"8",
"Jessie",
"Hunslet Engine Co. 0-6-0ST",
"Thomas the Tank Engine Blue.",
"Private owner - Mike Pearce",
"1937"
]
] |
[
{
"Formula": "AVERAGE(FILTER(F1, (B1=\"mumbai\")*(G1<1025)))",
"Formula2": "AVERAGE(FILTER(F2:F7, (B2:B7=\"mumbai\")*(G2:G7<1025)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average PUBS 11 value in Mumbai, which has a 07-11 totals less than 1025?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"B1",
"=",
"\"mumbai\"",
"*",
"G1",
"<",
"1025"
]
},
{
"Formula": "MIN(FILTER(D1, (C1=68)*(G1>305)))",
"Formula2": "MIN(FILTER(D2:D7, (C2:C7=68)*(G2:G7>305)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest 06-10 totals with a pubs 2010 of 68 and a 07-11 totals larger than 305?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"=",
"68",
"*",
"G1",
">",
"305"
]
}
] | train_2-167354-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"SCHOOL",
"LOCATION",
"PUBS. 2010",
"TOTALS 06-10",
"RANK 06-10",
"PUBS 2011",
"TOTALS 07-11",
"RANK 07-11",
"WORLD RANKING"
],
[
"2",
"ICT, Mumbai ( UDCT )",
"Mumbai",
"185",
"960",
"1",
"198",
"1025",
"1",
"4"
],
[
"3",
"IIT Bombay",
"Mumbai",
"72",
"368",
"2",
"75",
"393",
"2",
"NA"
],
[
"4",
"IIT Kanpur",
"Kanpur",
"72",
"356",
"3",
"80",
"378",
"3",
"NA"
],
[
"5",
"IIT Kharagpur",
"Kharagpur",
"68",
"301",
"4",
"59",
"305",
"4",
"NA"
],
[
"6",
"IIT Madras",
"Chennai",
"60",
"263",
"5",
"55",
"281",
"5",
"NA"
],
[
"7",
"Anna University",
"Chennai",
"39",
"257",
"6",
"56",
"261",
"6",
"NA"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1<2040)*(C1<1234596)))",
"Formula2": "SUM(FILTER(A2:A11, (D2:D11<2040)*(C2:C11<1234596)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the total number of Rank that has the Area (km 2) smaller than 2,040, and the Population smaller than 1,234,596?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"<",
"2040",
"*",
"C1",
"<",
"1234596"
]
},
{
"Formula": "SUM(FILTER(C1, (B1=\"hong kong\")*(A1<2)))",
"Formula2": "SUM(FILTER(C2:C11, (B2:B11=\"hong kong\")*(A2:A11<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the sun of Population that has the Country/Region of hong kong, and the Rank smaller than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"hong kong\"",
"*",
"A1",
"<",
"2"
]
}
] | train_2-128608-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Country/Region",
"Population",
"Area (km 2 )",
"Density (Pop. per km 2 )"
],
[
"2",
"1",
"Singapore",
"5,183,700",
"710",
"7301"
],
[
"3",
"2",
"Hong Kong",
"7,061,200",
"1,104",
"6396"
],
[
"4",
"3",
"Bahrain",
"1,234,596",
"750",
"1646"
],
[
"5",
"4",
"Bangladesh",
"152,518,015",
"147,570",
"1034"
],
[
"6",
"5",
"Taiwan (R.O.C)",
"22,955,395",
"36,190",
"634"
],
[
"7",
"6",
"Mauritius",
"1,288,000",
"2,040",
"631"
],
[
"8",
"7",
"South Korea",
"48,456,369",
"99,538",
"487"
],
[
"9",
"8",
"Rwanda",
"10,718,379",
"26,338",
"407"
],
[
"10",
"9",
"Netherlands",
"16,760,000",
"41,526",
"404"
],
[
"11",
"10",
"Lebanon",
"4,224,000",
"10,452",
"404"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"April 1892\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"April 1892\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the operational owners during the construction date of April 1892?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"April 1892\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Colorado and Southern Railway #9\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"Colorado and Southern Railway #9\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where can you find Colorado and Southern Railway #9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Colorado and Southern Railway #9\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Riverdale, Georgia\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"Riverdale, Georgia\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the wheel arrangement for the train in Riverdale, Georgia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Riverdale, Georgia\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2053),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2053),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "When was the train 2053 built?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2053",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"Texas and New Orleans Railroad #319\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B8, D2:D8=\"Texas and New Orleans Railroad #319\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many wheels does the train owned by Texas and New Orleans Railroad #319 have?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"D1",
"=",
"\"Texas and New Orleans Railroad #319\""
]
}
] | train_1-1057316-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Serial number",
"Wheel arrangement ( Whyte notation )",
"Build date",
"Operational owner(s)",
"Disposition"
],
[
"2",
"unknown",
"4-4-0",
"October 1856",
"Western and Atlantic Railroad #49 Texas",
"static display in Grant Park , Atlanta, Georgia"
],
[
"3",
"1555",
"2-6-0",
"February 1884",
"Colorado and Southern Railway #9",
"Georgetown Loop Railroad , Silver Plume, Colorado"
],
[
"4",
"1861",
"4-4-0",
"February 1888",
"Dardanelle and Russelville #8",
"Nevada State Railroad Museum , Carson City, Nevada"
],
[
"5",
"2053",
"4-6-0",
"October, 1890",
"Union Pacific Railroad #1242",
"Lion's Park, Cheyenne, Wyoming"
],
[
"6",
"2054",
"4-6-0",
"October, 1890",
"Union Pacific Railroad #1243",
"Durham Western Heritage Museum, Omaha, Nebraska"
],
[
"7",
"2202",
"4-6-0",
"April 1892",
"Texas and New Orleans Railroad #319",
"Riverdale, Georgia"
],
[
"8",
"2341",
"4-6-0",
"July 1896",
"Southern Pacific Railroad #2248",
"Grapevine Vintage Railroad , Grapevine, Texas"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=1)*(F1>3)*(C1>2)))",
"Formula2": "SUM(FILTER(A2:A16, (D2:D16=1)*(F2:F16>3)*(C2:C16>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What rank has 1 silver, more than 2 gold, and a total larger than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"1",
"*",
"F1",
">",
"3",
"*",
"C1",
">",
"2"
]
},
{
"Formula": "MAX(FILTER(C1, D1<0))",
"Formula2": "MAX(FILTER(C2:C16, D2:D16<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the most gold where silver is 0?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"D1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (A1>4)*(E1<1)))",
"Formula2": "SUM(FILTER(D2:D16, (A2:A16>4)*(E2:E16<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the number of silver where the rank is higher than 4 and bronze is smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"4",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(A1, C1<0))",
"Formula2": "SUM(FILTER(A2:A16, C2:C16<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the rank where the gold is 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=1)*(D1>1)))",
"Formula2": "SUM(FILTER(A2:A16, (E2:E16=1)*(D2:D16>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the rank that has 1 bronze and 1 silver?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"1",
"*",
"D1",
">",
"1"
]
}
] | train_2-15409776-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Great Britain",
"17",
"10",
"7",
"34"
],
[
"3",
"2",
"Soviet Union",
"16",
"14",
"8",
"38"
],
[
"4",
"3",
"Russia",
"12",
"5",
"5",
"22"
],
[
"5",
"4",
"Czechoslovakia",
"4",
"0",
"0",
"4"
],
[
"6",
"5",
"Canada",
"3",
"10",
"11",
"24"
],
[
"7",
"6",
"France",
"3",
"6",
"4",
"13"
],
[
"8",
"7",
"United States",
"2",
"9",
"17",
"28"
],
[
"9",
"8",
"Bulgaria",
"2",
"1",
"1",
"4"
],
[
"10",
"9",
"Hungary",
"1",
"1",
"1",
"3"
],
[
"11",
"9",
"Italy",
"1",
"1",
"1",
"3"
],
[
"12",
"11",
"Germany",
"0",
"3",
"2",
"5"
],
[
"13",
"12",
"Finland",
"0",
"1",
"1",
"2"
],
[
"14",
"13",
"Israel",
"0",
"0",
"1",
"1"
],
[
"15",
"13",
"Lithuania",
"0",
"0",
"1",
"1"
],
[
"16",
"13",
"Ukraine",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "ROWS(FILTER(A1,E1>\"84,816\"))",
"Formula2": "ROWS(FILTER(A2:A7,E2:E7>\"84,816\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "How many weeks had an attendance larger than 84,816?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"E1",
">",
"\"84,816\""
]
},
{
"Formula": "FILTER(B1,A1=4)",
"Formula2": "FILTER(B2:B7,A2:A7=4)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the date of week 4?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"4"
]
},
{
"Formula": "MIN(FILTER(E1,B1=\"september 3, 1972\"))",
"Formula2": "MIN(FILTER(E2:E7,B2:B7=\"september 3, 1972\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest attendance on September 3, 1972?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"B1",
"=",
"\"september 3, 1972\""
]
}
] | dev_2-10650887-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"August 4, 1972",
"at Los Angeles Rams",
"L 13β3",
"64,803"
],
[
"3",
"2",
"August 13, 1972",
"at San Francisco 49ers",
"L 20β13",
"58,364"
],
[
"4",
"3",
"August 20, 1972",
"at Detroit Lions",
"L 34β7",
"58,422"
],
[
"5",
"4",
"August 26, 1972",
"Minnesota Vikings",
"L 20β17",
"70,583"
],
[
"6",
"5",
"September 3, 1972",
"vs. Cincinnati Bengals at Columbus, Ohio",
"L 27β21",
"84,816"
],
[
"7",
"6",
"September 10, 1972",
"at New York Giants",
"L 27β13",
"60,152"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"essendon\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"essendon\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How big was the crowd for Essendon?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"essendon\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team played against North Melbourne as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"north melbourne\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"punt road oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"punt road oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team plays at Punt Road Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"punt road oval\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"punt road oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"punt road oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team plays at Punt Road Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"punt road oval\"",
"1"
]
}
] | train_2-10807673-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"13.9 (87)",
"St Kilda",
"11.19 (85)",
"Kardinia Park",
"8,500",
"3 May 1941"
],
[
"3",
"Fitzroy",
"10.15 (75)",
"Footscray",
"16.17 (113)",
"Brunswick Street Oval",
"17,000",
"3 May 1941"
],
[
"4",
"Essendon",
"22.13 (145)",
"North Melbourne",
"16.12 (108)",
"Windy Hill",
"13,000",
"3 May 1941"
],
[
"5",
"South Melbourne",
"13.15 (93)",
"Melbourne",
"14.17 (101)",
"Lake Oval",
"12,000",
"3 May 1941"
],
[
"6",
"Hawthorn",
"13.17 (95)",
"Collingwood",
"17.16 (118)",
"Glenferrie Oval",
"9,000",
"3 May 1941"
],
[
"7",
"Richmond",
"13.12 (90)",
"Carlton",
"12.8 (80)",
"Punt Road Oval",
"28,000",
"3 May 1941"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"spain\")*(E1=26)))",
"Formula2": "SUM(FILTER(A2:A11, (B2:B11=\"spain\")*(E2:E11=26)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What ranking has the nationality of spain and the goals of 26?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"spain\"",
"*",
"E1",
"=",
"26"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=25))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=25))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What name is the goals of 25?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"25"
]
}
] | test_2-14707564-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Ranking",
"Nationality",
"Name",
"Years",
"Goals"
],
[
"2",
"1",
"Spain",
"Josep Samitier",
"1919β1932",
"65"
],
[
"3",
"2",
"Hungary",
"LΓ‘szlΓ³ Kubala",
"1950β1961",
"49"
],
[
"4",
"3",
"Spain",
"CΓ©sar RodrΓguez Γlvarez",
"1942β1955",
"36"
],
[
"5",
"4",
"Philippines Spain",
"Paulino AlcΓ‘ntara",
"1912β1916 1918β1927",
"35"
],
[
"6",
"4",
"Spain",
"Josep EscolΓ ",
"1934β1937 1940β1948",
"35"
],
[
"7",
"6",
"Paraguay Spain",
"Eulogio MartΓnez",
"1956β1962",
"32"
],
[
"8",
"7",
"Spain",
"Γngel Arocha",
"1926β1933",
"29"
],
[
"9",
"8",
"Spain",
"Mariano MartΓn",
"1939β1948",
"26"
],
[
"10",
"9",
"Spain",
"JosΓ© Antonio ZaldΓΊa",
"1961β1971",
"25"
],
[
"11",
"10",
"Argentina",
"Lionel Messi",
"2004β",
"24"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"challenge tv\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"challenge tv\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the role for Challenge TV?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"challenge tv\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2003),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=2003),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the broadcaster in 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2003",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"bbc1\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"bbc1\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the role for BBC1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"bbc1\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=8),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=8),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the title with episode 8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"8",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"sky one\")*(A1=2005)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"sky one\")*(A2:A6=2005)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the title for Sky One in 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sky one\"",
"*",
"A1",
"=",
"2005",
"2"
]
}
] | test_2-12567683-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Title",
"Role",
"Episodes",
"Broadcaster"
],
[
"2",
"2003",
"Max Somerset",
"Presenter",
"4",
"Game In TV"
],
[
"3",
"2004",
"Max Magic",
"Presenter/Actor",
"6",
"Sky One"
],
[
"4",
"2005",
"Undercover Magic",
"Magician",
"8",
"Sky One"
],
[
"5",
"2006",
"Strangely Talented",
"Presenter",
"1 off special",
"Challenge TV"
],
[
"6",
"2007β2009",
"Sorcerer's Apprentice",
"Sorcerer",
"30",
"BBC1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"20 kW\")*(B1=\"48 UHF\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(D2:D6=\"20 kW\")*(B2:B6=\"48 UHF\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the station that is transmitted at 20 kw and has a frequency of 48 uhf?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"20 kW\"",
"*",
"B1",
"=",
"\"48 UHF\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"35 UHF\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A6, B2:B6=\"35 UHF\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many stations have a 35 uhf frequency?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"B1",
"=",
"\"35 UHF\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"8TV\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"8TV\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the site(s) for tv station 8tv?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"8TV\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"TV1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"TV1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the network(s) for tv1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"TV1\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"7 UHF\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D6, B2:B6=\"7 UHF\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many stations are transmitted on frequency 7 uhf?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"7 UHF\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"TV3\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"TV3\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What site(s) for tv station tv3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"TV3\"",
"3"
]
}
] | test_1-1601792-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Television Station",
"Frequency",
"Site",
"Transmitted",
"Network",
"Status",
"Country of Region"
],
[
"2",
"TV1",
"28 UHF",
"Gunung Ledang",
"10 kW/800 kW ERP",
"Radio Televisyen Malaysia (RTM)",
"National",
"Malaysia"
],
[
"3",
"TV2",
"7 UHF",
"Gunung Ledang",
"10 kW/800 kW ERP",
"Radio Televisyen Malaysia (RTM)",
"National",
"Malaysia"
],
[
"4",
"TV3",
"12 UHF",
"Gunung Ledang",
"20 kW",
"Media Prima Berhad",
"National",
"Malaysia"
],
[
"5",
"NTV7",
"35 UHF",
"Gunung Ledang",
"20 kW",
"Media Prima Berhad",
"National",
"Malaysia"
],
[
"6",
"8TV",
"48 UHF",
"Gunung Ledang",
"20 kW",
"Media Prima Berhad",
"National",
"Malaysia"
]
] |
[
{
"Formula": "ROWS(FILTER(E1,(C1=\"east champaran, bihar\")*(D1>2)))",
"Formula2": "ROWS(FILTER(E2:E15,(C2:C15=\"east champaran, bihar\")*(D2:D15>2)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many people were injured in total in East Champaran, Bihar with more than 2 people killed?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"C1",
"=",
"\"east champaran, bihar\"",
"*",
"D1",
">",
"2"
]
},
{
"Formula": "MIN(FILTER(E1,(C1=\"dantewada, chhattisgarh\")*(D1=8)))",
"Formula2": "MIN(FILTER(E2:E15,(C2:C15=\"dantewada, chhattisgarh\")*(D2:D15=8)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the least amount of injuries in Dantewada, Chhattisgarh when 8 people were killed?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"=",
"\"dantewada, chhattisgarh\"",
"*",
"D1",
"=",
"8"
]
}
] | dev_2-1074011-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Incident No.",
"Date",
"Place",
"Killed",
"Injured"
],
[
"2",
"1",
"9 February",
"Dantewada, Chhattisgarh",
"8",
"0"
],
[
"3",
"2",
"15 February",
"Dantewada, Chhattisgarh",
"3",
"0"
],
[
"4",
"2",
"28 February",
"Erraboru, Chhattisgarh",
"25",
"0"
],
[
"5",
"3",
"20 March",
"East Champaran, Bihar",
"2",
"0"
],
[
"6",
"4",
"24 March",
"Gajapati, Odisha",
"3",
"0"
],
[
"7",
"5",
"6 April",
"Sundargarh, Odisha",
"0",
"9"
],
[
"8",
"6",
"18 April",
"Dantewada, Chhattisgarh",
"0",
"0"
],
[
"9",
"7",
"13 May",
"Dantewada, Chhattisgarh",
"4",
"5"
],
[
"10",
"8",
"12 June",
"Kanker, Chhattisgarh",
"0",
"0"
],
[
"11",
"9",
"16 July",
"Dantewada, Chhattisgarh",
"29",
"0"
],
[
"12",
"10",
"1 August",
"WestMidnapore, West Bengal",
"0",
"0"
],
[
"13",
"11",
"18 October",
"Bastar, Chattisgarh",
"0",
"0"
],
[
"14",
"12",
"2 December",
"Bokaro, Jharkhand",
"14",
"0"
],
[
"15",
"Total",
"Total",
"Total",
"20",
"14"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(B1=\"snatch\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(B2:B6=\"snatch\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the Ri Song-Hui when the olympic record is the world record and snatch was snatch?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"olympic record\"",
"*",
"B1",
"=",
"\"snatch\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"226kg\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"226kg\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the 102kg when the Ri Song-Hui was 226kg?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"226kg\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"olympic record\")*(B1=\"snatch\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=\"olympic record\")*(B2:B6=\"snatch\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the 102kg when the snatch was snatch and the olympic record was the world record?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"olympic record\"",
"*",
"B1",
"=",
"\"snatch\"",
"4"
]
}
] | train_2-18547439-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"World record",
"Snatch",
"Ri Song-Hui ( PRK )",
"102kg",
"Busan , South Korea"
],
[
"2",
"Clean & Jerk",
"Li Ping ( CHN )",
"129kg",
"Tai'an , China",
"22 April 2007"
],
[
"3",
"Total",
"Qiu Hongxia ( CHN )",
"226kg",
"Santo Domingo , Dominican",
"2 October 2006"
],
[
"4",
"Olympic record",
"Snatch",
"Yang Xia ( CHN )",
"100kg",
"Sydney , Australia"
],
[
"5",
"Olympic record",
"Clean & Jerk",
"Yang Xia ( CHN )",
"125kg",
"Sydney , Australia"
],
[
"6",
"Olympic record",
"Total",
"Yang Xia ( CHN )",
"225kg",
"Sydney , Australia"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (A1=\"saint-antoine\")*(C1>6.43)))",
"Formula2": "SUM(FILTER(D2:D6, (A2:A6=\"saint-antoine\")*(C2:C6>6.43)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total population for Saint-Antoine with an area squared of 6.43?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"saint-antoine\"",
"*",
"C1",
">",
"6.43"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"1,769 of 5,008\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>930))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,E2:E6=\"1,769 of 5,008\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>930))",
"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 current status of a location with a census ranking of 1,769 of 5,008 and population greater than 930?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1,769 of 5,008\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"930"
]
}
] | train_2-171229-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Bouctouche",
"Town",
"18.34",
"2,423",
"1,171 of 5,008"
],
[
"3",
"Saint-Antoine",
"Village",
"6.43",
"1,770",
"1,452 of 5,008"
],
[
"4",
"Richibucto",
"Town",
"11.83",
"1,286",
"1,769 of 5,008"
],
[
"5",
"Saint-Louis-de-Kent",
"Village",
"2.00",
"930",
"2,174 of 5,008"
],
[
"6",
"Rexton",
"Village",
"6.14",
"818",
"2,341 of 5,008"
]
] |
[
{
"Formula": "ROWS(FILTER(E1,(B1=\"russia\")*(A1=\"r14 r-14\")*(F1<0)))",
"Formula2": "ROWS(FILTER(E2:E17,(B2:B17=\"russia\")*(A2:A17=\"r14 r-14\")*(F2:F17<0)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the number of failure for the country of Russia, and a Family of r14 r-14, and a Partial failures smaller than 0?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"B1",
"=",
"\"russia\"",
"*",
"A1",
"=",
"\"r14 r-14\"",
"*",
"F1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(F1,(B1=\"russia\")*(E1>0)*(A1=\"angara\")*(C1>1)))",
"Formula2": "AVERAGE(FILTER(F2:F17,(B2:B17=\"russia\")*(E2:E17>0)*(A2:A17=\"angara\")*(C2:C17>1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the partial failure for the Country of russia, and a Failure larger than 0, and a Family of angara, and a Launch larger than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"B1",
"=",
"\"russia\"",
"*",
"E1",
">",
"0",
"*",
"A1",
"=",
"\"angara\"",
"*",
"C1",
">",
"1"
]
}
] | dev_2-13894411-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Family",
"Country",
"Launches",
"Successes",
"Failures",
"Partial failures"
],
[
"2",
"Angara",
"Russia",
"1",
"0",
"1",
"0"
],
[
"3",
"Ariane",
"Europe",
"6",
"6",
"0",
"0"
],
[
"4",
"Atlas",
"United States",
"4",
"4",
"0",
"0"
],
[
"5",
"Delta",
"United States",
"4",
"4",
"0",
"0"
],
[
"6",
"Falcon 9",
"United States",
"2",
"2",
"0",
"0"
],
[
"7",
"GSLV",
"India",
"2",
"0",
"2",
"0"
],
[
"8",
"H-II",
"Japan",
"2",
"2",
"0",
"0"
],
[
"9",
"Jericho",
"France Israel",
"1",
"1",
"0",
"0"
],
[
"10",
"Long March",
"China",
"15",
"15",
"0",
"0"
],
[
"11",
"Minotaur",
"United States",
"2",
"2",
"0",
"0"
],
[
"12",
"R07 R-7",
"Russia",
"13",
"13",
"0",
"0"
],
[
"13",
"R14 R-14",
"Russia",
"1",
"1",
"0",
"0"
],
[
"14",
"R36 R-36",
"Ukraine",
"3",
"3",
"0",
"0"
],
[
"15",
"PSLV",
"India",
"1",
"1",
"0",
"0"
],
[
"16",
"Space Shuttle",
"United States",
"3",
"3",
"0",
"0"
],
[
"17",
"Universal Rocket",
"Russia",
"14",
"13",
"1",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"t8\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"t8\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player with a t8 place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"t8\"",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (A1=\"t8\")*(D1=\"68-71-69-72=280\")))",
"Formula2": "AVERAGE(FILTER(F2:F14, (A2:A14=\"t8\")*(D2:D14=\"68-71-69-72=280\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average amount of money of players in t8 place with a 68-71-69-72=280 score?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"A1",
"=",
"\"t8\"",
"*",
"D1",
"=",
"\"68-71-69-72=280\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"vijay singh\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"vijay singh\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the country of player vijay singh?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"vijay singh\"",
"3"
]
}
] | train_2-18096431-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Mark Brooks",
"United States",
"68-70-69-70=277",
"β11",
"430,000"
],
[
"3",
"2",
"Kenny Perry",
"United States",
"66-72-71-68=277",
"β11",
"260,000"
],
[
"4",
"T3",
"Steve Elkington",
"Australia",
"67-74-67-70=278",
"β10",
"140,000"
],
[
"5",
"T3",
"Tommy Tolles",
"United States",
"69-71-71-67=278",
"β10",
"140,000"
],
[
"6",
"T5",
"Justin Leonard",
"United States",
"71-66-72-70=279",
"β9",
"86,667"
],
[
"7",
"T5",
"Jesper Parnevik",
"Sweden",
"73-67-69-70=279",
"β9",
"86,667"
],
[
"8",
"T5",
"Vijay Singh",
"Fiji",
"69-69-69-72=279",
"β9",
"86,667"
],
[
"9",
"T8",
"Lee Janzen",
"United States",
"68-71-71-70=280",
"β8",
"57,500"
],
[
"10",
"T8",
"Per-Ulrik Johansson",
"Sweden",
"73-72-66-69=280",
"β8",
"57,500"
],
[
"11",
"T8",
"Phil Mickelson",
"United States",
"67-67-74-72=280",
"β8",
"57,500"
],
[
"12",
"T8",
"Larry Mize",
"United States",
"71-70-69-70=280",
"β8",
"57,500"
],
[
"13",
"T8",
"Frank Nobilo",
"New Zealand",
"69-72-71-68=280",
"β8",
"57,500"
],
[
"14",
"T8",
"Nick Price",
"Zimbabwe",
"68-71-69-72=280",
"β8",
"57,500"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"providence\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"providence\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Nationality from Providence?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"providence\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"elden campbell category:articles with hcards\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=41))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F18,A2:A18=\"elden campbell category:articles with hcards\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=41))",
"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 years did Elden Campbell category:articles with hcards and jersesy number of 41 play?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"elden campbell category:articles with hcards\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"41"
]
}
] | test_2-16772687-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Nationality",
"Jersey Number(s)",
"Position",
"Years",
"From"
],
[
"2",
"Michael Cage Category:Articles with hCards",
"United States",
"44",
"C / PF",
"1988 β 1994",
"San Diego Aztecs"
],
[
"3",
"Elden Campbell Category:Articles with hCards",
"United States",
"41",
"C",
"2003",
"Clemson"
],
[
"4",
"Al Carlson Category:Articles with hCards",
"United States",
"35",
"C",
"1975β1976",
"Oregon"
],
[
"5",
"Bill Cartwright Category:Articles with hCards",
"United States",
"24",
"C",
"1994β1995",
"San Francisco"
],
[
"6",
"Tom Chambers Category:Articles with hCards",
"United States",
"24",
"C / PF",
"1983 β 1988",
"Utah"
],
[
"7",
"Mike Champion Category:Articles with hCards",
"United States",
"41",
"PF",
"1988β1989",
"Gonzaga"
],
[
"8",
"Archie Clark Category:Articles with hCards",
"United States",
"21",
"PG",
"1974β1975",
"Minnesota"
],
[
"9",
"Mateen Cleaves Category:Articles with hCards",
"United States",
"24",
"PG",
"2004 β 2006",
"Michigan State"
],
[
"10",
"Barry Clemens Category:Articles with hCards",
"United States",
"43",
"PF",
"1969 β 1972",
"Ohio Wesleyan"
],
[
"11",
"Nick Collison Category:Articles with hCards",
"United States",
"4",
"PF",
"2004 β 2008",
"Kansas"
],
[
"12",
"Marty Conlon Category:Articles with hCards",
"Ireland",
"24",
"PF / C",
"1991β1992",
"Providence"
],
[
"13",
"Joe Cooper Category:Articles with hCards",
"United States",
"53",
"PF / C",
"1985",
"Colorado"
],
[
"14",
"Dave Corzine Category:Articles with hCards",
"United States",
"42",
"C",
"1990β1991",
"DePaul"
],
[
"15",
"James Cotton Category:Articles with hCards",
"United States",
"4",
"SG",
"1997 β 1999",
"Long Beach State"
],
[
"16",
"Pete Cross Category:Articles with hCards",
"United States",
"41",
"PF / C",
"1970 β 1972 1972β1973",
"San Francisco"
],
[
"17",
"John Crotty Category:Articles with hCards",
"United States",
"22",
"PG",
"1999",
"Virginia"
],
[
"18",
"Terry Cummings Category:Articles with hCards",
"United States",
"34",
"PF / C",
"1997",
"DePaul"
]
] |
[
{
"Formula": "MAXIFS(A1,C1,\"she jiang\")",
"Formula2": "MAXIFS(A2:A10,C2:C10,\"she jiang\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest standard order for the Transcription based on Pinyin, She Jiang?",
"Tokens": [
"MAXIFS(",
"A1",
"C1",
"\"she jiang\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ει’\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"ει’\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the english translation of the traditional Chinese word, ει’?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ει’\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"bei hui feng\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,C2:C10=\"bei hui feng\"),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 simplified Chinese with a standard order over 4, and the transcription of Bei Hui Feng?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"bei hui feng\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"4"
]
}
] | test_2-1805919-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Standard order",
"English translation",
"Transcription (based on Pinyin)",
"Traditional Chinese",
"Simplified Chinese"
],
[
"2",
"1",
"Grieving I Make My Plaint",
"Xi Song",
"ζθͺ¦",
"ζθ―΅"
],
[
"3",
"2",
"Crossing the River",
"She Jiang",
"ζΆζ±",
"ζΆζ±"
],
[
"4",
"3",
"A Lament for Ying",
"Ai Ying",
"ει’",
"ει’"
],
[
"5",
"4",
"The Outpouring of Sad Thoughts",
"Chou Si",
"ζ½ζ",
"ζ½ζ"
],
[
"6",
"5",
"Embracing Sand",
"Huai Sha",
"ζ·ζ²",
"ζζ²"
],
[
"7",
"6",
"Thinking of a Fair One",
"Si Meiren",
"ζηΎδΊΊ",
"ζηΎδΊΊ"
],
[
"8",
"7",
"Alas for the Days Gone By",
"Xi Wangri",
"ζεΎζ₯",
"ζεΎζ₯"
],
[
"9",
"8",
"In Praise of the Orange-Tree",
"Ju Song",
"ζ©ι ",
"ζ©ι’"
],
[
"10",
"9",
"Grieving at the Eddying Wind",
"Bei Hui Feng",
"ζ²ει’¨",
"ζ²ει£"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"france\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,C2:C8=\"france\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "When france had a rank larger than 2, what was their time?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"france\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"kazakhstan\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"kazakhstan\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the time for the country of kazakhstan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"kazakhstan\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"germany\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"germany\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What athletes represented the country of germany?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"germany\"",
"2"
]
},
{
"Formula": "SUMIFS(A1,D1,\"1:42.054\")",
"Formula2": "SUMIFS(A2:A8,D2:D8,\"1:42.054\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the rank for the finish time of 1:42.054?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"1:42.054\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"1:43.189\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,D2:D8=\"1:43.189\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which country had a rank smaller than 7 and a time of 1:43.189?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1:43.189\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"7"
]
}
] | train_2-18646660-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Athletes",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Christian Gille , Thomas Wylenzek",
"Germany",
"1:41.513",
"QF"
],
[
"3",
"2",
"Andrei Bahdanovich , Aliaksandr Bahdanovich",
"Belarus",
"1:41.767",
"QF"
],
[
"4",
"3",
"Sergiy Bezuglyy , Maksym Prokopenko",
"Ukraine",
"1:42.054",
"QF"
],
[
"5",
"4",
"Iosif Chirila , Andrei Cuculici",
"Romania",
"1:42.306",
"QS"
],
[
"6",
"5",
"Andrew Russell , Gabriel Beauchesne-Sevigny",
"Canada",
"1:43.189",
"QS"
],
[
"7",
"6",
"Bertrand Hemonic , William Tchamba",
"France",
"1:43.453",
"QS"
],
[
"8",
"7",
"Kaisar Nurmaganbetov , Aleksey Dyadchuk",
"Kazakhstan",
"1:45.730",
"QS"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"France : Cap Gris-Nez to Mont-Saint-Michel\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"France : Cap Gris-Nez to Mont-Saint-Michel\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number directed by for \" france : cap gris-nez to mont-saint-michel \"",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"France : Cap Gris-Nez to Mont-Saint-Michel\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"John Trefor\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"John Trefor\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the written by for john trefor",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"John Trefor\"",
"5"
]
}
] | train_1-2430014-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series No.",
"Episode No.",
"Title",
"Directed by",
"Written by",
"UK Ratings (BBC2 Rank)",
"Original air date"
],
[
"2",
"4",
"1",
"\"Whitstable to the Isle of Wight \"",
"David Symonds",
"n/a",
"3.68m (2)",
"14July2009"
],
[
"3",
"4",
"2",
"\" France : Cap Gris-Nez to Mont-Saint-Michel \"",
"David Symonds",
"n/a",
"3.34m (3)",
"21July2009"
],
[
"4",
"4",
"3",
"\" Land's End to Porthcawl \"",
"Marc Edwards",
"n/a",
"3.45m (2)",
"28July2009"
],
[
"5",
"4",
"4",
"\" Cork to Dublin \"",
"John Trefor",
"n/a",
"3.56m (2)",
"4August2009"
],
[
"6",
"4",
"5",
"\" Anglesey to Blackpool \"",
"Paul Barnett",
"n/a",
"3.41m (1)",
"11August2009"
],
[
"7",
"4",
"6",
"\" Inner Hebrides to the Faroe Islands\"",
"Lizzie Mottram",
"n/a",
"3.66m (1)",
"18August2009"
],
[
"8",
"4",
"7",
"\" Norway : Lillesand to Svalbard \"",
"Amanda Reilly",
"n/a",
"3.66m (2)",
"25August2009"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (F1>2)*(C1=21)*(E1>12)))",
"Formula2": "SUM(FILTER(A2:A13, (F2:F13>2)*(C2:C13=21)*(E2:E13>12)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the rank with a higher than 2 total, 21 gold and more than 12 bronze?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
">",
"2",
"*",
"C1",
"=",
"21",
"*",
"E1",
">",
"12"
]
},
{
"Formula": "SUM(FILTER(C1, (D1>1)*(B1=\"germany\")))",
"Formula2": "SUM(FILTER(C2:C13, (D2:D13>1)*(B2:B13=\"germany\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many golds does Germany have with more than 1 silver?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
">",
"1",
"*",
"B1",
"=",
"\"germany\""
]
}
] | train_2-18314203-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1.",
"Brazil",
"21",
"9",
"12",
"42"
],
[
"3",
"2.",
"United States",
"9",
"3",
"6",
"18"
],
[
"4",
"3.",
"China",
"1",
"9",
"8",
"18"
],
[
"5",
"4.",
"Australia",
"1",
"1",
"1",
"3"
],
[
"6",
"4.",
"Netherlands",
"1",
"1",
"1",
"3"
],
[
"7",
"6.",
"Estonia",
"1",
"0",
"0",
"1"
],
[
"8",
"7.",
"Germany",
"0",
"5",
"1",
"6"
],
[
"9",
"8.",
"Russia",
"0",
"2",
"3",
"5"
],
[
"10",
"9.",
"Argentina",
"0",
"2",
"0",
"2"
],
[
"11",
"10.",
"Switzerland",
"0",
"1",
"1",
"2"
],
[
"12",
"11.",
"Norway",
"0",
"1",
"0",
"1"
],
[
"13",
"12.",
"Austria",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-70=139\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"69-70=139\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had a score of 69-70=139?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"69-70=139\"",
"2"
]
}
] | train_2-12278571-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Sergio GarcΓa",
"Spain",
"65-71=136",
"β6"
],
[
"3",
"2",
"K.J. Choi",
"South Korea",
"69-69=138",
"β4"
],
[
"4",
"T3",
"Miguel Γngel JimΓ©nez",
"Spain",
"69-70=139",
"β3"
],
[
"5",
"T3",
"Mike Weir",
"Canada",
"71-68=139",
"β3"
],
[
"6",
"T5",
"Jim Furyk",
"United States",
"70-70=140",
"β2"
],
[
"7",
"T5",
"Boo Weekley",
"United States",
"68-72=140",
"β2"
],
[
"8",
"T7",
"Γngel Cabrera",
"Argentina",
"68-73=141",
"β1"
],
[
"9",
"T7",
"Alastair Forsyth",
"Scotland",
"70-71=141",
"β1"
],
[
"10",
"T7",
"Retief Goosen",
"South Africa",
"70-71=141",
"β1"
],
[
"11",
"T7",
"J. J. Henry",
"United States",
"70-71=141",
"β1"
],
[
"12",
"T7",
"AndrΓ©s Romero",
"Argentina",
"71-70=141",
"β1"
],
[
"13",
"T7",
"Lee Westwood",
"England",
"71-70=141",
"β1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Jim Farmer\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Jim Farmer\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During which years did Jim Farmer play for Jazz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Jim Farmer\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"2006-2007\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A8, E2:E8=\"2006-2007\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many players have played for Jazz during 2006-2007?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"\"2006-2007\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Jim Farmer\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Jim Farmer\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's Jim Farmer's nationality?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Jim Farmer\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, F1=\"UTEP\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E8, F2:F8=\"UTEP\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "For how many players from UTEP can one calculate how many years they've played for Jazz?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"F1",
"=",
"\"UTEP\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"Jim Farmer\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D8, A2:A8=\"Jim Farmer\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many position does Jim Farmer play in?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"A1",
"=",
"\"Jim Farmer\""
]
}
] | train_1-11545282-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"No.",
"Nationality",
"Position",
"Years for Jazz",
"School/Club Team"
],
[
"2",
"Jim Farmer",
"30",
"United States",
"Guard",
"1988-89",
"Alabama"
],
[
"3",
"Derrick Favors",
"15",
"United States",
"Forward",
"2011-present",
"Georgia Tech"
],
[
"4",
"Kyrylo Fesenko",
"44",
"Ukraine",
"Center",
"2007-11",
"Cherkasy Monkeys ( Ukraine )"
],
[
"5",
"Derek Fisher",
"2",
"United States",
"Guard",
"2006-2007",
"Arkansas-Little Rock"
],
[
"6",
"Greg Foster",
"44",
"United States",
"Center/Forward",
"1995-99",
"UTEP"
],
[
"7",
"Bernie Fryer",
"25",
"United States",
"Guard",
"1975-76",
"BYU"
],
[
"8",
"Todd Fuller",
"52",
"United States",
"Center",
"1998-99",
"North Carolina State"
]
] |
[
{
"Formula": "SUM(FILTER(J1, F1=8))",
"Formula2": "SUM(FILTER(J2:J12, F2:F12=8))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total points for the tean with 8 losses?",
"Tokens": [
"SUM(",
"FILTER(",
"J1",
"F1",
"=",
"8"
]
},
{
"Formula": "SUMIFS(F1,B1,\"Keighley Cougars\")",
"Formula2": "SUMIFS(F2:F12,B2:B12,\"Keighley Cougars\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many numbers are given for losses by the Keighley Cougars?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"Keighley Cougars\""
]
}
] | train_1-13015539-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Position",
"Club",
"Played",
"Won",
"Drawn",
"Lost",
"Pts For",
"Pts Agst",
"Bonus Points",
"Points"
],
[
"2",
"1",
"Celtic Crusaders",
"20",
"17",
"0",
"3",
"826",
"311",
"3",
"54"
],
[
"3",
"2",
"Featherstone Rovers",
"20",
"17",
"0",
"3",
"775",
"302",
"2",
"53"
],
[
"4",
"3",
"Barrow Raiders",
"20",
"15",
"0",
"5",
"683",
"371",
"4",
"49"
],
[
"5",
"4",
"Oldham Roughyeds",
"19",
"14",
"0",
"5",
"585",
"340",
"5",
"47"
],
[
"6",
"5",
"Workington Town",
"20",
"12",
"0",
"8",
"595",
"439",
"5",
"41"
],
[
"7",
"6",
"York City Knights",
"21",
"9",
"0",
"12",
"432",
"448",
"6",
"33"
],
[
"8",
"7",
"London Skolars",
"21",
"8",
"1",
"12",
"422",
"582",
"3",
"29"
],
[
"9",
"8",
"Hunslet Hawks",
"19",
"7",
"0",
"12",
"331",
"551",
"6",
"27"
],
[
"10",
"9",
"Swinton Lions",
"19",
"9",
"0",
"10",
"533",
"581",
"5",
"26"
],
[
"11",
"10",
"Keighley Cougars",
"20",
"5",
"1",
"14",
"363",
"661",
"3",
"20"
],
[
"12",
"11",
"Gateshead Thunder",
"19",
"5",
"0",
"14",
"346",
"731",
"3",
"18"
]
] |
[
{
"Formula": "SUMIFS(I1,B1,\"Formula Renault 2.0 Italy\")",
"Formula2": "SUMIFS(I2:I6,B2:B6,\"Formula Renault 2.0 Italy\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the point total for the Formula Renault 2.0 Italy series?",
"Tokens": [
"SUMIFS(",
"I1",
"B1",
"\"Formula Renault 2.0 Italy\""
]
},
{
"Formula": "MINIFS(G1,B1,\"Italian Formula Renault 2.0 Winter Series\")",
"Formula2": "MINIFS(G2:G6,B2:B6,\"Italian Formula Renault 2.0 Winter Series\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the minimum number of f/laps in the Italian Formula Renault 2.0 Winter Series?",
"Tokens": [
"MINIFS(",
"G1",
"B1",
"\"Italian Formula Renault 2.0 Winter Series\""
]
},
{
"Formula": "SUMIFS(F1,B1,\"Italian Formula Renault 2.0 Winter Series\")",
"Formula2": "SUMIFS(F2:F6,B2:B6,\"Italian Formula Renault 2.0 Winter Series\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many poles were there in the Italian Formula Renault 2.0 Winter Series?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"Italian Formula Renault 2.0 Winter Series\""
]
},
{
"Formula": "SUMIFS(H1,B1,\"Italian Formula Renault 2.0 Winter Series\")",
"Formula2": "SUMIFS(H2:H6,B2:B6,\"Italian Formula Renault 2.0 Winter Series\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many podiums were there in the Italian Formula Renault 2.0 Winter Series?",
"Tokens": [
"SUMIFS(",
"H1",
"B1",
"\"Italian Formula Renault 2.0 Winter Series\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(J1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Formula2": "LET(query1,SUMMARIZE(J2:J6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the highest position for the person who performed in 16 races?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"J1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"16"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(H2:H6)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What team had 4 podiums?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | test_1-21795650-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
[
"2",
"2008",
"Formula Renault 2.0 Eurocup",
"Prema Powerteam",
"17",
"0",
"0",
"0",
"0",
"0",
"NC"
],
[
"3",
"2008",
"Formula Renault 2.0 Italy",
"Prema Powerteam",
"17",
"0",
"0",
"0",
"0",
"30",
"21st"
],
[
"4",
"2008",
"Italian Formula Renault 2.0 Winter Series",
"CO2 Motorsport",
"2",
"1",
"0",
"1",
"1",
"54",
"2nd"
],
[
"5",
"2009",
"Formula Palmer Audi",
"MotorSport Vision",
"20",
"2",
"3",
"1",
"11",
"313",
"2nd"
],
[
"6",
"2009",
"FIA Formula Two Championship",
"MotorSport Vision",
"16",
"1",
"1",
"2",
"4",
"45",
"7th"
]
] |
[
{
"Formula": "AVERAGEIFS(F1,C1,\"41.241 (3)\")",
"Formula2": "AVERAGEIFS(F2:F9,C2:C9,\"41.241 (3)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What average total has 41.241 (3) as the 1st run?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"C1",
"\"41.241 (3)\""
]
},
{
"Formula": "SUMIFS(F1,E1,\"38.023 (6)\")",
"Formula2": "SUMIFS(F2:F9,E2:E9,\"38.023 (6)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many totals have 38.023 (6) as the 3rd run?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"38.023 (6)\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"36.076 (1)\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,E2:E9=\"36.076 (1)\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What name has a rank less than 3, with 36.076 (1) as the 3rd run?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"36.076 (1)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
}
] | test_2-18603914-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Name",
"1st run",
"2nd run",
"3rd run",
"Total"
],
[
"2",
"1",
"Jared Graves ( AUS )",
"38.067 (1)",
"36.496 (2)",
"36.076 (1)",
"4"
],
[
"3",
"2",
"Cristian Becerine ( ARG )",
"38.399 (2)",
"42.733 (7)",
"36.985 (2)",
"11"
],
[
"4",
"3",
"Roger Rinderknecht ( SUI )",
"54.234 (8)",
"36.462 (1)",
"37.136 (3)",
"12"
],
[
"5",
"4",
"Damien Godet ( FRA )",
"41.241 (3)",
"40.221 (4)",
"38.023 (6)",
"13"
],
[
"6",
"5",
"Sergio Salazar ( COL )",
"54.216 (7)",
"37.479 (3)",
"37.573 (5)",
"15"
],
[
"7",
"6",
"Thomas Allier ( FRA )",
"41.594 (4)",
"41.043 (5)",
"38.037 (7)",
"16"
],
[
"8",
"7",
"Luke Madill ( AUS )",
"51.198 (6)",
"1:02.432 (8)",
"37.420 (4)",
"18"
],
[
"9",
"8",
"Sebastian Kartfjord ( NOR )",
"42.658 (4)",
"42.625 (6)",
"38.821 (8)",
"19"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"sandy lyle\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<69))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E12,B2:B12=\"sandy lyle\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<69))",
"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 Country is player Sandy Lyle from when she scored less than 69?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"sandy lyle\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"69"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"philip parkin\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"philip parkin\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par of Philip Parkin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"philip parkin\"",
"5"
]
}
] | train_2-18153721-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Christy O'Connor Jnr",
"Ireland",
"64",
"β6"
],
[
"3",
"T2",
"David Graham",
"Australia",
"68",
"β2"
],
[
"4",
"T2",
"Tony Johnstone",
"Zimbabwe",
"68",
"β2"
],
[
"5",
"T2",
"Robert Lee",
"England",
"68",
"β2"
],
[
"6",
"T2",
"Sandy Lyle",
"Scotland",
"68",
"β2"
],
[
"7",
"T2",
"Philip Parkin",
"Wales",
"68",
"β2"
],
[
"8",
"T7",
"Gordon Brand Jnr",
"Scotland",
"69",
"β1"
],
[
"9",
"T7",
"Bill McColl",
"Scotland",
"69",
"β1"
],
[
"10",
"T7",
"D. A. Weibring",
"United States",
"69",
"β1"
],
[
"11",
"T7",
"David Whelan",
"England",
"69",
"β1"
],
[
"12",
"T7",
"Fuzzy Zoeller",
"United States",
"69",
"β1"
]
] |
[
{
"Formula": "FILTER(A1,G1=\"17.2\")",
"Formula2": "FILTER(A2:A19,G2:G19=\"17.2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the world rank for market value 17.2",
"Tokens": [
"FILTER(",
"A1",
"G1",
"=",
"\"17.2\""
]
},
{
"Formula": "FILTER(G1,B1=\"RHB Capital\")",
"Formula2": "FILTER(G2:G19,B2:B19=\"RHB Capital\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the market value for rhb capital",
"Tokens": [
"FILTER(",
"G1",
"B1",
"=",
"\"RHB Capital\""
]
},
{
"Formula": "FILTER(E1,G1=\"11.8\")",
"Formula2": "FILTER(E2:E19,G2:G19=\"11.8\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the profits for market value of 11.8",
"Tokens": [
"FILTER(",
"E1",
"G1",
"=",
"\"11.8\""
]
},
{
"Formula": "FILTER(C1,D1=\"2.1\")",
"Formula2": "FILTER(C2:C19,D2:D19=\"2.1\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the industry for revenue being 2.1",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"2.1\""
]
},
{
"Formula": "ROWS(FILTER(C1,B1=\"Maxis\"))",
"Formula2": "ROWS(FILTER(C2:C19,B2:B19=\"Maxis\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the total number of industry for maxis",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"B1",
"=",
"\"Maxis\""
]
}
] | dev_1-19112-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"World Rank",
"Company",
"Industry",
"Revenue (billion $)",
"Profits (billion $)",
"Assets (billion $)",
"Market Value (billion $)"
],
[
"2",
"332",
"Maybank",
"Banking",
"9.1",
"1.9",
"161.4",
"24.3"
],
[
"3",
"467",
"CIMB Group Holdings",
"Banking",
"6.3",
"1.4",
"110.2",
"16.8"
],
[
"4",
"516",
"Tenaga Nasional",
"Utilities",
"11.5",
"1.3",
"28.3",
"12.6"
],
[
"5",
"542",
"Sime Darby",
"Conglomerates",
"15",
"1.3",
"14.9",
"17.3"
],
[
"6",
"594",
"Public Bank",
"Banking",
"4.2",
"1.3",
"89.8",
"18"
],
[
"7",
"725",
"Genting",
"Hotels, Restaurants & Leisure",
"5.6",
"1.4",
"21.5",
"11.6"
],
[
"8",
"807",
"Axiata Group",
"Telecommunications Services",
"5.8",
"0. 8",
"14",
"17.2"
],
[
"9",
"941",
"Petronas Chemical",
"Oil & Gas Operations",
"5.4",
"1.2",
"8.3",
"16.3"
],
[
"10",
"973",
"RHB Capital",
"Banking",
"2.0",
"0.6",
"61.8",
"6.8"
],
[
"11",
"1125",
"AMMB Holdings",
"Banking",
"2.1",
"0.5",
"36.4",
"6.1"
],
[
"12",
"1260",
"Maxis",
"Telecommunications Services",
"2.9",
"0.6",
"5.8",
"15.6"
],
[
"13",
"1261",
"YTL",
"Utilities",
"6.4",
"0. 4",
"16.3",
"5.6"
],
[
"14",
"1302",
"Hong Leong Financial Group",
"Banking",
"2.3",
"0.4",
"53.6",
"4.8"
],
[
"15",
"1317",
"IOI Group",
"Food, Drink & Tobacco",
"4.9",
"0.6",
"7.2",
"9.6"
],
[
"16",
"1450",
"Petronas Gas",
"Oil & Gas Operations",
"1.2",
"0.5",
"4.4",
"11.8"
],
[
"17",
"1696",
"Petronas Dagangan",
"Oil & Gas Operations",
"9.6",
"0.3",
"3.2",
"7.4"
],
[
"18",
"1823",
"DRB Hicom",
"Automotive",
"2.2",
"0.4",
"12.9",
"1.5"
],
[
"19",
"1842",
"MISC Berhad",
"Transportation",
"3.1",
"0.2",
"12.2",
"7.4"
]
] |
[
{
"Formula": "MIN(FILTER(A1, (E1<7)*(B1=\"didier hauss\")))",
"Formula2": "MIN(FILTER(A2:A19, (E2:E19<7)*(B2:B19=\"didier hauss\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the smallest position with less than 7 points piloted by Didier Hauss?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"E1",
"<",
"7",
"*",
"B1",
"=",
"\"didier hauss\""
]
}
] | train_2-14091394-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Position",
"Pilot",
"Country",
"Glider",
"Points"
],
[
"2",
"1",
"Sebastian Kawa",
"Poland",
"Diana Sailplanes - Diana 2",
"30"
],
[
"3",
"2",
"Uli Schwenk",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"25"
],
[
"4",
"2",
"Ben Flewett",
"New Zealand",
"Alexander Schleicher GmbH & Co - ASW 27",
"25"
],
[
"5",
"4",
"Steve Jones",
"United Kingdom",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"24"
],
[
"6",
"5",
"Petr Krejcirik",
"Czech Republic",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"17"
],
[
"7",
"5",
"Michael Sommer",
"Germany",
"Alexander Schleicher GmbH & Co - ASG 29",
"17"
],
[
"8",
"7",
"Mario Kiessling",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"15"
],
[
"9",
"8",
"Bruce Taylor",
"Australia",
"Alexander Schleicher GmbH & Co - ASW 27",
"14"
],
[
"10",
"8",
"Giorgio Galetto",
"Italy",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"14"
],
[
"11",
"10",
"Peter Harvey",
"United Kingdom",
"Alexander Schleicher GmbH & Co - ASW 27",
"13"
],
[
"12",
"11",
"Mark Holliday",
"South Africa",
"Alexander Schleicher GmbH & Co - ASW 27",
"10"
],
[
"13",
"12",
"Christophe Ruch",
"France",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2a",
"9"
],
[
"14",
"13",
"Erwin Sommer",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"7"
],
[
"15",
"14",
"Herbert Weiss",
"Germany",
"Alexander Schleicher GmbH & Co - ASG 29",
"4"
],
[
"16",
"15",
"Didier Hauss",
"France",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2cxT",
"3"
],
[
"17",
"15",
"Oscar Goudriaan",
"South Africa",
"Schempp-Hirth Flugzeugbau GmbH - Ventus",
"3"
],
[
"18",
"17",
"Vladimir Panafutin",
"Russia",
"Rolladen-Schneider Flugzeugbau GmbH - LS6C",
"0"
],
[
"19",
"17",
"Tim McAllister",
"USA",
"Schempp-Hirth Flugzeugbau GmbH - Ventus C",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"strikeforce: barnett vs. cormier\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,E2:E14=\"strikeforce: barnett vs. cormier\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was strikeforce: barnett vs. cormier's record?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"strikeforce: barnett vs. cormier\"",
"2"
]
}
] | train_2-16801144-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Time",
"Location"
],
[
"2",
"Win",
"13β0",
"Roy Nelson",
"Decision (unanimous)",
"UFC 166",
"3",
"5:00",
"Houston, Texas , United States"
],
[
"3",
"Win",
"12β0",
"Frank Mir",
"Decision (unanimous)",
"UFC on Fox: Henderson vs. Melendez",
"3",
"5:00",
"San Jose, California , United States"
],
[
"4",
"Win",
"11β0",
"Dion Staring",
"TKO (punches)",
"Strikeforce: Marquardt vs. Saffiedine",
"2",
"4:02",
"Oklahoma City, Oklahoma , United States"
],
[
"5",
"Win",
"10β0",
"Josh Barnett",
"Decision (unanimous)",
"Strikeforce: Barnett vs. Cormier",
"5",
"5:00",
"San Jose, California , United States"
],
[
"6",
"Win",
"9β0",
"Antonio Silva",
"KO (punches)",
"Strikeforce: Barnett vs. Kharitonov",
"1",
"3:56",
"Cincinnati, Ohio , United States"
],
[
"7",
"Win",
"8β0",
"Jeff Monson",
"Decision (unanimous)",
"Strikeforce: Overeem vs. Werdum",
"3",
"5:00",
"Dallas, Texas , United States"
],
[
"8",
"Win",
"7β0",
"Devin Cole",
"Decision (unanimous)",
"Strikeforce Challengers: Woodley vs. Saffiedine",
"3",
"5:00",
"Nashville, Tennessee , United States"
],
[
"9",
"Win",
"6β0",
"Soa Palelei",
"Submission (punches)",
"XMMA 3",
"1",
"2:23",
"Sydney, New South Wales , Australia"
],
[
"10",
"Win",
"5β0",
"Jason Riley",
"Submission (punches)",
"Strikeforce: Houston",
"1",
"1:02",
"Houston, Texas , United States"
],
[
"11",
"Win",
"4β0",
"Tony Johnson",
"Submission (rear naked choke)",
"KOTC: Imminent Danger",
"1",
"2:27",
"Mescalero, New Mexico , United States"
],
[
"12",
"Win",
"3β0",
"Lucas Browne",
"TKO (punches)",
"XMMA 2",
"1",
"4:35",
"Sydney, New South Wales , Australia"
],
[
"13",
"Win",
"2β0",
"John Devine",
"KO (punch)",
"Strikeforce Challengers: Johnson vs. Mahe",
"1",
"1:19",
"Fresno, California , United States"
],
[
"14",
"Win",
"1β0",
"Gary Frazier",
"TKO (punches)",
"Strikeforce Challengers: Kennedy vs. Cummings",
"2",
"3:39",
"Bixby, Oklahoma , United States"
]
] |
[
{
"Formula": "FILTER(A1,B1=\"Flyweight\")",
"Formula2": "FILTER(A2:A8,B2:B8=\"Flyweight\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which athlete competed in the flyweight division?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"Flyweight\""
]
},
{
"Formula": "FILTER(F1,C1=\"Bye\")",
"Formula2": "FILTER(F2:F8,C2:C8=\"Bye\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When there was a bye in the round of 32, what was the result in the round of 16?",
"Tokens": [
"FILTER(",
"F1",
"C1",
"=",
"\"Bye\""
]
}
] | dev_1-1745820-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Athlete",
"Event",
"Round of 32",
"Round of 16",
"Quarterfinals",
"Semifinals"
],
[
"2",
"Omar AndrΓ©s NarvΓ‘ez",
"Flyweight",
"ValcΓ‘rcel ( PUR ) W",
"Sydorenko ( UKR ) L",
"Did not advance",
"Did not advance"
],
[
"3",
"Ceferino Labarda",
"Bantamweight",
"Malakhbekov ( RUS ) L",
"Did not advance",
"Did not advance",
"Did not advance"
],
[
"4",
"Ceferino Labarda",
"Bantamweight",
"Malakhbekov ( RUS ) L (RSC)",
"Did not advance",
"Did not advance",
"Did not advance"
],
[
"5",
"Israel HΓ©ctor Perez",
"Featherweight",
"Bye",
"Simelane ( SWZ ) W (RSC)",
"Tamsamani ( MAR ) L",
"Did not advance"
],
[
"6",
"Victor Hugo Castro",
"Light Welterweight",
"Huste ( GER ) L",
"Did not advance",
"Did not advance",
"Did not advance"
],
[
"7",
"Guillermo Saputo",
"Welterweight",
"Dotsenko ( UKR ) L",
"Did not advance",
"Did not advance",
"Did not advance"
],
[
"8",
"Mariano Natalio Carrera",
"Middleweight",
"Kuloglu ( TUR ) L (RSC)",
"Did not advance",
"Did not advance",
"Did not advance"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"#88 Team Mitsubishi 88 Mitsubishi Starion\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"#88 Team Mitsubishi 88 Mitsubishi Starion\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the b winning car for #88 team mitsubishi 88 mitsubishi starion",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"#88 Team Mitsubishi 88 Mitsubishi Starion\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"#88 Team Mitsubishi 88 Mitsubishi Starion\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"#88 Team Mitsubishi 88 Mitsubishi Starion\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the gt winning car for #88 team mitsubishi 88 mitsubishi starion",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"#88 Team Mitsubishi 88 Mitsubishi Starion\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"Road Atlanta\")*(F1=\"#35 Quantum Engineering #35 Honda CRX-Si\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(B2:B9=\"Road Atlanta\")*(F2:F9=\"#35 Quantum Engineering #35 Honda CRX-Si\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the ss winning car for road atlanta and #35 quantum engineering #35 honda crx-si",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Road Atlanta\"",
"*",
"F1",
"=",
"\"#35 Quantum Engineering #35 Honda CRX-Si\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,D1,\"Kim Baker, Bobby Archer, Tommy Archer\")",
"Formula2": "SUMIFS(A2:A9,D2:D9,\"Kim Baker, Bobby Archer, Tommy Archer\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the total number of rnd for kim baker, bobby archer, tommy archer",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Kim Baker, Bobby Archer, Tommy Archer\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Bobby Archer, Tommy Archer\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"Bobby Archer, Tommy Archer\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number of b winning car and bobby archer, tommy archer",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Bobby Archer, Tommy Archer\"",
"6"
]
}
] | train_1-27965906-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rnd",
"Circuit",
"GT Winning Car",
"SS Winning Car",
"A Winning Car",
"B Winning Car",
"Report"
],
[
"2",
"1",
"Sears Point",
"#08 Delta G Racing Porsche 944",
"#74 Rippie Anderson Motorsports Chevrolet Corvette",
"#87 Team Mitsubishi 87 Mitsubishi Starion",
"#35 Quantum Engineering #35 Honda CRX-Si",
"Report"
],
[
"3",
"1",
"Sears Point",
"Geoff Provo, Gregg Doran, Dr. Barney Gardner",
"Parker Johnston, Bill Cooper",
"Mike Rutherford, Ray Kong",
"Ran Haase, Scott Gaylord , Lance Stewart",
"Report"
],
[
"4",
"2",
"Portland",
"#08 Delta G Racing Porsche 944",
"#4 Bakeracing #4 Chevrolet Corvette",
"#88 Team Mitsubishi 88 Mitsubishi Starion",
"#20 Coyote Enterprises Mitsubishi Starion",
"Report"
],
[
"5",
"2",
"Portland",
"Geoff Provo, Gregg Doran",
"Bobby Archer, Tommy Archer",
"Peter Farrell, Dave Vegher",
"Wiley Timbrook, Bob Gill",
"Report"
],
[
"6",
"4",
"Road Atlanta",
"#11 Carlsen Porsche Racing 11 Porsche 944",
"#5 Bakeracing #4 Chevrolet Corvette",
"#53 Team Shelby 53 Dodge Shelby Charger",
"#35 Quantum Engineering #35 Honda CRX-Si",
"Report"
],
[
"7",
"4",
"Road Atlanta",
"Paul McIntosh, Kees Nierop",
"Kim Baker, Bobby Archer, Tommy Archer",
"Garth Ullom, Tim Evans",
"Ran Haase, Scott Gaylord , Lance Stewart",
"Report"
],
[
"8",
"5",
"Mosport Park",
"#19 Saleen Autosport Saleen Mustang",
"#4 Bakeracing #4 Chevrolet Corvette",
"#53 Team Shelby 53 Dodge Shelby Charger",
"#39 CGJ/Phoenix Racing VW Scirocco GTX",
"Report"
],
[
"9",
"6",
"Mid-Ohio",
"Chevrolet Camaro",
"Chevrolet Corvette",
"Dodge Shelby Charger",
"VW Scirocco GTX",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"w 38-14\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"w 38-14\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent at the game with a result of W 38-14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"w 38-14\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"recap\")*(E1=\"w 22β16\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(F2:F18=\"recap\")*(E2:E18=\"w 22β16\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the time of the game that had an NFL recap and a result of W 22β16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"recap\"",
"*",
"E1",
"=",
"\"w 22β16\"",
"3"
]
}
] | test_2-15088960-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Time",
"Opponent",
"Result",
"NFL Recap"
],
[
"2",
"1",
"September 7, 2008",
"1:05 p.m. (ET)",
"Detroit Lions",
"W 34-21",
"Recap"
],
[
"3",
"2",
"September 14, 2008",
"4:05 p.m.",
"at Tampa Bay Buccaneers",
"L 24-9",
"Recap"
],
[
"4",
"3",
"September 21, 2008",
"1:05 p.m.",
"Kansas City Chiefs",
"W 38-14",
"Recap"
],
[
"5",
"4",
"September 28, 2008",
"1:05 p.m.",
"at Carolina Panthers",
"L 24-9",
"Recap"
],
[
"6",
"5",
"October 5, 2008",
"1:05 p.m.",
"at Green Bay Packers",
"W 27-24",
"Recap"
],
[
"7",
"6",
"October 12, 2008",
"1:05 p.m.",
"Chicago Bears",
"W 22-20",
"Recap"
],
[
"8",
"7",
"October 19, 2008",
"Bye week",
"Bye week",
"Bye week",
"Bye week"
],
[
"9",
"8",
"October 26, 2008",
"1:05 p.m.",
"at Philadelphia Eagles",
"L 27-14",
"Recap"
],
[
"10",
"9",
"November 2, 2008",
"4:15 p.m.",
"at Oakland Raiders",
"W 24-0",
"Recap"
],
[
"11",
"10",
"November 9, 2008",
"1:05 p.m.",
"New Orleans Saints",
"W 34-20",
"Recap"
],
[
"12",
"11",
"November 16, 2008",
"1:05 p.m.",
"Denver Broncos",
"L 24-20",
"Recap"
],
[
"13",
"12",
"November 23, 2008",
"4:15 p.m.",
"Carolina Panthers",
"W 45-28",
"Recap"
],
[
"14",
"13",
"November 30, 2008",
"4:05 p.m.",
"at San Diego Chargers",
"W 22β16",
"Recap"
],
[
"15",
"14",
"December 7, 2008",
"1:05 p.m.",
"at New Orleans Saints",
"L 29-25",
"Recap"
],
[
"16",
"15",
"December 14, 2008",
"1:05 p.m.",
"Tampa Bay Buccaneers",
"W 13β10",
"Recap"
],
[
"17",
"16",
"December 21, 2008",
"4:15 p.m.",
"at Minnesota Vikings",
"W 24β17",
"Recap"
],
[
"18",
"17",
"December 28, 2008",
"1:05 p.m.",
"St. Louis Rams",
"W 31β27",
"Recap"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"altrincham\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"altrincham\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the Altrincham was the home team what was the tie no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"altrincham\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"crawley town\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"crawley town\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Crawley Town as the home team has what as the tie no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"crawley town\"",
"1"
]
}
] | train_2-18569929-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Attendance"
],
[
"2",
"1",
"Barrow",
"3β1",
"Gateshead F.C",
"551"
],
[
"3",
"2",
"York City",
"1β1",
"Mansfield Town",
"608"
],
[
"4",
"York won 4β2 on penalties",
"York won 4β2 on penalties",
"York won 4β2 on penalties",
"York won 4β2 on penalties",
"York won 4β2 on penalties"
],
[
"5",
"3",
"Forest Green Rovers",
"2β1",
"Oxford United",
"383"
],
[
"6",
"4",
"Altrincham",
"1β2",
"Wrexham",
"537"
],
[
"7",
"5",
"Stafford Rangers",
"1β2",
"Southport",
"261"
],
[
"8",
"6",
"Bath City",
"0β1",
"Salisbury City",
"230"
],
[
"9",
"7",
"Weymouth",
"0β3",
"Torquay United",
"621"
],
[
"10",
"8",
"Woking",
"3β0",
"Bognor Regis Town",
"480"
],
[
"11",
"9",
"Crawley Town",
"3β0",
"Havant & Waterlooville",
"239"
],
[
"12",
"10",
"Eastbourne Borough",
"1β3",
"Ebbsfleet United",
"300"
],
[
"13",
"11",
"Hinckley United",
"2β1",
"Histon",
"202"
],
[
"14",
"12",
"Rushden & Diamonds",
"0β3",
"Stevenage Borough",
"430"
],
[
"15",
"13",
"A.F.C. Telford United",
"4β3",
"Cambridge United",
"941"
],
[
"16",
"14",
"Kettering Town",
"4β1",
"Thurrock",
"438"
],
[
"17",
"15",
"Grays Athletic",
"2β4",
"Chelmsford City",
"262"
],
[
"18",
"16",
"Burton Albion",
"3β2",
"Kidderminster Harriers",
"554"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Marcus Camby (11)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,F2:F6=\"Marcus Camby (11)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What series had high rebounds with Marcus Camby (11)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"Marcus Camby (11)\"",
"9"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Formula2": "LET(query1,SUMMARIZE(I2:I6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the series where the game was 5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Andre Miller (31)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,E2:E6=\"Andre Miller (31)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score when high points were Andre Miller (31)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"Andre Miller (31)\"",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the score in game 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
}
] | train_1-23286158-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Series"
],
[
"2",
"1",
"April 18",
"@ Phoenix",
"W 105β100 (OT)",
"Andre Miller (31)",
"Marcus Camby (17)",
"Andre Miller (8)",
"US Airways Center 18,422",
"1β0"
],
[
"3",
"2",
"April 20",
"@ Phoenix",
"L 90β119 (OT)",
"Martell Webster (16)",
"Marcus Camby (10)",
"Andre Miller (3)",
"US Airways Center 18,422",
"1β1"
],
[
"4",
"3",
"April 22",
"Phoenix",
"L 89β108 (OT)",
"LaMarcus Aldridge (17)",
"Marcus Camby (10)",
"Andre Miller (9)",
"Rose Garden 20,271",
"1β2"
],
[
"5",
"4",
"April 24",
"Phoenix",
"W 96β87 (OT)",
"LaMarcus Aldridge (31)",
"LaMarcus Aldridge (11)",
"Andre Miller (8)",
"Rose Garden 20,151",
"2β2"
],
[
"6",
"5",
"April 26",
"@ Phoenix",
"L 88β107 (OT)",
"Andre Miller (21)",
"Marcus Camby (11)",
"Marcus Camby (5)",
"US Airways Center 18,422",
"2β3"
]
] |
[
{
"Formula": "MIN(FILTER(F1,(B1=\"sweden (swe)\")*(D1<1)))",
"Formula2": "MIN(FILTER(F2:F12,(B2:B12=\"sweden (swe)\")*(D2:D12<1)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the total of Sweden (SWE) having less than 1 silver?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"B1",
"=",
"\"sweden (swe)\"",
"*",
"D1",
"<",
"1"
]
},
{
"Formula": "ROWS(FILTER(E1,(C1<1)*(B1=\"sweden (swe)\")*(D1<1)))",
"Formula2": "ROWS(FILTER(E2:E12,(C2:C12<1)*(B2:B12=\"sweden (swe)\")*(D2:D12<1)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the total number of bronze medals for Sweden (SWE) having less than 1 gold and silver?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"C1",
"<",
"1",
"*",
"B1",
"=",
"\"sweden (swe)\"",
"*",
"D1",
"<",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(F1,(D1=1)*(C1<0)))",
"Formula2": "AVERAGE(FILTER(F2:F12,(D2:D12=1)*(C2:C12<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the total when the gold is less than 0 and silver is less than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"D1",
"=",
"1",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "ROWS(FILTER(F1,(D1=0)*(A1=8)*(C1>1)))",
"Formula2": "ROWS(FILTER(F2:F12,(D2:D12=0)*(A2:A12=8)*(C2:C12>1)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the total of rank 8 when Silver medals are 0 and gold is more than 1?",
"Tokens": [
"ROWS(",
"FILTER(",
"F1",
"D1",
"=",
"0",
"*",
"A1",
"=",
"8",
"*",
"C1",
">",
"1"
]
},
{
"Formula": "MAX(FILTER(E1,(F1>3)*(A1>1)))",
"Formula2": "MAX(FILTER(E2:E12,(F2:F12>3)*(A2:A12>1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What are the most bronze medals in a rank more than 1 with a total larger than 3?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
">",
"3",
"*",
"A1",
">",
"1"
]
},
{
"Formula": "ROWS(FILTER(A1,(B1=\"turkey (tur)\")*(F1>2)))",
"Formula2": "ROWS(FILTER(A2:A12,(B2:B12=\"turkey (tur)\")*(F2:F12>2)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the rank of Turkey (TUR) with a total more than 2?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"B1",
"=",
"\"turkey (tur)\"",
"*",
"F1",
">",
"2"
]
}
] | dev_2-18807607-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"France (FRA)",
"3",
"2",
"0",
"5"
],
[
"3",
"2",
"Ireland (IRL)",
"3",
"0",
"0",
"3"
],
[
"4",
"3",
"Lithuania (LTU)",
"1",
"1",
"0",
"2"
],
[
"5",
"4",
"Turkey (TUR)",
"1",
"0",
"1",
"2"
],
[
"6",
"5",
"Georgia (GEO)",
"0",
"2",
"1",
"3"
],
[
"7",
"6",
"Greece (GRE)",
"0",
"1",
"2",
"3"
],
[
"8",
"7",
"Italy (ITA)",
"1",
"0",
"1",
"2"
],
[
"9",
"8",
"Hungary (HUN)",
"1",
"0",
"0",
"1"
],
[
"10",
"9",
"Romania (ROU)",
"0",
"1",
"2",
"3"
],
[
"11",
"10",
"Belarus (BLR)",
"0",
"0",
"2",
"2"
],
[
"12",
"10",
"Sweden (SWE)",
"0",
"1",
"1",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"37b\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"37b\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the production code of the episode with a series number 37b? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"37b\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"William Reiss\")*(A1=\"31\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,(F2:F16=\"William Reiss\")*(A2:A16=\"31\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the episode with a series number 31, with a story written by William Reiss, air for the first time? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"William Reiss\"",
"*",
"A1",
"=",
"\"31\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"10b\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,B2:B16=\"10b\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the episode with season number 10b air for the first time? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"10b\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"29a\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"29a\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the episode with series number 29a originally air? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"29a\"",
"7"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, E1=\"Darrick Bachman and Brett Varon\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D16, E2:E16=\"Darrick Bachman and Brett Varon\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes have been directed and written by Darrick Bachman and Brett Varon? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"E1",
"=",
"\"Darrick Bachman and Brett Varon\""
]
}
] | test_1-14035132-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Storyboarded by",
"Original air date",
"Production code"
],
[
"2",
"21a",
"1a",
"\"Panini for President\"",
"Juli Hashiguchi",
"William Reiss",
"William Reiss",
"November6,2008",
"202a"
],
[
"3",
"22b",
"2b",
"\"The Flying Flinger Lingons\"",
"Eddy Houchins",
"C.H. Greenblatt and Dave Smith",
"Dave Smith",
"November13,2008",
"203b"
],
[
"4",
"24",
"4",
"\"The Arborians\"",
"Kris Sherwood",
"C.H. Greenblatt, William Reiss and Alex Almaguer",
"Alex Almaguer",
"November27,2008",
"201a"
],
[
"5",
"26b",
"6b",
"\"The Catch Phrase\"",
"Majella Milne",
"Danielle McCole, C.H. Greenblatt and Brett Varon",
"Brett Varon",
"December11,2008",
"205b"
],
[
"6",
"27a",
"7a",
"\"The Hot Date\"",
"Majella Milne",
"Darrick Bachman, C.H. Greenblatt and Alex Almaguer",
"Alex Almaguer",
"February12,2009",
"206a"
],
[
"7",
"28b",
"8b",
"\"Won-Ton Bombs\"",
"Mike Milo",
"Darrick Bachman, C.H. Greenblatt and Brett Varon",
"Brett Varon",
"April26,2009",
"207b"
],
[
"8",
"29a",
"9a",
"\"The Big Hat Biddies\"",
"Kris Sherwood",
"Darrick Bachman, C.H. Greenblatt and Ian Wasseluk",
"Ian Wasseluk",
"April26,2009",
"208a"
],
[
"9",
"30b",
"10b",
"\"The Trouble with Truffles\"",
"Mike Milo",
"Brett Varon",
"Brett Varon",
"June11,2009",
"210b"
],
[
"10",
"31",
"11",
"\"The Dinner Theater\"",
"Kris Sherwood and Eddy Houchins",
"Kevin A. Kramer, C.H. Greenblatt and William Reiss",
"William Reiss",
"June25,2009",
"211"
],
[
"11",
"32a",
"12a",
"\"Kid Shnitzel\"",
"Eddy Houchins",
"Kevin A. Kramer, C.H. Greenblatt and Ian Wasseluk",
"Ian Wasseluk",
"July6,2009",
"209a"
],
[
"12",
"33a",
"13a",
"\"Big Ball\"",
"Mike Milo",
"Darrick Bachman, C.H. Greenblatt and Alex Almaguer",
"Alex Almaguer",
"July10,2009",
"212a"
],
[
"13",
"36a",
"16a",
"\"Paint the Town\"",
"Eddy Houchins",
"Kevin A. Kramer, C.H. Greenblatt and Alex Almaguer",
"Alex Almaguer",
"August6,2009",
"215a"
],
[
"14",
"36b",
"16b",
"\"The Blackout\"",
"Kris Sherwood",
"Kristina Baranovich and Peter Browngardt",
"Peter Browngardt",
"August6,2009",
"215b"
],
[
"15",
"37b",
"17b",
"\"The Chain Recipe\"",
"Majella Milne",
"Darrick Bachman and Brett Varon",
"Brett Varon",
"August13,2009",
"216b"
],
[
"16",
"38b",
"18b",
"\"Sheboodles\"",
"Eddy Houchins",
"Darrick Bachman, C.H. Greenblatt and William Reiss",
"William Reiss",
"August20,2009",
"217b"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"brighton works\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"brighton works\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the identity of the brighton works built train?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"brighton works\"",
"1"
]
}
] | train_2-1160616-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Identity",
"Builder",
"Built",
"Wheel Arrangement",
"Notes"
],
[
"2",
"50 Sutton (originally Whitechapel)",
"Brighton Works",
"1876",
"0-6-0T",
"Under overhaul (2011-08-15)"
],
[
"3",
"47493",
"Vulcan Foundry",
"1927",
"0-6-0T",
"Operational (2011-01-19)"
],
[
"4",
"68077",
"Andrew Barclay",
"1947",
"0-6-0ST",
"Under overhaul (2006-09-06)"
],
[
"5",
"2315 Lady Ingrid",
"Andrew Barclay",
"1951",
"0-4-0ST",
"Awaiting Boiler Overhaul (2009-9-28)"
],
[
"6",
"3135 Spartan",
"Fablok, ChrzanΓ³w",
"1953",
"0-6-0T",
"In service (2010-12-11)"
],
[
"7",
"Fonmon",
"Peckett",
"1924",
"0-6-0ST",
"Awaiting major overhaul (2009-09-28)"
],
[
"8",
"No.57 Samson",
"RSH",
"1950",
"0-6-0ST",
"Stored (2008-01-22)"
],
[
"9",
"Ugly",
"RSH",
"1950",
"0-6-0ST",
"Operational (2011-11-11)"
],
[
"10",
"North Downs No. 3",
"RSH",
"1955",
"0-6-0T",
"Under overhaul (2002-09-12)"
],
[
"11",
"No. 10 Topham",
"Bagnall",
"1922",
"0-6-0ST",
"Awaiting overhaul (2002-09-12)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"international friendly\")*(A1=\"17 august 2013\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"international friendly\")*(A2:A6=\"17 august 2013\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the score for international friendly 17 august 2013",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"international friendly\"",
"*",
"A1",
"=",
"\"17 august 2013\"",
"3"
]
}
] | train_2-1018598-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Result",
"Score",
"Type",
"Venue"
],
[
"2",
"11 October 2013",
"D",
"1β1",
"International Friendly",
"Stade Adrar , Agadir , Morocco"
],
[
"3",
"10 September 2013",
"L",
"1β2",
"International Friendly",
"Orlando Stadium , Soweto , South Africa"
],
[
"4",
"6 September 2013",
"W",
"4β1",
"2014 World Cup qualifier",
"Moses Mabhida Stadium , Durban , South Africa"
],
[
"5",
"17 August 2013",
"W",
"2β0",
"International Friendly",
"FNB Stadium , Johannesburg , South Africa"
],
[
"6",
"14 August 2013",
"L",
"0β2",
"International Friendly",
"Moses Mabhida Stadium , Durban , South Africa"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"New Jersey\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,C2:C10=\"New Jersey\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Raptors' record against New Jersey?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"New Jersey\"",
"9"
]
}
] | test_1-15780718-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",
"73",
"April 1",
"Detroit",
"L 85β92 (OT)",
"Voshon Lenard (21)",
"Michael Bradley , Jelani McCoy (14)",
"Alvin Williams (6)",
"Air Canada Centre 18,237",
"23β50"
],
[
"3",
"74",
"April 2",
"@ Detroit",
"W 89β78 (OT)",
"Vince Carter (18)",
"Jerome Williams (16)",
"Alvin Williams (6)",
"The Palace of Auburn Hills 22,076",
"24β50"
],
[
"4",
"75",
"April 4",
"San Antonio",
"L 98β124 (OT)",
"Vince Carter (17)",
"Michael Bradley (8)",
"Rafer Alston , Vince Carter , Morris Peterson (3)",
"Air Canada Centre 18,376",
"24β51"
],
[
"5",
"76",
"April 6",
"New Jersey",
"L 87β96 (OT)",
"Vince Carter (28)",
"Jelani McCoy (9)",
"Alvin Williams (8)",
"Air Canada Centre 19,319",
"24β52"
],
[
"6",
"77",
"April 8",
"@ Miami",
"L 83β89 (OT)",
"Alvin Williams (16)",
"Michael Bradley (8)",
"Morris Peterson (5)",
"American Airlines Arena 14,365",
"24β53"
],
[
"7",
"78",
"April 9",
"@ Orlando",
"L 82β88 (OT)",
"Alvin Williams (15)",
"Jerome Williams (10)",
"Rafer Alston (7)",
"TD Waterhouse Centre 14,581",
"24β54"
],
[
"8",
"79",
"April 11",
"Milwaukee",
"L 103β105 (OT)",
"Rafer Alston , Jerome Williams (20)",
"Jerome Williams (13)",
"Rafer Alston (8)",
"Air Canada Centre 17,762",
"24β55"
],
[
"9",
"80",
"April 12",
"@ New Jersey",
"L 86β94 (OT)",
"Morris Peterson (22)",
"Mamadou N'Diaye , Morris Peterson (8)",
"Rafer Alston (7)",
"Continental Airlines Arena 5,306",
"24β56"
],
[
"10",
"81",
"April 15",
"Miami",
"L 99β103 (OT)",
"Morris Peterson (33)",
"Jerome Williams (17)",
"Rafer Alston (8)",
"Air Canada Centre 17,666",
"24β57"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, F1=\"Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E14, F2:F14=\"Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times did an election feature the result robert l. leggett (d) 50.2% albert dehr (r) 49.8%?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"F1",
"=",
"\"Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%\""
]
},
{
"Formula": "MINIFS(D1,B1,\"Mark W. Hannaford\")",
"Formula2": "MINIFS(D2:D14,B2:B14,\"Mark W. Hannaford\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What year was incumbent mark w. hannaford elected?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"Mark W. Hannaford\""
]
}
] | train_1-1341672-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"California 4",
"Robert L. Leggett",
"Democratic",
"1962",
"Re-elected",
"Robert L. Leggett (D) 50.2% Albert Dehr (R) 49.8%"
],
[
"3",
"California 14",
"John J. McFall",
"Democratic",
"1956",
"Re-elected",
"John J. McFall (D) 72.5% Roger A. Blain (R) 27.5%"
],
[
"4",
"California 16",
"Burt L. Talcott",
"Republican",
"1962",
"Lost re-election Democratic gain",
"Leon Panetta (D) 53.4% Burt L. Talcott (R) 46.6%"
],
[
"5",
"California 18",
"William M. Ketchum",
"Republican",
"1972",
"Re-elected",
"William M. Ketchum (R) 64.2% Dean Close (D) 35.8%"
],
[
"6",
"California 26",
"John H. Rousselot",
"Republican",
"1970",
"Re-elected",
"John H. Rousselot (R) 65.6% Bruce Latta (D) 34.4%"
],
[
"7",
"California 27",
"Alphonzo E. Bell, Jr.",
"Republican",
"1960",
"Retired to run for U. S. Senate Republican hold",
"Bob Dornan (R) 54.7% Gary Familian (D) 45.3%"
],
[
"8",
"California 31",
"Charles H. Wilson",
"Democratic",
"1962",
"Re-elected",
"Charles H. Wilson (D) Unopposed"
],
[
"9",
"California 33",
"Del M. Clawson",
"Republican",
"1963",
"Re-elected",
"Del M. Clawson (R) 55.1% Ted Snyder (D) 44.9%"
],
[
"10",
"California 34",
"Mark W. Hannaford",
"Democratic",
"1974",
"Re-elected",
"Mark W. Hannaford (D) 50.7% Dan Lungren (R) 49.3%"
],
[
"11",
"California 35",
"James F. Lloyd",
"Democratic",
"1974",
"Re-elected",
"James F. Lloyd (D) 53.3% Louis Brutocao (R) 46.7%"
],
[
"12",
"California 40",
"Andrew J. Hinshaw",
"Republican",
"1972",
"Lost renomination Republican hold",
"Robert Badham (R) 59.3% Vivian Hall (D) 40.7%"
],
[
"13",
"California 41",
"Bob Wilson",
"Republican",
"1952",
"Re-elected",
"Bob Wilson (R) 57.7% King Golden, Jr. (D) 42.3%"
],
[
"14",
"California 42",
"Lionel Van Deerlin",
"Democratic",
"1962",
"Re-elected",
"Lionel Van Deerlin (D) 76.0% Wes Marden (R) 24.0%"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"Barcelona\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D20, A2:A20=\"Barcelona\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of captains for barcelona",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"A1",
"=",
"\"Barcelona\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Iker Casillas\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"Iker Casillas\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the chairman for iker casillas",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Iker Casillas\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Javier Clemente\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,C2:C20=\"Javier Clemente\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the team for javier clemente",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Javier Clemente\"",
"1"
]
}
] | train_1-29398373-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Chairman",
"Head Coach",
"Captain",
"Kitmaker",
"Shirt sponsor"
],
[
"2",
"Athletic Bilbao",
"Josu Urrutia",
"Marcelo Bielsa",
"Carlos Gurpegui",
"Umbro",
"Petronor"
],
[
"3",
"AtlΓ©tico Madrid",
"Enrique Cerezo",
"Diego Simeone",
"Antonio LΓ³pez",
"Nike",
"Rixos Hotels , Huawei , and Kyocera"
],
[
"4",
"Barcelona",
"Sandro Rosell",
"Josep Guardiola",
"Carles Puyol",
"Nike",
"Qatar Foundation and UNICEF"
],
[
"5",
"Betis",
"Miguel GuillΓ©n",
"Pepe Mel",
"Iriney",
"RBb",
"Cirsa"
],
[
"6",
"Espanyol",
"Ramon Condal",
"Mauricio Pochettino",
"Cristian Γlvarez",
"Li Ning",
"CancΓΊn"
],
[
"7",
"Getafe",
"Γngel Torres",
"Luis GarcΓa Plaza",
"Javier Casquero",
"Joma",
"Burger King and Confremar"
],
[
"8",
"Granada",
"Quique Pina",
"Abel Resino",
"Manuel Lucena",
"Legea",
"Caja Granada"
],
[
"9",
"Levante",
"Quico CatalΓ‘n",
"Juan Ignacio MartΓnez",
"Sergio Ballesteros",
"Luanvi",
"Comunitat Valenciana"
],
[
"10",
"MΓ‘laga",
"Sheikh Abdullah Al Thani",
"Manuel Pellegrini",
"JesΓΊs GΓ‘mez",
"Nike",
"UNESCO"
],
[
"11",
"Mallorca",
"Jaume Cladera",
"JoaquΓn CaparrΓ³s",
"Nunes",
"Macron",
"bet-at-home.com"
],
[
"12",
"Osasuna",
"Patxi Izco",
"JosΓ© Luis Mendilibar",
"Francisco PuΓ±al",
"Astore",
"CAN"
],
[
"13",
"Racing Santander",
"Francisco PernΓa",
"Γlvaro Cervera",
"Pedro Munitis",
"Slam",
"Palacios"
],
[
"14",
"Rayo Vallecano",
"RaΓΊl MartΓn",
"JosΓ© RamΓ³n Sandoval",
"MΓchel",
"ErreΓ ",
"Los Vengadores"
],
[
"15",
"Real Madrid",
"Florentino PΓ©rez",
"JosΓ© Mourinho",
"Iker Casillas",
"adidas",
"Bwin"
],
[
"16",
"Real Sociedad",
"Jokin Aperribay",
"Philippe Montanier",
"Mikel Aranburu",
"Nike",
"Gipuzkoa Euskararekin Bat"
],
[
"17",
"Sevilla",
"JosΓ© MarΓa del Nido",
"MΓchel GonzΓ‘lez",
"AndrΓ©s Palop",
"Li Ning",
"Interwetten"
],
[
"18",
"Sporting de GijΓ³n",
"Manuel Vega-Arango",
"Javier Clemente",
"David Barral",
"Kappa",
"GijΓ³n / Asturias"
],
[
"19",
"Valencia",
"Manuel Llorente",
"Unai Emery",
"David Albelda",
"Joma",
"JinKO Solar, Herbalife and MSC Cruceros"
],
[
"20",
"Villarreal",
"Fernando Roig",
"Miguel Γngel Lotina",
"Marcos Senna",
"Xtep",
"Comunitat Valenciana"
]
] |
[
{
"Formula": "FILTER(F1,I1=\"4β2\")",
"Formula2": "FILTER(F2:F7,I2:I7=\"4β2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the High rebounds with a Series with 4β2?",
"Tokens": [
"FILTER(",
"F1",
"I1",
"=",
"\"4β2\""
]
},
{
"Formula": "FILTER(F1,(G1=\"bryant (7)\")*(C1=\"@ utah\"))",
"Formula2": "FILTER(F2:F7,(G2:G7=\"bryant (7)\")*(C2:C7=\"@ utah\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the High rebounds with a High assists with bryant (7), and a Team of @ utah?",
"Tokens": [
"FILTER(",
"F1",
"G1",
"=",
"\"bryant (7)\"",
"*",
"C1",
"=",
"\"@ utah\""
]
},
{
"Formula": "FILTER(I1,F1=\"gasol (10)\")",
"Formula2": "FILTER(I2:I7,F2:F7=\"gasol (10)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Series with a High rebounds with gasol (10)?",
"Tokens": [
"FILTER(",
"I1",
"F1",
"=",
"\"gasol (10)\""
]
}
] | dev_2-11965481-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Series"
],
[
"2",
"1",
"May 4",
"Utah",
"109β98",
"Bryant (38)",
"Gasol (10)",
"Bryant (7)",
"Staples Center 18,997",
"1β0"
],
[
"3",
"2",
"May 7",
"Utah",
"120β110",
"Bryant (34)",
"Odom (16)",
"Bryant (6)",
"Staples Center 18,997",
"2β0"
],
[
"4",
"3",
"May 9",
"@ Utah",
"99β104",
"Bryant (34)",
"Odom (12)",
"Bryant (7)",
"EnergySolutions Arena 19,911",
"2β1"
],
[
"5",
"4",
"May 11",
"@ Utah",
"115β123",
"Bryant (33)",
"Odom (13)",
"Bryant (10)",
"EnergySolutions Arena 19,911",
"2β2"
],
[
"6",
"5",
"May 14",
"Utah",
"111β104",
"Bryant (26)",
"Odom (11)",
"Gasol (8)",
"Staples Center 18,997",
"3β2"
],
[
"7",
"6",
"May 16",
"@ Utah",
"108β105",
"Bryant (34)",
"Gasol (13)",
"Bryant (6)",
"EnergySolutions Arena 19,911",
"4β2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t31\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"t31\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the finish was t31 what was the To par?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"t31\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t15\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"t15\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had a finish of t15?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"t15\"",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=290))",
"Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=290))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When the total was 290 what was the To par?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"290"
]
},
{
"Formula": "SUMIFS(D1,A1,\"seve ballesteros\")",
"Formula2": "SUMIFS(D2:D10,A2:A10,\"seve ballesteros\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Total for Seve Ballesteros?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"seve ballesteros\""
]
}
] | train_2-18103106-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Greg Norman",
"Australia",
"1986 , 1993",
"287",
"β1",
"T15"
],
[
"3",
"Mark Calcavecchia",
"United States",
"1989",
"289",
"+1",
"T24"
],
[
"4",
"Tom Watson",
"United States",
"1975 , 1977 , 1980 , 1982 , 1983",
"290",
"+2",
"T31"
],
[
"5",
"Seve Ballesteros",
"Spain",
"1979 , 1984 , 1988",
"291",
"+3",
"T40"
],
[
"6",
"Nick Faldo",
"England",
"1987 , 1990 , 1992",
"291",
"+3",
"T40"
],
[
"7",
"Nick Price",
"Zimbabwe",
"1994",
"291",
"+3",
"T40"
],
[
"8",
"Gary Player",
"South Africa",
"1959 , 1968 , 1974",
"295",
"+7",
"T68"
],
[
"9",
"Jack Nicklaus",
"United States",
"1966 , 1970 , 1978",
"296",
"+8",
"T79"
],
[
"10",
"Sandy Lyle",
"Scotland",
"1985",
"296",
"+8",
"T79"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"6x02\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"6x02\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name all of Jason's teams that appeared on episode 6x02?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"6x02\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, C1=\"Vanessa Feltz and Lee Mack\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A6, C2:C6=\"Vanessa Feltz and Lee Mack\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "In how many episodes were Vanessa Feltz and Lee Mack the team for Sean? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"\"Vanessa Feltz and Lee Mack\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Duncan James and Johnny Vegas\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Duncan James and Johnny Vegas\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the episode(s) that featured Duncan James and Johnny Vegas as Jason's team.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Duncan James and Johnny Vegas\"",
"1"
]
}
] | train_1-23292220-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode",
"First broadcast",
"Seans team",
"Jasons team",
"Scores"
],
[
"2",
"6x01",
"13 June 2008",
"Raef Bjayou and Vic Reeves",
"Jodie Kidd and David Walliams",
"5β7"
],
[
"3",
"6x02",
"20 June 2008",
"Theo Paphitis and Mike Wilmot",
"John Bishop and Kelly Osbourne",
"5β5"
],
[
"4",
"6x03",
"27 June 2008",
"Vanessa Feltz and Lee Mack",
"Frankie Boyle and Matt Littler",
"5β5"
],
[
"5",
"6x04",
"4 July 2008",
"Phill Jupitus and Claudia Winkleman",
"Gabby Logan and Mark Watson",
"3β7"
],
[
"6",
"6x05",
"11 July 2008",
"Konnie Huq and Johnny Vaughan",
"Duncan James and Johnny Vegas",
"4β6"
]
] |
[
{
"Formula": "SUM(FILTER(C1, E1=8321))",
"Formula2": "SUM(FILTER(C2:C11, E2:E11=8321))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the size kmΒ² when the density hab/km is 8,321?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"=",
"8321"
]
}
] | test_2-10967481-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Number",
"District",
"Size kmΒ²",
"Population",
"Density hab/km",
"Councilman",
"Party"
],
[
"2",
"1",
"Ciutat Vella",
"4.49",
"111,290",
"24,786",
"Carles MartΓ i Jufresa",
"CiU"
],
[
"3",
"2",
"Eixample",
"7.46",
"262,485",
"35,586",
"Assumpta Escarp i Gibert",
"C iU"
],
[
"4",
"3",
"Sants-MontjuΓ―c",
"21.35",
"177,636",
"8,321",
"Immaculada Moraleda i PΓ©rez",
"CiU"
],
[
"5",
"4",
"Les Corts",
"6.08",
"82,588",
"13,584",
"Montserrat BallarΓn i EspuΓ±a",
"CiU"
],
[
"6",
"5",
"SarriΓ -Sant Gervasi",
"20.09",
"140,461",
"6,992",
"Katty Carreras-Moysi",
"CiU"
],
[
"7",
"6",
"GrΓ cia",
"4.19",
"120,087",
"28,660",
"Ricard MartΓnez i Monteagudo",
"CiU"
],
[
"8",
"7",
"Horta-GuinardΓ³",
"11.96",
"169,920",
"14,217",
"Elsa Blasco i Riera",
"CiU"
],
[
"9",
"8",
"Nou Barris",
"8.04",
"164,981",
"20,520",
"Carmen AndrΓ©s AΓ±Γ³n",
"C iU"
],
[
"10",
"9",
"Sant Andreu",
"6.56",
"142,598",
"21,737",
"Sara Jaurrieta",
"CiU"
],
[
"11",
"10",
"Sant MartΓ",
"10.80",
"221,029",
"20,466",
"Francesc NarvΓ‘ez",
"CiU"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"prize\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<151))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,F2:F9=\"prize\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<151))",
"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 Ship Type of the Prize Disposition of ship and a tonnage less than 151?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"prize\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"151"
]
},
{
"Formula": "MAX(FILTER(C1, (D1=\"brig\")*(F1=\"prize\")))",
"Formula2": "MAX(FILTER(C2:C9, (D2:D9=\"brig\")*(F2:F9=\"prize\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest tonnage of the Brig Ship Type and the disposition of Ship of Prize?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"D1",
"=",
"\"brig\"",
"*",
"F1",
"=",
"\"prize\""
]
}
] | train_2-18137936-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Ship Name",
"Tonnage",
"Ship Type",
"Location",
"Disposition of Ship"
],
[
"2",
"2 June 1814",
"Neptune",
"207",
"Barque",
"English Channel",
"Burned"
],
[
"3",
"13",
"William",
"91",
"Brig",
"β",
"Burned"
],
[
"4",
"18",
"Pallas",
"131",
"Brig",
"β",
"Scuttled"
],
[
"5",
"23",
"Henrietta",
"171",
"Galiot",
"β",
"Prize; used to transport prisoners"
],
[
"6",
"26",
"Orange Boven",
"325",
"Ship",
"β",
"scuttled"
],
[
"7",
"28",
"HMS Reindeer",
"385",
"18-gun Sloop",
"β",
"Captured"
],
[
"8",
"4 July",
"Regulator",
"112",
"Brig",
"β",
"Prize"
],
[
"9",
"6",
"Jenny",
"151",
"Schooner",
"β",
"Prize"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"600cc yamaha\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"600cc yamaha\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which rider was on the 600cc Yamaha team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"600cc yamaha\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"john hildreth\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"john hildreth\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was John Hildreth's speed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"john hildreth\"",
"4"
]
}
] | train_2-18649514-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Ryan Kneen",
"600cc Suzuki",
"103.973mph",
"43' 32.37"
],
[
"3",
"2",
"Ivan Lintin",
"750cc Suzuki",
"103.144mph",
"43' 53.67"
],
[
"4",
"3",
"James Redpath",
"750cc Suzuki",
"102.073mph",
"44' 21.39"
],
[
"5",
"4",
"Kevin Fitzpatrick",
"750cc Suzuki",
"101.059mph",
"44' 48.09"
],
[
"6",
"5",
"James Shipley",
"599cc Yamaha",
"97.386mph",
"46' 29.26"
],
[
"7",
"6",
"Damien Gledhill",
"600cc Kawasaki",
"97.201mph",
"46' 34.79"
],
[
"8",
"7",
"Declan Duffy",
"600cc Yamaha",
"97.016mph",
"46' 40.12"
],
[
"9",
"8",
"Derek Jackson",
"600cc Honda",
"94.546mph",
"47' 53.28"
],
[
"10",
"9",
"John Hildreth",
"600cc Honda",
"92.687mph",
"48' 50.90"
],
[
"11",
"10",
"Adam Jones",
"599cc Kawasaki",
"92.393mph",
"49' 00.21"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"yes\")*(B1=\"no\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"yes\")*(B2:B11=\"no\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Mac OSX's GNU/Linux was yes when Windows was no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"yes\"",
"*",
"B1",
"=",
"\"no\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"no\")*(A1=\"dc++\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"no\")*(A2:A11=\"dc++\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Mac OSX had no haiku and a client that was dc++?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"no\"",
"*",
"A1",
"=",
"\"dc++\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"no\")*(A1=\"airdc++\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"no\")*(A2:A11=\"airdc++\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which GNU/Linux had no haiku and a client of airdc++?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"no\"",
"*",
"A1",
"=",
"\"airdc++\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"no\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"no\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which client had no GNU/Linux?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"no\"",
"1"
]
}
] | test_2-1163160-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Client",
"Windows",
"GNU/Linux",
"Mac OS X",
"Haiku"
],
[
"2",
"AirDC++",
"Yes",
"No",
"No",
"No"
],
[
"3",
"TkDC++",
"Yes",
"No",
"No",
"No"
],
[
"4",
"ApexDC++",
"Yes",
"No",
"No",
"No"
],
[
"5",
"DC++",
"Yes",
"No",
"No",
"No"
],
[
"6",
"EiskaltDC++",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"7",
"FlylinkDC++",
"Yes",
"No",
"No",
"No"
],
[
"8",
"LinuxDC++",
"No",
"Yes",
"No",
"No"
],
[
"9",
"RSX++",
"Yes",
"No",
"No",
"No"
],
[
"10",
"StrongDC++",
"Yes",
"No",
"No",
"No"
],
[
"11",
"Client",
"Windows",
"GNU/Linux",
"Mac OS X",
"Haiku"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"brian finch\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"brian finch\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the time value for the rider Brian Finch and a rank greater than 3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"brian finch\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
}
] | train_2-10301911-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Frank Whiteway",
"Suzuki",
"89.94mph",
"2:05.52.0"
],
[
"3",
"2",
"Gordon Pantall",
"Triumph",
"88.90mph",
"2:07.20.0"
],
[
"4",
"3",
"Ray Knight",
"Triumph",
"88.89mph",
"2:07.20.4"
],
[
"5",
"4",
"R.Baylie",
"Triumph",
"87.58mph",
"2:09.15.0"
],
[
"6",
"5",
"Graham Penny",
"Triumph",
"86.70mph",
"2:10.34.4"
],
[
"7",
"6",
"J.Wade",
"Suzuki",
"85.31mph",
"2:12.42.0"
],
[
"8",
"7",
"Brian Finch",
"Velocette",
"83.86mph",
"2:14.59.0"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, (I1>2)*(B1<30)))",
"Formula2": "AVERAGE(FILTER(E2:E17, (I2:I17>2)*(B2:B17<30)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of draws that has a played entry of less than 30 and a goal difference greater than 2?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"I1",
">",
"2",
"*",
"B1",
"<",
"30"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (D1<11)*(G1>42)*(C1>22)*(F1=11)))",
"Formula2": "AVERAGE(FILTER(B2:B17, (D2:D17<11)*(G2:G17>42)*(C2:C17>22)*(F2:F17=11)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average number played that has fewer than 11 wins, more than 42 goals, more than 22 points, and 11 losses?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"<",
"11",
"*",
"G1",
">",
"42",
"*",
"C1",
">",
"22",
"*",
"F1",
"=",
"11"
]
},
{
"Formula": "SUM(FILTER(I1, (G1<49)*(A1<8)))",
"Formula2": "SUM(FILTER(I2:I17, (G2:G17<49)*(A2:A17<8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total of the goal difference entries for entries with fewer than 49 goals and position smaller than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"I1",
"G1",
"<",
"49",
"*",
"A1",
"<",
"8"
]
},
{
"Formula": "MIN(FILTER(B1, (A1=2)*(F1<9)))",
"Formula2": "MIN(FILTER(B2:B17, (A2:A17=2)*(F2:F17<9)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest played for the entry with position of 2 and fewer than 9 losses?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"A1",
"=",
"2",
"*",
"F1",
"<",
"9"
]
},
{
"Formula": "SUM(FILTER(F1, (D1=12)*(I1<-14)))",
"Formula2": "SUM(FILTER(F2:F17, (D2:D17=12)*(I2:I17<-14)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"-",
"Num"
],
"Level": "easy",
"Question": "What is the total number of losses for entries that have 12 wins and a goal difference smaller than -14?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"12",
"*",
"I1",
"<",
"-",
"14"
]
}
] | train_2-17416195-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Played",
"Points",
"Wins",
"Draws",
"Losses",
"Goals for",
"Goals against",
"Goal Difference"
],
[
"2",
"1",
"30",
"41",
"17",
"7",
"6",
"65",
"42",
"+23"
],
[
"3",
"2",
"30",
"38",
"17",
"4",
"9",
"56",
"36",
"+20"
],
[
"4",
"3",
"30",
"38",
"16",
"6",
"8",
"62",
"44",
"+18"
],
[
"5",
"4",
"30",
"34",
"15",
"4",
"11",
"63",
"46",
"+17"
],
[
"6",
"5",
"30",
"33",
"12",
"9",
"9",
"62",
"48",
"+14"
],
[
"7",
"6",
"30",
"32",
"14",
"4",
"12",
"52",
"53",
"-1"
],
[
"8",
"7",
"30",
"29",
"10",
"9",
"11",
"56",
"54",
"+2"
],
[
"9",
"8",
"30",
"29",
"12",
"5",
"13",
"44",
"58",
"-14"
],
[
"10",
"9",
"30",
"29",
"11",
"7",
"12",
"76",
"59",
"+17"
],
[
"11",
"10",
"30",
"28",
"12",
"4",
"14",
"65",
"55",
"+10"
],
[
"12",
"11",
"30",
"28",
"9",
"10",
"11",
"45",
"61",
"-16"
],
[
"13",
"12",
"30",
"28",
"11",
"6",
"13",
"38",
"46",
"-8"
],
[
"14",
"13",
"30",
"25",
"10",
"5",
"15",
"49",
"63",
"-14"
],
[
"15",
"14",
"30",
"25",
"11",
"3",
"16",
"35",
"64",
"-29"
],
[
"16",
"15",
"30",
"22",
"8",
"6",
"16",
"44",
"56",
"-12"
],
[
"17",
"16",
"30",
"21",
"8",
"5",
"17",
"42",
"69",
"-27"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"playoff\")*(E1=\"yueh-chyn huang\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"playoff\")*(E2:E12=\"yueh-chyn huang\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date was the event that Yani won in a playoff over Yueh-Chyn Huang?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"playoff\"",
"*",
"E1",
"=",
"\"yueh-chyn huang\"",
"1"
]
}
] | train_2-17335602-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Winning score",
"To par",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"3 Mar 2007",
"70-70-75=215",
"β1",
"Playoff",
"Russy Gulyanamitta"
],
[
"3",
"11 Apr 2007",
"72-68=140",
"β4",
"Playoff",
"Yueh-Chyn Huang"
],
[
"4",
"29 May 2007",
"68-72=140",
"β4",
"2 strokes",
"Stephanie Sherlock"
],
[
"5",
"12 Jan 2008",
"66-64-66=196",
"β20",
"17 strokes",
"Lee Eun-Kyoung Pornanong Phatlum"
],
[
"6",
"17 Jan 2010",
"69-73-77=219",
"+3",
"4 strokes",
"Wei Yun Jye"
],
[
"7",
"12 Mar 2010",
"74-71-72-66=283",
"β9",
"3 strokes",
"Laura Davies"
],
[
"8",
"16 Jan 2011",
"77-73-68=218",
"+2",
"3 strokes",
"Nam Min-ji"
],
[
"9",
"6 Feb 2011",
"70-67-68-71=276",
"β16",
"7 strokes",
"Eun-Hee Ji Melissa Reid Jiyai Shin"
],
[
"10",
"13 Feb 2011",
"67-66-63-68=264",
"β24",
"4 strokes",
"Nikki Campbell Stacy Lewis"
],
[
"11",
"30 Oct 2011",
"68-66-66=200",
"β16",
"7 strokes",
"Pernilla Lindberg"
],
[
"12",
"11 Dec 2011",
"72-70-68=210",
"β6",
"7 strokes",
"Ryu So-Yeon Jiyai Shin"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"d32\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"d32\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 1913 Class of the d32 LNER Class?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"d32\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the W.A. of the 1 1st built?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1"
]
}
] | test_2-16062061-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"1st built",
"1913 Class",
"W.A.",
"No. Built",
"Builder",
"Date",
"LNER Class"
],
[
"2",
"868",
"I",
"4-4-2",
"20",
"NBL (14) R. Stephenson (6)",
"1906β11",
"C10"
],
[
"3",
"1",
"M",
"4-4-2T",
"30",
"Yorkshire Engine Co.",
"1911β13",
"C15"
],
[
"4",
"438",
"L",
"4-4-2T",
"21",
"NBL",
"1915β21",
"C16"
],
[
"5",
"895",
"J",
"4-4-0",
"16",
"NBL (6) NBR Cowlairs (10)",
"1909β11",
"D29"
],
[
"6",
"400",
"J",
"4-4-0",
"27",
"NBR Cowlairs",
"1912β20",
"D30"
],
[
"7",
"882",
"K",
"4-4-0",
"12",
"NBR Cowlairs",
"1906β07",
"D32"
],
[
"8",
"331",
"K",
"4-4-0",
"12",
"NBR Cowlairs",
"1909β10",
"D33"
],
[
"9",
"149",
"K",
"4-4-0",
"32",
"NBR Cowlairs",
"1913β20",
"D34"
],
[
"10",
"239",
"M",
"0-4-4T",
"12",
"NBL",
"1909",
"G9"
],
[
"11",
"848",
"B",
"0-6-0",
"76",
"NBL (40) NBR Cowlairs (36)",
"1906β13",
"J35"
],
[
"12",
"8",
"S",
"0-6-0",
"104",
"NBR Cowlairs (35) NBL (69)",
"1914β21",
"J37"
],
[
"13",
"836",
"F",
"0-6-0T",
"35",
"NBR Cowlairs",
"1905β19",
"J88"
],
[
"14",
"858",
"A",
"0-6-2T",
"6",
"NBL",
"1909β20",
"N14"
],
[
"15",
"7",
"A",
"0-6-2T",
"69",
"NBL",
"1910β24",
"N15"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)<3289))",
"Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)<3289))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What season had the highest attendance/g than 3,289?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3289"
]
}
] | train_2-1276456-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Div.",
"Tms.",
"Pos.",
"Attendance/G",
"J. League Cup",
"Emperor's Cup"
],
[
"2",
"2005",
"J2",
"12",
"9",
"4,366",
"β",
"4th Round"
],
[
"3",
"2006",
"J2",
"13",
"13",
"3,477",
"β",
"4th Round"
],
[
"4",
"2007",
"J2",
"13",
"13",
"3,289",
"β",
"4th Round"
],
[
"5",
"2008",
"J2",
"15",
"15",
"3,862",
"β",
"3rd Round"
],
[
"6",
"2009",
"J2",
"18",
"9",
"4,073",
"β",
"2nd Round"
],
[
"7",
"2010",
"J2",
"19",
"8",
"4,614",
"β",
"3rd Round"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=1932)*(C1=\"tigers\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(E2:E14=1932)*(C2:C14=\"tigers\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the previous conference when the year joined is 1932 and the mascot is tigers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"1932",
"*",
"C1",
"=",
"\"tigers\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"rochester\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"rochester\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the school when the location is rochester?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"rochester\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"muncie burris\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"muncie burris\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the location when the school is muncie burris?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"muncie burris\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"warsaw\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"warsaw\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the mascot when the school is warsaw?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"warsaw\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"43 kosciusko\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,D2:D14=\"43 kosciusko\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the mascot when the county is 43 kosciusko?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"43 kosciusko\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=1998),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=1998),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what is the county when the year left is 1998?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"1998",
"4"
]
}
] | train_2-18765652-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"School",
"Location",
"Mascot",
"County",
"Year Joined",
"Previous Conference",
"Year Left"
],
[
"2",
"Huntington North *",
"Huntington",
"Vikings",
"35 Huntington",
"1932",
"Independents",
"1974"
],
[
"3",
"Noblesville",
"Noblesville",
"Millers",
"29 Hamilton",
"1932",
"Hamilton County",
"1938"
],
[
"4",
"Peru",
"Peru",
"Tigers",
"52 Miami",
"1932",
"Independents",
"1998"
],
[
"5",
"Rochester",
"Rochester",
"Zebras",
"25 Fulton",
"1932",
"North Central",
"1964"
],
[
"6",
"Tipton",
"Tipton",
"Blue Devils",
"80 Tipton",
"1932",
"Independents",
"1998"
],
[
"7",
"Wabash",
"Wabash",
"Apaches",
"85 Wabash",
"1932",
"Independents",
"2006"
],
[
"8",
"Windfall",
"Windfall",
"Dragons",
"80 Tipton",
"1932",
"Independents",
"1936"
],
[
"9",
"Warsaw",
"Warsaw",
"Tigers",
"43 Kosciusko",
"1933 1953",
"Independents Northeastern IN",
"1946 1964"
],
[
"10",
"Plymouth",
"Plymouth",
"Pilgrims",
"50 Marshall",
"1935",
"Independents",
"1964"
],
[
"11",
"Muncie Burris",
"Muncie",
"Owls",
"18 Delaware",
"1938",
"Independents",
"1976"
],
[
"12",
"Hartford City",
"Hartford City",
"Airedales",
"05 Blackford",
"1945",
"Independents",
"1968"
],
[
"13",
"Monticello",
"Monticello",
"Tioga Indians",
"91 White",
"1945",
"Independents",
"1963"
],
[
"14",
"South Side *",
"Fort Wayne",
"Archers",
"02 Allen",
"1945",
"Fort Wayne",
"1947"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"maemo 5\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"maemo 5\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How much memory (RAM) does the Maemo 5 operating system have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"maemo 5\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"128mb\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"128mb\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which operating system has a storage (flash) of 128MB?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"128mb\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"n800\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"n800\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the weight and dimensions of an N800?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"n800\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"1gb (mobile ddr)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"1gb (mobile ddr)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which operating system has 1GB (mobile ddr) memory (RAM)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"1gb (mobile ddr)\"",
"4"
]
}
] | train_2-17124425-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Model",
"Memory ( RAM )",
"Storage ( flash )",
"Operating system version",
"Memory card",
"Weight, dimensions",
"Retail availability"
],
[
"2",
"770",
"64MB",
"128MB",
"OS2005/6, OS2007/8HE",
"1 RS-MMC slot II",
"230g, 141x79x19mm",
"November 2005"
],
[
"3",
"N800",
"128MB",
"256MB",
"OS2007/8",
"2 x SD slots with SDHC",
"206g, 144x75x13(/18)mm",
"January 2007"
],
[
"4",
"N810",
"128MB",
"256MB + 2GB internal",
"OS2008",
"1 x MiniSD slot with SDHC",
"226g, 128x72x14mm",
"October 2007"
],
[
"5",
"N810 WiMAX Edition",
"128MB",
"256MB + 2GB internal",
"OS2008",
"1 x MiniSD slot with SDHC",
"229g, 128x72x16mm",
"April 2008"
],
[
"6",
"N900 (not marketed as an Internet Tablet)",
"256MB",
"256MB + 32GB internal",
"Maemo 5",
"1 x microSD slot with SDHC",
"181g, 110.9Γ59.8Γ18mm",
"November 2009"
],
[
"7",
"N9 (not marketed as an Internet Tablet)",
"1GB (mobile DDR)",
"512MB internal + 16 or 64GB on board",
"MeeGo 1.2 \"Harmattan\"",
"no memory card slot",
"135g, 116.45x61.2x12.1mm",
"September 2011"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"lb\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=128))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"lb\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=128))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the name of the player in position lb and an overall of 128?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"lb\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"128"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=\"kenny lewis\")*(A1>5)))",
"Formula2": "SUM(FILTER(B2:B11, (C2:C11=\"kenny lewis\")*(A2:A11>5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total overall when Kenny Lewis is the player in a round after 5?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"\"kenny lewis\"",
"*",
"A1",
">",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>15)*(CHOOSECOLS(query1,3)=7)))",
"Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(B2:B11),SUMX(A2:A11)),FILTER(query1,(CHOOSECOLS(query1,2)>15)*(CHOOSECOLS(query1,3)=7)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the college when the over is larger than 15 in round 7?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"15",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"7"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"brigham young\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<128))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,E2:E11=\"brigham young\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<128))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the position with an overall less than 128 for Brigham Young college?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"brigham young\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"128"
]
}
] | train_2-12337869-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Overall",
"Player",
"Position",
"College"
],
[
"2",
"1",
"15",
"Marc Wilson",
"QB",
"Brigham Young"
],
[
"3",
"2",
"43",
"Matt Millen",
"LB",
"Penn State"
],
[
"4",
"5",
"125",
"Kenny Lewis",
"HB",
"Virginia Tech"
],
[
"5",
"5",
"126",
"John Adams",
"LB",
"LSU"
],
[
"6",
"5",
"128",
"William Bowens",
"LB",
"North Alabama"
],
[
"7",
"7",
"173",
"Malcolm Barnwell",
"WR",
"Virginia Union"
],
[
"8",
"8",
"194",
"Kenny Hill",
"S",
"Yale"
],
[
"9",
"10",
"231",
"Walter Carter",
"DT",
"Florida State"
],
[
"10",
"11",
"264",
"Mike Massey",
"LB",
"Arkansas"
],
[
"11",
"12",
"322",
"Calvin Muhammad",
"WR",
"Texas Southern"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.