t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(C1),MEDIANX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)<=137.7)*(CHOOSECOLS(query1,3)<=249.4)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A5,MINX(C2:C5),MEDIANX(B2:B5)),FILTER(query1,(CHOOSECOLS(query1,2)<=137.7)*(CHOOSECOLS(query1,3)<=249.4)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "the minimum dialysis <=137.7 and the median ESRD <= 249.4 at different ages",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"C1",
"MEDIANX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"137.7",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<=",
"249.4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>=94.9)+(B1<25.6)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E5,(B2:B5>=94.9)+(B2:B5<25.6)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">=",
"Num",
"+",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "The table with the end stage renal disease >= 94.9 or < 25.6.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
">=",
"94.9",
"+",
"B1",
"<",
"25.6",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Fewest general medicare age",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Age of people who received the fewest general medicare.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "two greatest general medicare receiving age groups",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(E1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(E2:E5)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Two age groups which received greatest general medicares.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(D2:D5)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "three least transplant case age groups",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,SUMX(D2:D5)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Three age groups with the least transplant cases.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,COUNTX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,COUNTX(A2:A5)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Most common age.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"COUNTX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "UNIQUE(A1)",
"Formula2": "UNIQUE(A2:A5)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Ages listed in this table.",
"Tokens": [
"UNIQUE(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,MAXX(B1)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))",
"Formula2": "ROWS(UNIQUE(LET(a,A2:A5,b,A2:A5,c,INDEX(LET(query1,SUMMARIZE(A2:A5,MAXX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "How many ages have greatest ESRD <= 249.3?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"LET(",
"a",
"A1",
"b",
"A1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MAXX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"249.3",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "ROWS(UNIQUE(LET(a,A1,b,A1,c,INDEX(LET(query1,SUMMARIZE(A1,MAXX(B1)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))",
"Formula2": "ROWS(UNIQUE(LET(a,A2:A5,b,A2:A5,c,INDEX(LET(query1,SUMMARIZE(A2:A5,MAXX(B2:B5)),FILTER(query1,CHOOSECOLS(query1,2)<=249.3)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c)))))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "How many ages have greatest ESRD no higher than 249.3?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"LET(",
"a",
"A1",
"b",
"A1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MAXX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"249.3",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,LEFT(A1,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))",
"Formula2": "LET(query1,FILTER(A2:E5,LEFT(A2:A5,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"LEFT(",
"Cell",
"LEN(",
"Str",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "What are the total dialyses for each age starting with '20-'?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"LEFT(",
"A1",
"LEN(",
"\"20-\"",
"=",
"\"20-\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,LEFT(A1,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))",
"Formula2": "LET(query1,FILTER(A2:E5,LEFT(A2:A5,LEN(\"20-\"))=\"20-\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"LEFT(",
"Cell",
"LEN(",
"Str",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "What are total dialyses for each age starting with '20-'?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"LEFT(",
"A1",
"LEN(",
"\"20-\"",
"=",
"\"20-\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3"
]
}
] | hospital2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Age",
"ESRD",
"Dialysis ",
"Transplant",
"General Medicare"
],
[
"2",
"<20",
"25.6",
"46.6",
"4.9",
"6"
],
[
"3",
"20-44",
"41.5",
"70.8",
"8",
"11"
],
[
"4",
"45-64",
"94.9",
"137.7",
"22.2",
"21.5"
],
[
"5",
"65+",
"249.4",
"287.1",
"62.3",
"47.4"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"sports authority field at mile high\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<12))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,F2:F9=\"sports authority field at mile high\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<12))",
"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 visiting team on weeks under 12 and at Sports Authority Field at Mile High?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"sports authority field at mile high\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"12"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"raymond james stadium\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"raymond james stadium\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the visiting team at Raymond James Stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"raymond james stadium\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"houston texans\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"houston texans\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date had the Houston Texans as visitors?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"houston texans\"",
"2"
]
}
] | train_2-12771946-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Visiting Team",
"Final Score",
"Host Team",
"Stadium"
],
[
"2",
"10",
"November 10",
"Oakland Raiders",
"24–17",
"San Diego Chargers",
"Qualcomm Stadium"
],
[
"3",
"11",
"November 17",
"New York Jets",
"13–17",
"Denver Broncos",
"Sports Authority Field at Mile High"
],
[
"4",
"12",
"November 24",
"San Francisco 49ers",
"6–16",
"Baltimore Ravens",
"M&T Bank Stadium"
],
[
"5",
"13",
"December 1",
"Philadelphia Eagles",
"14–31",
"Seattle Seahawks",
"CenturyLink Field"
],
[
"6",
"14",
"December 8",
"Cleveland Browns",
"3–14",
"Pittsburgh Steelers",
"Heinz Field"
],
[
"7",
"15",
"December 15",
"Jacksonville Jaguars",
"14–41",
"Atlanta Falcons",
"Georgia Dome"
],
[
"8",
"15",
"December 17",
"Dallas Cowboys",
"31–15",
"Tampa Bay Buccaneers",
"Raymond James Stadium"
],
[
"9",
"16",
"December 22",
"Houston Texans",
"16–19",
"Indianapolis Colts",
"Lucas Oil Stadium"
]
] |
[
{
"Formula": "MAXIFS(A1,B1,\"thun\")",
"Formula2": "MAXIFS(A2:A13,B2:B13,\"thun\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the latest year the world championships were held in Thun?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"thun\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"phoenix\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"phoenix\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who won gold when the world championships were held in Phoenix?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"phoenix\"",
"3"
]
}
] | train_2-18656178-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Place",
"Gold",
"Silver",
"Bronze"
],
[
"2",
"1962",
"Cairo",
"Karl Wenk ( FRG )",
"Vladimir Chuian ( URS )",
"James Enoch Hill ( USA )"
],
[
"3",
"1966",
"Wiesbaden",
"David Boyd ( USA )",
"Jerzy Nowicki ( POL )",
"Bill Krilling ( USA )"
],
[
"4",
"1970",
"Phoenix",
"Manfred Fiess ( RSA )",
"Esa Einari Kervinen ( FIN )",
"Klaus Zaehringer ( FRG )"
],
[
"5",
"1974",
"Thun",
"Karel Bulan ( TCH )",
"Helge Edvin Anshushaug ( NOR )",
"Wolfram Waibel Sr. ( AUT )"
],
[
"6",
"1978",
"Seoul",
"Alister Allan ( GBR )",
"Lones Wigger ( USA )",
"Lanny Bassham ( USA )"
],
[
"7",
"1982",
"Caracas",
"Victor Daniltchenko ( URS )",
"William Beard ( USA )",
"Viktor Vlasov ( URS )"
],
[
"8",
"1986",
"Suhl",
"Sandor Bereczky ( HUN )",
"Gale Stewart ( CAN )",
"Michael Heine ( FRG )"
],
[
"9",
"1990",
"Moscow",
"Viatcheslav Botchkarev ( URS )",
"Harald Stenvaag ( NOR )",
"Tadeusz Czerwinski ( POL )"
],
[
"10",
"1994",
"Milan",
"Wenjie Li ( CHN )",
"Stevan Pletikosic ( IOP )",
"Michel Bury ( FRA )"
],
[
"11",
"1998",
"Barcelona",
"Thomas Tamas ( USA )",
"Juha Hirvi ( FIN )",
"Sergei Kovalenko ( RUS )"
],
[
"12",
"2002",
"Lahti",
"Matthew Emmons ( USA )",
"Rajmond Debevec ( SLO )",
"Espen Berg-Knutsen ( NOR )"
],
[
"13",
"2006",
"Zagreb",
"Sergei Martynov ( BLR )",
"Jury Sukhorukov ( UKR )",
"Marco de Nicolo ( ITA )"
]
] |
[
{
"Formula": "ROWS(FILTER(D1,(E1=\"c3\")*(B1<89.9)))",
"Formula2": "ROWS(FILTER(D2:D8,(E2:E8=\"c3\")*(B2:B8<89.9)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total erp w of class c3, which has a frequency mhz less than 89.9?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"E1",
"=",
"\"c3\"",
"*",
"B1",
"<",
"89.9"
]
},
{
"Formula": "ROWS(FILTER(B1,(A1=\"kgrj\")*(D1>\"21,500\")))",
"Formula2": "ROWS(FILTER(B2:B8,(A2:A8=\"kgrj\")*(D2:D8>\"21,500\")))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "What is the total frequency mhz of the kgrj call sign, which has an erp w greater than 21,500?",
"Tokens": [
"ROWS(",
"FILTER(",
"B1",
"A1",
"=",
"\"kgrj\"",
"*",
"D1",
">",
"\"21,500\""
]
},
{
"Formula": "FILTER(A1,D1=222)",
"Formula2": "FILTER(A2:A8,D2:D8=222)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the call sign with a 222 erp w?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"222"
]
},
{
"Formula": "AVERAGE(FILTER(B1,C1=\"loomis, south dakota\"))",
"Formula2": "AVERAGE(FILTER(B2:B8,C2:C8=\"loomis, south dakota\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average frequency mhz of the loomis, south dakota city license?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"C1",
"=",
"\"loomis, south dakota\""
]
},
{
"Formula": "SUM(FILTER(D1,A1=\"k222al\"))",
"Formula2": "SUM(FILTER(D2:D8,A2:A8=\"k222al\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the erp w of the k222al call sign?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"k222al\""
]
},
{
"Formula": "MAX(FILTER(D1,B1=90.5))",
"Formula2": "MAX(FILTER(D2:D8,B2:B8=90.5))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest erp w with a 90.5 frequency mhz?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"B1",
"=",
"90.5"
]
}
] | dev_2-18943807-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"KGKD",
"90.5",
"Columbus, Nebraska",
"10,000",
"C2",
"FCC"
],
[
"3",
"KGRJ",
"89.9",
"Chamberlain, South Dakota",
"21,500",
"C3",
"FCC"
],
[
"4",
"KGRH",
"88.1",
"Loomis, South Dakota",
"800",
"A",
"FCC"
],
[
"5",
"K205CU",
"88.9",
"Burwell, Nebraska",
"235",
"D",
"FCC"
],
[
"6",
"K217CT",
"91.3",
"Ainsworth, Nebraska",
"222",
"D",
"FCC"
],
[
"7",
"K220FV",
"91.9",
"Yankton, South Dakota",
"140",
"D",
"FCC"
],
[
"8",
"K222AL",
"92.3",
"Platte, South Dakota",
"75",
"D",
"FCC"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"barcelona\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"barcelona\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Team 2 faced Team 1 from Barcelona?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"barcelona\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"galatasaray\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"galatasaray\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which first leg had Galatasaray as Team 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"galatasaray\"",
"4"
]
}
] | train_2-11399628-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team 1",
"Agg.",
"Team 2",
"1st leg",
"2nd leg"
],
[
"2",
"Anorthosis",
"3–1",
"Olympiacos",
"3–0",
"0–1"
],
[
"3",
"Vitória Guimarães",
"1–2",
"Basel",
"0–0",
"1–2"
],
[
"4",
"Shakhtar Donetsk",
"5–1",
"Dinamo Zagreb",
"2–0",
"3–1"
],
[
"5",
"Schalke 04",
"1–4",
"Atlético Madrid",
"1–0",
"0–4"
],
[
"6",
"Aalborg BK",
"4–0",
"Kaunas",
"2–0",
"2–0"
],
[
"7",
"Barcelona",
"4–1",
"Wisła Kraków",
"4–0",
"0–1"
],
[
"8",
"Levski Sofia",
"1–2",
"BATE Borisov",
"0–1",
"1–1"
],
[
"9",
"Standard Liège",
"0–1",
"Liverpool",
"0–0",
"0–1 ( aet )"
],
[
"10",
"Partizan",
"3–4",
"Fenerbahçe",
"2–2",
"1–2"
],
[
"11",
"Twente",
"0–6",
"Arsenal",
"0–2",
"0–4"
],
[
"12",
"Spartak Moscow",
"2–8",
"Dynamo Kyiv",
"1–4",
"1–4"
],
[
"13",
"Juventus",
"5–1",
"Artmedia Petržalka",
"4–0",
"1–1"
],
[
"14",
"Brann",
"1–3",
"Marseille",
"0–1",
"1–2"
],
[
"15",
"Fiorentina",
"2–0",
"Slavia Prague",
"2–0",
"0–0"
],
[
"16",
"Galatasaray",
"2–3",
"Steaua Bucureşti",
"2–2",
"0–1"
],
[
"17",
"Sparta Prague",
"1–3 [C ]",
"Panathinaikos",
"1–2",
"0–1"
]
] |
[
{
"Formula": "SUMIFS(F1,B1,\"sydney spirit\")",
"Formula2": "SUMIFS(F2:F8,B2:B8,\"sydney spirit\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people attended the game when sydney spirit was at home?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"sydney spirit\""
]
}
] | test_2-16653153-24 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Home team",
"Score",
"Away team",
"Venue",
"Crowd",
"Box Score",
"Report"
],
[
"2",
"7 January",
"Adelaide 36ers",
"106-99",
"Wollongong Hawks",
"Distinctive Homes Dome",
"6,307",
"box score",
"report"
],
[
"3",
"9 January",
"Perth Wildcats",
"77-81",
"Cairns Taipans",
"Challenge Stadium",
"4,100",
"box score",
"report"
],
[
"4",
"10 January",
"Adelaide 36ers",
"107-86",
"Cairns Taipans",
"Distinctive Homes Dome",
"5,039",
"box score",
"report"
],
[
"5",
"10 January",
"South Dragons",
"115-112",
"New Zealand Breakers",
"Melbourne Sports and Aquatic Centre",
"1,994",
"box score",
"report"
],
[
"6",
"10 January",
"Sydney Spirit",
"88-79",
"Wollongong Hawks",
"State Sports Centre",
"1,469",
"box score",
"report"
],
[
"7",
"11 January",
"Melbourne Tigers",
"108-81",
"Perth Wildcats",
"State Netball and Hockey Centre",
"2,930",
"box score",
"report"
],
[
"8",
"11 January",
"Townsville Crocodiles",
"115-92",
"Gold Coast Blaze",
"Townsville Entertainment Centre",
"4,457",
"box score",
"report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kansas City Kansas Community College\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"Kansas City Kansas Community College\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the institution of Kansas city Kansas community college founded?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Kansas City Kansas Community College\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kansas City Kansas Community College\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"Kansas City Kansas Community College\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the mascot for the instition of Kansas city Kansas community college?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Kansas City Kansas Community College\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Highland\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E10, B2:B10=\"Highland\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many school colors is there for the main campus location of highland?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"Highland\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=1923)*(E1=\"Blue, Red & White\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=1923)*(E2:E10=\"Blue, Red & White\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the mascot for the school founded in 1923 with the school colors of blue, red & white?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"1923",
"*",
"E1",
"=",
"\"Blue, Red & White\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Overland Park\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"Overland Park\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the instition where the main campus location is overland park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Overland Park\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Blue Devils\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"Blue Devils\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the institution with the mascot of blue devils?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Blue Devils\"",
"1"
]
}
] | test_1-12434380-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Institution",
"Main Campus Location",
"Founded",
"Mascot",
"School Colors"
],
[
"2",
"Allen Community College",
"Iola",
"1923",
"Red Devils",
"Scarlet & Black"
],
[
"3",
"Coffeyville Community College",
"Coffeyville",
"1923",
"Red Ravens",
"Red & White"
],
[
"4",
"Cowley College",
"Arkansas City",
"1922",
"Tigers",
"Orange & Black"
],
[
"5",
"Fort Scott Community College",
"Fort Scott",
"1919",
"Greyhounds",
"Maroon & Grey"
],
[
"6",
"Highland Community College",
"Highland",
"1858",
"Scotties",
"Navy & Gold"
],
[
"7",
"Independence Community College",
"Independence",
"1925",
"Pirates",
"Navy Blue & Vegas Gold"
],
[
"8",
"Johnson County Community College",
"Overland Park",
"1967",
"Cavaliers",
"Maroon & Gold"
],
[
"9",
"Kansas City Kansas Community College",
"Kansas City",
"1923",
"Blue Devils",
"Blue, Red & White"
],
[
"10",
"Labette Community College",
"Parsons",
"1923",
"Cardinals",
"Red & White"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"13 august 2008\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"13 august 2008\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the player that was loaned out on 13 August 2008 ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"13 august 2008\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"febian brandy\")*(A1=\"2 february 2009\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"febian brandy\")*(A2:A14=\"2 february 2009\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was febian brandy loaned out until, when was loaned out on 2 february 2009.?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"febian brandy\"",
"*",
"A1",
"=",
"\"2 february 2009\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"james chester\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"james chester\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was james chester loaned out until ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"james chester\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"27 november 2008\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"27 november 2008\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did the player loaned out on 27 november 2008 move to ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"27 november 2008\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ron-robert zieler\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"ron-robert zieler\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was ron-robert zieler loaned out until ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ron-robert zieler\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"30 june 2009\")*(C1=\"mf\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(B2:B14=\"30 june 2009\")*(C2:C14=\"mf\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did the player in Pos mf, move to until 30 june 2009 ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"30 june 2009\"",
"*",
"C1",
"=",
"\"mf\"",
"5"
]
}
] | train_2-17626681-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date From",
"Date To",
"Pos.",
"Name",
"Moving To"
],
[
"2",
"1 July 2008",
"30 June 2009",
"GK",
"Tom Heaton",
"Cardiff City"
],
[
"3",
"22 July 2008",
"17 January 2009",
"FW",
"Febian Brandy",
"Swansea City"
],
[
"4",
"4 August 2008",
"30 June 2009",
"DF",
"Danny Simpson",
"Blackburn Rovers"
],
[
"5",
"8 August 2008",
"30 June 2009",
"DF",
"Craig Cathcart",
"Plymouth Argyle"
],
[
"6",
"13 August 2008",
"31 December 2008",
"MF",
"Lee Martin",
"Nottingham Forest"
],
[
"7",
"1 September 2008",
"30 June 2009",
"FW",
"Fraizer Campbell",
"Tottenham Hotspur"
],
[
"8",
"27 November 2008",
"25 February 2009",
"GK",
"Ron-Robert Zieler",
"Northampton Town"
],
[
"9",
"1 January 2009",
"30 June 2009",
"DF",
"David Gray",
"Plymouth Argyle"
],
[
"10",
"5 January 2009",
"5 April 2009",
"MF",
"Sam Hewson",
"Hereford United"
],
[
"11",
"16 January 2009",
"30 June 2009",
"FW",
"Manucho",
"Hull City"
],
[
"12",
"16 January 2009",
"30 June 2009",
"MF",
"Tom Cleverley",
"Leicester City"
],
[
"13",
"2 February 2009",
"2 March 2009",
"DF",
"James Chester",
"Peterborough United"
],
[
"14",
"2 February 2009",
"30 June 2009",
"FW",
"Febian Brandy",
"Hereford United"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>5500))",
"Formula2": "LET(query1,SUMMARIZE(E2:E15,SUMX(F2:F15)),FILTER(query1,CHOOSECOLS(query1,2)>5500))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which To par has a Money ($) larger than 5,500?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5500"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=4),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=4),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Score has a Place of 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"4",
"4"
]
}
] | train_2-17277107-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Lee Trevino",
"United States",
"69-68-69-69=275",
"–5",
"30,000"
],
[
"3",
"2",
"Jack Nicklaus",
"United States",
"72-70-70-67=279",
"–1",
"15,000"
],
[
"4",
"3",
"Bert Yancey",
"United States",
"67-68-70-76=281",
"+1",
"10,000"
],
[
"5",
"4",
"Bobby Nichols",
"United States",
"74-71-68-69=282",
"+2",
"7,500"
],
[
"6",
"T5",
"Don Bies",
"United States",
"70-70-75-69=284",
"+4",
"5,500"
],
[
"7",
"T5",
"Steve Spray",
"United States",
"73-75-71-65=284",
"+4",
"5,500"
],
[
"8",
"T7",
"Bob Charles",
"New Zealand",
"73-69-72-71=285",
"+5",
"3,750"
],
[
"9",
"T7",
"Jerry Pittman",
"United States",
"73-67-74-71=285",
"+5",
"3,750"
],
[
"10",
"T9",
"Gay Brewer",
"United States",
"71-71-75-69=286",
"+6",
"2,516"
],
[
"11",
"T9",
"Billy Casper",
"United States",
"75-68-71-72=286",
"+6",
"2,516"
],
[
"12",
"T9",
"Bruce Devlin",
"Australia",
"71-69-75-71=286",
"+6",
"2,516"
],
[
"13",
"T9",
"Al Geiberger",
"United States",
"72-74-68-72=286",
"+6",
"2,516"
],
[
"14",
"T9",
"Sam Snead",
"United States",
"73-71-74-68=286",
"+6",
"2,516"
],
[
"15",
"T9",
"Dave Stockton",
"United States",
"72-73-69-72=286",
"+6",
"2,516"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 2\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"April 2\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List all players with highest assists from April 2.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"April 2\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 7\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"April 7\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List high points from the April 7 game.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"April 7\"",
"5"
]
}
] | train_1-23248910-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 2",
"@ Cavaliers",
"L 88–93 (OT)",
"J. Smith (20)",
"A. Horford (8)",
"J. Johnson (5)",
"Quicken Loans Arena 20,562",
"48-27"
],
[
"3",
"76",
"April 3",
"Pistons",
"W 91–85 (OT)",
"J. Crawford (29)",
"A. Horford (14) J. Smith (14)",
"J. Crawford (6)",
"Philips Arena 18,729",
"49-27"
],
[
"4",
"77",
"April 6",
"@ Bobcats",
"L 100–109 (OT)",
"M. Evans (20)",
"A. Horford (12)",
"J. Teague (6) J. Crawford (6)",
"Time Warner Cable Arena 18,610",
"49-28"
],
[
"5",
"78",
"April 7",
"@ Pistons",
"L 88–90 (OT)",
"J. Crawford (19)",
"A. Horford (12)",
"A. Horford (6)",
"The Palace of Auburn Hills 22,076",
"49-29"
],
[
"6",
"79",
"April 9",
"Raptors",
"W 107–101 (OT)",
"J. Crawford (25)",
"A. Horford (15)",
"J. Johnson (7)",
"Philips Arena 19,382",
"50-29"
],
[
"7",
"80",
"April 10",
"@ Wizards",
"W 105–95 (OT)",
"J. Crawford (28)",
"A. Horford (10)",
"J. Smith (8)",
"Verizon Center 20,173",
"51-29"
],
[
"8",
"81",
"April 12",
"@ Bucks",
"W 104–96 (OT)",
"J. Johnson (31)",
"A. Horford (12)",
"Z. Pachulia (4)",
"Bradley Center 14,186",
"52-29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"w 107–102 (ot)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"w 107–102 (ot)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Record has a Score of w 107–102 (ot)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"w 107–102 (ot)\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"fedexforum 11,731\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,H2:H16=\"fedexforum 11,731\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Team has a Location Attendance of fedexforum 11,731?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"fedexforum 11,731\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"l 97–99 (ot)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"l 97–99 (ot)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Record has a Score of l 97–99 (ot)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"l 97–99 (ot)\"",
"9"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=34))",
"Formula2": "LET(query1,SUMMARIZE(I2:I16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=34))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is game 34's record?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"34"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"january 2\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"january 2\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the high assist on january 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"january 2\"",
"7"
]
}
] | train_2-17288869-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",
"32",
"January 2",
"Philadelphia",
"W 96–86 (OT)",
"Dirk Nowitzki (31)",
"Erick Dampier (14)",
"Jason Kidd (9)",
"American Airlines Center 20,327",
"20–12"
],
[
"3",
"33",
"January 4",
"@ Memphis",
"L 82–102 (OT)",
"Dirk Nowitzki (28)",
"José Juan Barea , Jason Kidd (6)",
"Jason Kidd (5)",
"FedExForum 11,731",
"20–13"
],
[
"4",
"34",
"January 6",
"L.A. Clippers",
"W 107–102 (OT)",
"Dirk Nowitzki (34)",
"Jason Kidd (10)",
"José Juan Barea , Jason Kidd (8)",
"American Airlines Center 19,794",
"21–13"
],
[
"5",
"35",
"January 8",
"New York",
"W 99–94 (OT)",
"Josh Howard (19)",
"Brandon Bass (11)",
"Dirk Nowitzki (7)",
"American Airlines Center 19,779",
"22–13"
],
[
"6",
"36",
"January 9",
"@ Phoenix",
"L 100–128 (OT)",
"Dirk Nowitzki (19)",
"Dirk Nowitzki (7)",
"Jason Kidd (7)",
"US Airways Center 18,422",
"22–14"
],
[
"7",
"37",
"January 11",
"@ Sacramento",
"L 95–102 (OT)",
"Jason Terry (33)",
"Dirk Nowitzki (8)",
"Jason Kidd (7)",
"ARCO Arena 12,294",
"22–15"
],
[
"8",
"38",
"January 13",
"@ Denver",
"L 97–99 (OT)",
"Dirk Nowitzki (44)",
"Dirk Nowitzki (14)",
"Jason Kidd (7)",
"Pepsi Center 14,158",
"22–16"
],
[
"9",
"39",
"January 14",
"New Orleans",
"L 97–104 (OT)",
"Jason Terry (28)",
"Dirk Nowitzki (13)",
"Jason Kidd (7)",
"American Airlines Center 19,947",
"22–17"
],
[
"10",
"40",
"January 17",
"Utah",
"W 115–108 (OT)",
"Dirk Nowitzki (39)",
"Brandon Bass (9)",
"Jason Kidd (15)",
"American Airlines Center 20,325",
"23–17"
],
[
"11",
"41",
"January 19",
"@ Philadelphia",
"W 95–93 (OT)",
"Dirk Nowitzki (24)",
"Jason Kidd (12)",
"Jason Kidd (6)",
"Wachovia Center 14,503",
"24–17"
],
[
"12",
"42",
"January 21",
"@ Milwaukee",
"L 99–133 (OT)",
"Dirk Nowitzki (30)",
"Erick Dampier (8)",
"Jason Terry (5)",
"Bradley Center 13,898",
"24–18"
],
[
"13",
"43",
"January 23",
"@ Detroit",
"W 112–91 (OT)",
"Dirk Nowitzki (26)",
"Dirk Nowitzki (7)",
"Jason Kidd (10)",
"The Palace of Auburn Hills 22,076",
"25–18"
],
[
"14",
"44",
"January 25",
"@ Boston",
"L 100–124 (OT)",
"Jason Terry (27)",
"Dirk Nowitzki , Erick Dampier , Jason Kidd (7)",
"Jason Kidd (5)",
"TD Banknorth Garden 18,624",
"25–19"
],
[
"15",
"45",
"January 28",
"Golden State",
"W 117–93 (OT)",
"Jason Terry (22)",
"Brandon Bass , Erick Dampier (11)",
"Jason Kidd (9)",
"American Airlines Center 19,864",
"26–19"
],
[
"16",
"46",
"January 31",
"@ Miami",
"W 111–96 (OT)",
"Dirk Nowitzki (30)",
"Dirk Nowitzki (7)",
"Jason Kidd (11)",
"American Airlines Arena 19,600",
"27–19"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>2008)*(C1=\"paul hunter classic\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6>2008)*(C2:C6=\"paul hunter classic\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Opponent in the final after 2008 at the Paul Hunter Classic?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
">",
"2008",
"*",
"C1",
"=",
"\"paul hunter classic\"",
"4"
]
}
] | train_2-1795208-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Opponent in the final",
"Score"
],
[
"2",
"Runner-up",
"2008",
"World Series – Berlin event",
"Graeme Dott Category:Articles with hCards",
"1–6"
],
[
"3",
"Winner",
"2008",
"Paul Hunter Classic",
"Mark Selby Category:Articles with hCards",
"4–0"
],
[
"4",
"Winner",
"2009",
"World Series – Grand Final",
"John Higgins Category:Articles with hCards",
"6–2"
],
[
"5",
"Winner",
"2009",
"World Series – Champion of Champions Challenge",
"Jimmy White Category:Articles with hCards",
"5–1"
],
[
"6",
"Winner",
"2009",
"Paul Hunter Classic",
"Jimmy White Category:Articles with hCards",
"4–0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"grand slam tournaments\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"grand slam tournaments\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2006 when 2002 is Grand Slam Tournaments?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"grand slam tournaments\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"grand slam tournaments\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"grand slam tournaments\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2002 when 2006 is Grand Slam Tournaments?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"grand slam tournaments\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"0–1\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"0–1\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2005 when 2002 shows 0–1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"0–1\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"0–1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"0–1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2006 when 2002 is 0–1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"0–1\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"a\")*(D1=\"1r\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"a\")*(D2:D7=\"1r\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2002 when the 2004 is A, and the 2005 is 1r?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"a\"",
"*",
"D1",
"=",
"\"1r\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"a\")*(E1=\"a\")*(A1=\"us open\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"a\")*(E2:E7=\"a\")*(A2:A7=\"us open\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for 2004 when 2005 is A, 2006 is A, tournament is US Open?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"a\"",
"*",
"E1",
"=",
"\"a\"",
"*",
"A1",
"=",
"\"us open\"",
"3"
]
}
] | train_2-1750635-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tournament",
"2002",
"2004",
"2005",
"2006"
],
[
"2",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments"
],
[
"3",
"Australian Open",
"A",
"A",
"A",
"1R"
],
[
"4",
"French Open",
"1R",
"A",
"1R",
"A"
],
[
"5",
"Wimbledon",
"A",
"A",
"A",
"A"
],
[
"6",
"US Open",
"A",
"A",
"A",
"A"
],
[
"7",
"Win–Loss",
"0–1",
"0–0",
"0–1",
"0–1"
]
] |
[
{
"Formula": "FILTER(E1,(A1>30)*(D1=\"ol\"))",
"Formula2": "FILTER(E2:E9,(A2:A9>30)*(D2:D9=\"ol\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which College has a Pick # larger than 30, and a Position of ol?",
"Tokens": [
"FILTER(",
"E1",
"A1",
">",
"30",
"*",
"D1",
"=",
"\"ol\""
]
},
{
"Formula": "MAX(FILTER(A1,E1=\"concordia\"))",
"Formula2": "MAX(FILTER(A2:A9,E2:E9=\"concordia\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Pick # has a College of concordia?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"\"concordia\""
]
},
{
"Formula": "FILTER(B1,A1>31)",
"Formula2": "FILTER(B2:B9,A2:A9>31)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which CFL Team has a Pick # larger than 31?",
"Tokens": [
"FILTER(",
"B1",
"A1",
">",
"31"
]
},
{
"Formula": "MAX(FILTER(A1,E1=\"buffalo\"))",
"Formula2": "MAX(FILTER(A2:A9,E2:E9=\"buffalo\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is buffalo's pick #?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"\"buffalo\""
]
},
{
"Formula": "FILTER(E1,(D1=\"ol\")*(A1<32))",
"Formula2": "FILTER(E2:E9,(D2:D9=\"ol\")*(A2:A9<32))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which College has a Position of ol, and a Pick # smaller than 32?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"ol\"",
"*",
"A1",
"<",
"32"
]
}
] | dev_2-16575609-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"25",
"Edmonton Eskimos (via Hamilton )",
"Sammy Okpro",
"DB",
"Concordia"
],
[
"3",
"26",
"Edmonton Eskimos",
"Jonathan Hood",
"DB",
"St.FX"
],
[
"4",
"27",
"Calgary Stampeders",
"Ronald Hilaire",
"DL",
"Buffalo"
],
[
"5",
"28",
"Montreal Alouettes",
"Terence Firr",
"REC",
"Manitoba"
],
[
"6",
"29",
"Toronto Argonauts",
"Delroy Clarke",
"DB",
"Ottawa"
],
[
"7",
"30",
"Saskatchewan (via BC)",
"Jean-François Morin-Roberge",
"OL",
"Montréal"
],
[
"8",
"31",
"Winnipeg Blue Bombers",
"Marc Beswick",
"DB",
"Saint Mary's"
],
[
"9",
"32",
"Montreal Alouettes (via Saskatchewan )",
"Gurminder Thind",
"OL",
"South Carolina"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"regions bank building\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"regions bank building\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the height in ft and m of the regions bank building?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"regions bank building\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"van antwerp building\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"van antwerp building\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the street address of the van antwerp building?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"van antwerp building\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)<11))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)<11))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the hight in ft and m of the building with less than 11 floors?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"11"
]
}
] | train_2-17961233-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Street address",
"Years as tallest",
"Height ft (m)",
"Floors"
],
[
"2",
"Cathedral Basilica of the Immaculate Conception",
"400 Government Street",
"1850–1907",
"102 (31)",
"2"
],
[
"3",
"Van Antwerp Building",
"103 Dauphin Street",
"1907–1929",
"120 (37) [A ]",
"11"
],
[
"4",
"Regions Bank Building",
"56 Saint Joseph Street",
"1929–1965",
"236 (72) [A ]",
"18"
],
[
"5",
"RSA–BankTrust Building",
"107 Saint Francis Street",
"1965–2006",
"424 (129)",
"34"
],
[
"6",
"RSA Battle House Tower",
"11 North Water Street",
"2006–present",
"745 (227)",
"35"
]
] |
[
{
"Formula": "FILTER(C1,A1=\"Alabama 1\")",
"Formula2": "FILTER(C2:C6,A2:A6=\"Alabama 1\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What kind of party is the district in Alabama 1?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"Alabama 1\""
]
},
{
"Formula": "FILTER(D1,E1=\"Lost renomination\")",
"Formula2": "FILTER(D2:D6,E2:E6=\"Lost renomination\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many in lost renomination results were elected first?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"Lost renomination\""
]
},
{
"Formula": "ROWS(FILTER(D1,E1=\"Lost renomination\"))",
"Formula2": "ROWS(FILTER(D2:D6,E2:E6=\"Lost renomination\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many in total were elected first in lost renomination?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"E1",
"=",
"\"Lost renomination\""
]
}
] | dev_1-1342338-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Alabama 1",
"John McDuffie",
"Democratic",
"1918",
"Re-elected",
"John McDuffie (D) Unopposed"
],
[
"3",
"Alabama 3",
"Henry B. Steagall",
"Democratic",
"1914",
"Re-elected",
"Henry B. Steagall (D) Unopposed"
],
[
"4",
"Alabama 4",
"Lamar Jeffers",
"Democratic",
"1921",
"Re-elected",
"Lamar Jeffers (D) 83.9% Hogan D. Stewart (R) 16.1%"
],
[
"5",
"Alabama 5",
"LaFayette L. Patterson",
"Democratic",
"1928",
"Lost renomination",
"Miles C. Allgood (D) 80.2% Joe Brown (R) 19.8%"
],
[
"6",
"Alabama 6",
"William B. Oliver",
"Democratic",
"1914",
"Re-elected",
"William B. Oliver (D) Unopposed"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=276.84))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=276.84))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the official name of the land with an area of 276.84 km2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"276.84"
]
},
{
"Formula": "SUM(FILTER(D1, C1=149.32))",
"Formula2": "SUM(FILTER(D2:D6, C2:C6=149.32))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total number of population in the land with an area of 149.32 km2?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"149.32"
]
},
{
"Formula": "MAX(FILTER(D1, C1=276.84))",
"Formula2": "MAX(FILTER(D2:D6, C2:C6=276.84))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the maximum population of the land with an area of 276.84 km2?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"=",
"276.84"
]
},
{
"Formula": "SUMIFS(C1,A1,\"Hopewell\")",
"Formula2": "SUMIFS(C2:C6,A2:A6,\"Hopewell\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the land area of Hopewell parish in km2?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Hopewell\""
]
}
] | train_1-170958-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Coverdale",
"Parish",
"236.15",
"4401",
"769 of 5,008"
],
[
"3",
"Hillsborough",
"Parish",
"303.73",
"1395",
"1,684 of 5,008"
],
[
"4",
"Elgin",
"Parish",
"519.38",
"968",
"2,124 of 5,008"
],
[
"5",
"Hopewell",
"Parish",
"149.32",
"643",
"2,689 of 5,008"
],
[
"6",
"Harvey",
"Parish",
"276.84",
"376",
"3,372 of 5,008"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"24 september\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"24 september\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the name of the race on 24 September?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"24 september\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"9 july\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"9 july\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the race on 9 July?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"9 july\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maserati\")*(D1=\"giuseppe campari\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"maserati\")*(D2:D6=\"giuseppe campari\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the race that was won by a Maserati being driven by Giuseppe Campari?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"maserati\"",
"*",
"D1",
"=",
"\"giuseppe campari\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"louis chiron\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"louis chiron\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date was the race won by Louis Chiron?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"louis chiron\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tazio nuvolari\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"tazio nuvolari\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What brand of vehicle won a race driven by Tazio Nuvolari?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"tazio nuvolari\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"tazio nuvolari\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"tazio nuvolari\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What race was won by Tazio Nuvolari?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"tazio nuvolari\"",
"1"
]
}
] | train_2-10302742-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Circuit",
"Date",
"Winning drivers",
"Winning constructor",
"Report"
],
[
"2",
"Monaco Grand Prix",
"Monaco",
"23 April",
"Achille Varzi",
"Bugatti",
"Report"
],
[
"3",
"French Grand Prix",
"Montlhéry",
"11 June",
"Giuseppe Campari",
"Maserati",
"Report"
],
[
"4",
"Belgian Grand Prix",
"Spa-Francorchamps",
"9 July",
"Tazio Nuvolari",
"Maserati",
"Report"
],
[
"5",
"Italian Grand Prix",
"Monza",
"10 September",
"Luigi Fagioli",
"Alfa Romeo",
"Report"
],
[
"6",
"Spanish Grand Prix",
"Lasarte",
"24 September",
"Louis Chiron",
"Alfa Romeo",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fountains fell south top\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"fountains fell south top\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which class has a peak named fountains fell south top?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"fountains fell south top\"",
"4"
]
},
{
"Formula": "SUMIFS(C1,A1,\"great knoutberry hill\")",
"Formula2": "SUMIFS(C2:C19,A2:A19,\"great knoutberry hill\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total of Prom in M for Peak great knoutberry hill?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"great knoutberry hill\""
]
},
{
"Formula": "AVERAGE(FILTER(B1, (D1=\"hewitt\")*(C1<86)*(A1=\"gragareth\")))",
"Formula2": "AVERAGE(FILTER(B2:B19, (D2:D19=\"hewitt\")*(C2:C19<86)*(A2:A19=\"gragareth\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average height for hewitt class, with prom less than 86, and a Peak of gragareth?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"=",
"\"hewitt\"",
"*",
"C1",
"<",
"86",
"*",
"A1",
"=",
"\"gragareth\""
]
}
] | train_2-10814429-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Peak",
"Height (m)",
"Prom. (m)",
"Class",
"Parent"
],
[
"2",
"Whernside",
"736",
"408",
"Marilyn",
"Cross Fell"
],
[
"3",
"Ingleborough",
"724",
"428",
"Marilyn",
"Cross Fell"
],
[
"4",
"Great Whernside",
"704",
"288",
"Marilyn",
"Whernside"
],
[
"5",
"Buckden Pike",
"702",
"207",
"Marilyn",
"Great Whernside"
],
[
"6",
"Pen-y-ghent",
"694",
"306",
"Marilyn",
"Whernside"
],
[
"7",
"Great Coum",
"687",
"221",
"Marilyn",
"Whernside"
],
[
"8",
"Plover Hill",
"680",
"59",
"Hewitt",
"Pen-y-ghent"
],
[
"9",
"Great Knoutberry Hill",
"672",
"254",
"Marilyn",
"Great Whernside"
],
[
"10",
"Dodd Fell Hill",
"668",
"230",
"Marilyn",
"Great Knoutberry Hill"
],
[
"11",
"Fountains Fell",
"668",
"243",
"Marilyn",
"Pen-y-ghent"
],
[
"12",
"Fountains Fell south top",
"662",
"15",
"Nuttall",
"Fountains Fell"
],
[
"13",
"Simon Fell",
"650",
"35",
"Hewitt",
"Ingleborough"
],
[
"14",
"Yockenthwaite Moor",
"643",
"86",
"Hewitt",
"Dodd Fell Hill"
],
[
"15",
"Green Hill",
"628",
"24",
"Nuttall",
"Great Coum"
],
[
"16",
"Gragareth",
"627",
"30",
"Hewitt",
"Great Coum"
],
[
"17",
"Darnbrook Fell",
"624",
"40",
"Hewitt",
"Fountains Fell"
],
[
"18",
"Drumaldrace",
"614",
"66",
"Hewitt",
"Dodd Fell Hill"
],
[
"19",
"Birks Fell",
"610",
"158",
"Marilyn",
"Pen-y-ghent"
]
] |
[
{
"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 bronze value associated with ranks over 5?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
">",
"5"
]
},
{
"Formula": "MAX(FILTER(E1, (A1>5)*(C1<0)))",
"Formula2": "MAX(FILTER(E2:E7, (A2:A7>5)*(C2:C7<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of bronzes for countries ranking over 5 with 0 golds?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
">",
"5",
"*",
"C1",
"<",
"0"
]
}
] | test_2-12898083-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Russia",
"2",
"2",
"2",
"6"
],
[
"3",
"2",
"France",
"1",
"0",
"0",
"1"
],
[
"4",
"2",
"Hungary",
"1",
"0",
"0",
"1"
],
[
"5",
"4",
"Ukraine",
"0",
"1",
"1",
"2"
],
[
"6",
"5",
"Bulgaria",
"0",
"1",
"0",
"1"
],
[
"7",
"6",
"Poland",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"historic house\")*(C1=\"18th century\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(B2:B9=\"historic house\")*(C2:C9=\"18th century\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Name of the Historic House of the 18th Century?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"historic house\"",
"*",
"C1",
"=",
"\"18th century\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"14th century\")*(D1=\"preserved\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"14th century\")*(D2:D9=\"preserved\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Type of castle from the 14th Century which Condition is preserved?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"14th century\"",
"*",
"D1",
"=",
"\"preserved\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"private\")*(D1=\"occupied\")*(C1=\"16th century\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"private\")*(D2:D9=\"occupied\")*(C2:C9=\"16th century\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Name of the private Castle of the 16th century which is occupied?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"private\"",
"*",
"D1",
"=",
"\"occupied\"",
"*",
"C1",
"=",
"\"16th century\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"historic scotland\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"historic scotland\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the castle with a Historic Scotland Ownership?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"historic scotland\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fortified house\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"fortified house\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the Fortified House?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"fortified house\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"courtyard castle\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"courtyard castle\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the Courtyard Castle?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"courtyard castle\"",
"3"
]
}
] | train_2-142936-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Type",
"Date",
"Condition",
"Ownership"
],
[
"2",
"Borthwick Castle",
"Tower house",
"1430",
"Occupied",
"Private"
],
[
"3",
"Crichton Castle",
"Courtyard castle",
"14th century",
"Preserved",
"Historic Scotland"
],
[
"4",
"Dalhousie Castle",
"Historic house",
"16th century",
"Occupied",
"Private"
],
[
"5",
"Dalkeith Palace",
"Historic house",
"18th century",
"Occupied",
"Duke of Buccleuch"
],
[
"6",
"Hawthornden Castle",
"Tower house",
"17th century",
"Occupied",
"Private"
],
[
"7",
"Melville Castle",
"Castellated mansion",
"18th century",
"Restored",
"Private"
],
[
"8",
"Newbattle Abbey",
"Fortified house",
"17th century",
"Altered",
"Newbattle Abbey College"
],
[
"9",
"Roslin Castle",
"Keep & ranges",
"14th century",
"Keep is a ruin, later ranges occupied",
"Earl of Rosslyn"
]
] |
[
{
"Formula": "SUM(FILTER(G1, E1=55))",
"Formula2": "SUM(FILTER(G2:G20, E2:E20=55))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many points in 89/90 for the team with 55 in 87/88?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"E1",
"=",
"55"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Racing de Córdoba\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,A2:A20=\"Racing de Córdoba\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many points in 87/88 for racing de córdoba?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Racing de Córdoba\"",
"5"
]
},
{
"Formula": "MINIFS(D1,A1,\"Deportivo Español\")",
"Formula2": "MINIFS(D2:D20,A2:A20,\"Deportivo Español\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest number of games played for deportivo español?",
"Tokens": [
"MINIFS(",
"D1",
"A1",
"\"Deportivo Español\""
]
},
{
"Formula": "SUM(FILTER(B1, F1=34))",
"Formula2": "SUM(FILTER(B2:B20, F2:F20=34))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average for the team with 34 in 88/89?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
"=",
"34"
]
},
{
"Formula": "SUMIFS(C1,A1,\"San Lorenzo\")",
"Formula2": "SUMIFS(C2:C20,A2:A20,\"San Lorenzo\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points total for san lorenzo?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"San Lorenzo\""
]
}
] | train_1-14460085-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Average",
"Points",
"Played",
"1987-88",
"1988-89",
"1989-90"
],
[
"2",
"River Plate",
"1.263",
"144",
"114",
"46",
"44",
"53"
],
[
"3",
"Independiente",
"1.211",
"138",
"114",
"37",
"55",
"46"
],
[
"4",
"Boca Juniors",
"1.114",
"127",
"114",
"35",
"49",
"43"
],
[
"5",
"San Lorenzo",
"1.106",
"126",
"114",
"49",
"42",
"35"
],
[
"6",
"Racing Club",
"1.114",
"127",
"114",
"48",
"40",
"39"
],
[
"7",
"Newell's Old Boys",
"1.088",
"124",
"114",
"55",
"33",
"36"
],
[
"8",
"Argentinos Juniors",
"1.053",
"120",
"114",
"40",
"42",
"38"
],
[
"9",
"Gimnasia de La Plata",
"1.035",
"118",
"114",
"43",
"36",
"39"
],
[
"10",
"Deportivo Español",
"1.026",
"117",
"114",
"40",
"46",
"31"
],
[
"11",
"Rosario Central",
"1.026",
"117",
"114",
"40",
"34",
"43"
],
[
"12",
"Vélez Sársfield",
"1.018",
"116",
"114",
"41",
"33",
"42"
],
[
"13",
"Estudiantes de La Plata",
"0.947",
"108",
"114",
"32",
"43",
"34"
],
[
"14",
"Unión de Santa Fe",
"0.947",
"36",
"38",
"N/A",
"N/A",
"36"
],
[
"15",
"Platense",
"0.939",
"107",
"114",
"38",
"33",
"36"
],
[
"16",
"Talleres de Córdoba",
"0.939",
"107",
"114",
"27",
"44",
"36"
],
[
"17",
"Textil Mandiyú",
"0.908",
"69",
"76",
"N/A",
"33",
"36"
],
[
"18",
"Ferro Carril Oeste",
"0.895",
"102",
"114",
"33",
"30",
"39"
],
[
"19",
"Chaco For Ever",
"0.842",
"32",
"38",
"N/A",
"N/A",
"32"
],
[
"20",
"Racing de Córdoba",
"0.842",
"96",
"114",
"31",
"33",
"32"
]
] |
[
{
"Formula": "MIN(FILTER(F1, (E1=7)*(B1=6)))",
"Formula2": "MIN(FILTER(F2:F10, (E2:E10=7)*(B2:B10=6)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the smallest amount of Laps that had a finish of 7 with a start of 6?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"E1",
"=",
"7",
"*",
"B1",
"=",
"6"
]
}
] | train_2-1236238-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Start",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1953",
"15",
"136.867",
"12",
"27",
"76"
],
[
"3",
"1954",
"6",
"138.339",
"17",
"7",
"200"
],
[
"4",
"1955",
"21",
"139.866",
"14",
"15",
"178"
],
[
"5",
"1956",
"26",
"141.699",
"22",
"3",
"200"
],
[
"6",
"1957",
"21",
"139.649",
"33",
"17",
"192"
],
[
"7",
"1958",
"13",
"143.033",
"17",
"7",
"200"
],
[
"8",
"1959",
"25",
"143.056",
"14",
"22",
"136"
],
[
"9",
"1960",
"11",
"144.352",
"14",
"22",
"129"
],
[
"10",
"Totals",
"Totals",
"Totals",
"Totals",
"Totals",
"1311"
]
] |
[
{
"Formula": "SUMIFS(B1,D1,\"4-4-0\")",
"Formula2": "SUMIFS(B2:B10,D2:D10,\"4-4-0\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many constructions has a Wheel arrange- ment of 4-4-0?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"4-4-0\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"november 1881\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>54))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G10,C2:C10=\"november 1881\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>54))",
"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 built the order on November 1881 of more than 54 TC&StL no. (1883–84)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"november 1881\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"7",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"54"
]
}
] | train_2-1234504-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Builder",
"Construct- tion no.",
"Date ordered",
"Wheel arrange- ment",
"s Cylinder",
"Engine weight",
"TC&StL no. (1883–84)"
],
[
"2",
"Baldwin",
"4207",
"December 1877",
"4-4-0",
"12×in (mm)",
"lb (kg)",
"2"
],
[
"3",
"Baldwin",
"4292",
"About January 1881",
"4-4-0",
"12×in (mm)",
"lb (kg)",
"4"
],
[
"4",
"Porter",
"401",
"November 1880",
"2-4-0",
"10×in (mm)",
"lb (kg)",
"96"
],
[
"5",
"Mason",
"645",
"March 1881",
"2-6-6 T",
"13×in (mm)",
"lb (kg)",
"54"
],
[
"6",
"Mason",
"581",
"Spring 1881",
"0-4-4 T",
"12×in (mm)",
"lb (kg)",
"55"
],
[
"7",
"Brooks",
"610",
"November 1881",
"2-6-0",
"14×in (mm)",
"lb (kg)",
"56"
],
[
"8",
"Brooks",
"659",
"February 1882",
"2-6-0",
"14×in (mm)",
"lb (kg)",
"77"
],
[
"9",
"Brooks",
"937",
"June 1883",
"2-6-0",
"15×in (mm)",
"lb (kg)",
"96"
],
[
"10",
"Brooks",
"941",
"July 1883",
"2-6-0",
"15×in (mm)",
"lb (kg)",
"97"
]
] |
[
{
"Formula": "FILTER(A1,E1=\"8-25-7\")",
"Formula2": "FILTER(A2:A15,E2:E15=\"8-25-7\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the date that ended in a record of 8-25-7?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"8-25-7\""
]
},
{
"Formula": "FILTER(D1,B1=\"toronto\")",
"Formula2": "FILTER(D2:D15,B2:B15=\"toronto\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the home team when the visiting team was Toronto?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"toronto\""
]
}
] | dev_2-12019734-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"January 2",
"Vancouver",
"1 - 3",
"New Jersey",
"8-25-7"
],
[
"3",
"January 5",
"Toronto",
"4 - 4",
"New Jersey",
"8-25-8"
],
[
"4",
"January 7",
"Boston",
"2 - 2",
"New Jersey",
"8-25-9"
],
[
"5",
"January 9",
"New Jersey",
"3 - 4",
"NY Rangers",
"8-26-9"
],
[
"6",
"January 10",
"Quebec",
"2 - 6",
"New Jersey",
"9-26-9"
],
[
"7",
"January 13",
"NY Islanders",
"5 - 2",
"New Jersey",
"9-27-9"
],
[
"8",
"January 15",
"New Jersey",
"1 - 2",
"Hartford",
"9-28-9"
],
[
"9",
"January 16",
"Los Angeles",
"3 - 5",
"New Jersey",
"10-28-9"
],
[
"10",
"January 19",
"New Jersey",
"1 - 1",
"Pittsburgh",
"10-28-10"
],
[
"11",
"January 20",
"St. Louis",
"3 - 3",
"New Jersey",
"10-28-11"
],
[
"12",
"January 23",
"New Jersey",
"1 - 3",
"Washington",
"10-29-11"
],
[
"13",
"January 25",
"New Jersey",
"1 - 5",
"Philadelphia",
"10-30-11"
],
[
"14",
"January 29",
"New Jersey",
"4 - 6",
"Quebec",
"10-31-11"
],
[
"15",
"January 31",
"Pittsburgh",
"2 - 3",
"New Jersey",
"11-31-11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team plays at Victoria Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"victoria park\"",
"3"
]
}
] | train_2-10784349-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Collingwood",
"12.11 (83)",
"St Kilda",
"10.9 (69)",
"Victoria Park",
"27,588",
"4 July 1964"
],
[
"3",
"Carlton",
"7.19 (61)",
"Geelong",
"13.7 (85)",
"Princes Park",
"22,293",
"4 July 1964"
],
[
"4",
"Richmond",
"6.12 (48)",
"North Melbourne",
"10.5 (65)",
"Punt Road Oval",
"10,170",
"4 July 1964"
],
[
"5",
"South Melbourne",
"12.11 (83)",
"Melbourne",
"18.21 (129)",
"Lake Oval",
"10,490",
"4 July 1964"
],
[
"6",
"Hawthorn",
"12.9 (81)",
"Footscray",
"3.3 (21)",
"Glenferrie Oval",
"13,000",
"4 July 1964"
],
[
"7",
"Fitzroy",
"7.8 (50)",
"Essendon",
"10.9 (69)",
"Brunswick Street Oval",
"11,254",
"4 July 1964"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Cincinnati\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=\"Cincinnati\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are all the stations with a license in Cincinnati?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Cincinnati\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"KMGH-TV\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"KMGH-TV\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What station is affiliated with kmgh-tv?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"KMGH-TV\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"WFTS-TV\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"WFTS-TV\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many stations have been owned since wfts-tv?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"WFTS-TV\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=41),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,C2:C18=41),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What city of license/market has the channel of 41?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"41",
"1"
]
},
{
"Formula": "MINIFS(D1,B1,\"KERO-TV\")",
"Formula2": "MINIFS(D2:D18,B2:B18,\"KERO-TV\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the minimum stations owned since kero-tv?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"KERO-TV\""
]
}
] | train_1-1847523-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"City of license /Market",
"Station",
"Channel ( TV / RF )",
"Owned Since",
"Affiliation"
],
[
"2",
"Phoenix",
"KNXV-TV",
"15 (15)",
"1985",
"ABC"
],
[
"3",
"Bakersfield, California",
"KERO-TV",
"23 (10)",
"2011",
"ABC"
],
[
"4",
"Bakersfield, California",
"KZKC-LP",
"42",
"2011",
"Azteca América"
],
[
"5",
"San Diego",
"KGTV",
"10 (10)",
"2011",
"ABC"
],
[
"6",
"San Diego",
"KZSD-LP",
"41",
"2011",
"Azteca América"
],
[
"7",
"Colorado Springs, Colorado",
"KZKS-LP",
"23",
"2011",
"Azteca América"
],
[
"8",
"Denver",
"KMGH-TV",
"7 (7)",
"2011",
"ABC"
],
[
"9",
"Denver",
"KZCO-LP",
"27",
"2011",
"Azteca América"
],
[
"10",
"Fort Collins, Colorado",
"KZFC-LP",
"36",
"2011",
"Azteca América"
],
[
"11",
"Tampa – St. Petersburg",
"WFTS-TV",
"28 (29)",
"1986",
"ABC"
],
[
"12",
"West Palm Beach",
"WPTV",
"5 (12)",
"1961",
"NBC"
],
[
"13",
"Indianapolis",
"WRTV",
"6 (25)",
"2011",
"ABC"
],
[
"14",
"Baltimore",
"WMAR-TV",
"2 (38)",
"1991",
"ABC"
],
[
"15",
"Detroit",
"WXYZ-TV",
"7 (41)",
"1986",
"ABC"
],
[
"16",
"Kansas City, MO – Lawrence, KS",
"KSHB-TV",
"41 (42)",
"1977",
"NBC"
],
[
"17",
"Cincinnati",
"WCPO-TV **",
"9 (22)",
"1949",
"ABC"
],
[
"18",
"Cleveland – Akron – Canton",
"WEWS **",
"5 (15)",
"1947",
"ABC"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ucla\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"ucla\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which position did the drafted player affiliated with UCLA play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"ucla\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"university of california\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"university of california\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which MLS tea, drafted a player affilaited with the university of california?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"university of california\"",
"2"
]
}
] | test_2-1399423-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"MLS Team",
"Player",
"Position",
"Affiliation"
],
[
"2",
"1",
"Real Salt Lake",
"* Nikolas Besagno",
"M",
"Generation Adidas"
],
[
"3",
"2",
"C.D. Chivas USA",
"* Brad Guzan",
"GK",
"University of South Carolina"
],
[
"4",
"3",
"Chicago Fire",
"* Chad Barrett",
"F",
"UCLA"
],
[
"5",
"4",
"San Jose Earthquakes",
"Danny O'Rourke",
"M",
"Indiana University"
],
[
"6",
"5",
"Los Angeles Galaxy",
"Ugo Ihemelu",
"D",
"SMU"
],
[
"7",
"6",
"F.C. Dallas",
"* Drew Moor",
"D",
"Indiana University"
],
[
"8",
"7",
"Colorado Rapids",
"* Hunter Freeman",
"D",
"University of Virginia"
],
[
"9",
"8",
"Los Angeles Galaxy",
"Troy Roberts",
"D",
"University of California"
],
[
"10",
"9",
"New England Revolution",
"* Michael Parkhurst",
"D",
"Wake Forest University"
],
[
"11",
"10",
"Chicago Fire",
"Jack Stewart",
"D",
"University of Notre Dame"
],
[
"12",
"11",
"Kansas City Wizards",
"Scott Sealy",
"F",
"Wake Forest University"
],
[
"13",
"12",
"MetroStars",
"* Tim Ward",
"D",
"Saint Louis University"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"thomas von heesen\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"thomas von heesen\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the outgoing manager that was replaced by Thomas Von Heesen?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"thomas von heesen\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"mutual consent\")*(B1=\"svetozar šapurić\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"mutual consent\")*(B2:B19=\"svetozar šapurić\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of vacancy of svetozar šapurić who departed with mutual consent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"mutual consent\"",
"*",
"B1",
"=",
"\"svetozar šapurić\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"aek\")*(E1=\"christos kassianos\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(A2:A19=\"aek\")*(E2:E19=\"christos kassianos\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of appointment for Christos Kassianos who belonged to AEK?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"aek\"",
"*",
"E1",
"=",
"\"christos kassianos\"",
"6"
]
}
] | test_2-17054062-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Outgoing manager",
"Manner of departure",
"Date of vacancy",
"Replaced by",
"Date of appointment"
],
[
"2",
"Omonia",
"Giorgos Savvidis",
"Resigned",
"4 March 2008",
"Nedim Tutić",
"4 March 2008"
],
[
"3",
"Apollon",
"Yossi Mizrahi",
"Mutual consent",
"11 May 2008",
"Svetozar Šapurić",
"23 May 2008"
],
[
"4",
"Ethnikos",
"Svetozar Šapurić",
"Mutual consent",
"23 May 2008",
"Stéphane Demol",
"24 May 2008"
],
[
"5",
"Apollon",
"Svetozar Šapurić",
"Sacked",
"9 September 2008",
"Thomas von Heesen",
"15 September 2008"
],
[
"6",
"AEK",
"Nir Klinger",
"Sacked",
"27 October 2008",
"Makis Katsavakis",
"28 October 2008"
],
[
"7",
"AEP",
"Savvas Constantinou",
"Resigned",
"3 November 2008",
"Nir Klinger",
"5 November 2008"
],
[
"8",
"APOP",
"Eduard Eranosyan",
"Sacked",
"27 November 2008",
"Giorgos Polyviou",
"27 November 2008"
],
[
"9",
"AEK",
"Makis Katsavakis",
"Resigned",
"2 December 2008",
"Loizos Stefani",
"2 December 2008"
],
[
"10",
"Enosis",
"Marios Constantinou",
"Resigned",
"7 December 2008",
"Panayiotis Xiourouppas",
"8 December 2008"
],
[
"11",
"Alki",
"Christos Kassianos",
"Resigned",
"17 December 2008",
"Panayiotis Xiourouppas",
"7 January 2009"
],
[
"12",
"AEK",
"Loizos Stefani",
"Mutual consent",
"18 December 2008",
"Christos Kassianos",
"18 December 2008"
],
[
"13",
"Enosis",
"Panayiotis Xiourouppas",
"Mutual consent",
"29 December 2008",
"Eduard Eranosyan",
"30 December 2008"
],
[
"14",
"AEK",
"Christos Kassianos",
"Resigned",
"15 January 2009",
"Savvas Constantinou",
"15 January 2009"
],
[
"15",
"AEL",
"Andreas Michaelides",
"Mutual consent",
"26 January 2009",
"Mihai Stoichiţă",
"27 January 2009"
],
[
"16",
"Enosis",
"Eduard Eranosyan",
"Resigned",
"28 January 2009",
"Adamos Adamou & Antonis Kleftis",
"29 January 2009"
],
[
"17",
"Omonia",
"Nedim Tutić",
"Sacked",
"16 March 2009",
"Takis Lemonis",
"17 March 2009"
],
[
"18",
"APEP",
"Tasos Kyriacou",
"Sacked",
"5 April 2009",
"Willy Scheepers",
"5 April 2009"
],
[
"19",
"Anorthosis",
"Temuri Ketsbaia",
"Resigned",
"13 April 2009",
"Michalis Pamboris",
"13 April 2009"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"leeds united\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"leeds united\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "hat is the Result F– A when they played against Leeds United?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"leeds united\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"middlesbrough\")*(D1=\"h\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"middlesbrough\")*(D2:D9=\"h\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the round when they played against Middlesbrough, and the h/a was h?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"middlesbrough\"",
"*",
"D1",
"=",
"\"h\"",
"2"
]
}
] | train_2-17577144-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Round",
"Opponents",
"H / A",
"Result F – A",
"Attendance"
],
[
"2",
"26 September 1991",
"Round 2 First leg",
"Cambridge United",
"H",
"3 – 0",
"30,934"
],
[
"3",
"9 October 1991",
"Round 2 Second leg",
"Cambridge United",
"A",
"1 – 1",
"9,248"
],
[
"4",
"30 October 1991",
"Round 3",
"Portsmouth",
"H",
"3 – 1",
"29,543"
],
[
"5",
"4 December 1991",
"Round 4",
"Oldham Athletic",
"H",
"2 – 0",
"38,550"
],
[
"6",
"8 January 1992",
"Round 5",
"Leeds United",
"A",
"3 – 1",
"28,886"
],
[
"7",
"4 March 1992",
"Semi-final First leg",
"Middlesbrough",
"A",
"0 – 0",
"25,572"
],
[
"8",
"11 March 1992",
"Semi-final Second leg",
"Middlesbrough",
"H",
"2 – 1 ( a.e.t. )",
"45,875"
],
[
"9",
"12 April 1992",
"Final",
"Nottingham Forest",
"N",
"1 – 0",
"76,810"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"brunswick street oval\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"brunswick street oval\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away score when the game was at Brunswick Street Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"brunswick street oval\"",
"4"
]
}
] | train_2-10806852-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"12.14 (86)",
"St Kilda",
"19.16 (130)",
"Western Oval",
"13,500",
"17 June 1939"
],
[
"3",
"Carlton",
"19.19 (133)",
"Melbourne",
"15.13 (103)",
"Princes Park",
"20,000",
"17 June 1939"
],
[
"4",
"South Melbourne",
"15.18 (108)",
"Hawthorn",
"12.14 (86)",
"Lake Oval",
"9,000",
"17 June 1939"
],
[
"5",
"Richmond",
"12.22 (94)",
"Geelong",
"9.15 (69)",
"Punt Road Oval",
"17,000",
"17 June 1939"
],
[
"6",
"Fitzroy",
"11.15 (81)",
"Essendon",
"13.12 (90)",
"Brunswick Street Oval",
"10,000",
"17 June 1939"
],
[
"7",
"North Melbourne",
"10.18 (78)",
"Collingwood",
"14.21 (105)",
"Arden Street Oval",
"14,000",
"17 June 1939"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, C1<3))",
"Formula2": "AVERAGE(FILTER(D2:D6, C2:C6<3))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the average goals with apps less than 3",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"C1",
"<",
"3"
]
}
] | test_2-11905904-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"National team",
"Season",
"Apps",
"Goals",
"Assists"
],
[
"2",
"France",
"2009–10",
"3",
"1",
"0"
],
[
"3",
"France",
"2010–11",
"5",
"1",
"1"
],
[
"4",
"France",
"2011–12",
"4",
"0",
"0"
],
[
"5",
"France",
"2012–13",
"11",
"3",
"2"
],
[
"6",
"Total",
"Total",
"23",
"5",
"3"
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"october 10, 1976\")",
"Formula2": "SUMIFS(A2:A15,B2:B15,\"october 10, 1976\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Week number on October 10, 1976?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"october 10, 1976\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"l 33–14\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"l 33–14\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the game with a Result of L 33–14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"l 33–14\"",
"2"
]
}
] | train_2-18843099-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 12, 1976",
"at Dallas Cowboys",
"L 27–7",
"54,052"
],
[
"3",
"2",
"September 19, 1976",
"New York Giants",
"W 20–7",
"66,005"
],
[
"4",
"3",
"September 27, 1976",
"Washington Redskins",
"L 20–17",
"66,005"
],
[
"5",
"4",
"October 3, 1976",
"at Atlanta Falcons",
"W 14–13",
"45,535"
],
[
"6",
"5",
"October 10, 1976",
"St. Louis Cardinals",
"L 33–14",
"44,933"
],
[
"7",
"6",
"October 17, 1976",
"at Green Bay Packers",
"L 28–13",
"55,398"
],
[
"8",
"7",
"October 24, 1976",
"Minnesota Vikings",
"L 31–12",
"56,233"
],
[
"9",
"8",
"October 31, 1976",
"at New York Giants",
"W 10–0",
"68,690"
],
[
"10",
"9",
"November 7, 1976",
"St. Louis Cardinals",
"L 17–14",
"65,505"
],
[
"11",
"10",
"November 14, 1976",
"at Cleveland Browns",
"L 24–3",
"62,120"
],
[
"12",
"11",
"November 21, 1976",
"Oakland Raiders",
"L 26–7",
"65,990"
],
[
"13",
"12",
"November 28, 1976",
"at Washington Redskins",
"L 24–0",
"54,292"
],
[
"14",
"13",
"December 5, 1976",
"Dallas Cowboys",
"L 26–7",
"55,072"
],
[
"15",
"14",
"December 12, 1976",
"Seattle Seahawks",
"W 27–10",
"37,949"
]
] |
[
{
"Formula": "MINIFS(A1,C1,\"new orleans saints\")",
"Formula2": "MINIFS(A2:A18,C2:C18,\"new orleans saints\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the earliest week when the New Orleans Saints were the opponents?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"new orleans saints\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"bye\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"bye\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the name of the opponent that having a TV time of Bye?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"bye\"",
"3"
]
}
] | train_2-16409445-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"TV Time",
"Attendance"
],
[
"2",
"1",
"August 31, 1997",
"at Tennessee Oilers",
"L 24–21",
"NBC 10:00am",
"30,171"
],
[
"3",
"2",
"September 8, 1997",
"Kansas City Chiefs",
"L 28–27",
"ABC 6:00pm",
"61,523"
],
[
"4",
"3",
"September 14, 1997",
"at Atlanta Falcons",
"W 36–31",
"NBC 10:00am",
"47,922"
],
[
"5",
"4",
"September 21, 1997",
"at New York Jets",
"L 23–22",
"NBC 10:00am",
"72,586"
],
[
"6",
"5",
"September 28, 1997",
"St. Louis Rams",
"W 35–17",
"FOX 1:15pm",
"42,506"
],
[
"7",
"6",
"October 5, 1997",
"San Diego Chargers",
"L 25–10",
"NBC 1:15pm",
"43,648"
],
[
"8",
"7",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"9",
"8",
"October 19, 1997",
"Denver Broncos",
"W 28–25",
"NBC 1:15pm",
"57,006"
],
[
"10",
"9",
"October 26, 1997",
"at Seattle Seahawks",
"L 45–34",
"NBC 1:15pm",
"66,264"
],
[
"11",
"10",
"November 2, 1997",
"at Carolina Panthers",
"L 38–14",
"NBC 10:00am",
"71,064"
],
[
"12",
"11",
"November 9, 1997",
"New Orleans Saints",
"L 13–10",
"FOX 1:15pm",
"40,091"
],
[
"13",
"12",
"November 16, 1997",
"at San Diego Chargers",
"W 38–13",
"NBC 1:15pm",
"65,714"
],
[
"14",
"13",
"November 24, 1997",
"at Denver Broncos",
"L 31–3",
"ABC 6:00pm",
"75,307"
],
[
"15",
"14",
"November 30, 1997",
"Miami Dolphins",
"L 34–16",
"NBC 1:15pm",
"50,569"
],
[
"16",
"15",
"December 7, 1997",
"at Kansas City Chiefs",
"L 30–0",
"NBC 10:00am",
"76,379"
],
[
"17",
"16",
"December 14, 1997",
"Seattle Seahawks",
"L 22–21",
"NBC 1:15pm",
"40,124"
],
[
"18",
"17",
"December 21, 1997",
"Jacksonville Jaguars",
"L 20–9",
"NBC 1:15pm",
"40,032"
]
] |
[
{
"Formula": "AVERAGEIFS(C1,A1,\"notre-dame-de-lourdes\")",
"Formula2": "AVERAGEIFS(C2:C14,A2:A14,\"notre-dame-de-lourdes\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Notre-Dame-De-Lourdes has what average area km 2?",
"Tokens": [
"AVERAGEIFS(",
"C1",
"A1",
"\"notre-dame-de-lourdes\""
]
},
{
"Formula": "SUMIFS(C1,A1,\"saint-jacques\")",
"Formula2": "SUMIFS(C2:C14,A2:A14,\"saint-jacques\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Saint-Jacques has what as the area km 2?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"saint-jacques\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=343.95))",
"Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(C2:C14)),FILTER(query1,CHOOSECOLS(query1,2)=343.95))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "With an area km 2 of 343.95 what is the official name?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"343.95"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"saint-basile\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=\"saint-basile\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Saint-Basile has what status?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"saint-basile\"",
"2"
]
}
] | train_2-171250-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Saint-Joseph",
"Parish",
"321.87",
"1,696",
"1,472 of 5,008"
],
[
"3",
"Saint-Jacques",
"Parish",
"298.82",
"1,607",
"1,531 of 5,008"
],
[
"4",
"Sainte-Anne",
"Parish",
"369.25",
"1,081",
"1,942 of 5,008"
],
[
"5",
"Saint-Léonard",
"Parish",
"343.95",
"1,039",
"2,011 of 5,008"
],
[
"6",
"Saint-Basile",
"Parish",
"129.73",
"799",
"2,364 of 5,008"
],
[
"7",
"Rivière-Verte",
"Parish",
"715.58",
"791",
"2,384 of 5,008"
],
[
"8",
"Saint-François",
"Parish",
"344.70",
"754",
"2,458 of 5,008"
],
[
"9",
"Lac-Baker",
"Parish",
"57.38",
"566",
"2,847 of 5,008"
],
[
"10",
"Saint-Hilaire",
"Parish",
"41.55",
"531",
"2,928 of 5,008"
],
[
"11",
"Notre-Dame-de-Lourdes",
"Parish",
"188.63",
"284",
"3,729 of 5,008"
],
[
"12",
"Clair",
"Parish",
"44.29",
"282",
"3,737 of 5,008"
],
[
"13",
"Baker Brook",
"Parish",
"125.69",
"177",
"4,103 of 5,008"
],
[
"14",
"Madawaska",
"Parish",
"173.32",
"10",
"4,889 of 5,008"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"green bay packers\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E15,C2:C15=\"green bay packers\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))",
"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": "Can you tell me the Date that has the Week smaller than 13, and the Opponent of green bay packers?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"green bay packers\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"13"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (C1=\"new orleans saints\")*(A1>12)))",
"Formula2": "AVERAGE(FILTER(E2:E15, (C2:C15=\"new orleans saints\")*(A2:A15>12)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the average Attendance that has the Opponent of new orleans saints, and the Week larger than 12?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"=",
"\"new orleans saints\"",
"*",
"A1",
">",
"12"
]
},
{
"Formula": "SUMIFS(E1,C1,\"new york giants\")",
"Formula2": "SUMIFS(E2:E15,C2:C15,\"new york giants\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the Attendance that has the Opponent of new york giants?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"new york giants\""
]
}
] | train_2-16678283-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 17, 1967",
"New York Giants",
"L 37-20",
"40,801"
],
[
"3",
"2",
"September 24, 1967",
"at Pittsburgh Steelers",
"W 28-14",
"45,579"
],
[
"4",
"3",
"October 1, 1967",
"Detroit Lions",
"W 38-28",
"43,821"
],
[
"5",
"4",
"October 8, 1967",
"at Minnesota Vikings",
"W 34-24",
"40,017"
],
[
"6",
"5",
"October 15, 1967",
"at Cleveland Browns",
"L 20-16",
"77,813"
],
[
"7",
"6",
"October 22, 1967",
"Philadelphia Eagles",
"W 48-14",
"46,562"
],
[
"8",
"7",
"October 30, 1967",
"Green Bay Packers",
"L 31-23",
"49,792"
],
[
"9",
"8",
"November 5, 1967",
"at Washington Redskins",
"W 27-21",
"50,480"
],
[
"10",
"9",
"November 12, 1967",
"Pittsburgh Steelers",
"T 14-14",
"46,994"
],
[
"11",
"10",
"November 19, 1967",
"at Chicago Bears",
"L 30-3",
"47,417"
],
[
"12",
"11",
"November 23, 1967",
"at Dallas Cowboys",
"L 46-21",
"68,787"
],
[
"13",
"12",
"December 3, 1967",
"New Orleans Saints",
"W 31-20",
"41,171"
],
[
"14",
"13",
"December 10, 1967",
"Cleveland Browns",
"L 20-16",
"47,782"
],
[
"15",
"14",
"December 17, 1967",
"at New York Giants",
"L 37-14",
"62,955"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"denmark\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"denmark\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is Position, when Round is less than 6, and when Nationality is \"Denmark\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"denmark\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is Position, when Nationality is \"Canada\", and when Round is greater than 3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"canada\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
},
{
"Formula": "SUMIFS(A1,E1,\"kelowna rockets ( whl )\")",
"Formula2": "SUMIFS(A2:A9,E2:E9,\"kelowna rockets ( whl )\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total number of Round, when College/Junior/Club Team (League) is \"Kelowna Rockets ( WHL )\"?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"kelowna rockets ( whl )\""
]
}
] | train_2-17361114-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Position",
"Nationality",
"College/Junior/Club Team (League)"
],
[
"2",
"1",
"Mikkel Boedker",
"(LW)",
"Denmark",
"Kitchener Rangers ( OHL )"
],
[
"3",
"1",
"Viktor Tikhonov",
"(RW)",
"Russia",
"Severstal Cherepovets ( RSL )"
],
[
"4",
"2",
"Jared Staal",
"(RW)",
"Canada",
"Sudbury Wolves ( OHL )"
],
[
"5",
"3",
"Michael Stone",
"(D)",
"Canada",
"Calgary Hitmen ( WHL )"
],
[
"6",
"3",
"Mathieu Brodeur",
"(D)",
"Canada",
"Cape Breton Screaming Eagles ( QMJHL )"
],
[
"7",
"4",
"Colin Long",
"(C)",
"United States",
"Kelowna Rockets ( WHL )"
],
[
"8",
"6",
"Brett Hextall",
"(C)",
"United States",
"Penticton Vees ( BCHL )"
],
[
"9",
"7",
"Tim Billingsley",
"(D)",
"Canada",
"Mississauga St. Michael's Majors ( OHL )"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, F1=\"ASC Jeanne d'Arc\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E14, F2:F14=\"ASC Jeanne d'Arc\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many players lost to eventual winner in the season when ASC Jeanne d'Arc lost to eventual runner up?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"F1",
"=",
"\"ASC Jeanne d'Arc\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"USC Bassam\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A14, F2:F14=\"USC Bassam\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What's the number of seasons i which USC Bassam lost to eventual runner-up?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"F1",
"=",
"\"USC Bassam\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Jeanne d'Arc (Bamako)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"Jeanne d'Arc (Bamako)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In which season was Jeanne d'Arc (Bamako) the runner-up?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Jeanne d'Arc (Bamako)\"",
"1"
]
}
] | train_1-12444503-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Winner",
"Score",
"Runner-up",
"lost to eventual winner",
"lost to eventual runner-up"
],
[
"2",
"1947",
"US Gorée",
"2 - 1",
"ASC Jeanne d'Arc",
"Espoir Saint-Louis",
"Espérance Rufisque"
],
[
"3",
"1948",
"Foyer France Sénégal",
"4 - 0",
"Jeunesse Club d'Abidjan",
"Saint-Louisienne",
"Racing Club de Conakry"
],
[
"4",
"1949",
"Racing Club de Dakar",
"3 - 0",
"Racing Club de Conakry",
"Espoir Saint-Louis",
"USC Bassam"
],
[
"5",
"1949/50",
"Racing Club de Conakry",
"4 - 2",
"Espoir Saint-Louis",
"USC Bassam",
"Jeanne d'Arc (Bamako)"
],
[
"6",
"1950/51",
"ASC Jeanne d'Arc",
"3 - 1",
"Jeanne d'Arc (Bamako)",
"Africa Sports",
"US Indigène"
],
[
"7",
"1951/52",
"ASC Jeanne d'Arc",
"2 - 0",
"Etoile Sportive Porto Novo",
"Africa Sports",
"Foyer France Sénégal"
],
[
"8",
"1952/53",
"Jeanne d'Arc (Bamako)",
"3 - 1",
"Racing Club de Conakry",
"US Gorée",
"Jeunesse Club d'Abidjan"
],
[
"9",
"1953/54",
"US Gorée",
"1 - 0",
"Foyer du Soudan",
"Etoile Sportive Porto-Novo",
"Racing Club de Conakry"
],
[
"10",
"1954/55",
"US Gorée",
"7 - 0",
"ASEC Abidjan",
"AS Porto-Novo",
"Avenir Saint-Louis"
],
[
"11",
"1955/56",
"Jeanne d'Arc (Bamako)",
"3 - 0",
"ASEC Abidjan",
"Foyer France Sénégal",
"Essor"
],
[
"12",
"1956/57",
"Réveil de Saint-Louis",
"4 - 1",
"Africa Sports",
"Etoile Filante (Lomé)",
"Jeanne d'Arc (Bamako)"
],
[
"13",
"1957/58",
"Africa Sports",
"5 - 0",
"ASEC Abidjan",
"Foyer France Sénégal",
"Société Sportive de Guinée"
],
[
"14",
"1958/59",
"Saint-Louisienne",
"2 - 1",
"Modèle Lomé",
"Stella d'Abidjan",
"ASC Jeanne d'Arc"
]
] |
[
{
"Formula": "SUM(FILTER(D1, E1=2))",
"Formula2": "SUM(FILTER(D2:D20, E2:E20=2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the least number of goals scored in the play-offs among the players that have scored 2 in the FA Cup?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(E1, (G1>20)*(F1<1)*(C1<25)))",
"Formula2": "SUM(FILTER(E2:E20, (G2:G20>20)*(F2:F20<1)*(C2:C20<25)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of goals scored in the FA Cup among players that have more than 20 total goals, less than 1 FA Trophy goals, and less than 25 league goals?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"G1",
">",
"20",
"*",
"F1",
"<",
"1",
"*",
"C1",
"<",
"25"
]
}
] | train_2-15656280-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Club",
"League",
"Play-offs",
"FA Cup",
"FA Trophy",
"Total"
],
[
"2",
"Paul Barnes",
"Doncaster Rovers",
"25",
"1",
"2",
"0",
"28"
],
[
"3",
"Kirk Jackson",
"Yeovil Town",
"24",
"0",
"1",
"1",
"27"
],
[
"4",
"Gregg Blundell",
"Doncaster Rovers",
"20",
"0",
"0",
"2",
"22"
],
[
"5",
"Junior Agogo",
"Barnet",
"20",
"0",
"0",
"0",
"20"
],
[
"6",
"Wayne Curtis",
"Morecambe",
"18",
"0",
"0",
"0",
"18"
],
[
"7",
"Dino Maamria",
"Stevenage Borough",
"17",
"0",
"1",
"0",
"18"
],
[
"8",
"Daryl Clare",
"Chester City",
"17",
"0",
"0",
"0",
"17"
],
[
"9",
"Mark Stein",
"Dagenham & Redbridge",
"16",
"3",
"0",
"2",
"21"
],
[
"10",
"Christian Moore",
"Burton Albion",
"16",
"0",
"2",
"0",
"18"
],
[
"11",
"Steve West",
"Dagenham & Redbridge",
"16",
"0",
"0",
"1",
"17"
],
[
"12",
"David Brown",
"Telford United",
"16",
"0",
"0",
"1",
"17"
],
[
"13",
"Neil Grayson",
"Forest Green Rovers",
"15",
"0",
"0",
"5",
"20"
],
[
"14",
"Mark Quayle",
"Chester City",
"15",
"0",
"1",
"0",
"16"
],
[
"15",
"Warren Patmore",
"Woking",
"14",
"0",
"0",
"2",
"16"
],
[
"16",
"Paul Moore",
"Telford United",
"14",
"0",
"0",
"1",
"15"
],
[
"17",
"Kayode Odejayi",
"Forest Green Rovers",
"13",
"0",
"1",
"2",
"16"
],
[
"18",
"Lee Elam",
"Morecambe",
"13",
"0",
"1",
"1",
"15"
],
[
"19",
"Kevin Gall",
"Yeovil Town",
"13",
"0",
"0",
"1",
"14"
],
[
"20",
"Steve Guinan",
"Hereford United",
"13",
"0",
"0",
"0",
"13"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=\"w 23-20\")*(E1<34127)))",
"Formula2": "SUM(FILTER(A2:A15, (D2:D15=\"w 23-20\")*(E2:E15<34127)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Week is the highest one that has a Result of w 23-20, and an Attendance smaller than 34,127?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"w 23-20\"",
"*",
"E1",
"<",
"34127"
]
},
{
"Formula": "AVERAGEIFS(E1,B1,\"october 3, 1976\")",
"Formula2": "AVERAGEIFS(E2:E15,B2:B15,\"october 3, 1976\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the average attendance on october 3, 1976?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"B1",
"\"october 3, 1976\""
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"december 4, 1976\")*(E1>57366)))",
"Formula2": "SUM(FILTER(A2:A15, (B2:B15=\"december 4, 1976\")*(E2:E15>57366)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many weeks have a Date of december 4, 1976, and an Attendance larger than 57,366?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"december 4, 1976\"",
"*",
"E1",
">",
"57366"
]
}
] | test_2-17131208-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 12, 1976",
"Los Angeles Rams",
"L 30-14",
"53,607"
],
[
"3",
"2",
"September 19, 1976",
"at Detroit Lions",
"L 24-10",
"50,840"
],
[
"4",
"3",
"September 26, 1976",
"at Chicago Bears",
"W 10-0",
"41,029"
],
[
"5",
"4",
"October 3, 1976",
"Philadelphia Eagles",
"L 14-13",
"45,535"
],
[
"6",
"5",
"October 10, 1976",
"at New Orleans Saints",
"L 30-0",
"51,521"
],
[
"7",
"6",
"October 17, 1976",
"Cleveland Browns",
"L 20-17",
"33,364"
],
[
"8",
"7",
"October 23, 1976",
"at San Francisco 49ers",
"L 15-0",
"50,240"
],
[
"9",
"8",
"October 31, 1976",
"New Orleans Saints",
"W 23-20",
"34,127"
],
[
"10",
"9",
"November 7, 1976",
"at Seattle Seahawks",
"L 30-13",
"57,985"
],
[
"11",
"10",
"November 14, 1976",
"San Francisco 49ers",
"W 21-16",
"20,058"
],
[
"12",
"11",
"November 21, 1976",
"Dallas Cowboys",
"W 17-10",
"54,992"
],
[
"13",
"12",
"November 28, 1976",
"at Houston Oilers",
"L 20-14",
"25,838"
],
[
"14",
"13",
"December 4, 1976",
"at Los Angeles Rams",
"L 59-0",
"57,366"
],
[
"15",
"14",
"December 12, 1976",
"Green Bay Packers",
"L 24-20",
"23,436"
]
] |
[
{
"Formula": "FILTER(D1,E1=\"70-68-70-68=276\")",
"Formula2": "FILTER(D2:D14,E2:E14=\"70-68-70-68=276\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Country has a Score of 70-68-70-68=276?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"70-68-70-68=276\""
]
}
] | dev_2-1529260-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Year",
"Dates",
"Champion",
"Country",
"Score",
"To par",
"Margin of victory",
"Purse ( US$ )",
"Winner's share"
],
[
"2",
"2012",
"Jul 26–29",
"Inbee Park",
"South Korea",
"71-64-70-66=271",
"–17",
"2 strokes",
"3,250,000",
"487,500"
],
[
"3",
"2011",
"Jul 21–24",
"Ai Miyazato",
"Japan",
"68-68-67-70=273",
"–15",
"2 strokes",
"3,250,000",
"487,500"
],
[
"4",
"2010",
"Jul 22–25",
"Jiyai Shin",
"South Korea",
"68-70-71-66=274",
"–14",
"1 stroke",
"3,250,000",
"487,500"
],
[
"5",
"2009",
"Jul 23–26",
"Ai Miyazato",
"Japan",
"69-66-70-69=274",
"–14",
"Playoff",
"3,250,000",
"487,500"
],
[
"6",
"2008",
"Jul 24–27",
"Helen Alfredsson",
"Sweden",
"72-63-71-67=273",
"–15",
"Playoff",
"3,250,000",
"487,500"
],
[
"7",
"2007",
"Jul 26–29",
"Natalie Gulbis",
"United States",
"72-69-73-70=284",
"–4",
"Playoff",
"3,000,000",
"450,000"
],
[
"8",
"2006",
"Jul 26–29",
"Karrie Webb",
"Australia",
"67-68-69-68=272",
"–16",
"1 stroke",
"3,000,000",
"450,000"
],
[
"9",
"2005",
"Jul 20–23",
"Paula Creamer",
"United States",
"68-68-66-71=273",
"–15",
"8 strokes",
"2,500,000",
"375,000"
],
[
"10",
"2004",
"Jul 21–24",
"Wendy Doolan",
"Australia",
"68-68-69-65=270",
"–18",
"1 stroke",
"2,500,000",
"375,000"
],
[
"11",
"2003",
"Jul 23–26",
"Juli Inkster",
"United States",
"66-72-64-65=267",
"–21",
"6 strokes",
"2,100,000",
"315,000"
],
[
"12",
"2002",
"Jun 12–15",
"Annika Sörenstam",
"Sweden",
"68-67-65-69=269",
"–19",
"4 strokes",
"2,100,000",
"315,000"
],
[
"13",
"2001",
"Jun 13–16",
"Rachel Teske",
"Australia",
"71-68-66-68=273",
"–15",
"1 stroke",
"2,100,000",
"315,000"
],
[
"14",
"2000",
"Jun 14–17",
"Annika Sörenstam",
"Sweden",
"70-68-70-68=276",
"–12",
"Playoff",
"1,800,000",
"270,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district featured an election between james a. byrne (d) 59.3% joseph r. burns (r) 40.7%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%\"",
"1"
]
}
] | train_1-1341884-40 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Pennsylvania 3",
"James A. Byrne",
"Democratic",
"1952",
"Re-elected",
"James A. Byrne (D) 59.3% Joseph R. Burns (R) 40.7%"
],
[
"3",
"Pennsylvania 4",
"Herman Toll Redistricted from 6th",
"Democratic",
"1958",
"Re-elected",
"Herman Toll (D) 56.0% Frank J. Barbera (R) 44.0%"
],
[
"4",
"Pennsylvania 16",
"John C. Kunkel",
"Republican",
"1961",
"Re-elected",
"John C. Kunkel (R) 66.7% John A. Walter (D) 33.3%"
],
[
"5",
"Pennsylvania 21",
"John H. Dent",
"Democratic",
"1958",
"Re-elected",
"John H. Dent (D) 59.6% Charles E. Scalf (R) 40.4%"
],
[
"6",
"Pennsylvania 22",
"John P. Saylor",
"Republican",
"1949",
"Re-elected",
"John P. Saylor (R) 57.5% Donald J. Perry (D) 42.5%"
],
[
"7",
"Pennsylvania 24",
"Carroll D. Kearns",
"Republican",
"1946",
"Lost renomination Republican hold",
"James D. Weaver (R) 51.4% Peter J. Joyce (D) 48.6%"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (C1=2)*(B1=\"brazil (bra)\")))",
"Formula2": "SUM(FILTER(F2:F11, (C2:C11=2)*(B2:B11=\"brazil (bra)\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the medal total when there is 2 gold medals, and Brazil (BRA) is the nation?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"2",
"*",
"B1",
"=",
"\"brazil (bra)\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=1)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(D2:D11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which nation has the number of silver medals greater than 1, and bronze medals as 1?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1"
]
},
{
"Formula": "MIN(FILTER(F1, (E1=1)*(B1=\"czech republic (cze)\")))",
"Formula2": "MIN(FILTER(F2:F11, (E2:E11=1)*(B2:B11=\"czech republic (cze)\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the least total number of medals when the bronze medals is 1, and Czech Republic (CZE) is the nation?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"E1",
"=",
"1",
"*",
"B1",
"=",
"\"czech republic (cze)\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<1)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(C2:C11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)<1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "For what nation is the gold medals 0, and the bronze medals less than 1?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"1"
]
},
{
"Formula": "MAX(FILTER(C1, (E1=0)*(D1>1)))",
"Formula2": "MAX(FILTER(C2:C11, (E2:E11=0)*(D2:D11>1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the most gold medals when the bronze medals were 0, and the silver medals greater than 1?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
"=",
"0",
"*",
"D1",
">",
"1"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=0)*(A1=1)*(B1=\"brazil (bra)\")*(C1<2)))",
"Formula2": "SUM(FILTER(E2:E11, (D2:D11=0)*(A2:A11=1)*(B2:B11=\"brazil (bra)\")*(C2:C11<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total bronze medals when the silver medals is 0, and 1 is the rank, Brazil (BRA) is the nation, and the gold medals is less than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"0",
"*",
"A1",
"=",
"1",
"*",
"B1",
"=",
"\"brazil (bra)\"",
"*",
"C1",
"<",
"2"
]
}
] | test_2-18395141-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Brazil (BRA)",
"2",
"0",
"1",
"3"
],
[
"3",
"1",
"South Korea (KOR)",
"2",
"0",
"1",
"3"
],
[
"4",
"3",
"Portugal (POR)",
"1",
"3",
"1",
"5"
],
[
"5",
"4",
"Great Britain (GBR)",
"1",
"1",
"0",
"2"
],
[
"6",
"4",
"Hong Kong (HKG)",
"1",
"1",
"0",
"2"
],
[
"7",
"6",
"Spain (ESP)",
"0",
"1",
"2",
"3"
],
[
"8",
"7",
"Greece (GRE)",
"0",
"1",
"0",
"1"
],
[
"9",
"8",
"Czech Republic (CZE)",
"0",
"0",
"1",
"1"
],
[
"10",
"8",
"Ireland (IRL)",
"0",
"0",
"1",
"1"
],
[
"11",
"Total",
"Total",
"7",
"7",
"7",
"21"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, (B1=\"november 7, 1976\")*(E1<46735)))",
"Formula2": "AVERAGE(FILTER(A2:A15, (B2:B15=\"november 7, 1976\")*(E2:E15<46735)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average week on November 7, 1976 with an attendance less than 46,735?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"november 7, 1976\"",
"*",
"E1",
"<",
"46735"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the opponent for week 5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"5"
]
}
] | test_2-10361570-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 12, 1976",
"at New Orleans Saints",
"W 40-9",
"58,156"
],
[
"3",
"2",
"September 19, 1976",
"Los Angeles Rams",
"T 10-10 (OT)",
"47,310"
],
[
"4",
"3",
"September 26, 1976",
"at Detroit Lions",
"W 10-9",
"77,292"
],
[
"5",
"4",
"October 4, 1976",
"Pittsburgh Steelers",
"W 17-6",
"47,809"
],
[
"6",
"5",
"October 10, 1976",
"Chicago Bears",
"W 20-19",
"47,614"
],
[
"7",
"6",
"October 17, 1976",
"New York Giants",
"W 24-7",
"46,508"
],
[
"8",
"7",
"October 24, 1976",
"at Philadelphia Eagles",
"W 31-12",
"56,233"
],
[
"9",
"8",
"October 31, 1976",
"at Chicago Bears",
"L 14-13",
"53,602"
],
[
"10",
"9",
"November 7, 1976",
"Detroit Lions",
"W 31-23",
"46,735"
],
[
"11",
"10",
"November 14, 1976",
"Seattle Seahawks",
"W 27-21",
"45,087"
],
[
"12",
"11",
"November 21, 1976",
"at Green Bay Packers (Milw)",
"W 17-10",
"53,104"
],
[
"13",
"12",
"November 29, 1976",
"at San Francisco 49ers",
"L 20-16",
"56,775"
],
[
"14",
"13",
"December 5, 1976",
"Green Bay Packers",
"W 20-9",
"43,700"
],
[
"15",
"14",
"December 11, 1976",
"at Miami Dolphins",
"W 29-7",
"46,543"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"69-72=141\")*(B1=\"tim herron\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"69-72=141\")*(B2:B12=\"tim herron\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the to par score for Tim Herron, who had a score of 69-72=141?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"69-72=141\"",
"*",
"B1",
"=",
"\"tim herron\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-71=141\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"70-71=141\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which golfer finished with a score of 70-71=141?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"70-71=141\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=1)*(B1=\"adam scott\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=1)*(B2:B12=\"adam scott\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what place did Adam Scott, who had a to par score of +1, finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"1",
"*",
"B1",
"=",
"\"adam scott\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"66-74=140\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"66-74=140\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what place did the golfer that scored 66-74=140 finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"66-74=140\"",
"1"
]
}
] | train_2-17991356-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Shaun Micheel",
"United States",
"69-68=137",
"–3"
],
[
"3",
"T2",
"Billy Andrade",
"United States",
"67-72=139",
"–1"
],
[
"4",
"T2",
"Mike Weir",
"Canada",
"68-71=139",
"–1"
],
[
"5",
"4",
"Rod Pampling",
"Australia",
"66-74=140",
"E"
],
[
"6",
"T5",
"Chad Campbell",
"United States",
"69-72=141",
"+1"
],
[
"7",
"T5",
"José Cóceres",
"Argentina",
"73-68=141",
"+1"
],
[
"8",
"T5",
"Ernie Els",
"South Africa",
"71-70=141",
"+1"
],
[
"9",
"T5",
"Tim Herron",
"United States",
"69-72=141",
"+1"
],
[
"10",
"T5",
"Phil Mickelson",
"United States",
"66-75=141",
"+1"
],
[
"11",
"T5",
"Tom Pernice, Jr.",
"United States",
"70-71=141",
"+1"
],
[
"12",
"T5",
"Adam Scott",
"Australia",
"72-69=141",
"+1"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"December 8\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F15, B2:B15=\"December 8\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many high rebounds took place on December 8?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"December 8\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 10\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"December 10\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are December 10's high points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"December 10\"",
"5"
]
}
] | train_1-27712451-6 | [
[
"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",
"17",
"December 1",
"Milwaukee",
"W 105–94 (OT)",
"Nenê (24)",
"J. R. Smith (10)",
"Chauncey Billups (9)",
"Pepsi Center 14,221",
"11–6"
],
[
"3",
"18",
"December 3",
"L.A. Clippers",
"W 109–104 (OT)",
"Carmelo Anthony (26)",
"Nenê (7)",
"Chauncey Billups (5)",
"Pepsi Center 15,829",
"12–6"
],
[
"4",
"19",
"December 5",
"Memphis",
"W 108–107 (OT)",
"Nenê (27)",
"Nenê (11)",
"Ty Lawson , Nenê (6)",
"Pepsi Center 15,017",
"13–6"
],
[
"5",
"20",
"December 7",
"@ Charlotte",
"L 98–100 (OT)",
"Chauncey Billups (25)",
"Carmelo Anthony (7)",
"Chauncey Billups , Ty Lawson (5)",
"Time Warner Cable Arena 15,737",
"13–7"
],
[
"6",
"21",
"December 8",
"@ Boston",
"L 89–105 (OT)",
"Ty Lawson (24)",
"Al Harrington (8)",
"Chauncey Billups , Ty Lawson (7)",
"TD Garden 18,624",
"13–8"
],
[
"7",
"22",
"December 10",
"@ Toronto",
"W 123–116 (OT)",
"Al Harrington (31)",
"Shelden Williams (7)",
"Chauncey Billups (8)",
"Air Canada Centre 14,715",
"14–8"
],
[
"8",
"23",
"December 12",
"@ New York",
"L 125–129 (OT)",
"Carmelo Anthony (31)",
"Carmelo Anthony (13)",
"Chauncey Billups (6)",
"Madison Square Garden 19,387",
"14–9"
],
[
"9",
"24",
"December 14",
"Orlando",
"W 111–94 (OT)",
"Carmelo Anthony (35)",
"Carmelo Anthony (11)",
"Ty Lawson (6)",
"Pepsi Center 16,247",
"15–9"
],
[
"10",
"25",
"December 16",
"San Antonio",
"L 112–113 (OT)",
"Carmelo Anthony (31)",
"Carmelo Anthony (9)",
"Ty Lawson (7)",
"Pepsi Center 16,190",
"15–10"
],
[
"11",
"26",
"December 18",
"Minnesota",
"W 115–113 (OT)",
"Carmelo Anthony (24)",
"Carmelo Anthony (7)",
"Ty Lawson (9)",
"Pepsi Center 15,409",
"16–10"
],
[
"12",
"27",
"December 22",
"@ San Antonio",
"L 103–109 (OT)",
"Ty Lawson , J. R. Smith (22)",
"Arron Afflalo (10)",
"Chauncey Billups (7)",
"AT&T Center 18,581",
"16–11"
],
[
"13",
"28",
"December 25",
"@ Oklahoma City",
"L 106–114 (OT)",
"Chauncey Billups (30)",
"Nenê (12)",
"Ty Lawson (5)",
"Oklahoma City Arena 18,203",
"16–12"
],
[
"14",
"29",
"December 26",
"Philadelphia",
"L 89–95 (OT)",
"Chauncey Billups (24)",
"Chris Andersen , J. R. Smith (11)",
"Chauncey Billups , Ty Lawson (4)",
"Pepsi Center 19,155",
"16–13"
],
[
"15",
"30",
"December 28",
"Portland",
"W 95–77 (OT)",
"Chauncey Billups (18)",
"Chris Andersen (11)",
"Chauncey Billups (9)",
"Pepsi Center 17,388",
"17–13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maurice williams (25)\")*(C1=\"102–105\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"maurice williams (25)\")*(C2:C18=\"102–105\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date with a Leading scorer with maurice williams (25), and a Score with 102–105?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"maurice williams (25)\"",
"*",
"C1",
"=",
"\"102–105\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"hornets\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,D2:D18=\"hornets\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score with a Home with hornets?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"hornets\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"bucks\")*(E1=\"maurice williams (25)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(B2:B18=\"bucks\")*(E2:E18=\"maurice williams (25)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score with a Visitor of bucks, and a Leading scorer with maurice williams (25)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"bucks\"",
"*",
"E1",
"=",
"\"maurice williams (25)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"andrew bogut (29)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,E2:E18=\"andrew bogut (29)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Record with a Leading scorer with andrew bogut (29)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"andrew bogut (29)\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"maurice williams (25)\")*(A1=\"27 january 2008\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(E2:E18=\"maurice williams (25)\")*(A2:A18=\"27 january 2008\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Record with a Leading scorer with maurice williams (25), and a Date with 27 january 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"maurice williams (25)\"",
"*",
"A1",
"=",
"\"27 january 2008\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"80–87\")*(B1=\"bucks\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(C2:C18=\"80–87\")*(B2:B18=\"bucks\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Record with a Score with 80–87, and a Visitor with bucks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"80–87\"",
"*",
"B1",
"=",
"\"bucks\"",
"6"
]
}
] | train_2-11961176-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Record"
],
[
"2",
"2 January 2008",
"Bucks",
"103–98",
"Heat",
"Maurice Williams (25)",
"12–19"
],
[
"3",
"4 January 2008",
"Wizards",
"101–77",
"Bucks",
"Charlie Villanueva (20)",
"12–20"
],
[
"4",
"6 January 2008",
"Bucks",
"93–89",
"Bobcats",
"Charlie Bell (27)",
"13–20"
],
[
"5",
"8 January 2008",
"Bucks",
"87–83",
"Sixers",
"Two-way tie (21)",
"14–20"
],
[
"6",
"9 January 2008",
"Heat",
"92–98",
"Bucks",
"Maurice Williams (35)",
"15–20"
],
[
"7",
"11 January 2008",
"Bucks",
"105–110",
"Lakers",
"Maurice Williams (28)",
"15–21"
],
[
"8",
"12 January 2008",
"Bucks",
"114–122",
"Suns",
"Andrew Bogut (29)",
"15–22"
],
[
"9",
"14 January 2008",
"Bucks",
"87–98",
"Jazz",
"Andrew Bogut (23)",
"15–23"
],
[
"10",
"16 January 2008",
"Hawks",
"80–87",
"Bucks",
"Andrew Bogut (21)",
"16–23"
],
[
"11",
"19 January 2008",
"Warriors",
"119–99",
"Bucks",
"Michael Redd (24)",
"16–24"
],
[
"12",
"21 January 2008",
"Bucks",
"92–106",
"Hornets",
"Michael Redd (19)",
"16–25"
],
[
"13",
"22 January 2008",
"Suns",
"114–105",
"Bucks",
"Michael Redd (28)",
"16–26"
],
[
"14",
"24 January 2008",
"Pacers",
"92–104",
"Bucks",
"Michael Redd (37)",
"17–26"
],
[
"15",
"25 January 2008",
"Bucks",
"75–106",
"Raptors",
"Two-way tie (12)",
"17–27"
],
[
"16",
"27 January 2008",
"Wizards",
"102–105",
"Bucks",
"Maurice Williams (25)",
"18–27"
],
[
"17",
"29 January 2008",
"Bucks",
"80–87",
"Nets",
"Royal Ivey (19)",
"18–28"
],
[
"18",
"30 January 2008",
"Bucks",
"69–112",
"Sixers",
"Royal Ivey (17)",
"18–29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Douglas\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"Douglas\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the capital (endonym) where Douglas is the Capital (exonym)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Douglas\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"Jakarta\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C7, D2:D7=\"Jakarta\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many countries (endonym) has the capital (endonym) of Jakarta?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"D1",
"=",
"\"Jakarta\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Icelandic\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Icelandic\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the country (exonym) where the official or native language(s) (alphabet/script) is Icelandic?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Icelandic\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Irish English\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Irish English\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In which country (endonym) is Irish English the official or native language(s) (alphabet/script)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Irish English\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Isle of Man Ellan Vannin\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"Isle of Man Ellan Vannin\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country (exonym) is the country (endonym) isle of man ellan vannin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Isle of Man Ellan Vannin\"",
"1"
]
}
] | train_1-1008653-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country ( exonym )",
"Capital ( exonym )",
"Country ( endonym )",
"Capital ( endonym )",
"Official or native language(s) (alphabet/script)"
],
[
"2",
"Iceland",
"Reykjavík",
"Ísland",
"Reykjavík",
"Icelandic"
],
[
"3",
"Indonesia",
"Jakarta",
"Indonesia",
"Jakarta",
"Bahasa Indonesia"
],
[
"4",
"Iran",
"Tehran",
"Īrān ایران",
"Tehrān تهران",
"Persian ( Arabic script )"
],
[
"5",
"Iraq",
"Baghdad",
"Al-'Iraq العراق Îraq",
"Baghdad بغداد Bexda",
"Arabic ( Arabic script ) Kurdish"
],
[
"6",
"Ireland",
"Dublin",
"Éire Ireland",
"Baile Átha Cliath Dublin",
"Irish English"
],
[
"7",
"Isle of Man",
"Douglas",
"Isle of Man Ellan Vannin",
"Douglas Doolish",
"English Manx"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"security guard\")",
"Formula2": "SUMIFS(F2:F8,E2:E8,\"security guard\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many votes did the security guard get?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"security guard\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"john marvin wierenga\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"john marvin wierenga\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is John Marvin Wierenga's occupation?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"john marvin wierenga\"",
"5"
]
}
] | train_2-12890254-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Riding",
"Candidate's Name",
"Gender",
"Residence",
"Occupation",
"Votes",
"Rank"
],
[
"2",
"Calgary Southwest",
"Larry Heather",
"M",
"Calgary",
"Audio Producer",
"256",
"6th"
],
[
"3",
"Fort McMurray—Athabasca",
"Jacob Strydhorst",
"M",
"Neerlandia",
"Farmer",
"186",
"7th"
],
[
"4",
"Lethbridge",
"Geoffrey Capp",
"M",
"Lethbridge",
"Security Guard",
"1,094",
"5th"
],
[
"5",
"Macleod",
"Marc Slingerland",
"M",
"Lethbridge",
"Teacher",
"422",
"5th"
],
[
"6",
"Medicine Hat",
"Frans VandeStroet",
"M",
"Enchant",
"Farm Realtor",
"363",
"7th"
],
[
"7",
"Westlock—St. Paul",
"Sippe Hofstede",
"M",
"Westlock",
"Draftsman",
"510",
"5th"
],
[
"8",
"Yellowhead",
"John Marvin Wierenga",
"M",
"Neerlandia",
"Welder",
"606",
"5th"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1>1998)*(C1=\"malaysia satellite\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(B2:B15>1998)*(C2:C15=\"malaysia satellite\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Malaysia Satellite tournaments were played after 1998?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
">",
"1998",
"*",
"C1",
"=",
"\"malaysia satellite\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1<2007)*(A1=\"runner-up\")*(C1=\"bulgaria open\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(B2:B15<2007)*(A2:A15=\"runner-up\")*(C2:C15=\"bulgaria open\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the runner-up for the Bulgaria Open, before 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"<",
"2007",
"*",
"A1",
"=",
"\"runner-up\"",
"*",
"C1",
"=",
"\"bulgaria open\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dutch open\")*(D1=\"wong choong hann\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"dutch open\")*(D2:D15=\"wong choong hann\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score of the player who played against Wong Choong Hann in the Dutch Open?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"dutch open\"",
"*",
"D1",
"=",
"\"wong choong hann\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"nguyen tien minh\")*(C1=\"bulgaria open\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"nguyen tien minh\")*(C2:C15=\"bulgaria open\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the outcome of the match against Nguyen Tien Minh in the Bulgaria Open?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"nguyen tien minh\"",
"*",
"C1",
"=",
"\"bulgaria open\"",
"1"
]
}
] | train_2-12155735-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Outcome",
"Year",
"Tournament",
"Opponent",
"Score"
],
[
"2",
"Winner",
"1997",
"Korea International",
"Yap Yong Jyen",
"11–15, 15–11, 15–4"
],
[
"3",
"Winner",
"1997",
"Chinese Taipei International",
"Yap Yong Jyen",
"15–5, 11–15, 15–7"
],
[
"4",
"Winner",
"1998",
"India International",
"Yeoh Kay Bin",
"12–15, 15–8, 15–6"
],
[
"5",
"Runner-up",
"1999",
"Singapore International",
"Sairul Amar Ayob",
"8–15, 11–15"
],
[
"6",
"Winner",
"2001",
"Dutch Open",
"Bao Chunlai",
"7–1, 1–7, 7–5, 7–4"
],
[
"7",
"Runner-up",
"2002",
"Commonwealth Games",
"Muhammad Hafiz Hashim",
"3–7, 1–7, 7–3, 8–7, 4–7"
],
[
"8",
"Runner-up",
"2002",
"Dutch Open",
"Wong Choong Hann",
"6–15, 6–15"
],
[
"9",
"Runner-up",
"2004",
"Malaysia Satellite",
"Nguyen Tien Minh",
"11–15, 15–9, 12–15"
],
[
"10",
"Winner",
"2006",
"New Zealand Open",
"Ronald Susilo",
"21–18, 21–13"
],
[
"11",
"Runner-up",
"2006",
"Bulgaria Open",
"Nguyen Tien Minh",
"21–17, 21–23, 19–21"
],
[
"12",
"Winner",
"2007",
"U.S. Open Grand Prix",
"Yousuke Nakanishi",
"21–14, 21–10"
],
[
"13",
"Winner",
"2007",
"Canadian Open",
"Jun Takemura",
"21–13, 21–18"
],
[
"14",
"Winner",
"2008",
"Australian International",
"Sairul Amar Ayob",
"21–16, 19–21, 21–15"
],
[
"15",
"Winner",
"2008",
"New Zealand Open Grand Prix",
"Sairul Amar Ayob",
"24–22, 21–17"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=2003),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=2003),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the length of the version from 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2003",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"4:22\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"4:22\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who remixed the version with a length of 4:22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"4:22\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"uk remix\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"uk remix\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the length of the UK remix version?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"uk remix\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"remixes\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"remixes\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the version with a remixes album?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"remixes\"",
"5"
]
}
] | train_2-14562754-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Version",
"Length",
"Album",
"Remixed by",
"Year"
],
[
"2",
"Album version",
"4:45",
"Anamorphosée , Les Mots",
"—",
"1995"
],
[
"3",
"Single version",
"4:23",
"—",
"Laurent Boutonnat",
"1995"
],
[
"4",
"No voice remix edit",
"4:20",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"5",
"Extra large remix",
"5:02",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"6",
"Distorded dance mix",
"5:20",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"7",
"New remix edit",
"4:25",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"8",
"Single dance mix",
"4:25",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"9",
"New remix edit (Germany)",
"4:43",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"10",
"German radio edit",
"3:54",
"—",
"Laurent Boutonnat, Bertrand Châtenet",
"1995"
],
[
"11",
"Music video",
"4:22",
"Music Videos II , Music Videos II & III",
"—",
"1995"
],
[
"12",
"UK remix",
"9:00",
"—",
"Richard Dekkard",
"1996"
],
[
"13",
"Live version (recorded in 1996)",
"7:25",
"Live à Bercy",
"—",
"1996"
],
[
"14",
"JXL remix",
"6:06",
"RemixeS",
"Junkie XL",
"2003"
],
[
"15",
"Live version (recorded in 2006)",
"5:28",
"Avant que l'ombre...",
"—",
"2006"
],
[
"16",
"Live version (recorded in 2009)",
"4:30",
"N°5 on Tour",
"—",
"2009"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country has a GDP (nominal) of $29.9 billion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"$29.9 billion\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country has a GDP (nominal) of $29.9 billion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"$29.9 billion\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=5550239),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=5550239),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which GDP (nominal) has a Population of 5,550,239?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"5550239",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$6.4 billion\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$6.4 billion\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which population has a GDP (nominal) of $6.4 billion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"$6.4 billion\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"$29.9 billion\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"$29.9 billion\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country has a GDP (nominal) of $29.9 billion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"$29.9 billion\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=5125693),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=5125693),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the GDP (nominal) with Population of 5,125,693?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"5125693",
"5"
]
}
] | train_2-11780179-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country",
"Population",
"Area (km²)",
"GDP (nominal)",
"GDP per capita (nominal)"
],
[
"2",
"Kazakhstan",
"16,967,000",
"2,724,900",
"$196.4 billion",
"$11,772"
],
[
"3",
"Kyrgyzstan",
"5,550,239",
"199,900",
"$6.4 billion",
"$1,152"
],
[
"4",
"Uzbekistan",
"29,559,100",
"447,400",
"$52.0 billion",
"$1,780"
],
[
"5",
"Tajikistan",
"7,616,000",
"143,100",
"$7.2 billion",
"$903"
],
[
"6",
"Turkmenistan",
"5,125,693",
"488,100",
"$29.9 billion",
"$5,330"
],
[
"7",
"Total",
"64.818,032 ( 22nd )",
"4,003,400 ( 7th )",
"$292 billion (36th)",
"$5,234 ( 95th )"
]
] |
[
{
"Formula": "MIN(FILTER(D1, (C1=196)*(B1=\"24.07.1977\")))",
"Formula2": "MIN(FILTER(D2:D13, (C2:C13=196)*(B2:B13=\"24.07.1977\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest Weight when the height is 196, and the date of birth is 24.07.1977?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"=",
"196",
"*",
"B1",
"=",
"\"24.07.1977\""
]
},
{
"Formula": "SUM(FILTER(E1, (D1>84)*(F1<315)))",
"Formula2": "SUM(FILTER(E2:E13, (D2:D13>84)*(F2:F13<315)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Spike when the Weight was more than 84, and Block was less than 315?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"84",
"*",
"F1",
"<",
"315"
]
}
] | test_2-15859432-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Date of Birth",
"Height",
"Weight",
"Spike",
"Block"
],
[
"2",
"Andrzej Stelmach",
"15.08.1972",
"200",
"98",
"330",
"220"
],
[
"3",
"Piotr Gruszka",
"08.03.1977",
"206",
"102",
"352",
"325"
],
[
"4",
"Paweł Zagumny",
"18.10.1977",
"200",
"88",
"336",
"317"
],
[
"5",
"Dawid Murek",
"24.07.1977",
"196",
"94",
"341",
"325"
],
[
"6",
"Krzysztof Ignaczak",
"15.05.1972",
"188",
"86",
"330",
"315"
],
[
"7",
"Łukasz Kadziewicz",
"20.09.1980",
"206",
"84",
"350",
"328"
],
[
"8",
"Radosław Rybak",
"25.03.1973",
"195",
"90",
"356",
"330"
],
[
"9",
"Sebastian Świderski",
"26.06.1977",
"193",
"88",
"354",
"325"
],
[
"10",
"Piotr Gabrych",
"05.07.1972",
"197",
"95",
"342",
"318"
],
[
"11",
"Arkadiusz Gołaś",
"10.05.1981",
"201",
"82",
"365",
"342"
],
[
"12",
"Michał Bąkiewicz",
"22.03.1981",
"196",
"79",
"338",
"324"
],
[
"13",
"Robert Szczerbaniuk",
"29.05.1977",
"199",
"89",
"350",
"327"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(B1=\"3 august 2013\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(A2:A20=\"winner\")*(B2:B20=\"3 august 2013\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Score in the final has an Outcome of winner, and a Date of 3 august 2013?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"winner\"",
"*",
"B1",
"=",
"\"3 august 2013\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"8 february 2009\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"8 february 2009\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Partner has a Date of 8 february 2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"8 february 2009\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"dustin brown\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"dustin brown\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Opponent in the final has a Partner of dustin brown?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"dustin brown\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"clay\")*(D1=\"martin emmrich\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(C2:C20=\"clay\")*(D2:D20=\"martin emmrich\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Score in the final has a Surface of clay, and a Partner of martin emmrich?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"clay\"",
"*",
"D1",
"=",
"\"martin emmrich\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"oliver marach\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"oliver marach\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Surface has a Partner of oliver marach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"oliver marach\"",
"3"
]
}
] | test_2-15271779-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Surface",
"Partner",
"Opponent in the final",
"Score in the final"
],
[
"2",
"Runner-up",
"16 July 2006",
"Clay",
"Oliver Marach",
"Jonas Björkman Thomas Johansson",
"3–6, 6–4, [4–10]"
],
[
"3",
"Runner-up",
"23 July 2006",
"Clay",
"Lucas Arnold Ker",
"Alberto Martín Fernando Vicente",
"4–6, 3–6"
],
[
"4",
"Runner-up",
"29 July 2007",
"Clay",
"Tomas Behrend",
"Potito Starace Luis Horna",
"6–7 (4–7) , 6–7 (5–7)"
],
[
"5",
"Runner-up",
"14 October 2007",
"Hard (i)",
"Tomas Behrend",
"Mariusz Fyrstenberg Marcin Matkowski",
"4–6, 2–6"
],
[
"6",
"Runner-up",
"2 March 2008",
"Hard (i)",
"Rogier Wassen",
"Paul Hanley Jordan Kerr",
"3–6, 6–3, [8–10]"
],
[
"7",
"Winner",
"13 July 2008",
"Clay",
"Philipp Kohlschreiber",
"Michael Berrer Mischa Zverev",
"6–3, 6–4"
],
[
"8",
"Runner-up",
"26 October 2008",
"Hard (i)",
"Philipp Kohlschreiber",
"Mahesh Bhupathi Mark Knowles",
"3–6, 3–6"
],
[
"9",
"Runner-up",
"8 February 2009",
"Hard (i)",
"Rogier Wassen",
"Martin Damm Robert Lindstedt",
"4–6, 3–6"
],
[
"10",
"Winner",
"14 June 2009",
"Grass",
"Philipp Kohlschreiber",
"Andreas Beck Marco Chiudinelli",
"6–3, 6–4"
],
[
"11",
"Runner-up",
"18 July 2010",
"Clay",
"Philipp Petzschner",
"Carlos Berlocq Eduardo Schwank",
"6–7 (5–7) , 6–7 (6–8)"
],
[
"12",
"Winner",
"3 October 2010",
"Hard",
"Viktor Troicki",
"Jonathan Erlich Jürgen Melzer",
"6–4, 6–4"
],
[
"13",
"Runner-up",
"27 February 2011",
"Hard",
"Alexander Peya",
"Scott Lipsky Rajeev Ram",
"6–4, 4–6, [3–10]"
],
[
"14",
"Runner-up",
"1 May 2011",
"Clay",
"Andreas Beck",
"Simone Bolelli Horacio Zeballos",
"6–7 (3–7) , 4–6"
],
[
"15",
"Runner-up",
"31 July 2011",
"Clay",
"Alexander Peya",
"František Čermák Filip Polášek",
"3–6, 6–7 (7–9)"
],
[
"16",
"Runner-up",
"27 August 2011",
"Hard",
"Alexander Peya",
"Jonathan Erlich Andy Ram",
"6–7 (2–7) , 4–6"
],
[
"17",
"Runner-up",
"6 January 2012",
"Hard",
"Philipp Kohlschreiber",
"Filip Polášek Lukáš Rosol",
"3–6, 4–6"
],
[
"18",
"Winner",
"4 January 2013",
"Hard",
"Philipp Kohlschreiber",
"Julian Knowle Filip Polášek",
"7–5, 6–4"
],
[
"19",
"Runner-up",
"14 April 2013",
"Clay",
"Dustin Brown",
"Julian Knowle Filip Polášek",
"3–6, 2–6"
],
[
"20",
"Winner",
"3 August 2013",
"Clay",
"Martin Emmrich",
"František Čermák Lukáš Dlouhý",
"6–4, 6–3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=204),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=204),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "When was there 204 deaths?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"204",
"2"
]
}
] | train_2-10998232-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Dates active",
"Windspeeds",
"Pressure",
"Deaths"
],
[
"2",
"Nargis",
"April 27– May 3",
"165km/h (105mph)",
"962hPa (28.41inHg)",
"~140000"
],
[
"3",
"ARB 01",
"June 5– 7",
"45km/h (30mph)",
"994hPa (29.36inHg)",
"0"
],
[
"4",
"BOB 02",
"June 16– 18",
"45km/h (30mph)",
"988hPa (29.18inHg)",
"54"
],
[
"5",
"BOB 03",
"August 9–10",
"45km/h (30mph)",
"1004hPa (29.65inHg)",
"61"
],
[
"6",
"BOB 04",
"September 14– 19",
"55km/h (35mph)",
"986hPa (29.12inHg)",
"25"
],
[
"7",
"ARB 02",
"October 19– 23",
"55km/h (35mph)",
"1005hPa (29.68inHg)",
"180"
],
[
"8",
"Rashmi",
"October 25– 27",
"85km/h (50mph)",
"984hPa (29.06inHg)",
"28"
],
[
"9",
"Khai Muk",
"November 13–16",
"65km/h (40mph)",
"996hPa (29.42inHg)",
"0"
],
[
"10",
"Nisha",
"November 25–29",
"85km/h (50mph)",
"996hPa (29.42inHg)",
"204"
],
[
"11",
"BOB 08",
"December 4–8",
"55km/h (35mph)",
"996hPa (29.42inHg)",
"0"
],
[
"12",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates"
],
[
"13",
"10systems",
"April 27– December 8",
"165km/h (105mph)",
"962hPa (28.41inHg)",
"140554"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1982-01-29\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"1982-01-29\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is born on 1982-01-29?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1982-01-29\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1976-09-20\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"1976-09-20\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the position played by the man born on 1976-09-20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1976-09-20\"",
"2"
]
}
] | train_2-17759945-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Pos.",
"Height",
"Weight",
"Date of Birth",
"Club"
],
[
"2",
"Denis Sefik",
"GK",
"m (ft 8in)",
"kg (lb)",
"1976-09-20",
"VK Partizan"
],
[
"3",
"Petar Trbojević",
"D",
"m (ft 6in)",
"kg (lb)",
"1973-09-09",
"CN Atlètic-Barceloneta"
],
[
"4",
"Slobodan Nikić",
"CF",
"m (ft 5in)",
"kg (lb)",
"1983-01-25",
"PVK Jadran"
],
[
"5",
"Vanja Udovičić",
"D",
"m (ft 4in)",
"kg (lb)",
"1982-09-12",
"PVK Jadran"
],
[
"6",
"Dejan Savić",
"CB",
"m (ft 4in)",
"kg (lb)",
"1975-04-24",
"Pro Recco"
],
[
"7",
"Danilo Ikodinović",
"D",
"m (ft 2in)",
"kg (lb)",
"1976-10-04",
"Pro Recco"
],
[
"8",
"Viktor Jelenić",
"CF",
"m (ft 8in)",
"kg (lb)",
"1970-10-31",
"Rari Nantes Savona"
],
[
"9",
"Vladimir Gojković",
"D",
"m (ft 4in)",
"kg (lb)",
"1982-01-29",
"PVK Jadran"
],
[
"10",
"Aleksandar Ćirić",
"D",
"m (ft 4in)",
"kg (lb)",
"1977-12-31",
"Leonessa Brescia"
],
[
"11",
"Aleksandar Šapić",
"D",
"m (ft 3in)",
"kg (lb)",
"1978-06-01",
"Rari Nantes Savona"
],
[
"12",
"Vladimir Vujasinović",
"CB",
"m (ft 5in)",
"kg (lb)",
"1973-08-14",
"Pro Recco"
],
[
"13",
"Predrag Jokić",
"CB",
"m (ft 2in)",
"kg (lb)",
"1983-02-03",
"PVK Jadran"
],
[
"14",
"Nikola Kuljača",
"GK",
"m (ft 6in)",
"kg (lb)",
"1974-08-16",
"Telimar Palermo"
],
[
"15",
"Head Coach: Nenad Manojlović",
"Head Coach: Nenad Manojlović",
"Head Coach: Nenad Manojlović",
"Head Coach: Nenad Manojlović",
"Head Coach: Nenad Manojlović",
"Head Coach: Nenad Manojlović"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"35-14\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"35-14\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent at the game with a score of 35-14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"35-14\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"5-1\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"5-1\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game when the record was 5-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"5-1\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"los angeles dons\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"los angeles dons\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game against the Los Angeles Dons?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"los angeles dons\"",
"4"
]
}
] | train_2-18587562-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Score",
"Record"
],
[
"2",
"1",
"August 28, 1949",
"Baltimore Colts",
"W",
"31-17",
"1-0"
],
[
"3",
"2",
"September 4, 1949",
"Chicago Hornets",
"W",
"42-7",
"2-0"
],
[
"4",
"3",
"September 18, 1949",
"Los Angeles Dons",
"W",
"42-14",
"3-0"
],
[
"5",
"4",
"September 25, 1949",
"at Buffalo Bills",
"L",
"28-17",
"3-1"
],
[
"6",
"5",
"September 30, 1949",
"Chicago Hornets",
"W",
"42-24",
"4-1"
],
[
"7",
"6",
"October 9, 1949",
"Cleveland Browns",
"W",
"56-28",
"5-1"
],
[
"8",
"7",
"October 16, 1949",
"Buffalo Bills",
"W",
"51-7",
"6-1"
],
[
"9",
"8",
"October 23, 1949",
"at New York Yankees",
"L",
"24-3",
"6-2"
],
[
"10",
"9",
"October 30, 1949",
"at Cleveland Browns",
"L",
"30-28",
"6-3"
],
[
"11",
"10",
"November 6, 1949",
"at Baltimore Colts",
"W",
"28-10",
"7-3"
],
[
"12",
"11",
"November 13, 1949",
"at Los Angeles Dons",
"W",
"41-24",
"8-3"
],
[
"13",
"12",
"November 27, 1949",
"New York Yankees",
"W",
"35-14",
"9-3"
]
] |
[
{
"Formula": "SUMIFS(B1,D1,\"adam gettis\")",
"Formula2": "SUMIFS(B2:B10,D2:D10,\"adam gettis\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the pick for adam gettis?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"adam gettis\""
]
},
{
"Formula": "SUM(FILTER(B1, (C1<217)*(D1=\"alfred morris\")*(A1<6)))",
"Formula2": "SUM(FILTER(B2:B10, (C2:C10<217)*(D2:D10=\"alfred morris\")*(A2:A10<6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the pick for alfred morris when the overall is less than 217, and the round is smaller than 6?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"<",
"217",
"*",
"D1",
"=",
"\"alfred morris\"",
"*",
"A1",
"<",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"keenan robinson\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>102))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F10,D2:D10=\"keenan robinson\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>102))",
"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 college for keenan robinson when overall is more than 102?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"keenan robinson\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"102"
]
},
{
"Formula": "SUMIFS(B1,D1,\"robert griffin iii\")",
"Formula2": "SUMIFS(B2:B10,D2:D10,\"robert griffin iii\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the pick for robert griffin iii?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"robert griffin iii\""
]
}
] | test_2-17100961-84 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"2",
"2",
"Robert Griffin III",
"QB",
"Baylor"
],
[
"3",
"3",
"8",
"71",
"Josh LeRibeus",
"OG",
"Southern Methodist"
],
[
"4",
"4",
"7",
"102",
"Kirk Cousins",
"QB",
"Michigan State"
],
[
"5",
"4",
"24",
"119",
"Keenan Robinson",
"LB",
"Texas"
],
[
"6",
"5",
"6",
"141",
"Adam Gettis",
"OG",
"Iowa"
],
[
"7",
"6",
"3",
"173",
"Alfred Morris",
"RB",
"Florida Atlantic"
],
[
"8",
"6",
"23",
"193",
"Tom Compton",
"OT",
"South Dakota"
],
[
"9",
"7",
"6",
"213",
"Richard Crawford",
"CB",
"Southern Methodist"
],
[
"10",
"7",
"10",
"217",
"Jordan Bernstine",
"S",
"Iowa"
]
] |
[
{
"Formula": "SUM(FILTER(A1, D1=857))",
"Formula2": "SUM(FILTER(A2:A9, D2:D9=857))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the sum total of all the years with a bell that weighed 857 kilograms?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"857"
]
}
] | test_2-15778253-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Foundry",
"Diameter (mm)",
"Weight (kg)",
"Nominal Tone"
],
[
"2",
"1956",
"F. W. Schilling",
"2023",
"4 935",
"g°"
],
[
"3",
"1956",
"F. W. Schilling",
"1671",
"2 772",
"b°"
],
[
"4",
"1956",
"F. W. Schilling",
"1477",
"1 921",
"c′"
],
[
"5",
"1754",
"J. M. Steiger",
"1275",
"1 400",
"es′"
],
[
"6",
"1956",
"F. W. Schilling",
"1094",
"857",
"f′"
],
[
"7",
"1956",
"F. W. Schilling",
"1006",
"700",
"g′"
],
[
"8",
"1975",
"Heidelberger Glockengießerei",
"892",
"511",
"b′"
],
[
"9",
"1975",
"Heidelberger Glockengießerei",
"790",
"362",
"c″"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,(D1=\"saint-girons\")*(E1=\"cauterets\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>14)*(CHOOSECOLS(query1,3)=1)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F19,(D2:D19=\"saint-girons\")*(E2:E19=\"cauterets\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>14)*(CHOOSECOLS(query1,3)=1)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"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": "Who was the leader at the summit when the stage was larger than 14, the category was 1, the start was Saint-Girons, and the finish was Cauterets?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"saint-girons\"",
"*",
"E1",
"=",
"\"cauterets\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"14",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1"
]
},
{
"Formula": "MIN(FILTER(A1, (D1=\"saint-gaudens\")*(B1<15)))",
"Formula2": "MIN(FILTER(A2:A19, (D2:D19=\"saint-gaudens\")*(B2:B19<15)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the earliest year that had a start of Saint-Gaudens and a stage smaller than 15?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"D1",
"=",
"\"saint-gaudens\"",
"*",
"B1",
"<",
"15"
]
}
] | train_2-12179265-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Stage",
"Category",
"Start",
"Finish",
"Leader at the summit"
],
[
"2",
"2013",
"9",
"1",
"Saint-Girons",
"Bagnères-de-Bigorre",
"Tom Danielson ( USA )"
],
[
"3",
"2012",
"17",
"1",
"Bagnères-de-Luchon",
"Peyragudes",
"Thomas Voeckler ( FRA )"
],
[
"4",
"2007",
"15",
"1",
"Foix",
"Loudenvielle",
"Juan Manuel Gárate ( ESP )"
],
[
"5",
"2005",
"15",
"1",
"Lézat-sur-Lèze",
"Pla d'Adet",
"Erik Dekker ( NED )"
],
[
"6",
"2003",
"14",
"1",
"Saint-Girons",
"Loudenvielle",
"Richard Virenque ( FRA )"
],
[
"7",
"2001",
"13",
"1",
"Foix",
"Pla d'Adet",
"Laurent Jalabert ( FRA )"
],
[
"8",
"1999",
"15",
"1",
"Saint-Gaudens",
"Piau-Engaly",
"Alberto Elli ( ITA )"
],
[
"9",
"1998",
"11",
"1",
"Bagnères-de-Luchon",
"Plateau de Beille",
"Alberto Elli ( ITA )"
],
[
"10",
"1995",
"15",
"1",
"Saint-Girons",
"Cauterets",
"Richard Virenque ( FRA )"
],
[
"11",
"1988",
"15",
"1",
"Saint-Girons",
"Luz Ardiden",
"Robert Millar ( GBR )"
],
[
"12",
"1979",
"1",
"2",
"Fleurance",
"Bagnères-de-Luchon",
"Bernard Hinault ( FRA )"
],
[
"13",
"1976",
"14",
"2",
"Saint-Gaudens",
"Saint-Lary-Soulan",
"Lucien Van Impe ( BEL )"
],
[
"14",
"1973",
"13",
"2",
"Bourg-Madame",
"Bagnères-de-Luchon",
"José-Manuel Fuente ( ESP )"
],
[
"15",
"1971",
"14",
"2",
"Revel",
"Bagnères-de-Luchon",
"José-Manuel Fuente ( ESP )"
],
[
"16",
"1970",
"18",
"2",
"Saint-Gaudens",
"La Mongie",
"Guerrino Tosello ( ITA )"
],
[
"17",
"1969",
"16",
"2",
"Castelnaudary",
"Bagnères-de-Luchon",
"Raymond Delisle ( FRA )"
],
[
"18",
"1967",
"16",
"1",
"Toulouse",
"Bagnères-de-Luchon",
"Fernando Manzanèque ( ESP )"
],
[
"19",
"1966",
"11",
"2",
"Pau",
"Bagnères-de-Luchon",
"Joaquim Galera ( ESP )"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"moorabbin oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"moorabbin oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the crowd size at the moorabbin oval venue?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"moorabbin oval\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.8 (74)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.8 (74)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team score in the game where the away team scored 11.8 (74)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"11.8 (74)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What did the home team score against the away team collingwood?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"2"
]
}
] | train_2-10826385-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"21.14 (140)",
"North Melbourne",
"10.16 (76)",
"Glenferrie Oval",
"8,201",
"1 July 1972"
],
[
"3",
"Carlton",
"10.10 (70)",
"Collingwood",
"9.8 (62)",
"Princes Park",
"36,133",
"1 July 1972"
],
[
"4",
"Richmond",
"14.8 (92)",
"Geelong",
"25.18 (168)",
"MCG",
"22,595",
"1 July 1972"
],
[
"5",
"St Kilda",
"13.10 (88)",
"Fitzroy",
"6.17 (53)",
"Moorabbin Oval",
"18,355",
"1 July 1972"
],
[
"6",
"South Melbourne",
"12.12 (84)",
"Essendon",
"13.9 (87)",
"Lake Oval",
"12,984",
"1 July 1972"
],
[
"7",
"Melbourne",
"16.15 (111)",
"Footscray",
"11.8 (74)",
"VFL Park",
"14,180",
"1 July 1972"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Hang Tough\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"Hang Tough\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was the episode aired where event 2 was Hang Tough?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Hang Tough\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Whiplash\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,F2:F15=\"Whiplash\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When event 4 was Whiplash, what was event 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Whiplash\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Suspension Bridge\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Suspension Bridge\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On how many different dates was event 1 Suspension Bridge?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Suspension Bridge\"",
"2"
]
},
{
"Formula": "SUM(FILTER(A1, (F1=\"The Wall\")*(C1=\"Pendulum\")))",
"Formula2": "SUM(FILTER(A2:A15, (F2:F15=\"The Wall\")*(C2:C15=\"Pendulum\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "On which episode number is event 4 The Wall and event 1 the Pendulum?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"\"The Wall\"",
"*",
"C1",
"=",
"\"Pendulum\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Atlasphere\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Atlasphere\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was event 2 when event 1 was Atlasphere?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Atlasphere\"",
"4"
]
}
] | train_1-17257687-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Episode Number",
"Air Date",
"Event 1",
"Event 2",
"Event 3",
"Event 4"
],
[
"2",
"1",
"30 March 2008",
"Gauntlet",
"Duel",
"Pyramid",
"Pendulum"
],
[
"3",
"2",
"6 April 2008",
"Hit and Run",
"The Wall",
"Sumo Ball",
"Pyramid"
],
[
"4",
"3",
"13 April 2008",
"Hang Tough",
"Atlasphere",
"Suspension Bridge",
"Vertigo"
],
[
"5",
"4",
"20 April 2008",
"Pendulum",
"Gauntlet",
"Hang Tough",
"Powerball"
],
[
"6",
"5",
"27 April 2008",
"Duel",
"Vertigo",
"Pyramid",
"Hit and Run"
],
[
"7",
"6",
"4 May 2008",
"Gauntlet",
"Hit and Run",
"Sumo Ball",
"The Wall"
],
[
"8",
"7",
"11 May 2008",
"Gauntlet",
"Duel",
"Pendulum",
"Pyramid"
],
[
"9",
"8",
"18 May 2008",
"Suspension Bridge",
"Powerball",
"Hang Tough",
"Atlasphere"
],
[
"10",
"9",
"25 May 2008",
"Pendulum",
"Whiplash",
"Gauntlet",
"The Wall"
],
[
"11",
"10",
"1 June 2008",
"Atlasphere",
"Vertigo",
"Suspension Bridge",
"Pyramid"
],
[
"12",
"11",
"8 June 2008",
"Gauntlet",
"Hang Tough",
"Powerball",
"Sumo Ball"
],
[
"13",
"12",
"15 June 2008",
"Hit and Run",
"The Wall",
"Duel",
"Pyramid"
],
[
"14",
"13",
"22 June 2008",
"Vertigo",
"Suspension Bridge",
"Powerball",
"The Wall"
],
[
"15",
"14",
"29 June 2008",
"Pendulum",
"Gauntlet",
"Duel",
"Whiplash"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=1),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<572)*(CHOOSECOLS(query1,3)<16)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,F2:F15=1),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)<572)*(CHOOSECOLS(query1,3)<16)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the number of wins when the number of third was 1, points were less than 572 and had less than 16 races?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"1",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"572",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"16"
]
}
] | train_2-16775140-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Driver",
"Points",
"Races",
"Wins",
"Second",
"Third"
],
[
"2",
"Modris Stelle",
"14",
"10",
"—",
"—",
"—"
],
[
"3",
"Modris Stelle",
"69",
"12",
"—",
"—",
"—"
],
[
"4",
"Daniël Willemsen",
"561",
"24",
"13",
"9",
"—"
],
[
"5",
"Daniël Willemsen",
"572",
"26",
"18",
"4",
"1"
],
[
"6",
"Kristers Serģis",
"440",
"22",
"7",
"12",
"—"
],
[
"7",
"Kristers Serģis",
"64",
"4",
"—",
"2",
"1"
],
[
"8",
"Kristers Serģis",
"242",
"16",
"1",
"8",
"1"
],
[
"9",
"Kristers Serģis",
"434",
"24",
"4",
"12",
"2"
],
[
"10",
"Nicky Pulinx",
"229",
"25",
"—",
"—",
"—"
],
[
"11",
"Maris Rupeiks",
"423",
"28",
"1",
"4",
"2"
],
[
"12",
"Maris Rupeiks",
"316",
"22",
"1",
"4",
"—"
],
[
"13",
"Etienne Bax",
"447",
"22",
"9",
"8",
"1"
],
[
"14",
"Etienne Bax",
"513",
"25",
"14",
"6",
"—"
],
[
"15",
"Overall 2001 – 2013",
"4,224",
"250",
"68",
"69",
"8"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (D1=0.357)*(E1=\"4-3\")))",
"Formula2": "SUM(FILTER(B2:B12, (D2:D12=0.357)*(E2:E12=\"4-3\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the sec wins for .357 percentage and 4-3 home record",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"0.357",
"*",
"E1",
"=",
"\"4-3\""
]
},
{
"Formula": "SUMIFS(D1,A1,\"Georgia\")",
"Formula2": "SUMIFS(D2:D12,A2:A12,\"Georgia\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the percentage for georgia",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Georgia\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"4-3\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,F2:F12=\"4-3\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the overall record for road record being 4-3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"4-3\"",
"7"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"Ole Miss\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F12, A2:A12=\"Ole Miss\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of road record for team ole miss",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"A1",
"=",
"\"Ole Miss\""
]
},
{
"Formula": "SUMIFS(D1,A1,\"Ole Miss\")",
"Formula2": "SUMIFS(D2:D12,A2:A12,\"Ole Miss\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the percentage for ole miss",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Ole Miss\""
]
}
] | train_1-22825679-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"SEC Wins",
"SEC Losses",
"Percentage",
"Home Record",
"Road Record",
"Overall Record"
],
[
"2",
"Auburn",
"12",
"2",
".857",
"7-0",
"5-2",
"30-4"
],
[
"3",
"Vanderbilt",
"10",
"4",
".714",
"7-0",
"3-4",
"26-9"
],
[
"4",
"LSU",
"10",
"4",
".714",
"5-2",
"5-2",
"19-11"
],
[
"5",
"Florida",
"9",
"5",
".643",
"7-0",
"2-5",
"24-8"
],
[
"6",
"Tennessee",
"9",
"5",
".643",
"7-0",
"2-5",
"22-11"
],
[
"7",
"Mississippi State",
"8",
"6",
".571",
"4-3",
"4-3",
"23-10"
],
[
"8",
"Georgia",
"7",
"7",
".500",
"5-2",
"2-5",
"18-14"
],
[
"9",
"Arkansas",
"6",
"8",
".429",
"3-4",
"3-4",
"18-14"
],
[
"10",
"Ole Miss",
"5",
"9",
".357",
"4-3",
"1-6",
"18-15"
],
[
"11",
"Kentucky",
"5",
"9",
".357",
"3-4",
"2-5",
"16-16"
],
[
"12",
"South Carolina",
"2",
"12",
".168",
"1-6",
"1-6",
"10-18"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(E1=\"cartagena\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(D2:D13=\"a\")*(E2:E13=\"cartagena\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date ground A and Cartagena as an opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"a\"",
"*",
"E1",
"=",
"\"cartagena\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<2))",
"Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)<2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What ground has a match smaller than 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"friendly\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F13,C2:C13=\"friendly\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the score of the competition of friendly, at match 7?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"friendly\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
}
] | train_2-12098629-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Match",
"Date",
"Competition or tour",
"Ground",
"Opponent",
"Score1"
],
[
"2",
"1",
"7 Jul 2007",
"Friendly",
"A",
"Knokke",
"11 - 0"
],
[
"3",
"2",
"10 Jul 2007",
"OBI-Cup",
"N",
"Galatasaray",
"0 - 1"
],
[
"4",
"3",
"12 Jul 2007",
"OBI-Cup",
"N",
"Borussia Dortmund",
"1 - 2"
],
[
"5",
"4",
"18 Jul 2007",
"Friendly",
"A",
"Nancy",
"2 - 1"
],
[
"6",
"5",
"19 Jul 2007",
"Friendly",
"A",
"Wolvertem",
"3 - 0"
],
[
"7",
"6",
"21 Jul 2007",
"Friendly",
"A",
"Marseille",
"2 - 4"
],
[
"8",
"7",
"22 Jul 2007",
"Friendly",
"A",
"OH Leuven",
"0 - 2"
],
[
"9",
"8",
"25 Jul 2007",
"Friendly",
"N",
"Alemannia Aachen",
"0 - 1"
],
[
"10",
"9",
"31 Jul 2007",
"Friendly",
"A",
"Crystal Palace",
"1 - 1"
],
[
"11",
"10",
"6 Jan 2008",
"Friendly",
"N",
"Be Quick",
"7 - 0"
],
[
"12",
"11",
"8 Jan 2008",
"Friendly",
"A",
"Cartagena",
"0 - 2"
],
[
"13",
"12",
"21 May 2008",
"Friendly",
"A",
"Wolvertem",
"4 - 1"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"innes ireland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<53))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,A2:A18=\"innes ireland\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<53))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "When the driver is innes ireland and they drove under 53 laps, what was the Time/Retired?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"innes ireland\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"53"
]
},
{
"Formula": "SUMIFS(C1,A1,\"peter arundell\")",
"Formula2": "SUMIFS(C2:C18,A2:A18,\"peter arundell\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many laps does peter arundell have?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"peter arundell\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)>52)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A18,SUMX(E2:E18),SUMX(C2:C18)),FILTER(query1,(CHOOSECOLS(query1,2)>11)*(CHOOSECOLS(query1,3)>52)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which driver has a grid value larger than 11, and drove more than 52 laps?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"11",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"52"
]
}
] | train_2-1122312-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Dan Gurney",
"Brabham - Climax",
"57",
"2:07:49.1",
"2"
],
[
"3",
"Graham Hill",
"BRM",
"57",
"+ 24.1",
"6"
],
[
"4",
"Jack Brabham",
"Brabham - Climax",
"57",
"+ 24.9",
"5"
],
[
"5",
"Peter Arundell",
"Lotus - Climax",
"57",
"+ 1:10.6",
"4"
],
[
"6",
"Richie Ginther",
"BRM",
"57",
"+ 2:12.1",
"9"
],
[
"7",
"Bruce McLaren",
"Cooper - Climax",
"56",
"+ 1 lap",
"7"
],
[
"8",
"Phil Hill",
"Cooper - Climax",
"56",
"+ 1 lap",
"10"
],
[
"9",
"Mike Hailwood",
"Lotus - BRM",
"56",
"+ 1 lap",
"13"
],
[
"10",
"Lorenzo Bandini",
"Ferrari",
"55",
"+ 2 laps",
"8"
],
[
"11",
"Chris Amon",
"Lotus - BRM",
"53",
"+ 4 laps",
"14"
],
[
"12",
"Maurice Trintignant",
"BRM",
"52",
"+ 5 laps",
"16"
],
[
"13",
"Bob Anderson",
"Brabham - Climax",
"50",
"+ 7 laps",
"15"
],
[
"14",
"Innes Ireland",
"BRP - BRM",
"32",
"Accident",
"11"
],
[
"15",
"Jim Clark",
"Lotus - Climax",
"31",
"Engine",
"1"
],
[
"16",
"John Surtees",
"Ferrari",
"6",
"Engine",
"3"
],
[
"17",
"Trevor Taylor",
"BRP - BRM",
"6",
"Accident",
"12"
],
[
"18",
"Jo Siffert",
"Brabham - BRM",
"4",
"Clutch",
"17"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Estudiantes de La Plata\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, A2:A6=\"Estudiantes de La Plata\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many times did estudiantes de la plata participate in 2008 suruga bank championship",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"\"Estudiantes de La Plata\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"First Round eliminated by Estudiantes\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"First Round eliminated by Estudiantes\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How did the team which was first round eliminated by estudiantes do in 2008 recopa sudamericana",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"First Round eliminated by Estudiantes\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"First Round eliminated by Estudiantes\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"First Round eliminated by Estudiantes\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "how many teams were first round eliminated by estudiantes in 2008 copa sudamericana",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"First Round eliminated by Estudiantes\"",
"2"
]
}
] | train_1-18027411-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team / Competition",
"2008 Suruga Bank Championship",
"2008 Recopa Sudamericana",
"2008 Copa Sudamericana",
"2009 Copa Libertadores"
],
[
"2",
"Argentinos Juniors",
"did not play",
"did not play",
"Semifinals eliminated by Estudiantes",
"did not qualify"
],
[
"3",
"Arsenal de Sarandí",
"Champions defeated Gamba Osaka",
"Runner up lost to Boca Juniors",
"Round of 16 eliminated by Estudiantes",
"did not qualify"
],
[
"4",
"Boca Juniors",
"did not play",
"Champions defeated Arsenal de Sarandí",
"Quarterfinals eliminated by Internacional",
"Round of 16 eliminated by Defensor Sporting"
],
[
"5",
"Estudiantes de La Plata",
"did not play",
"did not play",
"Runner up lost to Internacional",
"Champions defeated Cruzeiro"
],
[
"6",
"Independiente",
"did not play",
"did not play",
"First Round eliminated by Estudiantes",
"did not qualify"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=-25),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,G2:G17=-25),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"-",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the number of losses for the team with a points difference of -25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"-",
"25",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=-210),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,G2:G17=-210),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"-",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the number of draws for the team with a points difference of -210?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"-",
"210",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=615),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,F2:F17=615),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the points difference for the team that has allowed 615 points against?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"615",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(C1=0)*(H1=33)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(C2:C17=0)*(H2:H17=33)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the number of matches played for the team with 0 draws and 33 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"0",
"*",
"H1",
"=",
"33",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(C1=2)*(E1=577)),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(C2:C17=2)*(E2:E17=577)),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the number of points for the team with 2 matches drawn and 577 points for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"2",
"*",
"E1",
"=",
"577",
"8"
]
}
] | test_2-1676073-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Club",
"Played",
"Drawn",
"Lost",
"Points for",
"Points against",
"Points difference",
"Points"
],
[
"2",
"Club",
"Played",
"Drawn",
"Lost",
"Points for",
"Points against",
"Points difference",
"Points"
],
[
"3",
"Neath RFC",
"26",
"2",
"7",
"704",
"473",
"+231",
"53"
],
[
"4",
"Ebbw Vale RFC",
"26",
"3",
"7",
"557",
"503",
"+54",
"51"
],
[
"5",
"Newport RFC",
"26",
"2",
"8",
"619",
"480",
"+139",
"50"
],
[
"6",
"Pontypridd RFC",
"26",
"1",
"9",
"543",
"504",
"+39",
"49"
],
[
"7",
"Llanelli RFC",
"26",
"2",
"12",
"629",
"509",
"+120",
"38"
],
[
"8",
"Glamorgan Wanderers RFC",
"26",
"2",
"12",
"577",
"602",
"-25",
"38"
],
[
"9",
"Aberavon RFC",
"26",
"2",
"12",
"603",
"615",
"-12",
"38"
],
[
"10",
"Cardiff RFC",
"26",
"1",
"13",
"601",
"580",
"+21",
"37"
],
[
"11",
"Swansea RFC",
"26",
"0",
"14",
"487",
"611",
"-124",
"36"
],
[
"12",
"Bedwas RFC",
"26",
"1",
"14",
"446",
"524",
"-78",
"34"
],
[
"13",
"Bridgend Ravens",
"26",
"0",
"15",
"461",
"508",
"-47",
"33"
],
[
"14",
"Maesteg RFC",
"26",
"0",
"16",
"531",
"596",
"-65",
"30"
],
[
"15",
"Cross Keys RFC",
"26",
"2",
"15",
"485",
"528",
"-43",
"29"
],
[
"16",
"Llandovery RFC",
"26",
"0",
"19",
"482",
"692",
"-210",
"21"
],
[
"17",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18",
"Correct as of 2007-04-18"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"pg\")*(F1=\"vcu\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,(D2:D18=\"pg\")*(F2:F18=\"vcu\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the PG position from VCU?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"pg\"",
"*",
"F1",
"=",
"\"vcu\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=55),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=55),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What years did jersey number 55 play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"55",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"notre dame\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,F2:F18=\"notre dame\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the Jersey numbers for Notre Dame?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"notre dame\"",
"3"
]
}
] | train_2-16772687-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Nationality",
"Jersey Number(s)",
"Position",
"Years",
"From"
],
[
"2",
"Al Hairston Category:Articles with hCards",
"United States",
"25",
"PG",
"1968 – 1969",
"Bowling Green State"
],
[
"3",
"Lars Hansen Category:Articles with hCards",
"Denmark Canada",
"22",
"C",
"1978–1979",
"Washington"
],
[
"4",
"Bill Hanzlik Category:Articles with hCards",
"United States",
"22",
"SG / SF",
"1980 – 1982",
"Notre Dame"
],
[
"5",
"Art Harris Category:Articles with hCards",
"United States",
"12",
"G",
"1968 – 1969",
"Stanford"
],
[
"6",
"Antonio Harvey Category:Articles with hCards",
"United States",
"24, 4",
"Power forward / Center",
"1996–1997 2001",
"Pfeiffer"
],
[
"7",
"Joe Hassett Category:Articles with hCards",
"United States",
"10",
"SG",
"1977 – 1978",
"Providence"
],
[
"8",
"Steve Hawes Category:Articles with hCards",
"United States",
"10",
"C",
"1983 – 1984",
"Washington"
],
[
"9",
"Hersey Hawkins Category:Articles with hCards",
"United States",
"33",
"SG",
"1995 – 1998",
"Bradley"
],
[
"10",
"Steve Hayes Category:Articles with hCards",
"United States",
"41",
"C",
"1983–1984",
"Idaho State"
],
[
"11",
"^ Spencer Haywood Category:Articles with hCards",
"United States",
"24",
"PF / C",
"1970 – 1975",
"Detroit"
],
[
"12",
"Gar Heard Category:Articles with hCards",
"United States",
"40",
"PF",
"1970 – 1972",
"Oklahoma"
],
[
"13",
"Gerald Henderson Category:Articles with hCards",
"United States",
"15",
"PG",
"1984 – 1986",
"VCU"
],
[
"14",
"Rod Higgins Category:Articles with hCards",
"United States",
"55",
"PF / C",
"1985",
"Fresno State"
],
[
"15",
"Armond Hill Category:Articles with hCards",
"United States",
"24",
"PG",
"1980 – 1982",
"Princeton"
],
[
"16",
"Byron Houston Category:Articles with hCards",
"United States",
"21",
"PF",
"1994–1995",
"Oklahoma State"
],
[
"17",
"Stephen Howard Category:Articles with hCards",
"United States",
"44",
"PF",
"1997–1998",
"DePaul"
],
[
"18",
"John Hummer Category:Articles with hCards",
"United States",
"14, 42",
"PF / C",
"1974 – 1976",
"Princeton"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"south africa\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"south africa\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place is South Africa?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"south africa\"",
"1"
]
}
] | train_2-16514480-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Nick Faldo",
"England",
"69-67-73-67=276",
"–12",
"450,000"
],
[
"3",
"2",
"Greg Norman",
"Australia",
"63-69-71-78=281",
"–7",
"270,000"
],
[
"4",
"3",
"Phil Mickelson",
"United States",
"65-73-72-72=282",
"–6",
"170,000"
],
[
"5",
"4",
"Frank Nobilo",
"New Zealand",
"71-71-72-69=283",
"–5",
"120,000"
],
[
"6",
"T5",
"Scott Hoch",
"United States",
"67-73-73-71=284",
"–4",
"95,000"
],
[
"7",
"T5",
"Duffy Waldorf",
"United States",
"72-71-69-72=284",
"–4",
"95,000"
],
[
"8",
"T7",
"Davis Love III",
"United States",
"72-71-74-68=285",
"–3",
"77,933"
],
[
"9",
"T7",
"Jeff Maggert",
"United States",
"71-73-72-69=285",
"–3",
"77,933"
],
[
"10",
"T7",
"Corey Pavin",
"United States",
"75-66-73-71=285",
"–3",
"77,933"
],
[
"11",
"T10",
"David Frost",
"South Africa",
"70-68-74-74=286",
"–2",
"65,000"
],
[
"12",
"T10",
"Scott McCarron",
"United States",
"70-70-72-74=286",
"–2",
"65,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=1972),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=1972),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what is the country for the 1972 winter olympics?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"1972",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1976),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=1976),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what is the winter olympics year when the fis nordic world ski championships is 1976?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"1976",
"3"
]
},
{
"Formula": "MIN(FILTER(C1, D1=1976))",
"Formula2": "MIN(FILTER(C2:C6, D2:D6=1976))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the earliest winter olympics when the fis nordic world ski championships is 1976?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"=",
"1976"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"soviet union\")*(E1=\"1970, 1979\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"soviet union\")*(E2:E6=\"1970, 1979\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the winter olympics when the country is soviet union and holmenkollen is 1970, 1979?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"soviet union\"",
"*",
"E1",
"=",
"\"1970, 1979\"",
"3"
]
}
] | train_2-174491-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Winner",
"Country",
"Winter Olympics",
"FIS Nordic World Ski Championships",
"Holmenkollen"
],
[
"2",
"Ljubov Kozyreva",
"Soviet Union",
"1956",
"1954, 1956",
"1955"
],
[
"3",
"Klavdija Bojarskikh",
"Soviet Union",
"1964",
"1964, 1966",
"1965, 1966"
],
[
"4",
"Toini Gustafsson",
"Sweden",
"1968",
"1968",
"1960, 1967, 1968"
],
[
"5",
"Galina Kulakova",
"Soviet Union",
"1972",
"1972, 1974",
"1970, 1979"
],
[
"6",
"Raisa Smetanina",
"Soviet Union",
"1976",
"1976",
"1975"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"danny edwards\")",
"Formula2": "SUMIFS(D2:D17,B2:B17,\"danny edwards\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the total score of Danny Edwards?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"danny edwards\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"australia\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=70))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E17,C2:C17=\"australia\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=70))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Where was the place in Australia that had a score of 70?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"australia\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"70"
]
}
] | train_2-12819742-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Bruce Devlin",
"Australia",
"70",
"–2"
],
[
"3",
"T1",
"Bill Rogers",
"United States",
"70",
"–2"
],
[
"4",
"T3",
"Bobby Clampett",
"United States",
"71",
"–1"
],
[
"5",
"T3",
"Terry Diehl",
"United States",
"71",
"–1"
],
[
"6",
"T3",
"Danny Edwards",
"United States",
"71",
"–1"
],
[
"7",
"T3",
"Jim King",
"United States",
"71",
"–1"
],
[
"8",
"T3",
"Calvin Peete",
"United States",
"71",
"–1"
],
[
"9",
"T8",
"Butch Baird",
"United States",
"72",
"E"
],
[
"10",
"T8",
"George Burns",
"United States",
"72",
"E"
],
[
"11",
"T8",
"Lyn Lott",
"United States",
"72",
"E"
],
[
"12",
"T8",
"Andy North",
"United States",
"72",
"E"
],
[
"13",
"T8",
"Dan Pohl",
"United States",
"72",
"E"
],
[
"14",
"T8",
"Ron Streck",
"United States",
"72",
"E"
],
[
"15",
"T8",
"Jim Thorpe",
"United States",
"72",
"E"
],
[
"16",
"T8",
"Tom Watson",
"United States",
"72",
"E"
],
[
"17",
"T8",
"Fuzzy Zoeller",
"United States",
"72",
"E"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (F1=5)*(C1>43)))",
"Formula2": "AVERAGE(FILTER(D2:D13, (F2:F13=5)*(C2:C13>43)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the average Played for a draw of 5 and more than 43 points?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"F1",
"=",
"5",
"*",
"C1",
">",
"43"
]
}
] | train_2-18314162-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Pos.",
"Club",
"Points",
"Played",
"Wins",
"Draw",
"Lost"
],
[
"2",
"1",
"Stade Tunisien",
"58",
"22",
"16",
"4",
"1"
],
[
"3",
"2",
"Espérance de Tunis",
"55",
"22",
"13",
"7",
"2"
],
[
"4",
"3",
"Etoile Sportive du Sahel (ESS)",
"51",
"22",
"14",
"1",
"7"
],
[
"5",
"4",
"Club Africain",
"47",
"22",
"9",
"7",
"6"
],
[
"6",
"5",
"Jeunesse Sportive Methouienne",
"47",
"22",
"8",
"9",
"5"
],
[
"7",
"6",
"Club Sportif de Hammam-Lif",
"43",
"22",
"8",
"5",
"9"
],
[
"8",
"7",
"Union Sportive de Ferryville",
"43",
"22",
"7",
"7",
"8"
],
[
"9",
"8",
"Club Athlétique Bizertin",
"41",
"22",
"7",
"5",
"10"
],
[
"10",
"9",
"Olympique Tunisien",
"41",
"22",
"7",
"5",
"10"
],
[
"11",
"10",
"Club Tunisien",
"39",
"22",
"5",
"7",
"10"
],
[
"12",
"11",
"Patriote Football Club de Bizerte",
"37",
"22",
"4",
"7",
"11"
],
[
"13",
"12",
"Sfax Railways Sports",
"24",
"22",
"1",
"2",
"19"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"antwerp, belgium\")*(D1=\"2nd\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A7, (C2:C7=\"antwerp, belgium\")*(D2:D7=\"2nd\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years did the team place 2nd in Antwerp, Belgium?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"\"antwerp, belgium\"",
"*",
"D1",
"=",
"\"2nd\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1<1991),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7<1991),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the name of the venue that was used before 1991?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"1991",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, (D1=\"2nd\")*(C1=\"auckland, new zealand\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A7, (D2:D7=\"2nd\")*(C2:C7=\"auckland, new zealand\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years did the team place 2nd in Auckland, New Zealand?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"\"2nd\"",
"*",
"C1",
"=",
"\"auckland, new zealand\""
]
}
] | train_2-12736407-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Tournament",
"Venue",
"Result",
"Extra"
],
[
"2",
"1988",
"World Cross Country Championships",
"Auckland , New Zealand",
"2nd",
"Team competition"
],
[
"3",
"1991",
"World Cross Country Championships",
"Antwerp , Belgium",
"7th",
"Long race"
],
[
"4",
"1991",
"World Cross Country Championships",
"Antwerp , Belgium",
"2nd",
"Team competition"
],
[
"5",
"1995",
"World Cross Country Championships",
"Durham , England",
"27th",
"Long race"
],
[
"6",
"1995",
"World Cross Country Championships",
"Durham , England",
"5th",
"Team competition"
],
[
"7",
"1996",
"World Cross Country Championships",
"Stellenbosch , South Africa",
"3rd",
"Team competition"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=295))",
"Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=295))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which country had a total of 295?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"295"
]
}
] | train_2-17991748-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Tiger Woods",
"United States",
"2000",
"285",
"+1",
"T4"
],
[
"3",
"Nick Faldo",
"England",
"1987 , 1990 , 1992",
"287",
"+3",
"T8"
],
[
"4",
"Greg Norman",
"Australia",
"1986 , 1993",
"290",
"+6",
"T18"
],
[
"5",
"Tom Watson",
"United States",
"1975 , 1977 , 1980 , 1982 , 1983",
"290",
"+6",
"T18"
],
[
"6",
"Ernie Els",
"South Africa",
"2002",
"290",
"+6",
"T18"
],
[
"7",
"Nick Price",
"Zimbabwe",
"1994",
"292",
"+8",
"T28"
],
[
"8",
"Tom Lehman",
"United States",
"1996",
"295",
"+11",
"T46"
],
[
"9",
"Mark O'Meara",
"United States",
"1998",
"298",
"+14",
"T65"
],
[
"10",
"John Daly",
"United States",
"1995",
"303",
"+19",
"T72"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Ike Skelton\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Ike Skelton\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election featuring ike skelton?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Ike Skelton\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Ike Skelton\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Ike Skelton\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district is incumbent ike skelton from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Ike Skelton\"",
"1"
]
},
{
"Formula": "MINIFS(D1,B1,\"Ike Skelton\")",
"Formula2": "MINIFS(D2:D7,B2:B7,\"Ike Skelton\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What year was ike skelton first elected?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"Ike Skelton\""
]
}
] | test_1-1341604-26 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Missouri 1",
"Bill Clay",
"Democratic",
"1968",
"Re-elected",
"Bill Clay (D) 66.1% Bill White (R) 33.9%"
],
[
"3",
"Missouri 3",
"Dick Gephardt",
"Democratic",
"1976",
"Re-elected",
"Dick Gephardt (D) 77.9% Richard Foristel (R) 22.1%"
],
[
"4",
"Missouri 4",
"Ike Skelton",
"Democratic",
"1976",
"Re-elected",
"Ike Skelton (D) 54.8% Wendell Bailey (R) 45.2%"
],
[
"5",
"Missouri 4",
"Wendell Bailey Redistricted from the 8th district",
"Republican",
"1980",
"Lost re-election Republican loss",
"Ike Skelton (D) 54.8% Wendell Bailey (R) 45.2%"
],
[
"6",
"Missouri 7",
"Gene Taylor",
"Republican",
"1972",
"Re-elected",
"Gene Taylor (R) 50.5% David A. Geisler (D) 49.5%"
],
[
"7",
"Missouri 8",
"Bill Emerson Redistricted from the 10th district",
"Republican",
"1980",
"Re-elected",
"Bill Emerson (R) 53.1% Jerry Ford (D) 46.9%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"f\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"f\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Average has a Band of f?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"f\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"9/9\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"9/9\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Band has a Ratio of 9/9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"9/9\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"8/9\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"8/9\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Ratio as % has a Ratio of 8/9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"8/9\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"100%\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"100%\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Value has a Ratio as % of 100%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"100%\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"78%\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"78%\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Ratio has a Ratio as % of 78%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"78%\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"13/9\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"13/9\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Band has a Ratio of 13/9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"13/9\"",
"1"
]
}
] | train_2-156661-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Band",
"Value",
"Ratio",
"Ratio as %",
"Average"
],
[
"2",
"A",
"up to £40,000",
"6/9",
"67%",
"£845"
],
[
"3",
"B",
"£40,001 to £52,000",
"7/9",
"78%",
"£986"
],
[
"4",
"C",
"£52,001 to £68,000",
"8/9",
"89%",
"£1,127"
],
[
"5",
"D",
"£68,001 to £88,000",
"9/9",
"100%",
"£1,268"
],
[
"6",
"E",
"£88,001 to £120,000",
"11/9",
"122%",
"£1,550"
],
[
"7",
"F",
"£120,001 to £160,000",
"13/9",
"144%",
"£1,832"
],
[
"8",
"G",
"£160,001 to £320,000",
"15/9",
"167%",
"£2,113"
],
[
"9",
"H",
"£320,001 and above",
"18/9",
"200%",
"£2,536"
]
] |
[
{
"Formula": "MIN(FILTER(B1,(D1=\"sultan ismail\")*(C1>27)))",
"Formula2": "MIN(FILTER(B2:B9,(D2:D9=\"sultan ismail\")*(C2:C9>27)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "When is the earliest began operation with a length of sultan ismail and over 27 stations?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"D1",
"=",
"\"sultan ismail\"",
"*",
"C1",
">",
"27"
]
},
{
"Formula": "AVERAGE(FILTER(B1,(D1=\"ampang\")*(C1>27)))",
"Formula2": "AVERAGE(FILTER(B2:B9,(D2:D9=\"ampang\")*(C2:C9>27)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average operation beginning with a length of ampang and over 27 stations?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"D1",
"=",
"\"ampang\"",
"*",
"C1",
">",
"27"
]
}
] | dev_2-11309475-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Line",
"Began operation",
"Stations",
"Length (km)",
"Terminals"
],
[
"2",
"1 September 1998",
"24",
"29",
"Kelana Jaya",
"Gombak"
],
[
"3",
"Due 2014",
"13",
"17",
"Kelana Jaya",
"Putra Heights"
],
[
"4",
"16 December 1995",
"25",
"27",
"Ampang",
"Sultan Ismail"
],
[
"5",
"11 July 1998",
"25",
"27",
"Chan Sow Lin",
"Sri Petaling"
],
[
"6",
"6 December 1998",
"25",
"27",
"Sultan Ismail",
"Sentul Timur"
],
[
"7",
"Due 2014",
"13",
"17.7",
"Sri Petaling",
"Putra Heights"
],
[
"8",
"31 August 2003",
"11",
"8.6",
"KL Sentral",
"Titiwangsa"
],
[
"9",
"Due 2016",
"31",
"51",
"Sungai Buloh",
"Kajang"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Milwaukee\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the record for milwaukee",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Milwaukee\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"10-14\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,I2:I14=\"10-14\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the location attendance for 10-14",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"10-14\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 8\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"December 8\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the record for december 8",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"December 8\"",
"9"
]
}
] | train_1-23248940-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",
"17",
"December 1",
"Boston",
"L 90–108 (OT)",
"Nazr Mohammed (16)",
"Gerald Wallace (8)",
"Raymond Felton (5)",
"Time Warner Cable Arena 15,129",
"7-10"
],
[
"3",
"18",
"December 4",
"@ New Jersey",
"L 91–97 (OT)",
"Stephen Jackson , Raymond Felton (28)",
"Gerald Wallace (20)",
"Boris Diaw (6)",
"Izod Center 12,131",
"7-11"
],
[
"4",
"19",
"December 5",
"Philadelphia",
"W 106–105 (OT)",
"Boris Diaw (28)",
"Gerald Wallace (14)",
"Raymond Felton (8)",
"Time Warner Cable Arena 13,352",
"8-11"
],
[
"5",
"20",
"December 8",
"Denver",
"W 107–95 (OT)",
"Stephen Jackson , Gerald Wallace (25)",
"Gerald Wallace (16)",
"Stephen Jackson (6)",
"Time Warner Cable Arena 14,127",
"9-11"
],
[
"6",
"21",
"December 11",
"@ San Antonio",
"L 85–104 (OT)",
"Stephen Jackson (23)",
"Gerald Wallace (6)",
"Raymond Felton (5)",
"AT&T Center 17,508",
"9-12"
],
[
"7",
"22",
"December 12",
"@ Dallas",
"L 97–98 (OT)",
"Stephen Jackson (28)",
"Gerald Wallace (16)",
"Raymond Felton (8)",
"American Airlines Center 20,151",
"9-13"
],
[
"8",
"23",
"December 15",
"New York",
"W 94–87 (OT)",
"Stephen Jackson (24)",
"Tyson Chandler (12)",
"Raymond Felton (6)",
"Time Warner Cable Arena 13,606",
"10-13"
],
[
"9",
"24",
"December 16",
"@ Indiana",
"L 98–101 (OT)",
"Gerald Wallace (29)",
"Tyson Chandler (13)",
"D.J. Augustin (6)",
"Conseco Fieldhouse 11,888",
"10-14"
],
[
"10",
"25",
"December 19",
"Utah",
"L 102–110 (OT)",
"Gerald Wallace (30)",
"Gerald Wallace (13)",
"Gerald Wallace , Boris Diaw (5)",
"Time Warner Cable Arena 14,963",
"10-15"
],
[
"11",
"26",
"December 20",
"@ New York",
"L 94–98 (OT)",
"Raymond Felton (27)",
"Tyson Chandler (14)",
"Raymond Felton (7)",
"Madison Square Garden 18,767",
"10-16"
],
[
"12",
"27",
"December 22",
"Detroit",
"W 88–76 (OT)",
"Gerald Wallace (29)",
"Gerald Wallace (12)",
"Raymond Felton (8)",
"Time Warner Cable Arena 16,864",
"11-16"
],
[
"13",
"28",
"December 26",
"@ Oklahoma City",
"L 91–98 (OT)",
"Stephen Jackson (24)",
"Stephen Jackson , Nazr Mohammed (8)",
"Stephen Jackson , Raymond Felton (5)",
"Ford Center 17,961",
"11-17"
],
[
"14",
"29",
"December 28",
"Milwaukee",
"W 94–84 (OT)",
"Gerald Wallace (21)",
"Gerald Wallace (14)",
"Boris Diaw (5)",
"Time Warner Cable Arena 15,473",
"12-17"
]
] |
[
{
"Formula": "FILTER(E1,A1=\"dominique wilkins\")",
"Formula2": "FILTER(E2:E16,A2:A16=\"dominique wilkins\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What School/Club did Dominique Wilkins play for?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"dominique wilkins\""
]
}
] | dev_2-15621965-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years in Orlando",
"School/Club Team"
],
[
"2",
"Von Wafer",
"United States",
"Guard",
"2012",
"Florida State"
],
[
"3",
"Ben Wallace",
"United States",
"Forward-Center",
"1999–2000",
"Virginia Union"
],
[
"4",
"Spud Webb",
"United States",
"Guard",
"1997–1998",
"NC State"
],
[
"5",
"Chris Whitney",
"United States",
"Guard",
"2002–2003",
"Clemson"
],
[
"6",
"Morlon Wiley",
"United States",
"Guard",
"1989–1991",
"Long Beach State"
],
[
"7",
"Dominique Wilkins",
"United States",
"Guard-Forward",
"1998–1999",
"Georgia"
],
[
"8",
"Gerald Wilkins",
"United States",
"Guard-Forward",
"1996–1999",
"Tennessee-Chattanooga"
],
[
"9",
"Mike Wilks",
"United States",
"Guard",
"2008–2009",
"Rice"
],
[
"10",
"Jason Williams",
"United States",
"Guard",
"2009–2010",
"Florida"
],
[
"11",
"Lorenzo Williams",
"United States",
"Forward-Center",
"1992–1993",
"Stetson"
],
[
"12",
"Monty Williams",
"United States",
"Forward",
"1999–2002",
"Notre Dame"
],
[
"13",
"Shammond Williams",
"United States",
"Guard",
"2003–2004",
"North Carolina"
],
[
"14",
"Joe Wolf",
"United States",
"Forward-Center",
"1995–1996",
"North Carolina"
],
[
"15",
"Howard Wright",
"United States",
"Forward",
"1990–1991",
"Stanford"
],
[
"16",
"Howard Wright",
"United States",
"Forward",
"1992–1993",
"Stanford"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"may 27, 2009 (hc) may 20, 2009 (tpb)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"may 27, 2009 (hc) may 20, 2009 (tpb)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What cover has a published date of May 27, 2009 (hc) May 20, 2009 (tpb)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"may 27, 2009 (hc) may 20, 2009 (tpb)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the number of the volume that has an ISBN of 978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-523-0 (tpb)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-523-0 (tpb)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the series with an ISBN of 978-1-59582-523-0 (tpb)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"978-1-59582-523-0 (tpb)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What volume number has the ISBN of 978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"978-1-59582-712-8 (hc) 978-1-59582-713-5 (tpb)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"conan the barbarian\")*(C1=\"queen of the black coast\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(B2:B19=\"conan the barbarian\")*(C2:C19=\"queen of the black coast\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the ISBN of the Conan the Barbarian series that has the title of Queen of the Black Coast?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"conan the barbarian\"",
"*",
"C1",
"=",
"\"queen of the black coast\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"throne of aquilonia\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,C2:C19=\"throne of aquilonia\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What cover has Throne of Aquilonia as the title?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"throne of aquilonia\"",
"4"
]
}
] | train_2-15338781-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Volume",
"Series",
"Title",
"Cover",
"Published",
"ISBN"
],
[
"2",
"0",
"Conan",
"Born on the Battlefield",
"Greg Ruth",
"May 21, 2008 (HC) June 18, 2008 (TPB)",
"978-1-59307-980-2 (HC) 978-1-59307-981-9 (TPB)"
],
[
"3",
"1",
"Conan",
"The Frost Giant's Daughter and other stories",
"Cary Nord",
"March 30, 2005 (HC) March 30, 2005 (TPB)",
"978-1-59307-324-4 (HC) 978-1-59307-301-5 (TPB)"
],
[
"4",
"2",
"Conan",
"The God in the Bowl and other stories",
"Cary Nord",
"September 28, 2005 (HC) October 05, 2005 (TPB)",
"978-1-59307-440-1 (HC) 978-1-59307-403-6 (TPB)"
],
[
"5",
"3",
"Conan",
"The Tower of the Elephant and other stories",
"Cary Nord",
"May 17, 2006 (HC) June 21, 2006 (TPB)",
"978-1-59307-576-7 (HC) 978-1-59307-547-7 (TPB)"
],
[
"6",
"4",
"Conan",
"The Hall of the Dead and other stories",
"Cary Nord",
"May 30, 2007 (HC) June 13, 2007 (TPB)",
"978-1-59307-796-9 (HC) 978-1-59307-775-4 (TPB)"
],
[
"7",
"5",
"Conan",
"Rogues in the House and other stories",
"Cary Nord",
"March 26, 2008 (HC) March 26, 2008 (TPB)",
"978-1-59307-941-3 (HC) 978-1-59307-903-1 (TPB)"
],
[
"8",
"6",
"Conan",
"The Hand of Nergal",
"Tomàs Giorello",
"September 17, 2008 (HC) September 17, 2008 (TPB)",
"978-1-59582-179-9 (HC) 978-1-59582-178-2 (TPB)"
],
[
"9",
"7",
"Conan the Cimmerian",
"Cimmeria",
"Tomàs Giorello",
"May 27, 2009 (HC) May 20, 2009 (TPB)",
"978-1-59582-341-0 (HC) 978-1-59582-283-3 (TPB)"
],
[
"10",
"8",
"Conan the Cimmerian",
"Black Colossus",
"Tomàs Giorello",
"April 28, 2010 (HC) June 02, 2010 (TPB)",
"978-1-59582-507-0 (HC) 978-1-59582-533-9 (TPB)"
],
[
"11",
"9",
"Conan the Cimmerian",
"Free Companions",
"Tomàs Giorello",
"November 10, 2010 (HC) March 09, 2011 (TPB)",
"978-1-59582-592-6 (HC) 978-1-59582-623-7 (TPB)"
],
[
"12",
"10",
"Conan the Cimmerian",
"Iron Shadows in the Moon and other stories",
"Cary Nord",
"April 6, 2011 (HC) May 4, 2011 (TPB)",
"978-1-59582-712-8 (HC) 978-1-59582-713-5 (TPB)"
],
[
"13",
"11",
"Conan: Road of Kings",
"Road of Kings",
"Doug Wheatley",
"February 1, 2012 (HC) June 27, 2012 (TPB)",
"978-1-59582-817-0 (HC) 978-1-59582-824-8 (TPB)"
],
[
"14",
"12",
"Conan: Road of Kings",
"Throne of Aquilonia",
"Aleksi Briclot",
"July 25, 2012 (HC) January 16, 2013 (TPB)",
"978-1-59582-904-7 (HC) 978-1-59582-905-4 (TPB)"
],
[
"15",
"13",
"Conan the Barbarian",
"Queen of the Black Coast",
"Massimo Carnevale",
"January 9, 2013 (HC) June 19, 2013 (TPB)",
"978-1-61655-042-4 (HC) 978-1-61655-043-1 (TPB)"
],
[
"16",
"14",
"Conan the Barbarian",
"The Death",
"Massimo Carnevale",
"July 17, 2013 (HC) December 18, 2013 (TPB)",
"978-1-61655-122-3 (HC) 978-1-61655-123-0 (TPB)"
],
[
"17",
"15",
"Conan the Barbarian",
"The Nightmare of the Shallows",
"Massimo Carnevale",
"January 22, 2014 (HC)",
"978-1-61655-233-6 (HC)"
],
[
"18",
"—",
"Conan",
"The Blood-Stained Crown and other stories",
"Cary Nord",
"January 30, 2008 (TPB)",
"978-1-59307-886-7 (TPB)"
],
[
"19",
"—",
"Conan / Conan the Cimmerian",
"The Spear and other stories",
"Cary Nord",
"June 16, 2010 (TPB)",
"978-1-59582-523-0 (TPB)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard (i)\")*(B1=\"28 january 2003\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"hard (i)\")*(B2:B6=\"28 january 2003\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Outcome has a Surface of hard (i), and a Date of 28 january 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"hard (i)\"",
"*",
"B1",
"=",
"\"28 january 2003\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(D1=\"hard (i)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(D2:D6=\"hard (i)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Tournament has an Outcome of winner, and a Surface of hard (i)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"winner\"",
"*",
"D1",
"=",
"\"hard (i)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–1, 6–2\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"6–1, 6–2\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Date has a Score of 6–1, 6–2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"6–1, 6–2\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"oleksandra kravets\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"oleksandra kravets\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Surface has an Opponent of oleksandra kravets?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"oleksandra kravets\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"3 october 2003\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"3 october 2003\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Surface has a Date of 3 october 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"3 october 2003\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6–4, 6–2\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"6–4, 6–2\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Surface has a Score of 6–4, 6–2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"6–4, 6–2\"",
"4"
]
}
] | train_2-15272585-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Runner-up",
"28 January 2003",
"Tipton",
"Hard (i)",
"Matea Mezak",
"6–4, 4–6, 4–6"
],
[
"3",
"Winner",
"29 June 2003",
"Mont-de-Marsan",
"Hard (i)",
"Oleksandra Kravets",
"6–4, 6–2"
],
[
"4",
"Runner-up",
"3 October 2003",
"Latina",
"Clay",
"Roberta Vinci",
"3–6, 4–6"
],
[
"5",
"Runner-up",
"8 November 2005",
"Pittsburgh",
"Hard",
"Lilia Osterloh",
"6–7, 4–6"
],
[
"6",
"Winner",
"6 June 2006",
"Cuneo , Italy",
"Clay",
"Alice Canepa",
"6–1, 6–2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"18-50 .360\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"18-50 .360\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player has 18-50 .360 field goals?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"18-50 .360\"",
"1"
]
},
{
"Formula": "MAXIFS(E1,H1,\"129-3.9\")",
"Formula2": "MAXIFS(E2:E13,H2:H13,\"129-3.9\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the most assists for points 129-3.9?",
"Tokens": [
"MAXIFS(",
"E1",
"H1",
"\"129-3.9\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"18-50 .360\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"18-50 .360\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player has 18-50 .360 field goals?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"18-50 .360\"",
"1"
]
}
] | train_1-22875514-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Field Goals",
"Three Pointers",
"Free Throws",
"Assists",
"Steals",
"Rebounds",
"Points"
],
[
"2",
"Lacey",
"163-369 .442",
"53-142 .373",
"94-107 .879",
"187",
"39",
"148-4.9",
"473-15.8"
],
[
"3",
"Bolte",
"136-348 .391",
"84-205 .410",
"37-42 .881",
"48",
"38",
"144-4.5",
"393-12.3"
],
[
"4",
"Prins",
"99-223 .444",
"27-67 .403",
"42-54 .778",
"14",
"3",
"113-4.2",
"167-9.9"
],
[
"5",
"Poppens",
"111-227 .489",
"0-1 .000",
"69-110 .627",
"22",
"19",
"238-7.2",
"291-8.8"
],
[
"6",
"Williams",
"63-157 .401",
"48-120 .400",
"20-23 .870",
"52",
"17",
"34-1.0",
"194-5.9"
],
[
"7",
"Zimmerman",
"58-113 .513",
"15-36 .417",
"25-37 .676",
"18",
"2",
"72-2.3",
"156-5.0"
],
[
"8",
"Stuckey",
"47-127 .370",
"15-46 .326",
"34-54 .630",
"68",
"41",
"200-6.1",
"143-4.3"
],
[
"9",
"Schroll",
"42-93 .452",
"2-12 .167",
"43-61 .705",
"17",
"7",
"110-3.3",
"129-3.9"
],
[
"10",
"Cole",
"18-50 .360",
"11-33 .333",
"15-27 .556",
"33",
"8",
"46-1.5",
"62-2.0"
],
[
"11",
"Mosman",
"6-19 .316",
"4-17 .235",
"5-8 .625",
"7",
"2",
"14-0.9",
"21-1.3"
],
[
"12",
"Florzak",
"3-9 .333",
"2-8 .250",
"8-8 1.000",
"0",
"3",
"7-0.5",
"16-1.1"
],
[
"13",
"Lightbourne",
"5-18 .278",
"0-0 .000",
"2-3 .667",
"3",
"1",
"17-1.1",
"12-0.8"
]
] |
[
{
"Formula": "FILTER(B1,A1=\"michael lee\")",
"Formula2": "FILTER(B2:B12,A2:A12=\"michael lee\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which position did Michael Lee play?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"michael lee\""
]
},
{
"Formula": "FILTER(D1,A1=\"serhiy alfyorov\")",
"Formula2": "FILTER(D2:D12,A2:A12=\"serhiy alfyorov\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the weight of Serhiy Alfyorov?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"serhiy alfyorov\""
]
},
{
"Formula": "FILTER(D1,E1=\"1980\")",
"Formula2": "FILTER(D2:D12,E2:E12=\"1980\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the weight of the person born in 1980?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"1980\""
]
},
{
"Formula": "FILTER(B1,(E1=\"1984\")*(C1=\"1.80\"))",
"Formula2": "FILTER(B2:B12,(E2:E12=\"1984\")*(C2:C12=\"1.80\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the position of the player born in 1984 with a height of 1.80m?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"1984\"",
"*",
"C1",
"=",
"\"1.80\""
]
},
{
"Formula": "FILTER(D1,C1=\"2.00\")",
"Formula2": "FILTER(D2:D12,C2:C12=\"2.00\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the weight of the player with a height of 2.00m?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"2.00\""
]
}
] | dev_2-18903697-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Pos.",
"Height",
"Weight",
"Born"
],
[
"2",
"Serhiy Alfyorov",
"PG",
"1.88",
"86",
"1984"
],
[
"3",
"Saša Vasiljević",
"PG",
"1.82",
"84",
"1979"
],
[
"4",
"Leonid Stefanishin",
"SF",
"2.00",
"84",
"1985"
],
[
"5",
"Yaroslav Zubrytsky",
"PF",
"2.02",
"108",
"1974"
],
[
"6",
"Ivan Shkurupiy",
"SF",
"1.97",
"100",
"1982"
],
[
"7",
"Michael Lee",
"PF",
"2.07",
"103",
"1986"
],
[
"8",
"Darrel Mitchell",
"PG",
"1.80",
"86",
"1984"
],
[
"9",
"Goran Ikonić",
"SG",
"1.96",
"90",
"1980"
],
[
"10",
"Vladan Vukosavljević",
"C",
"2.06",
"130",
"1984"
],
[
"11",
"Denis Ivanov",
"SG",
"1.97",
"87",
"1978"
],
[
"12",
"Head coach: Željko Lukajić",
"Head coach: Željko Lukajić",
"Head coach: Željko Lukajić",
"Head coach: Željko Lukajić",
"Head coach: Željko Lukajić"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=1999),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<33))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F10,A2:A10=1999),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<33))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which entrant had fewer than 33 points in 1999?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"1999",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"33"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which chassis had 16 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"16"
]
},
{
"Formula": "MINIFS(F1,D1,\"gc37-01 v10\")",
"Formula2": "MINIFS(F2:F10,D2:D10,\"gc37-01 v10\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which gc37-01 v10 engine has the fewest points?",
"Tokens": [
"MINIFS(",
"F1",
"D1",
"\"gc37-01 v10\""
]
}
] | test_2-1218394-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Tyres",
"Points"
],
[
"2",
"1998",
"Mild Seven Benetton",
"Benetton B198",
"GC37-01 V10",
"B",
"33"
],
[
"3",
"1998",
"Mild Seven Benetton",
"Benetton B198",
"GC37-01 V10",
"B",
"33"
],
[
"4",
"1998",
"Mild Seven Benetton",
"Benetton B198",
"GC37-01 V10",
"B",
"33"
],
[
"5",
"1999",
"Mild Seven Benetton",
"Benetton B199",
"FB01 V10",
"B",
"16"
],
[
"6",
"1999",
"Mild Seven Benetton",
"Benetton B199",
"FB01 V10",
"B",
"16"
],
[
"7",
"1999",
"Mild Seven Benetton",
"Benetton B199",
"FB01 V10",
"B",
"16"
],
[
"8",
"2000",
"Mild Seven Benetton",
"Benetton B200",
"FB02 V10",
"B",
"20"
],
[
"9",
"2000",
"Mild Seven Benetton",
"Benetton B200",
"FB02 V10",
"B",
"20"
],
[
"10",
"2000",
"Mild Seven Benetton",
"Benetton B200",
"FB02 V10",
"B",
"20"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"december 14, 1986\")*(E1<47096)))",
"Formula2": "SUM(FILTER(A2:A17, (B2:B17=\"december 14, 1986\")*(E2:E17<47096)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When was the last time, since December 14, 1986, that the attendance was lower than 47,096?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"december 14, 1986\"",
"*",
"E1",
"<",
"47096"
]
}
] | train_2-15378632-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 7, 1986",
"Miami Dolphins",
"W 50–28",
"57,726"
],
[
"3",
"2",
"September 14, 1986",
"at New York Giants",
"L 20–7",
"74,921"
],
[
"4",
"3",
"September 21, 1986",
"Washington Redskins",
"L 30–27",
"57,853"
],
[
"5",
"4",
"September 28, 1986",
"at Los Angeles Raiders",
"L 17–13",
"63,153"
],
[
"6",
"5",
"October 6, 1986",
"at Seattle Seahawks",
"L 33–7",
"63,207"
],
[
"7",
"6",
"October 12, 1986",
"Denver Broncos",
"L 31–14",
"55,662"
],
[
"8",
"7",
"October 19, 1986",
"at Kansas City Chiefs",
"L 42–41",
"55,767"
],
[
"9",
"8",
"October 26, 1986",
"at Philadelphia Eagles",
"L 23–7",
"41,469"
],
[
"10",
"9",
"November 2, 1986",
"Kansas City Chiefs",
"L 24–23",
"48,518"
],
[
"11",
"10",
"November 9, 1986",
"at Denver Broncos",
"W 9–3",
"75,012"
],
[
"12",
"11",
"November 16, 1986",
"Dallas Cowboys",
"L 24–21",
"55,622"
],
[
"13",
"12",
"November 20, 1986",
"Los Angeles Raiders",
"L 37–31",
"56,031"
],
[
"14",
"13",
"November 30, 1986",
"at Indianapolis Colts",
"W 17–3",
"47,950"
],
[
"15",
"14",
"December 7, 1986",
"Houston Oilers",
"W 27–0",
"40,103"
],
[
"16",
"15",
"December 14, 1986",
"Seattle Seahawks",
"L 34–24",
"47,096"
],
[
"17",
"16",
"December 21, 1986",
"at Cleveland Browns",
"L 47–17",
"68,505"
]
] |
[
{
"Formula": "MAX(FILTER(E1,(A1>43)*(C1=\"2-4\")))",
"Formula2": "MAX(FILTER(E2:E15,(A2:A15>43)*(C2:C15=\"2-4\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "After Match 43, what was the Attendance of the Match with a Score of 2-4?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
">",
"43",
"*",
"C1",
"=",
"\"2-4\""
]
}
] | dev_2-15994215-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Match No.",
"Home Team",
"Score",
"Away Team",
"Attendance"
],
[
"2",
"35",
"Consadole Sapporo",
"3-1 ( a.e.t. )",
"Nippon Steel Oita F.C.",
"2,353"
],
[
"3",
"36",
"Honda F.C.",
"1-0",
"Kochi University",
"605"
],
[
"4",
"37",
"Ehime F.C.",
"2-0",
"Biwako Seikei Sport College",
"1,504"
],
[
"5",
"38",
"Sagan Tosu",
"4-3",
"Ritsumeikan University",
"1,679"
],
[
"6",
"39",
"Montedio Yamagata",
"6-2",
"Mitsubishi Motors Mizushima F.C.",
"1,804"
],
[
"7",
"40",
"Shonan Bellmare",
"4-1",
"Kansai University",
"1,167"
],
[
"8",
"41",
"Thespa Kusatsu",
"3-0",
"F.C. Gifu",
"2,650"
],
[
"9",
"42",
"Tokushima Vortis",
"4-1",
"Miyazaki Sangyo-keiei University",
"831"
],
[
"10",
"43",
"Yokohama F.C.",
"0-1",
"Banditonce Kobe",
"2,011"
],
[
"11",
"44",
"Tokyo Verdy 1969",
"0-1",
"Tochigi S.C.",
"3,023"
],
[
"12",
"45",
"Vegalta Sendai",
"1-0",
"Rosso Kumamoto",
"6,007"
],
[
"13",
"46",
"Mito HollyHock",
"0-1",
"Shizuoka F.C.",
"1,016"
],
[
"14",
"47",
"Vissel Kobe",
"2-4",
"YKK AP F.C.",
"3,551"
],
[
"15",
"48",
"Kashiwa Reysol",
"3-0",
"Hosei University",
"2,752"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, (D1<9)*(E1=\"24th\")))",
"Formula2": "AVERAGE(FILTER(A2:A15, (D2:D15<9)*(E2:E15=\"24th\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the average Year that has Points that's smaller than 9 with a Rank of 24th?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"<",
"9",
"*",
"E1",
"=",
"\"24th\""
]
}
] | test_2-14861269-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Class",
"Team",
"Points",
"Rank",
"Wins"
],
[
"2",
"1975",
"350cc",
"Yamaha",
"3",
"36th",
"0"
],
[
"3",
"1976",
"250cc",
"Yamaha",
"4",
"26th",
"0"
],
[
"4",
"1976",
"350cc",
"Yamaha",
"6",
"24th",
"0"
],
[
"5",
"1976",
"500cc",
"Suzuki",
"9",
"25th",
"0"
],
[
"6",
"1977",
"500cc",
"Suzuki",
"3",
"27th",
"0"
],
[
"7",
"1978",
"500cc",
"Suzuki",
"15",
"13th",
"0"
],
[
"8",
"1979",
"500cc",
"Suzuki",
"50",
"6th",
"1"
],
[
"9",
"1980",
"500cc",
"Yamaha",
"10",
"14th",
"0"
],
[
"10",
"1981",
"500cc",
"Yamaha",
"64",
"6th",
"0"
],
[
"11",
"1982",
"500cc",
"Yamaha",
"23",
"12th",
"0"
],
[
"12",
"1983",
"500cc",
"Suzuki",
"17",
"11th",
"0"
],
[
"13",
"1984",
"500cc",
"Suzuki",
"25",
"8th",
"0"
],
[
"14",
"1985",
"500cc",
"Honda",
"18",
"10th",
"0"
],
[
"15",
"1986",
"500cc",
"Honda",
"8",
"12th",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"maite perroni\")*(A1<2009)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"maite perroni\")*(A2:A11<2009)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which category was Maite Perroni nominated for earlier than 2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"maite perroni\"",
"*",
"A1",
"<",
"2009",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tv adicto golden awards\")*(C1=\"female revelation\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"tv adicto golden awards\")*(C2:C11=\"female revelation\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what year was there an award for TV Adicto Golden Awards and the category Female Revelation?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"tv adicto golden awards\"",
"*",
"C1",
"=",
"\"female revelation\"",
"1"
]
}
] | train_2-17825020-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Award",
"Category",
"Nominated",
"Result"
],
[
"2",
"2008",
"TV Adicto Golden Awards",
"Female Revelation",
"Maite Perroni",
"Won"
],
[
"3",
"2008",
"TV Adicto Golden Awards",
"Male Revelation",
"William Levy",
"Won"
],
[
"4",
"2008",
"TV Adicto Golden Awards",
"Best Couple",
"Maite Perroni and William Levy",
"Won"
],
[
"5",
"2009",
"TVyNovelas Award",
"Best Telenovela of the Year",
"Nathalie Lartilleux",
"Nominated"
],
[
"6",
"2009",
"TVyNovelas Award",
"Best Young Lead Actress",
"Maite Perroni",
"Won"
],
[
"7",
"2009",
"TVyNovelas Award",
"Best First Actress",
"Helena Rojo",
"Won"
],
[
"8",
"2009",
"TVyNovelas Award",
"Best Original Story or Adaptation",
"Delia Fiallo",
"Nominated"
],
[
"9",
"2009",
"TVyNovelas Award",
"Best Direction",
"Víctor Manuel Fouilloux and Víctor Rodríguez",
"Nominated"
],
[
"10",
"2009",
"Premios Juventud",
"What a Hottie!",
"William Levy",
"Won"
],
[
"11",
"2009",
"Premios Juventud",
"Girl of my Dreams",
"Maite Perroni",
"Won"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"game 1\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"game 1\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Home Team has a Game of game 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"game 1\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"san francisco\")*(B1=\"april 22\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"san francisco\")*(B2:B6=\"april 22\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Game has a Home Team of san francisco, and a Date of april 22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"san francisco\"",
"*",
"B1",
"=",
"\"april 22\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"boston\")*(D1=\"124-101\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"boston\")*(D2:D6=\"124-101\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Road Team has a Home Team of boston, and a Result of 124-101?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"boston\"",
"*",
"D1",
"=",
"\"124-101\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"san francisco\")*(B1=\"april 22\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"san francisco\")*(B2:B6=\"april 22\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Game has a Home Team of san francisco, and a Date of april 22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"san francisco\"",
"*",
"B1",
"=",
"\"april 22\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"san francisco\")*(A1=\"game 2\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"san francisco\")*(A2:A6=\"game 2\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Result has a Road Team of san francisco, and a Game of game 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"san francisco\"",
"*",
"A1",
"=",
"\"game 2\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"124-101\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"124-101\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Home Team has a Result of 124-101?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"124-101\"",
"3"
]
}
] | train_2-17063996-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"Date",
"Home Team",
"Result",
"Road Team"
],
[
"2",
"Game 1",
"April 18",
"Boston",
"108-96",
"San Francisco"
],
[
"3",
"Game 2",
"April 20",
"Boston",
"124-101",
"San Francisco"
],
[
"4",
"Game 3",
"April 22",
"San Francisco",
"115-91",
"Boston"
],
[
"5",
"Game 4",
"April 24",
"San Francisco",
"95-98",
"Boston"
],
[
"6",
"Game 5",
"April 26",
"Boston",
"105-99",
"San Francisco"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"9-4-1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"9-4-1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the event where justin robbins had a record of 9-4-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"9-4-1\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"billy kidd\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,C2:C19=\"billy kidd\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the location where justin robbins fought against billy kidd?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"billy kidd\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"cage warriors 39\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,E2:E19=\"cage warriors 39\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the method of resolution for the fight at cage warriors 39?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"cage warriors 39\"",
"4"
]
}
] | train_2-17624425-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Location"
],
[
"2",
"Win",
"10-7-1",
"Declan Williams",
"Decision (unanimous)",
"Cage Warriors 39",
"3",
"Cork , Ireland"
],
[
"3",
"Loss",
"9-7-1",
"Mike Easton",
"Submission (guillotine choke)",
"UWC - Man \"O\" War",
"3",
"Virginia , United States"
],
[
"4",
"Loss",
"9-6-1",
"Zach Makovsky",
"Submission (rear naked choke)",
"Extreme Challenge - The War at the Shore",
"2",
"New Jersey , United States"
],
[
"5",
"Loss",
"9-5-1",
"Noah Thomas",
"Submission (rear naked choke)",
"ROF 33 - Adrenaline",
"1",
"New Jersey , United States"
],
[
"6",
"Win",
"9-4-1",
"Billy Kidd",
"Submission (rear naked choke)",
"CCCW - Capital City Cage Wars",
"1",
"Illinois , United States"
],
[
"7",
"Loss",
"8-4-1",
"Wilson Reis",
"Submission (rear naked choke)",
"EliteXC: Primetime",
"1",
"New Jersey , United States"
],
[
"8",
"Win",
"8-3-1",
"Jeff Hodges",
"Submission (arm triangle choke)",
"WC - Valhalla Rising",
"1",
"Illinois , United States"
],
[
"9",
"Loss",
"7-3-1",
"Antonio Banuelos",
"Decision (unanimous)",
"WEC 29",
"3",
"Nevada , United States"
],
[
"10",
"Win",
"7-2-1",
"Zach Jenkins",
"Decision (unanimous)",
"SC - Shootfighting Challenge",
"3",
"Illinois , United States"
],
[
"11",
"Win",
"6-2-1",
"Mustafa Hussaini",
"Decision (unanimous)",
"KOTC - Hard Knocks",
"N/A",
"Illinois , United States"
],
[
"12",
"Loss",
"5-2-1",
"Mike French",
"Decision (unanimous)",
"XFO 14 - Xtreme Fighting",
"3",
"Illinois , United States"
],
[
"13",
"Loss",
"5-1-1",
"Matt Fiordirosa",
"Submission (rear naked choke)",
"XFO 13 - Operation Beatdown",
"1",
"Illinois , United States"
],
[
"14",
"Draw",
"5-0-1",
"Elton Chavez",
"Draw",
"KOTC - Meltdown",
"2",
"Indiana , United States"
],
[
"15",
"Win",
"5-0",
"Zach Jenkins",
"Decision (unanimous)",
"SC - Shootfighting Challenge",
"3",
"Illinois , United States"
],
[
"16",
"Win",
"4-0",
"Tristan Yunker",
"Decision (unanimous)",
"SC - Shootfighting Challenge",
"3",
"Illinois , United States"
],
[
"17",
"Win",
"3-0",
"Mat Jagers",
"Submission (triangle choke)",
"KOTC - Redemption on the River",
"1",
"Illinois , United States"
],
[
"18",
"Win",
"2-0",
"Brad Hoxsey",
"TKO",
"SC - Shootfighting Challenge",
"1",
"Illinois , United States"
],
[
"19",
"Win",
"1-0",
"Keith Norman",
"Submission (armbar)",
"SC - Shootfighting Challenge",
"1",
"Illinois , United States"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"patrick collins\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"patrick collins\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which NFL team picked Patrick Collins?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"patrick collins\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wide receiver\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"wide receiver\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which NFL team picked a player for the Wide Receiver position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"wide receiver\"",
"2"
]
}
] | train_2-14650373-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"NFL Team",
"Player",
"Position",
"College"
],
[
"2",
"7",
"Green Bay Packers",
"Sterling Sharpe",
"Wide Receiver",
"South Carolina"
],
[
"3",
"34",
"Green Bay Packers",
"Shawn Patterson",
"Defensive End",
"Arizona State"
],
[
"4",
"61",
"Green Bay Packers",
"Keith Woodside",
"Running Back",
"Texas A&M"
],
[
"5",
"88",
"Green Bay Packers",
"Rollin Putzier",
"Nose Tackle",
"Oregon"
],
[
"6",
"89",
"Green Bay Packers",
"Chuck Cecil",
"Safety",
"Arizona"
],
[
"7",
"144",
"Green Bay Packers",
"Nate Hill",
"Defensive End",
"Auburn"
],
[
"8",
"173",
"Green Bay Packers",
"Gary Richard",
"Cornerback",
"Pittsburgh"
],
[
"9",
"200",
"Green Bay Packers",
"Patrick Collins",
"Running Back",
"Oklahoma"
],
[
"10",
"228",
"Green Bay Packers",
"Neal Wilkinson",
"Tight End",
"James Madison"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"s of avion\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"s of avion\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What aircraft is located at S of Avion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"s of avion\"",
"3"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=\"f.e.2b\")*(E1=\"logeast\")))",
"Formula2": "SUM(FILTER(B2:B13, (C2:C13=\"f.e.2b\")*(E2:E13=\"logeast\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Unit for the Aircraft F.e.2b, located in Logeast?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"\"f.e.2b\"",
"*",
"E1",
"=",
"\"logeast\""
]
}
] | train_2-17850104-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Unit",
"Aircraft",
"Opponent",
"Location"
],
[
"2",
"15 July 1916",
"23",
"F.E.2b",
"AGO C (DESF)",
"Bapaume"
],
[
"3",
"22 August 1916",
"11",
"F.E.2b (6994)",
"Roland C.II (OOC)",
"S of Bapaume"
],
[
"4",
"25 August 1916",
"11",
"F.E.2b (6994)",
"Aviatik C (OOC)",
"Bapaume"
],
[
"5",
"14 September 1916",
"11",
"F.E.2b (6994)",
"Two-seater (OOC)",
"SE of Bapaume"
],
[
"6",
"22 September 1916",
"11",
"F.E.2b",
"Scout (OOC)",
"Logeast"
],
[
"7",
"10 October 1916",
"11",
"F.E.2b (7678)",
"Scout (OOC)",
"Bapaume"
],
[
"8",
"17 October 1916",
"11",
"F.E.2b (7027)",
"Albatros D.I (OOC)",
"Mory"
],
[
"9",
"20 October 1916",
"11",
"F.E.2b (7027)",
"Albatros D.I (OOC)",
"Douxcette - Ayette"
],
[
"10",
"6 May 1917",
"43",
"Sopwith 1½ Strutter (A1010)",
"Two-seater (DES)",
"S of Avion"
],
[
"11",
"23 July 1917",
"43",
"Sopwith 1½ Strutter (A8785)",
"Albatros D.III (OOC)",
"NE of Lens"
],
[
"12",
"8 August 1917",
"25",
"D.H.4 (A7543)",
"Albatros D.V (OOC)",
"Henin Lietard"
],
[
"13",
"14 August 1917",
"25",
"D.H.4 (A7543)",
"Two-seater (OOC)",
"Lens"
]
] |
[
{
"Formula": "FILTER(A1,G1=74804)",
"Formula2": "FILTER(A2:A16,G2:G16=74804)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When 74804 is the attendance what week is it?",
"Tokens": [
"FILTER(",
"A1",
"G1",
"=",
"74804"
]
},
{
"Formula": "FILTER(C1,B1=\"October 25, 1981\")",
"Formula2": "FILTER(C2:C16,B2:B16=\"October 25, 1981\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When it is October 25, 1981 who is the opponent?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"October 25, 1981\""
]
},
{
"Formula": "FILTER(E1,A1=2)",
"Formula2": "FILTER(E2:E16,A2:A16=2)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When it is week 2 what is the record?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"2"
]
},
{
"Formula": "FILTER(F1,B1=\"October 18, 1981\")",
"Formula2": "FILTER(F2:F16,B2:B16=\"October 18, 1981\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When it is October 18, 1981 where is the game site?",
"Tokens": [
"FILTER(",
"F1",
"B1",
"=",
"\"October 18, 1981\""
]
}
] | dev_1-14941284-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 6, 1981",
"at New England Patriots",
"W 29–28",
"1–0",
"Schaeffer Stadium",
"49572"
],
[
"3",
"2",
"September 13, 1981",
"Buffalo Bills",
"L 3–35",
"1–1",
"Memorial Stadium",
"44950"
],
[
"4",
"3",
"September 20, 1981",
"at Denver Broncos",
"L 10–28",
"1–2",
"Mile High Stadium",
"74804"
],
[
"5",
"4",
"September 27, 1981",
"Miami Dolphins",
"L 28–31",
"1–3",
"Memorial Stadium",
"41630"
],
[
"6",
"5",
"October 4, 1981",
"at Buffalo Bills",
"L 17–23",
"1–4",
"Rich Stadium",
"77811"
],
[
"7",
"6",
"October 11, 1981",
"Cincinnati Bengals",
"L 19–41",
"1–5",
"Memorial Stadium",
"33060"
],
[
"8",
"7",
"October 18, 1981",
"San Diego Chargers",
"L 14–43",
"1–6",
"Memorial Stadium",
"41921"
],
[
"9",
"8",
"October 25, 1981",
"at Cleveland Browns",
"L 28–42",
"1–7",
"Cleveland Stadium",
"78986"
],
[
"10",
"9",
"November 1, 1981",
"at Miami Dolphins",
"L 10–27",
"1–8",
"Orange Bowl",
"46061"
],
[
"11",
"10",
"November 8, 1981",
"New York Jets",
"L 14–41",
"1–9",
"Memorial Stadium",
"31521"
],
[
"12",
"11",
"November 15, 1981",
"at Philadelphia Eagles",
"L 13–38",
"1–10",
"Veterans Stadium",
"68618"
],
[
"13",
"12",
"November 22, 1981",
"St. Louis Cardinals",
"L 24–35",
"1–11",
"Memorial Stadium",
"24784"
],
[
"14",
"13",
"November 29, 1981",
"at New York Jets",
"L 0–25",
"1–12",
"Shea Stadium",
"53593"
],
[
"15",
"14",
"December 6, 1981",
"Dallas Cowboys",
"L 13–37",
"1–13",
"Memorial Stadium",
"54871"
],
[
"16",
"15",
"December 13, 1981",
"at Washington Redskins",
"L 14–38",
"1–14",
"RFK Stadium",
"46706"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"college park, maryland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1885))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G16,C2:C16=\"college park, maryland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<1885))",
"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 are the years in the ACC of an institution that was founded before 1885 and is located in College Park, Maryland?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"college park, maryland\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"1885"
]
}
] | train_2-16346726-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Institution",
"Nickname",
"Location",
"Founded",
"Years in the ACC",
"School Type",
"Enrollment"
],
[
"2",
"Boston College",
"Eagles",
"Chestnut Hill, Massachusetts",
"1863",
"2005–present",
"Private/ Catholic ( Jesuit )",
"14,500"
],
[
"3",
"Clemson",
"Tigers",
"Clemson, South Carolina",
"1889",
"1953–present",
"Public",
"17,165"
],
[
"4",
"Duke",
"Blue Devils",
"Durham, North Carolina",
"1838",
"1953–present",
"Private/Nonsectarian",
"6,247"
],
[
"5",
"Florida State",
"Seminoles",
"Tallahassee, Florida",
"1851",
"1991–present",
"Public ( State University System of Florida )",
"38,886"
],
[
"6",
"Georgia Tech",
"Yellow Jackets",
"Atlanta, Georgia",
"1885",
"1978–present",
"Public ( University System of Georgia )",
"19,393"
],
[
"7",
"Maryland",
"Terrapins",
"College Park, Maryland",
"1856",
"1953–Present",
"Public ( University System of Maryland )",
"35,329"
],
[
"8",
"Miami",
"Hurricanes",
"Coral Gables, Florida",
"1925",
"2004–present",
"Private/Nonsectarian",
"15,520"
],
[
"9",
"North Carolina",
"Tar Heels",
"Chapel Hill, North Carolina",
"1789",
"1953–present",
"Public ( University of North Carolina )",
"26,878"
],
[
"10",
"NC State",
"Wolfpack",
"Raleigh, North Carolina",
"1887",
"1953–present",
"Public ( University of North Carolina )",
"29,957"
],
[
"11",
"Notre Dame",
"Fighting Irish",
"South Bend, Indiana",
"1842",
"2013",
"Private/ Catholic ( Congregation of Holy Cross )",
"11,733"
],
[
"12",
"Pittsburgh",
"Panthers",
"Pittsburgh, Pennsylvania",
"1787",
"2013",
"State-related /Nonsectarian",
"28,823"
],
[
"13",
"Syracuse",
"Orange",
"Syracuse, New York",
"1870",
"2013",
"Private/Nonsectarian",
"20,407"
],
[
"14",
"Virginia",
"Cavaliers",
"Charlottesville, Virginia",
"1819",
"1953–present",
"Public",
"20,399"
],
[
"15",
"Virginia Tech",
"Hokies",
"Blacksburg, Virginia",
"1872",
"2004–present",
"Public",
"28,000"
],
[
"16",
"Wake Forest",
"Demon Deacons",
"Winston-Salem, North Carolina",
"1834",
"1953–present",
"Private/Nonsectarian",
"6,451"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the country for # 8",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Phil Mickelson\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"Phil Mickelson\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the country where the player is phil mickelson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Phil Mickelson\"",
"3"
]
},
{
"Formula": "MAX(FILTER(F1, E1=23))",
"Formula2": "MAX(FILTER(F2:F10, E2:E10=23))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest reset points where the events is 23?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"E1",
"=",
"23"
]
}
] | train_1-13282157-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"#",
"Player",
"Country",
"Points",
"Events",
"Reset Points"
],
[
"2",
"1",
"Tiger Woods",
"United States",
"30574",
"13",
"100000"
],
[
"3",
"2",
"Vijay Singh",
"Fiji",
"19129",
"23",
"99000"
],
[
"4",
"3",
"Jim Furyk",
"United States",
"16691",
"19",
"98500"
],
[
"5",
"4",
"Phil Mickelson",
"United States",
"16037",
"18",
"98000"
],
[
"6",
"5",
"K.J. Choi",
"South Korea",
"15485",
"21",
"97500"
],
[
"7",
"6",
"Rory Sabbatini",
"South Africa",
"13548",
"19",
"97250"
],
[
"8",
"7",
"Zach Johnson",
"United States",
"13341",
"19",
"97000"
],
[
"9",
"8",
"Charles Howell III",
"United States",
"12126",
"21",
"96750"
],
[
"10",
"9",
"Brandt Snedeker",
"United States",
"11870",
"25",
"96500"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (E1<14)*(A1=\"manitoba\")*(F1>13)))",
"Formula2": "SUM(FILTER(C2:C13, (E2:E13<14)*(A2:A13=\"manitoba\")*(F2:F13>13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Ends Won have Blank Ends smaller than 14, and a Locale of manitoba, and Stolen Ends larger than 13?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"14",
"*",
"A1",
"=",
"\"manitoba\"",
"*",
"F1",
">",
"13"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>44)*(CHOOSECOLS(query1,3)=10)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(D2:D13),SUMX(E2:E13)),FILTER(query1,(CHOOSECOLS(query1,2)>44)*(CHOOSECOLS(query1,3)=10)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Skip has Ends Lost larger than 44, and Blank Ends of 10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"44",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"10"
]
},
{
"Formula": "SUM(FILTER(F1, (D1<44)*(E1<7)))",
"Formula2": "SUM(FILTER(F2:F13, (D2:D13<44)*(E2:E13<7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Stolen Ends have Ends Lost smaller than 44, and Blank Ends smaller than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"<",
"44",
"*",
"E1",
"<",
"7"
]
}
] | train_2-1505809-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Locale",
"Skip",
"Ends Won",
"Ends Lost",
"Blank Ends",
"Stolen Ends",
"Shot Pct."
],
[
"2",
"Alberta",
"Randy Ferbey",
"48",
"43",
"7",
"9",
"86%"
],
[
"3",
"Manitoba",
"Randy Dutiaume",
"47",
"44",
"10",
"13",
"79%"
],
[
"4",
"Nova Scotia",
"Shawn Adams",
"47",
"41",
"16",
"13",
"83%"
],
[
"5",
"Quebec",
"Jean-Michel Ménard",
"54",
"40",
"8",
"15",
"80%"
],
[
"6",
"British Columbia",
"Deane Horning",
"47",
"45",
"18",
"12",
"80%"
],
[
"7",
"Ontario",
"Wayne Middaugh",
"42",
"46",
"10",
"7",
"82%"
],
[
"8",
"Newfoundland and Labrador",
"Brad Gushue",
"48",
"45",
"13",
"10",
"79%"
],
[
"9",
"Saskatchewan",
"Pat Simmons",
"43",
"45",
"12",
"9",
"80%"
],
[
"10",
"Prince Edward Island",
"Rod MacDonald",
"41",
"51",
"12",
"5",
"79%"
],
[
"11",
"Northern Ontario",
"Mike Jakubo",
"41",
"48",
"9",
"6",
"79%"
],
[
"12",
"New Brunswick",
"Wade Blanchard",
"41",
"45",
"17",
"8",
"78%"
],
[
"13",
"Yukon / Northwest Territories",
"Steve Moss",
"41",
"46",
"14",
"5",
"74%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"San Antonio\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"San Antonio\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the San Antonio's team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"San Antonio\"",
"4"
]
}
] | test_1-17288825-5 | [
[
"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",
"3",
"November 1",
"Oklahoma City",
"W 89–77 (OT)",
"Tracy McGrady (22)",
"Carl Landry , Yao Ming (11)",
"Tracy McGrady (5)",
"Toyota Center 16,996",
"3–0"
],
[
"3",
"4",
"November 4",
"Boston",
"L 99–103 (OT)",
"Tracy McGrady (26)",
"Luis Scola (9)",
"Rafer Alston (7)",
"Toyota Center 18,291",
"3–1"
],
[
"4",
"5",
"November 6",
"@ Portland",
"L 99–101 (OT)",
"Tracy McGrady (30)",
"Tracy McGrady , Chuck Hayes (7)",
"Tracy McGrady (8)",
"Rose Garden 20,611",
"3–2"
],
[
"5",
"6",
"November 7",
"@ L.A. Clippers",
"W 92–83 (OT)",
"Ron Artest (23)",
"Carl Landry , Yao Ming (9)",
"Rafer Alston (8)",
"Staples Center 14,670",
"4–2"
],
[
"6",
"7",
"November 9",
"@ L.A. Lakers",
"L 82–111 (OT)",
"Aaron Brooks (20)",
"Luis Scola (9)",
"Aaron Brooks , Tracy McGrady (4)",
"Staples Center 18,997",
"4–3"
],
[
"7",
"8",
"November 12",
"@ Phoenix",
"W 94–82 (OT)",
"Tracy McGrady (27)",
"Yao Ming (15)",
"Rafer Alston (4)",
"US Airways Center 18,422",
"5–3"
],
[
"8",
"9",
"November 14",
"@ San Antonio",
"L 75–77 (OT)",
"Ron Artest (18)",
"Aaron Brooks , Yao Ming (8)",
"Tracy McGrady (5)",
"AT&T Center 18,797",
"5–4"
],
[
"9",
"10",
"November 15",
"New Orleans",
"W 91–82 (OT)",
"Yao Ming (21)",
"Luis Scola (10)",
"Ron Artest (7)",
"Toyota Center 18,303",
"6–4"
],
[
"10",
"11",
"November 17",
"@ Oklahoma City",
"W 100–89 (OT)",
"Luis Scola (23)",
"Yao Ming (12)",
"Aaron Brooks (4)",
"Ford Center 18,145",
"7–4"
],
[
"11",
"12",
"November 19",
"Dallas",
"L 86–96 (OT)",
"Rafer Alston , Tracy McGrady (16)",
"Ron Artest (13)",
"Rafer Alston (8)",
"Toyota Center 18,203",
"7–5"
],
[
"12",
"13",
"November 21",
"@ Washington",
"W 103–91 (OT)",
"Tracy McGrady (20)",
"Ron Artest (9)",
"Ron Artest (6)",
"Verizon Center 20,173",
"8–5"
],
[
"13",
"14",
"November 22",
"@ Orlando",
"W 100–95 (OT)",
"Yao Ming (22)",
"Yao Ming (13)",
"Rafer Alston (7)",
"Amway Arena 17,461",
"9–5"
],
[
"14",
"15",
"November 24",
"@ Miami",
"W 107–98 (OT)",
"Yao Ming (28)",
"Luis Scola (13)",
"Yao Ming , Tracy McGrady (4)",
"American Airlines Arena 18,704",
"10–5"
],
[
"15",
"16",
"November 26",
"Indiana",
"L 90–91 (OT)",
"Ron Artest , Yao Ming (19)",
"Luis Scola (18)",
"Rafer Alston (7)",
"Toyota Center 18,194",
"10–6"
],
[
"16",
"17",
"November 29",
"San Antonio",
"W 103–84 (OT)",
"Luther Head (21)",
"Ron Artest (8)",
"Rafer Alston (6)",
"Toyota Center 18,282",
"11–6"
]
] |
[
{
"Formula": "SUMIFS(C1,D1,\"6' 07\")",
"Formula2": "SUMIFS(C2:C12,D2:D12,\"6' 07\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Identify every player's height in meters if the player is exactly 6' 07\" tall in feet",
"Tokens": [
"SUMIFS(",
"C1",
"D1",
"\"6' 07\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Center\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"Center\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For all players playing at the center, list the height in feet.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Center\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,E1,\"Center\")",
"Formula2": "SUMIFS(A2:A12,E2:E12,\"Center\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Display the serial numbers for the players who play at the center.",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"Center\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Ido Kozikaro\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"Ido Kozikaro\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of birth for basket baller called ido kozikaro",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Ido Kozikaro\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"6' 07\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, D2:D12=\"6' 07\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many positions are available for players who are 6' 07\"?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"D1",
"=",
"\"6' 07\""
]
},
{
"Formula": "SUMIFS(C1,B1,\"Lior Eliyahu\")",
"Formula2": "SUMIFS(C2:C12,B2:B12,\"Lior Eliyahu\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How tall is the basket ball player lior eliyahu in meters?",
"Tokens": [
"SUMIFS(",
"C1",
"B1",
"\"Lior Eliyahu\""
]
}
] | train_1-23670057-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No",
"Player",
"Height (m)",
"Height (f)",
"Position",
"Year born",
"Current Club"
],
[
"2",
"4",
"Moran Rot",
"1.83",
"6' 00\"",
"Guard",
"1982",
"Hapoel Jerusalem"
],
[
"3",
"5",
"Yuval Naimi",
"1.87",
"6' 02\"",
"Guard",
"1988",
"Hapoel Jerusalem"
],
[
"4",
"6",
"Gal Mekel",
"1.95",
"6' 05\"",
"Guard",
"1988",
"Maccabi Tel Aviv"
],
[
"5",
"7",
"Raviv Limonad",
"1.91",
"6' 03\"",
"Guard",
"1984",
"Maccabi Tel Aviv"
],
[
"6",
"8",
"Guy Pnini",
"2.01",
"6' 07\"",
"Forward",
"1983",
"Maccabi Tel Aviv"
],
[
"7",
"9",
"Yotam Halperin",
"1.96",
"6' 05\"",
"Guard",
"1984",
"Olympiacos"
],
[
"8",
"10",
"Tal Burstein",
"1.98",
"6' 06\"",
"Guard",
"1980",
"Maccabi Tel Aviv"
],
[
"9",
"11",
"Lior Eliyahu",
"2.07",
"6' 09\"",
"Forward",
"1985",
"Caja Laboral"
],
[
"10",
"12",
"Moshe Mizrahi",
"2.02",
"6' 08\"",
"Forward",
"1980",
"Maccabi Haifa"
],
[
"11",
"13",
"Ido Kozikaro",
"2.02",
"6' 08\"",
"Forward",
"1978",
"Maccabi Haifa"
],
[
"12",
"14",
"Yaniv Green",
"2.06",
"6' 09\"",
"Center",
"1980",
"Maccabi Tel Aviv"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:6\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:6\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the type of game with a 1:6 result?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1:6\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"belgrade\")*(D1=\"0:2\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"belgrade\")*(D2:D10=\"0:2\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent at the game in Belgrade with a 0:2 result?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"belgrade\"",
"*",
"D1",
"=",
"\"0:2\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:0\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:0\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city held the game with a result of 1:0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1:0\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:2\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"1:2\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of game had a result of 1:2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1:2\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"hungary\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"hungary\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game against Hungary?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"hungary\"",
"4"
]
}
] | train_2-14305653-44 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"City",
"Opponent",
"Results¹",
"Type of game"
],
[
"2",
"May 4",
"London, England",
"England",
"0:2",
"Friendly"
],
[
"3",
"May 8",
"Zagreb",
"Hungary",
"2:0",
"Friendly"
],
[
"4",
"June 1",
"Belgrade",
"Bulgaria",
"0:2",
"Friendly"
],
[
"5",
"June 23",
"Hanover , Germany",
"West Germany",
"0:2",
"Friendly"
],
[
"6",
"June 27",
"Malmö , Sweden",
"Sweden",
"1:1",
"Friendly"
],
[
"7",
"September 18",
"Belgrade",
"USSR",
"1:2",
"Friendly"
],
[
"8",
"October 12",
"Tel Aviv , Israel",
"Israel",
"3:1",
"Friendly"
],
[
"9",
"October 19",
"Belgrade",
"Czechoslovakia",
"1:0",
"Friendly"
],
[
"10",
"October 19",
"Sofia , Bulgaria",
"Bulgaria",
"1:6",
"Friendly"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.