t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"miami dolphins\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,C2:C18=\"miami dolphins\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the kickoff time for the Miami Dolphins?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"miami dolphins\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"new england patriots\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,C2:C18=\"new england patriots\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the final of the New England Patriots game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"new england patriots\"",
"4"
]
}
] | train_2-10769447-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Kickoff",
"Attendance"
],
[
"2",
"1",
"2002-09-08",
"at Buffalo Bills",
"W 37–31 (OT)",
"Ralph Wilson Stadium",
"1:00pm",
"72,751"
],
[
"3",
"2",
"2002-09-15",
"New England Patriots",
"L 44–7",
"The Meadowlands",
"1:00pm",
"78,726"
],
[
"4",
"3",
"2002-09-22",
"at Miami Dolphins",
"L 30–3",
"Pro Player Stadium",
"1:00pm",
"73,426"
],
[
"5",
"4",
"2002-09-29",
"at Jacksonville Jaguars",
"L 28–3",
"Alltel Stadium",
"1:00pm",
"55,670"
],
[
"6",
"5",
"2002-10-06",
"Kansas City Chiefs",
"L 29–25",
"The Meadowlands",
"4:15pm",
"78,149"
],
[
"7",
"6",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"8",
"7",
"2002-10-20",
"Minnesota Vikings",
"W 20–7",
"The Meadowlands",
"1:00pm",
"78,516"
],
[
"9",
"8",
"2002-10-27",
"Cleveland Browns",
"L 24–21",
"The Meadowlands",
"1:00pm",
"78,502"
],
[
"10",
"9",
"2002-11-03",
"at San Diego Chargers",
"W 44–13",
"Qualcomm Stadium",
"4:15pm",
"59,772"
],
[
"11",
"10",
"2002-11-10",
"Miami Dolphins",
"W 13–10",
"The Meadowlands",
"8:30pm",
"78,920"
],
[
"12",
"11",
"2002-11-17",
"at Detroit Lions",
"W 31–14",
"Ford Field",
"4:15pm",
"61,720"
],
[
"13",
"12",
"2002-11-24",
"Buffalo Bills",
"W 31–13",
"The Meadowlands",
"1:00pm",
"78,745"
],
[
"14",
"13",
"2002-12-02",
"at Oakland Raiders",
"L 26–20",
"Network Associates Coliseum",
"9:00pm",
"62,257"
],
[
"15",
"14",
"2002-12-08",
"Denver Broncos",
"W 19–13",
"The Meadowlands",
"4:15pm",
"78,521"
],
[
"16",
"15",
"2002-12-15",
"at Chicago Bears",
"L 20–13",
"Memorial Stadium",
"1:00pm",
"62,226"
],
[
"17",
"16",
"2002-12-22",
"at New England Patriots",
"W 30–17",
"Gillette Stadium",
"8:30pm",
"68,436"
],
[
"18",
"17",
"2002-12-29",
"Green Bay Packers",
"W 42–17",
"The Meadowlands",
"4:15pm",
"78,733"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ottawa\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,D2:D11=\"ottawa\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the visitor in the game that had Ottawa as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ottawa\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"niittymaki\")*(D1=\"carolina\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(E2:E11=\"niittymaki\")*(D2:D11=\"carolina\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score in the game where Carolina was the home team and Niittymaki received the decision?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"niittymaki\"",
"*",
"D1",
"=",
"\"carolina\"",
"3"
]
}
] | train_2-14159731-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"October 5",
"NY Rangers",
"5 – 3",
"Philadelphia",
"Esche",
"19,821",
"0–1–0"
],
[
"3",
"October 7",
"New Jersey",
"2 – 5",
"Philadelphia",
"Niittymaki",
"19,590",
"1–1–0"
],
[
"4",
"October 11",
"Philadelphia",
"2 – 4",
"Toronto",
"Esche",
"19,391",
"1–2–0"
],
[
"5",
"October 14",
"Pittsburgh",
"5 – 6",
"Philadelphia",
"Niittymaki",
"19,566",
"2–2–0"
],
[
"6",
"October 15",
"NY Islanders",
"1 – 5",
"Philadelphia",
"Esche",
"19,543",
"3–2–0"
],
[
"7",
"October 22",
"Philadelphia",
"5 – 2",
"Toronto",
"Esche",
"19,391",
"4–2–0"
],
[
"8",
"October 25",
"Philadelphia",
"2 – 3",
"Montreal",
"Esche",
"n/a",
"4–2–1"
],
[
"9",
"October 27",
"Florida",
"4 – 5",
"Philadelphia",
"Esche",
"19,533",
"5–2–1"
],
[
"10",
"October 28",
"Philadelphia",
"6 – 8",
"Carolina",
"Niittymaki",
"18,165",
"5–3–1"
],
[
"11",
"October 30",
"Philadelphia",
"5 – 3",
"Ottawa",
"Esche",
"19,335",
"6–3–1"
]
] |
[
{
"Formula": "MAXIFS(F1,E1,\"kardinia park\")",
"Formula2": "MAXIFS(F2:F7,E2:E7,\"kardinia park\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "If the Venue was kardinia park what was the highest Crowd attended?",
"Tokens": [
"MAXIFS(",
"F1",
"E1",
"\"kardinia park\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"collingwood\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"collingwood\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the Home team of collingwood was playing, what was the Away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"collingwood\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the Venue was princes park, which Date did the game take place on?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"princes park\"",
"7"
]
}
] | test_2-10809157-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"13.17 (95)",
"Hawthorn",
"21.5 (131)",
"MCG",
"32,527",
"26 July 1969"
],
[
"3",
"North Melbourne",
"13.16 (94)",
"Essendon",
"9.13 (67)",
"Arden Street Oval",
"14,103",
"26 July 1969"
],
[
"4",
"South Melbourne",
"11.8 (74)",
"Carlton",
"19.12 (126)",
"Lake Oval",
"15,151",
"26 July 1969"
],
[
"5",
"Fitzroy",
"9.12 (66)",
"Richmond",
"8.9 (57)",
"Princes Park",
"16,211",
"2 August 1969"
],
[
"6",
"Collingwood",
"12.11 (83)",
"St Kilda",
"10.13 (73)",
"Victoria Park",
"29,759",
"2 August 1969"
],
[
"7",
"Geelong",
"23.17 (155)",
"Footscray",
"11.12 (78)",
"Kardinia Park",
"21,025",
"2 August 1969"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"away\")*(B1=\"bracknell bees\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"away\")*(B2:B7=\"bracknell bees\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the venue is away and the opponents are the bracknell bees, what is the competition?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"away\"",
"*",
"B1",
"=",
"\"bracknell bees\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"away\")*(A1=\"28th\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"away\")*(A2:A7=\"28th\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What opponent played on the 28th with a venue of away?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"away\"",
"*",
"A1",
"=",
"\"28th\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"20th\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"20th\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the venue on the 20th?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"20th\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"home\")*(B1=\"peterborough phantoms\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"home\")*(B2:B7=\"peterborough phantoms\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the peterborough phantoms play at a venue of home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"home\"",
"*",
"B1",
"=",
"\"peterborough phantoms\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"2-0 l\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"2-0 l\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent has a result of 2-0 l?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"2-0 l\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"challenge\")*(D1=\"8-2 w\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"challenge\")*(D2:D7=\"8-2 w\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent completed a challenge competition with a result of 8-2 w?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"challenge\"",
"*",
"D1",
"=",
"\"8-2 w\"",
"2"
]
}
] | train_2-17996547-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Opponent",
"Venue",
"Result",
"Competition"
],
[
"2",
"13th",
"Telford Tigers",
"Home",
"8-2 W",
"Challenge"
],
[
"3",
"14th",
"Telford Tigers",
"Away",
"0-2 W",
"Challenge"
],
[
"4",
"20th",
"Peterborough Phantoms",
"Home",
"4-2 W",
"Challenge"
],
[
"5",
"21st",
"Peterborough Phantoms",
"Away",
"2-0 L",
"Challenge"
],
[
"6",
"27th",
"Sheffield Scimitars",
"Home",
"2-3 L",
"League"
],
[
"7",
"28th",
"Bracknell Bees",
"Away",
"5-3 L",
"League"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"michael ruffin\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"michael ruffin\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position does Michael Ruffin play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"michael ruffin\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"center\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"center\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the center?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"center\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1977-79\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1977-79\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the Jazz player 1977-79?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1977-79\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"united states\")*(C1=\"guard\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"united states\")*(C2:C10=\"guard\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the School/Club team of the player from the United States that play'de guard?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"united states\"",
"*",
"C1",
"=",
"\"guard\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"bill robinzine\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"bill robinzine\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What nationality is Bill Robinzine?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"bill robinzine\"",
"2"
]
}
] | train_2-11545282-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years for Jazz",
"School/Club Team"
],
[
"2",
"Aleksandar Radojević",
"Serbia",
"Center",
"2004-05",
"Barton College"
],
[
"3",
"Rick Roberson",
"United States",
"Forward",
"1974-75",
"Cincinnati"
],
[
"4",
"Fred Roberts",
"United States",
"Forward",
"1984-86",
"BYU"
],
[
"5",
"Truck Robinson",
"United States",
"Power forward",
"1977-79",
"Tennessee State"
],
[
"6",
"Bill Robinzine",
"United States",
"Power forward",
"1981-82",
"DePaul"
],
[
"7",
"Scott Roth",
"United States",
"Forward",
"1987-89",
"Wisconsin"
],
[
"8",
"Delaney Rudd",
"United States",
"Guard",
"1989-92",
"Wake Forest"
],
[
"9",
"Michael Ruffin",
"United States",
"Forward-Center",
"2003-04",
"Tulsa"
],
[
"10",
"Bryon Russell",
"United States",
"Small forward",
"1993-02",
"Long Beach State"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1870))",
"Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=1870))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what province was established in 1870",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1870"
]
}
] | train_2-14373444-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Province",
"School",
"City",
"Degree",
"Established",
"Closed"
],
[
"2",
"Ontario",
"Kingston Woman's Medical College",
"Kingston",
"MD",
"1883",
"1893"
],
[
"3",
"Ontario",
"Ontario Medical College for Women",
"Toronto",
"MD",
"1884",
"unknown"
],
[
"4",
"Ontario",
"Toronto School of Medicine",
"Toronto",
"MD",
"1847",
"1887"
],
[
"5",
"Ontario",
"Trinity Medical College",
"Toronto",
"MD",
"1853",
"1903"
],
[
"6",
"Ontario",
"Victoria University Medical Department",
"Toronto",
"MD",
"1853",
"1869"
],
[
"7",
"Québec",
"Laval University Medical Faculty",
"Montréal",
"MD",
"1878",
"1891"
],
[
"8",
"Québec",
"St. Lawrence School of Medicine",
"St. Lawrence",
"MD",
"1851",
"1852"
],
[
"9",
"Québec",
"University of Bishop College Faculty of Medicine",
"Montréal",
"MD",
"1870",
"1905"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"may 10, 1999\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"may 10, 1999\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player is associated with the date May 10, 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"may 10, 1999\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"july 6, 1949\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"july 6, 1949\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player is associated with the date July 6, 1949?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"july 6, 1949\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"wilbert robinson\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"wilbert robinson\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date is associated with the player Wilbert Robinson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"wilbert robinson\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"june 14, 1969\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"june 14, 1969\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player is associated with the date June 14, 1969?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"june 14, 1969\"",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (C1=\"boston red sox\")*(D1=\"july 27, 1946\")))",
"Formula2": "AVERAGE(FILTER(A2:A14, (C2:C14=\"boston red sox\")*(D2:D14=\"july 27, 1946\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When the team is the Boston Red Sox and the is date July 27, 1946, what are the average RBIs?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"C1",
"=",
"\"boston red sox\"",
"*",
"D1",
"=",
"\"july 27, 1946\""
]
}
] | test_2-13593120-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"RBIs",
"Player",
"Team",
"Date",
"Opponent"
],
[
"2",
"12",
"Jim Bottomley",
"St. Louis Cardinals",
"September 16, 1924",
"Brooklyn Robins"
],
[
"3",
"12",
"Mark Whiten",
"St. Louis Cardinals",
"September 7, 1993",
"Cincinnati Reds"
],
[
"4",
"11",
"Wilbert Robinson",
"Baltimore Orioles",
"June 10, 1882",
"St. Louis Browns"
],
[
"5",
"11",
"Tony Lazzeri",
"New York Yankees",
"May 24, 1936",
"Philadelphia Athletics"
],
[
"6",
"11",
"Phil Weintraub",
"New York Giants",
"April 30, 1944",
"Brooklyn Dodgers"
],
[
"7",
"10",
"Rudy York",
"Boston Red Sox",
"July 27, 1946",
"St. Louis Browns"
],
[
"8",
"10",
"Walker Cooper",
"Cincinnati Reds",
"July 6, 1949",
"Chicago Cubs"
],
[
"9",
"10",
"Norm Zauchin",
"Boston Red Sox",
"May 27, 1955",
"Washington Senators"
],
[
"10",
"10",
"Reggie Jackson",
"Oakland Athletics",
"June 14, 1969",
"Boston Red Sox"
],
[
"11",
"10",
"Fred Lynn (r)",
"Boston Red Sox",
"June 18, 1975",
"Detroit Tigers"
],
[
"12",
"10",
"Nomar Garciaparra",
"Boston Red Sox",
"May 10, 1999",
"Seattle Mariners"
],
[
"13",
"10",
"Alex Rodriguez",
"New York Yankees",
"April 26, 2005",
"Los Angeles Angels of Anaheim"
],
[
"14",
"10",
"Garret Anderson",
"Los Angeles Angels of Anaheim",
"August 21, 2007",
"New York Yankees"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"pr\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>17))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"pr\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>17))",
"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 Airline has a Fleet size larger than 17, and a IATA of pr?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"pr\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"17"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(F2:F11)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which ICAO has a Fleet size of 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(F1, (C1=\"pr\")*(E1<1941)))",
"Formula2": "SUM(FILTER(F2:F11, (C2:C11=\"pr\")*(E2:E11<1941)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the of Fleet size with a IATA of pr, and a Commenced operations smaller than 1941?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"\"pr\"",
"*",
"E1",
"<",
"1941"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1>2011),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,E2:E11>2011),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which ICAO has a Commenced operations larger than 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
">",
"2011",
"2"
]
}
] | train_2-15637071-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Airline",
"ICAO",
"IATA",
"Callsign",
"Commenced operations",
"Fleet size",
"Headquarters"
],
[
"2",
"AirAsia Zest",
"EZD",
"Z2",
"ZEST",
"1995",
"11",
"Pasay City"
],
[
"3",
"Cebu Pacific",
"CEB",
"5J",
"CEBU",
"1996",
"47",
"Pasay City"
],
[
"4",
"Fil-Asian Airways",
"MSE",
"MX",
"FAA",
"2008",
"1",
"Lapu-Lapu City"
],
[
"5",
"PAL Express",
"GAP",
"2P",
"AIRPHIL",
"1996",
"21",
"Pasay City"
],
[
"6",
"Philippine Airlines",
"PAL",
"PR",
"PHILIPPINE",
"1941",
"51",
"Pasay City"
],
[
"7",
"Philippines AirAsia",
"AAU",
"PQ",
"COOL RED",
"2012",
"3",
"Angeles City"
],
[
"8",
"Sky Pasada",
"WCC",
"SP",
"PASADA",
"2010",
"2",
"Pasay City"
],
[
"9",
"Spirit of Manila Airlines",
"MNP",
"SM",
"MANILA SKY",
"2010",
"3",
"Pasay City"
],
[
"10",
"Tigerair Philippines",
"SRQ",
"DG",
"SEAIR",
"1995",
"17",
"Makati City"
],
[
"11",
"SEAIR International",
"SGD",
"XO",
"AIR BLUE",
"2011",
"4",
"Clark"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=14),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,F2:F11=14),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "In which game did the opponents score 14 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"14",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"dec. 12\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,B2:B11=\"dec. 12\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the streak after the game on Dec. 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"dec. 12\"",
"8"
]
}
] | train_2-18811930-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Lions points",
"Opponents",
"Record",
"Streak",
"Attendance"
],
[
"2",
"1",
"Sept. 12",
"Chicago Bears",
"Win",
"17",
"10",
"1–0",
"Win 1",
"71,337"
],
[
"3",
"2",
"Sept. 19",
"at Los Angeles Rams",
"Win",
"19",
"14",
"2–0",
"Win 2",
"59,470"
],
[
"4",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games.",
"Player strike cancels seven games."
],
[
"5",
"3",
"Nov. 21",
"at Chicago Bears",
"Loss",
"17",
"20",
"2–1",
"Lose 1",
"46,783"
],
[
"6",
"4",
"Nov. 25",
"New York Giants",
"Loss",
"6",
"13",
"2–2",
"Lose 2",
"64,348"
],
[
"7",
"5",
"Dec. 6",
"New York Jets",
"Loss",
"13",
"28",
"2–3",
"Lose 3",
"79,361"
],
[
"8",
"6",
"Dec. 12",
"at Green Bay Packers",
"Win",
"30",
"10",
"3–3",
"Win 1",
"51,875"
],
[
"9",
"7",
"Dec. 19",
"Minnesota Vikings",
"Loss",
"31",
"34",
"3–4",
"Lose 1",
"73,058"
],
[
"10",
"8",
"Dec. 26",
"at Tampa Bay Buccaneers",
"Loss",
"21",
"23",
"3–5",
"Lose 2",
"65,997"
],
[
"11",
"9",
"Jan. 2",
"Green Bay Packers",
"Win",
"27",
"24",
"4–5",
"Win 1",
"64,377"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1,(F1>820)*(A1=\"lager 1\")*(E1<336)))",
"Formula2": "AVERAGE(FILTER(C2:C15,(F2:F15>820)*(A2:A15=\"lager 1\")*(E2:E15<336)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which elevation groundstation has a capacity in persons/hour larger than 820, and a Name or route of lager 1, and a slope length smaller than 336?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"F1",
">",
"820",
"*",
"A1",
"=",
"\"lager 1\"",
"*",
"E1",
"<",
"336"
]
},
{
"Formula": "FILTER(E1,(B1=\"surface lift\")*(C1<1974)*(G1=\"1971\")*(A1=\"alpmatten 1\"))",
"Formula2": "FILTER(E2:E15,(B2:B15=\"surface lift\")*(C2:C15<1974)*(G2:G15=\"1971\")*(A2:A15=\"alpmatten 1\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which slope length has a type of surface lift, and an elevation groundstation smaller than 1974, and a construction year(s) of 1971, and a Name or route of alpmatten 1?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"surface lift\"",
"*",
"C1",
"<",
"1974",
"*",
"G1",
"=",
"\"1971\"",
"*",
"A1",
"=",
"\"alpmatten 1\""
]
}
] | dev_2-17814458-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name or route",
"type",
"elevation groundstation",
"elevation mountainstation",
"slope length",
"capacity in persons/hour",
"construction year(s)"
],
[
"2",
"Betten Betten Village",
"aerial tramway",
"832",
"1199",
"872",
"350",
"1950 1965"
],
[
"3",
"Betten Village Bettmeralp",
"aerial tramway",
"1199",
"1931",
"1610",
"500",
"1951 1967 1979"
],
[
"4",
"Betten Bettmeralp",
"aerial tramway",
"832",
"1933",
"2446",
"970",
"1974"
],
[
"5",
"Bettmeralp Bettmerhorn",
"gondola",
"1991",
"2652",
"2324",
"2400",
"1975 1995"
],
[
"6",
"Wurzenbord",
"chairlift",
"1966",
"2224",
"1075",
"2000",
"2003"
],
[
"7",
"Schönbiel",
"chairlift",
"1956",
"2296",
"1669",
"2800",
"1998"
],
[
"8",
"Alpmatten 1",
"surface lift",
"1861",
"1951",
"294",
"650",
"1971"
],
[
"9",
"Alpmatten 2",
"surface lift",
"1861",
"1951",
"294",
"650",
"1971"
],
[
"10",
"Bettmeralp 1",
"surface lift",
"1940",
"2067",
"640",
"1000",
"1972 1955"
],
[
"11",
"Bettmeralp 2",
"surface lift",
"1940",
"2067",
"640",
"1000",
"1971"
],
[
"12",
"Tanzbode",
"surface lift",
"1985",
"2016",
"488",
"720",
"1995 1992:Temporary lift"
],
[
"13",
"Trainerlift",
"surface lift",
"1974",
"2026",
"303",
"820",
"1983 1st trainer:1969"
],
[
"14",
"Lager 1",
"surface lift",
"1974",
"2035",
"336",
"1000",
"1983"
],
[
"15",
"Lager 2",
"surface lift",
"1974",
"2022",
"223",
"720",
"1999"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"June 25\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"June 25\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the winning pitcher on june 25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"June 25\"",
"4"
]
},
{
"Formula": "SUMIFS(F1,A1,\"May 20\")",
"Formula2": "SUMIFS(F2:F6,A2:A6,\"May 20\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games were on May 20?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"May 20\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Roy Oswalt\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"Roy Oswalt\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the losing pitcher when the winning pitcher is roy oswalt?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Roy Oswalt\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=38109))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)=38109))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the winning pitcher when attendance is 38109?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"38109"
]
}
] | train_1-12125069-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Winning Team",
"Score",
"Winning Pitcher",
"Losing Pitcher",
"Attendance",
"Location"
],
[
"2",
"May 20",
"Texas",
"7–3",
"Kenny Rogers",
"Brandon Backe",
"38109",
"Arlington"
],
[
"3",
"May 21",
"Texas",
"18–3",
"Chris Young",
"Ezequiel Astacio",
"35781",
"Arlington"
],
[
"4",
"May 22",
"Texas",
"2–0",
"Chan Ho Park",
"Roy Oswalt",
"40583",
"Arlington"
],
[
"5",
"June 24",
"Houston",
"5–2",
"Roy Oswalt",
"Ricardo Rodríguez",
"36199",
"Houston"
],
[
"6",
"June 25",
"Texas",
"6–5",
"Chris Young",
"Brandon Backe",
"41868",
"Houston"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1 – 1\")*(D1=\"2 – 2\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1 – 1\")*(D2:D7=\"2 – 2\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Venue when the score was 1 – 1, and the result was 2 – 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1 – 1\"",
"*",
"D1",
"=",
"\"2 – 2\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2006 fifa world cup qualification\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"2006 fifa world cup qualification\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score of the 2006 Fifa World Cup Qualification?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2006 fifa world cup qualification\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"3 – 0\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"3 – 0\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue was the game held at when the Score was 3 – 0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"3 – 0\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly match\")*(C1=\"1 – 1\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"friendly match\")*(C2:C7=\"1 – 1\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the game when the competition was a friendly match, and the Score was 1 – 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"friendly match\"",
"*",
"C1",
"=",
"\"1 – 1\"",
"4"
]
}
] | train_2-1646697-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"January 14, 2002",
"Stade 5 Juillet 1962 , Algiers , Algeria",
"3 – 0",
"4 – 0",
"Friendly match"
],
[
"3",
"January 25, 2002",
"Stade 26 mars , Bamako , Mali",
"1 – 1",
"2 – 2",
"2002 African Cup of Nations"
],
[
"4",
"October 11, 2002",
"Stade 19 Mai 1956 , Annaba , Algeria",
"1 – 0",
"4 – 1",
"2004 African Cup of Nations (qualification)"
],
[
"5",
"October 11, 2002",
"Stade 19 Mai 1956 , Annaba , Algeria",
"4 – 1",
"4 – 1",
"2004 African Cup of Nations (qualification)"
],
[
"6",
"March 29, 2003",
"Estádio da Cidadela , Luanda , Angola",
"1 – 1",
"1 – 1",
"Friendly match"
],
[
"7",
"November 14, 2003",
"Stade 5 Juillet 1962 , Algiers , Algeria",
"6 - 0",
"6 - 0",
"2006 FIFA World Cup qualification"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"monza\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"monza\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the Monza circuit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"monza\"",
"3"
]
}
] | train_2-10061118-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Circuit",
"Date",
"Winning drivers",
"Winning constructor",
"Report"
],
[
"2",
"Italian Grand Prix",
"Monza",
"24 May",
"Giuseppe Campari",
"Alfa Romeo",
"Report"
],
[
"3",
"Italian Grand Prix",
"Monza",
"24 May",
"Tazio Nuvolari",
"Alfa Romeo",
"Report"
],
[
"4",
"French Grand Prix",
"Montlhéry",
"21 June",
"Louis Chiron",
"Bugatti",
"Report"
],
[
"5",
"French Grand Prix",
"Montlhéry",
"21 June",
"Achille Varzi",
"Bugatti",
"Report"
],
[
"6",
"Belgian Grand Prix",
"Spa-Francorchamps",
"12 July",
"William Grover-Williams",
"Bugatti",
"Report"
],
[
"7",
"Belgian Grand Prix",
"Spa-Francorchamps",
"12 July",
"Caberto Conelli",
"Bugatti",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"2.65 m\")*(C1=\"m5000\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"2.65 m\")*(C2:C12=\"m5000\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Operator has a Width of 2.65 m, and a Type designation of m5000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2.65 m\"",
"*",
"C1",
"=",
"\"m5000\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"k5000\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>15))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E12,C2:C12=\"k5000\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>15))",
"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 Width has a Number of vehicles larger than 15, and a Type designation of k5000?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"k5000\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"15"
]
},
{
"Formula": "SUMIFS(D1,C1,\"u5-25 (bi-directional)\")",
"Formula2": "SUMIFS(D2:D12,C2:C12,\"u5-25 (bi-directional)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Number of vehicles has a Type designation of u5-25 (bi-directional)?",
"Tokens": [
"SUMIFS(",
"D1",
"C1",
"\"u5-25 (bi-directional)\""
]
}
] | train_2-1437522-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"City",
"Operator",
"Type designation",
"Number of vehicles",
"Width"
],
[
"2",
"Bonn , Germany",
"SWB",
"K5000",
"15",
"2.65 m"
],
[
"3",
"Bursa , Turkey",
"Bursaray",
"U5-2010 Bursa",
"30",
"2.65 m"
],
[
"4",
"Cologne , Germany",
"KVB",
"K5000",
"59",
"2.65 m"
],
[
"5",
"Cologne , Germany",
"KVB",
"K5200",
"15",
"2.65 m"
],
[
"6",
"Frankfurt am Main , Germany",
"VgF",
"U5-25 (Bi-directional)",
"54",
"2.65 m"
],
[
"7",
"Frankfurt am Main , Germany",
"VgF",
"U5-50 (Uni-directional)",
"92",
"2.65 m"
],
[
"8",
"İzmir , Turkey",
"İzmir Metro",
"MD",
"30",
"2.65 m"
],
[
"9",
"İzmir , Turkey",
"İzmir Metro",
"M",
"15",
"2.65 m"
],
[
"10",
"Greater Manchester , England",
"Metrolink",
"M5000",
"94",
"2.65 m"
],
[
"11",
"Rotterdam , Netherlands",
"RET",
"MG2/1, SG2/1",
"81",
"2.664 m"
],
[
"12",
"Rotterdam , Netherlands",
"RET",
"RSG3",
"64",
"2.664 m"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"November 27\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"November 27\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the total number of rebounds on november 27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"November 27\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ Toronto\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"@ Toronto\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the Pistons play @ toronto?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"@ Toronto\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(H1, A1=7)))",
"Formula2": "ROWS(UNIQUE(FILTER(H2:H14, A2:A14=7)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "List the location and number of fans in attendance for game 7/",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"H1",
"A1",
"=",
"7"
]
}
] | train_1-22822559-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",
"4",
"November 3",
"Orlando",
"W 85–80 (OT)",
"Ben Gordon (23)",
"Ben Wallace (10)",
"Ben Gordon , Rodney Stuckey (3)",
"The Palace of Auburn Hills 15,487",
"2-2"
],
[
"3",
"5",
"November 4",
"@ Toronto",
"L 99–110 (OT)",
"Ben Gordon (30)",
"Rodney Stuckey (10)",
"Will Bynum (6)",
"Air Canada Centre 17,915",
"2-3"
],
[
"4",
"6",
"November 6",
"@ Orlando",
"L 103–110 (OT)",
"Charlie Villanueva (28)",
"Jonas Jerebko (6)",
"Ben Gordon (5)",
"Amway Arena 17,461",
"2-4"
],
[
"5",
"7",
"November 8",
"Philadelphia",
"W 88–81 (OT)",
"Ben Gordon (23)",
"Ben Wallace (16)",
"Will Bynum (8)",
"The Palace of Auburn Hills 17,187",
"3-4"
],
[
"6",
"8",
"November 11",
"Charlotte",
"W 98–75 (OT)",
"Charlie Villanueva (30)",
"Ben Wallace (9)",
"Ben Gordon (8)",
"The Palace of Auburn Hills 15,417",
"4-4"
],
[
"7",
"9",
"November 14",
"@ Washington",
"W 106–103 (OT)",
"Ben Gordon (29)",
"Rodney Stuckey (9)",
"Will Bynum (6)",
"Verizon Center 20,173",
"5-4"
],
[
"8",
"10",
"November 15",
"Dallas",
"L 90–95 (OT)",
"Rodney Stuckey (28)",
"Charlie Villanueva , Ben Wallace (10)",
"Will Bynum (3)",
"The Palace of Auburn Hills 18,215",
"5-5"
],
[
"9",
"11",
"November 17",
"@ LA Lakers",
"L 93–106 (OT)",
"Will Bynum (24)",
"Jason Maxiell (7)",
"Will Bynum (6)",
"Staples Center 18,997",
"5-6"
],
[
"10",
"12",
"November 18",
"@ Portland",
"L 81–87 (OT)",
"Rodney Stuckey (21)",
"Ben Wallace (12)",
"Rodney Stuckey (5)",
"Rose Garden Arena 20,391",
"5-7"
],
[
"11",
"13",
"November 21",
"@ Utah",
"L 97–100 (OT)",
"Ben Gordon (25)",
"Ben Wallace (9)",
"Rodney Stuckey (6)",
"EnergySolutions Arena 18,355",
"5-8"
],
[
"12",
"14",
"November 22",
"@ Phoenix",
"L 91–117 (OT)",
"DaJuan Summers , Charlie Villanueva (13)",
"Jason Maxiell (7)",
"Rodney Stuckey (5)",
"US Airways Center 18,422",
"5-9"
],
[
"13",
"15",
"November 25",
"Cleveland",
"L 88–98 (OT)",
"Rodney Stuckey (25)",
"Ben Wallace (9)",
"Will Bynum (5)",
"The Palace of Auburn Hills 22,076",
"5-10"
],
[
"14",
"16",
"November 27",
"LA Clippers",
"L 96–104 (OT)",
"Jonas Jerebko (22)",
"Ben Wallace (16)",
"Will Bynum (9)",
"The Palace of Auburn Hills 18,594",
"5-11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"antoinette jeanne yvonne boegner\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=\"antoinette jeanne yvonne boegner\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On waht date did Antoinette Jeanne Yvonne Boegner get married?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"antoinette jeanne yvonne boegner\"",
"3"
]
}
] | train_2-10957315-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Birth",
"Marriage",
"Became Duke",
"Ceased to be Duke",
"Death",
"Spouse"
],
[
"2",
"Louis de Rohan-Chabot",
"3 November 1652",
"18 July 1678",
"27 February 1655 father's death",
"17 August 1727",
"17 August 1727",
"Marie Élisabeth du Bec-Crespin de Grimaldi"
],
[
"3",
"Louis Bretagne Alain de Rohan-Chabot",
"26 September 1679",
"29 May 1708",
"17 August 1727 father's death",
"10 August 1738",
"10 August 1738",
"Françoise de Roquelaure"
],
[
"4",
"Louis Marie de Rohan-Chabot",
"17 January 1710",
"19 December 1735",
"10 August 1738 father's death",
"28 November 1791",
"28 November 1791",
"Charlotte Rosalie de Châtillon"
],
[
"5",
"Louis Antoine de Rohan-Chabot",
"20 April 1733",
"12 April 1757",
"28 November 1791 uncles death",
"29 November 1807",
"29 November 1807",
"Élisabeth Louise de La Rochefoucauld"
],
[
"6",
"Alexandre de Rohan-Chabot",
"3 December 1761",
"29 May 1785",
"29 November 1807 father's death",
"8 February 1816",
"8 February 1816",
"Anne Louise Élisabeth de Montmorency"
],
[
"7",
"Louis François de Rohan-Chabot",
"29 February 1788",
"2 May 1808",
"8 February 1816 father's death",
"8 February 1833",
"8 February 1833",
"Marie Georgine Armandine de Sérent"
],
[
"8",
"Fernand de Rohan-Chabot",
"14 October 1789",
"19 May 1817",
"8 February 1833 brothers death",
"10 September 1869",
"10 September 1869",
"Josephine Françoise de Gontaut-Biron"
],
[
"9",
"Charles de Rohan-Chabot",
"12 December 1819",
"29 June 1843",
"10 September 1869 father's death",
"6 August 1893",
"6 August 1893",
"Octavie Rouillé de Boissy"
],
[
"10",
"Alain de Rohan-Chabot",
"1 December 1844",
"26 June 1872",
"6 August 1893 father's death",
"6 January 1914",
"6 January 1914",
"Herminie de La Brousse de Verteillac"
],
[
"11",
"Josselin de Rohan-Chabot",
"4 April 1879",
"11 June 1906",
"6 January 1914 father's death",
"13 July 1916",
"13 July 1916",
"Marguerite Marie de Rohan-Chabot"
],
[
"12",
"Alain Louis Auguste de Rohan-Chabot",
"10 May 1913",
"5 May 1937",
"13 July 1916 father's death",
"17 May 1966",
"17 May 1966",
"Helene Claire Marie de Liencourt"
],
[
"13",
"Josselin de Rohan-Chabot",
"5 June 1938",
"17 November 1973",
"17 May 1966 father's death",
"N/A",
"N/A",
"Antoinette Jeanne Yvonne Boegner"
],
[
"14",
"Name",
"Birth",
"Marriage",
"Became Duke",
"Ceased to be Duke",
"Death",
"Spouse"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,SUMMARIZE(F2:F12,SUMX(B2:B12)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What year was player number 10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, H1=\"Charis Prep\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G12, H2:H12=\"Charis Prep\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many hometowns are there when Charis Prep was the previous school?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"H1",
"=",
"\"Charis Prep\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, G1=\"Pittsburgh, PA\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, G2:G12=\"Pittsburgh, PA\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many different items appear in the weight column when Pittsburgh, PA is the hometown?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"G1",
"=",
"\"Pittsburgh, PA\""
]
}
] | train_1-29970488-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Name",
"#",
"Position",
"Height",
"Weight ( lb. )",
"Year",
"Hometown",
"Previous School"
],
[
"2",
"Karon Abraham Category:Articles with hCards",
"4",
"Guard",
"ft9in (m)",
"150",
"2 Sophomore",
"Paterson , NJ",
"Paterson Eastside HS"
],
[
"3",
"Lawrence Bridges Category:Articles with hCards",
"24",
"Forward",
"ft5in (m)",
"220",
"2 Junior",
"Detroit , MI",
"Columbus State Community College"
],
[
"4",
"Yann Charles Category:Articles with hCards",
"25",
"Forward",
"ft5in (m)",
"220",
"2 Freshman",
"Longueuil , QC , Canada",
"Champlain Saint-Albert HS"
],
[
"5",
"Russell Johnson Category:Articles with hCards",
"34",
"Forward",
"ft6in (m)",
"180",
"2 Sophomore ( RS )",
"Chester , PA",
"Chester HS"
],
[
"6",
"Velton Jones Category:Articles with hCards",
"2",
"Guard",
"ft0in (m)",
"170",
"2 Sophomore ( RS )",
"Philadelphia , PA",
"Northeast Catholic HS"
],
[
"7",
"Treadwell Lewis Category:Articles with hCards",
"10",
"Guard",
"ft10in (m)",
"170",
"2 Sophomore",
"Shelton , CT",
"Christian Heritage School"
],
[
"8",
"Anthony Myers Category:Articles with hCards",
"5",
"Guard",
"ft11in (m)",
"170",
"2 Freshman",
"Washington, D.C.",
"Charis Prep"
],
[
"9",
"Elton Roy Category:Articles with hCards",
"15",
"Guard",
"ft2in (m)",
"195",
"2 Freshman",
"Houston , TX",
"Yates HS"
],
[
"10",
"Lijah Thompson Category:Articles with hCards",
"11",
"Forward / Center",
"ft7in (m)",
"200",
"2 Sophomore",
"Philadelphia , PA",
"Monsignor Bonner HS"
],
[
"11",
"Deion Turman Category:Articles with hCards",
"1",
"Forward / Center",
"ft8in (m)",
"215",
"2 Freshman",
"Pittsburgh , PA",
"Mt. Lebanon HS"
],
[
"12",
"Gary Wallace Category:Articles with hCards",
"14",
"Guard",
"ft3in (m)",
"200",
"2 Senior",
"Montclair , NJ",
"Seton Hall Preparatory School"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"santiago\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"santiago\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the runner- up when the tournament is santiago?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"santiago\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"richard krajicek\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"richard krajicek\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score when the runner-up is richard krajicek?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"richard krajicek\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"7-6(0), 6-3\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"7-6(0), 6-3\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the tournament when the score is 7-6(0), 6-3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"7-6(0), 6-3\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"delray beach\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"delray beach\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is third place when the tournament is delray beach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"delray beach\"",
"5"
]
}
] | train_2-11346282-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tournament",
"Winner",
"Runner-up",
"Score",
"Third Place"
],
[
"2",
"Delray Beach",
"Mark Philippoussis",
"Aaron Krickstein",
"6–3, 6–2",
"None"
],
[
"3",
"Zurich",
"Mark Philippoussis",
"Tim Henman",
"6-3, 7-6(3)",
"Goran Ivanišević"
],
[
"4",
"Bogotá",
"Mark Philippoussis",
"Carlos Moyá",
"7-5, 6-7(3), [10-4]",
"Thomas Muster"
],
[
"5",
"São Paulo",
"Carlos Moyá",
"Thomas Enqvist",
"7-6(0), 6-3",
"Flávio Saretta"
],
[
"6",
"Knokke-Heist",
"Carlos Moyá",
"Richard Krajicek",
"6-3, 6-2",
"Guy Forget"
],
[
"7",
"Chengdu",
"Carlos Moyá",
"Younes El Aynaoui",
"6-2, 7-6(6)",
"Pete Sampras"
],
[
"8",
"Santiago",
"Carlos Moyá",
"Mariano Zabaleta",
"6–3, 6–4",
"Marcelo Ríos"
],
[
"9",
"London",
"Tim Henman",
"Thomas Enqvist",
"6–3, 7–6(2)",
"None"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1978),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=1978),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What district first elected in 1978?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1978",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Jerry Kleczka\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Jerry Kleczka\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district was incumbent Jerry Kleczka in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Jerry Kleczka\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Toby Roth\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E6, B2:B6=\"Toby Roth\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many districts had results related to incumbent Toby Roth?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"Toby Roth\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Wisconsin 1\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Wisconsin 1\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the candidates in district Wisconsin 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Wisconsin 1\"",
"6"
]
}
] | test_1-1341472-51 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Wisconsin 1",
"Mark Neumann",
"Republican",
"1994",
"Re-elected",
"Mark Neumann (R) 51% Lydia Spottswood (D) 49%"
],
[
"3",
"Wisconsin 3",
"Steve Gunderson",
"Republican",
"1980",
"Retired Democratic gain",
"Ron Kind (D) 52% James Harsdorf (R) 48%"
],
[
"4",
"Wisconsin 4",
"Jerry Kleczka",
"Democratic",
"1984",
"Re-elected",
"Jerry Kleczka (D) 58% Thomas G. Reynolds (R) 42%"
],
[
"5",
"Wisconsin 7",
"Dave Obey",
"Democratic",
"1969",
"Re-elected",
"Dave Obey (D) 57% Scott West (R) 43%"
],
[
"6",
"Wisconsin 8",
"Toby Roth",
"Republican",
"1978",
"Retired Democratic gain",
"Jay W. Johnson (D) 52% David Prosser, Jr. (R) 48%"
]
] |
[
{
"Formula": "FILTER(D1,(F1<130)*(A1=\"1951\"))",
"Formula2": "FILTER(D2:D14,(F2:F14<130)*(A2:A14=\"1951\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the rank for laps less than 130 and year of 1951",
"Tokens": [
"FILTER(",
"D1",
"F1",
"<",
"130",
"*",
"A1",
"=",
"\"1951\""
]
},
{
"Formula": "FILTER(A1,(F1=200)*(D1=\"24\"))",
"Formula2": "FILTER(A2:A14,(F2:F14=200)*(D2:D14=\"24\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the year for laps of 200 and rank of 24",
"Tokens": [
"FILTER(",
"A1",
"F1",
"=",
"200",
"*",
"D1",
"=",
"\"24\""
]
},
{
"Formula": "FILTER(D1,(E1=\"12\")*(A1=\"1963\"))",
"Formula2": "FILTER(D2:D14,(E2:E14=\"12\")*(A2:A14=\"1963\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the rank with finish of 12 and year of 1963",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"12\"",
"*",
"A1",
"=",
"\"1963\""
]
},
{
"Formula": "FILTER(D1,(F1=200)*(C1=\"148.374\"))",
"Formula2": "FILTER(D2:D14,(F2:F14=200)*(C2:C14=\"148.374\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the rank with laps of 200 and qual of 148.374",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"200",
"*",
"C1",
"=",
"\"148.374\""
]
},
{
"Formula": "FILTER(E1,F1>200)",
"Formula2": "FILTER(E2:E14,F2:F14>200)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the finish with Laps more than 200",
"Tokens": [
"FILTER(",
"E1",
"F1",
">",
"200"
]
},
{
"Formula": "FILTER(D1,F1=151)",
"Formula2": "FILTER(D2:D14,F2:F14=151)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the rank for 151 Laps",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"151"
]
}
] | dev_2-1235879-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Start",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1949",
"18",
"125.945",
"32",
"12",
"151"
],
[
"3",
"1950",
"24",
"131.912",
"9",
"15",
"130"
],
[
"4",
"1951",
"6",
"132.314",
"25",
"23",
"78"
],
[
"5",
"1952",
"7",
"135.364",
"18",
"1",
"200"
],
[
"6",
"1954",
"11",
"137.736",
"31",
"4",
"200"
],
[
"7",
"1956",
"11",
"142.484",
"17",
"31",
"22"
],
[
"8",
"1957",
"3",
"142.772",
"7",
"31",
"13"
],
[
"9",
"1960",
"6",
"145.366",
"8",
"20",
"134"
],
[
"10",
"1961",
"22",
"144.799",
"23",
"20",
"105"
],
[
"11",
"1962",
"30",
"146.765",
"19",
"18",
"140"
],
[
"12",
"1963",
"33",
"148.374",
"24",
"12",
"200"
],
[
"13",
"1964",
"18",
"151.292",
"24",
"18",
"99"
],
[
"14",
"Totals",
"Totals",
"Totals",
"Totals",
"Totals",
"1472"
]
] |
[
{
"Formula": "MIN(E1)",
"Formula2": "MIN(E2:E20)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "Tell me the least amount of democratic colation",
"Tokens": [
"MIN(",
"E1"
]
},
{
"Formula": "MINIFS(B1,A1,\"Mojkovac\")",
"Formula2": "MINIFS(B2:B20,A2:A20,\"Mojkovac\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the least amount of league of communists where municipality is mojkovac",
"Tokens": [
"MINIFS(",
"B1",
"A1",
"\"Mojkovac\""
]
},
{
"Formula": "SUMIFS(B1,A1,\"Bar\")",
"Formula2": "SUMIFS(B2:B20,A2:A20,\"Bar\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many league of communists have the municipality of bar?",
"Tokens": [
"SUMIFS(",
"B1",
"A1",
"\"Bar\""
]
},
{
"Formula": "SUM(FILTER(B1, C1=7))",
"Formula2": "SUM(FILTER(B2:B20, C2:C20=7))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many league of communists have the people's party at 7?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"7"
]
}
] | test_1-15306124-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Municipality",
"League of Communists",
"Peoples Party",
"Union of Reform Forces",
"Democratic Coalition",
"DSSP",
"Total seats"
],
[
"2",
"Bar",
"21",
"1",
"29",
"4",
"0",
"55"
],
[
"3",
"Bijelo Polje",
"30",
"10",
"2",
"23",
"0",
"65"
],
[
"4",
"Budva",
"28",
"7",
"5",
"0",
"0",
"40"
],
[
"5",
"Cetinje",
"36",
"0",
"11",
"0",
"0",
"47"
],
[
"6",
"Danilovgrad",
"42",
"2",
"1",
"0",
"0",
"45"
],
[
"7",
"Herceg Novi",
"40",
"15",
"8",
"0",
"2",
"65"
],
[
"8",
"Ivangrad",
"36",
"10",
"3",
"6",
"0",
"55"
],
[
"9",
"Kolašin",
"40",
"8",
"1",
"0",
"0",
"49"
],
[
"10",
"Kotor",
"40",
"9",
"16",
"0",
"0",
"65"
],
[
"11",
"Mojkovac",
"55",
"8",
"0",
"0",
"0",
"63"
],
[
"12",
"Nikšić",
"65",
"4",
"0",
"0",
"0",
"69"
],
[
"13",
"Plav",
"13",
"0",
"26",
"6",
"0",
"45"
],
[
"14",
"Plužine",
"25",
"6",
"0",
"0",
"0",
"31"
],
[
"15",
"Pljevlja",
"32",
"17",
"0",
"6",
"0",
"55"
],
[
"16",
"Rožaje",
"8",
"0",
"12",
"44",
"0",
"64"
],
[
"17",
"Šavnik",
"33",
"2",
"0",
"0",
"0",
"35"
],
[
"18",
"Titograd",
"68",
"8",
"11",
"4",
"0",
"91"
],
[
"19",
"Tivat",
"23",
"5",
"17",
"0",
"0",
"45"
],
[
"20",
"Ulcinj",
"8",
"0",
"7",
"30",
"0",
"45"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Pennsylvania 12\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"Pennsylvania 12\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the candidates in districk Pennsylvania 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Pennsylvania 12\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Pennsylvania 6\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"Pennsylvania 6\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result for district pennsylvania 6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Pennsylvania 6\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"John Banks (AM) 52.2% Samuel Power (J) 47.8%\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"John Banks (AM) 52.2% Samuel Power (J) 47.8%\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the incumbent when the candidates were John banks (am) 52.2% samuel power (j) 47.8%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"John Banks (AM) 52.2% Samuel Power (J) 47.8%\"",
"2"
]
},
{
"Formula": "SUM(FILTER(D1, (E1=\"Re-elected\")*(C1=\"Anti-Masonic\")*(A1=\"Pennsylvania 24\")))",
"Formula2": "SUM(FILTER(D2:D11, (E2:E11=\"Re-elected\")*(C2:C11=\"Anti-Masonic\")*(A2:A11=\"Pennsylvania 24\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many times was the result was re-elected and the party was anti-masonic in the district Pennsylvania 24?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"\"Re-elected\"",
"*",
"C1",
"=",
"\"Anti-Masonic\"",
"*",
"A1",
"=",
"\"Pennsylvania 24\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Re-elected\")*(D1=1832)*(C1=\"Jacksonian\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(E2:E11=\"Re-elected\")*(D2:D11=1832)*(C2:C11=\"Jacksonian\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were all the candidates when the results were re-elected, first elected was 1832 and the party was jacksonian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Re-elected\"",
"*",
"D1",
"=",
"1832",
"*",
"C1",
"=",
"\"Jacksonian\"",
"6"
]
}
] | train_1-2668199-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Pennsylvania 1",
"Joel B. Sutherland",
"Jacksonian",
"1826",
"Re-elected",
"Joel B. Sutherland (J) 61.7% James Gowen (?) 38.3%"
],
[
"3",
"Pennsylvania 5",
"Joel K. Mann",
"Jacksonian",
"1830",
"Retired Jacksonian hold",
"Jacob Fry, Jr. (J) 55.3% James Royer (?) 44.7%"
],
[
"4",
"Pennsylvania 6",
"Robert Ramsey",
"Jacksonian",
"1832",
"Retired Anti-Jacksonian gain",
"Mathias Morris (AJ) 52.4% Henry Chapman (J) 47.6%"
],
[
"5",
"Pennsylvania 10",
"William Clark",
"Anti-Masonic",
"1832",
"Re-elected",
"William Clark (AM) 54.0% John C. Bucher (J) 46.0%"
],
[
"6",
"Pennsylvania 12",
"George Chambers",
"Anti-Masonic",
"1832",
"Re-elected",
"George Chambers (AM) 59.8% Ludwig Heck (J) 40.2%"
],
[
"7",
"Pennsylvania 13",
"Jesse Miller",
"Jacksonian",
"1832",
"Re-elected",
"Jesse Miller (J) 51.4% Thomas Whiteside (AM) 48.6%"
],
[
"8",
"Pennsylvania 17",
"John Laporte",
"Jacksonian",
"1832",
"Re-elected",
"John Laporte (J) 56.8% Horrace Williston 43.2%"
],
[
"9",
"Pennsylvania 18",
"George Burd",
"Anti-Jacksonian",
"1830",
"Retired Jacksonian gain",
"Job Mann (J) 54.6% Charles Ogle (AM) 45.4%"
],
[
"10",
"Pennsylvania 22",
"Harmar Denny",
"Anti-Masonic",
"1829 ( special )",
"Re-elected",
"Harmar Denny (AM) 53.5% John M. Snowden (J) 46.5%"
],
[
"11",
"Pennsylvania 24",
"John Banks",
"Anti-Masonic",
"1830",
"Re-elected",
"John Banks (AM) 52.2% Samuel Power (J) 47.8%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"won\")*(C1=\"1-0\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"won\")*(C2:C8=\"1-0\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date has a Result of won, and a Score of 1-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"won\"",
"*",
"C1",
"=",
"\"1-0\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"november 2, 2007\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"november 2, 2007\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which result has a Date of november 2, 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"november 2, 2007\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2-0\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"2-0\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Competition has a Score of 2-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"2-0\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"january 9, 2011\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"january 9, 2011\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Venue has a Date of january 9, 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"january 9, 2011\"",
"2"
]
}
] | train_2-12402576-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"July 18, 2007",
"Palembang , Indonesia",
"4-0",
"Won",
"2007 AFC Asian Cup Group Stages"
],
[
"3",
"November 2, 2007",
"Riyadh , Saudi Arabia",
"1-0",
"Won",
"Friendly match"
],
[
"4",
"June 27, 2007",
"Kallang , Singapore",
"2-1",
"Won",
"Singapore 4 Nations Tournament 2007"
],
[
"5",
"November 9, 2007",
"Jeddah , Saudi Arabia",
"2-0",
"Won",
"Friendly match"
],
[
"6",
"October 9, 2010",
"Jeddah , Saudi Arabia",
"4-0",
"Won",
"Friendly match"
],
[
"7",
"January 9, 2011",
"Al Rayyan , Qatar",
"1-2",
"Lost",
"2011 AFC Asian Cup"
],
[
"8",
"February 24, 2012",
"Australia",
"6-0",
"Won",
"Friendly match"
]
] |
[
{
"Formula": "MAXIFS(G1,A1,\"DF\")",
"Formula2": "MAXIFS(G2:G9,A2:A9,\"DF\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "List the number of assists for the DF.",
"Tokens": [
"MAXIFS(",
"G1",
"A1",
"\"DF\""
]
},
{
"Formula": "MIN(FILTER(D1, E1=0))",
"Formula2": "MIN(FILTER(D2:D9, E2:E9=0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "List the lowest super league for a 0 champion league.",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"=",
"0"
]
},
{
"Formula": "SUM(G1)",
"Formula2": "SUM(G2:G9)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "What is the minimum sum?",
"Tokens": [
"SUM(",
"G1"
]
}
] | train_1-28068645-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Position",
"Number",
"Player",
"Super League",
"Champions League",
"Swiss Cup",
"Total"
],
[
"2",
"MF",
"14",
"Valentin Stocker",
"3",
"0",
"0",
"3"
],
[
"3",
"FW",
"13",
"Alexander Frei",
"2",
"1",
"0",
"3"
],
[
"4",
"DF",
"22",
"Samuel Inkoom",
"2",
"0",
"0",
"2"
],
[
"5",
"DF",
"20",
"Behrang Safari",
"1",
"1",
"0",
"2"
],
[
"6",
"MF",
"8",
"Benjamin Huggel",
"0",
"2",
"0",
"2"
],
[
"7",
"MF",
"17",
"Xherdan Shaqiri",
"0",
"2",
"0",
"2"
],
[
"8",
"FW",
"30",
"Fwayo Tembo",
"1",
"0",
"0",
"1"
],
[
"9",
"FW",
"31",
"Jacques Zoua",
"0",
"1",
"0",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"boston garden\")*(B1=\"fri. nov. 9\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(E2:E15=\"boston garden\")*(B2:B15=\"fri. nov. 9\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Record, when Location is \"Boston Garden\", and when Date is \"Fri. Nov. 9\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"boston garden\"",
"*",
"B1",
"=",
"\"fri. nov. 9\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,(E1=\"boston garden\")*(D1=\"115-105\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,(E2:E15=\"boston garden\")*(D2:D15=\"115-105\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"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 Opponent, when Location is \"Boston Garden\", when Game is greater than 1, and when Score is \"115-105\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"boston garden\"",
"*",
"D1",
"=",
"\"115-105\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1"
]
},
{
"Formula": "SUMIFS(A1,B1,\"wed. nov. 14\")",
"Formula2": "SUMIFS(A2:A15,B2:B15,\"wed. nov. 14\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Game, when Date is \"Wed. Nov. 14\"?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"wed. nov. 14\""
]
}
] | train_2-17344582-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Record"
],
[
"2",
"1",
"Fri. Nov. 2",
"Cleveland Cavaliers",
"125-101",
"Boston Garden",
"1-0"
],
[
"3",
"2",
"Sat. Nov. 3",
"@ New York Knicks",
"106-103",
"Madison Square Garden",
"2-0"
],
[
"4",
"3",
"Tue. Nov. 6",
"@ Chicago Bulls",
"110-108",
"Chicago Stadium",
"3-0"
],
[
"5",
"4",
"Fri. Nov. 9",
"Chicago Bulls",
"100-120",
"Boston Garden",
"3-1"
],
[
"6",
"5",
"Sat. Nov. 10",
"@ New Jersey Nets",
"105-91",
"Brendan Byrne Arena",
"4-1"
],
[
"7",
"6",
"Tue. Nov. 13",
"@ Milwaukee Bucks",
"91-119",
"Bradley Center",
"4-2"
],
[
"8",
"7",
"Wed. Nov. 14",
"Charlotte Hornets",
"135-126",
"Boston Garden",
"5-2"
],
[
"9",
"8",
"Fri. Nov. 16",
"Utah Jazz",
"114-89",
"Boston Garden",
"6-2"
],
[
"10",
"9",
"Sat. Nov. 17",
"@ Washington Bullets",
"102-90",
"Capital Centre",
"7-2"
],
[
"11",
"10",
"Wed. Nov. 21",
"Houston Rockets",
"108-95",
"Boston Garden",
"8-2"
],
[
"12",
"11",
"Fri. Nov. 23",
"Sacramento Kings",
"115-105",
"Boston Garden",
"9-2"
],
[
"13",
"12",
"Sat. Nov. 24",
"@ Cleveland Cavaliers",
"113-102",
"Richfield Coliseum",
"10-2"
],
[
"14",
"13",
"Mon. Nov. 26",
"Miami Heat",
"118-101",
"Hartford Civic Center",
"11-2"
],
[
"15",
"14",
"Fri. Nov. 30",
"Washington Bullets",
"123-95",
"Boston Garden",
"12-2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"leyton house\")*(C1=\"leyton house cg911\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"leyton house\")*(C2:C11=\"leyton house cg911\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what Year did Entrant Leyton House have a Chassis type of Leyton House CG911?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"leyton house\"",
"*",
"C1",
"=",
"\"leyton house cg911\"",
"1"
]
},
{
"Formula": "MINIFS(A1,C1,\"jordan 193\")",
"Formula2": "MINIFS(A2:A11,C2:C11,\"jordan 193\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the first year to have a Chassis of Jordan 193?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"jordan 193\""
]
}
] | train_2-1181411-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Pts."
],
[
"2",
"1985",
"Tyrrell Racing Organisation",
"Tyrrell 014",
"Renault V6 (t/c)",
"3"
],
[
"3",
"1986",
"Jolly Club SpA",
"AGS JH21C",
"Motori Moderni V6 (t/c)",
"0"
],
[
"4",
"1987",
"Leyton House March Racing Team",
"March 871",
"Ford Cosworth DFZ V8",
"1"
],
[
"5",
"1988",
"Leyton House March Racing Team",
"March 881",
"Judd V8",
"17"
],
[
"6",
"1989",
"Leyton House Racing",
"March 881",
"Judd V8",
"0"
],
[
"7",
"1989",
"Leyton House Racing",
"March CG-891",
"Judd V8",
"0"
],
[
"8",
"1990",
"Leyton House",
"Leyton House CG901",
"Judd V8",
"6"
],
[
"9",
"1991",
"Leyton House",
"Leyton House CG911",
"Ilmor V10",
"1"
],
[
"10",
"1992",
"Scuderia Ferrari SpA",
"Ferrari F92A",
"Ferrari V12",
"3"
],
[
"11",
"1993",
"Sasol Jordan",
"Jordan 193",
"Hart V10",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8.12 (60)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"8.12 (60)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the home team score was 8.12 (60), what was the date?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8.12 (60)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the away team was collingwood, what was the away team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"4"
]
}
] | train_2-10784349-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"12.15 (87)",
"St Kilda",
"9.11 (65)",
"Glenferrie Oval",
"25,000",
"2 May 1964"
],
[
"3",
"Fitzroy",
"6.12 (48)",
"Geelong",
"11.24 (90)",
"Brunswick Street Oval",
"15,723",
"2 May 1964"
],
[
"4",
"Essendon",
"16.11 (107)",
"North Melbourne",
"19.7 (121)",
"Windy Hill",
"21,000",
"2 May 1964"
],
[
"5",
"South Melbourne",
"8.7 (55)",
"Richmond",
"8.15 (63)",
"Lake Oval",
"18,920",
"2 May 1964"
],
[
"6",
"Footscray",
"8.12 (60)",
"Collingwood",
"11.13 (79)",
"Western Oval",
"23,983",
"2 May 1964"
],
[
"7",
"Melbourne",
"11.13 (79)",
"Carlton",
"4.9 (33)",
"MCG",
"43,495",
"2 May 1964"
]
] |
[
{
"Formula": "MIN(FILTER(D1, (F1=2190)*(E1>0)))",
"Formula2": "MIN(FILTER(D2:D11, (F2:F11=2190)*(E2:E11>0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the fewest losses that had an against score of 2190 and more than 0 draws?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"F1",
"=",
"2190",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "MIN(FILTER(E1, C1>0))",
"Formula2": "MIN(FILTER(E2:E11, C2:C11>0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the fewest number of draws for teams with more than 0 byes?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"geelong amateur\")*(C1<0)))",
"Formula2": "SUM(FILTER(D2:D11, (A2:A11=\"geelong amateur\")*(C2:C11<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of losses for Geelong Amateur, with 0 byes?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"geelong amateur\"",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(B1, E1>0))",
"Formula2": "SUM(FILTER(B2:B11, E2:E11>0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the number of wins for teams with more than 0 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
">",
"0"
]
}
] | train_2-13152565-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Bellarine FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Drysdale",
"15",
"0",
"3",
"0",
"1249"
],
[
"3",
"Geelong Amateur",
"14",
"0",
"4",
"0",
"1160"
],
[
"4",
"Queenscliff",
"14",
"0",
"4",
"0",
"1215"
],
[
"5",
"Torquay",
"12",
"0",
"6",
"0",
"1454"
],
[
"6",
"Anglesea",
"11",
"0",
"7",
"0",
"1669"
],
[
"7",
"Ocean Grove",
"10",
"0",
"8",
"0",
"1435"
],
[
"8",
"Barwon Heads",
"7",
"0",
"11",
"0",
"1823"
],
[
"9",
"Modewarre",
"4",
"0",
"14",
"0",
"1608"
],
[
"10",
"Portarlington",
"3",
"0",
"15",
"0",
"2190"
],
[
"11",
"Newcomb",
"0",
"0",
"18",
"0",
"2496"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"月山泛 ΔYMF\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"月山泛 ΔYMF\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the hypotenuse for vertices 月山泛 δymf",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"月山泛 ΔYMF\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"边 BIAN\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,B2:B15=\"边 BIAN\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the vertical for 边 bian",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"边 BIAN\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"通 TONG\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,B2:B15=\"通 TONG\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the horizontal 0 for 通 tong",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"通 TONG\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"明弦(RY日月)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"明弦(RY日月)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the horizontal 0 for 明弦(ry日月)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"明弦(RY日月)\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"明勾(YS月南)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"明勾(YS月南)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the vertical for 明勾(ys月南)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"明勾(YS月南)\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,SUMMARIZE(F2:F15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the horizontal number for number 10",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
}
] | train_1-25519358-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Number",
"Name",
"Vertices",
"Hypotenuse 0 c",
"Vertical 0 b",
"Horizontal 0 a"
],
[
"2",
"1",
"通 TONG",
"天地乾 ΔTLQ",
"通弦(TL天地)",
"通股(TQ天乾)",
"通勾(LQ地乾)"
],
[
"3",
"2",
"边 BIAN",
"天西川 ΔTWB",
"边弦(TB天川)",
"边股(TW天西)",
"边勾(WB西川)"
],
[
"4",
"3",
"底 DI",
"日地北 ΔRDN",
"底弦(RL日地)",
"底股(RN日北)",
"底勾(LB地北)"
],
[
"5",
"4",
"黄广 HUANGGUANG",
"天山金 ΔTMJ",
"黄广弦(TM天山)",
"黄广股(TJ天金)",
"黄广勾(MJ山金)"
],
[
"6",
"5",
"黄长 HUANGCHANG",
"月地泉 ΔYLS",
"黄长弦(YL月地)",
"黄长股(YS月泉)",
"黄长勾(LS地泉)"
],
[
"7",
"6",
"上高 SHANGGAO",
"天日旦 ΔTRD",
"上高弦(TR天日)",
"上高股(TD天旦)",
"上高勾(RD日旦)"
],
[
"8",
"7",
"下高 XIAGAO",
"日山朱 ΔRMZ",
"下高弦(RM日山)",
"下高股(RZ日朱)",
"下高勾(MZ山朱)"
],
[
"9",
"8",
"上平 SHANGPING",
"月川青 ΔYSG",
"上平弦(YS月川)",
"上平股(YG月青)",
"上平勾(SG川青)"
],
[
"10",
"9",
"下平 XIAPING",
"川地夕 ΔBLJ",
"下平弦(BL川地)",
"下平股(BJ川夕)",
"下平勾(LJ地夕)"
],
[
"11",
"10",
"大差 DACHA",
"天月坤 ΔTYK",
"大差弦(TY天月)",
"大差股(TK天坤)",
"大差勾(YK月坤)"
],
[
"12",
"11",
"小差 XIAOCHA",
"山地艮 ΔMLH",
"小差弦(ML山地)",
"小差股(MH山艮)",
"小差勾(LH地艮)"
],
[
"13",
"12",
"皇极 HUANGJI",
"日川心 ΔRSC",
"皇极弦(RS日川)",
"皇极股(RC日心)",
"皇极勾(SC川心)"
],
[
"14",
"13",
"太虚 TAIXU",
"月山泛 ΔYMF",
"太虚弦(YM月山)",
"太虚股(YF月泛)",
"太虚勾(MF山泛)"
],
[
"15",
"14",
"明 MING",
"日月南 ΔRYS",
"明弦(RY日月)",
"明股(RS日南)",
"明勾(YS月南)"
]
] |
[
{
"Formula": "MAX(FILTER(F1, (B1=\"rc\")*(D1>1966)))",
"Formula2": "MAX(FILTER(F2:F10, (B2:B10=\"rc\")*(D2:D10>1966)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Faith of rc, and a Opened larger than 1966 which has the highest DCSF number?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"B1",
"=",
"\"rc\"",
"*",
"D1",
">",
"1966"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"–\")*(A1=\"greenway\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,(B2:B10=\"–\")*(A2:A10=\"greenway\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Faith of –, and a Name of greenway has what type?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"–\"",
"*",
"A1",
"=",
"\"greenway\"",
"3"
]
}
] | train_2-15089329-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Faith",
"Type",
"Opened",
"Intake",
"DCSF number",
"Ofsted number"
],
[
"2",
"Bridgewater",
"–",
"Middle",
"1972",
"95",
"4144",
"117541"
],
[
"3",
"Greenway",
"–",
"First",
"1966",
"60",
"2326",
"117276"
],
[
"4",
"Potten End",
"CE",
"First",
"1856",
"30",
"3042",
"117414"
],
[
"5",
"Northchurch St Mary's",
"CE",
"First",
"1864",
"30",
"3315",
"117424"
],
[
"6",
"St Thomas More",
"RC",
"Primary",
"1966",
"30",
"3402",
"117479"
],
[
"7",
"Swing Gate",
"–",
"First",
"1968",
"30",
"2301",
"117260"
],
[
"8",
"Thomas Coram",
"CE",
"Middle",
"1970",
"95",
"4627",
"117559"
],
[
"9",
"Victoria",
"CE",
"First",
"1897",
"42",
"3314",
"117423"
],
[
"10",
"Westfield",
"–",
"First",
"1962",
"30",
"2288",
"117254"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"1. round\")*(D1=\"sporting cp\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(C2:C9=\"1. round\")*(D2:D9=\"sporting cp\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what season did the Sporting CP Club have a 1. round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"1. round\"",
"*",
"D1",
"=",
"\"sporting cp\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ekranas\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"ekranas\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The Club of Ekranas was an away with a score of what?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ekranas\"",
"6"
]
}
] | train_2-1312112-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Competition",
"Round",
"Club",
"Home",
"Away",
"Aggregate"
],
[
"2",
"1962–63",
"European Cup",
"Preliminary Round",
"Ipswich Town",
"1–4",
"0–10",
"1–14"
],
[
"3",
"1968–69",
"European Cup",
"1. Round",
"Lahti",
"1–1",
"0–2",
"1–3"
],
[
"4",
"1970–71",
"European Cup",
"1. Round",
"Sporting CP",
"0–4",
"0–5",
"0–9"
],
[
"5",
"1973–74",
"European Cup",
"1. Round",
"Club Brugge",
"0–2",
"0–8",
"0–10"
],
[
"6",
"1975–76",
"European Cup",
"1. Round",
"Hajduk Split",
"0–5",
"0–3",
"0–8"
],
[
"7",
"1977–78",
"European Cup",
"1. Round",
"Panathinaikos",
"1–1",
"0–4",
"1–5"
],
[
"8",
"1993–94",
"UEFA Champions League",
"Preliminary Round",
"Ekranas",
"1–0",
"1–0",
"2–0"
],
[
"9",
"1993–94",
"UEFA Champions League",
"1. Round",
"FC Porto",
"0–0",
"0–2",
"0–2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"monoscopio\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"monoscopio\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Language, when Content is Monoscopio?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"monoscopio\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"presentazione\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"presentazione\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Television Service, when Content is Presentazione?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"presentazione\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"sky inside\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"sky inside\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Package/Option, when Television Service is Sky Inside?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"sky inside\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"sky inside\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"sky inside\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Package/Option, when Television Service is Sky Inside?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"sky inside\"",
"6"
]
}
] | train_2-15887683-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Television service",
"Country",
"Language",
"Content",
"HDTV",
"Package/Option"
],
[
"2",
"Sky Inside",
"Italy",
"Italian",
"presentazione",
"no",
"no ( FTA )"
],
[
"3",
"Sky Inside",
"Italy",
"Italian",
"presentazione",
"no",
"no ( FTA )"
],
[
"4",
"Sky Inside",
"Italy",
"Italian",
"presentazione",
"no",
"no ( FTA )"
],
[
"5",
"Sky Test",
"Italy",
"Italian",
"monoscopio",
"no",
"qualsiasi ( FTA )"
],
[
"6",
"Sky Assist",
"Italy",
"Italian",
"assistenza",
"no",
"qualsiasi"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Mike McNiven\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,B2:B15=\"Mike McNiven\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "where is team player mike mcniven played for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Mike McNiven\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Chicago Black Hawks\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"Chicago Black Hawks\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what college has nhl team chicago black hawks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Chicago Black Hawks\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Chicago Black Hawks\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"Chicago Black Hawks\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the college that has the nhl chicago black hawks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Chicago Black Hawks\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"Canada\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=65))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,D2:D15=\"Canada\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=65))",
"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 with the nationality of canada and pick # is 65?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Canada\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"65"
]
}
] | train_1-1213511-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Pick #",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
[
"2",
"57",
"Ray Belanger",
"Goaltender",
"Canada",
"California Golden Seals",
"Shawinigan Dynamos (QMJHL)"
],
[
"3",
"58",
"Earl Anderson",
"Right Wing",
"United States",
"Detroit Red Wings",
"University of North Dakota (WCHA)"
],
[
"4",
"59",
"Mike McNiven",
"Left Wing",
"Canada",
"Vancouver Canucks",
"Halifax Jr. Canadians (NSJHL)"
],
[
"5",
"60",
"Dave Murphy",
"Goaltender",
"Canada",
"Pittsburgh Penguins",
"University of North Dakota (WCHA)"
],
[
"6",
"61",
"Steve Warr",
"Defence",
"Canada",
"Buffalo Sabres",
"Clarkson University (ECAC)"
],
[
"7",
"62",
"Gary Crosby",
"Centre",
"Canada",
"Los Angeles Kings",
"Michigan Technological University (WCHA)"
],
[
"8",
"63",
"Brian McBratney",
"Defence",
"Canada",
"Minnesota North Stars",
"St Catharines Black Hawks (OHA)"
],
[
"9",
"64",
"Don McCullouch",
"Defence",
"Canada",
"Philadelphia Flyers",
"Niagara Falls Flyers (OHA)"
],
[
"10",
"65",
"Bob Sykes",
"Left Wing",
"Canada",
"Toronto Maple Leafs",
"Sudbury Wolves (NOHA)"
],
[
"11",
"66",
"Wayne Gibbs",
"Defence",
"Canada",
"St. Louis Blues",
"Calgary Centennials (WCHL)"
],
[
"12",
"67",
"Mike Busniuk",
"Defence",
"Canada",
"Montreal Canadiens",
"University of Denver (WCHA)"
],
[
"13",
"68",
"Dean Blais",
"Left Wing",
"United States",
"Chicago Black Hawks",
"University of Minnesota (WCHA)"
],
[
"14",
"69",
"Fraser Robertson",
"Defence",
"Canada",
"New York Rangers",
"Lethbridge Sugar Kings (AJHL)"
],
[
"15",
"70",
"Bert Scott",
"Centre",
"Canada",
"Boston Bruins",
"Edmonton Oil Kings (WCHL)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"36%\")*(B1=\"august 2008\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"36%\")*(B2:B17=\"august 2008\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What percentage of people polled aligned with the Liberal party according to the August 2008 poll that reported 36% aligning with New Democratic party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"36%\"",
"*",
"B1",
"=",
"\"august 2008\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"corporate research associates\")*(C1=\"32%\")*(B1=\"august 2007\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(A2:A17=\"corporate research associates\")*(C2:C17=\"32%\")*(B2:B17=\"august 2007\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "According to the August 2007 poll by the Corporate Research Associates that reported 32% Prog. Cons., what percentage aligned with the Liberal party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"corporate research associates\"",
"*",
"C1",
"=",
"\"32%\"",
"*",
"B1",
"=",
"\"august 2007\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"august 2006\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"august 2006\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which firm conducted a poll in August 2006?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"august 2006\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"corporate research associates\")*(E1=\"31%\")*(B1=\"february 2009\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(A2:A17=\"corporate research associates\")*(E2:E17=\"31%\")*(B2:B17=\"february 2009\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "According to the February 2009 poll by the Corporate Research Associates that reported 31% Liberal., what percentage aligned with the Prog. Cons. party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"corporate research associates\"",
"*",
"E1",
"=",
"\"31%\"",
"*",
"B1",
"=",
"\"february 2009\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"36%\")*(B1=\"august 2008\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"36%\")*(B2:B17=\"august 2008\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "According to the August 2008 poll that reported 36% New Demcratic, what percentage aligned with the Liberal party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"36%\"",
"*",
"B1",
"=",
"\"august 2008\"",
"5"
]
}
] | test_2-19002339-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Polling firm",
"Dates",
"Prog. Cons.",
"New Democratic",
"Liberal"
],
[
"2",
"2009 Election Results",
"June 9, 2009",
"24.54%",
"45.24%",
"27.20%"
],
[
"3",
"Angus Reid Strategies",
"June 4, 2009",
"23%",
"47%",
"26%"
],
[
"4",
"Corporate Research Associates",
"June 1, 2009",
"26%",
"44%",
"28%"
],
[
"5",
"Corporate Research Associates",
"May 7–16, 2009",
"28%",
"37%",
"31%"
],
[
"6",
"Corporate Research Associates",
"February 2009",
"30%",
"36%",
"31%"
],
[
"7",
"Corporate Research Associates",
"November 2008",
"33%",
"37%",
"27%"
],
[
"8",
"Corporate Research Associates",
"August 2008",
"33%",
"36%",
"28%"
],
[
"9",
"Corporate Research Associates",
"May 2008",
"27%",
"38%",
"30%"
],
[
"10",
"Corporate Research Associates",
"February 2008",
"32%",
"37%",
"28%"
],
[
"11",
"Corporate Research Associates",
"November 2007",
"32%",
"39%",
"25%"
],
[
"12",
"Corporate Research Associates",
"August 2007",
"32%",
"35%",
"28%"
],
[
"13",
"Corporate Research Associates",
"May 2007",
"29%",
"37%",
"26%"
],
[
"14",
"Corporate Research Associates",
"February 2007",
"35%",
"36%",
"25%"
],
[
"15",
"Corporate Research Associates",
"November 2006",
"32%",
"37%",
"26%"
],
[
"16",
"Corporate Research Associates",
"August 2006",
"33%",
"35%",
"24%"
],
[
"17",
"2006 Election Results",
"June 2006",
"40%",
"35%",
"24%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Howard Coble\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Howard Coble\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What party did incumbent Howard Coble belong to?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Howard Coble\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Stephen L. Neal\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Stephen L. Neal\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What party did incumbent Stephen L. Neal belong to? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Stephen L. Neal\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"Democratic\")*(D1=1974))))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A6, (C2:C6=\"Democratic\")*(D2:D6=1974))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "In how many districts was the democratic incumbent elected in 1974? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"\"Democratic\"",
"*",
"D1",
"=",
"1974"
]
},
{
"Formula": "MINIFS(D1,B1,\"Martin Lancaster\")",
"Formula2": "MINIFS(D2:D6,B2:B6,\"Martin Lancaster\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What year was incumbent Martin Lancaster elected? ",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"Martin Lancaster\""
]
}
] | train_1-1341568-34 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"Elected",
"Status",
"Opponent"
],
[
"2",
"North Carolina2",
"Tim Valentine",
"Democratic",
"1982",
"Re-elected",
"Tim Valentine (D) 74.7% Hal C. Sharpe (R) 25.3%"
],
[
"3",
"North Carolina3",
"Martin Lancaster",
"Democratic",
"1986",
"Re-elected",
"Martin Lancaster (D) 59.3% Don Davis (R) 40.7%"
],
[
"4",
"North Carolina4",
"David Price",
"Democratic",
"1986",
"Re-elected",
"David Price (D) 58.1% John H. Carrington (R) 41.9%"
],
[
"5",
"North Carolina5",
"Stephen L. Neal",
"Democratic",
"1974",
"Re-elected",
"Stephen L. Neal (D) 59.1% Ken Bell (R) 40.9%"
],
[
"6",
"North Carolina6",
"Howard Coble",
"Republican",
"1984",
"Re-elected",
"Howard Coble (R) 66.6% Helen Allegrone (D) 33.4%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"autumn gold\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"autumn gold\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2008–09 has an Event of autumn gold?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"autumn gold\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"r16\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,G2:G6=\"r16\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2009–10 has a 2012–13 of r16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"r16\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"q\")*(B1=\"q\")*(C1=\"qf\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(G2:G6=\"q\")*(B2:B6=\"q\")*(C2:C6=\"qf\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2008–09 has a 2012–13 of q, and a 2006–07 of q, and a 2007–08 of qf?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"q\"",
"*",
"B1",
"=",
"\"q\"",
"*",
"C1",
"=",
"\"qf\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"dnp\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,E2:E6=\"dnp\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2007–08 has a 2009–10 of dnp?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"dnp\"",
"3"
]
}
] | train_2-14230578-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Event",
"2006–07",
"2007–08",
"2008–09",
"2009–10",
"2010–11",
"2012–13"
],
[
"2",
"Autumn Gold",
"Q",
"QF",
"Q",
"QF",
"Q",
"Q"
],
[
"3",
"Manitoba Liquor & Lotteries",
"Q",
"Q",
"Q",
"QF",
"Q",
"Q"
],
[
"4",
"Colonial Square",
"N/A",
"N/A",
"N/A",
"N/A",
"N/A",
"R16"
],
[
"5",
"Masters",
"N/A",
"N/A",
"N/A",
"N/A",
"N/A",
"Q"
],
[
"6",
"Players'",
"DNP",
"C",
"Q",
"DNP",
"DNP",
"DNP"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"106 000\")",
"Formula2": "SUMIFS(F2:F12,C2:C12,\"106 000\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Among deaths 106 000 how many is crude rate.",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"106 000\""
]
},
{
"Formula": "SUMIFS(G1,B1,\"388 000\")",
"Formula2": "SUMIFS(G2:G12,B2:B12,\"388 000\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "where births is 388 000 how many number is natural increase",
"Tokens": [
"SUMIFS(",
"G1",
"B1",
"\"388 000\""
]
},
{
"Formula": "MINIFS(I1,A1,\"1985 - 1990\")",
"Formula2": "MINIFS(I2:I12,A2:A12,\"1985 - 1990\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "period between 1985 - 1990 have minimum infant mortality rate of what.",
"Tokens": [
"MINIFS(",
"I1",
"A1",
"\"1985 - 1990\""
]
}
] | test_1-21258-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Period",
"Births",
"Deaths",
"Difference",
"Crude Birth Rate",
"Crude Death Rate",
"Natural Increase",
"Total Fertility Rate",
"Infant Mortality Rate"
],
[
"2",
"1950 - 1955",
"230 000",
"114 000",
"116 000",
"238",
"118",
"120",
"270",
"905"
],
[
"3",
"1955 - 1960",
"372 000",
"109 000",
"263 000",
"362",
"106",
"256",
"380",
"759"
],
[
"4",
"1960 - 1965",
"381 000",
"106 000",
"275 000",
"328",
"91",
"237",
"341",
"669"
],
[
"5",
"1965 - 1970",
"490 000",
"105 000",
"385 000",
"369",
"79",
"290",
"409",
"563"
],
[
"6",
"1970 - 1975",
"458 000",
"92 000",
"365 000",
"302",
"61",
"241",
"372",
"441"
],
[
"7",
"1975 - 1980",
"317 000",
"83 000",
"233 000",
"190",
"50",
"140",
"258",
"352"
],
[
"8",
"1980 - 1985",
"388 000",
"92 000",
"296 000",
"216",
"51",
"165",
"293",
"299"
],
[
"9",
"1985 - 1990",
"389 000",
"105 000",
"284 000",
"200",
"54",
"146",
"245",
"261"
],
[
"10",
"1990 - 1995",
"450 000",
"124 000",
"326 000",
"215",
"59",
"155",
"240",
"243"
],
[
"11",
"1995 - 2000",
"443 000",
"219 000",
"225 000",
"198",
"98",
"101",
"220",
"549"
],
[
"12",
"2000 - 2005",
"379 000",
"209 000",
"170 000",
"163",
"90",
"73",
"205",
"285"
]
] |
[
{
"Formula": "SUMIFS(E1,B1,\"december 2, 1951\")",
"Formula2": "SUMIFS(E2:E13,B2:B13,\"december 2, 1951\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people attended the game on December 2, 1951?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"december 2, 1951\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>24229)*(CHOOSECOLS(query1,3)>9)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(E2:E13),SUMX(A2:A13)),FILTER(query1,(CHOOSECOLS(query1,2)>24229)*(CHOOSECOLS(query1,3)>9)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "After week 9, which games had an attendance greater than 24,229?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"24229",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"9"
]
}
] | train_2-10649194-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 30, 1951",
"at San Francisco 49ers",
"L 24–10",
"52,219"
],
[
"3",
"2",
"October 7, 1951",
"at Los Angeles Rams",
"W 38–23",
"67,186"
],
[
"4",
"3",
"October 14, 1951",
"Washington Redskins",
"W 45–0",
"33,968"
],
[
"5",
"4",
"October 21, 1951",
"Pittsburgh Steelers",
"W 17–0",
"32,409"
],
[
"6",
"5",
"October 28, 1951",
"New York Giants",
"W 14–13",
"56,947"
],
[
"7",
"6",
"November 4, 1951",
"at Chicago Cardinals",
"W 34–17",
"19,742"
],
[
"8",
"7",
"November 11, 1951",
"Philadelphia Eagles",
"W 20–17",
"36,571"
],
[
"9",
"8",
"November 18, 1951",
"at New York Giants",
"W 10–0",
"52,215"
],
[
"10",
"9",
"November 25, 1951",
"Chicago Bears",
"W 42–21",
"40,969"
],
[
"11",
"10",
"December 2, 1951",
"Chicago Cardinals",
"W 49–28",
"30,550"
],
[
"12",
"11",
"December 9, 1951",
"at Pittsburgh Steelers",
"W 28–0",
"24,229"
],
[
"13",
"12",
"December 16, 1951",
"at Philadelphia Eagles",
"W 24–9",
"16,263"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (G1<2)*(C1<1)))",
"Formula2": "SUM(FILTER(E2:E6, (G2:G6<2)*(C2:C6<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Cmp % has an Int smaller than 2 and a Cmpnsmaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"G1",
"<",
"2",
"*",
"C1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(D1, (F1=43)*(H1>43)))",
"Formula2": "SUM(FILTER(D2:D6, (F2:F6=43)*(H2:H6>43)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Atts that have Yards of 43 and a Long larger than 43?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"F1",
"=",
"43",
"*",
"H1",
">",
"43"
]
},
{
"Formula": "SUM(FILTER(G1, (B1<87)*(F1>4)))",
"Formula2": "SUM(FILTER(G2:G6, (B2:B6<87)*(F2:F6>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Ints have a Rating smaller than 87, and Yards larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"B1",
"<",
"87",
"*",
"F1",
">",
"4"
]
}
] | test_2-15073119-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Rating",
"Cmp.",
"Att.",
"Cmp. %",
"Yards",
"Int.",
"Long"
],
[
"2",
"Chris Turner",
"119.3",
"214",
"374",
"57.2",
"2,516",
"11",
"80"
],
[
"3",
"Jordan Steffy",
"87.0",
"10",
"18",
"55.6",
"115",
"2",
"36"
],
[
"4",
"Danny Oquendo (WR)",
"395.6",
"1",
"2",
"50.0",
"43",
"0",
"43"
],
[
"5",
"Da'Rel Scott (RB)",
"252.8",
"1",
"2",
"50.0",
"9",
"0",
"9"
],
[
"6",
"Josh Portis",
"44.5",
"1",
"3",
"33.3",
"4",
"0",
"4"
]
] |
[
{
"Formula": "SORTBY(E1,C1,1)",
"Formula2": "SORTBY(E2:E7,C2:C7,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "What are the birthdays of people in ascending order of height?",
"Tokens": [
"SORTBY(",
"E1",
"C1",
"1"
]
},
{
"Formula": "SUMMARIZE(F1,SUMX(A1))",
"Formula2": "SUMMARIZE(F2:F7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "List each birth place along with the number of people from there.",
"Tokens": [
"SUMMARIZE(",
"F1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "What are the birth places that are shared by at least two people?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "SORTBY(CHOOSE({1,2},C1,D1),C1,-1)",
"Formula2": "SORTBY(CHOOSE({1,2},C2:C7,D2:D7),C2:C7,-1)",
"Funcs": [
"SORTBY(",
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell",
"Cell",
"-",
"Num"
],
"Level": "easy",
"Question": "List the height and weight of people in descending order of height.",
"Tokens": [
"SORTBY(",
"CHOOSE(",
"1",
"2",
"C1",
"D1",
"C1",
"-",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(F1))",
"Formula2": "ROWS(UNIQUE(F2:F7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many distinct birth places are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"F1"
]
},
{
"Formula": "ROWS(UNIQUE(F1))",
"Formula2": "ROWS(UNIQUE(F2:F7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Total number of birth places.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"F1"
]
},
{
"Formula": "SUMMARIZE(F1,SUMX(A1))",
"Formula2": "SUMMARIZE(F2:F7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many people were born in each place? ",
"Tokens": [
"SUMMARIZE(",
"F1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "Places where at least 2 people were born.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "SUMMARIZE(F1,DCOUNTX(A1))",
"Formula2": "SUMMARIZE(F2:F7,DCOUNTX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many people from different birth places?",
"Tokens": [
"SUMMARIZE(",
"F1",
"DCOUNTX(",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "The places where at least 2 people were born.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(F1))",
"Formula2": "ROWS(UNIQUE(F2:F7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "the number of birth places.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"F1"
]
}
] | body_builder_people | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"people id",
"name",
"height",
"weight",
"birth date",
"birth place"
],
[
"2",
"1",
"Jack Campbell",
"182",
"80",
"1-Jan-92",
"Port Huron, Michigan"
],
[
"3",
"2",
"Ty Conklin",
"192",
"90",
"30-Mar-76",
"Anchorage, Alaska"
],
[
"4",
"3",
"Al Montoya",
"195",
"100",
"13-Feb-85",
"Glenview, Illinois"
],
[
"5",
"4",
"Mark Fayne",
"215",
"102",
"5-May-87",
"Nashua, New Hampshire"
],
[
"6",
"5",
"Cam Fowler",
"196",
"89",
"5-Dec-91",
"Farmington Hills, Michigan"
],
[
"7",
"6",
"Jake Gardiner",
"205",
"92",
"4-Jul-90",
"Minnetonka, Minnesota"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"David North\")",
"Formula2": "SUMIFS(A2:A19,E2:E19,\"David North\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the series number of the episode whose writer is David North?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"David North\""
]
},
{
"Formula": "SUM(FILTER(A1, G1=17.04))",
"Formula2": "SUM(FILTER(A2:A19, G2:G19=17.04))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the series number of the episode seen by 17.04 million people in the US?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"17.04"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=18.15))",
"Formula2": "LET(query1,SUMMARIZE(C2:C19,SUMX(G2:G19)),FILTER(query1,CHOOSECOLS(query1,2)=18.15))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What's the title of the episode first seen by 18.15 million people in the US?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"18.15"
]
},
{
"Formula": "SUM(FILTER(G1, A1=103))",
"Formula2": "SUM(FILTER(G2:G19, A2:A19=103))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many millions of people in the US saw the episode with series number 103?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"A1",
"=",
"103"
]
}
] | train_1-22078972-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",
"95",
"1",
"\"Bury Your Dead\"",
"Thomas J. Wright",
"Shane Brennan",
"September25,2007",
"13.89"
],
[
"3",
"96",
"2",
"\"Family\"",
"Martha Mitchell",
"Steven Binder",
"October2,2007",
"16.43"
],
[
"4",
"97",
"3",
"\"Ex-File\"",
"Dennis Smith",
"Alfonso Moreno",
"October9,2007",
"16.36"
],
[
"5",
"98",
"4",
"\"Identity Crisis\"",
"Thomas J. Wright",
"Jesse Stern",
"October16,2007",
"17.55"
],
[
"6",
"99",
"5",
"\"Leap of Faith\"",
"Dennis Smith",
"Frank Cardea and George Schenck",
"October23,2007",
"17.26"
],
[
"7",
"100",
"6",
"\"Chimera\"",
"Terrence O'Hara",
"Dan Fesman",
"October30,2007",
"16.33"
],
[
"8",
"101",
"7",
"\" Requiem \"",
"Tony Wharmby",
"Shane Brennan",
"November6,2007",
"18.15"
],
[
"9",
"102",
"8",
"\"Designated Target\"",
"Colin Bucksey",
"Reed Steiner",
"November13,2007",
"17.39"
],
[
"10",
"103",
"9",
"\"Lost and Found\"",
"Martha Mitchell",
"David North",
"November20,2007",
"17.34"
],
[
"11",
"104",
"10",
"\"Corporal Punishment\"",
"Arvin Brown",
"Jesse Stern",
"November27,2007",
"17.04"
],
[
"12",
"105",
"11",
"\"Tribes\"",
"Colin Bucksey",
"Reed Steiner",
"January15,2008",
"15.82"
],
[
"13",
"106",
"12",
"\"Stakeout\"",
"Tony Wharmby",
"Frank Cardea and George Schenck",
"April8,2008",
"14.05"
],
[
"14",
"107",
"13",
"\"Dog Tags\"",
"Oz Scott",
"Dan Fesman and Alfonso Moreno",
"April15,2008",
"15.13"
],
[
"15",
"108",
"14",
"\"Internal Affairs\"",
"Tony Wharmby",
"Reed Steiner and Jesse Stern",
"April22,2008",
"14.24"
],
[
"16",
"109",
"15",
"\"In the Zone\"",
"Terrence O'Hara",
"Linda Burstyn",
"April29,2008",
"14.76"
],
[
"17",
"110",
"16",
"\"Recoil\"",
"James Whitmore, Jr.",
"Frank Cardea, Dan Fesman and George Schenck",
"May6,2008",
"14.04"
],
[
"18",
"111",
"17",
"\"About Face\"",
"Dennis Smith",
"Alfonso Moreno, Reed Steiner and Jesse Stern",
"May13,2008",
"14.88"
],
[
"19",
"112",
"18",
"\"Judgment Day (Part I)\"",
"Thomas J. Wright",
"Steven Binder and David North",
"May20,2008",
"16.52"
]
] |
[
{
"Formula": "FILTER(B1,E1=\"october 5–6, 2007\")",
"Formula2": "FILTER(B2:B9,E2:E9=\"october 5–6, 2007\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What audition city has a Callback Date of october 5–6, 2007?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"october 5–6, 2007\""
]
},
{
"Formula": "FILTER(C1,F1=\"total tickets to hollywood\")",
"Formula2": "FILTER(C2:C9,F2:F9=\"total tickets to hollywood\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What day has a callback Venue of total tickets to hollywood? Question",
"Tokens": [
"FILTER(",
"C1",
"F1",
"=",
"\"total tickets to hollywood\""
]
},
{
"Formula": "SUM(FILTER(G1,F1=\"georgia international convention center\"))",
"Formula2": "SUM(FILTER(G2:G9,F2:F9=\"georgia international convention center\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many golden tickets for the georgia international convention center?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"=",
"\"georgia international convention center\""
]
}
] | dev_2-11129123-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode Air Date",
"Audition City",
"Date",
"First Audition Venue",
"Callback Date",
"Callback Venue",
"Golden Tickets"
],
[
"2",
"January 15, 2008",
"Philadelphia, Pennsylvania",
"August 27, 2007",
"Wachovia Center",
"September 1–2, 2007",
"Hyatt Regency",
"29"
],
[
"3",
"January 16, 2008",
"Dallas, Texas",
"August 6, 2007",
"Texas Stadium",
"September 20–23, 2007",
"W Hotel Dallas Victory",
"24"
],
[
"4",
"January 22, 2008",
"San Diego, California",
"July 30, 2007",
"Qualcomm Stadium",
"September 12–13, 2007",
"Rancho Bernardo Inn",
"31"
],
[
"5",
"January 23, 2008",
"Charleston, South Carolina",
"August 18, 2007",
"North Charleston Coliseum",
"September 6–7, 2007",
"Charleston Area Convention Center",
"23"
],
[
"6",
"January 29, 2008",
"Omaha, Nebraska",
"August 10, 2007",
"Qwest Center Omaha",
"October 5–6, 2007",
"Qwest Convention Center",
"19"
],
[
"7",
"January 30, 2008",
"Miami, Florida",
"August 22, 2007",
"American Airlines Arena",
"September 29–30, 2007",
"JW Marriott Hotel",
"17"
],
[
"8",
"February 5, 2008",
"Atlanta, Georgia",
"August 14, 2007",
"Georgia Dome",
"October 8–10, 2007",
"Georgia International Convention Center",
"21"
],
[
"9",
"Total Tickets to Hollywood",
"Total Tickets to Hollywood",
"Total Tickets to Hollywood",
"Total Tickets to Hollywood",
"Total Tickets to Hollywood",
"Total Tickets to Hollywood",
"164"
]
] |
[
{
"Formula": "FILTER(E1,C1=\"Kevan George\")",
"Formula2": "FILTER(E2:E19,C2:C19=\"Kevan George\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What university was Kevan George affiliated with?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"Kevan George\""
]
},
{
"Formula": "MIN(FILTER(A1,B1=\"Real Salt Lake\"))",
"Formula2": "MIN(FILTER(A2:A19,B2:B19=\"Real Salt Lake\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What pick number did Real Salt Lake get?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"Real Salt Lake\""
]
},
{
"Formula": "FILTER(A1,C1=\"Kevan George\")",
"Formula2": "FILTER(A2:A19,C2:C19=\"Kevan George\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What pick number is Kevan George?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"Kevan George\""
]
},
{
"Formula": "FILTER(C1,A1=34)",
"Formula2": "FILTER(C2:C19,A2:A19=34)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was pick number 34?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"34"
]
},
{
"Formula": "FILTER(B1,C1=\"Babayele Sodade\")",
"Formula2": "FILTER(B2:B19,C2:C19=\"Babayele Sodade\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What MLS team picked Babayele Sodade?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"Babayele Sodade\""
]
}
] | dev_1-29836557-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"MLS team",
"Player",
"Position",
"Affiliation"
],
[
"2",
"20",
"Montreal Impact",
"Calum Mallace",
"Midfielder",
"Marquette University Chicago Fire Premier"
],
[
"3",
"21",
"Vancouver Whitecaps FC",
"Chris Estridge",
"Defender",
"Indiana University Chicago Fire Premier"
],
[
"4",
"22",
"New England Revolution",
"* Tyler Polak",
"Defender",
"Creighton University Chicago Fire Premier"
],
[
"5",
"23",
"Chicago Fire",
"Lucky Mkosana",
"Forward",
"Dartmouth College Michigan Bucks"
],
[
"6",
"24",
"Real Salt Lake",
"Diogo de Almeida",
"Defender",
"Southern Methodist University"
],
[
"7",
"25",
"San Jose Earthquakes",
"Jacob Hustedt",
"Midfielder",
"University of Washington Ventura County Fusion"
],
[
"8",
"26",
"Columbus Crew",
"Aubrey Perry",
"Defender",
"University of South Florida"
],
[
"9",
"27",
"Portland Timbers",
"Brendan King",
"Midfielder",
"University of Notre Dame Chicago Fire Premier"
],
[
"10",
"28",
"Chicago Fire",
"Hunter Jumper",
"Defender",
"University of Virginia"
],
[
"11",
"29",
"Columbus Crew",
"Kevan George",
"Midfielder",
"University of Central Florida"
],
[
"12",
"30",
"Sporting Kansas City",
"Cyprian Hedrick",
"Defender",
"Coastal Carolina University Fresno Fuego"
],
[
"13",
"31",
"New York Red Bulls",
"Ryan Meara",
"Goalkeeper",
"Fordham University Jersey Express"
],
[
"14",
"32",
"Philadelphia Union",
"Greg Jordan",
"Midfielder",
"Creighton University"
],
[
"15",
"33",
"San Jose Earthquakes",
"Chris Blais",
"Goalkeeper",
"University of South Florida"
],
[
"16",
"34",
"Seattle Sounders FC",
"Babayele Sodade",
"Forward",
"University of Alabama-Birmingham Michigan Bucks"
],
[
"17",
"35",
"Philadelphia Union",
"Ray Gaddis",
"Defender",
"West Virginia University Reading United"
],
[
"18",
"36",
"Real Salt Lake",
"Sebastián Velásquez",
"Midfielder",
"Spartanburg Methodist College"
],
[
"19",
"37",
"Houston Dynamo",
"Warren Creavalle",
"Midfielder",
"University of Central Florida Carolina Dynamo"
]
] |
[
{
"Formula": "MIN(FILTER(A1, (F1>15052)*(H1>36)))",
"Formula2": "MIN(FILTER(A2:A15, (F2:F15>15052)*(H2:H15>36)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest game number that has attendance higher than 15,052, and more than 36 points?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"F1",
">",
"15052",
"*",
"H1",
">",
"36"
]
},
{
"Formula": "SUM(FILTER(F1, (E1=\"td banknorth garden\")*(A1>31)))",
"Formula2": "SUM(FILTER(F2:F15, (E2:E15=\"td banknorth garden\")*(A2:A15>31)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of people in attendance when the game was at TD Banknorth Garden, in a game higher than 31?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"=",
"\"td banknorth garden\"",
"*",
"A1",
">",
"31"
]
}
] | test_2-16864968-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"24",
"December 1, 2008",
"@ Los Angeles Kings",
"3–1",
"Staples Center",
"15,052",
"9–9–6",
"24"
],
[
"3",
"25",
"December 2, 2008",
"@ San Jose Sharks",
"2–5",
"HP Pavilion at San Jose",
"17,496",
"9–10–6",
"24"
],
[
"4",
"26",
"December 4, 2008",
"@ Phoenix Coyotes",
"3–6",
"Jobing.com Arena",
"13,777",
"9–11–6",
"24"
],
[
"5",
"27",
"December 6, 2008",
"Washington Capitals",
"1–2",
"Air Canada Centre",
"19,416",
"9–12–6",
"24"
],
[
"6",
"28",
"December 8, 2008",
"New York Islanders",
"4–2",
"Air Canada Centre",
"19,309",
"10–12–6",
"26"
],
[
"7",
"29",
"December 12, 2008",
"@ Buffalo Sabres",
"2–1",
"HSBC Arena",
"18,211",
"11–12–6",
"28"
],
[
"8",
"30",
"December 16, 2008",
"New Jersey Devils",
"3–2 (SO)",
"Air Canada Centre",
"19,315",
"12–12–6",
"30"
],
[
"9",
"31",
"December 18, 2008",
"@ Boston Bruins",
"5–8",
"TD Banknorth Garden",
"17,565",
"12–13–6",
"30"
],
[
"10",
"32",
"December 20, 2008",
"@ Pittsburgh Penguins",
"7–3",
"Mellon Arena",
"17,053",
"13–13–6",
"32"
],
[
"11",
"33",
"December 22, 2008",
"@ Atlanta Thrashers",
"6–2",
"Philips Arena",
"16,413",
"14–13–6",
"34"
],
[
"12",
"34",
"December 23, 2008",
"Dallas Stars",
"2–8",
"Air Canada Centre",
"19,269",
"14–14–6",
"34"
],
[
"13",
"35",
"December 26, 2008",
"@ New York Islanders",
"1–4",
"Nassau Veterans Memorial Coliseum",
"15,173",
"14–15–6",
"34"
],
[
"14",
"36",
"December 28, 2008",
"@ Washington Capitals",
"1–4",
"Verizon Center",
"18,277",
"14–16–6",
"34"
],
[
"15",
"37",
"December 30, 2008",
"Atlanta Thrashers",
"4–3 (OT)",
"Air Canada Centre",
"19,260",
"15–16–6",
"36"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"belgium\")*(F1=\"kirsten flipkens\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(D2:D8=\"belgium\")*(F2:F8=\"kirsten flipkens\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Score, when Opponent Team is Belgium, and when Opponent is Kirsten Flipkens?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"belgium\"",
"*",
"F1",
"=",
"\"kirsten flipkens\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"world group\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"world group\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Opponent, when Round is World Group?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"world group\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=2012)*(A1=\"winner\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(B2:B8=2012)*(A2:A8=\"winner\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Surface, when Edition is 2012, and when Outcome is Winner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"2012",
"*",
"A1",
"=",
"\"winner\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"loser\")*(B1=2011)),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(A2:A8=\"loser\")*(B2:B8=2011)),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Score, when Outcome is Loser, and when Edition is 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"loser\"",
"*",
"B1",
"=",
"2011",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=2011)*(E1=\"hard (i)\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(B2:B8=2011)*(E2:E8=\"hard (i)\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Score, when Edition is 2011, and when Surface is Hard (i)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"2011",
"*",
"E1",
"=",
"\"hard (i)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"slovakia\")*(A1=\"loser\")*(B1>2010)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(D2:D8=\"slovakia\")*(A2:A8=\"loser\")*(B2:B8>2010)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Round, when Opponent Team is Slovakia, when Outcome is Loser, and when Edition is greater than 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"slovakia\"",
"*",
"A1",
"=",
"\"loser\"",
"*",
"B1",
">",
"2010",
"3"
]
}
] | train_2-18183850-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Edition",
"Round",
"Opponent Team",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Loser",
"2010",
"World Group Playoffs",
"Slovakia",
"Clay (i)",
"Daniela Hantuchová",
"6–2, 6–2"
],
[
"3",
"Winner",
"2010",
"World Group Playoffs",
"Slovakia",
"Clay (i)",
"Magdaléna Rybáriková",
"6–1, 7–6 (7–4)"
],
[
"4",
"Winner",
"2011",
"World Group II",
"Canada",
"Hard (i)",
"Aleksandra Wozniak",
"6–4, 7–5"
],
[
"5",
"Winner",
"2011",
"World Group II",
"Canada",
"Hard (i)",
"Rebecca Marino",
"7–6 (7–3) , 6–3"
],
[
"6",
"Loser",
"2011",
"World Group Playoffs",
"Slovakia",
"Clay (i)",
"Dominika Cibulková",
"6–4, 3–6, 1–6"
],
[
"7",
"Loser",
"2012",
"World Group",
"Belgium",
"Hard (i)",
"Yanina Wickmayer",
"4–6, 4–6"
],
[
"8",
"Winner",
"2012",
"World Group",
"Belgium",
"Hard (i)",
"Kirsten Flipkens",
"6–2, 6–4"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"Sydney Walker\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E13, C2:C13=\"Sydney Walker\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many cast members had sydney walker as their fresh meat partner?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"C1",
"=",
"\"Sydney Walker\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Noor Jehangir\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"Noor Jehangir\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What alumni had noor jehangir as their fresh meat partner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Noor Jehangir\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"RW: Cancun\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"RW: Cancun\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What alumni were in rw: cancun as their original season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"RW: Cancun\"",
"1"
]
},
{
"Formula": "SUMIFS(D1,E1,\"Portland, OR\")",
"Formula2": "SUMIFS(D2:D13,E2:E13,\"Portland, OR\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people were from portland, or?",
"Tokens": [
"SUMIFS(",
"D1",
"E1",
"\"Portland, OR\""
]
}
] | train_1-26419467-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Alumni",
"Original season",
"Fresh Meat Partner",
"Age",
"Hometown",
"Finish"
],
[
"2",
"Landon Lueck",
"RW: Philadelphia",
"Carley Johnson",
"25",
"Las Vegas, NV",
"Winners"
],
[
"3",
"Kenny Santucci",
"Fresh Meat",
"Laurel Stucky",
"24",
"Detroit, MI",
"2nd Place"
],
[
"4",
"Jillian Zoboroski",
"RR: X-Treme",
"Pete Connolly",
"21",
"Wellesley, MA",
"3rd Place"
],
[
"5",
"Jenn Grijalva",
"RW: Denver",
"Noor Jehangir",
"24",
"Austin, TX",
"4th Place"
],
[
"6",
"Ryan Kehoe",
"Fresh Meat",
"Theresa Gonzalez",
"24",
"Milwaukee, WI",
"Episode 9/10"
],
[
"7",
"Evelyn Smith",
"Fresh Meat",
"Luke Wolfe",
"22",
"Eugene, OR",
"Episode 8/9"
],
[
"8",
"Wes Bergmann",
"RW: Austin",
"Mandi Moyer",
"21",
"Portland, OR",
"Episode 7"
],
[
"9",
"Christian \"CJ\" Koegel",
"RW: Cancun",
"Sydney Walker",
"21",
"Washington, D.C.",
"Episode 6"
],
[
"10",
"Danny Jamieson",
"RW: Austin",
"Sandy Kang",
"22",
"Tacoma, WA",
"Episode 5"
],
[
"11",
"Katelynn Cusanelli",
"RW: Brooklyn",
"Brandon Nelson",
"25",
"Jacksonville, AR",
"Episode 4"
],
[
"12",
"Paula Meronek",
"RW: Key West",
"Jeff Barr",
"25",
"Dallas, TX",
"Episode 3"
],
[
"13",
"Sarah Rice",
"RW: Brooklyn",
"Vinny Foti",
"25",
"Boston, MA",
"Episode 2"
]
] |
[
{
"Formula": "SUMIFS(F1,B1,\"12 de Octubre\")",
"Formula2": "SUMIFS(F2:F10,B2:B10,\"12 de Octubre\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many losses did 12 de Octubre have ? ",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"12 de Octubre\""
]
}
] | train_1-14997324-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Wins",
"Draws",
"Losses",
"Scored",
"Conceded",
"Points"
],
[
"2",
"1",
"12 de Octubre",
"18",
"10",
"2",
"6",
"30",
"24",
"32"
],
[
"3",
"2",
"Libertad",
"18",
"9",
"4",
"5",
"33",
"22",
"31"
],
[
"4",
"3",
"Olimpia",
"18",
"8",
"6",
"4",
"33",
"25",
"30"
],
[
"5",
"4",
"Sportivo Luqueño",
"18",
"7",
"6",
"5",
"19",
"17",
"27"
],
[
"6",
"5",
"Guaraní",
"18",
"7",
"5",
"6",
"29",
"26",
"26"
],
[
"7",
"6",
"Sport Colombia",
"18",
"8",
"2",
"8",
"23",
"27",
"26"
],
[
"8",
"7",
"Cerro Porteño",
"18",
"5",
"6",
"7",
"20",
"19",
"21"
],
[
"9",
"8",
"Recoleta",
"18",
"5",
"6",
"7",
"17",
"22",
"21"
],
[
"10",
"9",
"Sol de América",
"18",
"4",
"5",
"9",
"15",
"23",
"17"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"runner-up\")*(C1=\"mons, belgium\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(A2:A7=\"runner-up\")*(C2:C7=\"mons, belgium\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which partners were runner-up in the tournament in Mons, Belgium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"runner-up\"",
"*",
"C1",
"=",
"\"mons, belgium\"",
"5"
]
}
] | test_2-11511365-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Winner",
"12 September 2010",
"Saint-Rémy-de-Provence , France",
"Hard",
"Gilles Müller",
"Andis Juška Deniss Pavlovs",
"6–0, 2–6, [13–11]"
],
[
"3",
"Winner",
"17 July 2011",
"Granby , Canada",
"Hard",
"Karol Beck",
"Matthias Bachinger Frank Moser",
"7–6 (11–9) , 4–6, 6–1"
],
[
"4",
"Winner",
"11 September 2011",
"Saint-Rémy-de-Provence, France",
"Hard",
"Pierre-Hugues Herbert",
"Arnaud Clément Nicolas Renavand",
"6–0, 4–6, [10–7]"
],
[
"5",
"Runner-up",
"9 October 2011",
"Mons , Belgium",
"Hard",
"Kenny de Schepper",
"Johan Brunström Ken Skupski",
"6–7 (4–7) , 3–6"
],
[
"6",
"Runner-up",
"16 October 2011",
"Rennes , France",
"Hard",
"Kenny de Schepper",
"Martin Emmrich Andreas Siljeström",
"4–6, 4–6"
],
[
"7",
"Runner-up",
"7 October 2012",
"Mons, Belgium",
"Hard",
"Michaël Llodra",
"Tomasz Bednarek Jerzy Janowicz",
"5–7, 6–4, [2–10]"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2009)*(D1=\"1st\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(A2:A15<2009)*(D2:D15=\"1st\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the venue of the competition with a result of 1st before 2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2009",
"*",
"D1",
"=",
"\"1st\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"400 m hurdles\")*(B1=\"olympic games\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(E2:E15=\"400 m hurdles\")*(B2:B15=\"olympic games\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the venue of the 400 M Hurdles for the Olympic Games?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"400 m hurdles\"",
"*",
"B1",
"=",
"\"olympic games\"",
"3"
]
},
{
"Formula": "MIN(FILTER(A1, (C1=\"santiago, chile\")*(E1=\"400 m hurdles\")))",
"Formula2": "MIN(FILTER(A2:A15, (C2:C15=\"santiago, chile\")*(E2:E15=\"400 m hurdles\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the earliest year for the 400 M Hurdles in Santiago, Chile?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
"=",
"\"santiago, chile\"",
"*",
"E1",
"=",
"\"400 m hurdles\""
]
}
] | test_2-18616240-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Tournament",
"Venue",
"Result",
"Event"
],
[
"2",
"1998",
"World Junior Championships",
"Annecy , France",
"5th",
"200 m"
],
[
"3",
"1998",
"World Junior Championships",
"Annecy , France",
"3rd",
"4x100 m relay"
],
[
"4",
"1999",
"World Youth Championships",
"Bydgoszcz , Poland",
"2nd",
"200 m"
],
[
"5",
"1999",
"World Youth Championships",
"Bydgoszcz , Poland",
"6th",
"100 m hurdles"
],
[
"6",
"2000",
"World Junior Championships",
"Santiago , Chile",
"3rd",
"400 m hurdles"
],
[
"7",
"2000",
"World Junior Championships",
"Santiago , Chile",
"2nd",
"4x400 m relay"
],
[
"8",
"2002",
"World Junior Championships",
"Kingston , Jamaica",
"2nd",
"400 m hurdles"
],
[
"9",
"2006",
"Central American and Caribbean Games",
"Cartagena , Colombia",
"3rd",
"400 m hurdles"
],
[
"10",
"2006",
"Central American and Caribbean Games",
"Cartagena , Colombia",
"2nd",
"4x400 m relay"
],
[
"11",
"2007",
"World Athletics Final",
"Stuttgart , Germany",
"3rd",
"400 m hurdles"
],
[
"12",
"2008",
"Olympic Games",
"Beijing, China",
"1st",
"400 m hurdles"
],
[
"13",
"2008",
"World Athletics Final",
"Stuttgart, Germany",
"1st",
"400 m hurdles"
],
[
"14",
"2009",
"World Championships",
"Berlin, Germany",
"1st",
"400 m hurdles"
],
[
"15",
"2009",
"IAAF World Athletics Final",
"Thesaloniki, Greece",
"1st",
"400 m hurdles"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1 548\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1 548\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the females when males are 1 548",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1 548\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1 343\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"1 343\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the percentage with number of 1 343",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"1 343\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=2),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the percentage which has females of 2",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"persons that didn't name their native language\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"persons that didn't name their native language\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the males for language of persons that didn't name their native language",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"persons that didn't name their native language\"",
"4"
]
}
] | train_2-12162597-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Language",
"Number",
"percentage (%)",
"males",
"females"
],
[
"2",
"Polish",
"681 061",
"83.57",
"336 398",
"344 663"
],
[
"3",
"Yiddish",
"112 123",
"13.75",
"54 524",
"57 599"
],
[
"4",
"Russian",
"9 581",
"1.17",
"7 969",
"1 612"
],
[
"5",
"German",
"8 755",
"1.07",
"4 381",
"4 374"
],
[
"6",
"Ukrainian",
"1 642",
"0.2",
"1 548",
"94"
],
[
"7",
"Romanian",
"1 343",
"0.42",
"1 343",
"0"
],
[
"8",
"Other",
"430",
">0.01",
"430",
"154"
],
[
"9",
"Persons that didn't name their native language",
"12",
">0.01",
"10",
"2"
],
[
"10",
"Total",
"814 947",
"100",
"406 449",
"408 498"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 7, 1999\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"november 7, 1999\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game on November 7, 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"november 7, 1999\"",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"bye\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<15))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,D2:D18=\"bye\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<15))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "When was the game before week 15 with the result of bye?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"bye\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"15"
]
}
] | train_2-14609698-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 12, 1999",
"Dallas Cowboys",
"L 35-41",
"79,237"
],
[
"3",
"2",
"September 19, 1999",
"at New York Giants",
"W 50-21",
"73,170"
],
[
"4",
"3",
"September 26, 1999",
"at New York Jets",
"W 27-20",
"78,161"
],
[
"5",
"4",
"October 3, 1999",
"Carolina Panthers",
"W 38-36",
"76,831"
],
[
"6",
"5",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"7",
"6",
"October 17, 1999",
"at Arizona Cardinals",
"W 24-10",
"55,893"
],
[
"8",
"7",
"October 24, 1999",
"at Dallas Cowboys",
"L 20-38",
"64,377"
],
[
"9",
"8",
"October 31, 1999",
"Chicago Bears",
"W 48-22",
"77,621"
],
[
"10",
"9",
"November 7, 1999",
"Buffalo Bills",
"L 17-34",
"78,721"
],
[
"11",
"10",
"November 14, 1999",
"at Philadelphia Eagles",
"L 28-35",
"66,591"
],
[
"12",
"11",
"November 21, 1999",
"New York Giants",
"W 23-13",
"78,641"
],
[
"13",
"12",
"November 28, 1999",
"Philadelphia Eagles",
"W 20-17",
"74,741"
],
[
"14",
"13",
"December 5, 1999",
"at Detroit Lions",
"L 17-33",
"77,693"
],
[
"15",
"14",
"December 12, 1999",
"Arizona Cardinals",
"W 28-3",
"75,851"
],
[
"16",
"15",
"December 19, 1999",
"at Indianapolis Colts",
"L 21-24",
"57,013"
],
[
"17",
"16",
"December 26, 1999",
"at San Francisco 49ers",
"W 26-20",
"68,329"
],
[
"18",
"17",
"January 2, 2000",
"Miami Dolphins",
"W 21-10",
"78,106"
]
] |
[
{
"Formula": "MAX(FILTER(C1, (A1=\"lee smith\")*(D1<364)))",
"Formula2": "MAX(FILTER(C2:C11, (A2:A11=\"lee smith\")*(D2:D11<364)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was Lee Smith's highest number of goals when he made fewer than 364 appearances?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"A1",
"=",
"\"lee smith\"",
"*",
"D1",
"<",
"364"
]
},
{
"Formula": "SUM(FILTER(C1, (E1<0.313)*(A1=\"rob coldray\")*(D1<348)))",
"Formula2": "SUM(FILTER(C2:C11, (E2:E11<0.313)*(A2:A11=\"rob coldray\")*(D2:D11<348)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Rob Coldray's goals when he made fewer than 348 appearances with goals/game ratio less than 0.313?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"0.313",
"*",
"A1",
"=",
"\"rob coldray\"",
"*",
"D1",
"<",
"348"
]
},
{
"Formula": "SUM(FILTER(E1, (C1<201)*(D1<170)))",
"Formula2": "SUM(FILTER(E2:E11, (C2:C11<201)*(D2:D11<170)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which goals/game ratio has fewer than 201 goals and fewer than 170 appearances?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"<",
"201",
"*",
"D1",
"<",
"170"
]
}
] | train_2-1575505-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Career",
"Goals",
"Appearances",
"Goals/Game Ratio"
],
[
"2",
"Jerry Causon",
"1930–1936",
"201",
"194",
"1.036"
],
[
"3",
"Rob Coldray",
"1954–1969",
"108",
"348",
"0.31"
],
[
"4",
"Reg Weaver",
"1937–1946",
"103",
"84",
"1.226"
],
[
"5",
"Jimmy Cox",
"1999–2006",
"96",
"245",
"0.392"
],
[
"6",
"Karl Bayliss",
"1985–2004",
"92",
"243",
"0.379"
],
[
"7",
"Doug Foxwell",
"1972–1988",
"92",
"264",
"0.348"
],
[
"8",
"John Evans",
"1976–1982",
"85",
"265",
"0.321"
],
[
"9",
"Enos Drew",
"1931–1938",
"79",
"252",
"0.313"
],
[
"10",
"Lee Smith",
"2000–2011",
"76",
"364",
"0.209"
],
[
"11",
"Andy Hoskins",
"1997–2004",
"74",
"170",
"0.435"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"november 22, 1959\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G13,B2:B13=\"november 22, 1959\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Week larger than 6, and a Date of november 22, 1959 had what result?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"november 22, 1959\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"6"
]
},
{
"Formula": "AVERAGEIFS(A1,D1,\"w 21–7\")",
"Formula2": "AVERAGEIFS(A2:A13,D2:D13,\"w 21–7\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Result of w 21–7 had what average week?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"D1",
"\"w 21–7\""
]
},
{
"Formula": "MINIFS(G1,B1,\"november 29, 1959\")",
"Formula2": "MINIFS(G2:G13,B2:B13,\"november 29, 1959\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Date of november 29, 1959 had what lowest attendance?",
"Tokens": [
"MINIFS(",
"G1",
"B1",
"\"november 29, 1959\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"december 5, 1959\")",
"Formula2": "SUMIFS(A2:A13,B2:B13,\"december 5, 1959\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Week that has a Date of december 5, 1959 had what week?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"december 5, 1959\""
]
}
] | train_2-14984153-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 27, 1959",
"Detroit Lions",
"W 21–9",
"1–0",
"Memorial Stadium",
"55,588"
],
[
"3",
"2",
"October 3, 1959",
"Chicago Bears",
"L 21–26",
"1–1",
"Memorial Stadium",
"57,557"
],
[
"4",
"3",
"October 11, 1959",
"at Detroit Lions",
"W 31–24",
"2–1",
"Tiger Stadium",
"54,197"
],
[
"5",
"4",
"October 18, 1959",
"at Chicago Bears",
"W 21–7",
"3–1",
"Wrigley Field",
"48,430"
],
[
"6",
"5",
"October 25, 1959",
"Green Bay Packers",
"W 38–21",
"4–1",
"Memorial Stadium",
"57,557"
],
[
"7",
"6",
"November 1, 1959",
"Cleveland Browns",
"L 31–38",
"4–2",
"Memorial Stadium",
"57,557"
],
[
"8",
"7",
"November 8, 1959",
"at Washington Redskins",
"L 24–27",
"4–3",
"Griffith Stadium",
"32,773"
],
[
"9",
"8",
"November 15, 1959",
"at Green Bay Packers",
"W 28–24",
"5–3",
"Milwaukee County Stadium",
"25,521"
],
[
"10",
"9",
"November 22, 1959",
"San Francisco 49ers",
"W 45–14",
"6–3",
"Memorial Stadium",
"57,557"
],
[
"11",
"10",
"November 29, 1959",
"Los Angeles Rams",
"W 35–21",
"7–3",
"Memorial Stadium",
"57,557"
],
[
"12",
"11",
"December 5, 1959",
"at San Francisco 49ers",
"W 34–14",
"8–3",
"Kezar Stadium",
"59,075"
],
[
"13",
"12",
"December 12, 1959",
"at Los Angeles Rams",
"W 45–26",
"9–3",
"Los Angeles Memorial Coliseum",
"65,528"
]
] |
[
{
"Formula": "AVERAGE(FILTER(F1,E1<0))",
"Formula2": "AVERAGE(FILTER(F2:F6,E2:E6<0))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the event average for a top-25 smaller than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"E1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(B1,(G1<6)*(F1=4)*(C1<0)))",
"Formula2": "MAX(FILTER(B2:B6,(G2:G6<6)*(F2:F6=4)*(C2:C6<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the highest wins with cuts smaller than 6, events of 4 and a top-5 smaller than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"G1",
"<",
"6",
"*",
"F1",
"=",
"4",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(C1,(E1>4)*(G1=29)*(D1>18)))",
"Formula2": "MIN(FILTER(C2:C6,(E2:E6>4)*(G2:G6=29)*(D2:D6>18)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What are the lowest top-5 with a top-25 larger than 4, 29 cuts and a top-10 larger than 18?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"E1",
">",
"4",
"*",
"G1",
"=",
"29",
"*",
"D1",
">",
"18"
]
},
{
"Formula": "MIN(FILTER(E1,(F1<42)*(A1=\"u.s. open\")*(D1<5)))",
"Formula2": "MIN(FILTER(E2:E6,(F2:F6<42)*(A2:A6=\"u.s. open\")*(D2:D6<5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest for top-25 with events smaller than 42 in a U.S. Open with a top-10 smaller than 5?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"F1",
"<",
"42",
"*",
"A1",
"=",
"\"u.s. open\"",
"*",
"D1",
"<",
"5"
]
}
] | dev_2-1543742-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"0",
"1",
"4",
"4",
"4"
],
[
"3",
"U.S. Open",
"0",
"5",
"5",
"6",
"7",
"6"
],
[
"4",
"The Open Championship",
"4",
"7",
"12",
"14",
"28",
"16"
],
[
"5",
"PGA Championship",
"0",
"0",
"0",
"0",
"3",
"3"
],
[
"6",
"Totals",
"4",
"12",
"18",
"24",
"42",
"29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"alicja rosolska\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"alicja rosolska\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the Opponents when Liga Dekmeijere had Alicja Rosolska as a Partner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"alicja rosolska\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"hard (i)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"hard (i)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Outcome of the match played on Hard (i) Surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"hard (i)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"kateryna bondarenko\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"kateryna bondarenko\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Outcome of the match with Partner Kateryna Bondarenko?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"kateryna bondarenko\"",
"1"
]
}
] | test_2-15852178-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Runner-up",
"6 November 2005",
"Hard (i)",
"Ashley Harkleroad",
"Anastasia Rodionova Elena Vesnina",
"6–7 (4–7) , 6–4, 6–2"
],
[
"3",
"Runner-up",
"13 January 2006",
"Hard",
"Claire Curran",
"Marta Domachowska Roberta Vinci",
"7–6 (7–5) , 6–3"
],
[
"4",
"Winner",
"17 February 2008",
"Clay",
"Alicja Rosolska",
"Mariya Koryttseva Julia Schruff",
"7–5, 6–3"
],
[
"5",
"Runner-up",
"20 June 2008",
"Grass",
"Angelique Kerber",
"Marina Erakovic Michaëlla Krajicek",
"6–3, 6–2"
],
[
"6",
"Runner-up",
"19 April 2009",
"Clay",
"Patty Schnyder",
"Bethanie Mattek-Sands Nadia Petrova",
"6–7 (5–7) , 6–2, [11–9]"
],
[
"7",
"Runner-up",
"15 January 2011",
"Hard",
"Kateryna Bondarenko",
"Sara Errani Roberta Vinci",
"6–3, 7–5"
],
[
"8",
"Runner-up",
"25 August 2012",
"Hard",
"Irina Falconi",
"Marina Erakovic Heather Watson",
"6–3, 6–0"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (B1=\"big hit\")*(E1<2934)))",
"Formula2": "SUM(FILTER(F2:F11, (B2:B11=\"big hit\")*(E2:E11<2934)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many places did the artist Big Hit have with less than 2934 votes?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"big hit\"",
"*",
"E1",
"<",
"2934"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (F1<6)*(D1=\"carlos coelho\")*(A1>5)))",
"Formula2": "AVERAGE(FILTER(E2:E11, (F2:F11<6)*(D2:D11=\"carlos coelho\")*(A2:A11>5)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many average votes did producer carlos coelho have in a higher place than 6 and with a draw larger than 5?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"F1",
"<",
"6",
"*",
"D1",
"=",
"\"carlos coelho\"",
"*",
"A1",
">",
"5"
]
}
] | train_2-15739554-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Draw",
"Artist",
"Song",
"Producer",
"Votes",
"Place"
],
[
"2",
"1",
"Marco Rodridgues",
"\"Em água e sal\"",
"Elvis Veiguinha",
"5944",
"3"
],
[
"3",
"2",
"Carluz Belo",
"\"Cavaleiro da manhã\"",
"Carluz Belo",
"2049",
"8"
],
[
"4",
"3",
"Big Hit",
"\"Por ti, Portugal\"",
"Fernando Martins",
"2934",
"6"
],
[
"5",
"4",
"Lisboa não sejas francesa",
"\"Porto de encontro\"",
"Miguel Majer, Ricardo Santos",
"1974",
"9"
],
[
"6",
"5",
"Vânia Fernandes",
"\"Senhora do mar\"",
"Carlos Coelho",
"17650",
"1"
],
[
"7",
"6",
"Vanessa",
"\"Do outro lado da vida\"",
"Nuno Feist",
"2622",
"7"
],
[
"8",
"7",
"Ricardo Soler",
"\"Canção pop\"",
"Renato Júnior",
"4736",
"4"
],
[
"9",
"8",
"Alex Smith",
"\"Obrigatório ter\"",
"Jan van Dijck",
"6928",
"2"
],
[
"10",
"9",
"Tucha",
"\"O poder da mensagem\"",
"Ménito Ramos",
"626",
"10"
],
[
"11",
"10",
"Blá Blà Blá",
"\"Magicantasticamente\"",
"Gimba",
"4616",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Hudson\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"Hudson\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the colors of the Hudson school?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Hudson\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Field\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"Field\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When were the members tenured in the Field school?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Field\"",
"5"
]
}
] | train_1-28051859-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"School",
"Nickname",
"Location",
"Colors",
"Tenure"
],
[
"2",
"Barberton",
"Magics",
"Barberton , Summit County",
"Purple, White",
"2005–2011"
],
[
"3",
"Coventry",
"Comets",
"Coventry Twp. , Summit County",
"Blue, Gold",
"1969–1983"
],
[
"4",
"Field",
"Falcons",
"Brimfield , Portage County",
"Red, White, Black",
"1978–1990"
],
[
"5",
"Hudson",
"Explorers",
"Hudson , Summit County",
"Navy Blue, White",
"1949–1997"
],
[
"6",
"Manchester",
"Panthers",
"New Franklin , Summit County",
"Red, Black",
"1949–1976"
],
[
"7",
"Mogadore",
"Wildcats",
"Mogadore , Portage County",
"Green, White",
"1958–1968"
],
[
"8",
"Norton",
"Panthers",
"Norton , Summit County",
"Red, Black, White",
"1972–2005"
],
[
"9",
"Twinsburg",
"Tigers",
"Twinsburg , Summit County",
"Blue, White",
"1958–1964"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=1)*(B1=\"median giant fiber\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=1)*(B2:B6=\"median giant fiber\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the resting potential with an AP duration of 1.0 and a median giant fiber cell type?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"1",
"*",
"B1",
"=",
"\"median giant fiber\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"−60\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"−60\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which animal has a resting potential of −60?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"−60\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=1)*(F1=\"7–30\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=1)*(F2:F6=\"7–30\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which animal has an AP duration of 1.0 and a conduction speed of 7–30?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"1",
"*",
"F1",
"=",
"\"7–30\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=0.75),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=0.75),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What AP increase has an AP duration of 0.75?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"0.75",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"35\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"35\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which cell type has a conduction speed of 35?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"35\"",
"2"
]
}
] | train_2-156998-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Animal",
"Cell type",
"Resting potential (mV)",
"AP increase (mV)",
"AP duration (ms)",
"Conduction speed (m/s)"
],
[
"2",
"Squid (Loligo)",
"Giant axon",
"−60",
"120",
"0.75",
"35"
],
[
"3",
"Earthworm (Lumbricus)",
"Median giant fiber",
"−70",
"100",
"1.0",
"30"
],
[
"4",
"Cockroach (Periplaneta)",
"Giant fiber",
"−70",
"80–104",
"0.4",
"10"
],
[
"5",
"Frog (Rana)",
"Sciatic nerve axon",
"−60 to −80",
"110–130",
"1.0",
"7–30"
],
[
"6",
"Cat (Felis)",
"Spinal motor neuron",
"−55 to −80",
"80–110",
"1–1.5",
"30–120"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, (F1<14)*(E1<1)*(B1=\"czech republic\")))",
"Formula2": "AVERAGE(FILTER(C2:C14, (F2:F14<14)*(E2:E14<1)*(B2:B14=\"czech republic\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the average gold for czech republic and bronze less than 1 when total is less than 14",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"F1",
"<",
"14",
"*",
"E1",
"<",
"1",
"*",
"B1",
"=",
"\"czech republic\""
]
},
{
"Formula": "MAX(FILTER(A1, (D1=4)*(E1<3)))",
"Formula2": "MAX(FILTER(A2:A14, (D2:D14=4)*(E2:E14<3)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the highest rank when silver is 4 and bronze is less than 3",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"D1",
"=",
"4",
"*",
"E1",
"<",
"3"
]
},
{
"Formula": "SUM(FILTER(F1, (E1=4)*(D1>6)))",
"Formula2": "SUM(FILTER(F2:F14, (E2:E14=4)*(D2:D14>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the total number of total for bronze of 4 and silver more than 6",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"=",
"4",
"*",
"D1",
">",
"6"
]
}
] | train_2-12392757-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"8",
"13",
"15",
"36"
],
[
"3",
"2",
"Russia",
"10",
"7",
"7",
"24"
],
[
"4",
"3",
"Japan",
"7",
"4",
"3",
"14"
],
[
"5",
"3",
"Canada",
"4",
"6",
"4",
"14"
],
[
"6",
"4",
"Italy",
"2",
"1",
"1",
"4"
],
[
"7",
"5",
"South Korea",
"1",
"2",
"0",
"3"
],
[
"8",
"5",
"France",
"1",
"0",
"2",
"3"
],
[
"9",
"6",
"Finland",
"2",
"0",
"0",
"2"
],
[
"10",
"6",
"Sweden",
"0",
"0",
"2",
"2"
],
[
"11",
"6",
"Switzerland",
"1",
"1",
"0",
"2"
],
[
"12",
"6",
"Israel",
"0",
"1",
"1",
"2"
],
[
"13",
"7",
"Czech Republic",
"0",
"1",
"0",
"1"
],
[
"14",
"7",
"Ukraine",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"prognoz 2\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"prognoz 2\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Mass, when Designation is Prognoz 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"prognoz 2\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"25 november 1976, 03:59\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"25 november 1976, 03:59\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Mass, when Launch Date/Time ( GMT ) is 25 November 1976, 03:59?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"25 november 1976, 03:59\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"65°\")*(B1=\"15 february 1973, 01:11\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"65°\")*(B2:B11=\"15 february 1973, 01:11\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Apogee, when Inclination is 65°, and when Launch Date/Time is ( GMT ) is 15 February 1973, 01:11?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"65°\"",
"*",
"B1",
"=",
"\"15 february 1973, 01:11\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"prognoz 6\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"prognoz 6\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Apogee, when Designation is Prognoz 6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"prognoz 6\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"29 june 1972, 03:47\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"29 june 1972, 03:47\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Designation, when Launch Date/Time ( GMT ) is 29 June 1972, 03:47?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"29 june 1972, 03:47\"",
"1"
]
}
] | test_2-18162108-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Designation",
"Launch date/time ( GMT )",
"Mass",
"Apogee",
"Inclination"
],
[
"2",
"Prognoz 1",
"14 April 1972, 00:54",
"kilograms (lb)",
"kilometres (mi)",
"65°"
],
[
"3",
"Prognoz 2",
"29 June 1972, 03:47",
"kilograms (lb)",
"kilometres (mi)",
"65.3°"
],
[
"4",
"Prognoz 3",
"15 February 1973, 01:11",
"kilograms (lb)",
"kilometres (mi)",
"65°"
],
[
"5",
"Prognoz 4",
"22 December 1975, 02:08",
"kilograms (lb)",
"kilometres (mi)",
"65°"
],
[
"6",
"Prognoz 5",
"25 November 1976, 03:59",
"kilograms (lb)",
"kilometres (mi)",
"65.2°"
],
[
"7",
"Prognoz 6",
"22 September 1977, 00:51",
"kilograms (lb)",
"kilometres (mi)",
"74.4°"
],
[
"8",
"Prognoz 7",
"30 October 1978, 05:23",
"kilograms (lb)",
"kilometres (mi)",
"64.9°"
],
[
"9",
"Prognoz 8",
"25 December 1980, 04:02",
"kilograms (lb)",
"kilometres (mi)",
"65.8°"
],
[
"10",
"Prognoz 9",
"1 July 1983, 12:17",
"kilograms (lb)",
"kilometres (mi)",
"1.3°"
],
[
"11",
"Prognoz 10",
"26 April 1985, 05:48",
"kilograms (lb)",
"kilometres (mi)",
"76.8°"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"2001-\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,E2:E11=\"2001-\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "How many goals were scored with a pos larger than 4 and active in 2001-?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2001-\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"4"
]
}
] | test_2-1131781-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pos.",
"Player",
"Goals Scored",
"Games Played",
"Years Active"
],
[
"2",
"1.",
"Ali Daei",
"109 goals",
"149 internationals",
"1993–2006"
],
[
"3",
"2.",
"Ferenc Puskás",
"84 goals",
"85 internationals",
"1945–1956"
],
[
"4",
"3.",
"Pelé",
"77 goals",
"92 internationals",
"1957–1971"
],
[
"5",
"4.",
"Sándor Kocsis",
"75 goals",
"68 internationals",
"1948–1956"
],
[
"6",
"4.",
"Bashar Abdullah",
"75 goals",
"134 internationals",
"1996–2007"
],
[
"7",
"6.",
"Hossam Hassan",
"69 goals",
"169 internationals",
"1985–2006"
],
[
"8",
"6.",
"Stern John",
"69 goals",
"109 internationals",
"1995–2009"
],
[
"9",
"8.",
"Gerd Müller",
"68 goals",
"62 internationals",
"1966–1974"
],
[
"10",
"9.",
"Majeed Abdullah",
"67 goals",
"139 internationals",
"1978–1994"
],
[
"11",
"9.",
"Miroslav Klose",
"67 goals",
"126 internationals",
"2001-"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"greentown\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"greentown\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which new conference is located in Greentown?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"greentown\"",
"8"
]
},
{
"Formula": "MAX(FILTER(E1, (F1=\"mid-indiana\")*(B1=\"converse\")))",
"Formula2": "MAX(FILTER(E2:E6, (F2:F6=\"mid-indiana\")*(B2:B6=\"converse\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the most current year with a previous conference of Mid-Indiana in Converse?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"\"mid-indiana\"",
"*",
"B1",
"=",
"\"converse\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"culver\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"culver\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year did Culver leave?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"culver\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"34 howard\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,D2:D6=\"34 howard\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the mascot with a #/County of 34 Howard?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"34 howard\"",
"3"
]
}
] | train_2-15176211-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"School",
"Location",
"Mascot",
"# / County",
"Year joined",
"Previous conference",
"Year left",
"New conference"
],
[
"2",
"Caston",
"Fulton",
"Comets",
"25 Fulton",
"1971",
"Independents",
"1978",
"joined Midwest"
],
[
"3",
"Culver Community",
"Culver",
"Cavaliers",
"50 Marshall",
"1971",
"Independents",
"1976",
"Independents"
],
[
"4",
"Triton",
"Bourbon",
"Trojans",
"50 Marshall",
"1971",
"independent",
"1980",
"joined Northern State"
],
[
"5",
"Eastern (Greentown)",
"Greentown",
"Comets",
"34 Howard",
"1980",
"Mid-Indiana",
"1987",
"joined Mid-Indiana"
],
[
"6",
"Oak Hill",
"Converse",
"Golden Eagles",
"27 Grant",
"1980",
"Mid-Indiana",
"2006",
"joined Central Indiana"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Final\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Final\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the regular season for final playoffs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Final\"",
"4"
]
},
{
"Formula": "MIN(B1)",
"Formula2": "MIN(B2:B17)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "Name the least division",
"Tokens": [
"MIN(",
"B1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"USISL D-3 Pro League\")*(E1=\"Did not qualify\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(C2:C17=\"USISL D-3 Pro League\")*(E2:E17=\"Did not qualify\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the regular season for usisl d-3 pro league did not qualify",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"USISL D-3 Pro League\"",
"*",
"E1",
"=",
"\"Did not qualify\"",
"4"
]
}
] | train_1-2361911-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
[
"2",
"1997",
"3",
"USISL D-3 Pro League",
"6th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
],
[
"3",
"1998",
"3",
"USISL D-3 Pro League",
"1st, Mid Atlantic",
"Division Semifinals",
"Did not qualify"
],
[
"4",
"1999",
"3",
"USL D-3 Pro League",
"2nd, Northern",
"Final",
"Did not qualify"
],
[
"5",
"2000",
"3",
"USL D-3 Pro League",
"2nd, Northern",
"Conference Quarterfinals",
"Did not qualify"
],
[
"6",
"2001",
"3",
"USL D-3 Pro League",
"6th, Northern",
"Did not qualify",
"Did not qualify"
],
[
"7",
"2002",
"3",
"USL D-3 Pro League",
"4th, Atlantic",
"Did not qualify",
"2nd Round"
],
[
"8",
"2003",
"4",
"USL PDL",
"4th, Northeast",
"Did not qualify",
"Did not qualify"
],
[
"9",
"2004",
"4",
"USL PDL",
"1st, Northeast",
"Conference Finals",
"2nd Round"
],
[
"10",
"2005",
"4",
"USL PDL",
"2nd, Northeast",
"Conference Semi-Finals",
"3rd Round"
],
[
"11",
"2006",
"4",
"USL PDL",
"2nd, Northeast",
"Did not qualify",
"Did not qualify"
],
[
"12",
"2007",
"4",
"USL PDL",
"2nd, Mid Atlantic",
"Conference Semi-Finals",
"2nd Round"
],
[
"13",
"2008",
"4",
"USL PDL",
"5th, Northeast",
"Did not qualify",
"Did not qualify"
],
[
"14",
"2009",
"4",
"USL PDL",
"3rd, Northeast",
"PDL Quarter-Finals",
"3rd Round"
],
[
"15",
"2010",
"4",
"USL PDL",
"6th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
],
[
"16",
"2011",
"4",
"USL PDL",
"7th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
],
[
"17",
"2012",
"4",
"USL PDL",
"1st, Mid Atlantic",
"Conference Semi-Finals",
"Did not qualify"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"alex best\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"alex best\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What day did Alex Best exit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"alex best\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"athlete\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"athlete\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place did the celebrity who is famous for being an athlete finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"athlete\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"singer in atomic kitten\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"singer in atomic kitten\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place did the singer in atomic kitten finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"singer in atomic kitten\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"day 13\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"day 13\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the celebrity who exited on day 13?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"day 13\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"7th\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"7th\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the celebrity who finished in 7th place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"7th\"",
"1"
]
}
] | train_2-14345690-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Celebrity",
"Famous for",
"Entered",
"Exited",
"Finished"
],
[
"2",
"Kerry Katona",
"Singer in Atomic Kitten",
"Day 1",
"Day 16",
"1st"
],
[
"3",
"Jennie Bond",
"Former royal correspondent for the BBC",
"Day 1",
"Day 16",
"2nd"
],
[
"4",
"Peter Andre",
"Pop singer",
"Day 1",
"Day 16",
"3rd"
],
[
"5",
"Lord Brocket",
"Aristocrat",
"Day 1",
"Day 15",
"4th"
],
[
"6",
"Katie Price (first appearance)",
"Page 3 Model",
"Day 1",
"Day 14",
"5th"
],
[
"7",
"Alex Best",
"Second wife of footballer George Best",
"Day 1",
"Day 13",
"6th"
],
[
"8",
"Neil Ruddock",
"Ex- footballer",
"Day 1",
"Day 11",
"7th"
],
[
"9",
"John Lydon",
"Sex Pistols & Public Image Ltd frontman",
"Day 1",
"Day 11",
"8th"
],
[
"10",
"Diane Modahl",
"Athlete",
"Day 1",
"Day 10",
"9th"
],
[
"11",
"Mike Read",
"Radio DJ",
"Day 1",
"Day 9",
"10th"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"washington\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,B2:B8=\"washington\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Can you carry guns in Washington",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"washington\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, D1=\"Y\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B8, D2:D8=\"Y\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "In how many countries can you own a gun",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"D1",
"=",
"\"Y\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, (F1=\"Y\")*(A1=\"usa\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B8, (F2:F8=\"Y\")*(A2:A8=\"usa\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many states in the USA let you import weapons",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"F1",
"=",
"\"Y\"",
"*",
"A1",
"=",
"\"usa\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"new york\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,B2:B8=\"new york\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Does New York have custom weapon laws",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"new york\"",
"8"
]
}
] | weaponsandconunties | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"to",
"State",
"(availability)",
"Own",
"Carry",
"Import",
"Serial",
"Custom"
],
[
"2",
"Australia",
"Washington",
"1",
"N",
"N",
"N",
"N",
"N"
],
[
"3",
"Belgium",
"",
"2",
"N",
"N",
"N",
"N",
"?"
],
[
"4",
"Barbados",
"",
"1",
"N",
"N",
"N",
"N",
"N"
],
[
"5",
"Brazil",
"Paran",
"3",
"Y",
"Y*",
"Y",
"N",
"Y"
],
[
"6",
"Canada",
"B.C.",
"3",
"N",
"N",
"?",
"N",
"?"
],
[
"7",
"USA",
"Alaska",
"4",
"Y",
"N",
"N",
"N",
"Y"
],
[
"8",
"USA",
"New York",
"2",
"N",
"N",
"Y",
"N",
"N"
]
] |
[
{
"Formula": "MINIFS(F1,E1,\"windy hill\")",
"Formula2": "MINIFS(F2:F7,E2:E7,\"windy hill\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest crowd at windy hill?",
"Tokens": [
"MINIFS(",
"F1",
"E1",
"\"windy hill\""
]
},
{
"Formula": "SUMIFS(F1,B1,\"8.17 (65)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"8.17 (65)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the crowd with a Home team score of 8.17 (65)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"8.17 (65)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.12 (78)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.12 (78)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What home team has an Away team score of 11.12 (78)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"11.12 (78)\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"9.16 (70)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>12000))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"9.16 (70)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>12000))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What date has a Crowd larger than 12,000, and an Away team score of 9.16 (70)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.16 (70)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"12000"
]
},
{
"Formula": "MINIFS(F1,A1,\"richmond\")",
"Formula2": "MINIFS(F2:F7,A2:A7,\"richmond\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest crowd with home team richmond?",
"Tokens": [
"MINIFS(",
"F1",
"A1",
"\"richmond\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"6.9 (45)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"6.9 (45)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team has an Away team score of 6.9 (45)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"6.9 (45)\"",
"1"
]
}
] | train_2-10809444-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"16.11 (107)",
"Melbourne",
"5.16 (46)",
"Kardinia Park",
"15,000",
"12 July 1947"
],
[
"3",
"Essendon",
"10.18 (78)",
"Footscray",
"8.11 (59)",
"Windy Hill",
"20,000",
"12 July 1947"
],
[
"4",
"Collingwood",
"8.17 (65)",
"Hawthorn",
"6.9 (45)",
"Victoria Park",
"12,000",
"12 July 1947"
],
[
"5",
"Carlton",
"10.14 (74)",
"South Melbourne",
"9.16 (70)",
"Princes Park",
"28,000",
"12 July 1947"
],
[
"6",
"St Kilda",
"8.15 (63)",
"North Melbourne",
"13.25 (103)",
"Junction Oval",
"6,000",
"12 July 1947"
],
[
"7",
"Richmond",
"12.12 (84)",
"Fitzroy",
"11.12 (78)",
"Punt Road Oval",
"28,000",
"12 July 1947"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"us championships\")*(F1=\"5–7, 6–1, 6–3, 6–3\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"us championships\")*(F2:F6=\"5–7, 6–1, 6–3, 6–3\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Outcome has a Championship of us championships, and a Score in the final of 5–7, 6–1, 6–3, 6–3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"us championships\"",
"*",
"F1",
"=",
"\"5–7, 6–1, 6–3, 6–3\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1>1939)*(E1=\"frank kovacs\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(B2:B6>1939)*(E2:E6=\"frank kovacs\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Outcome has a Year larger than 1939, and an Opponent in the final of frank kovacs?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
">",
"1939",
"*",
"E1",
"=",
"\"frank kovacs\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"don mcneill\")*(B1=1940)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"don mcneill\")*(B2:B6=1940)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Surface has an Opponent in the final of don mcneill, and a Year of 1940?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"don mcneill\"",
"*",
"B1",
"=",
"1940",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"welby van horn\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"welby van horn\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many years have an Opponent in the final of welby van horn?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"welby van horn\"",
"2"
]
}
] | train_2-17188888-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Surface",
"Opponent in the final",
"Score in the final"
],
[
"2",
"Runner-up",
"1939",
"French Championships",
"Clay",
"Don McNeill",
"5–7, 0–6, 3–6"
],
[
"3",
"Winner",
"1939",
"Wimbledon",
"Grass",
"Elwood Cooke",
"2–6, 8–6, 3–6, 6–3, 6–2"
],
[
"4",
"Winner",
"1939",
"US Championships",
"Grass",
"Welby Van Horn",
"6–4, 6–2, 6–4"
],
[
"5",
"Runner-up",
"1940",
"US Championships",
"Grass",
"Don McNeill",
"6–4, 8–6, 3–6, 3–6, 5–7"
],
[
"6",
"Winner",
"1941",
"US Championships",
"Grass",
"Frank Kovacs",
"5–7, 6–1, 6–3, 6–3"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (F1>1106)*(B1>13)))",
"Formula2": "SUM(FILTER(E2:E12, (F2:F12>1106)*(B2:B12>13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the sum of Draws that has the Against larger than 1106, and the Wins larger than 13?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
">",
"1106",
"*",
"B1",
">",
"13"
]
},
{
"Formula": "MIN(FILTER(B1, (A1=\"daylesford\")*(C1<1)))",
"Formula2": "MIN(FILTER(B2:B12, (A2:A12=\"daylesford\")*(C2:C12<1)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the lowest Wins that has the Ballarat FL of daylesford, and the Byes smaller than 1?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"A1",
"=",
"\"daylesford\"",
"*",
"C1",
"<",
"1"
]
},
{
"Formula": "MAX(FILTER(F1, (D1>9)*(C1=2)*(E1>0)))",
"Formula2": "MAX(FILTER(F2:F12, (D2:D12>9)*(C2:C12=2)*(E2:E12>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the highest Against that has the Losses larger than 9, and the Byes of 2, and the Draws larger than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"D1",
">",
"9",
"*",
"C1",
"=",
"2",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (B1<3)*(C1>2)))",
"Formula2": "SUM(FILTER(E2:E12, (B2:B12<3)*(C2:C12>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the sum of Draws that had the Wins smaller than 3, and the Byes larger than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"<",
"3",
"*",
"C1",
">",
"2"
]
}
] | test_2-1552908-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Ballarat FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Sunbury",
"13",
"1",
"4",
"0",
"1169"
],
[
"3",
"Melton South",
"13",
"1",
"4",
"0",
"1212"
],
[
"4",
"Redan",
"12",
"2",
"4",
"0",
"1106"
],
[
"5",
"Daylesford",
"12",
"1",
"5",
"0",
"1254"
],
[
"6",
"Darley",
"11",
"2",
"5",
"0",
"1413"
],
[
"7",
"Melton",
"9",
"2",
"7",
"0",
"1451"
],
[
"8",
"Sebastapol",
"7",
"2",
"9",
"0",
"1687"
],
[
"9",
"Bacchus Marsh",
"6",
"2",
"10",
"0",
"1626"
],
[
"10",
"Lake Wendouree",
"3",
"2",
"13",
"0",
"1579"
],
[
"11",
"Ballarat",
"3",
"1",
"14",
"0",
"1837"
],
[
"12",
"East Point",
"1",
"2",
"15",
"0",
"1902"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"vijay singh\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"vijay singh\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the To par has the presence of Vijay Singh?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"vijay singh\"",
"5"
]
}
] | train_2-12512153-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Hole"
],
[
"2",
"1",
"Phil Mickelson",
"United States",
"67-65-72-51=255",
"–4",
"13"
],
[
"3",
"T2",
"Steve Elkington",
"Australia",
"68-70-68-58=264",
"–3",
"15"
],
[
"4",
"T2",
"Thomas Bjørn",
"Denmark",
"71-71-63-55=260",
"–3",
"14"
],
[
"5",
"T4",
"Tiger Woods",
"United States",
"75-69-66-68=278",
"–2",
"F"
],
[
"6",
"T4",
"Vijay Singh",
"Fiji",
"70-67-69-59=265",
"–2",
"15"
],
[
"7",
"T4",
"Davis Love III",
"United States",
"68-68-68-53=257",
"–2",
"13"
]
] |
[
{
"Formula": "MINIFS(E1,A1,\"bob anderson\")",
"Formula2": "MINIFS(E2:E18,A2:A18,\"bob anderson\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest grid for Bob Anderson?",
"Tokens": [
"MINIFS(",
"E1",
"A1",
"\"bob anderson\""
]
}
] | train_2-1122356-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Jack Brabham",
"Brabham - Repco",
"90",
"2:20:32.5",
"1"
],
[
"3",
"Graham Hill",
"BRM",
"89",
"+ 1 lap",
"7"
],
[
"4",
"Jim Clark",
"Lotus - Climax",
"88",
"+ 2 laps",
"3"
],
[
"5",
"Jackie Stewart",
"BRM",
"88",
"+ 2 laps",
"8"
],
[
"6",
"Mike Spence",
"Lotus - BRM",
"87",
"+ 3 laps",
"12"
],
[
"7",
"Lorenzo Bandini",
"Ferrari",
"87",
"+ 3 laps",
"9"
],
[
"8",
"Jo Bonnier",
"Cooper - Maserati",
"84",
"+ 6 laps",
"13"
],
[
"9",
"John Taylor",
"Brabham - BRM",
"84",
"+ 6 laps",
"17"
],
[
"10",
"Guy Ligier",
"Cooper - Maserati",
"84",
"+ 6 laps",
"16"
],
[
"11",
"Jo Siffert",
"Cooper - Maserati",
"79",
"Engine",
"11"
],
[
"12",
"Bob Anderson",
"Brabham - Climax",
"73",
"Suspension",
"14"
],
[
"13",
"John Surtees",
"Cooper - Maserati",
"44",
"Electrical",
"10"
],
[
"14",
"Denny Hulme",
"Brabham - Repco",
"37",
"Ignition",
"2"
],
[
"15",
"Peter Arundell",
"Lotus - BRM",
"28",
"Ignition",
"15"
],
[
"16",
"Dan Gurney",
"Eagle - Climax",
"26",
"Oil Leak",
"4"
],
[
"17",
"Mike Parkes",
"Ferrari",
"10",
"Accident",
"5"
],
[
"18",
"Jochen Rindt",
"Cooper - Maserati",
"2",
"Accident",
"6"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (F1>156)*(E1=127)*(B1>17)))",
"Formula2": "SUM(FILTER(C2:C8, (F2:F8>156)*(E2:E8=127)*(B2:B8>17)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Tries against has Points against larger than 156, and Points for of 127, and Tries for larger than 17?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
">",
"156",
"*",
"E1",
"=",
"127",
"*",
"B1",
">",
"17"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Try diff has Tries for of 12?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
}
] | test_2-18479882-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Tries for",
"Tries against",
"Try diff",
"Points for",
"Points against",
"Points diff"
],
[
"2",
"Narbonne",
"32",
"13",
"+19",
"228",
"98",
"+130"
],
[
"3",
"Caerphilly",
"16",
"19",
"−3",
"167",
"154",
"+13"
],
[
"4",
"Périgueux",
"23",
"13",
"+10",
"168",
"119",
"+49"
],
[
"5",
"Racing Club de France",
"17",
"23",
"−6",
"127",
"184",
"−57"
],
[
"6",
"Connacht",
"16",
"19",
"−3",
"129",
"156",
"−27"
],
[
"7",
"Newport",
"14",
"23",
"−9",
"123",
"183",
"−60"
],
[
"8",
"Rugby Rovigo",
"12",
"20",
"−8",
"108",
"156",
"−48"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"May 26, 2010\")",
"Formula2": "SUMIFS(A2:A9,E2:E9,\"May 26, 2010\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many seasons is the season finale on May 26, 2010?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"May 26, 2010\""
]
},
{
"Formula": "SUMIFS(B1,D1,\"September 23, 2009\")",
"Formula2": "SUMIFS(B2:B9,D2:D9,\"September 23, 2009\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What episodes are there where the season premier is September 23, 2009?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"September 23, 2009\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(A2:A9)),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 season finale for season 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"#21\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,G2:G9=\"#21\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many season premiers have a rank of #21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"#21\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"September 26, 2007\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,D2:D9=\"September 26, 2007\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the seasons where September 26, 2007 is the season premier?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"September 26, 2007\"",
"6"
]
}
] | train_1-10819266-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Episodes",
"Time slot (EST)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)"
],
[
"2",
"1",
"23",
"Wednesday 10pm/9c",
"September 22, 2004",
"May 18, 2005",
"2004–2005",
"#21",
"13.59"
],
[
"3",
"2",
"24",
"Wednesday 10pm/9c",
"September 28, 2005",
"May 17, 2006",
"2005–2006",
"#22",
"14.04"
],
[
"4",
"3",
"24",
"Wednesday 10pm/9c",
"September 20, 2006",
"May 16, 2007",
"2006–2007",
"#25",
"13.92"
],
[
"5",
"4",
"21",
"Wednesday 10pm/9c",
"September 26, 2007",
"May 21, 2008",
"2007–2008",
"#28",
"11.71"
],
[
"6",
"5",
"25",
"Wednesday 10pm/9c",
"September 24, 2008",
"May 14, 2009",
"2008–2009",
"#17",
"13.50"
],
[
"7",
"6",
"23",
"Wednesday 10pm/9c",
"September 23, 2009",
"May 26, 2010",
"2009–2010",
"#23",
"12.66"
],
[
"8",
"7",
"22",
"Friday 9pm/8c",
"September 24, 2010",
"May 13, 2011",
"2010–2011",
"#37",
"10.73"
],
[
"9",
"8",
"18",
"Friday 9pm/8c",
"September 23, 2011",
"May 11, 2012",
"2011–2012",
"#38",
"10.34"
]
] |
[
{
"Formula": "ROWS(UNIQUE(H1))",
"Formula2": "ROWS(UNIQUE(H2:H9))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many enzymes in total?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"H1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,H1))",
"Formula2": "UNIQUE(HSTACK(B2:B9,C2:C9,H2:H9))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "Show names, locations and enzymes",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"H1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,H1))",
"Formula2": "UNIQUE(HSTACK(B2:B9,C2:C9,H2:H9))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "names, locations and enzymes.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"H1"
]
},
{
"Formula": "MAX(F1)",
"Formula2": "MAX(F2:F9)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "the biggest omim.",
"Tokens": [
"MAX(",
"F1"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,C1=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Formula2": "LET(query1,FILTER(A2:H9,C2:C9=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "product, chromosome, porphyria and enzyme in cytosol.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"cytosol\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"4",
"5",
"7",
"8"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,C1=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Formula2": "LET(query1,FILTER(A2:H9,C2:C9=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "information on chromosomes, enzymes, porphyrias and products located at cytosol",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"cytosol\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"4",
"5",
"7",
"8"
]
},
{
"Formula": "ROWS(UNIQUE(H1))",
"Formula2": "ROWS(UNIQUE(H2:H9))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many enzymes?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"H1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,H1))",
"Formula2": "UNIQUE(HSTACK(B2:B9,C2:C9,H2:H9))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the names, locations and enzymes?",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"H1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,H1))",
"Formula2": "UNIQUE(HSTACK(B2:B9,C2:C9,H2:H9))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "the name, location and enzyme.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"H1"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,C1=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Formula2": "LET(query1,FILTER(A2:H9,C2:C9=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "the product, chromosome, porphyria, enzyme in cytosol.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"cytosol\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"4",
"5",
"7",
"8"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,C1=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Formula2": "LET(query1,FILTER(A2:H9,C2:C9=\"cytosol\"),UNIQUE(CHOOSECOLS(query1,4,5,7,8)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "the chromosome, enzyme, porphyria and product for cytosol.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"cytosol\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"4",
"5",
"7",
"8"
]
}
] | enzyme_interaction_enzyme | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"id",
"name",
"location",
"product",
"chromosome",
"omim",
"porphyria",
"enzyme"
],
[
"2",
"1",
"ALA synthase",
"Mitochondrion",
"δ-Aminolevulinic acid",
"3p21.1",
"125290",
"none",
""
],
[
"3",
"2",
"ALA dehydratase",
"Cytosol",
"Porphobilinogen",
"9q34",
"125270",
"ALA-Dehydratase deficiency",
""
],
[
"4",
"3",
"PBG deaminase",
"Cytosol",
"Hydroxymethyl bilane",
"11q23.3",
"176000",
"acute intermittent porphyria",
""
],
[
"5",
"4",
"Uroporphyrinogen III synthase",
"Cytosol",
"Uroporphyrinogen III",
"10q25.2-q26.3",
"606938",
"congenital erythropoietic porphyria",
""
],
[
"6",
"5",
"Uroporphyrinogen III decarboxylase",
"Cytosol",
"Coproporphyrinogen III",
"1p34",
"176100",
"porphyria cutanea tarda",
""
],
[
"7",
"6",
"Coproporphyrinogen III oxidase",
"Mitochondrion",
"Protoporphyrinogen IX",
"3q12",
"121300",
"coproporphyria",
""
],
[
"8",
"7",
"Protoporphyrinogen oxidase",
"Mitochondrion",
"Protoporphyrin IX",
"1q22",
"600923",
"variegate porphyria",
""
],
[
"9",
"8",
"Ferrochelatase",
"Mitochondrion",
"Heme",
"18q21.3",
"177000",
"erythropoietic protoporphyria",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"april 14\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"april 14\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team of the April 14 game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"april 14\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"detroit\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"detroit\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the game with Detroit as the visitor team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"detroit\"",
"1"
]
}
] | train_2-11756731-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Series"
],
[
"2",
"April 10",
"Nashville",
"1 – 3",
"Detroit",
"Ellis",
"20,066",
"0 – 1"
],
[
"3",
"April 12",
"Nashville",
"2 – 4",
"Detroit",
"Ellis",
"20,066",
"0 – 2"
],
[
"4",
"April 14",
"Detroit",
"3 – 5",
"Nashville",
"Ellis",
"17,113",
"1 – 2"
],
[
"5",
"April 16",
"Detroit",
"2 – 3",
"Nashville",
"Ellis",
"17,113",
"2 – 2"
],
[
"6",
"April 18",
"Nashville",
"2 – 1",
"Detroit",
"Ellis",
"20,066",
"2 – 3"
],
[
"7",
"April 20",
"Detroit",
"3 – 0",
"Nashville",
"Ellis",
"17,113",
"2 – 4"
]
] |
[
{
"Formula": "SUM(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>200)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "SUM(LET(a,A2:A14,b,A2:A14,c,INDEX(LET(query1,SUMMARIZE(A2:A14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>200)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"SUM(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "How many flights have a velocity larger than 200?",
"Tokens": [
"SUM(",
"LET(",
"a",
"A1",
"b",
"A1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"200",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "SORTBY(CHOOSE({1,2,3},B1,C1,D1),F1,1)",
"Formula2": "SORTBY(CHOOSE({1,2,3},B2:B14,C2:C14,D2:D14),F2:F14,1)",
"Funcs": [
"SORTBY(",
"CHOOSE(",
"Num",
"Num",
"Num",
"Cell",
"Cell",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "List the vehicle flight number, date and pilot of all the flights, ordered by altitude.",
"Tokens": [
"SORTBY(",
"CHOOSE(",
"1",
"2",
"3",
"B1",
"C1",
"D1",
"F1",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(E1,D1=\"Thompson\"))",
"Formula2": "AVERAGE(FILTER(E2:E14,D2:D14=\"Thompson\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the velocity of the pilot named 'Thompson'?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"D1",
"=",
"\"Thompson\""
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(D1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(D2:D14,SUMX(A2:A14)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "which pilot is in charge of the most number of flights?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(D1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(D2:D14,SUMX(A2:A14)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which pilot has flown the most flights? ",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "SUM(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>200)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "SUM(LET(a,A2:A14,b,A2:A14,c,INDEX(LET(query1,SUMMARIZE(A2:A14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)>200)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"SUM(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "The number of flights with over 200 velocity.",
"Tokens": [
"SUM(",
"LET(",
"a",
"A1",
"b",
"A1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"200",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(D1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(D2:D14,SUMX(A2:A14)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "The pilot with the most flights.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
}
] | flight_company_flight | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"flight id",
"vehicle flight number",
"date",
"pilot",
"velocity",
"altitude",
"airport id",
"company id"
],
[
"2",
"1",
"M2-F1 #0",
"1-Mar-63",
"Thompson",
"135",
"0",
"1",
"2"
],
[
"3",
"2",
"M2-F1 #1",
"16-Aug-63",
"Thompson",
"240",
"3650",
"2",
"3"
],
[
"4",
"3",
"M2-F1 #6",
"3-Sep-63",
"Thompson",
"240",
"3650",
"2",
"4"
],
[
"5",
"4",
"M2-F1 #13",
"25-Oct-63",
"Thompson",
"240",
"3650",
"3",
"4"
],
[
"6",
"5",
"M2-F1 #14",
"8-Nov-63",
"Thompson",
"240",
"3650",
"4",
"5"
],
[
"7",
"6",
"M2-F1 #21",
"29-Jan-64",
"Thompson",
"240",
"3650",
"4",
"6"
],
[
"8",
"7",
"M2-F1 #33",
"30-Mar-64",
"Peterson",
"240",
"3650",
"5",
"11"
],
[
"9",
"8",
"M2-F1 #39",
"19-May-64",
"Peterson",
"240",
"3650",
"2",
"13"
],
[
"10",
"9",
"M2-F1 #61",
"16-Jul-65",
"Thompson",
"240",
"3650",
"6",
"11"
],
[
"11",
"10",
"M2-F1 #64",
"30-Aug-65",
"Thompson",
"240",
"3650",
"9",
"1"
],
[
"12",
"11",
"M2-F1 #70",
"8-Oct-65",
"Thompson",
"240",
"3650",
"4",
"5"
],
[
"13",
"12",
"M2-F1 #71",
"28-Mar-66",
"Thompson",
"240",
"3650",
"6",
"7"
],
[
"14",
"13",
"M2-F1 #73",
"4-Aug-66",
"Peterson",
"240",
"3650",
"8",
"9"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=214))",
"Formula2": "LET(query1,SUMMARIZE(D2:D19,SUMX(E2:E19)),FILTER(query1,CHOOSECOLS(query1,2)=214))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the airdate of the episode of production code 214?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"214"
]
},
{
"Formula": "SUMIFS(B1,D1,\"June 3, 2012\")",
"Formula2": "SUMIFS(B2:B19,D2:D19,\"June 3, 2012\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many numbers in the season have an air date of June 3, 2012?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"June 3, 2012\""
]
},
{
"Formula": "MAX(FILTER(E1, F1=2.3))",
"Formula2": "MAX(FILTER(E2:E19, F2:F19=2.3))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest production code of the episodes having a US viewership of exactly 2.3?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"2.3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Happy Howl-O-Ween\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,C2:C19=\"Happy Howl-O-Ween\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many millions of US viewers watched the episode titled \"Happy Howl-o-ween\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Happy Howl-O-Ween\"",
"6"
]
}
] | train_1-28787871-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No in. series",
"No in. season",
"Title",
"Original air date",
"Production Code",
"U.S. viewers (millions)"
],
[
"2",
"21",
"1",
"\"A Doomed Christmas\"",
"December10,2011",
"121",
"N/A"
],
[
"3",
"22",
"2",
"\"Big Dog on Campus / Dog's Best Friend\"",
"January16,2012",
"122",
"N/A"
],
[
"4",
"23",
"3",
"\"Monkey Business / Diary of a Mad Cat\"",
"April21,2012",
"125",
"N/A"
],
[
"5",
"24",
"4",
"\"Dudley Do-Wrong / Puppy Unplugged\"",
"May6,2012",
"123",
"N/A"
],
[
"6",
"25",
"5",
"\"Freaky Spy Day / Dog Tired\"",
"May 13, 2012",
"202",
"N/A"
],
[
"7",
"26",
"6",
"\"Top Dog / Quack in the Box\"",
"May20,2012",
"124",
"N/A"
],
[
"8",
"27",
"7",
"\"Lie Like A Dog / Cold Fish\"",
"May27,2012",
"126",
"2.3"
],
[
"9",
"28",
"8",
"\"Pup Daddy / Candy Cane-ine\"",
"June 3, 2012",
"201",
"N/A"
],
[
"10",
"29",
"9",
"\"Bark to the Future / Lights, Camera, Quacktion\"",
"October 13, 2012",
"205",
"1.8"
],
[
"11",
"30",
"10",
"\"Happy Howl-O-Ween\"",
"October 27, 2012",
"210",
"1.6"
],
[
"12",
"31",
"11",
"\"Bark to Nature / Mutts and Bolts\"",
"August 5, 2013",
"213",
"1.9"
],
[
"13",
"32",
"12",
"\"Dog House / Time Waits for No Mutt\"",
"August 6, 2013",
"203",
"1.6"
],
[
"14",
"33",
"13",
"\"Hush Puppy / Quacky Birthday\"",
"August8,2013",
"209",
"1.8"
],
[
"15",
"34",
"14",
"\"Love Bird / Bluff Puppy\"",
"October20,2013 (Nicktoons)",
"204",
"N/A"
],
[
"16",
"35",
"15",
"\"Rat Trap / Agent of the Year\"",
"October27,2013 (Nicktoons)",
"207",
"N/A"
],
[
"17",
"36",
"16",
"\"Barking Tall / Bad Eggs\"",
"November3,2013 (Nicktoons)",
"212",
"N/A"
],
[
"18",
"37",
"17",
"\"Carbon Copies / TUFF Cookies\"",
"November10,2013 (Nicktoons)",
"214",
"N/A"
],
[
"19",
"39",
"19",
"\"T.U.F.F. Choices / Sob Story\"",
"TBA (Nicktoons)",
"208",
"N/A"
]
] |
[
{
"Formula": "MIN(FILTER(C1, (F1<12)*(H1<50)*(I1>11)*(B1<30)))",
"Formula2": "MIN(FILTER(C2:C17, (F2:F17<12)*(H2:H17<50)*(I2:I17>11)*(B2:B17<30)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the fewest points for positions with under 12 losses, goals against under 50, goal difference over 11, and under 30 played?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"F1",
"<",
"12",
"*",
"H1",
"<",
"50",
"*",
"I1",
">",
"11",
"*",
"B1",
"<",
"30"
]
},
{
"Formula": "MAX(FILTER(D1, (I1=11)*(B1>30)))",
"Formula2": "MAX(FILTER(D2:D17, (I2:I17=11)*(B2:B17>30)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the most wins for a position with more than 30 played and a goal difference of 11?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"I1",
"=",
"11",
"*",
"B1",
">",
"30"
]
},
{
"Formula": "SUM(FILTER(B1, (I1=11)*(H1>44)))",
"Formula2": "SUM(FILTER(B2:B17, (I2:I17=11)*(H2:H17>44)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of played for the goals against over 44 and a goal difference of 11?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"I1",
"=",
"11",
"*",
"H1",
">",
"44"
]
}
] | train_2-17298923-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",
"39",
"16",
"7",
"7",
"66",
"29",
"+37"
],
[
"3",
"2",
"30",
"36",
"15",
"6",
"9",
"48",
"40",
"+8"
],
[
"4",
"3",
"30",
"33",
"11",
"11",
"8",
"55",
"44",
"+11"
],
[
"5",
"4",
"30",
"33",
"13",
"7",
"10",
"58",
"44",
"+14"
],
[
"6",
"5",
"30",
"33",
"13",
"7",
"10",
"61",
"32",
"+29"
],
[
"7",
"6",
"30",
"33",
"12",
"9",
"9",
"49",
"41",
"+8"
],
[
"8",
"7",
"30",
"32",
"14",
"4",
"12",
"41",
"52",
"-11"
],
[
"9",
"8",
"30",
"32",
"13",
"6",
"11",
"55",
"45",
"+10"
],
[
"10",
"9",
"30",
"30",
"10",
"10",
"10",
"51",
"50",
"+1"
],
[
"11",
"10",
"30",
"29",
"12",
"5",
"13",
"49",
"60",
"-11"
],
[
"12",
"11",
"30",
"29",
"13",
"3",
"14",
"56",
"64",
"-8"
],
[
"13",
"12",
"30",
"28",
"12",
"4",
"14",
"51",
"57",
"-6"
],
[
"14",
"13",
"30",
"28",
"9",
"10",
"11",
"51",
"71",
"-20"
],
[
"15",
"14",
"30",
"24",
"9",
"6",
"15",
"40",
"56",
"-16"
],
[
"16",
"15",
"30",
"21",
"7",
"7",
"16",
"49",
"64",
"-15"
],
[
"17",
"16",
"30",
"20",
"5",
"10",
"15",
"32",
"63",
"-31"
]
] |
[
{
"Formula": "MAX(FILTER(F1,D1=\"13.16 (94)\"))",
"Formula2": "MAX(FILTER(F2:F7,D2:D7=\"13.16 (94)\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the largest crowd with Away team score of 13.16 (94)?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"D1",
"=",
"\"13.16 (94)\""
]
},
{
"Formula": "FILTER(C1,(F1>\"13,000\")*(B1=\"12.11 (83)\"))",
"Formula2": "FILTER(C2:C7,(F2:F7>\"13,000\")*(B2:B7=\"12.11 (83)\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the away team with a Crowd greater than 13,000, and a Home team score of 12.11 (83)?",
"Tokens": [
"FILTER(",
"C1",
"F1",
">",
"\"13,000\"",
"*",
"B1",
"=",
"\"12.11 (83)\""
]
},
{
"Formula": "SUM(FILTER(F1,B1=\"14.12 (96)\"))",
"Formula2": "SUM(FILTER(F2:F7,B2:B7=\"14.12 (96)\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total of crowd with Home team score of 14.12 (96)?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"14.12 (96)\""
]
},
{
"Formula": "FILTER(A1,E1=\"victoria park\")",
"Formula2": "FILTER(A2:A7,E2:E7=\"victoria park\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the home team for victoria park?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"victoria park\""
]
},
{
"Formula": "FILTER(A1,C1=\"hawthorn\")",
"Formula2": "FILTER(A2:A7,C2:C7=\"hawthorn\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which home team has a Away team of hawthorn?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"hawthorn\""
]
}
] | dev_2-10790099-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Collingwood",
"12.11 (83)",
"Geelong",
"13.16 (94)",
"Victoria Park",
"18,000",
"7 May 1932"
],
[
"3",
"Carlton",
"10.15 (75)",
"South Melbourne",
"17.11 (113)",
"Princes Park",
"28,000",
"7 May 1932"
],
[
"4",
"St Kilda",
"16.19 (115)",
"Hawthorn",
"11.16 (82)",
"Junction Oval",
"13,000",
"7 May 1932"
],
[
"5",
"Footscray",
"14.11 (95)",
"Fitzroy",
"7.10 (52)",
"Western Oval",
"21,500",
"7 May 1932"
],
[
"6",
"North Melbourne",
"14.12 (96)",
"Essendon",
"16.17 (113)",
"Arden Street Oval",
"15,000",
"7 May 1932"
],
[
"7",
"Melbourne",
"7.13 (55)",
"Richmond",
"15.26 (116)",
"Motordrome",
"13,000",
"7 May 1932"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"Netherlands\")*(F1=\"28 November 2011 – 24 December 2011\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(A2:A9=\"Netherlands\")*(F2:F9=\"28 November 2011 – 24 December 2011\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the judges in the Netherlands for the season airing 28 November 2011 – 24 December 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Netherlands\"",
"*",
"F1",
"=",
"\"28 November 2011 – 24 December 2011\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"SBS 6\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"SBS 6\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the version aired on SBS 6 called?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"SBS 6\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"ABS-CBN\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,E2:E9=\"ABS-CBN\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the air dates of the show in ABS-CBN?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"ABS-CBN\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"18 January 2012\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"18 January 2012\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the host on the series aired on 18 January 2012?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"18 January 2012\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"unknown\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"unknown\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the series with the unknown host?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"unknown\"",
"2"
]
}
] | train_1-27487310-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Country",
"Name",
"Host(s)",
"Judges",
"Network",
"Air dates"
],
[
"2",
"Belgium (Dutch)",
"Junior MasterChef Belgium",
"unknown",
"Wout Bru Fatima Marzouki",
"vtm",
"18 January 2012"
],
[
"3",
"Finland",
"Junior MasterChef",
"Tomi Björck Meri-Tuuli Lindström",
"Tomi Björck Meri-Tuuli Lindström",
"Nelonen",
"19 August 2012 – 7 October 2012"
],
[
"4",
"France",
"Junior MasterChef",
"Carole Rousseau",
"Frédéric Anton Yves Camdeborde Sebastian Demorand",
"TF1",
"22 December 2011; 5 July 2012"
],
[
"5",
"India (TBC)",
"Junior Masterchef Swaad Ke Ustaad",
"Kunal Kapoor Vikas Khanna Surjan Singh Jolly",
"Kunal Kapoor Vikas Khanna Surjan Singh Jolly",
"Star Plus",
"17 August 2013 – present"
],
[
"6",
"Netherlands",
"Junior MasterChef",
"N/A",
"Alain Caron Peter Lute",
"Net 5",
"28 November 2011 – 24 December 2011"
],
[
"7",
"Netherlands",
"Junior MasterChef",
"N/A",
"Alain Caron Ron Blaauw",
"SBS 6",
"12 October 2012 – present"
],
[
"8",
"Philippines",
"Junior MasterChef Pinoy Edition",
"Judy Ann Santos-Agoncillo",
"Fern Aracama Rolando Laudico JP Anglo",
"ABS-CBN",
"27 August 2011 – 18 February 2012"
],
[
"9",
"Spain",
"MasterChef Junior",
"TBC",
"Pepe Rodríguez Jordi Cruz Samantha Vallejo-Nágera",
"La 1",
"TBC in 2013"
]
] |
[
{
"Formula": "FILTER(B1,A1=\"t 4 ii\")",
"Formula2": "FILTER(B2:B16,A2:A16=\"t 4 ii\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the railway number of t 4 ii class?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"t 4 ii\""
]
},
{
"Formula": "FILTER(D1,(C1=31)*(E1=\"b n2t\"))",
"Formula2": "FILTER(D2:D16,(C2:C16=31)*(E2:E16=\"b n2t\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What year was the b n2t axle arrangement, which has a quantity of 31, manufactured?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"31",
"*",
"E1",
"=",
"\"b n2t\""
]
}
] | dev_2-18843924-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Class",
"Railway number(s)",
"Quantity",
"Year(s) of manufacture",
"Axle arrangement ( UIC )"
],
[
"2",
"None",
"70–73 ( de )",
"4",
"1868",
"B n2t"
],
[
"3",
"P 2 II",
"88 (II) …95 (II) , 260–262, 264–284",
"31",
"1900–1902",
"1′B2′ n2t"
],
[
"4",
"P 5",
"310–321",
"12",
"1908",
"1′C2′ n2t"
],
[
"5",
"T 1 ( de )",
"15 (II) …73 (II) , 177–186",
"31",
"1892–1897",
"B n2t"
],
[
"6",
"T 2 I ( de )",
"I–VIII",
"8",
"1865–1874",
"B n2t"
],
[
"7",
"T 2 II ( de )",
"VII (II) –X",
"4",
"1883–1884",
"B n2t"
],
[
"8",
"T 3 ( de )",
"13 (II) …71 (II) , 202–208, 246–256",
"27",
"1889–1905",
"C n2t"
],
[
"9",
"T 4 I",
"44 (II) …56 (II) , 194–197",
"7",
"1895–1897",
"C1′ n2t"
],
[
"10",
"T 4 I",
"322–325",
"4",
"1908",
"C1′ n2t"
],
[
"11",
"T 4 II",
"257–259",
"3",
"1900",
"C1′ n2t"
],
[
"12",
"T 5",
"306–309",
"4",
"1907",
"E n2t"
],
[
"13",
"D VIII",
"326–329",
"4",
"1909–1910",
"C1′ n2t"
],
[
"14",
"Pt 3/6",
"330–338",
"9",
"1911–1913",
"1′C2′ h2t"
],
[
"15",
"Pt 3/6",
"401–410",
"10",
"1923",
"1′C2′ h2t"
],
[
"16",
"R 4/4",
"123 (II) …159 (II)",
"9",
"1913–1915",
"D n2t"
]
] |
[
{
"Formula": "AVERAGEIFS(A1,C1,\"cooper t60\")",
"Formula2": "AVERAGEIFS(A2:A7,C2:C7,\"cooper t60\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average Year with Chassis equalling cooper t60?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"C1",
"\"cooper t60\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"cooper car company\")*(A1=1963)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"cooper car company\")*(A2:A7=1963)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Chassis has an Entrant of cooper car company, and a Year of 1963?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cooper car company\"",
"*",
"A1",
"=",
"1963",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"climax straight-4\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,D2:D7=\"climax straight-4\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"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 Entrant has an Engine of climax straight-4, and Points larger than 0?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"climax straight-4\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0"
]
}
] | train_2-1226575-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1961",
"Louise Bryden-Brown",
"Lotus 18",
"Climax Straight-4",
"0"
],
[
"3",
"1962",
"Cooper Car Company",
"Cooper T55",
"Climax Straight-4",
"13"
],
[
"4",
"1962",
"Cooper Car Company",
"Cooper T60",
"Climax V8",
"13"
],
[
"5",
"1963",
"Cooper Car Company",
"Cooper T66",
"Climax V8",
"9"
],
[
"6",
"1964",
"Scuderia Centro Sud",
"BRM P57",
"BRM V8",
"4"
],
[
"7",
"1965",
"Reg Parnell Racing",
"Lotus 25",
"BRM V8",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Jerry Huckaby\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Jerry Huckaby\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was Jerry Huckaby first elected?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Jerry Huckaby\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Dave Treen\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Dave Treen\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What other cadidate ran against Dave Treen?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Dave Treen\"",
"6"
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D7)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What year was the earliest first elected?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Dave Treen\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Dave Treen\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district did Dave Treen serve?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Dave Treen\"",
"1"
]
}
] | train_1-1341663-19 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Louisiana 1",
"Bob Livingston",
"Republican",
"1977",
"Re-elected",
"Bob Livingston (R) Unopposed"
],
[
"3",
"Louisiana 2",
"Lindy Boggs",
"Democratic",
"1973",
"Re-elected",
"Lindy Boggs (D) Unopposed"
],
[
"4",
"Louisiana 3",
"Dave Treen",
"Republican",
"1972",
"Re-elected",
"Dave Treen (R) Unopposed"
],
[
"5",
"Louisiana 5",
"Jerry Huckaby",
"Democratic",
"1976",
"Re-elected",
"Jerry Huckaby (D) Unopposed"
],
[
"6",
"Louisiana 6",
"Henson Moore",
"Republican",
"1974",
"Re-elected",
"Henson Moore (R) Unopposed"
],
[
"7",
"Louisiana 7",
"John Breaux",
"Democratic",
"1972",
"Re-elected",
"John Breaux (D) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"hockenheimring\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"hockenheimring\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the report status of Hockenheimring circuit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"hockenheimring\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(E1=\"clay regazzoni\")*(D1=\"jackie stewart\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,(E2:E14=\"clay regazzoni\")*(D2:D14=\"jackie stewart\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the winning driver of the race with Clay Regazzoni as the fastest lap and Jackie stewart as the pole position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"clay regazzoni\"",
"*",
"D1",
"=",
"\"jackie stewart\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(F1=\"jacky ickx\")*(E1=\"clay regazzoni\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,(F2:F14=\"jacky ickx\")*(E2:E14=\"clay regazzoni\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which race had Jacky Ickx as the winner and Clay Regazzoni with the fastest lap?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"jacky ickx\"",
"*",
"E1",
"=",
"\"clay regazzoni\"",
"1"
]
}
] | train_2-1140091-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Race",
"Circuit",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Constructor",
"Tyre",
"Report"
],
[
"2",
"South African Grand Prix",
"Kyalami",
"7 March",
"Jackie Stewart",
"Jack Brabham John Surtees",
"Jack Brabham",
"Brabham - Ford",
"G",
"Report"
],
[
"3",
"Spanish Grand Prix",
"Jarama",
"19 April",
"Jack Brabham",
"Jack Brabham",
"Jackie Stewart",
"March - Ford",
"D",
"Report"
],
[
"4",
"Monaco Grand Prix",
"Monaco",
"10 May",
"Jackie Stewart",
"Jochen Rindt",
"Jochen Rindt",
"Lotus - Ford",
"F",
"Report"
],
[
"5",
"Belgian Grand Prix",
"Spa-Francorchamps",
"7 June",
"Jackie Stewart",
"Chris Amon",
"Pedro Rodríguez",
"BRM",
"D",
"Report"
],
[
"6",
"Dutch Grand Prix",
"Zandvoort",
"21 June",
"Jochen Rindt",
"Jacky Ickx",
"Jochen Rindt",
"Lotus - Ford",
"F",
"Report"
],
[
"7",
"French Grand Prix",
"Charade",
"5 July",
"Jacky Ickx",
"Jack Brabham",
"Jochen Rindt",
"Lotus - Ford",
"F",
"Report"
],
[
"8",
"British Grand Prix",
"Brands Hatch",
"18 July",
"Jochen Rindt",
"Jack Brabham",
"Jochen Rindt",
"Lotus - Ford",
"F",
"Report"
],
[
"9",
"German Grand Prix",
"Hockenheimring",
"2 August",
"Jacky Ickx",
"Jacky Ickx",
"Jochen Rindt",
"Lotus - Ford",
"F",
"Report"
],
[
"10",
"Austrian Grand Prix",
"Österreichring",
"16 August",
"Jochen Rindt",
"Jacky Ickx Clay Regazzoni",
"Jacky Ickx",
"Ferrari",
"F",
"Report"
],
[
"11",
"Italian Grand Prix",
"Monza",
"6 September",
"Jacky Ickx",
"Clay Regazzoni",
"Clay Regazzoni",
"Ferrari",
"F",
"Report"
],
[
"12",
"Canadian Grand Prix",
"Mont-Tremblant",
"20 September",
"Jackie Stewart",
"Clay Regazzoni",
"Jacky Ickx",
"Ferrari",
"F",
"Report"
],
[
"13",
"United States Grand Prix",
"Watkins Glen",
"4 October",
"Jacky Ickx",
"Jacky Ickx",
"Emerson Fittipaldi",
"Lotus - Ford",
"F",
"Report"
],
[
"14",
"Mexican Grand Prix",
"Hermanos Rodriguez",
"25 October",
"Clay Regazzoni",
"Jacky Ickx",
"Jacky Ickx",
"Ferrari",
"F",
"Report"
]
] |
[
{
"Formula": "MAX(FILTER(C1, (E1<1995)*(F1<9)))",
"Formula2": "MAX(FILTER(C2:C6, (E2:E6<1995)*(F2:F6<9)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest 1987 value with a 1995 value less than 1995 and a 1999 less than 9?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
"<",
"1995",
"*",
"F1",
"<",
"9"
]
},
{
"Formula": "MAX(FILTER(G1, (D1>74)*(B1=125)*(E1>130)))",
"Formula2": "MAX(FILTER(G2:G6, (D2:D6>74)*(B2:B6=125)*(E2:E6>130)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest 2003 value with a 1990 greater than 74, a 125 value in 1985, and a 1995 value greater than 130?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"D1",
">",
"74",
"*",
"B1",
"=",
"125",
"*",
"E1",
">",
"130"
]
},
{
"Formula": "MAX(FILTER(H1, (B1>52)*(C1>130)*(D1<1990)))",
"Formula2": "MAX(FILTER(H2:H6, (B2:B6>52)*(C2:C6>130)*(D2:D6<1990)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest 2007 value with a 1985 value greater than 52, a 1987 value greater than 130, and a 1990 less than 1990?",
"Tokens": [
"MAX(",
"FILTER(",
"H1",
"B1",
">",
"52",
"*",
"C1",
">",
"130",
"*",
"D1",
"<",
"1990"
]
},
{
"Formula": "MAX(FILTER(E1, (D1>36)*(C1<1987)*(H1>107)))",
"Formula2": "MAX(FILTER(E2:E6, (D2:D6>36)*(C2:C6<1987)*(H2:H6>107)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest 1995 with a 1990 less than 36, a 1987 less than 1987, and a 2007 value greater than 107?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"D1",
">",
"36",
"*",
"C1",
"<",
"1987",
"*",
"H1",
">",
"107"
]
},
{
"Formula": "MAX(FILTER(G1, (I1<107)*(E1<17)))",
"Formula2": "MAX(FILTER(G2:G6, (I2:I6<107)*(E2:E6<17)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest 2003 value with a 2011 less than 107 and a 1995 value less than 17?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"I1",
"<",
"107",
"*",
"E1",
"<",
"17"
]
}
] | train_2-1586335-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Party",
"1985",
"1987",
"1990",
"1995",
"1999",
"2003",
"2007",
"2011"
],
[
"2",
"Party",
"1985",
"1987",
"1990",
"1995",
"1999",
"2003",
"2007",
"2011"
],
[
"3",
"Progressive Conservative",
"52",
"16",
"20",
"82",
"59",
"24",
"26",
"37"
],
[
"4",
"Liberal",
"48",
"95",
"36",
"30",
"35",
"72",
"71",
"53"
],
[
"5",
"New Democratic",
"25",
"19",
"74",
"17",
"9",
"7",
"10",
"17"
],
[
"6",
"Total",
"125",
"130",
"130",
"130",
"103",
"103",
"107",
"107"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy andrade\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"billy andrade\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for Billy Andrade?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"billy andrade\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nick price\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"nick price\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country is Nick Price from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"nick price\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"67-67=134\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"67-67=134\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par for the player with score of 67-67=134?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"67-67=134\"",
"5"
]
}
] | test_2-17162239-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Lee Janzen",
"United States",
"67-67=134",
"–6"
],
[
"3",
"T2",
"Payne Stewart",
"United States",
"70-66=136",
"–4"
],
[
"4",
"T2",
"Tom Watson",
"United States",
"70-66=136",
"–4"
],
[
"5",
"T4",
"Corey Pavin",
"United States",
"68-69=137",
"–3"
],
[
"6",
"T4",
"Nick Price",
"Zimbabwe",
"71-66=137",
"–3"
],
[
"7",
"6",
"Scott Hoch",
"United States",
"66-72=138",
"–2"
],
[
"8",
"T7",
"Billy Andrade",
"United States",
"72-67=139",
"–1"
],
[
"9",
"T7",
"Paul Azinger",
"United States",
"71-68=139",
"–1"
],
[
"10",
"T7",
"Fred Couples",
"United States",
"68-71=139",
"–1"
],
[
"11",
"T7",
"Bob Gilder",
"United States",
"70-69=139",
"–1"
],
[
"12",
"T7",
"Jeff Maggert",
"United States",
"69-70=139",
"–1"
],
[
"13",
"T7",
"Mike Standly",
"United States",
"70-69=139",
"–1"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (G1<1974)*(E1=\"aa\")*(F1=\"89 wayne\")*(A1=\"centerville\")))",
"Formula2": "SUM(FILTER(D2:D9, (G2:G9<1974)*(E2:E9=\"aa\")*(F2:F9=\"89 wayne\")*(A2:A9=\"centerville\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the size of Centerville in 89 Wayne county with an IHSAA class of AA in the year before 1974?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"<",
"1974",
"*",
"E1",
"=",
"\"aa\"",
"*",
"F1",
"=",
"\"89 wayne\"",
"*",
"A1",
"=",
"\"centerville\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"hagerstown\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,A2:A9=\"hagerstown\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the year that Hagerstown joined?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"hagerstown\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"fountain city\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,B2:B9=\"fountain city\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What county is Fountain City?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"fountain city\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,B1=\"fountain city\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>287))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H9,B2:B9=\"fountain city\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>287))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What's the previous conference of Fountain City with a size more than 287?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"fountain city\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"8",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"287"
]
}
] | train_2-18973139-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"School",
"Location",
"Mascot",
"Size",
"IHSAA Class",
"# / County",
"Year Joined",
"Previous Conference"
],
[
"2",
"Cambridge City Lincoln",
"Cambridge City",
"Golden Eagles",
"367",
"AA",
"89 Wayne",
"1965",
"none (new school)"
],
[
"3",
"Centerville",
"Centerville",
"Bulldogs",
"530",
"AA",
"89 Wayne",
"1962",
"East Central"
],
[
"4",
"Hagerstown",
"Hagerstown",
"Tigers",
"401",
"AA",
"89 Wayne",
"1966",
"Mississinewa Valley"
],
[
"5",
"Northeastern",
"Fountain City",
"Knights",
"379",
"AA",
"89 Wayne",
"1974",
"Mid-Eastern"
],
[
"6",
"Tri",
"Straughn",
"Titans",
"274",
"A",
"33 Henry",
"1989",
"Big Blue River"
],
[
"7",
"Union City Community",
"Union City",
"Indians",
"287",
"A",
"68 Randolph",
"1962",
"East Central"
],
[
"8",
"Union County",
"Liberty",
"Patriots",
"535",
"AA",
"81 Union",
"1973",
"none (new school)"
],
[
"9",
"Winchester Community",
"Winchester",
"Golden Falcons",
"494",
"AA",
"68 Randolph",
"1972",
"Mississinewa Valley"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"68-71=139\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"68-71=139\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player with a score of 68-71=139?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"68-71=139\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"70-69=139\")*(B1=\"jerry pate\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(D2:D16=\"70-69=139\")*(B2:B16=\"jerry pate\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par of player jerry pate, who has a 70-69=139 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"70-69=139\"",
"*",
"B1",
"=",
"\"jerry pate\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t9\")*(D1=\"72-67=139\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(A2:A16=\"t9\")*(D2:D16=\"72-67=139\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par of the player with a t9 place and a score of 72-67=139?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t9\"",
"*",
"D1",
"=",
"\"72-67=139\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-69=138\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"69-69=138\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the place of the player witha 69-69=138 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"69-69=138\"",
"1"
]
}
] | train_2-17231331-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"George Burns",
"United States",
"69-66=135",
"–5"
],
[
"3",
"2",
"David Graham",
"Australia",
"68-68=136",
"–4"
],
[
"4",
"T3",
"Jack Nicklaus",
"United States",
"69-68=137",
"–3"
],
[
"5",
"T3",
"Tommy Valentine",
"United States",
"69-68=137",
"–3"
],
[
"6",
"T5",
"John Cook",
"United States",
"68-70=138",
"–2"
],
[
"7",
"T5",
"Billy Kratzert",
"United States",
"69-69=138",
"–2"
],
[
"8",
"T5",
"Greg Norman",
"Australia",
"71-67=138",
"–2"
],
[
"9",
"T5",
"Bill Rogers",
"United States",
"70-68=138",
"–2"
],
[
"10",
"T9",
"Jerry Pate",
"United States",
"70-69=139",
"–1"
],
[
"11",
"T9",
"Jack Renner",
"United States",
"68-71=139",
"–1"
],
[
"12",
"T9",
"John Schroeder",
"United States",
"71-68=139",
"–1"
],
[
"13",
"T9",
"Scott Simpson",
"United States",
"72-67=139",
"–1"
],
[
"14",
"T9",
"Jim Thorpe",
"United States",
"66-73=139",
"–1"
],
[
"15",
"T9",
"Lanny Wadkins",
"United States",
"71-68=139",
"–1"
],
[
"16",
"T9",
"Tom Watson",
"United States",
"70-69=139",
"–1"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (H1=0)*(G1=4)*(F1<56.1)*(C1>14)))",
"Formula2": "SUM(FILTER(E2:E14, (H2:H14=0)*(G2:G14=4)*(F2:F14<56.1)*(C2:C14>14)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the high score for the player with 0 stumps, 4 catches, more than 14 inns and an average smaller than 56.1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"H1",
"=",
"0",
"*",
"G1",
"=",
"4",
"*",
"F1",
"<",
"56.1",
"*",
"C1",
">",
"14"
]
},
{
"Formula": "SUM(FILTER(D1, C1<9))",
"Formula2": "SUM(FILTER(D2:D14, C2:C14<9))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of runs for the player with fewer than 9 Inns?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"<",
"9"
]
},
{
"Formula": "MIN(FILTER(F1, (B1=13)*(G1<7)))",
"Formula2": "MIN(FILTER(F2:F14, (B2:B14=13)*(G2:G14<7)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest average for the player with 13 matches and fewer than 7 catches?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"B1",
"=",
"13",
"*",
"G1",
"<",
"7"
]
}
] | train_2-10621256-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Matches",
"Inns",
"Runs",
"High Score",
"Average",
"Catches",
"Stump"
],
[
"2",
"H J H Marshall",
"11",
"21",
"1218",
"168",
"60.9",
"6",
"0"
],
[
"3",
"I J Harvey",
"9",
"15",
"561",
"114",
"56.1",
"4",
"0"
],
[
"4",
"A P R Gidman",
"16",
"31",
"1244",
"120",
"49.76",
"2",
"0"
],
[
"5",
"C M Spearman",
"16",
"31",
"1370",
"192",
"44.19",
"18",
"0"
],
[
"6",
"Kadeer Ali",
"11",
"22",
"834",
"145",
"39.71",
"6",
"0"
],
[
"7",
"W P C Weston",
"13",
"24",
"911",
"130",
"39.6",
"7",
"0"
],
[
"8",
"M A Hardinges",
"11",
"15",
"444",
"107",
"34.15",
"0",
"0"
],
[
"9",
"S J Adshead",
"16",
"28",
"687",
"79",
"29.86",
"47",
"2"
],
[
"10",
"C G Taylor",
"14",
"27",
"705",
"121",
"26.11",
"12",
"0"
],
[
"11",
"J Lewis",
"11",
"14",
"242",
"57",
"20.16",
"4",
"0"
],
[
"12",
"M G N Windows",
"5",
"9",
"127",
"48",
"15.87",
"2",
"0"
],
[
"13",
"M C J Ball",
"10",
"15",
"215",
"58",
"15.35",
"16",
"0"
],
[
"14",
"S P Kirby",
"15",
"22",
"106",
"19",
"9.63",
"3",
"0"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, (A1=\"Runner-up\")*(C1=\"US Open\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B15, (A2:A15=\"Runner-up\")*(C2:C15=\"US Open\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the total number of years where runner-up and championship is us open",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"\"Runner-up\"",
"*",
"C1",
"=",
"\"US Open\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"Runner-up\")*(C1=\"US Open\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(A2:A15=\"Runner-up\")*(C2:C15=\"US Open\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the surfaace where outcome is runner-up and championship is us open",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Runner-up\"",
"*",
"C1",
"=",
"\"US Open\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Mark Woodforde Martina Navratilova\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,F2:F15=\"Mark Woodforde Martina Navratilova\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the partner for mark woodforde martina navratilova",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Mark Woodforde Martina Navratilova\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Rick Leach Zina Garrison\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,F2:F15=\"Rick Leach Zina Garrison\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score for rick leach zina garrison",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Rick Leach Zina Garrison\"",
"7"
]
}
] | train_1-1547951-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Winner",
"1990",
"US Open",
"Hard",
"Elizabeth Sayers Smylie",
"Jim Pugh Natasha Zvereva",
"6–4, 6–2"
],
[
"3",
"Runner-up",
"1992",
"Australian Open",
"Hard",
"Arantxa Sánchez Vicario",
"Mark Woodforde Nicole Provis",
"3–6, 6–4, 9–11"
],
[
"4",
"Winner",
"1992",
"French Open",
"Clay",
"Arantxa Sánchez Vicario",
"Bryan Shelton Lori McNeil",
"6–2, 6–3"
],
[
"5",
"Winner",
"1993",
"Australian Open",
"Hard",
"Arantxa Sánchez Vicario",
"Rick Leach Zina Garrison",
"7–5, 6–4"
],
[
"6",
"Winner",
"1993",
"US Open",
"Hard",
"Helena Suková",
"Mark Woodforde Martina Navratilova",
"6–3, 7–6"
],
[
"7",
"Runner-up",
"1994",
"Australian Open",
"Hard",
"Helena Suková",
"Andrei Olhovskiy Larisa Savchenko Neiland",
"5–7, 7–6 (9–7) , 2–6"
],
[
"8",
"Winner",
"1994",
"Wimbledon",
"Grass",
"Helena Suková",
"T. J. Middleton Lori McNeil",
"3–6, 7–5, 6–3"
],
[
"9",
"Runner-up",
"1994",
"US Open",
"Hard",
"Jana Novotná",
"Patrick Galbraith Elna Reinach",
"2–6, 4–6"
],
[
"10",
"Winner",
"1995",
"French Open",
"Clay",
"Larisa Savchenko",
"John-Laffnie de Jager Jill Hetherington",
"7–6 (10–8) , 7–6 (7–4)"
],
[
"11",
"Runner-up",
"2000",
"Australian Open",
"Hard",
"Arantxa Sánchez Vicario",
"Jared Palmer Rennae Stubbs",
"5–7, 6–7 (3–7)"
],
[
"12",
"Runner-up",
"2000",
"French Open",
"Clay",
"Rennae Stubbs",
"David Adams Mariaan de Swardt",
"3–6, 6–3, 3–6"
],
[
"13",
"Winner",
"2001",
"US Open",
"Hard",
"Rennae Stubbs",
"Leander Paes Lisa Raymond",
"6–4, 5–7, 7–6"
],
[
"14",
"Runner-up",
"2003",
"Australian Open",
"Hard",
"Eleni Daniilidou",
"Leander Paes Martina Navrátilová",
"4–6, 5–7"
],
[
"15",
"Runner-up",
"2004",
"Wimbledon",
"Grass",
"Alicia Molik",
"Wayne Black Cara Black",
"6–3, 6–7, 4–6"
]
] |
[
{
"Formula": "AVERAGE(FILTER(B1, E1<2))",
"Formula2": "AVERAGE(FILTER(B2:B15, E2:E15<2))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "If the Ovrs is less than 2, what's the average in Wkts?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"E1",
"<",
"2"
]
},
{
"Formula": "MAX(FILTER(B1, (E1<28.5)*(A1=\"adam voges\")))",
"Formula2": "MAX(FILTER(B2:B15, (E2:E15<28.5)*(A2:A15=\"adam voges\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "If Adam Voges had less than 28.5 Ovrs, what are his highest Wkts?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
"<",
"28.5",
"*",
"A1",
"=",
"\"adam voges\""
]
}
] | train_2-13136868-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Wkts",
"Runs",
"Econ",
"Ovrs"
],
[
"2",
"Stuart Clark",
"12",
"177",
"6.32",
"28.0"
],
[
"3",
"Brett Lee",
"11",
"236",
"6.90",
"34.1"
],
[
"4",
"Nathan Bracken",
"11",
"180",
"6.24",
"28.5"
],
[
"5",
"Mitchell Johnson",
"10",
"172",
"6.37",
"27.0"
],
[
"6",
"Ashley Noffke",
"4",
"41",
"5.46",
"7.3"
],
[
"7",
"Michael Clarke",
"3",
"86",
"9.55",
"9.0"
],
[
"8",
"Adam Voges",
"2",
"5",
"2.50",
"2.0"
],
[
"9",
"Shaun Tait",
"2",
"22",
"5.50",
"4.0"
],
[
"10",
"James Hopes",
"1",
"10",
"3.33",
"3.0"
],
[
"11",
"David Hussey",
"1",
"12",
"4.00",
"3.0"
],
[
"12",
"Shane Watson",
"1",
"19",
"5.70",
"3.2"
],
[
"13",
"Ben Hilfenhaus",
"1",
"28",
"7.00",
"4.0"
],
[
"14",
"Andrew Symonds",
"1",
"180",
"10.69",
"16.5"
],
[
"15",
"Brad Hodge",
"0",
"20",
"10.00",
"2.0"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"hawthorn\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"hawthorn\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games feature hawthorn as the away squad?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"hawthorn\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.14 (68)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.14 (68)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team's score when the away team scores 9.14 (68)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.14 (68)\"",
"2"
]
}
] | test_2-10774891-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"17.17 (119)",
"St Kilda",
"13.12 (90)",
"MCG",
"35,682",
"18 May 1957"
],
[
"3",
"Geelong",
"9.10 (64)",
"Hawthorn",
"3.19 (37)",
"Kardinia Park",
"18,000",
"18 May 1957"
],
[
"4",
"Collingwood",
"12.12 (84)",
"Fitzroy",
"13.4 (82)",
"Victoria Park",
"29,783",
"18 May 1957"
],
[
"5",
"Carlton",
"16.22 (118)",
"Richmond",
"13.16 (94)",
"Princes Park",
"28,936",
"18 May 1957"
],
[
"6",
"North Melbourne",
"9.16 (70)",
"Footscray",
"9.14 (68)",
"Arden Street Oval",
"19,000",
"18 May 1957"
],
[
"7",
"South Melbourne",
"7.16 (58)",
"Essendon",
"14.16 (100)",
"Lake Oval",
"27,500",
"18 May 1957"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"south carolina 3\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1878))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,A2:A6=\"south carolina 3\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1878))",
"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 Party has a First elected smaller than 1878, and a District of south carolina 3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"south carolina 3\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"1878"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"south carolina 3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1876))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,A2:A6=\"south carolina 3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=1876))",
"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 Result has a First elected of 1876, and a District of south carolina 3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"south carolina 3\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1876"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"john s. richardson\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>1876))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,B2:B6=\"john s. richardson\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>1876))",
"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 Result has a First elected larger than 1876, and an Incumbent of john s. richardson?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"john s. richardson\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1876"
]
}
] | train_2-1431558-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result"
],
[
"2",
"South Carolina 1",
"John S. Richardson",
"Democratic",
"1878",
"Re-elected"
],
[
"3",
"South Carolina 2",
"Michael P. O'Connor",
"Democratic",
"1878",
"Re-elected"
],
[
"4",
"South Carolina 3",
"D. Wyatt Aiken",
"Democratic",
"1876",
"Re-elected"
],
[
"5",
"South Carolina 4",
"John H. Evins",
"Democratic",
"1876",
"Re-elected"
],
[
"6",
"South Carolina 5",
"George D. Tillman",
"Democratic",
"1878",
"Re-elected"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1,F1<1))",
"Formula2": "AVERAGE(FILTER(E2:E17,F2:F17<1))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the average bronze for total less than 1",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"F1",
"<",
"1"
]
}
] | dev_2-1006029-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"England",
"52",
"43",
"49",
"144"
],
[
"3",
"2",
"Canada",
"51",
"34",
"31",
"116"
],
[
"4",
"3",
"Australia",
"40",
"46",
"35",
"121"
],
[
"5",
"4",
"New Zealand",
"8",
"16",
"14",
"38"
],
[
"6",
"5",
"Wales",
"6",
"5",
"12",
"23"
],
[
"7",
"6",
"Scotland",
"3",
"12",
"18",
"33"
],
[
"8",
"7",
"Northern Ireland",
"2",
"4",
"9",
"15"
],
[
"9",
"8",
"Isle of Man",
"1",
"0",
"0",
"1"
],
[
"10",
"9",
"Guernsey",
"0",
"2",
"0",
"2"
],
[
"11",
"10",
"Swaziland",
"0",
"1",
"0",
"1"
],
[
"12",
"11",
"Hong Kong",
"0",
"0",
"3",
"3"
],
[
"13",
"12",
"Malawi",
"0",
"0",
"2",
"2"
],
[
"14",
"13",
"Botswana",
"0",
"0",
"1",
"1"
],
[
"15",
"13",
"Jersey",
"0",
"0",
"1",
"1"
],
[
"16",
"13",
"Singapore",
"0",
"0",
"1",
"1"
],
[
"17",
"Total",
"Total",
"163",
"163",
"176",
"502"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 3\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"december 3\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the score for december 3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"december 3\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 3\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"december 3\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the record for december 3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"december 3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dallas\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"dallas\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the record for dallas visitor",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"dallas\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 5\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"december 5\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score for december 5",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"december 5\"",
"3"
]
}
] | train_2-11945691-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"December 1",
"Colorado",
"3 – 5",
"NY Rangers",
"15–6–4"
],
[
"3",
"December 3",
"Dallas",
"7 – 6",
"Colorado",
"15–7–4"
],
[
"4",
"December 5",
"San Jose",
"2 – 12",
"Colorado",
"16–7–4"
],
[
"5",
"December 7",
"Edmonton",
"5 – 3",
"Colorado",
"16–8–4"
],
[
"6",
"December 9",
"Colorado",
"7 – 3",
"Ottawa",
"17–8–4"
],
[
"7",
"December 11",
"Colorado",
"5 – 1",
"Toronto",
"18–8–4"
],
[
"8",
"December 13",
"Colorado",
"3 – 4",
"Buffalo",
"18–9–4"
],
[
"9",
"December 15",
"Colorado",
"2 – 4",
"Hartford",
"18–10–4"
],
[
"10",
"December 18",
"Vancouver",
"4 – 2",
"Colorado",
"18–11–4"
],
[
"11",
"December 20",
"Colorado",
"4 – 1",
"Edmonton",
"19–11–4"
],
[
"12",
"December 22",
"St. Louis",
"1 – 2",
"Colorado",
"20–11–4"
],
[
"13",
"December 23",
"Colorado",
"2 – 2",
"Los Angeles",
"20–11–5"
],
[
"14",
"December 26",
"Colorado",
"5 – 1",
"San Jose",
"21–11–5"
],
[
"15",
"December 29",
"Toronto",
"2 – 3",
"Colorado",
"22–11–5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"december 14, 2003\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"december 14, 2003\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the kickoff time for the December 14, 2003 game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"december 14, 2003\"",
"5"
]
}
] | test_2-18776687-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Kickoff Time",
"Attendance"
],
[
"2",
"1",
"September 7, 2003",
"St. Louis Rams",
"W 23–13",
"FOX 1:00pm",
"78,666"
],
[
"3",
"2",
"September 15, 2003",
"Dallas Cowboys",
"L 35–32 (OT)",
"ABC 9:00pm",
"78,907"
],
[
"4",
"3",
"September 21, 2003",
"at Washington Redskins",
"W 24–21",
"FOX 4:00pm",
"84,856"
],
[
"5",
"4",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"6",
"5",
"October 5, 2003",
"Miami Dolphins",
"L 23–10",
"CBS 1:00pm",
"78,863"
],
[
"7",
"6",
"October 12, 2003",
"at New England Patriots",
"L 17–6",
"FOX 1:00pm",
"68,436"
],
[
"8",
"7",
"October 19, 2003",
"Philadelphia Eagles",
"L 14–10",
"FOX 1:00pm",
"78,883"
],
[
"9",
"8",
"October 26, 2003",
"at Minnesota Vikings",
"W 29–17",
"FOX 1:00pm",
"64,114"
],
[
"10",
"9",
"November 2, 2003",
"at New York Jets",
"W 31–28 (OT)",
"FOX 1:00pm",
"78,132"
],
[
"11",
"10",
"November 9, 2003",
"Atlanta Falcons",
"L 27–7",
"FOX 1:00pm",
"78,813"
],
[
"12",
"11",
"November 16, 2003",
"at Philadelphia Eagles",
"L 28–10",
"FOX 1:00pm",
"67,867"
],
[
"13",
"12",
"November 24, 2003",
"at Tampa Bay Buccaneers",
"L 19–13",
"ABC 9:00pm",
"65,648"
],
[
"14",
"13",
"November 30, 2003",
"Buffalo Bills",
"L 24–7",
"CBS 1:00pm",
"78,481"
],
[
"15",
"14",
"December 7, 2003",
"Washington Redskins",
"L 20–7",
"FOX 1:00pm",
"78,217"
],
[
"16",
"15",
"December 14, 2003",
"at New Orleans Saints",
"L 45–7",
"ESPN 8:30pm",
"68,399"
],
[
"17",
"16",
"December 21, 2003",
"at Dallas Cowboys",
"L 19–3",
"FOX 1:00pm",
"64,118"
],
[
"18",
"17",
"December 28, 2003",
"Carolina Panthers",
"L 37–24",
"FOX 4:00pm",
"78,130"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"mckeesport\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>5136))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F14,B2:B14=\"mckeesport\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>5136))",
"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 were the casulaties on the McKeesport, which had a tonnage larger than 5,136?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"mckeesport\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5136"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"u-125\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"u-125\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the casualties of the ship sunk by u-125?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"u-125\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"5 may 1943\")*(C1=\"united kingdom\")*(F1=\"u-266\")*(D1=0)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(A2:A14=\"5 may 1943\")*(C2:C14=\"united kingdom\")*(F2:F14=\"u-266\")*(D2:D14=0)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the name of the ship sunk on 5 May 1943 from the United Kingdom sunk by an u-266 with 0 casualties?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"5 may 1943\"",
"*",
"C1",
"=",
"\"united kingdom\"",
"*",
"F1",
"=",
"\"u-266\"",
"*",
"D1",
"=",
"0",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"u-584\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>5507))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F14,F2:F14=\"u-584\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>5507))",
"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 nationality of the ship with a tonnage larger than 5,507 sunk by an u-584?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"u-584\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5507"
]
}
] | test_2-12018584-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Name",
"Nationality",
"Casualties",
"Tonnage",
"Sunk by…"
],
[
"2",
"29 April 1943",
"McKeesport",
"United States",
"1",
"6,198",
"U-258"
],
[
"3",
"4 May 1943",
"Lorient",
"United Kingdom",
"46",
"4,737",
"U-125"
],
[
"4",
"4 May 1943",
"North Britain",
"United Kingdom",
"29+",
"4,635",
"U-707"
],
[
"5",
"5 May 1943",
"Harbury",
"United Kingdom",
"7",
"5,081",
"U-628"
],
[
"6",
"5 May 1943",
"West Maximus",
"United States",
"5",
"5,561",
"U-264"
],
[
"7",
"5 May 1943",
"Harperley",
"United Kingdom",
"11",
"4,586",
"U-264"
],
[
"8",
"5 May 1943",
"Bristol City",
"United Kingdom",
"15",
"2,864",
"U-358"
],
[
"9",
"5 May 1943",
"Wentworth",
"United Kingdom",
"5",
"5,212",
"U-358"
],
[
"10",
"5 May 1943",
"Dolius",
"United Kingdom",
"4",
"5,507",
"U-638"
],
[
"11",
"5 May 1943",
"West Makadet",
"United States",
"0",
"5,565",
"U-584"
],
[
"12",
"5 May 1943",
"Selvistan",
"United Kingdom",
"6",
"5,136",
"U-266"
],
[
"13",
"5 May 1943",
"Gharinda",
"United Kingdom",
"0",
"5,306",
"U-266"
],
[
"14",
"5 May 1943",
"Bonde",
"Norway",
"5",
"1,570",
"U-266"
]
] |
[
{
"Formula": "MIN(FILTER(A1,B1=\"Tony Bettenhausen 200\"))",
"Formula2": "MIN(FILTER(A2:A11,B2:B11=\"Tony Bettenhausen 200\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The race tony bettenhausen 200 has what smallest rd?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"Tony Bettenhausen 200\""
]
},
{
"Formula": "FILTER(F1,B1=\"Los Angeles Times 500\")",
"Formula2": "FILTER(F2:F11,B2:B11=\"Los Angeles Times 500\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The winning team of the race, los angeles times 500 is who?",
"Tokens": [
"FILTER(",
"F1",
"B1",
"=",
"\"Los Angeles Times 500\""
]
},
{
"Formula": "ROWS(FILTER(E1,B1=\"Kraco Twin 125 (R2)\"))",
"Formula2": "ROWS(FILTER(E2:E11,B2:B11=\"Kraco Twin 125 (R2)\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many winning drivers in the kraco twin 125 (r2) race were there?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"B1",
"=",
"\"Kraco Twin 125 (R2)\""
]
},
{
"Formula": "FILTER(B1,E1=\"Johnny Rutherford\")",
"Formula2": "FILTER(B2:B11,E2:E11=\"Johnny Rutherford\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the races that johnny rutherford has won?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"Johnny Rutherford\""
]
},
{
"Formula": "ROWS(FILTER(D1,A1=10))",
"Formula2": "ROWS(FILTER(D2:D11,A2:A11=10))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many fastest laps were there for a rd that equals 10?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"A1",
"=",
"10"
]
}
] | dev_1-10706879-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rd",
"Name",
"Pole Position",
"Fastest Lap",
"Winning driver",
"Winning team",
"Report"
],
[
"2",
"1",
"Kraco Car Stereo 200",
"Bobby Unser",
"Unknown",
"Johnny Rutherford",
"Chaparral",
"Report"
],
[
"3",
"2",
"Gould-Rex Mays 150",
"Gordon Johncock",
"Unknown",
"Mike Mosley",
"All American Racers",
"Report"
],
[
"4",
"3",
"Kraco Twin 125 (R1)",
"Johnny Rutherford",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
],
[
"5",
"4",
"Kraco Twin 125 (R2)",
"Rick Mears",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
],
[
"6",
"5",
"Norton Michigan 500",
"Tom Sneva",
"Unknown",
"Pancho Carter",
"Alex Foods",
"Report"
],
[
"7",
"6",
"Los Angeles Times 500",
"Geoff Brabham",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
],
[
"8",
"7",
"Tony Bettenhausen 200",
"Johnny Rutherford",
"Unknown",
"Tom Sneva",
"Bignotti-Cotter",
"Report"
],
[
"9",
"8",
"Detroit News Grand Prix",
"Rick Mears",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
],
[
"10",
"9",
"Watkins Glen 200",
"Mario Andretti",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
],
[
"11",
"10",
"II Copa Mexico 150",
"Bobby Unser",
"Unknown",
"Rick Mears",
"Penske Racing",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Tennessee 9\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Tennessee 9\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the candidate in the election in the Tennessee 9 district? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Tennessee 9\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Tennessee 3\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Tennessee 3\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the Tennessee 3 district incumbent first elected? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Tennessee 3\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Harold Earthman\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Harold Earthman\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district was Harold Earthman the incumbent in? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Harold Earthman\"",
"1"
]
}
] | test_1-1342233-42 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Tennessee 1",
"B. Carroll Reece",
"Republican",
"1932",
"Retired Republican hold",
"Dayton E. Phillips (R) Unopposed"
],
[
"3",
"Tennessee 3",
"Estes Kefauver",
"Democratic",
"1939",
"Re-elected",
"Estes Kefauver (D) 90.8% George Bagwell (I) 9.2%"
],
[
"4",
"Tennessee 4",
"Albert Gore, Sr.",
"Democratic",
"1938",
"Re-elected",
"Albert Gore, Sr. (D) 67.5% H. E. McLean (R) 32.5%"
],
[
"5",
"Tennessee 5",
"Harold Earthman",
"Democratic",
"1944",
"Lost renomination Democratic hold",
"Joe L. Evins (D) Unopposed"
],
[
"6",
"Tennessee 6",
"Percy Priest",
"Democratic",
"1940",
"Re-elected",
"Percy Priest (D) 77.1% Will T. Perry (R) 22.9%"
],
[
"7",
"Tennessee 7",
"W. Wirt Courtney",
"Democratic",
"1939",
"Re-elected",
"W. Wirt Courtney (D) Unopposed"
],
[
"8",
"Tennessee 8",
"Tom J. Murray",
"Democratic",
"1942",
"Re-elected",
"Tom J. Murray (D) Unopposed"
],
[
"9",
"Tennessee 9",
"Jere Cooper",
"Democratic",
"1928",
"Re-elected",
"Jere Cooper (D) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team score when the away team is Collingwood?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"2"
]
},
{
"Formula": "SUMIFS(F1,C1,\"geelong\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"geelong\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the crowd size when Geelong is the away team?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"geelong\""
]
},
{
"Formula": "MAXIFS(F1,C1,\"geelong\")",
"Formula2": "MAXIFS(F2:F7,C2:C7,\"geelong\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest crowd population when the away team is Geelong?",
"Tokens": [
"MAXIFS(",
"F1",
"C1",
"\"geelong\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team plays at Arden Street Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"arden street oval\"",
"3"
]
}
] | test_2-10746808-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"4.9 (33)",
"St Kilda",
"5.17 (47)",
"Arden Street Oval",
"5,000",
"26 June 1926"
],
[
"3",
"Footscray",
"8.8 (56)",
"Richmond",
"9.13 (67)",
"Western Oval",
"14,000",
"26 June 1926"
],
[
"4",
"Fitzroy",
"10.9 (69)",
"Geelong",
"12.12 (84)",
"Brunswick Street Oval",
"12,000",
"26 June 1926"
],
[
"5",
"Carlton",
"10.10 (70)",
"Collingwood",
"6.13 (49)",
"Princes Park",
"30,000",
"26 June 1926"
],
[
"6",
"Melbourne",
"21.28 (154)",
"Hawthorn",
"1.7 (13)",
"MCG",
"7,514",
"26 June 1926"
],
[
"7",
"South Melbourne",
"9.15 (69)",
"Essendon",
"8.9 (57)",
"Lake Oval",
"18,000",
"26 June 1926"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=285))",
"Formula2": "LET(query1,SUMMARIZE(F2:F12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=285))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the finish for the golfer with a total of 285?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"285"
]
},
{
"Formula": "SUM(FILTER(D1, C1=1987))",
"Formula2": "SUM(FILTER(D2:D12, C2:C12=1987))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the total for the golfer who had a year won of 1987?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"1987"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=2),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=2),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the finish for the golfer with a To par of +2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"2",
"6"
]
},
{
"Formula": "SUM(FILTER(D1, (E1=10)*(C1=1971)))",
"Formula2": "SUM(FILTER(D2:D12, (E2:E12=10)*(C2:C12=1971)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the total for the golfer who had a To par of +10 and year won of 1971?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"10",
"*",
"C1",
"=",
"1971"
]
}
] | train_2-16514242-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Ben Crenshaw",
"United States",
"1984",
"284",
"–4",
"T3"
],
[
"3",
"Seve Ballesteros",
"Spain",
"1980 , 1983",
"285",
"–3",
"T5"
],
[
"4",
"Tom Watson",
"United States",
"1977 , 1981",
"290",
"+2",
"T14"
],
[
"5",
"Jack Nicklaus",
"United States",
"1963 , 1965 , 1966 , 1984 , 1975 , 1986",
"291",
"+3",
"18"
],
[
"6",
"Bernhard Langer",
"West Germany",
"1985",
"293",
"+5",
"T26"
],
[
"7",
"Larry Mize",
"United States",
"1987",
"293",
"+5",
"T26"
],
[
"8",
"Fuzzy Zoeller",
"United States",
"1979",
"293",
"+5",
"T26"
],
[
"9",
"Tommy Aaron",
"United States",
"1973",
"298",
"+10",
"T38"
],
[
"10",
"Charles Coody",
"United States",
"1971",
"298",
"+10",
"T38"
],
[
"11",
"Raymond Floyd",
"United States",
"1976",
"298",
"+10",
"T38"
],
[
"12",
"George Archer",
"United States",
"1969",
"298",
"+12",
"T43"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.