t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "MIN(FILTER(A1, (C1=\"germany\")*(B1=\"mario kiessling\")))",
"Formula2": "MIN(FILTER(A2:A16, (C2:C16=\"germany\")*(B2:B16=\"mario kiessling\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest position of pilot mario kiessling from Germany?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
"=",
"\"germany\"",
"*",
"B1",
"=",
"\"mario kiessling\""
]
},
{
"Formula": "AVERAGE(FILTER(A1, (E1<11)*(B1=\"petr krejcirik\")))",
"Formula2": "AVERAGE(FILTER(A2:A16, (E2:E16<11)*(B2:B16=\"petr krejcirik\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average position of pilot petr krejcirik, who has less than 11 points?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"<",
"11",
"*",
"B1",
"=",
"\"petr krejcirik\""
]
}
] | train_2-17277703-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Position",
"Pilot",
"Country",
"Glider",
"Points"
],
[
"2",
"1",
"Sebastian Kawa",
"Poland",
"Diana Sailplanes - Diana 2",
"69"
],
[
"3",
"2",
"Carlos Rocca Vidal",
"Chile",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2b",
"55"
],
[
"4",
"3",
"Mario Kiessling",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"47"
],
[
"5",
"4",
"Uli Schwenk",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"40"
],
[
"6",
"5",
"Thomas Gostner",
"Italy",
"Diana Sailplanes - Diana 2",
"43"
],
[
"7",
"6",
"Tilo Holighaus",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"24"
],
[
"8",
"7",
"Wolfgang Janowitsch",
"Austria",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2cxa",
"15"
],
[
"9",
"8",
"Rene Vidal",
"Chile",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2c",
"14"
],
[
"10",
"8",
"Stanislaw Wujczak",
"Poland",
"Alexander Schleicher GmbH & Co - ASG 29",
"14"
],
[
"11",
"10",
"Eduard Supersperger",
"Austria",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2b",
"12"
],
[
"12",
"11",
"Heimo Demmerer",
"Austria",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2b",
"11"
],
[
"13",
"12",
"Patrick Puskeiler",
"Germany",
"Schempp-Hirth Flugzeugbau GmbH - Discus 2ax",
"8"
],
[
"14",
"13",
"Petr Krejcirik",
"Czech Republic",
"Schempp-Hirth Flugzeugbau GmbH - Ventus 2ax",
"4"
],
[
"15",
"13",
"Graham Parker",
"Australia",
"Alexander Schleicher GmbH & Co - ASG 29",
"4"
],
[
"16",
"15",
"Olli Teronen",
"Finland",
"Alexander Schleicher GmbH & Co - ASG 29",
"2"
]
] |
[
{
"Formula": "MAX(FILTER(E1, (A1=\"g\")*(B1>0.15)))",
"Formula2": "MAX(FILTER(E2:E9, (A2:A9=\"g\")*(B2:B9>0.15)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest value for N, Golosov, when Constellation is G, and when Largest Component, Fractional Share is greater than 0.15?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
"=",
"\"g\"",
"*",
"B1",
">",
"0.15"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=0.35000000000000003)*(A1=\"e\")))",
"Formula2": "SUM(FILTER(D2:D9, (B2:B9=0.35000000000000003)*(A2:A9=\"e\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the values for N, Laakso-Taagepera, when Largest Component, Fractional Share is 0.35000000000000003, and when Constellation is E?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"0.35000000000000003",
"*",
"A1",
"=",
"\"e\""
]
},
{
"Formula": "SUM(FILTER(B1, (A1=\"e\")*(E1>2.9)))",
"Formula2": "SUM(FILTER(B2:B9, (A2:A9=\"e\")*(E2:E9>2.9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the values for Largest Component, Fractional Share, when Constellation is E, and when N, Golosov is greater than 2.9?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"=",
"\"e\"",
"*",
"E1",
">",
"2.9"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (D1=1.98)*(E1>1.82)))",
"Formula2": "AVERAGE(FILTER(B2:B9, (D2:D9=1.98)*(E2:E9>1.82)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Largest Component, Fractional Share, when N, Laakso-Taagepera is 1.98, and when N, Golosov is greater than 1.82?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"=",
"1.98",
"*",
"E1",
">",
"1.82"
]
},
{
"Formula": "MIN(FILTER(E1, D1>10.64))",
"Formula2": "MIN(FILTER(E2:E9, D2:D9>10.64))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest value for N, Golosov, when N, Laakso-Taagepera is greater than 10.64?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
">",
"10.64"
]
}
] | train_2-16200313-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constellation",
"Largest component, fractional share",
"Other components, fractional shares",
"N, Laakso-Taagepera",
"N, Golosov"
],
[
"2",
"A",
"0.75",
"0.25",
"1.60",
"1.33"
],
[
"3",
"B",
"0.75",
"0.1, 15 at 0.01",
"1.74",
"1.42"
],
[
"4",
"C",
"0.55",
"0.45",
"1.98",
"1.82"
],
[
"5",
"D",
"0.55",
"3 at 0.1, 15 at 0.01",
"2.99",
"2.24"
],
[
"6",
"E",
"0.35",
"0.35, 0.3",
"2.99",
"2.90"
],
[
"7",
"F",
"0.35",
"5 at 0.1, 15 at 0.01",
"5.75",
"4.49"
],
[
"8",
"G",
"0.15",
"5 at 0.15, 0.1",
"6.90",
"6.89"
],
[
"9",
"H",
"0.15",
"7 at 0.1, 15 at 0.01",
"10.64",
"11.85"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"4 years\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,E2:E11=\"4 years\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the deceased spouse who was married for 4 years?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"4 years\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Benjamin Harrison\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"Benjamin Harrison\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the children of Benjamin Harrison?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Benjamin Harrison\"",
"6"
]
}
] | train_1-24143253-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Deceased Spouse",
"Cause of Death",
"Date of Spouses Death",
"Length of Marriage",
"Children Together",
"Current Marital Status"
],
[
"2",
"Chester A. Arthur",
"Ellen Lewis Herndon Arthur",
"Pneumonia",
"January 12, 1880 (aged42)",
"21 years",
"1 Daughter (Ellen) 2 Sons (William, Chester II)",
"Deceased (1886)"
],
[
"3",
"Millard Fillmore",
"Abigail Fillmore",
"Pneumonia",
"March 30, 1853 (aged55)",
"27 years",
"1 Daughter ( Mary ) 1 Son ( Millard )",
"Deceased (1874)"
],
[
"4",
"Benjamin Harrison",
"Caroline Harrison",
"Tuberculosis",
"October 25, 1892 (aged60)",
"39 years",
"2 Daughters ( Mary , unnamed) 1 Son ( Russell )",
"Deceased (1901)"
],
[
"5",
"Herbert Hoover",
"Lou Henry Hoover",
"Heart Attack",
"January 7, 1944 (aged69)",
"45 years",
"2 Sons ( Herbert Jr. , Allan)",
"Deceased (1964)"
],
[
"6",
"Andrew Jackson",
"Rachel Jackson",
"Heart Attack",
"December 22, 1828 (aged61)",
"34 years",
"2 Sons (Andrew Jr. adopted, Lyncoya adopted)",
"Deceased (1845)"
],
[
"7",
"James Monroe",
"Elizabeth Monroe",
"Several Long Illnesses",
"September 23, 1830 (aged62)",
"44 years",
"2 Daughters (Eliza, Maria) 1 Son (James)",
"Deceased (1831)"
],
[
"8",
"Richard Nixon",
"Pat Nixon",
"Lung Cancer",
"June 22, 1993 (aged81)",
"53 years",
"2 Daughters ( Patricia , Julie )",
"Deceased (1994)"
],
[
"9",
"Franklin Pierce",
"Jane Pierce",
"Tuberculosis",
"December 2, 1863 (aged57)",
"29 years",
"3 Sons (Franklin Jr., Frank, Benjamin )",
"Deceased (1869)"
],
[
"10",
"Theodore Roosevelt",
"Alice Roosevelt",
"Bright's Disease",
"February 14, 1884 (aged22)",
"4 years",
"1 Daughter ( Alice )",
"Deceased (1919)"
],
[
"11",
"Martin Van Buren",
"Hannah Van Buren",
"Tuberculosis",
"February 5, 1819 (aged35)",
"12 years",
"4 Sons ( Abraham , John , Martin, Smith)",
"Deceased (1862)"
]
] |
[
{
"Formula": "MAX(FILTER(D1, (E1=\"$38,916\")*(C1>6)))",
"Formula2": "MAX(FILTER(D2:D7, (E2:E7=\"$38,916\")*(C2:C7>6)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest rank of the day with a gross of $38,916 and more than 6 screens?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"E1",
"=",
"\"$38,916\"",
"*",
"C1",
">",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"united kingdom\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"united kingdom\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the gross in the United Kingdom?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"united kingdom\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Formula2": "LET(query1,SUMMARIZE(B2:B7,SUMX(C2:C7)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the territory with 17 screens?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"17"
]
}
] | train_2-14674285-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Territory",
"Screens",
"Rank",
"Gross"
],
[
"2",
"October20,2006",
"Turkey",
"378",
"1",
"$1,462,608"
],
[
"3",
"October25,2006",
"Belgium",
"6",
"19",
"$38,916"
],
[
"4",
"October26,2006",
"Germany",
"52",
"12",
"$198,149"
],
[
"5",
"October26,2006",
"Austria",
"4",
"13",
"$41,780"
],
[
"6",
"October26,2006",
"Netherlands",
"17",
"14",
"$53,749"
],
[
"7",
"October27,2006",
"United Kingdom",
"4",
"24",
"$34,704"
]
] |
[
{
"Formula": "FILTER(D1,B1=\"April 1\")",
"Formula2": "FILTER(D2:D8,B2:B8=\"April 1\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the team's score on April 1?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"April 1\""
]
},
{
"Formula": "FILTER(G1,F1=\"Matt Barnes (11)\")",
"Formula2": "FILTER(G2:G8,F2:F8=\"Matt Barnes (11)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who did the most assists when Matt Barnes (11) got the most rebounds?",
"Tokens": [
"FILTER(",
"G1",
"F1",
"=",
"\"Matt Barnes (11)\""
]
},
{
"Formula": "ROWS(FILTER(C1,E1=\"Steve Nash (24)\"))",
"Formula2": "ROWS(FILTER(C2:C8,E2:E8=\"Steve Nash (24)\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Steve Nash (24) got high points for how many teams?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"E1",
"=",
"\"Steve Nash (24)\""
]
}
] | dev_1-17340355-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"75",
"April 1",
"Houston",
"W 114–109 (OT)",
"Steve Nash (25)",
"Shaquille O'Neal (10)",
"Steve Nash (17)",
"US Airways Center 18,422",
"41–34"
],
[
"3",
"76",
"April 3",
"Sacramento",
"W 139–111 (OT)",
"Steve Nash (29)",
"Matt Barnes (11)",
"Steve Nash (9)",
"US Airways Center 18,422",
"42–34"
],
[
"4",
"77",
"April 5",
"@ Dallas",
"L 116–140 (OT)",
"Leandro Barbosa (24)",
"Shaquille O'Neal (7)",
"Steve Nash (8)",
"American Airlines Center 20,301",
"42–35"
],
[
"5",
"78",
"April 8",
"@ New Orleans",
"W 105–100 (OT)",
"Steve Nash (24)",
"Shaquille O'Neal (11)",
"Steve Nash (13)",
"New Orleans Arena 17,781",
"43–35"
],
[
"6",
"79",
"April 10",
"@ Memphis",
"L 89–106 (OT)",
"Louis Amundson , Jason Richardson (13)",
"Louis Amundson (9)",
"Goran Dragić (7)",
"FedExForum 15,908",
"43–36"
],
[
"7",
"80",
"April 11",
"@ Minnesota",
"W 110–97 (OT)",
"Grant Hill (19)",
"Robin Lopez (11)",
"Goran Dragić (8)",
"Target Center 18,478",
"44–36"
],
[
"8",
"81",
"April 13",
"Memphis",
"W 119–110 (OT)",
"Shaquille O'Neal (19)",
"Jason Richardson , Grant Hill (8)",
"Steve Nash (12)",
"US Airways Center 18,422",
"45–36"
]
] |
[
{
"Formula": "MAX(FILTER(D1, A1=2005))",
"Formula2": "MAX(FILTER(D2:D20, A2:A20=2005))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest # Of Constituency Votes, when Election is 2005?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"A1",
"=",
"2005"
]
},
{
"Formula": "SUM(FILTER(C1, (D1<25643309)*(B1=\"masayoshi ōhira\")*(A1<1979)))",
"Formula2": "SUM(FILTER(C2:C20, (D2:D20<25643309)*(B2:B20=\"masayoshi ōhira\")*(A2:A20<1979)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of # Of Candidates, when # of Constituency Votes is less than 25,643,309, when Leader is Masayoshi Ōhira, and when Election is before 1979?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"<",
"25643309",
"*",
"B1",
"=",
"\"masayoshi ōhira\"",
"*",
"A1",
"<",
"1979"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)>25643309)*(CHOOSECOLS(query1,3)=310)))",
"Formula2": "LET(query1,SUMMARIZE(E2:E20,SUMX(D2:D20),SUMX(C2:C20)),FILTER(query1,(CHOOSECOLS(query1,2)>25643309)*(CHOOSECOLS(query1,3)=310)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the % Of Constituency Vote, when # Of Constituency Votes is greater than 25,643,309, and when # Of Candidates is 310?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"25643309",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"310"
]
},
{
"Formula": "MAX(FILTER(D1, (A1<1976)*(B1=\"eisaku satō\")*(C1<328)))",
"Formula2": "MAX(FILTER(D2:D20, (A2:A20<1976)*(B2:B20=\"eisaku satō\")*(C2:C20<328)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest # Of Constituency Votes, when Election is before 1976, when Leader is Eisaku Satō, and when # Of Candidates is less than 328?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"A1",
"<",
"1976",
"*",
"B1",
"=",
"\"eisaku satō\"",
"*",
"C1",
"<",
"328"
]
}
] | train_2-164231-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Election",
"Leader",
"# of candidates",
"# of Constituency votes",
"% of Constituency vote"
],
[
"2",
"1958",
"Nobusuke Kishi",
"413",
"23,840,170",
"59.0%"
],
[
"3",
"1960",
"Hayato Ikeda",
"399",
"22,950,404",
"58.1%"
],
[
"4",
"1963",
"Hayato Ikeda",
"359",
"22,972,892",
"56.0%"
],
[
"5",
"1967",
"Eisaku Satō",
"342",
"22,447,838",
"48.9%"
],
[
"6",
"1969",
"Eisaku Satō",
"328",
"22,381,570",
"47.6%"
],
[
"7",
"1972",
"Tanaka Kakuei",
"339",
"24,563,199",
"46.9%"
],
[
"8",
"1976",
"Takeo Miki",
"320",
"23,653,626",
"41.8%"
],
[
"9",
"1979",
"Masayoshi Ōhira",
"322",
"24,084,130",
"44.59%"
],
[
"10",
"1980",
"Masayoshi Ōhira",
"310",
"28,262,442",
"47.88%"
],
[
"11",
"1983",
"Yasuhiro Nakasone",
"339",
"25,982,785",
"45.76%"
],
[
"12",
"1986",
"Yasuhiro Nakasone",
"322",
"29,875,501",
"49.42%"
],
[
"13",
"1990",
"Toshiki Kaifu",
"338",
"30,315,417",
"46.14%"
],
[
"14",
"1993",
"Kiichi Miyazawa",
"285",
"22,999,646",
"36.62%"
],
[
"15",
"1996",
"Ryutaro Hashimoto",
"355",
"21,836,096",
"38.63%"
],
[
"16",
"2000",
"Yoshirō Mori",
"337",
"24,945,806",
"40.97%"
],
[
"17",
"2003",
"Junichiro Koizumi",
"336",
"26,089,326",
"43.85%"
],
[
"18",
"2005",
"Junichiro Koizumi",
"346",
"32,518,389",
"47.80%"
],
[
"19",
"2009",
"Tarō Asō",
"326",
"27,301,982",
"38.68%"
],
[
"20",
"2012",
"Shinzō Abe",
"337",
"25,643,309",
"43.01%"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)=2)*(CHOOSECOLS(query1,3)=3)))",
"Formula2": "LET(query1,SUMMARIZE(F2:F10,SUMX(B2:B10),SUMX(D2:D10)),FILTER(query1,(CHOOSECOLS(query1,2)=2)*(CHOOSECOLS(query1,3)=3)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What European competitions have a tier of 2 and a position of 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"3"
]
}
] | train_2-18480042-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Tier",
"League",
"Pos.",
"Turkish Cup",
"European competitions"
],
[
"2",
"2004–05",
"2",
"TB2L",
"8",
"–",
"–"
],
[
"3",
"2005–06",
"2",
"TB2L",
"7",
"–",
"–"
],
[
"4",
"2006–07",
"2",
"TB2L",
"3",
"–",
"–"
],
[
"5",
"2007–08",
"2",
"TB2L",
"1",
"–",
"–"
],
[
"6",
"2008–09",
"1",
"TBL",
"14",
"Quarterfinalist",
"–"
],
[
"7",
"2009–10",
"1",
"TBL",
"13",
"Group Stage",
"–"
],
[
"8",
"2010–11",
"1",
"TBL",
"14",
"Quarterfinalist",
"–"
],
[
"9",
"2011–12",
"1",
"TBL",
"7",
"Quarterfinalist",
"–"
],
[
"10",
"2012–13",
"1",
"TBL",
"11",
"Group Stage",
"Played EuroChallenge"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=62))",
"Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(H2:H14)),FILTER(query1,CHOOSECOLS(query1,2)=62))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the date of the game with 62 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"62"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"january 4\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,A2:A14=\"january 4\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team on January 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"january 4\"",
"4"
]
}
] | test_2-17206737-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record",
"Points"
],
[
"2",
"January 2",
"Montreal Canadiens",
"1–4",
"New Jersey Devils",
"Halak",
"17,625",
"21–10–6",
"48"
],
[
"3",
"January 4",
"Florida Panthers",
"5–6 SO",
"Montreal Canadiens",
"Halak",
"21,273",
"22–10–6",
"50"
],
[
"4",
"January 7",
"Montreal Canadiens",
"6–3",
"New York Rangers",
"Halak",
"18,200",
"23–10–6",
"52"
],
[
"5",
"January 8",
"Toronto Maple Leafs",
"2–6",
"Montreal Canadiens",
"Halak",
"21,273",
"24–10–6",
"54"
],
[
"6",
"January 10",
"Washington Capitals",
"4–5",
"Montreal Canadiens",
"Halak",
"21,273",
"25–10–6",
"56"
],
[
"7",
"January 13",
"Montreal Canadiens",
"1–3",
"Boston Bruins",
"Halak",
"17,565",
"25–11–6",
"56"
],
[
"8",
"January 15",
"Nashville Predators",
"2–3",
"Montreal Canadiens",
"Halak",
"21,273",
"26–11–6",
"58"
],
[
"9",
"January 17",
"Montreal Canadiens",
"5–4 SO",
"Ottawa Senators",
"Halak",
"20,413",
"27–11–6",
"60"
],
[
"10",
"January 20",
"Montreal Canadiens",
"2–4",
"Atlanta Thrashers",
"Halak",
"13,076",
"27–12–6",
"60"
],
[
"11",
"January 21",
"Montreal Canadiens",
"2–5",
"New Jersey Devils",
"Price",
"16,235",
"27–13–6",
"60"
],
[
"12",
"January 27",
"Montreal Canadiens",
"3–5",
"Tampa Bay Lightning",
"Price",
"15,912",
"27–14–6",
"60"
],
[
"13",
"January 29",
"Montreal Canadiens",
"1–5",
"Florida Panthers",
"Price",
"16,334",
"27–15–6",
"60"
],
[
"14",
"January 31",
"Los Angeles Kings",
"3–4",
"Montreal Canadiens",
"Price",
"21,273",
"28–15–6",
"62"
]
] |
[
{
"Formula": "FILTER(C1,(A1>56)*(D1=\"l 85–90 (ot)\"))",
"Formula2": "FILTER(C2:C14,(A2:A14>56)*(D2:D14=\"l 85–90 (ot)\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Team with a game of more than 56, and the score is l 85–90 (ot)?",
"Tokens": [
"FILTER(",
"C1",
"A1",
">",
"56",
"*",
"D1",
"=",
"\"l 85–90 (ot)\""
]
},
{
"Formula": "FILTER(I1,F1=\"antonio davis (9)\")",
"Formula2": "FILTER(I2:I14,F2:F14=\"antonio davis (9)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Record when the high rebounds was Antonio Davis (9)?",
"Tokens": [
"FILTER(",
"I1",
"F1",
"=",
"\"antonio davis (9)\""
]
}
] | dev_2-15780049-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"47",
"February 2",
"@ New Jersey",
"L 91–98 (OT)",
"Vince Carter (26)",
"Antonio Davis (12)",
"Chris Childs (5)",
"Continental Airlines Arena 20,049",
"27–20"
],
[
"3",
"48",
"February 4",
"@ Philadelphia",
"W 100–93 (OT)",
"Vince Carter (28)",
"Antonio Davis (9)",
"Vince Carter (6)",
"First Union Center 20,512",
"28–20"
],
[
"4",
"49",
"February 5",
"@ Washington",
"L 94–99 (OT)",
"Vince Carter (29)",
"Antonio Davis (8)",
"Chris Childs (11)",
"MCI Center 20,674",
"28–21"
],
[
"5",
"50",
"February 7",
"San Antonio",
"W 80–74 (OT)",
"Keon Clark (17)",
"Keon Clark , Eric Montross (12)",
"Alvin Williams (9)",
"Air Canada Centre 19,800",
"29–21"
],
[
"6",
"51",
"February 12",
"@ Cleveland",
"L 81–99 (OT)",
"Keon Clark (18)",
"Eric Montross (12)",
"Chris Childs (7)",
"Gund Arena 15,589",
"29–22"
],
[
"7",
"52",
"February 13",
"@ New York",
"L 82–89 (OT)",
"Keon Clark (26)",
"Keon Clark (15)",
"Alvin Williams (8)",
"Madison Square Garden 19,763",
"29–23"
],
[
"8",
"53",
"February 15",
"Utah",
"L 85–94 (OT)",
"Alvin Williams (26)",
"Antonio Davis (8)",
"Alvin Williams (7)",
"Air Canada Centre 19,800",
"29–24"
],
[
"9",
"54",
"February 17",
"Milwaukee",
"L 86–91 (OT)",
"Alvin Williams (24)",
"Antonio Davis (17)",
"Chris Childs (6)",
"Air Canada Centre 19,800",
"29–25"
],
[
"10",
"55",
"February 18",
"@ Detroit",
"L 76–89 (OT)",
"Antonio Davis (21)",
"Antonio Davis (14)",
"Chris Childs , Alvin Williams (5)",
"The Palace of Auburn Hills 18,491",
"29–26"
],
[
"11",
"56",
"February 20",
"Charlotte",
"L 77–78 (OT)",
"Antonio Davis (29)",
"Antonio Davis (14)",
"Alvin Williams (4)",
"Air Canada Centre 19,800",
"29–27"
],
[
"12",
"57",
"February 22",
"Detroit",
"L 72–80 (OT)",
"Antonio Davis (17)",
"Antonio Davis (13)",
"Alvin Williams (8)",
"Air Canada Centre 19,800",
"29–28"
],
[
"13",
"58",
"February 24",
"Seattle",
"L 92–101 (OT)",
"Vince Carter (28)",
"Antonio Davis (12)",
"Alvin Williams (14)",
"Air Canada Centre 19,800",
"29–29"
],
[
"14",
"59",
"February 27",
"Orlando",
"L 85–90 (OT)",
"Vince Carter (22)",
"Antonio Davis (10)",
"Alvin Williams (8)",
"Air Canada Centre 19,800",
"29–30"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"commissioner of health\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"commissioner of health\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the delegate who has previous experience as a commissioner of health born?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"commissioner of health\"",
"6"
]
}
] | train_2-12498224-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Party",
"Religion",
"Former Experience",
"Assumed Office",
"Born In"
],
[
"2",
"American Samoa",
"Democratic",
"Mormon",
"Lieutenant Governor of American Samoa",
"1989",
"1943"
],
[
"3",
"District of Columbia",
"Democratic",
"Episcopalian",
"Equal Employment Opportunity Commission",
"1991",
"1937"
],
[
"4",
"Guam",
"Democratic",
"Roman Catholic",
"Lieutenant Governor of Guam",
"2003",
"1933"
],
[
"5",
"Puerto Rico",
"New Progressive Party and Democratic",
"Roman Catholic",
"Attorney General of Puerto Rico",
"2009",
"1959"
],
[
"6",
"United States Virgin Islands",
"Democratic",
"Moravian",
"Commissioner of Health",
"1997",
"1945"
],
[
"7",
"Northern Mariana Islands",
"Democratic",
"Roman Catholic",
"Election Commission Director",
"2009",
"1955"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"rb\")*(B1=\"oakland\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"rb\")*(B2:B9=\"oakland\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the rb player from team oakland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"rb\"",
"*",
"B1",
"=",
"\"oakland\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ohio state\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"ohio state\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the team of the player from ohio state?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"ohio state\"",
"2"
]
}
] | train_2-18652117-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"1",
"Boston",
"Jack Concannon Category:Articles with hCards",
"QB",
"Boston College"
],
[
"3",
"2",
"Kansas City",
"Pete Beathard Category:Articles with hCards",
"QB",
"USC"
],
[
"4",
"3",
"New York",
"Matt Snell Category:Articles with hCards",
"RB",
"Ohio State"
],
[
"5",
"4",
"Denver",
"Bob Brown Category:Articles with hCards",
"OT",
"Nebraska"
],
[
"6",
"5",
"Buffalo",
"Carl Eller Category:Articles with hCards",
"DE",
"Minnesota"
],
[
"7",
"6",
"Houston",
"Scott Appleton Category:Articles with hCards",
"DT",
"Texas"
],
[
"8",
"7",
"Oakland",
"Tony Lorick Category:Articles with hCards",
"RB",
"Arizona State"
],
[
"9",
"8",
"San Diego",
"Ted Davis Category:Articles with hCards",
"LB",
"Georgia Tech"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Dayton\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,C2:C7=\"Dayton\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did they play Dayton?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Dayton\"",
"2"
]
}
] | train_1-25461946-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"23",
"February 3",
"Duquesne",
"W 76–60",
"Moore– 15",
"Allen– 15",
"Guzman– 4",
"Liacouras Center, Philadelphia, PA (4,391)",
"19–4 (7–1)"
],
[
"3",
"24",
"February 6",
"Richmond",
"L 71–54",
"Allen/Moore– 17",
"Allen– 19",
"Guzman– 3",
"Robins Center , Richmond, VA (6,806)",
"19–5 (7–2)"
],
[
"4",
"25",
"February 13",
"Rhode Island",
"W 78–56",
"Eric– 19",
"Allen/Guzman– 7",
"Fernandez– 6",
"Liacouras Center, Philadelphia, PA (7,080)",
"20–5 (8–2)"
],
[
"5",
"26",
"February 17",
"St. Bonaventure",
"W 73–55",
"Moore– 18",
"Allen– 6",
"Fernandez– 5",
"Reilly Center , St. Bonaventure, NY (4,522)",
"21–5 (9–2)"
],
[
"6",
"27",
"February 20",
"St. Joseph's",
"W 75–67 (OT)",
"Moore– 24",
"Allen– 10",
"Guzman– 4",
"Hagan Arena , Philadelphia, PA (8,151)",
"22–5 (10–2)"
],
[
"7",
"28",
"February 24",
"Dayton",
"W 49–41",
"Moore– 13",
"Allen– 17",
"Guzman– 7",
"Liacouras Center, Philadelphia, PA (5,833)",
"23–5 (11–2)"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"She Jiang\")",
"Formula2": "SUMIFS(A2:A9,C2:C9,\"She Jiang\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which place in the order is the Pinyin transcription She Jiang?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"She Jiang\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"A Lament for Ying\")",
"Formula2": "SUMIFS(A2:A9,B2:B9,\"A Lament for Ying\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the place of \"A Lament for Ying\"?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"A Lament for Ying\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Crossing the River\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D9, B2:B9=\"Crossing the River\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many traditional Chinese for the translation of \"Crossing the River\"?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"Crossing the River\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"Xi Wangri\")",
"Formula2": "SUMIFS(A2:A9,C2:C9,\"Xi Wangri\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the place of the Pinyin transcription Xi Wangri?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Xi Wangri\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"哀郢\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"哀郢\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the English translation of 哀郢?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"哀郢\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Alas for the Days Gone By\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"Alas for the Days Gone By\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Pinyin transcription for \"Alas for the Days Gone By\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Alas for the Days Gone By\"",
"3"
]
}
] | train_1-1805919-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Standard order",
"English translation",
"Transcription (based on Pinyin)",
"Traditional Chinese",
"Simplified Chinese"
],
[
"2",
"1",
"Grieving I Make My Plaint",
"Xi Song",
"惜誦",
"惜诵"
],
[
"3",
"2",
"Crossing the River",
"She Jiang",
"涉江",
"涉江"
],
[
"4",
"3",
"A Lament for Ying",
"Ai Ying",
"哀郢",
"哀郢"
],
[
"5",
"4",
"The Outpouring of Sad Thoughts",
"Chou Si",
"抽思",
"抽思"
],
[
"6",
"5",
"Embracing Sand",
"Huai Sha",
"懷沙",
"怀沙"
],
[
"7",
"6",
"Thinking of a Fair One",
"Si Meiren",
"思美人",
"思美人"
],
[
"8",
"7",
"Alas for the Days Gone By",
"Xi Wangri",
"昔往日",
"昔往日"
],
[
"9",
"8",
"In Praise of the Orange-Tree",
"Ju Song",
"橘頌",
"橘颂"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=57.06))",
"Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(C2:C8)),FILTER(query1,CHOOSECOLS(query1,2)=57.06))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which census ranking is 57.06 km big?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"57.06"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"sussex\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<75.35))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,A2:A8=\"sussex\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<75.35))",
"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 status is 75.35 km2 and is named sussex?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"sussex\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"75.35"
]
}
] | train_2-171236-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Quispamsis",
"Town",
"57.06",
"17,886",
"231 of 5,008"
],
[
"3",
"Rothesay",
"Town",
"34.73",
"11,947",
"336 of 5,008"
],
[
"4",
"Grand Bay-Westfield",
"Town",
"59.73",
"5,117",
"693 of 5,008"
],
[
"5",
"Sussex",
"Town",
"9.03",
"4,312",
"780 of 5,008"
],
[
"6",
"Hampton",
"Town",
"21.00",
"4,292",
"782 of 5,008"
],
[
"7",
"Sussex Corner",
"Village",
"9.43",
"1,495",
"1,609 of 5,008"
],
[
"8",
"Norton",
"Village",
"75.35",
"1,301",
"1,757 of 5,008"
]
] |
[
{
"Formula": "MAX(FILTER(F1, B1=21))",
"Formula2": "MAX(FILTER(F2:F6, B2:B6=21))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of laps with a 21 start?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"B1",
"=",
"21"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=20),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=20),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the qual for rank 20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"20",
"3"
]
},
{
"Formula": "AVERAGE(FILTER(F1, A1=1949))",
"Formula2": "AVERAGE(FILTER(F2:F6, A2:A6=1949))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average number of laps in 1949?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"A1",
"=",
"1949"
]
},
{
"Formula": "SUM(FILTER(F1, C1=128.26))",
"Formula2": "SUM(FILTER(F2:F6, C2:C6=128.26))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total number of laps with a 128.260 qual?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"128.26"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=11),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<200))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F6,D2:D6=11),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<200))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the start number for a rank 11 race with less than 200 laps?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"11",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"200"
]
}
] | train_2-1252130-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Start",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1948",
"21",
"127.968",
"6",
"5",
"200"
],
[
"3",
"1949",
"14",
"128.260",
"11",
"16",
"172"
],
[
"4",
"1950",
"26",
"130.687",
"20",
"13",
"132"
],
[
"5",
"1951",
"23",
"132.925",
"22",
"31",
"18"
],
[
"6",
"Totals",
"Totals",
"Totals",
"Totals",
"Totals",
"522"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"toulouse fc (d1)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"toulouse fc (d1)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the first round when team 1 was toulouse fc (d1)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"toulouse fc (d1)\"",
"4"
]
}
] | train_2-17747000-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team 1",
"Score",
"Team 2",
"1st round",
"2nd round"
],
[
"2",
"Toulouse FC (D1)",
"2 - 2",
"OGC Nice (D1)",
"1 - 1",
"1 - 1"
],
[
"3",
"Lille OSC (D1)",
"2 - 2",
"AJ Auxerre (D1)",
"1 - 0",
"1 - 2"
],
[
"4",
"Montpellier HSC (D1)",
"2 - 3",
"FC Sochaux-Montbéliard (D2)",
"2 - 2",
"0 - 1"
],
[
"5",
"Stade de Reims (D2)",
"2 - 1",
"Le Havre AC (D1)",
"2 - 0",
"0 - 1"
],
[
"6",
"FC Metz (D1)",
"3 - 0",
"FC Mulhouse (D2)",
"1 - 0",
"2 - 0"
],
[
"7",
"FC Sète (D2)",
"0 - 1",
"RC Lens (D1)",
"0 - 0",
"0 - 1"
],
[
"8",
"AEP Bourg sous la Roche (D2)",
"3 - 5",
"Stade Quimpérois (D2)",
"1 - 3",
"2 - 2"
],
[
"9",
"SO Châtellerault (D2)",
"0 - 0",
"US Créteil (D3)",
"0 - 0",
"0 - 0"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(F1, H1=\"Philips Arena 20,024\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F15, H2:H15=\"Philips Arena 20,024\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many entries are shown for high rebounds for the philips arena 20,024 game?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"H1",
"=",
"\"Philips Arena 20,024\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 94–88 (OT)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"W 94–88 (OT)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent for the game with a score of w 94–88 (ot)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"W 94–88 (OT)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"American Airlines Arena 19,825\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"American Airlines Arena 19,825\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record for the location and attendance of american airlines arena 19,825?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"American Airlines Arena 19,825\"",
"9"
]
}
] | train_1-27713030-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"61",
"March 3",
"Orlando",
"L 96–99 (OT)",
"LeBron James (29)",
"LeBron James , Mike Miller (6)",
"Dwyane Wade (5)",
"American Airlines Arena 19,600",
"43–18"
],
[
"3",
"62",
"March 4",
"@ San Antonio",
"L 95–125 (OT)",
"LeBron James (26)",
"Chris Bosh (14)",
"LeBron James (7)",
"AT&T Center 18,581",
"43–19"
],
[
"4",
"63",
"March 6",
"Chicago",
"L 86–87 (OT)",
"LeBron James (26)",
"LeBron James (8)",
"LeBron James (6)",
"American Airlines Arena 19,763",
"43–20"
],
[
"5",
"64",
"March 8",
"Portland",
"L 96–105 (OT)",
"Dwyane Wade (38)",
"LeBron James (11)",
"LeBron James (8)",
"American Airlines Arena 19,835",
"43–21"
],
[
"6",
"65",
"March 10",
"L.A. Lakers",
"W 94–88 (OT)",
"Chris Bosh (24)",
"Chris Bosh (9)",
"LeBron James (9)",
"American Airlines Arena 19,986",
"44–21"
],
[
"7",
"66",
"March 12",
"Memphis",
"W 118–85 (OT)",
"Dwyane Wade (28)",
"Chris Bosh (10)",
"Dwyane Wade (9)",
"American Airlines Arena 19,600",
"45–21"
],
[
"8",
"67",
"March 14",
"San Antonio",
"W 110–80 (OT)",
"Chris Bosh (30)",
"Chris Bosh (12)",
"LeBron James (8)",
"American Airlines Arena 20,021",
"46–21"
],
[
"9",
"68",
"March 16",
"Oklahoma City",
"L 85–96 (OT)",
"Chris Bosh , Dwyane Wade (21)",
"Chris Bosh (11)",
"Mario Chalmers , LeBron James (3)",
"American Airlines Arena 20,083",
"46–22"
],
[
"10",
"69",
"March 18",
"@ Atlanta",
"W 106–85 (OT)",
"LeBron James (43)",
"Chris Bosh (10)",
"Mike Bibby (6)",
"Philips Arena 20,024",
"47–22"
],
[
"11",
"70",
"March 19",
"Denver",
"W 103–98 (OT)",
"LeBron James (33)",
"Chris Bosh (11)",
"Chris Bosh (6)",
"American Airlines Arena 19,600",
"48–22"
],
[
"12",
"71",
"March 23",
"@ Detroit",
"W 100–94 (OT)",
"Dwyane Wade (24)",
"LeBron James (8)",
"LeBron James (7)",
"The Palace of Auburn Hills 22,076",
"49–22"
],
[
"13",
"72",
"March 25",
"Philadelphia",
"W 111–99 (OT)",
"Dwyane Wade (39)",
"Dwyane Wade (11)",
"Dwyane Wade (8)",
"American Airlines Arena 19,840",
"50–22"
],
[
"14",
"73",
"March 27",
"Houston",
"W 125–119 (OT)",
"LeBron James (33)",
"Chris Bosh (12)",
"LeBron James (7)",
"American Airlines Arena 19,825",
"51–22"
],
[
"15",
"74",
"March 29",
"@ Cleveland",
"L 90–102 (OT)",
"LeBron James (27)",
"LeBron James (10)",
"LeBron James (12)",
"Quicken Loans Arena 20,562",
"51–23"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lawrence H. Fountain\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Lawrence H. Fountain\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which party is Lawrence H. Fountain part of?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Lawrence H. Fountain\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"North Carolina 8\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"North Carolina 8\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the first person elected in North Carolina 8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"North Carolina 8\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=1952)*(C1=\"Democratic\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(D2:D8=1952)*(C2:C8=\"Democratic\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who was the candidate elected to the democratic party in 1952?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1952",
"*",
"C1",
"=",
"\"Democratic\"",
"6"
]
}
] | train_1-1341738-34 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"North Carolina 2",
"Lawrence H. Fountain",
"Democratic",
"1952",
"Re-elected",
"Lawrence H. Fountain (D) Unopposed"
],
[
"3",
"North Carolina 2",
"James Carson Gardner Redistricted from 4th",
"Republican",
"1966",
"Retired to run for Governor Republican loss",
"Lawrence H. Fountain (D) Unopposed"
],
[
"4",
"North Carolina 4",
"Nick Galifianakis Redistricted from 5th",
"Democratic",
"1966",
"Re-elected",
"Nick Galifianakis (D) 51.5% Fred Steele (R) 48.5%"
],
[
"5",
"North Carolina 5",
"None (District created)",
"None (District created)",
"None (District created)",
"New seat Republican gain",
"Wilmer Mizell (R) 52.4% Smith Bagley (D) 47.6%"
],
[
"6",
"North Carolina 7",
"Alton Lennon",
"Democratic",
"1956",
"Re-elected",
"Alton Lennon (D) Unopposed"
],
[
"7",
"North Carolina 8",
"None (District created)",
"None (District created)",
"None (District created)",
"New seat Republican gain",
"Earl B. Ruth (R) 51.2% Voit Gilmore (D) 48.8%"
],
[
"8",
"North Carolina 9",
"Charles R. Jonas Redistricted from 8th",
"Republican",
"1952",
"Re-elected",
"Charles R. Jonas (R) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2nd round 2nd leg\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"2nd round 2nd leg\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the 2nd round 2nd leg?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2nd round 2nd leg\"",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"gillingham\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,A2:A6=\"gillingham\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the Round against Gillingham with an Against smaller than 3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"gillingham\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
}
] | train_2-18433136-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Opposing Team",
"Against",
"Date",
"Venue",
"Round"
],
[
"2",
"Gillingham",
"1",
"20 August 1991",
"Fratton Park",
"1st Round 1st Leg"
],
[
"3",
"Gillingham",
"3",
"27 August 1991",
"Priestfield Stadium",
"1st Round 2nd Leg"
],
[
"4",
"Oxford United",
"0",
"24 September 1991",
"Fratton Park",
"2nd Round 1st Leg"
],
[
"5",
"Oxford United",
"0",
"9 October 1991",
"Manor Ground",
"2nd Round 2nd Leg"
],
[
"6",
"Manchester United",
"3",
"30 October 1991",
"Old Trafford",
"3rd Round"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"k'ats-ma\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"k'ats-ma\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the non-truncating vowel final stem for the example of k'ats-ma?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"k'ats-ma\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"mama-s\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"mama-s\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the truncating vowel final stem that has an example of mama-s?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"mama-s\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"-ø\")*(A1=\"-o\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"-ø\")*(A2:A8=\"-o\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the example for \"man\" that has a truncating vowel final stem of -ø and a consonant final stem of -o?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"-ø\"",
"*",
"A1",
"=",
"\"-o\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"k'ats-s\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"k'ats-s\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the non-truncating vowel final stem that has an example of k'ats-s?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"k'ats-s\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"mam-is\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"mam-is\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the example for \"man\" that has an example for \"father\" of mam-is?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"mam-is\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"-is\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"-is\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the example for \"father\" that has a consonant final stem of -is?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"-is\"",
"4"
]
}
] | train_2-1730774-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Consonant final stem",
"Example: k'ats- (\"man\")",
"Vowel final stem (truncating)",
"Example: mama- (\"father\")",
"Vowel final stem (non-truncating)",
"Example: Sakartvelo- (\"Georgia\")"
],
[
"2",
"-i",
"k'ats-i",
"-Ø",
"mama",
"-Ø",
"Sakartvelo"
],
[
"3",
"-ma",
"k'ats-ma",
"-m",
"mama-m",
"-m",
"Sakartvelo-m"
],
[
"4",
"-s",
"k'ats-s",
"-s",
"mama-s",
"-s",
"Sakartvelo-s"
],
[
"5",
"-is",
"k'ats-is",
"-is *",
"mam-is",
"-s",
"Sakartvelo-s"
],
[
"6",
"-it",
"k'ats-it",
"-it *",
"mam-it",
"-ti",
"Sakartvelo-ti"
],
[
"7",
"-ad",
"k'ats-ad",
"-d",
"mama-d",
"-d",
"Sakartvelo-d"
],
[
"8",
"-o",
"k'ats-o!",
"-Ø",
"mama!",
"-Ø",
"Sakartvelo!"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"fontella bass\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"fontella bass\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Theme when Fontella Bass was the original artist?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"fontella bass\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"the beatles\")*(B1=\"the beatles\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(D2:D10=\"the beatles\")*(B2:B10=\"the beatles\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Week # when the Beatles were the original artist and the theme was The Beatles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"the beatles\"",
"*",
"B1",
"=",
"\"the beatles\"",
"1"
]
}
] | test_2-15778392-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week #",
"Theme",
"Song choice",
"Original artist",
"Order #",
"Result"
],
[
"2",
"Top 24 (12 Women)",
"1960s",
"\" Rescue Me \"",
"Fontella Bass",
"1",
"Safe"
],
[
"3",
"Top 20 (10 Women)",
"1970s",
"\" You're No Good \"",
"Betty Everett",
"5",
"Safe"
],
[
"4",
"Top 16 (8 Women)",
"1980s",
"\" Faithfully \"",
"Journey",
"5",
"Safe"
],
[
"5",
"Top 12",
"Lennon–McCartney",
"\" Eight Days a Week \"",
"The Beatles",
"11",
"Bottom 2"
],
[
"6",
"Top 11",
"The Beatles",
"\" You've Got to Hide Your Love Away \"",
"The Beatles",
"2",
"Bottom 2"
],
[
"7",
"Top 10",
"Year They Were Born",
"\" God Bless the USA \"",
"Lee Greenwood",
"9",
"Safe"
],
[
"8",
"Top 9",
"Dolly Parton",
"\" Coat of Many Colors \"",
"Dolly Parton",
"7",
"Bottom 2"
],
[
"9",
"Top 8",
"Inspirational",
"\" Anyway \"",
"Martina McBride",
"4",
"Safe"
],
[
"10",
"Top 7",
"Mariah Carey",
"\" Forever \"",
"Mariah Carey",
"5",
"Eliminated"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=160))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=160))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which player has a total of 160?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"160"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"charles coody\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"charles coody\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country does charles coody play for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"charles coody\"",
"2"
]
}
] | test_2-16490473-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par"
],
[
"2",
"Raymond Floyd",
"United States",
"1976",
"152",
"+8"
],
[
"3",
"Charles Coody",
"United States",
"1971",
"155",
"+11"
],
[
"4",
"Doug Ford",
"United States",
"1957",
"160",
"+16"
],
[
"5",
"Arnold Palmer",
"United States",
"1958 , 1960 , 1962 , 1964",
"160",
"+16"
],
[
"6",
"Gay Brewer",
"United States",
"1967",
"161",
"+17"
]
] |
[
{
"Formula": "SUM(FILTER(H1, A1=3))",
"Formula2": "SUM(FILTER(H2:H13, A2:A13=3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When nº is 3, what are all the ministires?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"A1",
"=",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(F2:F13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When nº is 3, what are all the coaliton parties?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
},
{
"Formula": "MAX(H1)",
"Formula2": "MAX(H2:H13)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the most amount of ministries?",
"Tokens": [
"MAX(",
"H1"
]
}
] | test_1-21422977-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Nº",
"Cabinet (Nickname)",
"Took office",
"Left office",
"Duration",
"Coalition parties",
"ministers",
"ministries",
"King"
],
[
"2",
"1",
"Jón Magnússon I",
"4 January 1917",
"25 February 1920",
"3 years, 1 month, 21 days (1,147 days)",
"HRP — IP þversum — PP",
"N/A",
"0",
"Christian X"
],
[
"3",
"2",
"Jón Magnússon II",
"25 February 1920",
"7 March 1922",
"2 years, 10 days (741 days)",
"HRP — independents",
"N/A",
"0",
"Christian X"
],
[
"4",
"3",
"Sigurður Eggerz",
"7 March 1922",
"22 March 1924",
"2 years, 15 days (746 days)",
"IP — PP — independents",
"N/A",
"0",
"Christian X"
],
[
"5",
"4",
"Jón Magnússon III",
"22 March 1924",
"8 July 1926",
"2 years, 3 months, 16 days (838 days)",
"CP",
"N/A",
"0",
"Christian X"
],
[
"6",
"5",
"Jón Þorláksson",
"8 July 1926",
"28 August 1927",
"1 year, 1 month, 20 days (416 days)",
"CP",
"N/A",
"0",
"Christian X"
],
[
"7",
"6",
"Tryggvi Þórhallsson",
"28 August 1927",
"3 June 1932",
"4 years, 9 months, 6 days (1,741 days)",
"PP",
"N/A",
"0",
"Christian X"
],
[
"8",
"7",
"Ásgeir Ásgeirsson",
"3 June 1932",
"28 July 1934",
"2 years, 1 month, 25 days (785 days)",
"PP — IP",
"N/A",
"0",
"Christian X"
],
[
"9",
"8",
"Hermann Jónasson I",
"28 July 1934",
"2 April 1938",
"3 years, 8 months, 5 days (1,344 days)",
"PP — SDP",
"N/A",
"0",
"Christian X"
],
[
"10",
"9",
"Hermann Jónasson II",
"2 April 1938",
"17 April 1939",
"1 year, 15 days (380 days)",
"PP",
"N/A",
"0",
"Christian X"
],
[
"11",
"10",
"Hermann Jónasson III",
"17 April 1939",
"18 November 1941",
"2 years, 7 months, 1 day (946 days)",
"national unity government PP — IP — SDP",
"N/A",
"0",
"Christian X"
],
[
"12",
"11",
"Hermann Jónasson IV",
"18 November 1941",
"16 May 1942",
"5 months, 28 days (179 days)",
"PP — IP — SDP",
"N/A",
"0",
"Christian X"
],
[
"13",
"12",
"Ólafur Thors I",
"16 May 1942",
"16 December 1942",
"7 months (214 days)",
"IP",
"N/A",
"0",
"Christian X"
]
] |
[
{
"Formula": "FILTER(D1,F1=\"91.813mph\")",
"Formula2": "FILTER(D2:D6,F2:F6=\"91.813mph\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What car/motorcycle goes 91.813mph?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"91.813mph\""
]
},
{
"Formula": "FILTER(C1,D1=\"indian\")",
"Formula2": "FILTER(C2:C6,D2:D6=\"indian\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which driver is Indian?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"indian\""
]
}
] | dev_2-16293403-29 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Date",
"Driver / Rider",
"Car / Motorcycle",
"Time",
"Speed"
],
[
"2",
"1909",
"Dec 17",
"Lewis Strang",
"Fiat",
"00:40.61",
"88.648mph"
],
[
"3",
"1909",
"Dec 17",
"Fred Huyck",
"Indian",
"00:52.60",
"68.441mph"
],
[
"4",
"1909",
"Dec 17",
"Johnny Aitken",
"National",
"16:18.41",
"73.589mph"
],
[
"5",
"1909",
"Dec 18",
"Lewis Strang",
"Fiat",
"00:39.21",
"91.813mph"
],
[
"6",
"1909",
"Dec 18",
"Lewis Strang",
"Fiat",
"03:17.70",
"91.047mph"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Dean White\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"Dean White\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who wrote the episode when the director was dean white?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Dean White\"",
"4"
]
}
] | test_1-12451376-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Series Ep #",
"Title",
"Director",
"Writer(s)",
"Original Airdate",
"Production Code"
],
[
"2",
"1",
"\"Pilot\" \"In the Beginning\"",
"Sergio Mimica-Gezzan",
"Nancy Miller",
"July23,2007",
"101"
],
[
"3",
"2",
"\"Bring it On, Earl\"",
"Guy Ferland",
"Nancy Miller",
"July30,2007",
"102"
],
[
"4",
"3",
"\"Bless Me Father, For I Have Sinned\"",
"Dean White",
"Joseph Dougherty",
"August6,2007",
"103"
],
[
"5",
"4",
"\"Keep Your Damn Wings Off My Nephew\"",
"Sergio Mimica-Gezzan",
"Roger Wolfson",
"August13,2007",
"104"
],
[
"6",
"5",
"\"Would You Want Me to Tell You?\"",
"David Von Ancken",
"Hans Tobeason",
"August20,2007",
"105"
],
[
"7",
"6",
"\"And You Wonder Why I Lie\"",
"Gloria Muzio",
"Annie Brunner",
"August27,2007",
"106"
],
[
"8",
"7",
"\"Yeehaw, Geepaw\"",
"Artie Mandelberg",
"Denitria Harris-Lawrence",
"September3,2007",
"107"
],
[
"9",
"8",
"\"Everything's Got a Shelf Life\"",
"Artie Mandelberg",
"Talicia Raggs",
"September10,2007",
"108"
],
[
"10",
"9",
"\"A Language of Angels\"",
"Tricia Brock",
"Mark Israel",
"September17,2007",
"109"
],
[
"11",
"10",
"\"It's Better When I Can See You\"",
"Artie Mandelberg",
"Joseph Dougherty Roger Wolfson",
"December3,2007",
"110"
],
[
"12",
"11",
"\"This is Way Too Normal for You\"",
"Tom McLoughlin",
"Annie Brunner Hans Tobeason",
"December10,2007",
"111"
],
[
"13",
"12",
"\"Is There a Scarlet Letter on My Breast?\"",
"Guy Ferland",
"Mark Israel Denitria Harris-Lawrence",
"December17,2007",
"112"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"L 111–126\")",
"Formula2": "SUMIFS(A2:A9,D2:D9,\"L 111–126\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the game for l 111–126",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"L 111–126\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 8\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,B2:B9=\"March 8\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score for march 8",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 8\"",
"4"
]
}
] | train_1-30049462-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"74",
"March 1",
"@ Atlanta",
"W 109–98",
"Connie Hawkins (30)",
"Connie Hawkins (17)",
"Gail Goodrich (6)",
"Alexander Memorial Coliseum 5,735",
"34–40"
],
[
"3",
"75",
"March 3",
"Boston",
"L 111–123",
"Dick Van Arsdale (25)",
"Paul Silas (15)",
"Gail Goodrich , Dick Van Arsdale (7)",
"Arizona Veterans Memorial Coliseum 9,699",
"34–41"
],
[
"4",
"76",
"March 6",
"@ San Francisco",
"L 97–107",
"Connie Hawkins (27)",
"Connie Hawkins (15)",
"Paul Silas (4)",
"Oakland-Alameda Coliseum Arena 4,316",
"34–42"
],
[
"5",
"77",
"March 8",
"Atlanta",
"W 130–119",
"Gail Goodrich (24)",
"Paul Silas (17)",
"Connie Hawkins (9)",
"Arizona Veterans Memorial Coliseum 9,526",
"35–42"
],
[
"6",
"78",
"March 15",
"@ Atlanta",
"L 111–126",
"Connie Hawkins (30)",
"Paul Silas (19)",
"Gail Goodrich , Connie Hawkins (5)",
"Alexander Memorial Coliseum 6,066",
"35–43"
],
[
"7",
"79",
"March 17",
"San Francisco",
"L 133–121",
"Gail Goodrich (36)",
"Paul Silas (17)",
"Connie Hawkins , Dick Van Arsdale (7)",
"Arizona Veterans Memorial Coliseum 9,486",
"36–43"
],
[
"8",
"80",
"March 19",
"Boston",
"W 127–123",
"Gail Goodrich (32)",
"Connie Hawkins (14)",
"Connie Hawkins (9)",
"Arizona Veterans Memorial Coliseum 9,570",
"37–43"
],
[
"9",
"81",
"March 20",
"San Diego",
"W 127–104",
"Connie Hawkins (29)",
"Paul Silas (12)",
"Connie Hawkins (8)",
"Arizona Veterans Memorial Coliseum 9,026",
"38–43"
]
] |
[
{
"Formula": "FILTER(D1,(A1=\"gold\")*(C1=\"2000 sydney\"))",
"Formula2": "FILTER(D2:D20,(A2:A20=\"gold\")*(C2:C20=\"2000 sydney\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which sport resulted in a gold medal in the 2000 Sydney games?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"gold\"",
"*",
"C1",
"=",
"\"2000 sydney\""
]
},
{
"Formula": "FILTER(E1,(D1=\"wrestling\")*(C1=\"2008 beijing\"))",
"Formula2": "FILTER(E2:E20,(D2:D20=\"wrestling\")*(C2:C20=\"2008 beijing\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which wrestling event was at the 2008 Beijing games?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"wrestling\"",
"*",
"C1",
"=",
"\"2008 beijing\""
]
},
{
"Formula": "FILTER(E1,(C1=\"2008 beijing\")*(D1=\"wrestling\"))",
"Formula2": "FILTER(E2:E20,(C2:C20=\"2008 beijing\")*(D2:D20=\"wrestling\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What wrestling event was participated in during the 2008 Beijing games?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"2008 beijing\"",
"*",
"D1",
"=",
"\"wrestling\""
]
}
] | dev_2-14786308-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Medal",
"Name",
"Games",
"Sport",
"Event"
],
[
"2",
"Silver",
"Helmut Bellingrodt Category:Articles with hCards",
"1972 Munich",
"Shooting",
"50 metre running target"
],
[
"3",
"Bronze",
"Clemente Rojas Category:Articles with hCards",
"1972 Munich",
"Boxing",
"Men's featherweight"
],
[
"4",
"Bronze",
"Alfonso Pérez Category:Articles with hCards",
"1972 Munich",
"Boxing",
"Men's lightweight"
],
[
"5",
"Silver",
"Helmut Bellingrodt Category:Articles with hCards",
"1984 Los Angeles",
"Shooting",
"50 metre running target"
],
[
"6",
"Bronze",
"Jorge Julio Rocha Category:Articles with hCards",
"1988 Seoul",
"Boxing",
"Men's bantamweight"
],
[
"7",
"Bronze",
"Ximena Restrepo Category:Articles with hCards",
"1992 Barcelona",
"Athletics",
"Women's 400 metres"
],
[
"8",
"Gold",
"María Isabel Urrutia Category:Articles with hCards",
"2000 Sydney",
"Weightlifting",
"Women's 75kg"
],
[
"9",
"Bronze",
"María Luisa Calle Category:Articles with hCards",
"2004 Athens",
"Cycling",
"Women's points race"
],
[
"10",
"Bronze",
"Mabel Mosquera Category:Articles with hCards",
"2004 Athens",
"Weightlifting",
"Women's 53 kg"
],
[
"11",
"Silver",
"Diego Salazar Category:Articles with hCards",
"2008 Beijing",
"Weightlifting",
"Men's 62 kg"
],
[
"12",
"Bronze",
"Jackeline Rentería Category:Articles with hCards",
"2008 Beijing",
"Wrestling",
"Women's freestyle 55 kg"
],
[
"13",
"Silver",
"Rigoberto Urán Category:Articles with hCards",
"2012 London",
"Cycling",
"Men's road race"
],
[
"14",
"Silver",
"Óscar Figueroa Category:Articles with hCards",
"2012 London",
"Weightlifting",
"Men's 62 kg"
],
[
"15",
"Bronze",
"Yuri Alvear Category:Articles with hCards",
"2012 London",
"Judo",
"Women's 70 kg"
],
[
"16",
"Silver",
"Caterine Ibargüen Category:Articles with hCards",
"2012 London",
"Athletics",
"Women's triple jump"
],
[
"17",
"Bronze",
"Óscar Muñoz Oviedo Category:Articles with hCards",
"2012 London",
"Taekwondo",
"Men's 58 kg"
],
[
"18",
"Bronze",
"Jackeline Rentería Category:Articles with hCards",
"2012 London",
"Wrestling",
"Women's freestyle 55 kg"
],
[
"19",
"Gold",
"Mariana Pajón Category:Articles with hCards",
"2012 London",
"Cycling",
"Women's BMX"
],
[
"20",
"Bronze",
"Carlos Oquendo Category:Articles with hCards",
"2012 London",
"Cycling",
"Men's BMX"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"30 march 1298\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"30 march 1298\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 2nd Member, when Assembled is \"30 March 1298\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"30 march 1298\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"unknown\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"unknown\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Assembled, when 2nd Member is \"Unknown\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"unknown\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"14 july 1302\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"14 july 1302\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 1st Member, when Summoned is \"14 July 1302\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"14 july 1302\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"6 october 1297\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"6 october 1297\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Assembled, when Summoned is \"6 October 1297\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"6 october 1297\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"william benne\")*(B1=\"1300/01\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"william benne\")*(B2:B12=\"1300/01\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 1st Member, when 2nd Member is \"William Benne\", and when Elected is \"1300/01\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"william benne\"",
"*",
"B1",
"=",
"\"1300/01\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"march 1298\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"march 1298\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Summoned, when Elected is \"March 1298\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"march 1298\"",
"1"
]
}
] | train_2-1827690-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Summoned",
"Elected",
"Assembled",
"1st member",
"2nd member"
],
[
"2",
"30 September 1295+",
"1295",
"27 November 1295",
"John Cullebere",
"Simon de Holand"
],
[
"3",
"26 August 1296",
"1296",
"3 November 1296",
"unknown",
"unknown"
],
[
"4",
"6 October 1297",
"1297",
"15 September 1297",
"unknown",
"unknown"
],
[
"5",
"15 March 1298",
"March 1298",
"30 March 1298",
"unknown",
"unknown"
],
[
"6",
"10 April 1298",
"1298",
"25 May 1298",
"Thomas Halyday",
"Robert de Sywell"
],
[
"7",
"29 December 1299",
"1299/00",
"6 March 1300",
"John Wymond",
"William Benne"
],
[
"8",
"26 September 1300",
"1300/01",
"20 January 1301",
"John Wymond",
"William Benne"
],
[
"9",
"14 July 1302",
"1302",
"14 October 1302",
"Simon le Tanner",
"Robert de Sywell"
],
[
"10",
"12 November 1304",
"1304/05",
"28 February 1305",
"John Halyday",
"William Costyn"
],
[
"11",
"5 April 1306",
"1306",
"30 May 1306",
"Simon de Wilshamstead",
"Geoffrey le Blund"
],
[
"12",
"3 November 1306",
"1306/07",
"20 January 1307",
"William Costyn",
"John le Marescal"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"107–97\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,C2:C19=\"107–97\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the leading scorer of the game that had a score of 107–97?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"107–97\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"suns\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,D2:D19=\"suns\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the visiting team when the Suns were the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"suns\"",
"2"
]
}
] | train_2-11963601-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Attendance",
"Record"
],
[
"2",
"March 1, 2008",
"Spurs",
"96–94",
"Bucks",
"Manu Ginóbili (30)",
"16,974",
"40–17"
],
[
"3",
"March 2, 2008",
"Spurs",
"93–83",
"Nets",
"Tony Parker (25)",
"18,594",
"41–17"
],
[
"4",
"March 4, 2008",
"Nets",
"70–81",
"Spurs",
"Tim Duncan (29)",
"17,486",
"42–17"
],
[
"5",
"March 6, 2008",
"Pacers",
"97–108",
"Spurs",
"Manu Ginóbili (28)",
"17,738",
"43–17"
],
[
"6",
"March 7, 2008",
"Spurs",
"96–109",
"Nuggets",
"Manu Ginóbili (24)",
"19,821",
"43–18"
],
[
"7",
"March 9, 2008",
"Spurs",
"87–94",
"Suns",
"Manu Ginóbili (22)",
"18,422",
"43–19"
],
[
"8",
"March 10, 2008",
"Nuggets",
"103–107",
"Spurs",
"Tim Duncan (23)",
"18,797",
"44–19"
],
[
"9",
"March 12, 2008",
"Spurs",
"75–100",
"Hornets",
"Two-way tie (24)",
"16,319",
"44–20"
],
[
"10",
"March 14, 2008",
"Spurs",
"80–84",
"Pistons",
"Tony Parker (26)",
"22,076",
"44–21"
],
[
"11",
"March 15, 2008",
"Spurs",
"96–103",
"Sixers",
"Tony Parker (27)",
"19,942",
"44–22"
],
[
"12",
"March 17, 2008",
"Celtics",
"93–91",
"Spurs",
"Manu Ginóbili (32)",
"18,797",
"44–23"
],
[
"13",
"March 20, 2008",
"Spurs",
"102–80",
"Bulls",
"Tony Parker (23)",
"22,353",
"45–23"
],
[
"14",
"March 21, 2008",
"Kings",
"89–102",
"Spurs",
"Tim Duncan (21)",
"18,797",
"46–23"
],
[
"15",
"March 23, 2008",
"Spurs",
"88–81",
"Mavericks",
"Manu Ginóbili (26)",
"20,411",
"47–23"
],
[
"16",
"March 25, 2008",
"Spurs",
"107–97",
"Magic",
"Manu Ginóbili (28)",
"17,519",
"48–23"
],
[
"17",
"March 26, 2008",
"Clippers",
"88–97",
"Spurs",
"Tim Duncan (26)",
"18,797",
"49–23"
],
[
"18",
"March 28, 2008",
"Timberwolves",
"84–99",
"Spurs",
"Manu Ginóbili (26)",
"18,797",
"50–23"
],
[
"19",
"March 30, 2008",
"Rockets",
"88–109",
"Spurs",
"Two-way tie (22)",
"18,797",
"51–23"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"fullback\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"fullback\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Team of the Fullback Player?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"fullback\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"halfback\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"halfback\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the College of the Halfback Player?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"halfback\"",
"5"
]
}
] | test_2-18652198-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"97",
"Denver Broncos",
"Mike Strofolino Category:Articles with hCards",
"Linebacker",
"Villanova"
],
[
"3",
"98",
"Houston Oilers",
"Bobby Felts Category:Articles with hCards",
"Halfback",
"Florida A&M"
],
[
"4",
"99",
"Oakland Raiders",
"Wally Mahle Category:Articles with hCards",
"Defensive back",
"Syracuse"
],
[
"5",
"100",
"New York Jets",
"Sonny Utz Category:Articles with hCards",
"Fullback",
"Virginia Tech"
],
[
"6",
"101",
"Kansas City Chiefs",
"Bob Bonds Category:Articles with hCards",
"Defensive back",
"San Jose State"
],
[
"7",
"102",
"San Diego Chargers",
"Bill Quigley Category:Articles with hCards",
"Linebacker",
"Villanova"
],
[
"8",
"103",
"Boston Patriots",
"Charlie Green Category:Articles with hCards",
"Quarterback",
"Wittenberg"
],
[
"9",
"104",
"Buffalo Bills",
"Bob Timberlake Category:Articles with hCards",
"Kicker",
"Michigan"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"dora djilianova\")*(B1=\"october 1, 1995\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,(E2:E12=\"dora djilianova\")*(B2:B12=\"october 1, 1995\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On October 1, 1995 with Dora Djilianova as a partner, what was the outcome of the match?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"dora djilianova\"",
"*",
"B1",
"=",
"\"october 1, 1995\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lindsay lee-waters\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"lindsay lee-waters\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With Lindsay Lee-Waters as a partner, what was the final score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"lindsay lee-waters\"",
"7"
]
}
] | train_2-12878201-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponents in the final",
"Score in the final"
],
[
"2",
"Runner-ups",
"August 7, 1995",
"Horb , Germany ITF $10,000",
"Clay",
"Anna Linkova",
"Ivana Havrliková Monika Kratochvílová",
"2–6, 5–7"
],
[
"3",
"Winners",
"September 3, 1995",
"Bad Nauheim , Germany ITF $10,000",
"Clay",
"Renata Kochta",
"Dominika Górecka Petra Plačkova",
"7–6, 6–2"
],
[
"4",
"Winners",
"September 17, 1995",
"Varna , Bulgaria ITF $10,000",
"Clay",
"Dora Djilianova",
"Galina Dimitrova Dessislava Topalova",
"4–6, 6–4, 7–5"
],
[
"5",
"Runner-ups",
"October 1, 1995",
"Bucharest , Romania ITF $25,000",
"Clay",
"Dora Djilianova",
"Angela Kerek Maja Zivec-Skulj",
"6–2, 6–7 (5–7) , 6–3"
],
[
"6",
"Winners",
"August 25, 1996",
"Bad Nauheim , Germany ITF $10,000",
"Clay",
"Meike Froehlich",
"Simona Galikova Patrícia Marková",
"7–6 (7–4) , 7–6 (12–10)"
],
[
"7",
"Winners",
"September 15, 1996",
"Varna , Bulgaria ITF $10,000",
"Clay",
"Antoaneta Pandjerova",
"Galina Dimitrova Dessislava Topalova",
"6–4, 6–2"
],
[
"8",
"Winners",
"June 1, 1997",
"Bourgas , Bulgaria ITF $10,000",
"Hard",
"Teodora Nedeva",
"Meike Froehlich Kristina Pojatina",
"6–1, 6–2"
],
[
"9",
"Winners",
"July 20, 1997",
"Darmstadt , Germany ITF $25,000",
"Clay",
"Svetlana Krivencheva",
"Olga Ivanova Magdalena Feistel",
"6–0, 2–6, 6–3"
],
[
"10",
"Winners",
"July 27, 1997",
"Rostock , Germany ITF $25,000",
"Clay",
"Svetlana Krivencheva",
"Renée Reid Réka Vidáts",
"W/O"
],
[
"11",
"Runner-ups",
"August 17, 1997",
"Bratislava , Slovakia ITF $75,000",
"Clay",
"Svetlana Krivencheva",
"Laurence Courtois Henrieta Nagyová",
"1–6, 0–6"
],
[
"12",
"Winners",
"October 18, 1998",
"Indian Wells , CA, USA ITF $25,000",
"Hard",
"Lindsay Lee-Waters",
"Erika de Lone Katie Schlukebir",
"6–0, 6–7 (4–7) , 6–1"
]
] |
[
{
"Formula": "FILTER(C1,A1=1994)",
"Formula2": "FILTER(C2:C7,A2:A7=1994)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What Gold has the Year of 1994?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"1994"
]
},
{
"Formula": "MIN(FILTER(A1,B1=\"bangkok\"))",
"Formula2": "MIN(FILTER(A2:A7,B2:B7=\"bangkok\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the lowest Year with the Location of Bangkok?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"bangkok\""
]
},
{
"Formula": "FILTER(D1,B1=\"guangzhou\")",
"Formula2": "FILTER(D2:D7,B2:B7=\"guangzhou\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What Silver has the Location of Guangzhou?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"guangzhou\""
]
},
{
"Formula": "FILTER(C1,A1=2006)",
"Formula2": "FILTER(C2:C7,A2:A7=2006)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What Gold has the Year of 2006?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"2006"
]
},
{
"Formula": "FILTER(D1,C1=\"li ao\")",
"Formula2": "FILTER(D2:D7,C2:C7=\"li ao\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What Silver has a Golf of Li AO?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"li ao\""
]
},
{
"Formula": "FILTER(E1,A1=1998)",
"Formula2": "FILTER(E2:E7,A2:A7=1998)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the Bronze with the Year of 1998?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"1998"
]
}
] | dev_2-14783550-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Location",
"Gold",
"Silver",
"Bronze"
],
[
"2",
"1990",
"Beijing",
"Wang Ping",
"Peng Ying",
"Ng Siu Ching"
],
[
"3",
"1994",
"Hiroshima",
"Zhuang Hui",
"Momi Matsumura",
"Chiew Hui Yan"
],
[
"4",
"1998",
"Bangkok",
"Liu Qinghua",
"Nguyen Thi Thuy Hien",
"Yuri Kaminiwa"
],
[
"5",
"2002",
"Busan",
"Li Ao",
"Han Jing",
"Nguyen My Duc"
],
[
"6",
"2006",
"Doha",
"Ma Lingjuan",
"Susyana Tjhan",
"Han Jing"
],
[
"7",
"2010",
"Guangzhou",
"Geng Xiao Ling",
"Sandi Oo",
"Susyana Tjhan Yuki Hiraoka"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"scotland\")*(B1=\"muirfield\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"scotland\")*(B2:B11=\"muirfield\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the location with Muirfield in Scotland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"scotland\"",
"*",
"B1",
"=",
"\"muirfield\"",
"3"
]
}
] | train_2-11063491-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Location",
"Country",
"Designer, Year"
],
[
"2",
"1",
"Pine Valley",
"Pine Valley",
"United States",
"George Crump / Harry Colt , 1918"
],
[
"3",
"2",
"Cypress Point",
"Pebble Beach",
"United States",
"Alister MacKenzie , 1918"
],
[
"4",
"3",
"St Andrews (Old Course)",
"St Andrews",
"Scotland",
"Nature"
],
[
"5",
"4",
"Augusta National",
"Augusta",
"United States",
"Alister MacKenzie / Bobby Jones , 1933"
],
[
"6",
"5",
"Pebble Beach",
"Pebble Beach",
"United States",
"Jack Neville/Douglas Grant, 1919"
],
[
"7",
"6",
"Shinnecock Hills",
"Southampton",
"United States",
"William Flynn, 1931"
],
[
"8",
"7",
"Royal County Down",
"Newcastle",
"Northern Ireland",
"Tom Morris , 1889"
],
[
"9",
"8",
"Muirfield",
"Gullane",
"Scotland",
"Tom Morris / Harry Colt , 1891/1925"
],
[
"10",
"9",
"Oakmont",
"Oakmont",
"United States",
"Henry Fownes, 1903"
],
[
"11",
"10",
"Merion (East)",
"Ardmore",
"United States",
"Hugh Wilson, 1912"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"japan\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"japan\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did Japan place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"japan\"",
"1"
]
}
] | train_2-16456816-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Tommy Aaron",
"United States",
"68-73-74-68=283",
"–5",
"30,000"
],
[
"3",
"2",
"J. C. Snead",
"United States",
"70-71-73-70=284",
"–4",
"22,500"
],
[
"4",
"T3",
"Jim Jamieson",
"United States",
"73-71-70-71=285",
"–3",
"12,500"
],
[
"5",
"T3",
"Jack Nicklaus",
"United States",
"69-77-73-66=285",
"–3",
"12,500"
],
[
"6",
"T3",
"Peter Oosterhuis",
"England",
"73-70-68-74=285",
"–3",
"12,500"
],
[
"7",
"T6",
"Bob Goalby",
"United States",
"73-70-71-74=288",
"E",
"6,250"
],
[
"8",
"T6",
"Johnny Miller",
"United States",
"75-69-71-73=288",
"E",
"6,250"
],
[
"9",
"T8",
"Bruce Devlin",
"Australia",
"73-72-72-72=289",
"+1",
"4,250"
],
[
"10",
"T8",
"Jumbo Ozaki",
"Japan",
"69-74-73-73=289",
"+1",
"4,250"
],
[
"11",
"T10",
"Gay Brewer",
"United States",
"75-66-74-76=291",
"+3",
"3,425"
],
[
"12",
"T10",
"Gardner Dickinson",
"United States",
"74-70-72-75=291",
"+3",
"3,425"
],
[
"13",
"T10",
"Don January",
"United States",
"75-71-75-70=291",
"+3",
"3,425"
],
[
"14",
"T10",
"Chi-Chi Rodríguez",
"United States",
"72-70-73-76=291",
"+3",
"3,425"
]
] |
[
{
"Formula": "MAX(FILTER(D1, (F1=3)*(E1<1)))",
"Formula2": "MAX(FILTER(D2:D20, (F2:F20=3)*(E2:E20<1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the most silver medals a team with 3 total medals and less than 1 bronze has?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"F1",
"=",
"3",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "MIN(FILTER(D1, C1<0))",
"Formula2": "MIN(FILTER(D2:D20, C2:C20<0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the least amount of silver medals a team with less than 0 gold medals has?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(E1, D1>2))",
"Formula2": "MAX(FILTER(E2:E20, D2:D20>2))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the most bronze a team with more than 2 silvers has?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"D1",
">",
"2"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=1)*(D1>3)))",
"Formula2": "SUM(FILTER(E2:E20, (C2:C20=1)*(D2:D20>3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total amount of bronze medals a team with 1 gold and more than 3 silver medals has?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"1",
"*",
"D1",
">",
"3"
]
}
] | train_2-11755180-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Belgium",
"6",
"0",
"3",
"9"
],
[
"3",
"2=",
"Germany",
"2",
"2",
"2",
"7"
],
[
"4",
"2=",
"Netherlands",
"2",
"2",
"2",
"6"
],
[
"5",
"4",
"Turkey",
"2",
"0",
"1",
"3"
],
[
"6",
"5",
"France",
"1",
"3",
"6",
"10"
],
[
"7",
"6",
"Belarus",
"1",
"2",
"1",
"4"
],
[
"8",
"7",
"Georgia",
"1",
"1",
"0",
"2"
],
[
"9",
"8",
"Poland",
"1",
"0",
"4",
"5"
],
[
"10",
"9",
"Great Britain",
"0",
"2",
"3",
"5"
],
[
"11",
"10",
"Spain",
"0",
"2",
"1",
"3"
],
[
"12",
"11",
"Austria",
"0",
"1",
"1",
"2"
],
[
"13",
"12",
"Czech Republic",
"0",
"1",
"0",
"1"
],
[
"14",
"13",
"Russia",
"0",
"0",
"2",
"2"
],
[
"15",
"14=",
"Estonia",
"0",
"0",
"1",
"1"
],
[
"16",
"14=",
"Italy",
"0",
"0",
"1",
"1"
],
[
"17",
"14=",
"Lithuania",
"0",
"0",
"1",
"1"
],
[
"18",
"14=",
"Romania",
"0",
"0",
"1",
"1"
],
[
"19",
"14=",
"Portugal",
"0",
"0",
"1",
"1"
],
[
"20",
"14=",
"Yugoslavia",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"charles eady\")*(B1=\"12/63\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"charles eady\")*(B2:B7=\"12/63\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is rank of player Charles Eady and a Bowling of 12/63?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"charles eady\"",
"*",
"B1",
"=",
"\"12/63\"",
"1"
]
}
] | train_2-14412861-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Bowling",
"Player",
"Opponent",
"Venue",
"Season"
],
[
"2",
"1",
"15/73",
"William Brown",
"Victoria",
"TCA Ground , Hobart",
"1857/58"
],
[
"3",
"2",
"13/185",
"Charles Eady",
"Victoria",
"TCA Ground , Hobart",
"1906/07"
],
[
"4",
"3",
"12/63",
"Charles Eady",
"Victoria",
"MCG , Melbourne",
"1895–96"
],
[
"5",
"4",
"12/119",
"Colin Miller",
"South Australia",
"Bellerive Oval , Hobart",
"1997–98"
],
[
"6",
"5",
"12/129",
"Charles Eady",
"Victoria",
"TCA Ground , Hobart",
"1898–99"
],
[
"7",
"Source: . Last updated: 27 June 2007.",
"Source: . Last updated: 27 June 2007.",
"Source: . Last updated: 27 June 2007.",
"Source: . Last updated: 27 June 2007.",
"Source: . Last updated: 27 June 2007.",
"Source: . Last updated: 27 June 2007."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"L 14–24\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,E2:E10=\"L 14–24\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what dates was the final score of the game L 14–24?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"L 14–24\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, F1=\"1–7\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G10, F2:F10=\"1–7\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many game sites are there where the team record is 1–7?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"F1",
"=",
"\"1–7\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "On week 7, what were the opponents?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"0–5\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,F2:F10=\"0–5\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what game sites are there where the team record is 0–5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"0–5\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"1–6\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,F2:F10=\"1–6\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What game sites are where the team record is 1–6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"1–6\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"AOL Arena\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"AOL Arena\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In game site AOL Arena, who are all the opponents?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"AOL Arena\"",
"4"
]
}
] | train_1-25380472-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
[
"2",
"1",
"Saturday, April 2",
"7:00 p.m.",
"at Amsterdam Admirals",
"L 14–24",
"0–1",
"Amsterdam ArenA",
"10234"
],
[
"3",
"2",
"Sunday, April 10",
"4:00 p.m.",
"Cologne Centurions",
"L 10–23",
"0–2",
"LTU arena",
"25304"
],
[
"4",
"3",
"Saturday, April 16",
"7:00 p.m.",
"at Hamburg Sea Devils",
"L 24–31",
"0–3",
"AOL Arena",
"19865"
],
[
"5",
"4",
"Saturday, April 23",
"7:00 p.m.",
"Berlin Thunder",
"L 28–30",
"0–4",
"LTU arena",
"20399"
],
[
"6",
"5",
"Saturday, April 30",
"7:00 p.m.",
"at Frankfurt Galaxy",
"L 20–23",
"0–5",
"Commerzbank-Arena",
"27439"
],
[
"7",
"6",
"Saturday, May 7",
"7:00 p.m.",
"Hamburg Sea Devils",
"W 24–19",
"1–5",
"LTU arena",
"18632"
],
[
"8",
"7",
"Saturday, May 14",
"6:00 p.m.",
"at Berlin Thunder",
"L 15–24",
"1–6",
"Olympic Stadium",
"16695"
],
[
"9",
"8",
"Saturday, May 21",
"7:00 p.m.",
"Frankfurt Galaxy",
"L 13–20",
"1–7",
"LTU arena",
"28124"
],
[
"10",
"9",
"Sunday, May 29",
"4:00 p.m.",
"at Cologne Centurions",
"W 28–16",
"2–7",
"RheinEnergieStadion",
"32521"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"68-72-73=213\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"68-72-73=213\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par for the 68-72-73=213 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"68-72-73=213\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-70-72=211\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"69-70-72=211\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par for the 69-70-72=211 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"69-70-72=211\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(D1=\"67-71-73=211\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(C2:C16=\"united states\")*(D2:D16=\"67-71-73=211\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par for the United States with a 67-71-73=211 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"D1",
"=",
"\"67-71-73=211\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(D1=\"67-71-73=211\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(A2:A16=\"t4\")*(D2:D16=\"67-71-73=211\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country has t4 place and a 67-71-73=211 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t4\"",
"*",
"D1",
"=",
"\"67-71-73=211\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"australia\")*(D1=\"73-69-71=213\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(C2:C16=\"australia\")*(D2:D16=\"73-69-71=213\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par for Australia and a 73-69-71=213 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"australia\"",
"*",
"D1",
"=",
"\"73-69-71=213\"",
"5"
]
}
] | train_2-18103106-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Michael Campbell",
"New Zealand",
"71-71-65=207",
"–9"
],
[
"3",
"2",
"Costantino Rocca",
"Italy",
"69-70-70=209",
"–7"
],
[
"4",
"3",
"Steve Elkington",
"Australia",
"72-69-69=210",
"–6"
],
[
"5",
"T4",
"John Daly",
"United States",
"67-71-73=211",
"–5"
],
[
"6",
"T4",
"Ernie Els",
"South Africa",
"71-68-72=211",
"–5"
],
[
"7",
"T4",
"Corey Pavin",
"United States",
"69-70-72=211",
"–5"
],
[
"8",
"T4",
"Katsuyoshi Tomori",
"Japan",
"70-68-73=211",
"–5"
],
[
"9",
"T8",
"Mark Brooks",
"United States",
"70-69-73=212",
"–4"
],
[
"10",
"T8",
"Sam Torrance",
"Scotland",
"71-70-71=212",
"–4"
],
[
"11",
"T10",
"Bob Estes",
"United States",
"72-70-71=213",
"–3"
],
[
"12",
"T10",
"Brad Faxon",
"United States",
"71-67-75=213",
"–3"
],
[
"13",
"T10",
"Barry Lane",
"England",
"72-73-68=213",
"–3"
],
[
"14",
"T10",
"Brett Ogle",
"Australia",
"73-69-71=213",
"–3"
],
[
"15",
"T10",
"Vijay Singh",
"Fiji",
"68-72-73=213",
"–3"
],
[
"16",
"T10",
"Tom Watson",
"United States",
"67-76-70=213",
"–3"
]
] |
[
{
"Formula": "AVERAGE(FILTER(B1, (D1=0)*(E1>0)))",
"Formula2": "AVERAGE(FILTER(B2:B12, (D2:D12=0)*(E2:E12>0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which mean pick number had a Reg GP of 0, and a Pl GP that was bigger than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"=",
"0",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "MAX(FILTER(B1, (A1<6)*(C1=\"bob dailey\")*(D1>257)))",
"Formula2": "MAX(FILTER(B2:B12, (A2:A12<6)*(C2:C12=\"bob dailey\")*(D2:D12>257)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest Pick number that had a road number that was less than 6, featured Bob Dailey as a player, and which had a Reg GP bigger than 257?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
"<",
"6",
"*",
"C1",
"=",
"\"bob dailey\"",
"*",
"D1",
">",
"257"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=0)*(A1>8)*(B1>146)))",
"Formula2": "SUM(FILTER(E2:E12, (D2:D12=0)*(A2:A12>8)*(B2:B12>146)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum number of Pl GP when the Reg GP was 0, the Rd number was bigger than 8, and the pick number was bigger than 146?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"0",
"*",
"A1",
">",
"8",
"*",
"B1",
">",
"146"
]
}
] | train_2-11636955-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rd #",
"Pick #",
"Player",
"Reg GP",
"Pl GP"
],
[
"2",
"1",
"3",
"Dennis Ververgaert",
"409",
"3"
],
[
"3",
"1",
"9",
"Bob Dailey",
"257",
"7"
],
[
"4",
"2",
"19",
"Paulin Bordeleau",
"183",
"5"
],
[
"5",
"3",
"35",
"Paul Sheard",
"0",
"0"
],
[
"6",
"4",
"51",
"Keith Mackie",
"0",
"0"
],
[
"7",
"5",
"67",
"Paul O'Neil",
"5",
"0"
],
[
"8",
"6",
"83",
"Jim Cowell",
"0",
"0"
],
[
"9",
"7",
"99",
"Clay Hebenton",
"0",
"0"
],
[
"10",
"8",
"115",
"John Senkpiel",
"0",
"0"
],
[
"11",
"9",
"131",
"Peter Folco",
"2",
"0"
],
[
"12",
"9",
"146",
"Terry McDougall",
"0",
"0"
]
] |
[
{
"Formula": "SUMIFS(E1,C1,\"11,158 feet 3401 m\")",
"Formula2": "SUMIFS(E2:E10,C2:C10,\"11,158 feet 3401 m\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Elevation of 11,158 feet 3401 m had what route?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"11,158 feet 3401 m\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"trail ridge road\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>24))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,B2:B10=\"trail ridge road\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>24))",
"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": "Route larger than 24, and a Highway of trail ridge road had what elevation?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"trail ridge road\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"24"
]
},
{
"Formula": "AVERAGEIFS(E1,C1,\"12,183 feet 3713 m\")",
"Formula2": "AVERAGEIFS(E2:E10,C2:C10,\"12,183 feet 3713 m\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Elevation of 12,183 feet 3713 m is what average route?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"C1",
"\"12,183 feet 3713 m\""
]
}
] | train_2-14926835-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Highway",
"Elevation",
"Surface",
"Route"
],
[
"2",
"1",
"Mount Evans Scenic Byway",
"14,160 feet 4316 m",
"asphalt",
"005"
],
[
"3",
"2",
"Pikes Peak Highway",
"14,115 feet 4302 m",
"asphalt",
"999"
],
[
"4",
"3",
"Trail Ridge Road",
"12,183 feet 3713 m",
"asphalt",
"034"
],
[
"5",
"4",
"Eisenhower Tunnel",
"11,158 feet 3401 m",
"concrete",
"070"
],
[
"6",
"5",
"Warrior Mountain Summit",
"11,140 feet 3395 m",
"asphalt",
"103"
],
[
"7",
"6",
"Grand Mesa Summit",
"10,839 feet 3304 m",
"asphalt",
"065"
],
[
"8",
"7",
"Battle Mountain Summit",
"0 9,267 feet 2825 m",
"asphalt",
"024"
],
[
"9",
"8",
"Black Mesa Summit",
"0 9,121 feet 2780 m",
"asphalt",
"092"
],
[
"10",
"9",
"Wondervu Hill",
"0 8,660 feet 2640 m",
"asphalt",
"072"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"40–40\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,H2:H9=\"40–40\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the attendance on location for a record of 40–40?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"40–40\"",
"7"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,C1=\"milwaukee\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>77))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H9,C2:C9=\"milwaukee\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>77))",
"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 had the high assist in a game number above 77 for Milwaukee?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"milwaukee\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"77"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=77))",
"Formula2": "LET(query1,SUMMARIZE(F2:F9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=77))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who had the high assists in game 77?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"77"
]
}
] | test_2-11960407-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"75",
"April 2",
"@ Atlanta",
"L 120–127 (OT)",
"Chris Bosh (24)",
"T. J. Ford (13)",
"Philips Arena 14,691",
"38–37"
],
[
"3",
"76",
"April 4",
"Charlotte",
"L 100–105 (OT)",
"Chris Bosh , Radoslav Nesterović (23)",
"T. J. Ford (14)",
"Air Canada Centre 19,800",
"38–38"
],
[
"4",
"77",
"April 5",
"@ New Jersey",
"L 90–99 (OT)",
"Radoslav Nesterović (22)",
"Chris Bosh (6)",
"Izod Center 15,927",
"38–39"
],
[
"5",
"78",
"April 9",
"Milwaukee",
"W 111–93 (OT)",
"Chris Bosh (32)",
"José Calderón (12)",
"Air Canada Centre 18,569",
"39–39"
],
[
"6",
"79",
"April 11",
"New Jersey",
"W 113–85 (OT)",
"Carlos Delfino (24)",
"José Calderón (10)",
"Air Canada Centre 19,800",
"40–39"
],
[
"7",
"80",
"April 13",
"@ Detroit",
"L 84–91 (OT)",
"Chris Bosh (30)",
"T. J. Ford (8)",
"The Palace of Auburn Hills 22,076",
"40–40"
],
[
"8",
"81",
"April 14",
"Miami",
"W 91–75 (OT)",
"Radoslav Nesterović (20)",
"José Calderón (11)",
"Air Canada Centre 18,855",
"41–40"
],
[
"9",
"82",
"April 16",
"@ Chicago",
"L 97–107 (OT)",
"T. J. Ford (18)",
"José Calderón (8)",
"United Center 21,909",
"41–41"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Memphis\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"Memphis\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the high rebounds for memphis",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Memphis\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Chris Duhon , Nate Robinson , David Lee (3)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,G2:G16=\"Chris Duhon , Nate Robinson , David Lee (3)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the team for chris duhon , nate robinson , david lee (3)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"Chris Duhon , Nate Robinson , David Lee (3)\"",
"3"
]
}
] | test_1-17060277-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"31",
"January 2",
"Indiana",
"L 103–105 (OT)",
"Al Harrington (27)",
"David Lee (11)",
"Chris Duhon (7)",
"Madison Square Garden 19,763",
"12–19"
],
[
"3",
"32",
"January 4",
"Boston",
"W 100–88 (OT)",
"Wilson Chandler (31)",
"David Lee (14)",
"Chris Duhon (5)",
"Madison Square Garden 19,763",
"13–19"
],
[
"4",
"33",
"January 6",
"@ Oklahoma City",
"L 99–107 (OT)",
"Al Harrington (21)",
"David Lee (13)",
"Chris Duhon (6)",
"Ford Center 18,487",
"13–20"
],
[
"5",
"34",
"January 8",
"@ Dallas",
"L 94–99 (OT)",
"Chris Duhon (24)",
"David Lee (15)",
"Chris Duhon (7)",
"American Airlines Center 19,779",
"13–21"
],
[
"6",
"35",
"January 10",
"@ Houston",
"L 76–96 (OT)",
"Tim Thomas (18)",
"David Lee (11)",
"Chris Duhon (6)",
"Toyota Center 18,280",
"13–22"
],
[
"7",
"36",
"January 12",
"@ New Orleans",
"W 101–95 (OT)",
"David Lee (24)",
"Al Harrington (10)",
"Chris Duhon (9)",
"New Orleans Arena 16,177",
"14–22"
],
[
"8",
"37",
"January 14",
"Washington",
"W 128–122 (OT)",
"David Lee (30)",
"David Lee (10)",
"Chris Duhon (9)",
"Madison Square Garden 18,020",
"15–22"
],
[
"9",
"38",
"January 16",
"@ Washington",
"L 89–96 (OT)",
"Al Harrington (18)",
"David Lee (21)",
"Chris Duhon (8)",
"Verizon Center 17,526",
"15–23"
],
[
"10",
"39",
"January 17",
"Philadelphia",
"L 97–107 (OT)",
"Al Harrington (26)",
"David Lee (11)",
"Nate Robinson (7)",
"Madison Square Garden 19,408",
"15–24"
],
[
"11",
"40",
"January 19",
"Chicago",
"W 102–98 (OT)",
"Quentin Richardson (24)",
"David Lee (10)",
"Chris Duhon , Nate Robinson , David Lee (3)",
"Madison Square Garden 18,807",
"16–24"
],
[
"12",
"41",
"January 21",
"Phoenix",
"W 114–109 (OT)",
"David Lee (25)",
"David Lee (16)",
"Chris Duhon (7)",
"Madison Square Garden 19,256",
"17–24"
],
[
"13",
"42",
"January 23",
"Memphis",
"W 108–88 (OT)",
"David Lee (19)",
"David Lee (14)",
"Chris Duhon (7)",
"Madison Square Garden 18,391",
"18–24"
],
[
"14",
"43",
"January 24",
"@ Philadelphia",
"L 110–116 (OT)",
"Nate Robinson (26)",
"David Lee (10)",
"Nate Robinson (6)",
"Wachovia Center 19,239",
"18–25"
],
[
"15",
"44",
"January 26",
"Houston",
"W 104–98 (OT)",
"Nate Robinson (19)",
"David Lee (13)",
"Chris Duhon (11)",
"Madison Square Garden 19,155",
"19–25"
],
[
"16",
"45",
"January 28",
"Atlanta",
"W 112–104 (OT)",
"Nate Robinson (24)",
"David Lee (16)",
"Chris Duhon (11)",
"Madison Square Garden 18,180",
"20–25"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"essendon\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"essendon\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score of the home team aginst Essendon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"essendon\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When is the Geelong game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"7"
]
}
] | test_2-10809157-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"14.15 (99)",
"North Melbourne",
"14.23 (107)",
"Kardinia Park",
"17,102",
"17 May 1969"
],
[
"3",
"Footscray",
"8.10 (58)",
"South Melbourne",
"9.12 (66)",
"Western Oval",
"11,462",
"17 May 1969"
],
[
"4",
"Collingwood",
"13.20 (98)",
"Fitzroy",
"13.7 (85)",
"Victoria Park",
"14,614",
"17 May 1969"
],
[
"5",
"Carlton",
"14.24 (108)",
"Melbourne",
"12.6 (78)",
"Princes Park",
"14,973",
"17 May 1969"
],
[
"6",
"Richmond",
"7.10 (52)",
"Hawthorn",
"8.13 (61)",
"MCG",
"35,933",
"17 May 1969"
],
[
"7",
"St Kilda",
"16.10 (106)",
"Essendon",
"11.14 (80)",
"Moorabbin Oval",
"19,008",
"17 May 1969"
]
] |
[
{
"Formula": "SUMIFS(B1,D1,\"wessex trains pink\")",
"Formula2": "SUMIFS(B2:B6,D2:D6,\"wessex trains pink\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Class when Wessex Trains Pink is the Livery?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"wessex trains pink\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=31468))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=31468))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Livery when the Number is 31468?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"31468"
]
}
] | train_2-15805928-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number",
"Class",
"Name",
"Livery",
"Notes"
],
[
"2",
"31128",
"31",
"Charybdis",
"Fragonset Black",
"Now operated by Nemesis Rail ."
],
[
"3",
"31452",
"31",
"Minotaur",
"Fragonset Black",
"Now operated by Network Rail ."
],
[
"4",
"31454",
"31",
"The Heart of Wessex",
"InterCity Swallow",
"Now operated by Network Rail ."
],
[
"5",
"31468",
"31",
"Hydra",
"Fragonset Black",
"Now operated by Network Rail ."
],
[
"6",
"31601",
"31",
"Gauge O Guild",
"Wessex Trains Pink",
"Now operated by Network Rail ."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team is travelling to play Hawthorn?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"hawthorn\"",
"3"
]
},
{
"Formula": "MINIFS(F1,E1,\"victoria park\")",
"Formula2": "MINIFS(F2:F7,E2:E7,\"victoria park\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest crowd at the Victoria Park Venue?",
"Tokens": [
"MINIFS(",
"F1",
"E1",
"\"victoria park\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score given by the Home team Geelong?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"2"
]
}
] | train_2-10775038-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"10.13 (73)",
"South Melbourne",
"15.16 (106)",
"Punt Road Oval",
"21,000",
"4 July 1959"
],
[
"3",
"Collingwood",
"11.18 (84)",
"North Melbourne",
"9.9 (63)",
"Victoria Park",
"25,149",
"4 July 1959"
],
[
"4",
"St Kilda",
"11.10 (76)",
"Melbourne",
"9.23 (77)",
"Junction Oval",
"23,800",
"4 July 1959"
],
[
"5",
"Geelong",
"13.15 (93)",
"Footscray",
"10.15 (75)",
"Kardinia Park",
"14,150",
"4 July 1959"
],
[
"6",
"Hawthorn",
"14.13 (97)",
"Essendon",
"12.20 (92)",
"Glenferrie Oval",
"15,500",
"4 July 1959"
],
[
"7",
"Fitzroy",
"21.13 (139)",
"Carlton",
"10.13 (73)",
"Brunswick Street Oval",
"26,000",
"4 July 1959"
]
] |
[
{
"Formula": "MIN(FILTER(C1, E1=1))",
"Formula2": "MIN(FILTER(C2:C6, E2:E6=1))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the least Top-5 when 1 is the cuts made?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"E1",
"=",
"1"
]
},
{
"Formula": "MIN(FILTER(C1, D1<0))",
"Formula2": "MIN(FILTER(C2:C6, D2:D6<0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "With events less than 0, what is the fewest Top-5?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(B1, E1<0))",
"Formula2": "AVERAGE(FILTER(B2:B6, E2:E6<0))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many wins of average has cuts made less than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (C1=2)*(E1=4)*(B1<0)))",
"Formula2": "SUM(FILTER(D2:D6, (C2:C6=2)*(E2:E6=4)*(B2:B6<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many events total is the Top-5 2, and 4 is the cuts made, and less than 0 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"2",
"*",
"E1",
"=",
"4",
"*",
"B1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (A1=\"the open championship\")*(E1>3)))",
"Formula2": "AVERAGE(FILTER(B2:B6, (A2:A6=\"the open championship\")*(E2:E6>3)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "In the Open Championship with more than 3 cuts made, what is the average wins?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"A1",
"=",
"\"the open championship\"",
"*",
"E1",
">",
"3"
]
}
] | train_2-18512893-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"0",
"1",
"0"
],
[
"3",
"U.S. Open",
"0",
"0",
"0",
"0"
],
[
"4",
"The Open Championship",
"0",
"2",
"4",
"3"
],
[
"5",
"PGA Championship",
"0",
"0",
"3",
"1"
],
[
"6",
"Totals",
"0",
"2",
"8",
"4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"mercer\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"mercer\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What kind of Winning driver has a Winning constructor of mercer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"mercer\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"mercedes\")*(A1=\"elgin trophy\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"mercedes\")*(A2:A8=\"elgin trophy\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Winning driver has a Winning constructor of mercedes, and a Name of elgin trophy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"mercedes\"",
"*",
"A1",
"=",
"\"elgin trophy\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"tourist trophy\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"tourist trophy\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Report of tourist trophy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"tourist trophy\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"31 may\")*(B1=\"madonie\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"31 may\")*(B2:B8=\"madonie\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Winning constructor on 31 may and a Circuit of madonie?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"31 may\"",
"*",
"B1",
"=",
"\"madonie\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"mercedes\")*(B1=\"elgin\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"mercedes\")*(B2:B8=\"elgin\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Date of mercedes, and a Circuit of elgin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"mercedes\"",
"*",
"B1",
"=",
"\"elgin\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"mercedes\")*(C1=\"22 august\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"mercedes\")*(C2:C8=\"22 august\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Winning driver of mercedes on 22 august?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"mercedes\"",
"*",
"C1",
"=",
"\"22 august\"",
"4"
]
}
] | train_2-18256407-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Circuit",
"Date",
"Winning driver",
"Winning constructor",
"Report"
],
[
"2",
"Vanderbilt Cup",
"Santa Monica",
"26 February",
"Ralph DePalma",
"Mercedes",
"Report"
],
[
"3",
"American Grand Prize",
"Santa Monica",
"28 February",
"Eddie Pullen",
"Mercer",
"Report"
],
[
"4",
"Indianapolis 500",
"Indianapolis",
"30 May",
"René Thomas",
"Delage",
"Report"
],
[
"5",
"Coppa Florio",
"Madonie",
"31 May",
"Felice Nazzaro",
"Nazzaro",
"Report"
],
[
"6",
"Russian Grand Prix",
"St Petersburg",
"31 May",
"Willy Scholl",
"Benz",
"Report"
],
[
"7",
"Tourist Trophy",
"Isle of Man",
"10–11 June",
"Kenelm Lee Guinness",
"Sunbeam",
"Report"
],
[
"8",
"Elgin Trophy",
"Elgin",
"22 August",
"Ralph DePalma",
"Mercedes",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"lcr honda 600cc\")*(E1=\"59’ 22.80\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"lcr honda 600cc\")*(E2:E11=\"59’ 22.80\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Rider of the LCR Honda 600CC Team with a Time of 59’ 22.80?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"lcr honda 600cc\"",
"*",
"E1",
"=",
"\"59’ 22.80\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"108.347mph\")*(E1=\"1:02.40.93\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"108.347mph\")*(E2:E11=\"1:02.40.93\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Rider had a Speed of 108.347mph and Time of 1:02.40.93?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"108.347mph\"",
"*",
"E1",
"=",
"\"1:02.40.93\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1:01.50.57\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"1:01.50.57\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Rider had a Time of 1:01.50.57?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1:01.50.57\"",
"2"
]
}
] | train_2-14209455-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Nick Crowe / Mark Cox",
"LCR Honda 600cc",
"114.372mph",
"59’ 22.80"
],
[
"3",
"2",
"John Holden/Andrew Winkle",
"LCR Suzuki 600cc",
"113.751mph",
"59’ 42.24"
],
[
"4",
"3",
"Tim Reeves /Patrick Farrance",
"LCR Suzuki 600cc",
"111.096mph",
"1:01.07.84"
],
[
"5",
"4",
"Phil Dongworth/Stuart Castles",
"Ireson Honda 600cc",
"111.011mph",
"1:01.10.68"
],
[
"6",
"5",
"Nigel Connole/ Dipash Chauhan",
"LCR Honda 600cc",
"109.926mph",
"1:01.46.90"
],
[
"7",
"6",
"Douglas Wright/Stuart Bond",
"Honda 600cc",
"109.817mph",
"1:01.50.57"
],
[
"8",
"7",
"Gary Bryan/Robert Bell",
"Yamaha 600cc",
"108.347mph",
"1:02.36.68"
],
[
"9",
"8",
"Tony Elmer/Darren Marshall",
"Ireson Yamaha 600cc",
"108.347mph",
"1:02.40.93"
],
[
"10",
"9",
"Roy Hanks/Dave Wells",
"DMR Suzuki 600cc",
"108.141mph",
"1:02.48.08"
],
[
"11",
"10",
"Greg Lambert/Sally Wilson",
"DMR Honda 600cc",
"107.954mph",
"1:02.54.60"
]
] |
[
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,MAXX(B1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A16,MAXX(B2:B16)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "the student course that has the largest transcript",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"MAXX(",
"B1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(B1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A16,SUMX(B2:B16)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which course has the most transcripts?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(B1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A16,SUMX(B2:B16)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "The student course with the most transcripts.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,MAXX(B1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A16,MAXX(B2:B16)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "the student course with the largest transcript",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"MAXX(",
"B1",
"2",
"-",
"1",
"1"
]
}
] | tracking_transcript_contents | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"student course id",
"transcript id",
"transcript contents"
],
[
"2",
"0",
"2",
""
],
[
"3",
"96",
"8",
""
],
[
"4",
"76",
"9",
""
],
[
"5",
"7",
"4",
""
],
[
"6",
"0",
"15",
""
],
[
"7",
"76",
"15",
""
],
[
"8",
"0",
"6",
""
],
[
"9",
"96",
"13",
""
],
[
"10",
"76",
"12",
""
],
[
"11",
"28982908",
"11",
""
],
[
"12",
"2",
"8",
""
],
[
"13",
"0",
"5",
""
],
[
"14",
"8",
"5",
""
],
[
"15",
"45105806",
"8",
""
],
[
"16",
"70882679",
"6",
""
]
] |
[
{
"Formula": "SUM(FILTER(C1, E1<257))",
"Formula2": "SUM(FILTER(C2:C11, E2:E11<257))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Snatch has a Total (kg) smaller than 257?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"257"
]
},
{
"Formula": "SUM(FILTER(C1, (D1=180)*(B1<69.83)))",
"Formula2": "SUM(FILTER(C2:C11, (D2:D11=180)*(B2:B11<69.83)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Snatch has a Clean & Jerk of 180, and a Bodyweight smaller than 69.83?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"180",
"*",
"B1",
"<",
"69.83"
]
}
] | train_2-17703223-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Bodyweight",
"Snatch",
"Clean & Jerk",
"Total (kg)"
],
[
"2",
"Iván Cambar ( CUB )",
"76.65",
"156.0",
"194.0",
"350.0"
],
[
"3",
"José Ocando ( VEN )",
"76.85",
"145.0",
"192.0",
"337.0"
],
[
"4",
"Octavio Mejías ( VEN )",
"76.78",
"151.0",
"185.0",
"336.0"
],
[
"5",
"Carlos Andica ( COL )",
"76.55",
"151.0",
"183.0",
"334.0"
],
[
"6",
"Chad Vaughn ( USA )",
"76.85",
"145.0",
"187.0",
"332.0"
],
[
"7",
"Matt Bruce ( USA )",
"69.83",
"148.0",
"180.0",
"328.0"
],
[
"8",
"Julio Idrovo ( ECU )",
"76.40",
"154.0",
"170.0",
"324.0"
],
[
"9",
"Esteban Radilla ( MEX )",
"76.40",
"135.0",
"170.0",
"305.0"
],
[
"10",
"Víctor Viquez ( PAN )",
"76.25",
"130.0",
"170.0",
"300.0"
],
[
"11",
"Mauricio de Marino ( URU )",
"75.10",
"114.0",
"143.0",
"257.0"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (B1=\"yeovil town\")*(C1<16)))",
"Formula2": "SUM(FILTER(F2:F15, (B2:B15=\"yeovil town\")*(C2:C15<16)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many league cups have yeovil town as the club, with a league less than 16?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"yeovil town\"",
"*",
"C1",
"<",
"16"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (A1=\"gary jones\")*(E1>5)))",
"Formula2": "AVERAGE(FILTER(D2:D15, (A2:A15=\"gary jones\")*(E2:E15>5)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average FA Cup that has gary jones as the player, and an FA trophy greater than 5?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"A1",
"=",
"\"gary jones\"",
"*",
"E1",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=\"tony hemmings\")*(C1>15)))",
"Formula2": "SUM(FILTER(E2:E15, (A2:A15=\"tony hemmings\")*(C2:C15>15)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What FA trophys have tony hemmings as the player, with a league greater than 15?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"\"tony hemmings\"",
"*",
"C1",
">",
"15"
]
}
] | train_2-15611166-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Club",
"League",
"FA Cup",
"FA Trophy",
"League Cup",
"Total"
],
[
"2",
"David Leworthy",
"Farnborough Town",
"32",
"1",
"5",
"1",
"39"
],
[
"3",
"Mark Whitehouse",
"Bromsgrove Rovers",
"23",
"0",
"2",
"1",
"26"
],
[
"4",
"Malcolm O'Connor",
"Northwich Victoria",
"21",
"2",
"1",
"3",
"27"
],
[
"5",
"Keith Scott",
"Wycombe Wanderers",
"20",
"1",
"5",
"2",
"28"
],
[
"6",
"Paul Cavell",
"Dagenham & Redbridge",
"19",
"8",
"1",
"1",
"29"
],
[
"7",
"Terry Robbins",
"Welling United",
"19",
"1",
"2",
"1",
"23"
],
[
"8",
"Andy Sayer",
"Slough Town",
"19",
"1",
"1",
"0",
"21"
],
[
"9",
"Karl Thomas",
"Witton Albion",
"19",
"0",
"3",
"0",
"22"
],
[
"10",
"Gary Abbott",
"Welling United",
"17",
"0",
"1",
"1",
"19"
],
[
"11",
"Phil Brown",
"Kettering Town",
"16",
"2",
"0",
"0",
"18"
],
[
"12",
"Gary Jones",
"Boston United",
"16",
"2",
"5",
"1",
"24"
],
[
"13",
"Mickey Spencer",
"Yeovil Town",
"16",
"2",
"1",
"2",
"21"
],
[
"14",
"Tony Hemmings",
"Northwich Victoria",
"15",
"1",
"0",
"4",
"20"
],
[
"15",
"Alan Lamb",
"Gateshead",
"15",
"7",
"1",
"0",
"23"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"A. Willis Robertson (D)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C6, B2:B6=\"A. Willis Robertson (D)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many reasons were given when A. Willis Robertson (D) resigned?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"\"A. Willis Robertson (D)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"May 11, 1966\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"May 11, 1966\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who vacated his post when his successor was formally installed on May 11, 1966?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"May 11, 1966\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"May 11, 1966\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"May 11, 1966\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the state (class) where the new successor was formally installed on May 11, 1966?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"May 11, 1966\"",
"1"
]
}
] | train_1-1847180-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"State (class)",
"Vacator",
"Reason for change",
"Successor",
"Date of successors formal installation"
],
[
"2",
"South Carolina (3)",
"Olin D. Johnston (D)",
"Died April 18, 1965",
"Donald S. Russell (D)",
"April 22, 1965"
],
[
"3",
"South Carolina (3)",
"Donald S. Russell (D)",
"Successor elected November 8, 1965",
"Ernest Hollings (D)",
"November 9, 1965"
],
[
"4",
"Virginia (1)",
"Harry F. Byrd (D)",
"Resigned November 10, 1965",
"Harry F. Byrd, Jr. (D)",
"November 12, 1965"
],
[
"5",
"Michigan (2)",
"Patrick V. McNamara (D)",
"Died April 30, 1966",
"Robert P. Griffin (R)",
"May 11, 1966"
],
[
"6",
"Virginia (2)",
"A. Willis Robertson (D)",
"Resigned December 30, 1966",
"William B. Spong, Jr. (D)",
"December 31, 1966"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"slovakia\")",
"Formula2": "SUMIFS(D2:D6,B2:B6,\"slovakia\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the prominence in m of slovakia?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"slovakia\""
]
},
{
"Formula": "SUM(FILTER(D1, E1>738))",
"Formula2": "SUM(FILTER(D2:D6, E2:E6>738))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the prominence in m of a col in m greater than 738?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"738"
]
},
{
"Formula": "MIN(FILTER(E1, (A1=\"gerlachovský štít\")*(C1>2655)))",
"Formula2": "MIN(FILTER(E2:E6, (A2:A6=\"gerlachovský štít\")*(C2:C6>2655)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Whta is the lowest col in m of gerlachovský štít peak, which has an elevation greater than 2,655 m?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"A1",
"=",
"\"gerlachovský štít\"",
"*",
"C1",
">",
"2655"
]
},
{
"Formula": "MIN(FILTER(C1, (D1<2103)*(A1=\"moldoveanu peak\")*(E1<498)))",
"Formula2": "MIN(FILTER(C2:C6, (D2:D6<2103)*(A2:A6=\"moldoveanu peak\")*(E2:E6<498)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest elevation in m of moldoveanu peak, which has a prominence in m less than 2,103 and a col in m less than 498?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"<",
"2103",
"*",
"A1",
"=",
"\"moldoveanu peak\"",
"*",
"E1",
"<",
"498"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (A1=\"pietrosul rodnei\")*(C1<2303)))",
"Formula2": "AVERAGE(FILTER(D2:D6, (A2:A6=\"pietrosul rodnei\")*(C2:C6<2303)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average prominence in m of pietrosul rodnei peak, which has an elevation less than 2,303?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"A1",
"=",
"\"pietrosul rodnei\"",
"*",
"C1",
"<",
"2303"
]
}
] | train_2-18918776-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Peak",
"Country",
"Elevation (m)",
"Prominence (m)",
"Col (m)"
],
[
"2",
"Gerlachovský štít",
"Slovakia",
"2,655",
"2,355",
"300"
],
[
"3",
"Parângu Mare",
"Romania",
"2,519",
"2,103",
"416"
],
[
"4",
"Moldoveanu Peak",
"Romania",
"2,544",
"2,046",
"498"
],
[
"5",
"Peleaga",
"Romania",
"2,509",
"1,759",
"750"
],
[
"6",
"Pietrosul Rodnei",
"Romania",
"2,303",
"1,565",
"738"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Heavyweight Champion\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"Heavyweight Champion\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which is the charity that the background of the celebrity is heavyweight champion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Heavyweight Champion\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"08 Fired in week 10 (2008-03-06)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"08 Fired in week 10 (2008-03-06)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the original team of the celebrity who had the result 08 fired in week 10 (2008-03-06)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"08 Fired in week 10 (2008-03-06)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=3),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,H2:H13=3),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which celebrity was raised 03?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Reality Star\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"Reality Star\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the charity of the celebrity with the background reality star?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Reality Star\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"13 The Celebrity Apprentice (2008-03-27)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,G2:G13=\"13 The Celebrity Apprentice (2008-03-27)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the background of the celebrity who had the result 13 the celebrity apprentice (2008-03-27)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"13 The Celebrity Apprentice (2008-03-27)\"",
"2"
]
}
] | test_1-12286195-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Celebrity",
"Background",
"Original Team",
"Age",
"Hometown",
"Charity",
"Result",
"Raised"
],
[
"2",
"Piers Morgan Category:Articles with hCards",
"TV Judge / Tabloid Editor",
"Hydra",
"42",
"Guildford , Surrey",
"Intrepid Fallen Heroes Fund",
"13 The Celebrity Apprentice (2008-03-27)",
"13 $754,300"
],
[
"3",
"Trace Adkins Category:Articles with hCards",
"Country Star",
"Hydra",
"45",
"Sarepta, Louisiana",
"Food Allergy & Anaphylaxis Network",
"12 Runner-Up in the Season Finale (2008-03-27)",
"12 $102,000"
],
[
"4",
"Carol Alt Category:Articles with hCards",
"Supermodel",
"Empresario",
"47",
"East Williston, New York",
"Tony Alt Memorial Foundation",
"11 Fired in week 12 (2008-03-20)",
"08 $40,000"
],
[
"5",
"Lennox Lewis Category:Articles with hCards",
"Heavyweight Champion",
"Hydra",
"42",
"West Ham , London",
"Muhammad Ali Center",
"10 Fired in week 12 (2008-03-20)",
"07 $40,000"
],
[
"6",
"Stephen Baldwin Category:Articles with hCards",
"Actor / Author",
"Hydra",
"41",
"Massapequa, New York",
"Carol M. Baldwin Breast Cancer Research Fund",
"09 Fired in week 11 (2008-03-13)",
"11 $89,324.79"
],
[
"7",
"Omarosa",
"Reality Star",
"Empresario",
"33",
"Youngstown, Ohio",
"Positive Vibrations Youth Mentoring Program",
"08 Fired in week 10 (2008-03-06)",
"04"
],
[
"8",
"Tito Ortiz Category:Articles with hCards",
"Mixed Martial Artist",
"Hydra",
"32",
"Huntington Beach, California",
"St. Jude Children's Research Hospital",
"07 Fired in week 9 (2008-02-28)",
"10 $70,000"
],
[
"9",
"Marilu Henner Category:Articles with hCards",
"Actor / Author",
"Empresario",
"55",
"Chicago, Illinois",
"Physicians Committee for Responsible Medicine",
"06 Fired in week 8 (2008-02-21)",
"05 $20,000"
],
[
"10",
"Nely Galán Category:Articles with hCards",
"Television Executive",
"Empresario",
"44",
"Santa Clara, Cuba",
"Count Me In",
"05 Fired in week 6 (2008-02-07)",
"03"
],
[
"11",
"Jennie Finch Category:Articles with hCards",
"ist Olympic Gold Medal",
"Empresario",
"27",
"La Mirada, California",
"International Breast Cancer Research Foundation",
"03 Fired in week 4 (2008-01-24)",
"02"
],
[
"12",
"Gene Simmons Category:Articles with hCards",
"Rock Star",
"Hydra",
"58",
"Queens, New York",
"Elizabeth Glaser Pediatric AIDS Foundation",
"02 Fired in week 3 (2008-01-17)",
"05 $20,000"
],
[
"13",
"Nadia Comaneci Category:Articles with hCards",
"ist Olympic Gold Medal",
"Empresario",
"46",
"Oneşti , Romania",
"Special Olympics",
"01 Fired in week 2 (2008-01-10)",
"01"
]
] |
[
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B4,SUMX(C2:C4)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "What is the charge amount of the most expensive charge type?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B4,SUMX(C2:C4)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "most expensive charge type",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B4,SUMX(C2:C4)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Type of the most expensive charge.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
}
] | dog_kennels_charges | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"charge id",
"charge type",
"charge amount"
],
[
"2",
"1",
"Daily Accommodation",
"98"
],
[
"3",
"2",
"Drugs",
"322"
],
[
"4",
"3",
"Health Check",
"640"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Chicagoland Speedway\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,D2:D17=\"Chicagoland Speedway\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had most laps led at Chicagoland speedway? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"Chicagoland Speedway\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Buddy Rice\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,G2:G17=\"Buddy Rice\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what race did Buddy Rice hav fastest lap? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"Buddy Rice\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 19\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,B2:B17=\"March 19\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what tra k was the march 19 race held? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 19\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Argent Mortgage Indy 300\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,C2:C17=\"Argent Mortgage Indy 300\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what track is the Argent mortgage Indy 300 held? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Argent Mortgage Indy 300\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Phoenix, Arizona\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,E2:E17=\"Phoenix, Arizona\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who held the fastes lap in Phoenix, Arizona? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"Phoenix, Arizona\"",
"7"
]
}
] | train_1-2454550-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Rnd",
"Date",
"Race Name",
"Track",
"Location",
"Pole position",
"Fastest lap",
"Most Laps Led",
"Winner"
],
[
"2",
"1",
"March 6",
"Toyota Indy 300",
"Homestead-Miami Speedway",
"Homestead, Florida",
"Tomas Scheckter",
"Buddy Rice",
"Dan Wheldon",
"Dan Wheldon"
],
[
"3",
"2",
"March 19",
"XM Satellite Radio Indy 200",
"Phoenix International Raceway",
"Phoenix, Arizona",
"Bryan Herta",
"Dario Franchitti",
"Dan Wheldon",
"Sam Hornish, Jr."
],
[
"4",
"3",
"April 3",
"Honda Grand Prix of St. Petersburg",
"Streets of St. Petersburg",
"St. Petersburg, Florida",
"Bryan Herta",
"Dario Franchitti",
"Ryan Briscoe",
"Dan Wheldon"
],
[
"5",
"4",
"April 30",
"Indy Japan 300",
"Twin Ring Motegi",
"Motegi , Japan",
"Sam Hornish, Jr.",
"Dan Wheldon",
"Dario Franchitti",
"Dan Wheldon"
],
[
"6",
"5",
"May 29",
"89th Indianapolis 500",
"Indianapolis Motor Speedway",
"Speedway, Indiana",
"Tony Kanaan",
"Tony Kanaan",
"Sam Hornish, Jr.",
"Dan Wheldon"
],
[
"7",
"6",
"June 11",
"Bombardier Learjet 500",
"Texas Motor Speedway",
"Fort Worth, Texas",
"Tomas Scheckter",
"Tomáš Enge",
"Tomas Scheckter",
"Tomas Scheckter"
],
[
"8",
"7",
"June 25",
"SunTrust Indy Challenge",
"Richmond International Raceway",
"Richmond, Virginia",
"Sam Hornish, Jr.",
"Kosuke Matsuura",
"Hélio Castroneves",
"Hélio Castroneves"
],
[
"9",
"8",
"July 3",
"Argent Mortgage Indy 300",
"Kansas Speedway",
"Kansas City, Kansas",
"Danica Patrick",
"Ryan Briscoe",
"Dan Wheldon",
"Tony Kanaan"
],
[
"10",
"9",
"July 16",
"Firestone Indy 200",
"Nashville Superspeedway",
"Lebanon, Tennessee",
"Tomas Scheckter",
"Scott Sharp",
"Tony Kanaan",
"Dario Franchitti"
],
[
"11",
"10",
"July 24",
"ABC Supply Company A.J. Foyt 225",
"The Milwaukee Mile",
"West Allis, Wisconsin",
"Sam Hornish, Jr.",
"Tomas Scheckter",
"Sam Hornish, Jr.",
"Sam Hornish, Jr."
],
[
"12",
"11",
"July 31",
"Firestone Indy 400",
"Michigan International Speedway",
"Brooklyn, Michigan",
"Bryan Herta",
"Townsend Bell",
"Bryan Herta",
"Bryan Herta"
],
[
"13",
"12",
"August 14",
"AMBER Alert Portal Indy 300",
"Kentucky Speedway",
"Sparta, Kentucky",
"Danica Patrick",
"Danica Patrick",
"Dan Wheldon",
"Scott Sharp"
],
[
"14",
"13",
"August 21",
"Honda Indy 225",
"Pikes Peak International Raceway",
"Fountain, Colorado",
"Hélio Castroneves",
"Dario Franchitti",
"Sam Hornish, Jr.",
"Dan Wheldon"
],
[
"15",
"14",
"August 28",
"Argent Mortgage Indy Grand Prix",
"Infineon Raceway",
"Sonoma, California",
"Ryan Briscoe",
"Tony Kanaan",
"Tony Kanaan",
"Tony Kanaan"
],
[
"16",
"15",
"September 11",
"Peak Antifreeze Indy 300",
"Chicagoland Speedway",
"Joliet, Illinois",
"Danica Patrick",
"Dario Franchitti",
"Dan Wheldon",
"Dan Wheldon"
],
[
"17",
"16",
"September 25",
"Watkins Glen Indy Grand Prix",
"Watkins Glen International",
"Watkins Glen, New York",
"Hélio Castroneves",
"Scott Dixon",
"Scott Dixon",
"Scott Dixon"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=56.07))",
"Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=56.07))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who had a time of 56.07?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"56.07"
]
}
] | train_2-12386451-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Matt Welsh",
"Australia",
"54.52"
],
[
"3",
"2",
"5",
"Josh Watson",
"Australia",
"54.93"
],
[
"4",
"3",
"3",
"Neil Walker",
"United States",
"55.20"
],
[
"5",
"4",
"1",
"Chris Renaud",
"Canada",
"55.70"
],
[
"6",
"5",
"2",
"Alexandre Massura",
"Brazil",
"56.07"
],
[
"7",
"6",
"6",
"Gordan Kožulj",
"Croatia",
"56.26"
],
[
"8",
"7",
"7",
"David Ortega",
"Spain",
"56.33"
],
[
"9",
"8",
"8",
"Adam Ruckwood",
"Great Britain",
"56.34"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"ashland\")*(B1=\"wooster\")*(A1=\"2006-07\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(D2:D12=\"ashland\")*(B2:B12=\"wooster\")*(A2:A12=\"2006-07\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Cross Country, when Soccer is Ashland, when Volleyball is Wooster, and when School Year is 2006-07?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"ashland\"",
"*",
"B1",
"=",
"\"wooster\"",
"*",
"A1",
"=",
"\"2006-07\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"wooster\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"wooster\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is School Year, when Cross Country is Wooster?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"wooster\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"2004-05\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"2004-05\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Tennis, when School Year is 2004-05?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"2004-05\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"2012-13\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"2012-13\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Cross Country, when School Year is 2012-13?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"2012-13\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"lexington\")*(D1=\"ashland\")*(B1=\"wooster\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(C2:C12=\"lexington\")*(D2:D12=\"ashland\")*(B2:B12=\"wooster\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is School Year, when Cross Country is Lexington, when Soccer is Ashland, and when Volleyball is Wooster?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"lexington\"",
"*",
"D1",
"=",
"\"ashland\"",
"*",
"B1",
"=",
"\"wooster\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"lexington\")*(A1=\"2011-12\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(C2:C12=\"lexington\")*(A2:A12=\"2011-12\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Soccer, when Cross Country is Lexington, and when School Year is 2011-12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"lexington\"",
"*",
"A1",
"=",
"\"2011-12\"",
"4"
]
}
] | train_2-16423070-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"School Year",
"Volleyball",
"Cross Country",
"Soccer",
"Tennis",
"Golf"
],
[
"2",
"2003-04",
"Orrville",
"Ashland",
"Lexington",
"Lexington",
"began in 2013"
],
[
"3",
"2004-05",
"Orrville, Madison, Lexington, West Holmes",
"Ashland",
"Ashland",
"Lexington",
"n/a"
],
[
"4",
"2005-06",
"Wooster",
"Lexington",
"Ashland",
"Lexington",
"n/a"
],
[
"5",
"2006-07",
"Wooster",
"Ashland",
"Ashland",
"Lexington",
"n/a"
],
[
"6",
"2007-08",
"Wooster",
"Lexington",
"Ashland",
"Lexington",
"n/a"
],
[
"7",
"2008-09",
"Madison",
"Wooster",
"Ashland",
"Lexington",
"n/a"
],
[
"8",
"2009-10",
"Lexington, Madison, Orrville",
"Lexington",
"Lexington, Wooster",
"Lexington",
"n/a"
],
[
"9",
"2010-11",
"Madison",
"Lexington",
"Clear Fork",
"Lexington",
"n/a"
],
[
"10",
"2011-12",
"Madison",
"Lexington",
"Wooster",
"Lexington",
"n/a"
],
[
"11",
"2012-13",
"Lexington",
"Lexington",
"Ashland",
"Lexington",
"n/a"
],
[
"12",
"2013-14",
"Madison, Orrville",
"Lexington",
"Clear Fork",
"Lexington",
"Ashland"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=323),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=323),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the Builder for the locomotive that has a works number of 323?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"323",
"4"
]
}
] | test_2-16270210-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Number",
"Name",
"Type",
"Builder",
"Works number",
"Date built"
],
[
"2",
"1",
"Talyllyn",
"0-4-2 ST",
"Fletcher,Jennings &Co. , Whitehaven",
"42",
"1864"
],
[
"3",
"2",
"Dolgoch",
"0-4-0 WT",
"Fletcher,Jennings &Co., Whitehaven",
"63",
"1866"
],
[
"4",
"3",
"Sir Haydn",
"0-4-2 ST",
"Hughes, Falcon Works , Loughborough",
"323",
"1878"
],
[
"5",
"4",
"Edward Thomas",
"0-4-2 ST",
"Kerr Stuart , Stoke-on-Trent",
"4047",
"1921"
],
[
"6",
"6",
"Douglas",
"0-4-0 WT",
"Andrew Barclay , Kilmarnock",
"1431",
"1918"
],
[
"7",
"7",
"Tom Rolt",
"0-4-2 T",
"Talyllyn Railway",
"none given",
"1991"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"november 13, 2005\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"november 13, 2005\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score for the match on November 13, 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"november 13, 2005\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"clay\")*(B1=\"july 17, 2005\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"clay\")*(B2:B13=\"july 17, 2005\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament took place on July 17, 2005, with a clay surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"clay\"",
"*",
"B1",
"=",
"\"july 17, 2005\"",
"3"
]
}
] | train_2-11307139-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Winner",
"June 30, 2002",
"Lachine , Canada",
"Hard",
"Beier Ko",
"6–0, 6–3"
],
[
"3",
"Winner",
"July 17, 2005",
"Hamilton , Canada",
"Clay",
"María José Argeri",
"6–1, 6–2"
],
[
"4",
"Runner–up",
"October 2, 2005",
"Pelham , United States",
"Clay",
"Soledad Esperón",
"5–7, 2–6"
],
[
"5",
"Winner",
"October 16, 2005",
"Victoria , Mexico",
"Hard",
"Olga Blahotová",
"2–6, 6–0, 6–4"
],
[
"6",
"Runner–up",
"October 23, 2005",
"Mexico City , Mexico",
"Hard",
"María José Argeri",
"4–6, 0–4 ret."
],
[
"7",
"Winner",
"November 13, 2005",
"Toronto , Canada",
"Hard (i)",
"Olena Antypina",
"6–4, 6–3"
],
[
"8",
"Winner",
"July 23, 2006",
"Hamilton , Canada",
"Clay",
"Valérie Tétreault",
"6–1, 6–7 (5–7) , 6–2"
],
[
"9",
"Winner",
"October 1, 2006",
"Ashland , United States",
"Hard",
"Ágnes Szávay",
"6–1, 7–6 (7–2)"
],
[
"10",
"Winner",
"November 12, 2006",
"Pittsburgh , United States",
"Hard (i)",
"Victoria Azarenka",
"6–2, ret."
],
[
"11",
"Runner–up",
"March 23, 2008",
"Redding , United States",
"Hard",
"Barbora Záhlavová-Strýcová",
"6–7 (4–7) , 3–6"
],
[
"12",
"Winner",
"August 7, 2011",
"Vancouver , Canada",
"Hard",
"Jamie Hampton",
"6–3, 6–1"
],
[
"13",
"Winner",
"March 17, 2012",
"Nassau , Bahamas",
"Hard",
"Alizé Cornet",
"6–4, 7–5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Failure to elect\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"Failure to elect\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the vacator when the reason for change was failure to elect?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Failure to elect\"",
"2"
]
}
] | train_1-225206-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"State (class)",
"Vacator",
"Reason for change",
"Successor",
"Date of successors formal installation"
],
[
"2",
"Tennessee (2)",
"Vacant",
"Failure to elect",
"Spencer Jarnagin ( W )",
"Elected October 17, 1843"
],
[
"3",
"Maine (1)",
"Vacant",
"Rep Reuel Williams resigned in previous congress",
"John Fairfield ( D )",
"Elected December 4, 1843"
],
[
"4",
"Illinois (2)",
"Samuel McRoberts ( D )",
"Died March 27, 1843",
"James Semple ( D )",
"Elected December 4, 1843"
],
[
"5",
"Missouri (3)",
"Lewis F. Linn ( D )",
"Died October 3, 1843",
"David R. Atchison ( D )",
"Elected December 14, 1843"
],
[
"6",
"Rhode Island (1)",
"William Sprague ( D )",
"Resigned January 17, 1844",
"John B. Francis ( LO )",
"Elected January 25, 1844"
],
[
"7",
"Arkansas (2)",
"William S. Fulton ( D )",
"Died August 15, 1844",
"Chester Ashley ( D )",
"Elected November 8, 1844"
],
[
"8",
"New York (3)",
"Henry A. Foster ( D )",
"Successor elected January 27, 1845",
"John A. Dix ( D )",
"Elected January 27, 1845"
],
[
"9",
"South Carolina (2)",
"Daniel E. Huger ( D )",
"Resigned March 3, 1845",
"Vacant",
"Not filled this term"
],
[
"10",
"Florida (1)",
"Vacant",
"Florida admitted to the Union March 3, 1845",
"Vacant",
"Not filled this term"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"sa/b\")*(C1=\"italy\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"sa/b\")*(C2:C6=\"italy\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's Italy's time when the notes were SA/B?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sa/b\"",
"*",
"C1",
"=",
"\"italy\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,C1,\"italy\")",
"Formula2": "SUMIFS(A2:A6,C2:C6,\"italy\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is Italy's rank?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"italy\""
]
}
] | train_2-18662689-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rowers",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Erwan Peron , Laurent Cadot",
"France",
"6:46.57",
"SA/B"
],
[
"3",
"2",
"Giuseppe De Vita , Raffaello Leonardo",
"Italy",
"6:51.01",
"SA/B"
],
[
"4",
"3",
"Dave Calder , Scott Frandsen",
"Canada",
"6:54.88",
"SA/B"
],
[
"5",
"4",
"Piotr Hojka , Jaroslaw Godek",
"Poland",
"7:01.90",
"R"
],
[
"6",
"5",
"Tyler Winklevoss , Cameron Winklevoss",
"United States",
"7:13.64",
"R"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (A1<882)*(E1<5)*(B1=\"ty williams\")*(C1<85)))",
"Formula2": "AVERAGE(FILTER(D2:D6, (A2:A6<882)*(E2:E6<5)*(B2:B6=\"ty williams\")*(C2:C6<85)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average amount of goals that has a points smaller of 882, less than 5 field goals, and less than 85 tries all by Ty Williams.",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"A1",
"<",
"882",
"*",
"E1",
"<",
"5",
"*",
"B1",
"=",
"\"ty williams\"",
"*",
"C1",
"<",
"85"
]
}
] | train_2-10848585-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Points",
"Player",
"Tries",
"Goals",
"Field Goals"
],
[
"2",
"1312",
"Johnathan Thurston",
"58",
"538",
"3"
],
[
"3",
"882",
"Josh Hannay",
"49",
"343",
"0"
],
[
"4",
"597",
"Matthew Bowen",
"130",
"36",
"5"
],
[
"5",
"386",
"Ashley Graham",
"84",
"25",
"0"
],
[
"6",
"340",
"Ty Williams",
"85",
"0",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=2003),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,E2:E9=2003),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Result, when Date is 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"2003",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=1996),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,E2:E9=1996),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Record, when Date is 1996?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"1996",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=2007),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,E2:E9=2007),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Notes, when Date is 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"2007",
"8"
]
},
{
"Formula": "MAXIFS(F1,C1,\"junior pitbull\")",
"Formula2": "MAXIFS(F2:F9,C2:C9,\"junior pitbull\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest Round, when the Opponent is Junior Pitbull?",
"Tokens": [
"MAXIFS(",
"F1",
"C1",
"\"junior pitbull\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(A1=\"loss\")*(D1=\"submission (armbar)\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,(A2:A9=\"loss\")*(D2:D9=\"submission (armbar)\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Date, when Result is Loss, and when Method is Submission (Armbar)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"loss\"",
"*",
"D1",
"=",
"\"submission (armbar)\"",
"5"
]
}
] | train_2-16055831-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Result",
"Record",
"Opponent",
"Method",
"Date",
"Round",
"Location",
"Notes"
],
[
"2",
"Win",
"1-0-0",
"Joa Mendes",
"Knockout (Strikes)",
"1995",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"3",
"Win",
"2-0-0",
"Larry Reynolds",
"Knockout (Strikes)",
"1995",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"4",
"Win",
"3-0-0",
"Héctor Rodríguez",
"Knockout (Strikes)",
"1995",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"5",
"Win",
"4-0-0",
"Larry Reynolds",
"Knockout (Strikes)",
"1996",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"6",
"Win",
"5-0-0",
"Luigi Maiolini",
"Knockout (Strikes)",
"1999",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"7",
"Loss",
"5-1-0",
"Junior Pitbull",
"Knockout (Strikes)",
"2003",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"8",
"Loss",
"5-2-0",
"Zuluzinho",
"Knockout (Strikes)",
"4 November 2003",
"1",
"Itapeua , Brazil",
"Vale Tudo"
],
[
"9",
"Loss",
"5-3-0",
"Osvaldo Castuera",
"Submission (armbar)",
"2007",
"1",
"Itapeua , Brazil",
"Vale Tudo"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"october 17, 2007\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"october 17, 2007\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score on october 17, 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"october 17, 2007\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"3-0\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"3-0\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the competition for score of 3-0",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"3-0\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"1-1\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"1-1\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which venue had a score of 1-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1-1\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"nihat kahveci\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"nihat kahveci\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "I want the date for nihat kahveci",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"nihat kahveci\"",
"1"
]
}
] | train_2-11213301-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Venue",
"Score",
"Competition",
"Turkey scorers",
"Match report"
],
[
"2",
"September 8, 2007",
"Ta' Qali Stadium",
"2-2",
"ECQ",
"Hakan Şükür , Servet Çetin",
"UEFA"
],
[
"3",
"September 12, 2007",
"İnönü Stadium",
"3-0",
"ECQ",
"Gökhan Ünal , Mehmet Aurelio , Halil Altıntop",
"UEFA"
],
[
"4",
"October 13, 2007",
"Zimbru Stadium",
"1-1",
"ECQ",
"Ümit Karan",
"UEFA"
],
[
"5",
"October 17, 2007",
"Ali Sami Yen Stadium",
"0-1",
"ECQ",
"—",
"UEFA"
],
[
"6",
"November 17, 2007",
"Ullevål Stadium",
"2-1",
"ECQ",
"Emre Belözoğlu , Nihat Kahveci",
"UEFA"
],
[
"7",
"November 21, 2007",
"Ali Sami Yen Stadium",
"1-0",
"ECQ",
"Nihat Kahveci",
"UEFA"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, (G1=2)*(D1=2002))))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C15, (G2:G15=2)*(D2:D15=2002))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many in the From category had thirds of exactly 2 and an Until stat of 2002?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"G1",
"=",
"2",
"*",
"D1",
"=",
"2002"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1<2006)*(G1=4)),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(C2:C15<2006)*(G2:G15=4)),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the second number when from is prior to 2006 and the thirds number was 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"<",
"2006",
"*",
"G1",
"=",
"4",
"6"
]
},
{
"Formula": "SUM(FILTER(D1, E1=5))",
"Formula2": "SUM(FILTER(D2:D15, E2:E15=5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total Until when the Titles was 5?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"5"
]
}
] | train_2-11775329-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Place",
"Name",
"From",
"Until",
"Titles",
"Seconds",
"Thirds"
],
[
"2",
"1.",
"Steffi Hanzlik-Jacob",
"1997",
"2004",
"5",
"3",
"–"
],
[
"3",
"2.",
"Kerstin Jürgens-Szymkowiak",
"2003",
"2011",
"3",
"4",
"–"
],
[
"4",
"3.",
"Diana Sartor",
"1996",
"2005",
"3",
"1",
"2"
],
[
"5",
"4.",
"Anja Huber",
"2006",
"2008",
"3",
"1",
"–"
],
[
"6",
"5.",
"Monique Riekewald",
"1996",
"2005",
"1",
"2",
"4"
],
[
"7",
"6.",
"Katharina Heinz",
"2009",
"2010",
"1",
"1",
"–"
],
[
"8",
"7.",
"Kathleen Lorenz",
"2010",
"2010",
"1",
"–",
"–"
],
[
"9",
"8.",
"Ramona Rahnis",
"1996",
"1998",
"–",
"2",
"1"
],
[
"10",
"9.",
"Marion Trott-Thees",
"2009",
"2011",
"–",
"2",
"1"
],
[
"11",
"10.",
"Julia Eichhorn",
"2007",
"2009",
"–",
"–",
"2"
],
[
"12",
"10.",
"Sophia Griebel",
"2010",
"2011",
"–",
"–",
"2"
],
[
"13",
"10.",
"Annett Köhler",
"2001",
"2002",
"–",
"–",
"2"
],
[
"14",
"13.",
"Kati Klinzing",
"2006",
"2006",
"–",
"–",
"1"
],
[
"15",
"13.",
"Melanie Riedl",
"2000",
"2000",
"–",
"–",
"1"
]
] |
[
{
"Formula": "SUMIFS(E1,A1,\"Thiruvananthapuram\")",
"Formula2": "SUMIFS(E2:E15,A2:A15,\"Thiruvananthapuram\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the syrian christians for thiruvananthapuram",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Thiruvananthapuram\""
]
},
{
"Formula": "SUM(FILTER(D1, G1=5.4))",
"Formula2": "SUM(FILTER(D2:D15, G2:G15=5.4))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the ezhavas for muslims being 5.4",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"=",
"5.4"
]
},
{
"Formula": "SUM(FILTER(D1, E1=26.2))",
"Formula2": "SUM(FILTER(D2:D15, E2:E15=26.2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the ezhavas and syrian christians being 26.2",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"26.2"
]
},
{
"Formula": "SUMIFS(E1,A1,\"Kollam\")",
"Formula2": "SUMIFS(E2:E15,A2:A15,\"Kollam\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the syrian christians for kollam",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Kollam\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=18.3))",
"Formula2": "LET(query1,SUMMARIZE(A2:A15,SUMX(H2:H15)),FILTER(query1,CHOOSECOLS(query1,2)=18.3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the district for others being 18.3",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"18.3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=8.2))",
"Formula2": "LET(query1,SUMMARIZE(A2:A15,SUMX(C2:C15)),FILTER(query1,CHOOSECOLS(query1,2)=8.2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the district for nairs 8.2",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8.2"
]
}
] | train_1-23214055-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"District",
"SC/ST",
"Nairs",
"Ezhavas",
"Syrian Christians",
"Latin Christians",
"Muslims",
"Others",
"Total"
],
[
"2",
"Thiruvananthapuram",
"11.3",
"13.2",
"24.9",
"1.4",
"23.7",
"15.3",
"10.2",
"100"
],
[
"3",
"Kollam",
"16.7",
"24.5",
"16.7",
"3.6",
"13.6",
"14.2",
"10.7",
"100"
],
[
"4",
"Pathanamthitta",
"8.6",
"11.0",
"13.5",
"49.0",
"9.5",
"1.3",
"7.1",
"100"
],
[
"5",
"Alappuzha",
"7.6",
"13.7",
"39.3",
"13.7",
"2.9",
"7.0",
"15.8",
"100"
],
[
"6",
"Kottayam",
"8.2",
"8.8",
"21.1",
"29.2",
"10.9",
"11.9",
"9.9",
"100"
],
[
"7",
"Idukki",
"14.3",
"7.6",
"15.4",
"26.2",
"12.8",
"5.4",
"18.3",
"100"
],
[
"8",
"Ernakulam",
"7.4",
"8.0",
"14.3",
"13.4",
"21.3",
"22.7",
"12.9",
"100"
],
[
"9",
"Thrissur",
"8.7",
"8.2",
"24.3",
"23.9",
"10.8",
"15.5",
"8.6",
"100"
],
[
"10",
"Palakkad",
"14.2",
"10.3",
"22.9",
"0.9",
"3.8",
"32.3",
"15.6",
"100"
],
[
"11",
"Malappuram",
"5.3",
"1.8",
"8.3",
"0.5",
"3.9",
"75.3",
"4.9",
"100"
],
[
"12",
"Kozhikode",
"4.9",
"13.7",
"31.4",
"0.9",
"0.4",
"41.8",
"6.9",
"100"
],
[
"13",
"Wayanad",
"16.3",
"16.3",
"19.8",
"17.0",
"3.2",
"17.0",
"10.4",
"100"
],
[
"14",
"Kannur",
"3.5",
"19.5",
"30.3",
"3.6",
"0.7",
"27.5",
"14.9",
"100"
],
[
"15",
"Kasargod",
"8.0",
"2.1",
"13.6",
"0.1",
"2.3",
"47.0",
"26.9",
"100"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"preseason\")*(A1<2011)*(C1=\"chivas de guadalajara\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(B2:B17=\"preseason\")*(A2:A17<2011)*(C2:C17=\"chivas de guadalajara\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for nation when the Competition is preseason, Year less than 2011, and a Club of chivas de guadalajara?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"preseason\"",
"*",
"A1",
"<",
"2011",
"*",
"C1",
"=",
"\"chivas de guadalajara\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"club universidad de guadalajara\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"club universidad de guadalajara\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Result for the club universidad de guadalajara?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"club universidad de guadalajara\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=2012)*(B1=\"preseason\")*(E1=\"w 0–3\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(A2:A17=2012)*(B2:B17=\"preseason\")*(E2:E17=\"w 0–3\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Nation with 2012 as the year, and a Competition of preseason, and a Result of w 0–3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2012",
"*",
"B1",
"=",
"\"preseason\"",
"*",
"E1",
"=",
"\"w 0–3\"",
"4"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (B1=\"friendly\")*(C1=\"everton\")))",
"Formula2": "AVERAGE(FILTER(A2:A17, (B2:B17=\"friendly\")*(C2:C17=\"everton\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average Year when the Competition was friendly, and a Club of everton?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"friendly\"",
"*",
"C1",
"=",
"\"everton\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"costa rica u-20\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"costa rica u-20\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Competition when the Club was costa rica u-20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"costa rica u-20\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"mexico\")*(A1=2010)*(B1=\"preseason\")*(E1=\"w 0–1\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"mexico\")*(A2:A17=2010)*(B2:B17=\"preseason\")*(E2:E17=\"w 0–1\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Club of mexico, Year of 2010, and a Competition of preseason, and a Result of w 0–1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"mexico\"",
"*",
"A1",
"=",
"2010",
"*",
"B1",
"=",
"\"preseason\"",
"*",
"E1",
"=",
"\"w 0–1\"",
"3"
]
}
] | train_2-15952424-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Club",
"Nation",
"Result"
],
[
"2",
"2010",
"Preseason",
"Club Universidad de Guadalajara",
"Mexico",
"W 0–1"
],
[
"3",
"2010",
"Preseason",
"Chivas de Guadalajara",
"Mexico",
"D 2–2"
],
[
"4",
"2010",
"Friendly",
"Celtic",
"Scotland",
"W 1–0"
],
[
"5",
"2010",
"Friendly",
"Manchester United",
"England",
"L 0–1"
],
[
"6",
"2010",
"Friendly",
"Chivas de Guadalajara",
"Mexico",
"W 1–0"
],
[
"7",
"2011",
"Preseason",
"Olympiakos Chersonissos F.C.",
"Greece",
"W 0–5"
],
[
"8",
"2011",
"Preseason",
"Ergotelis F.C.",
"Greece",
"D 1–1"
],
[
"9",
"2011",
"Friendly",
"Everton",
"England",
"W 1–0"
],
[
"10",
"2011",
"World Football Challenge",
"Real Madrid",
"Spain",
"L 1–2"
],
[
"11",
"2012",
"Preseason",
"Pérez Zeledón",
"Costa Rica",
"L 1–0"
],
[
"12",
"2012",
"Preseason",
"Costa Rica U-20",
"Costa Rica",
"W 0–3"
],
[
"13",
"2012",
"Preseason",
"Belén Siglo XXI",
"Costa Rica",
"L 2–0"
],
[
"14",
"2012",
"Friendly",
"Schalke 04",
"Germany",
"W 2–1"
],
[
"15",
"2012",
"Friendly",
"Aston Villa",
"England",
"L 0–1"
],
[
"16",
"2013",
"Friendly",
"UNAM Pumas",
"Mexico",
"W 1–0"
],
[
"17",
"2013",
"Friendly",
"Stoke City F.C.",
"England",
"L 0–2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"vancouver canucks\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"vancouver canucks\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when the Rangers were playing against the Vancouver Canucks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"vancouver canucks\"",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=27))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(B2:B15)),FILTER(query1,CHOOSECOLS(query1,2)=27))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who were the opponents on January 27?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"27"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"24-13-4\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<47))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E15,E2:E15=\"24-13-4\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<47))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Who was the opponent for game number less than 47 and a record of 24-13-4?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"24-13-4\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"47"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (C1=\"vancouver canucks\")*(A1>39)))",
"Formula2": "AVERAGE(FILTER(B2:B15, (C2:C15=\"vancouver canucks\")*(A2:A15>39)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average january number when the game number was higher than 39 and the opponent was the Vancouver Canucks?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"C1",
"=",
"\"vancouver canucks\"",
"*",
"A1",
">",
"39"
]
}
] | train_2-14056030-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"January",
"Opponent",
"Score",
"Record"
],
[
"2",
"38",
"3",
"Montreal Canadiens",
"6 - 2",
"21-13-4"
],
[
"3",
"39",
"5",
"Vancouver Canucks",
"6 - 4",
"22-13-4"
],
[
"4",
"40",
"9",
"@ St. Louis Blues",
"5 - 3",
"23-13-4"
],
[
"5",
"41",
"10",
"@ Colorado Rockies",
"5 - 3",
"24-13-4"
],
[
"6",
"42",
"14",
"@ Atlanta Flames",
"6 - 4",
"25-13-4"
],
[
"7",
"43",
"15",
"Minnesota North Stars",
"8 - 1",
"25-14-4"
],
[
"8",
"44",
"17",
"New York Islanders",
"5 - 3",
"26-14-4"
],
[
"9",
"45",
"20",
"@ St. Louis Blues",
"3 - 2",
"26-15-4"
],
[
"10",
"46",
"21",
"Philadelphia Flyers",
"5 - 5",
"26-15-5"
],
[
"11",
"47",
"24",
"@ Washington Capitals",
"5 - 1",
"26-16-5"
],
[
"12",
"48",
"25",
"@ Buffalo Sabres",
"5 - 4",
"27-16-5"
],
[
"13",
"49",
"27",
"@ New York Islanders",
"7 - 2",
"28-16-5"
],
[
"14",
"50",
"30",
"@ Vancouver Canucks",
"5 - 3",
"29-16-5"
],
[
"15",
"51",
"31",
"@ Colorado Rockies",
"5 - 4",
"29-17-5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"6:39.49\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"6:39.49\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the Rowers with a Time of 6:39.49?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"6:39.49\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Country of the rowers with a Rank of 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | train_2-18662686-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rowers",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"David Crawshay , Scott Brennan",
"Australia",
"6:21.39",
"SA/B"
],
[
"3",
"2",
"Jean-Baptiste Macquet , Adrien Hardy",
"France",
"6:21.92",
"SA/B"
],
[
"4",
"3",
"Luka Špik , Iztok Čop",
"Slovenia",
"6:39.49",
"SA/B"
],
[
"5",
"4",
"Martin Yanakiev , Ivo Yanakiev",
"Bulgaria",
"6:45.03",
"R"
],
[
"6",
"5",
"Su Hui , Zhang Liang",
"China",
"excluded",
"excluded"
]
] |
[
{
"Formula": "SUM(FILTER(E1, A1<5))",
"Formula2": "SUM(FILTER(E2:E7, A2:A7<5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total points with less than 5 games?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"<",
"5"
]
}
] | train_2-14076814-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Games",
"Drawn",
"Lost",
"Points difference",
"Points"
],
[
"2",
"5",
"0",
"1",
"29 - 14",
"8"
],
[
"3",
"5",
"1",
"1",
"23 - 13",
"7"
],
[
"4",
"5",
"0",
"2",
"15 - 13",
"6"
],
[
"5",
"5",
"0",
"3",
"12 - 23",
"4"
],
[
"6",
"5",
"0",
"3",
"08 - 17",
"4"
],
[
"7",
"5",
"1",
"4",
"11 - 18",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"grass\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"grass\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the outcome of the match played on grass?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"grass\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"february 17, 2003\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"february 17, 2003\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the outcome of the match on February 17, 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"february 17, 2003\"",
"1"
]
}
] | train_2-1551815-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date (Final)",
"Tournament",
"Surface",
"Opponent in the final",
"Score"
],
[
"2",
"Winner",
"July 7 2002",
"Newport , United States",
"Grass",
"James Blake",
"6–1, 4–6, 6–4"
],
[
"3",
"Winner",
"February 17, 2003",
"Memphis , United States",
"Hard (i)",
"Andy Roddick",
"6–1, 6–4"
],
[
"4",
"Winner",
"September 22, 2003",
"Bangkok , Thailand",
"Hard (i)",
"Juan Carlos Ferrero",
"6–3, 7–6 (7-5)"
],
[
"5",
"Winner",
"September 29 2003",
"Moscow , Russia",
"Carpet (i)",
"Sargis Sargsian",
"7–6 (7-5) , 6–4"
],
[
"6",
"Runner-up",
"October 10, 2004",
"Tokyo , Japan",
"Hard",
"Jiří Novák",
"7–5, 1–6, 3–6"
],
[
"7",
"Runner-up",
"January 9 2005",
"Adelaide , Australia",
"Hard",
"Joachim Johansson",
"5–7, 3–6"
],
[
"8",
"Runner-up",
"July 24 2005",
"Indianapolis , United States",
"Hard",
"Robby Ginepri",
"6–4, 3–6, 0–3, ret."
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"anglia tv trophy\")",
"Formula2": "SUMIFS(A2:A13,B2:B13,\"anglia tv trophy\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many rounds had a race name of anglia tv trophy?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"anglia tv trophy\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"eliseo salazar\")*(B1=\"international trophy\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"eliseo salazar\")*(B2:B13=\"international trophy\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What circuit was the race named international trophy raced at by the winning driver eliseo salazar?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"eliseo salazar\"",
"*",
"B1",
"=",
"\"international trophy\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"emilio de villota\")*(B1=\"pace petroleum trophy\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"emilio de villota\")*(B2:B13=\"pace petroleum trophy\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What circuit did emilio de villota win on at the pace petroleum trophy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"emilio de villota\"",
"*",
"B1",
"=",
"\"pace petroleum trophy\"",
"3"
]
}
] | train_2-17103078-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Name",
"Circuit",
"Date",
"Winning driver",
"Winning car"
],
[
"2",
"1",
"International Gold Cup",
"Oulton Park",
"April 4",
"Guy Edwards",
"Arrows A1"
],
[
"3",
"2",
"Evening News Trophy",
"Brands Hatch",
"April 7",
"Desiré Wilson",
"Wolf WR4"
],
[
"4",
"3",
"International Trophy",
"Silverstone",
"April 20",
"Eliseo Salazar",
"Williams FW07"
],
[
"5",
"4",
"Sun Trophy",
"Mallory Park",
"May 5",
"Emilio de Villota",
"Williams FW07"
],
[
"6",
"5",
"Rivet Supply Trophy",
"Thruxton",
"May 26",
"Eliseo Salazar",
"Williams FW07"
],
[
"7",
"6",
"Monza Lottery Grand Prix",
"Monza",
"June 29",
"Emilio de Villota",
"Williams FW07"
],
[
"8",
"7",
"ATV Trophy",
"Mallory Park",
"July 27",
"Emilio de Villota",
"Williams FW07"
],
[
"9",
"8",
"Anglia TV Trophy",
"Snetterton",
"August 10",
"Guy Edwards",
"Arrows A1"
],
[
"10",
"9",
"Pace Petroleum Trophy",
"Brands Hatch",
"August 25",
"Emilio de Villota",
"Williams FW07"
],
[
"11",
"10",
"Radio Victory Trophy",
"Thruxton",
"September 7",
"Eliseo Salazar",
"Williams FW07"
],
[
"12",
"11",
"Daily Express Formula 1 Trophy",
"Oulton Park",
"September 20",
"Jim Crawford",
"Chevron B45"
],
[
"13",
"12",
"Pentax Trophy",
"Silverstone",
"October 5",
"Emilio de Villota",
"Williams FW07"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 5\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"March 5\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is every team on March 5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 5\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Pistons\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"Pistons\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is every high points for the Pistons team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Pistons\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"46-25\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,I2:I16=\"46-25\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is every score with a record of 46-25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"46-25\"",
"4"
]
}
] | train_1-23248910-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"60",
"March 1",
"@ Bulls",
"W 116–92 (OT)",
"J. Crawford (21)",
"J. Smith (18)",
"M. Williams (4) J. Smith (4) A. Horford (4)",
"United Center 19,011",
"38-21"
],
[
"3",
"61",
"March 3",
"76ers",
"W 112–93 (OT)",
"M. Williams (21)",
"M. Williams (8) A. Horford (8) J. Smith (8)",
"J. Johnson (5) J. Smith (5)",
"Philips Arena 15,408",
"39-21"
],
[
"4",
"62",
"March 5",
"Warriors",
"W 127–122 (OT)",
"J. Smith (29)",
"A. Horford (15)",
"J. Johnson (8)",
"Philips Arena 14,066",
"40-21"
],
[
"5",
"63",
"March 6",
"@ Heat",
"L 94–100 (OT)",
"J. Crawford (24)",
"A. Horford (9)",
"J. Smith (5)",
"American Airlines Arena 19,600",
"40-22"
],
[
"6",
"64",
"March 8",
"@ Knicks",
"L 98–99 (OT)",
"J. Smith (25)",
"A. Horford (12)",
"J. Smith (6)",
"Madison Square Garden 19,763",
"40-23"
],
[
"7",
"50",
"March 11",
"@ Wizards",
"W 105–99 (OT)",
"J. Crawford (29)",
"J. Johnson (7)",
"J. Johnson (5) J. Smith (5) M. Bibby (5)",
"Verizon Center 13,625",
"41-23"
],
[
"8",
"65",
"March 13",
"Pistons",
"W 112–99 (OT)",
"J. Crawford (29)",
"J. Johnson (7)",
"J. Johnson (5) J. Smith (5) M. Bibby (5)",
"Philips Arena 18,214",
"42-23"
],
[
"9",
"66",
"March 16",
"@ Nets",
"W 108–84 (OT)",
"J. Crawford (25)",
"A. Horford (11)",
"A. Horford (7)",
"Izod Center 11,128",
"43-23"
],
[
"10",
"67",
"March 17",
"@ Raptors",
"L 105–106 (OT)",
"J. Crawford (33)",
"A. Horford (14)",
"J. Smith (7)",
"Air Canada Centre 18,441",
"43-24"
],
[
"11",
"68",
"March 19",
"Bobcats",
"W 93–92 (OT) OT",
"J. Johnson (18) J. Smith (18)",
"M. Williams (14)",
"J. Smith (5)",
"Philips Arena 17,697",
"44-24"
],
[
"12",
"69",
"March 21",
"Spurs",
"W 119–114 (OT) OT",
"M. Williams (26)",
"A. Horford (18)",
"J. Johnson (13)",
"Philips Arena 18,729",
"45-24"
],
[
"13",
"70",
"March 22",
"@ Bucks",
"L 95–98 (OT)",
"J. Johnson (27)",
"A. Horford (12)",
"A. Horford (4)",
"Bradley Center 14,186",
"45-25"
],
[
"14",
"71",
"March 24",
"Magic",
"W 86–84 (OT)",
"J. Johnson (17)",
"A. Horford (11)",
"J. Johnson (8)",
"Philips Arena 16,887",
"46-25"
],
[
"15",
"72",
"March 26",
"@ 76ers",
"L 98–105 (OT)",
"J. Johnson (20) J. Smith (20)",
"A. Horford (10)",
"J. Johnson (6)",
"Wachovia Center 13,293",
"46-26"
],
[
"16",
"73",
"March 28",
"Pacers",
"W 94–84 (OT)",
"J. Smith (21)",
"J. Smith (13)",
"M. Bibby (8)",
"Philips Arena 16,646",
"47-26"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"sc/d\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,E2:E7=\"sc/d\"),SUMMARIZE(CHOOSECOLS(query1,2),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": "Which athlete had a rank of 6 and notes of sc/d?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sc/d\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"sc/d\")*(B1=\"latt shwe zin\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"sc/d\")*(B2:B7=\"latt shwe zin\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country is the athlete latt shwe zin with notes of sc/d from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sc/d\"",
"*",
"B1",
"=",
"\"latt shwe zin\"",
"3"
]
}
] | train_2-18662695-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Athlete",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Miroslava Knapková",
"Czech Republic",
"7:30.33",
"SA/B"
],
[
"3",
"2",
"Sophie Balmary",
"France",
"7:37.01",
"SA/B"
],
[
"4",
"3",
"Iva Obradović",
"Serbia",
"7:39.16",
"SA/B"
],
[
"5",
"4",
"Mayra González",
"Cuba",
"7:45.75",
"SC/D"
],
[
"6",
"5",
"Camila Vargas",
"El Salvador",
"8:11.79",
"SC/D"
],
[
"7",
"6",
"Latt Shwe Zin",
"Myanmar",
"8:17.76",
"SC/D"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sándor simó\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"sándor simó\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Genre did Sándor Simó direct?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sándor simó\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"malina (ger.-aus.-fr.)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"malina (ger.-aus.-fr.)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Genre for Malina (ger.-aus.-fr.), an Original Title?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"malina (ger.-aus.-fr.)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"the last metro\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"the last metro\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The Last Metro refers to which Original Title?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"the last metro\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"episode actor\")*(A1=\"franciska vasárnapjai (hungarian)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(D2:D16=\"episode actor\")*(A2:A16=\"franciska vasárnapjai (hungarian)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What original title, Franciska Vasárnapjai (hungarian), had an Episode Actor role which was Directed by Géza Bereményi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"episode actor\"",
"*",
"A1",
"=",
"\"franciska vasárnapjai (hungarian)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"episode actor\")*(E1=\"géza bereményi\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(D2:D16=\"episode actor\")*(E2:E16=\"géza bereményi\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Original title for an Episode Actor role which was Directed by Géza Bereményi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"episode actor\"",
"*",
"E1",
"=",
"\"géza bereményi\"",
"1"
]
}
] | train_2-12971476-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Original title",
"Title in English",
"Genre",
"Role",
"Directed by"
],
[
"2",
"Petőfi '73 (Hungarian)",
"Petőfi '73",
"Feature film",
"Protagonist",
"Ferenc Kardos"
],
[
"3",
"Mozart és Salieri (Hungarian)",
"Mozart and Salieri",
"Feature film",
"Title character",
"András Surányi"
],
[
"4",
"Le dernier métro (French)",
"The Last Metro",
"Feature film",
"Episode actor",
"François Truffaut"
],
[
"5",
"Redl ezredes (Hungarian)",
"Colonel Redl",
"Feature film",
"Episode actor",
"István Szabó"
],
[
"6",
"Erőltetett menet (American-Hungarian)",
"Forced March",
"Feature film",
"Episode actor",
"Nick Rice"
],
[
"7",
"Eszterkönyv (Hungarian)",
"Eszter-book",
"Feature film",
"Episode actor",
"Krisztina Deák"
],
[
"8",
"Malina (Ger.-Aus.-Fr.)",
"Malina",
"Feature film",
"Protagonist",
"Werner Schröter"
],
[
"9",
"Zsötem (Hungarian)",
"Zsötem",
"Feature film",
"Episode actor",
"András Salamon"
],
[
"10",
"Blue Exile (Ger.-Tur.-Greek)",
"Blue Exile",
"Feature film",
"Protagonist",
"Kiral Erden"
],
[
"11",
"Bir Sonbahar Hikayesi (Turkish)",
"An Autumn Story",
"Feature film",
"Progatonist",
"Yavuz Özkan"
],
[
"12",
"Franciska vasárnapjai (Hungarian)",
"The Sundays of Franciska",
"Feature film",
"Episode actor",
"Sándor Simó"
],
[
"13",
"Fosforlu Cevriye (Turkish)",
"Fosforlu Cevriye",
"TV film",
"Protagonist",
"Mustafa Altioklar"
],
[
"14",
"A Hídember (Hungarian)",
"The Bridgeman",
"Feature film",
"Episode actor",
"Géza Bereményi"
],
[
"15",
"Sniper 2 (American)",
"Sniper 2",
"Feature film",
"Episode actor",
"Craig R. Baxley"
],
[
"16",
"Rózsadomb (Ger.-Hun)",
"Rosemound",
"Feature film",
"Episode actor",
"Mari Cantu"
]
] |
[
{
"Formula": "MAXIFS(B1,E1,\"getafe cf\")",
"Formula2": "MAXIFS(B2:B11,E2:E11,\"getafe cf\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "For Getafe CF, what is the highest number of goals scored?",
"Tokens": [
"MAXIFS(",
"B1",
"E1",
"\"getafe cf\""
]
},
{
"Formula": "AVERAGE(FILTER(C1, (B1<41)*(E1=\"ca osasuna\")*(D1<1.06)))",
"Formula2": "AVERAGE(FILTER(C2:C11, (B2:B11<41)*(E2:E11=\"ca osasuna\")*(D2:D11<1.06)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "For players with fewer than 41 goals for CA Osasuna and averages under 1.06, what is the average number of matches?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"B1",
"<",
"41",
"*",
"E1",
"=",
"\"ca osasuna\"",
"*",
"D1",
"<",
"1.06"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (D1=1.58)*(C1<38)))",
"Formula2": "AVERAGE(FILTER(B2:B11, (D2:D11=1.58)*(C2:C11<38)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "For averages of 1.58 and matches under 38, what is the average number of goals?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"=",
"1.58",
"*",
"C1",
"<",
"38"
]
}
] | train_2-11834742-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Goalkeeper",
"Goals",
"Matches",
"Average",
"Team"
],
[
"2",
"Iker Casillas",
"32",
"36",
"0.89",
"Real Madrid"
],
[
"3",
"Víctor Valdés",
"35",
"35",
"1",
"FC Barcelona"
],
[
"4",
"Toño",
"31",
"30",
"1.03",
"Racing de Santander"
],
[
"5",
"Ricardo López Felipe",
"38",
"36",
"1.06",
"CA Osasuna"
],
[
"6",
"Miguel Ángel Moyà",
"34",
"29",
"1.17",
"RCD Mallorca"
],
[
"7",
"Roberto Abbondanzieri",
"42",
"34",
"1.24",
"Getafe CF"
],
[
"8",
"Carlos Kameni",
"38",
"29",
"1.31",
"RCD Espanyol"
],
[
"9",
"Andrés Palop",
"41",
"30",
"1.37",
"Sevilla FC"
],
[
"10",
"Stefano Sorrentino",
"60",
"38",
"1.58",
"Recreativo de Huelva"
],
[
"11",
"César Sánchez",
"56",
"35",
"1.6",
"Zaragoza"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (E1>6)*(B1>20)))",
"Formula2": "SUM(FILTER(F2:F12, (E2:E12>6)*(B2:B12>20)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which PBA Titles has a TV Finals larger than 6, and an Events larger than 20?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
">",
"6",
"*",
"B1",
">",
"20"
]
},
{
"Formula": "SUM(FILTER(B1, (H1=\"$113,259\")*(G1>229.5)))",
"Formula2": "SUM(FILTER(B2:B12, (H2:H12=\"$113,259\")*(G2:G12>229.5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Events has Earnings of $113,259, and an Average larger than 229.5?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"H1",
"=",
"\"$113,259\"",
"*",
"G1",
">",
"229.5"
]
},
{
"Formula": "SUM(FILTER(C1, (D1<13)*(B1=7)))",
"Formula2": "SUM(FILTER(C2:C12, (D2:D12<13)*(B2:B12=7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Cashes has a Match Play smaller than 13, and a Events of 7?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"<",
"13",
"*",
"B1",
"=",
"7"
]
}
] | train_2-15654720-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Events",
"Cashes",
"Match Play",
"TV Finals",
"PBA Titles",
"Average",
"Earnings"
],
[
"2",
"2002–03",
"7",
"6",
"2",
"0",
"0",
"210.88",
"$9,500"
],
[
"3",
"2003–04",
"18",
"15",
"9",
"1",
"0",
"217.53",
"$45,850"
],
[
"4",
"2004–05",
"19",
"19",
"13",
"1",
"0",
"219.55",
"$56,675"
],
[
"5",
"2005–06",
"22",
"22",
"18",
"4",
"1",
"221.83",
"$130,270"
],
[
"6",
"2006–07",
"20",
"20",
"17",
"6",
"1",
"226.49",
"$148,425"
],
[
"7",
"2007–08",
"18",
"18",
"15",
"6",
"1",
"223.77",
"$108,900"
],
[
"8",
"2008–09",
"20",
"18",
"16",
"9",
"3",
"222.98",
"$174,680"
],
[
"9",
"2009–10",
"18",
"16",
"13",
"5",
"0",
"221.33",
"$85,570"
],
[
"10",
"2010–11",
"12",
"9",
"5",
"2",
"0",
"215.96",
"$33,690"
],
[
"11",
"2011–12",
"13",
"10",
"7",
"2",
"1",
"224.62",
"$39,380"
],
[
"12",
"2012–13",
"13",
"10",
"5",
"4",
"1",
"229.50",
"$113,259"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"hyannis, nebraska\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>91.5))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F7,C2:C7=\"hyannis, nebraska\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>91.5))",
"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 Class has a Frequency MHz larger than 91.5, and a City of license of hyannis, nebraska?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"hyannis, nebraska\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"91.5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"k210cb\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>205)*(CHOOSECOLS(query1,3)<93.9)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F7,A2:A7=\"k210cb\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>205)*(CHOOSECOLS(query1,3)<93.9)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Class has a ERP W larger than 205, and a Frequency MHz smaller than 93.9, and a Call sign of k210cb?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"k210cb\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"205",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"93.9"
]
},
{
"Formula": "SUM(FILTER(B1, (D1>205)*(A1=\"k230ap\")))",
"Formula2": "SUM(FILTER(B2:B7, (D2:D7>205)*(A2:A7=\"k230ap\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Frequency MHz that has a ERP W larger than 205, and a Call sign of k230ap?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
">",
"205",
"*",
"A1",
"=",
"\"k230ap\""
]
},
{
"Formula": "SUM(FILTER(B1, D1=250))",
"Formula2": "SUM(FILTER(B2:B7, D2:D7=250))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Frequency MHz has a ERP W of 250?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"250"
]
}
] | train_2-14993514-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"K210CB",
"89.9",
"Broken Bow, Nebraska",
"250",
"D",
"FCC"
],
[
"3",
"K211DP",
"90.1",
"Alma, Nebraska",
"250",
"D",
"FCC"
],
[
"4",
"K214DK",
"90.7",
"Holdrege, Nebraska",
"250",
"D",
"FCC"
],
[
"5",
"K218DY",
"91.5",
"Holyoke, Colorado",
"203",
"D",
"FCC"
],
[
"6",
"K230AP",
"93.9",
"Hyannis, Nebraska",
"250",
"D",
"FCC"
],
[
"7",
"K281AR",
"104.1",
"Chappell, Nebraska",
"205",
"D",
"FCC"
]
] |
[
{
"Formula": "AVERAGE(FILTER(G1, (H1=\"2\")*(F1=5)))",
"Formula2": "AVERAGE(FILTER(G2:G11, (H2:H11=\"2\")*(F2:F11=5)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which average's against score has 2 as a difference and a lost of 5?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"H1",
"=",
"\"2\"",
"*",
"F1",
"=",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (H1=\"- 4\")*(G1<24)))",
"Formula2": "SUM(FILTER(A2:A11, (H2:H11=\"- 4\")*(G2:G11<24)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many positions had a difference of - 4 and an against of less than 24?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"H1",
"=",
"\"- 4\"",
"*",
"G1",
"<",
"24"
]
},
{
"Formula": "MIN(FILTER(F1, (A1>6)*(E1=7)*(C1<15)))",
"Formula2": "MIN(FILTER(F2:F11, (A2:A11>6)*(E2:E11=7)*(C2:C11<15)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest lost when position is larger than 6, drawn is 7, and the points stat is less than 15?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"A1",
">",
"6",
"*",
"E1",
"=",
"7",
"*",
"C1",
"<",
"15"
]
},
{
"Formula": "MAX(FILTER(D1, (H1=\"- 8\")*(A1>8)))",
"Formula2": "MAX(FILTER(D2:D11, (H2:H11=\"- 8\")*(A2:A11>8)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the largest played number when the difference is - 8 and position is more than 8?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"H1",
"=",
"\"- 8\"",
"*",
"A1",
">",
"8"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (H1=\"0\")*(G1>31)))",
"Formula2": "AVERAGE(FILTER(E2:E11, (H2:H11=\"0\")*(G2:G11>31)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the mean drawn when the difference is 0 and the against stat is more than 31?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"H1",
"=",
"\"0\"",
"*",
"G1",
">",
"31"
]
}
] | train_2-15222432-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"Palmeiras",
"27",
"16",
"3",
"1",
"20",
"29"
],
[
"3",
"2",
"Vasco da Gama",
"17",
"16",
"3",
"6",
"22",
"2"
],
[
"4",
"3",
"Botafogo",
"17",
"16",
"3",
"6",
"31",
"0"
],
[
"5",
"4",
"Flamengo",
"17",
"16",
"5",
"5",
"21",
"- 2"
],
[
"6",
"5",
"Portuguesa",
"17",
"16",
"7",
"4",
"24",
"- 4"
],
[
"7",
"6",
"São Paulo",
"16",
"16",
"2",
"7",
"33",
"- 1"
],
[
"8",
"7",
"Corinthians",
"15",
"16",
"7",
"5",
"27",
"2"
],
[
"9",
"8",
"Fluminense",
"10",
"16",
"4",
"9",
"27",
"- 8"
],
[
"10",
"9",
"Santos",
"8",
"9",
"2",
"4",
"24",
"- 4"
],
[
"11",
"10",
"America-RJ",
"2",
"9",
"2",
"7",
"22",
"- 14"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1>1932),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9>1932),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who manufactured the vehicle withdrawn after 1932?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
">",
"1932",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=1927),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=1927),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who manufactured the vehicle that was withdrawn in 1927?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"1927",
"4"
]
}
] | test_2-1169552-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Wheel arrangement",
"SR No.",
"Manufacturer",
"Year made",
"Year withdrawn"
],
[
"2",
"Ryde",
"2-4-0T",
"W13",
"Beyer, Peacock & Co.",
"1864",
"1932"
],
[
"3",
"Sandown",
"2-4-0T",
"—",
"Beyer, Peacock & Co.",
"1864",
"1923"
],
[
"4",
"Shanklin",
"2-4-0T",
"W14",
"Beyer, Peacock & Co.",
"1864",
"1927"
],
[
"5",
"Ventnor",
"2-4-0T",
"W15",
"Beyer, Peacock & Co.",
"1868",
"1925"
],
[
"6",
"Wroxhall",
"2-4-0T",
"W16",
"Beyer, Peacock & Co.",
"1872",
"1933"
],
[
"7",
"Brading",
"2-4-0T",
"W17",
"Beyer, Peacock & Co.",
"1876",
"1926"
],
[
"8",
"Bonchurch",
"2-4-0T",
"W18",
"Beyer, Peacock & Co.",
"1883",
"1928"
],
[
"9",
"Bembridge",
"2-4-0T",
"—",
"Manning Wardle",
"1875",
"1917"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"District 3\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"District 3\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is on the 2002 commission from district 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"District 3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Charlie Oliver\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Charlie Oliver\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district for charlie oliver of the 2012 commission?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Charlie Oliver\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"John Wilborn\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"John Wilborn\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was on the 2012 commission and the 1999 commission with john wilborn?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"John Wilborn\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Gloria Moon\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E7, B2:B7=\"Gloria Moon\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many people named gloria moon were on the 2002 and 2012 commissions?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"Gloria Moon\""
]
}
] | train_1-136027-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"2012 Commission",
"2010 Commission",
"2007 Commission",
"2002 Commission",
"1999 Commission"
],
[
"2",
"District 1",
"Gloria Moon",
"Gloria Moon",
"Katie Jones",
"Katie Jones",
"Jean Birmingham"
],
[
"3",
"District 2",
"Zephaniah Timmins",
"Zephaniah Timmins",
"Zephaniah Timmins",
"Alonza Williams",
"Alonza Williams"
],
[
"4",
"District 3",
"John Flowers",
"Buddy Power",
"Ed Carlile",
"Chris Horsley",
"Chris Horsley"
],
[
"5",
"District 4",
"Bill Marshall",
"Jack Hester",
"Jack Hester",
"Jack Hester",
"Audrey Kariel (Mayor)"
],
[
"6",
"District 5",
"Charlie Oliver",
"Charlie Oliver",
"John Wilborn",
"John Wilborn",
"John Wilborn"
],
[
"7",
"District 6",
"Chris Paddie",
"Chris Paddie",
"Michael McMurry",
"Bryan Partee",
"Michael Smith"
]
] |
[
{
"Formula": "FILTER(C1,E1=\"princes park\")",
"Formula2": "FILTER(C2:C7,E2:E7=\"princes park\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the away team that played at Princes Park?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"princes park\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team that played at Princes Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"princes park\"",
"3"
]
},
{
"Formula": "FILTER(E1,C1=\"essendon\")",
"Formula2": "FILTER(E2:E7,C2:C7=\"essendon\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "In what venue was the hosted away team Essendon?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"essendon\""
]
},
{
"Formula": "FILTER(A1,E1=\"mcg\")",
"Formula2": "FILTER(A2:A7,E2:E7=\"mcg\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the home team at MCG?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"mcg\""
]
}
] | dev_2-10887680-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"19.16 (130)",
"Melbourne",
"8.11 (59)",
"MCG",
"34,212",
"25 April 1978"
],
[
"3",
"St Kilda",
"14.14 (98)",
"Geelong",
"9.11 (65)",
"VFL Park",
"43,388",
"25 April 1978"
],
[
"4",
"Hawthorn",
"14.17 (101)",
"Fitzroy",
"15.12 (102)",
"Princes Park",
"13,528",
"29 April 1978"
],
[
"5",
"Footscray",
"15.20 (110)",
"Essendon",
"13.15 (93)",
"Western Oval",
"20,328",
"29 April 1978"
],
[
"6",
"North Melbourne",
"19.10 (124)",
"Collingwood",
"17.13 (115)",
"Arden Street Oval",
"31,424",
"29 April 1978"
],
[
"7",
"South Melbourne",
"18.9 (117)",
"Carlton",
"17.14 (116)",
"Lake Oval",
"20,183",
"29 April 1978"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (A1=4)*(D1<0)))",
"Formula2": "SUM(FILTER(E2:E8, (A2:A8=4)*(D2:D8<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the total losses for 4 place and ties less than 0",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"4",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (D1<1)*(F1=\"6 qc\")*(E1>3)))",
"Formula2": "AVERAGE(FILTER(A2:A8, (D2:D8<1)*(F2:F8=\"6 qc\")*(E2:E8>3)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the average place for ties less than 1 and losess more than 3 with points of 6 qc",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"<",
"1",
"*",
"F1",
"=",
"\"6 qc\"",
"*",
"E1",
">",
"3"
]
},
{
"Formula": "MAX(FILTER(C1, (E1>2)*(F1=\"2\")*(A1>7)))",
"Formula2": "MAX(FILTER(C2:C8, (E2:E8>2)*(F2:F8=\"2\")*(A2:A8>7)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the most wins for losses more than 2 and points of two with place larger than 7",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
">",
"2",
"*",
"F1",
"=",
"\"2\"",
"*",
"A1",
">",
"7"
]
},
{
"Formula": "SUM(FILTER(A1, (D1>0)*(F1=\"7 qc\")*(E1>2)))",
"Formula2": "SUM(FILTER(A2:A8, (D2:D8>0)*(F2:F8=\"7 qc\")*(E2:E8>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the sum of place with ties larger than 0 and point sof 7 qc and losses more than 2",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
">",
"0",
"*",
"F1",
"=",
"\"7 qc\"",
"*",
"E1",
">",
"2"
]
}
] | train_2-1004902-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Team",
"Wins",
"Ties",
"Losses",
"Points"
],
[
"2",
"1.",
"Pakistan (PAK)",
"6",
"0",
"0",
"12 QS"
],
[
"3",
"2.",
"Australia (AUS)",
"4",
"0",
"2",
"8 QS"
],
[
"4",
"3.",
"Kenya (KEN)",
"3",
"1",
"2",
"7 QC"
],
[
"5",
"4.",
"Japan (JPN)",
"3",
"0",
"3",
"6 QC"
],
[
"6",
"5.",
"Great Britain (GBR)",
"2",
"0",
"4",
"4"
],
[
"7",
"6.",
"Rhodesia (RHO)",
"1",
"1",
"4",
"3"
],
[
"8",
"7.",
"New Zealand (NZL)",
"1",
"0",
"5",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"benzyl\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"benzyl\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Suffix for the Group of Benzyl?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"benzyl\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"alkyl-\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"alkyl-\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Formula has a Prefix of alkyl-?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"alkyl-\"",
"3"
]
}
] | test_2-10911-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Chemical class",
"Group",
"Formula",
"Prefix",
"Suffix",
"Example"
],
[
"2",
"Alkane",
"Alkyl",
"R(CH 2 ) n H",
"alkyl-",
"-ane",
"Ethane"
],
[
"3",
"Alkene",
"Alkenyl",
"R 2 C=CR 2",
"alkenyl-",
"-ene",
"Ethylene (Ethene)"
],
[
"4",
"Alkyne",
"Alkynyl",
"RC≡CR'",
"alkynyl-",
"-yne",
"Acetylene (Ethyne)"
],
[
"5",
"Benzene derivative",
"Phenyl",
"RC 6 H 5 RPh",
"phenyl-",
"-benzene",
"Cumene (2-phenylpropane)"
],
[
"6",
"Toluene derivative",
"Benzyl",
"RCH 2 C 6 H 5 RBn",
"benzyl-",
"1-(substituent)toluene",
"Benzyl bromide (α-Bromotoluene)"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (A1<6)*(C1>153)))",
"Formula2": "SUM(FILTER(B2:B7, (A2:A7<6)*(C2:C7>153)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many picks had a round smaller than 6 and an overall bigger than 153?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"<",
"6",
"*",
"C1",
">",
"153"
]
}
] | train_2-17100961-77 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"2",
"3",
"35",
"Rocky McIntosh",
"LB",
"Miami (FL)"
],
[
"3",
"5",
"20",
"153",
"Anthony Montgomery",
"DT",
"Minnesota"
],
[
"4",
"6",
"4",
"173",
"Reed Doughty",
"S",
"Northern Colorado"
],
[
"5",
"6",
"27",
"196",
"Kedric Golston",
"DT",
"Georgia"
],
[
"6",
"7",
"22",
"230",
"Kili Lefotu",
"G",
"Arizona"
],
[
"7",
"7",
"42",
"250",
"Kevin Simon",
"LB",
"Tennessee"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)<10))",
"Formula2": "LET(query1,SUMMARIZE(C2:C18,SUMX(B2:B18)),FILTER(query1,CHOOSECOLS(query1,2)<10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What K League classic had less than 10 teams?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"10"
]
},
{
"Formula": "SUM(FILTER(B1, (A1<2008)*(C1=\"runners-up\")*(F1=\"kim ho\")))",
"Formula2": "SUM(FILTER(B2:B18, (A2:A18<2008)*(C2:C18=\"runners-up\")*(F2:F18=\"kim ho\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many teams played before 2008, had a K League Classic of runners-up, and a Manager of kim ho?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"<",
"2008",
"*",
"C1",
"=",
"\"runners-up\"",
"*",
"F1",
"=",
"\"kim ho\""
]
}
] | test_2-1054817-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Teams",
"K League Classic",
"K-League Cup",
"FA Cup",
"Manager"
],
[
"2",
"1996",
"9",
"Runners-up",
"6th( A )",
"Runners-up",
"Kim Ho"
],
[
"3",
"1997",
"10",
"5th",
"6th( A ) 3rd( P )",
"Quarter-finals",
"Kim Ho"
],
[
"4",
"1998",
"10",
"Champions",
"6th( A ) 4th( PM )",
"Quarter-finals",
"Kim Ho"
],
[
"5",
"1999",
"10",
"Champions",
"Champions( A ) Champions( D )",
"1st round",
"Kim Ho"
],
[
"6",
"2000",
"10",
"5th",
"Champions( A ) 8th( D )",
"Quarter-finals",
"Kim Ho"
],
[
"7",
"2001",
"10",
"3rd",
"Champions( A )",
"1st round",
"Kim Ho"
],
[
"8",
"2002",
"10",
"3rd",
"4th( A )",
"Champions",
"Kim Ho"
],
[
"9",
"2003",
"12",
"3rd",
"No competition",
"Round of 32",
"Kim Ho"
],
[
"10",
"2004",
"13",
"Champions",
"4th( S )",
"Round of 16",
"Cha Bum-Kun"
],
[
"11",
"2005",
"13",
"10th",
"Champions( S )",
"Round of 16",
"Cha Bum-Kun"
],
[
"12",
"2006",
"14",
"Runners-up",
"12th( S )",
"Runners-up",
"Cha Bum-Kun"
],
[
"13",
"2007",
"14",
"3rd",
"Semi-finals( S )",
"Round of 16",
"Cha Bum-Kun"
],
[
"14",
"2008",
"14",
"Champions",
"Champions( S )",
"Round of 16",
"Cha Bum-Kun"
],
[
"15",
"2009",
"15",
"10th",
"Quarter-finals( PK )",
"Champions",
"Cha Bum-Kun"
],
[
"16",
"2010",
"15",
"7th",
"Semi-finals( PC )",
"Champions",
"Cha Bum-Kun Yoon Sung-Hyo"
],
[
"17",
"2011",
"16",
"4th",
"Semi-finals( RC )",
"Runners-up",
"Yoon Sung-Hyo"
],
[
"18",
"2012",
"16",
"4th",
"No Competition",
"Quarter-finals",
"Yoon Sung-Hyo"
]
] |
[
{
"Formula": "CHOOSE({1,2,3},FILTER(B1,F1>=1),FILTER(C1,F1>=1),FILTER(F1,F1>=1))",
"Formula2": "CHOOSE({1,2,3},FILTER(B2:B11,F2:F11>=1),FILTER(C2:C11,F2:F11>=1),FILTER(F2:F11,F2:F11>=1))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
">=",
"Num",
"FILTER(",
"Cell",
"Cell",
">=",
"Num",
"FILTER(",
"Cell",
"Cell",
">=",
"Num"
],
"Level": "hard",
"Question": "List name, dates active, and number of deaths for all storms with at least 1 death.",
"Tokens": [
"CHOOSE(",
"1",
"2",
"3",
"FILTER(",
"B1",
"F1",
">=",
"1",
"FILTER(",
"C1",
"F1",
">=",
"1",
"FILTER(",
"F1",
"F1",
">=",
"1"
]
},
{
"Formula": "SORTBY(CHOOSE({1,2},B1,E1),D1,-1)",
"Formula2": "SORTBY(CHOOSE({1,2},B2:B11,E2:E11),D2:D11,-1)",
"Funcs": [
"SORTBY(",
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell",
"Cell",
"-",
"Num"
],
"Level": "easy",
"Question": "What are the names and damage in millions for storms, ordered by their max speeds descending?",
"Tokens": [
"SORTBY(",
"CHOOSE(",
"1",
"2",
"B1",
"E1",
"D1",
"-",
"1"
]
}
] | storm_record_storm | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"storm id",
"name",
"dates active",
"max speed",
"damage millions usd",
"number deaths",
""
],
[
"2",
"1",
"One",
"May19–May25",
"995",
"13.0",
"0",
""
],
[
"3",
"2",
"Two",
"August3–August10",
"972",
"10.75",
"7",
""
],
[
"4",
"3",
"Three",
"August5–August14",
"972",
"13.0",
"52",
""
],
[
"5",
"4",
"Four",
"August26–September2",
"961",
"4.05",
"7",
""
],
[
"6",
"5",
"Five",
"September7–September17",
"988",
"1.49",
"3",
""
],
[
"7",
"6",
"Six",
"September18–September25",
"1002",
"0.039",
"2",
""
],
[
"8",
"7",
"Seven",
"September22–September28",
"977",
"13.0",
"0",
""
],
[
"9",
"8",
"Eight",
"October20–October24",
"983",
"13.0",
"0",
""
],
[
"10",
"9",
"Nine",
"October24–October26",
"1007",
"13.0",
"0",
""
],
[
"11",
"10",
"9 cyclones",
"May19 –October26",
"961",
"29.3",
"71",
""
]
] |
[
{
"Formula": "SUM(FILTER(F1,B1=\"wollongong hawks\"))",
"Formula2": "SUM(FILTER(F2:F7,B2:B7=\"wollongong hawks\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the number of the crowd when the Wollongong Hawks were the home team?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"wollongong hawks\""
]
},
{
"Formula": "FILTER(F1,C1=\"101-105\")",
"Formula2": "FILTER(F2:F7,C2:C7=\"101-105\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the crowd size for the game with a score of 101-105?",
"Tokens": [
"FILTER(",
"F1",
"C1",
"=",
"\"101-105\""
]
},
{
"Formula": "AVERAGE(FILTER(F1,B1=\"gold coast blaze\"))",
"Formula2": "AVERAGE(FILTER(F2:F7,B2:B7=\"gold coast blaze\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the average crowd size for the game when the Gold Coast Blaze was the home team?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"B1",
"=",
"\"gold coast blaze\""
]
}
] | dev_2-16653153-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Home team",
"Score",
"Away team",
"Venue",
"Crowd",
"Box Score",
"Report"
],
[
"2",
"8 October",
"Melbourne Tigers",
"101-105",
"Perth Wildcats",
"State Netball and Hockey Centre",
"2,074",
"box score",
"report"
],
[
"3",
"9 October",
"New Zealand Breakers",
"111-122",
"Cairns Taipans",
"North Shore Events Centre",
"4,066",
"box score",
"report"
],
[
"4",
"10 October",
"Gold Coast Blaze",
"92-98",
"Sydney Spirit",
"Gold Coast Convention Centre",
"3,091",
"box score",
"report"
],
[
"5",
"10 October",
"Wollongong Hawks",
"85-82",
"Perth Wildcats",
"WIN Entertainment Centre",
"2,338",
"box score",
"report"
],
[
"6",
"11 October",
"Melbourne Tigers",
"119-91",
"Adelaide 36ers",
"State Netball and Hockey Centre",
"2,636",
"box score",
"report"
],
[
"7",
"11 October",
"Sydney Spirit",
"101-86",
"Perth Wildcats",
"State Sports Centre",
"1,624",
"box score",
"report"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who directed episode number 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(A1, G1=797000))",
"Formula2": "SUM(FILTER(A2:A6, G2:G6=797000))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the episode number that had 797000 viewers?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"797000"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Colin Teague\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,E2:E6=\"Colin Teague\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who directed the episode directed by colin teague?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Colin Teague\"",
"4"
]
}
] | train_1-25737761-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No.",
"#",
"Episode",
"Writer",
"Director",
"Original air date",
"Viewing figure"
],
[
"2",
"2",
"1",
"\"Flotsam and Jetsam\"",
"Toby Whithouse",
"Toby Haynes",
"25January2009",
"1092000"
],
[
"3",
"3",
"2",
"\"Tully\"",
"Toby Whithouse",
"Toby Haynes",
"1February2009",
"974000"
],
[
"4",
"4",
"3",
"\"Ghost Town\"",
"Rachel Anthony",
"Alex Pillai",
"8February2009",
"815000"
],
[
"5",
"5",
"4",
"\"Another Fine Mess\"",
"Brian Dooley",
"Alex Pillai",
"15February2009",
"815000"
],
[
"6",
"6",
"5",
"\"Where The Wild Things Are\"",
"Toby Whithouse",
"Colin Teague",
"22February2009",
"797000"
]
] |
[
{
"Formula": "ROWS(FILTER(E1,A1=\"Lubang\"))",
"Formula2": "ROWS(FILTER(E2:E11,A2:A11=\"Lubang\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the population density for the city of lubang?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"A1",
"=",
"\"Lubang\""
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D11)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What was the smallist population in 2010?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "FILTER(E1,A1=\"Calintaan\")",
"Formula2": "FILTER(E2:E11,A2:A11=\"Calintaan\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "List the population density per kilometer for the city of calintaan?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"Calintaan\""
]
},
{
"Formula": "FILTER(E1,A1=\"Abra de Ilog\")",
"Formula2": "FILTER(E2:E11,A2:A11=\"Abra de Ilog\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "List the population density per kilometer for the city of abra de ilog.",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"Abra de Ilog\""
]
}
] | dev_1-261951-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Municipality",
"No. of Barangays",
"Area (km²)",
"Population (2010)",
"Pop. density (per km²)",
"Income Class (2004)"
],
[
"2",
"Abra de Ilog",
"9",
"533.70",
"29225",
"41.6",
"4th Class"
],
[
"3",
"Calintaan",
"7",
"382.50",
"28148",
"61.4",
"4th Class"
],
[
"4",
"Looc",
"9",
"90.40",
"9758",
"101.0",
"5th Class"
],
[
"5",
"Lubang",
"16",
"250.06",
"23068",
"91.6",
"4th Class"
],
[
"6",
"Magsaysay",
"12",
"296.70",
"31969",
"96.9",
"4th Class"
],
[
"7",
"Mamburao",
"15",
"339.50",
"39237",
"89.5",
"2nd Class"
],
[
"8",
"Paluan",
"12",
"565.40",
"15223",
"21.3",
"4th Class"
],
[
"9",
"Rizal",
"11",
"242.50",
"34458",
"122.8",
"4th Class"
],
[
"10",
"Sablayan",
"27",
"2,188.80",
"76153",
"29.1",
"1st Class"
],
[
"11",
"San Jose",
"38",
"551.93",
"131188",
"201.1",
"1st Class"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"gustav larsson\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"gustav larsson\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Sport with a Name that is gustav larsson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"gustav larsson\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"men's time trial\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"men's time trial\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Name with an Event that is men's time trial?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"men's time trial\"",
"2"
]
}
] | train_2-15767260-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Medal",
"Name",
"Sport",
"Event",
"Date"
],
[
"2",
"Silver",
"Emma Johansson",
"Cycling",
"Women's road race",
"10 August"
],
[
"3",
"Silver",
"Gustav Larsson",
"Cycling",
"Men's time trial",
"13 August"
],
[
"4",
"Silver",
"Simon Aspelin Thomas Johansson",
"Tennis",
"Men's doubles",
"16 August"
],
[
"5",
"Silver",
"Rolf-Göran Bengtsson",
"Equestrian",
"Individual jumping",
"21 August"
],
[
"6",
"Bronze",
"Anders Ekström Fredrik Lööf",
"Sailing",
"Star class",
"21 August"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=93.6),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=93.6),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is every performance comparison if value of 78 Monaco is 93.6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"93.6",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=93.6),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=93.6),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is every value for 78 Fury if the value of 78 Monaco is 93.6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"93.6",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=114.7),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=114.7),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is every performance comparison if the value of 81 St. Regis is 114.7?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"114.7",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=360),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=360),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is every performance comparison when 80 St. Regis is 360?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"360",
"1"
]
}
] | test_1-2259813-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Performance comparison",
"78 Fury",
"78 Monaco",
"79 St. Regis",
"80 St. Regis",
"81 St. Regis"
],
[
"2",
"Engine (cid)",
"440",
"400",
"360",
"360",
"318"
],
[
"3",
"HP, SAE",
"255bhp",
"190bhp",
"195bhp",
"185bhp",
"165bhp"
],
[
"4",
"Axle ratio",
"2.71:1",
"3.21:1",
"3.21:1",
"2.94:1",
"2.94:1"
],
[
"5",
"Weight (lbs)",
"4,413",
"4,369",
"4,530",
"4,100",
"4,086"
],
[
"6",
"Wheelbase (in)",
"117.4",
"117.4",
"118.5",
"118.5",
"118.5"
],
[
"7",
"Road course lap time",
"91.1",
"93.6",
"91.65",
"91.8",
"93.93"
],
[
"8",
"0–60mph",
"NA",
"NA",
"10.1",
"11.3",
"12.76"
],
[
"9",
"0–100mph",
"24.8",
"34.4",
"30.2",
"36.7",
"45.72"
],
[
"10",
"Top Speed, mph",
"133",
"117",
"122.9",
"122.7",
"114.7"
],
[
"11",
"Braking, ft/sec2",
"23.3",
"22.6",
"21.4",
"23.5",
"23.67"
],
[
"12",
"1/4mi. time",
"NA",
"NA",
"NA",
"18.4",
"19.63"
],
[
"13",
"1/4mi speed",
"NA",
"NA",
"NA",
"77.5",
"74.50"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"151-134\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"151-134\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the 1st leg score for the team with an Agg score of 151-134?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"151-134\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"unics kazan\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"unics kazan\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the team Unics Kazan's 1st leg score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"unics kazan\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"kalise gran canaria\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"kalise gran canaria\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the first team when the second team was Kalise Gran Canaria?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"kalise gran canaria\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"83-69\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"83-69\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which second team had a first leg score of 83-69?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"83-69\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"88-83\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"88-83\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Team #1 had a 2nd leg score of 88-83?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"88-83\"",
"1"
]
}
] | train_2-17306260-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team #1",
"Agg.",
"Team #2",
"1st leg",
"2nd leg"
],
[
"2",
"Galatasaray CC İstanbul",
"147-176",
"Budućnost",
"85-83",
"62-93"
],
[
"3",
"FMP",
"138-118",
"Ural Great",
"69-61",
"69-57"
],
[
"4",
"UNICS Kazan",
"161-142",
"Hapoel Jerusalem",
"88-66",
"73-76"
],
[
"5",
"Swans Allianz",
"163-178",
"BC Red Star",
"82-82",
"81-96"
],
[
"6",
"Panellinios",
"168-165",
"BC Kyiv",
"96-69",
"72-96"
],
[
"7",
"Le Havre",
"172-168",
"Telindus Oostende",
"84-85",
"88-83"
],
[
"8",
"Benetton Fribourg",
"125-195",
"Kalise Gran Canaria",
"64-92",
"61-103"
],
[
"9",
"ASK Riga",
"151-134",
"Cajasol",
"83-69",
"68-65"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1=1929)*(F1=\"60/1520mm\")))",
"Formula2": "SUM(FILTER(D2:D20, (C2:C20=1929)*(F2:F20=\"60/1520mm\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the works numbers where the year is 1929 and the driver diameter is 60/1520mm? ",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"1929",
"*",
"F1",
"=",
"\"60/1520mm\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=874))",
"Formula2": "LET(query1,SUMMARIZE(C2:C20,SUMX(A2:A20)),FILTER(query1,CHOOSECOLS(query1,2)=874))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "For what year is the SAR no. 874?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"874"
]
}
] | train_1-29753553-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"SAR No.",
"Builder",
"Year",
"Works No.",
"Firebox",
"Driver Diameter"
],
[
"2",
"843",
"Baldwin",
"1929",
"60820",
"Narrow",
"63/1600mm"
],
[
"3",
"844",
"Baldwin",
"1929",
"60821",
"Narrow",
"60/1520mm"
],
[
"4",
"845",
"Baldwin",
"1929",
"60822",
"Narrow",
"60/1520mm"
],
[
"5",
"846",
"Baldwin",
"1929",
"60823",
"Narrow",
"63/1600mm"
],
[
"6",
"847",
"Baldwin",
"1929",
"60824",
"Narrow",
"60/1520mm"
],
[
"7",
"848",
"Baldwin",
"1929",
"60825",
"Narrow",
"63/1600mm"
],
[
"8",
"849",
"Baldwin",
"1929",
"60826",
"Narrow",
"60/1520mm"
],
[
"9",
"850",
"Baldwin",
"1929",
"60827",
"Narrow",
"60/1520mm"
],
[
"10",
"868",
"Hohenzollern",
"1928",
"4653",
"Narrow",
"63/1600mm"
],
[
"11",
"869",
"Hohenzollern",
"1928",
"4654",
"Narrow",
"63/1600mm"
],
[
"12",
"870",
"Hohenzollern",
"1928",
"4655",
"Narrow",
"60/1520mm"
],
[
"13",
"871",
"Hohenzollern",
"1928",
"4656",
"Narrow",
"60/1520mm"
],
[
"14",
"872",
"Hohenzollern",
"1928",
"4657",
"Narrow",
"60/1520mm"
],
[
"15",
"873",
"Hohenzollern",
"1928",
"4658",
"Narrow",
"63/1600mm"
],
[
"16",
"874",
"Henschel",
"1930",
"21749",
"Wide",
"63/1600mm"
],
[
"17",
"875",
"Henschel",
"1930",
"21750",
"Wide",
"63/1600mm"
],
[
"18",
"876",
"Henschel",
"1930",
"21751",
"Wide",
"60/1520mm"
],
[
"19",
"877",
"Henschel",
"1930",
"21752",
"Wide",
"60/1520mm"
],
[
"20",
"878",
"Henschel",
"1930",
"21753",
"Wide",
"63/1600mm"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"mobipocket\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"mobipocket\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Word wrap support has a Format of mobipocket?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"mobipocket\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"fictionbook\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"fictionbook\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Interactivity support has a Format of fictionbook?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"fictionbook\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"no\")*(F1=\"yes\")*(C1=\"no\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(D2:D17=\"no\")*(F2:F17=\"yes\")*(C2:C17=\"no\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Filename extension has an Interactivity support of no, an Open standard of yes, and an Image support of no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"no\"",
"*",
"F1",
"=",
"\"yes\"",
"*",
"C1",
"=",
"\"no\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"yes\")*(F1=\"no\")*(D1=\"yes\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(E2:E17=\"yes\")*(F2:F17=\"no\")*(D2:D17=\"yes\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Filename extension has a Word wrap support of yes, an Open standard of no, and an Interactivity support of yes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"yes\"",
"*",
"F1",
"=",
"\"no\"",
"*",
"D1",
"=",
"\"yes\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"no\")*(E1=\"yes\")*(C1=\"yes\")*(F1=\"yes\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(D2:D17=\"no\")*(E2:E17=\"yes\")*(C2:C17=\"yes\")*(F2:F17=\"yes\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Format has an Interactivity support of no, a Word wrap support of yes, an Image support of yes, and an Open standard of yes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"no\"",
"*",
"E1",
"=",
"\"yes\"",
"*",
"C1",
"=",
"\"yes\"",
"*",
"F1",
"=",
"\"yes\"",
"1"
]
}
] | train_2-12115370-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Format",
"Filename extension",
"Image support",
"Interactivity support",
"Word wrap support",
"Open standard"
],
[
"2",
"DjVu",
".djvu",
"Yes",
"No",
"No",
"Yes"
],
[
"3",
"EPUB (IDPF)",
".epub",
"Yes",
"Yes",
"Yes",
"yes"
],
[
"4",
"FictionBook",
".fb2",
"Yes",
"No",
"Yes",
"Yes"
],
[
"5",
"HTML",
".html",
"Yes",
"No",
"Yes",
"Yes"
],
[
"6",
"Kindle",
".azw",
"Yes",
"Yes",
"Yes",
"No"
],
[
"7",
"Microsoft Reader",
".lit",
"Yes",
"No",
"Yes",
"No"
],
[
"8",
"Mobipocket",
".prc, .mobi",
"Yes",
"Yes",
"Yes",
"No"
],
[
"9",
"Multimedia EBook",
".exe",
"Yes",
"Yes",
"No",
"Yes"
],
[
"10",
"Newton Book",
".pkg",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"11",
"eReader",
".pdb",
"Yes",
"No",
"Yes",
"No"
],
[
"12",
"Plain text",
".txt",
"No",
"No",
"Yes",
"Yes"
],
[
"13",
"Plucker",
".pdb",
"Yes",
"Yes",
"Yes",
"Yes"
],
[
"14",
"Portable Document Format",
".pdf",
"Yes",
"Yes",
"Yes Though not all readers implement support",
"Yes"
],
[
"15",
"PostScript",
".ps",
"Yes",
"No",
"No",
"Yes"
],
[
"16",
"Tome Raider",
".tr2, .tr3",
"Yes",
"No",
"Yes",
"No"
],
[
"17",
"OpenXPS",
".oxps, .xps",
"Yes",
"No",
"No",
"Yes"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(D2:D9,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 PBA team with a Pick that is 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Player with a Pick that is 6?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_2-15442451-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Player",
"Country of origin*",
"PBA team",
"College"
],
[
"2",
"1",
"Earl Sonny Alvarado",
"Puerto Rico",
"Tanduay Rhum Masters",
"Texas-Austin"
],
[
"3",
"2",
"Anastacio Mendoza",
"Philippines",
"Barangay Ginebra Kings",
"Far Eastern"
],
[
"4",
"3",
"Erwin Luna",
"Philippines",
"Formula Shell",
"Adamson"
],
[
"5",
"4",
"Bryan Gahol",
"Philippines",
"Mobiline Phone Pals",
"State"
],
[
"6",
"5",
"Richard Yee",
"Philippines",
"Purefoods Tender Juicy Hotdogs",
"Santo Tomas"
],
[
"7",
"6",
"Roel Buenaventura",
"Philippines",
"Pop Cola 800s",
"East"
],
[
"8",
"7",
"Arnold Rodriguez",
"Philippines",
"Formula Shell",
"PUP"
],
[
"9",
"8",
"Don Carlos Allado",
"Philippines",
"Alaska Milkmen",
"La Salle-Manila"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"october 6\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"october 6\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the Driver, when the Date is October 6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"october 6\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"cosworth\")*(G1=\"kraco racing\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(F2:F7=\"cosworth\")*(G2:G7=\"kraco racing\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of Seasons, when the Engine is Cosworth, and when the Team is Kraco Racing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"cosworth\"",
"*",
"G1",
"=",
"\"kraco racing\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"chevrolet\")*(B1=\"october 3\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(F2:F7=\"chevrolet\")*(B2:B7=\"october 3\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the Driver, when the Engine is Chevrolet, and when the Date is October 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"chevrolet\"",
"*",
"B1",
"=",
"\"october 3\"",
"4"
]
},
{
"Formula": "SUM(FILTER(A1, (G1=\"penske racing\")*(B1=\"october 3\")))",
"Formula2": "SUM(FILTER(A2:A7, (G2:G7=\"penske racing\")*(B2:B7=\"october 3\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Seasons, when the Team is Penske Racing, and when the Date is October 3?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"\"penske racing\"",
"*",
"B1",
"=",
"\"october 3\""
]
}
] | train_2-15736385-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Date",
"Location",
"Driver",
"Chassis",
"Engine",
"Team"
],
[
"2",
"1987",
"October 31",
"Tamiami Park",
"Bobby Rahal",
"Lola",
"Cosworth",
"Truesports"
],
[
"3",
"1988",
"November 5",
"Tamiami Park",
"Michael Andretti",
"Lola",
"Cosworth",
"Kraco Racing"
],
[
"4",
"1989",
"October 14",
"Laguna Seca",
"Al Unser, Jr.",
"Lola",
"Chevrolet",
"Galles Racing"
],
[
"5",
"1990",
"October 6",
"Nazareth",
"Rick Mears",
"Penske",
"Chevrolet",
"Penske Racing"
],
[
"6",
"1991",
"October 19",
"Laguna Seca",
"Michael Andretti",
"Lola",
"Chevrolet",
"Newman/Haas Racing"
],
[
"7",
"1992",
"October 3",
"Nazareth",
"Emerson Fittipaldi",
"Penske",
"Chevrolet",
"Penske Racing"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"rotor volgograd\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"rotor volgograd\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home leg who are opponents of rotor volgograd",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"rotor volgograd\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ajax\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"ajax\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the round with ajax opponents",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"ajax\"",
"2"
]
}
] | train_2-1560621-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Round",
"Opponents",
"Home leg",
"Away leg",
"Aggregate"
],
[
"2",
"1991–92",
"1",
"Ajax",
"0–1",
"0–3",
"0–4"
],
[
"3",
"1992–93",
"1",
"KV Mechelen",
"0–0",
"1–2",
"1–2"
],
[
"4",
"1995–96",
"Q",
"Avenir Beggen",
"0–0",
"0–3",
"0–3"
],
[
"5",
"1997–98",
"Q2",
"FK Jablonec",
"0–0",
"1–1",
"1–1"
],
[
"6",
"1997–98",
"1",
"Rotor Volgograd",
"1–4",
"0–2",
"1–6"
],
[
"7",
"2011–12",
"Q2",
"FK Sarajevo",
"0–0",
"0–2",
"0–2"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (E1>1)*(D1>1)*(A1=\"total\")))",
"Formula2": "SUM(FILTER(C2:C20, (E2:E20>1)*(D2:D20>1)*(A2:A20=\"total\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many golds have a bronze greater than 1, a silver greater than 1, with total as the rank?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"1",
"*",
"D1",
">",
"1",
"*",
"A1",
"=",
"\"total\""
]
},
{
"Formula": "SUM(FILTER(C1, (E1>1)*(B1=\"total\")*(D1<18)))",
"Formula2": "SUM(FILTER(C2:C20, (E2:E20>1)*(B2:B20=\"total\")*(D2:D20<18)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many golds have a bronze greater than 1, total as the nation, and a silver less than 18?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"1",
"*",
"B1",
"=",
"\"total\"",
"*",
"D1",
"<",
"18"
]
},
{
"Formula": "SUMIFS(E1,B1,\"west germany\")",
"Formula2": "SUMIFS(E2:E20,B2:B20,\"west germany\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many bronzes have west germany as the nation?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"west germany\""
]
},
{
"Formula": "SUM(FILTER(C1, (B1=\"denmark\")*(F1<1)))",
"Formula2": "SUM(FILTER(C2:C20, (B2:B20=\"denmark\")*(F2:F20<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many golds have denmark as the nation, with a total less than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"denmark\"",
"*",
"F1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(F1, (C1=1)*(A1=\"12\")*(D1>0)))",
"Formula2": "SUM(FILTER(F2:F20, (C2:C20=1)*(A2:A20=\"12\")*(D2:D20>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many totals have 1 for the gold, 12 for the rank, and a sliver greater than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"1",
"*",
"A1",
"=",
"\"12\"",
"*",
"D1",
">",
"0"
]
},
{
"Formula": "MIN(FILTER(D1, (E1=1)*(F1=1)*(A1=\"17\")*(C1<0)))",
"Formula2": "MIN(FILTER(D2:D20, (E2:E20=1)*(F2:F20=1)*(A2:A20=\"17\")*(C2:C20<0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest silver that has 1 for the bronze, 1 as the total, 17 as the rank, with a gold less than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"=",
"1",
"*",
"F1",
"=",
"1",
"*",
"A1",
"=",
"\"17\"",
"*",
"C1",
"<",
"0"
]
}
] | train_2-18706598-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"East Germany",
"7",
"2",
"2",
"11"
],
[
"3",
"2",
"Soviet Union",
"1",
"7",
"1",
"9"
],
[
"4",
"3",
"Hungary",
"3",
"3",
"2",
"8"
],
[
"5",
"4",
"Sweden",
"2",
"1",
"3",
"6"
],
[
"6",
"5",
"Yugoslavia",
"1",
"1",
"0",
"2"
],
[
"7",
"6",
"France",
"1",
"0",
"1",
"2"
],
[
"8",
"7",
"New Zealand",
"1",
"0",
"1",
"2"
],
[
"9",
"8",
"West Germany",
"0",
"2",
"0",
"2"
],
[
"10",
"9",
"Poland",
"0",
"1",
"1",
"2"
],
[
"11",
"10",
"Romania",
"0",
"0",
"2",
"2"
],
[
"12",
"11",
"Czechoslovakia",
"1",
"0",
"0",
"1"
],
[
"13",
"12",
"United States",
"1",
"0",
"0",
"1"
],
[
"14",
"13",
"United Kingdom",
"0",
"1",
"0",
"1"
],
[
"15",
"14",
"Bulgaria",
"0",
"0",
"1",
"1"
],
[
"16",
"15",
"Canada",
"0",
"0",
"1",
"1"
],
[
"17",
"16",
"Denmark",
"0",
"0",
"1",
"1"
],
[
"18",
"17",
"Italy",
"0",
"0",
"1",
"1"
],
[
"19",
"18",
"Netherlands",
"0",
"0",
"1",
"1"
],
[
"20",
"Total",
"Total",
"18",
"18",
"18",
"54"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.