t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "SUM(FILTER(A1, E1<0))",
"Formula2": "SUM(FILTER(A2:A6, E2:E6<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the rank when the bronze is less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(A1, (E1<1)*(F1<1)))",
"Formula2": "MAX(FILTER(A2:A6, (E2:E6<1)*(F2:F6<1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the highest rank when the bronze is less than 1 and the total is less than 1?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"<",
"1",
"*",
"F1",
"<",
"1"
]
},
{
"Formula": "MIN(FILTER(D1, C1<0))",
"Formula2": "MIN(FILTER(D2:D6, C2:C6<0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the lowest amount of silver when the gold is less than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(C1, A1>5))",
"Formula2": "AVERAGE(FILTER(C2:C6, A2:A6>5))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "what is the average number of gold when the rank is more than 5?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"A1",
">",
"5"
]
},
{
"Formula": "MAX(FILTER(D1, (C1=0)*(B1=\"soviet union\")))",
"Formula2": "MAX(FILTER(D2:D6, (C2:C6=0)*(B2:B6=\"soviet union\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the highest amount of silver when gold is 0 for soviet union?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"=",
"0",
"*",
"B1",
"=",
"\"soviet union\""
]
}
] | train_2-11255296-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"West Germany",
"3",
"1",
"1",
"5"
],
[
"3",
"2",
"East Germany",
"1",
"1",
"1",
"3"
],
[
"4",
"3",
"Italy",
"0",
"1",
"1",
"2"
],
[
"5",
"4",
"Austria",
"0",
"1",
"0",
"1"
],
[
"6",
"5",
"Soviet Union",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"draw\")*(C1=\"arema malang\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"draw\")*(C2:C7=\"arema malang\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For the match against Arema Malang that ended in a draw, what was the final score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"draw\"",
"*",
"C1",
"=",
"\"arema malang\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"april 11, 2007\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"april 11, 2007\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the final score for the match held on April 11, 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"april 11, 2007\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"0-0\")*(A1=\"april 11, 2007\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"0-0\")*(A2:A7=\"april 11, 2007\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the location for the match held on April 11, 2007, which ended with a score of 0-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"0-0\"",
"*",
"A1",
"=",
"\"april 11, 2007\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"0-0\")*(A1=\"march 7, 2007\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"0-0\")*(A2:A7=\"march 7, 2007\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the location for the match held on March 7, 2007, which ended with a score of 0-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"0-0\"",
"*",
"A1",
"=",
"\"march 7, 2007\"",
"2"
]
}
] | train_2-18046242-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Opponent",
"Score",
"Result"
],
[
"2",
"March 7, 2007",
"Bangkok , Thailand",
"Chunnam Dragons",
"0-0",
"Draw"
],
[
"3",
"March 21, 2007",
"Kawasaki , Japan",
"Kawasaki Frontale",
"1-1",
"Draw"
],
[
"4",
"April 11, 2007",
"Bangkok , Thailand",
"Arema Malang",
"0-0",
"Draw"
],
[
"5",
"April 25, 2007",
"Malang , Indonesia",
"Arema Malang",
"0-1",
"Lost"
],
[
"6",
"May 9, 2007",
"Gwangyang , South Korea",
"Chunnam Dragons",
"2-3",
"Lost"
],
[
"7",
"May 23, 2007",
"Bangkok , Thailand",
"Kawasaki Frontale",
"1-2",
"Lost"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"don whitt\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"don whitt\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place did Don Whitt finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"don whitt\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"phil rodgers\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"phil rodgers\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What did Phil Rodgers score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"phil rodgers\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"gary player\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"gary player\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place was Gary Player after two rounds?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"gary player\"",
"1"
]
}
] | train_2-17277219-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Arnold Palmer",
"United States",
"71-68=139",
"β3"
],
[
"3",
"T1",
"Bob Rosburg",
"United States",
"70-69=139",
"β3"
],
[
"4",
"3",
"Billy Maxwell",
"United States",
"71-70=141",
"β1"
],
[
"5",
"T4",
"Bobby Nichols",
"United States",
"70-72=142",
"E"
],
[
"6",
"T4",
"Jack Nicklaus",
"United States",
"72-70=142",
"E"
],
[
"7",
"T4",
"Gary Player",
"South Africa",
"71-71=142",
"E"
],
[
"8",
"T7",
"Miller Barber",
"United States",
"73-70=143",
"+1"
],
[
"9",
"T7",
"Gene Littler",
"United States",
"69-74=143",
"+1"
],
[
"10",
"T9",
"Phil Rodgers",
"United States",
"74-70=144",
"+2"
],
[
"11",
"T9",
"Don Whitt",
"United States",
"73-71=144",
"+2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=144),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=144),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the year with runs of 144?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"144",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"adelaide oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,D2:D17=\"adelaide oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the place where adelaide oval is",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"adelaide oval\"",
"3"
]
}
] | train_2-1160688-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Runs",
"Against",
"City/Country",
"Venue",
"Result",
"Year"
],
[
"2",
"120",
"England",
"Adelaide , Australia",
"Adelaide Oval",
"[[|]] won by 1 wicket",
"1999"
],
[
"3",
"101",
"Pakistan",
"Visakhapatnam , India",
"Indira Priyadarshini Stadium",
"[[|]] won by 12 runs",
"1999"
],
[
"4",
"101*",
"England",
"Colombo , Sri Lanka",
"R. Premadasa Stadium",
"[[|]] won by 66 runs",
"2001"
],
[
"5",
"116",
"New Zealand",
"Sharjah , United Arab Emirates",
"Sharjah Cricket Association Stadium",
"[[|]] won by 106 runs",
"2001"
],
[
"6",
"63",
"Zimbabwe",
"Sharjah, United Arab Emirates",
"Sharjah Cricket Association Stadium",
"[[|]] won by 79 runs",
"2001"
],
[
"7",
"96",
"Zimbabwe",
"Colombo, Sri Lanka",
"R. Premadasa Stadium",
"[[|]] won by 59 runs",
"2001"
],
[
"8",
"106*",
"West Indies",
"Kandy , Sri Lanka",
"Asgiriya Stadium",
"[[|]] won by 8 wickets",
"2001"
],
[
"9",
"94*",
"India",
"Dambulla , Sri Lanka",
"Rangiri Dambulla International Stadium",
"[[|]] won by 4 wickets",
"2005"
],
[
"10",
"83",
"India",
"Colombo, Sri Lanka",
"R. Premadasa Stadium",
"[[|]] won by 18 runs",
"2005"
],
[
"11",
"50",
"Bangladesh",
"Colombo, Sri Lanka",
"Sinhalese Sports Club Ground",
"[[|]] won by 88 runs",
"2005"
],
[
"12",
"126*",
"England",
"Chester-le-Street , England",
"Riverside Ground",
"[[|]] won by 8 wickets",
"2006"
],
[
"13",
"100",
"England",
"Manchester , England",
"Old Trafford",
"[[|]] won by 33 runs",
"2006"
],
[
"14",
"115",
"New Zealand",
"Jamaica , West Indies",
"Sabina Park",
"[[|]] won by 81 runs",
"2007 (World Cup Semi Final)"
],
[
"15",
"100",
"Canada",
"Hambantota , Sri Lanka",
"Mahinda Rajapaksa International Stadium",
"[[|]] won by 210 runs",
"2011 ICC World Cup"
],
[
"16",
"144",
"England",
"Leeds , England",
"Headingley Stadium",
"[[|]] won by 69 runs",
"2011"
],
[
"17",
"84*",
"Australia",
"Kennington , England",
"Oval",
"[[|]] won by 2 wickets",
"2013"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"66-99\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A10, B2:B10=\"66-99\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many different index numbers are there for an ozone, running 8 hourly mean of 66-99?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"B1",
"=",
"\"66-99\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"59-66\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"59-66\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the count of pm 10 particles when the pm 2.5 particles are at 59-66?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"59-66\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"266-354\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"266-354\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the number of pm10 particles when sulphur dioxide is at 266-354?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"266-354\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"121-140\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"121-140\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the sulphur dioxide count when the ozone is at 121-140?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"121-140\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"468-534\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"468-534\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the sulphur dioxide count when the nitrogen dioxide is 468-534?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"468-534\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"0-88\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"0-88\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the nitrogen dioxide count where the sulphur dioxide is at 0-88?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"0-88\"",
"3"
]
}
] | test_1-1942366-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Index",
"Ozone, Running 8 hourly mean (ΞΌg/m 3 )",
"Nitrogen Dioxide, Hourly mean (ΞΌg/m 3 )",
"Sulphur Dioxide, 15 minute mean (ΞΌg/m 3 )",
"PM10 Particles, 24 hour mean (ΞΌg/m 3 )",
"PM2.5 Particles, 24 hour mean (ΞΌg/m 3 )"
],
[
"2",
"1",
"0-33",
"0-66",
"0-88",
"0-11",
"0-16"
],
[
"3",
"2",
"34-65",
"67-133",
"89-176",
"12-23",
"17-33"
],
[
"4",
"3",
"66-99",
"134-199",
"177-265",
"24-34",
"34-49"
],
[
"5",
"4",
"100-120",
"200-267",
"266-354",
"35-41",
"50-58"
],
[
"6",
"5",
"121-140",
"268-334",
"355-442",
"42-46",
"59-66"
],
[
"7",
"6",
"141-159",
"335-399",
"443-531",
"47-52",
"67-74"
],
[
"8",
"7",
"160-187",
"400-467",
"530-708",
"53-58",
"75-83"
],
[
"9",
"8",
"188-213",
"468-534",
"709-886",
"59-64",
"84-91"
],
[
"10",
"9",
"214-239",
"535-599",
"887-1063",
"65-69",
"92-99"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2001),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2001),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the film, television series, or miniseries with a nomination in 2001?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2001",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"martin sheen\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"martin sheen\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what year was Martin Sheen nominated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"martin sheen\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1999),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=1999),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the president in 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1999",
"3"
]
}
] | train_2-1673723-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Category",
"President",
"Nominee",
"Film or Television Series or Miniseries"
],
[
"2",
"1964",
"Best Actor β Motion Picture Drama",
"Jordan Lyman",
"Fredric March",
"Seven Days in May"
],
[
"3",
"1999",
"Best Actor β Television Series Drama",
"Josiah Bartlet",
"Martin Sheen",
"The West Wing"
],
[
"4",
"2000",
"Best Actor β Television Series Drama",
"Josiah Bartlet",
"Martin Sheen",
"The West Wing"
],
[
"5",
"2001",
"Best Actor β Television Series Drama",
"Josiah Bartlet",
"Martin Sheen",
"The West Wing"
],
[
"6",
"2002",
"Best Actor β Television Series Drama",
"Josiah Bartlet",
"Martin Sheen",
"The West Wing"
],
[
"7",
"2003",
"Best Actor β Television Series Drama",
"Josiah Bartlet",
"Martin Sheen",
"The West Wing"
],
[
"8",
"2006",
"Best Actress β Television Series Drama",
"MacKenzie Allen",
"Geena Davis",
"Commander in Chief"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:I1,I1=\"24-6\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>29))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:I8,I2:I8=\"24-6\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>29))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What score has a game greater than 29, with 24-6 as the record?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"24-6\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"29"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ detroit\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,C2:C8=\"@ detroit\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What record has @ detroit as the opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"@ detroit\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"mcwilliams-franklin (22)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,E2:E8=\"mcwilliams-franklin (22)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What high assists have McWilliams-franklin (22) as the high points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"mcwilliams-franklin (22)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"uic pavilion 3,520\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,H2:H8=\"uic pavilion 3,520\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What high assists have uic pavilion 3,520 as the location/attendance?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"uic pavilion 3,520\"",
"7"
]
},
{
"Formula": "SUMIFS(A1,F1,\"jones (10)\")",
"Formula2": "SUMIFS(A2:A8,F2:F8,\"jones (10)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What game has jones (10) as the high rebounds?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"jones (10)\""
]
}
] | train_2-18894744-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"High points",
"High rebounds",
"High assists",
"Location/Attendance",
"Record"
],
[
"2",
"28",
"August 1",
"New York",
"W 66-52",
"Jones (22)",
"McWilliams-Franklin , Dydek (10)",
"Phillips (5)",
"Mohegan Sun Arena 7,159",
"22-6"
],
[
"3",
"29",
"August 3",
"Los Angeles",
"W 72-63",
"McWilliams-Franklin (22)",
"Jones (10)",
"Phillips (5)",
"Mohegan Sun Arena 8,675",
"23-6"
],
[
"4",
"30",
"August 6",
"@ Houston",
"W 86-67",
"McWilliams-Franklin (21)",
"McWilliams-Franklin (13)",
"Whalen (9)",
"Toyota Center 8,726",
"24-6"
],
[
"5",
"31",
"August 8",
"@ Chicago",
"W 85-59",
"Douglas (19)",
"McWilliams-Franklin (12)",
"Whalen , Jones (5)",
"UIC Pavilion 3,520",
"25-6"
],
[
"6",
"32",
"August 9",
"@ Indiana",
"W 71-63",
"Jones (21)",
"McWilliams-Franklin (14)",
"Sales (4)",
"Conseco Fieldhouse 7,368",
"26-6"
],
[
"7",
"33",
"August 11",
"Indiana",
"L 68-87",
"Whalen (16)",
"McWilliams-Franklin (5)",
"Phillips (4)",
"Mohegan Sun Arena 9,341 (sellout)",
"26-7"
],
[
"8",
"34",
"August 13",
"@ Detroit",
"L 65-88",
"McWilliams-Franklin (13)",
"McWilliams-Franklin , Sales (5)",
"Phillips , Dydek (3)",
"Palace of Auburn Hills 11,558",
"26-8"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1919\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"1919\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the date (from) where date (to) is 1919?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1919\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, E1=\"1919\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F11, E2:E11=\"1919\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many times is the date (to) 1919?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"E1",
"=",
"\"1919\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Apeldoornsche Tramweg-Maatschappij\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Apeldoornsche Tramweg-Maatschappij\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the date (from) where the notes are apeldoornsche tramweg-maatschappij?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Apeldoornsche Tramweg-Maatschappij\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"14 March 1910\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F11, D2:D11=\"14 March 1910\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many notes are form the date (from) 14 march 1910?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"D1",
"=",
"\"14 March 1910\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"8 October 1922\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"8 October 1922\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the location for the date (to) 8 october 1922?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"8 October 1922\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"12 August 1897\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"12 August 1897\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what are the notes for date (from) 12 august 1897?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"12 August 1897\"",
"6"
]
}
] | train_1-12562214-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name of System",
"Location",
"Traction Type",
"Date (From)",
"Date (To)",
"Notes"
],
[
"2",
"ATM (1897β1917) GTA (1919β1922)",
"Apeldoorn",
"Horse",
"12 August 1897",
"11 November 1917",
"Apeldoornsche Tramweg-Maatschappij"
],
[
"3",
"ATM (1897β1917) GTA (1919β1922)",
"Apeldoorn",
"Petrol (gasoline)",
"5 June 1919",
"8 October 1922",
"Gemeentetram Apeldoorn"
],
[
"4",
"ATM (1880β1911) GETA (1911β1944)",
"Arnhem",
"Horse",
"3 May 1880",
"12 June 1912",
"Arnhemsche Tramweg-Maatschappij"
],
[
"5",
"HSM (1883β1910) GT (1915β1922)",
"Groenlo",
"Steam",
"29 May 1883",
"31 December 1910",
"Hollandshe IJzeren Spoorweg-Maatschappij"
],
[
"6",
"HSM (1883β1910) GT (1915β1922)",
"Groenlo",
"Petrol (gasoline)",
"6 August 1915",
"Oct 1922",
"Groenlosche Tram"
],
[
"7",
"HSM (1883β1910) GT (1915β1922)",
"Groenlo",
"Horse",
"1917",
"1919",
"Temporary use of horses because of lack of petrol"
],
[
"8",
"NTM (1889β1912) M&W (1912β1921) GTN (1911β1955)",
"Nijmegen",
"Horse",
"1889",
"1911",
"Nijmeegsche Tramweg-Maatschappij"
],
[
"9",
"NTM (1889β1912) M&W (1912β1921) GTN (1911β1955)",
"Nijmegen",
"Steam",
"30 June 1889",
"31 December 1921",
"Stoomtram Maas en Waal"
],
[
"10",
"NTM (1889β1912) M&W (1912β1921) GTN (1911β1955)",
"Nijmegen",
"Electric",
"4 June 1911",
"20 November 1955",
"Gemeentetram Nijmegen Replaced by trolleybus"
],
[
"11",
"GTZ",
"Zaltbommel",
"Horse",
"14 March 1910",
"31 August 1923",
"Gemeentetram Zaltbommel"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (C1=\"rafael nadal\")*(D1=\"roger federer\")*(B1=\"roger federer\")))",
"Formula2": "MAX(FILTER(A2:A12, (C2:C12=\"rafael nadal\")*(D2:D12=\"roger federer\")*(B2:B12=\"roger federer\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the latest year rafael nadal was in the French Open, Roger Federer was in Wimbledon, and Roger Federer was in the Australian Open?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"rafael nadal\"",
"*",
"D1",
"=",
"\"roger federer\"",
"*",
"B1",
"=",
"\"roger federer\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"andy murray\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"andy murray\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of years Andy Murray was at Wimbledon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"andy murray\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2010),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=2010),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the Australian open in 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2010",
"2"
]
}
] | train_2-17271235-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Australian Open",
"French Open",
"Wimbledon",
"US Open"
],
[
"2",
"2003",
"Andre Agassi",
"Juan Carlos Ferrero",
"Roger Federer",
"Andy Roddick"
],
[
"3",
"2004",
"Roger Federer",
"GastΓ³n Gaudio",
"Roger Federer",
"Roger Federer"
],
[
"4",
"2005",
"Marat Safin",
"Rafael Nadal",
"Roger Federer",
"Roger Federer"
],
[
"5",
"2006",
"Roger Federer",
"Rafael Nadal",
"Roger Federer",
"Roger Federer"
],
[
"6",
"2007",
"Roger Federer",
"Rafael Nadal",
"Roger Federer",
"Roger Federer"
],
[
"7",
"2008",
"Novak Djokovic",
"Rafael Nadal",
"Rafael Nadal",
"Roger Federer"
],
[
"8",
"2009",
"Rafael Nadal",
"Roger Federer",
"Roger Federer",
"Juan MartΓn del Potro"
],
[
"9",
"2010",
"Roger Federer",
"Rafael Nadal",
"Rafael Nadal",
"Rafael Nadal"
],
[
"10",
"2011",
"Novak Djokovic",
"Rafael Nadal",
"Novak Djokovic",
"Novak Djokovic"
],
[
"11",
"2012",
"Novak Djokovic",
"Rafael Nadal",
"Roger Federer",
"Andy Murray"
],
[
"12",
"2013",
"Novak Djokovic",
"Rafael Nadal",
"Andy Murray",
"Rafael Nadal"
]
] |
[
{
"Formula": "SORTBY(B1,D1,1)",
"Formula2": "SORTBY(B2:B4,D2:D4,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "List the name of all customers sorted by their account balance in ascending order.",
"Tokens": [
"SORTBY(",
"B1",
"D1",
"1"
]
},
{
"Formula": "SORTBY(B1,D1,1)",
"Formula2": "SORTBY(B2:B4,D2:D4,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "What are the names of all customers, ordered by account balance?",
"Tokens": [
"SORTBY(",
"B1",
"D1",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C4))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many distinct types of accounts are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C4))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Count the number of different account types.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "SUM(FILTER(D1,(H1=\"Utah\")+(H1=\"Texas\")))",
"Formula2": "SUM(FILTER(D2:D4,(H2:H4=\"Utah\")+(H2:H4=\"Texas\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Find the total account balance of each customer from Utah or Texas.",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"H1",
"=",
"\"Utah\"",
"+",
"H1",
"=",
"\"Texas\""
]
},
{
"Formula": "SUM(FILTER(D1,(H1=\"Utah\")+(H1=\"Texas\")))",
"Formula2": "SUM(FILTER(D2:D4,(H2:H4=\"Utah\")+(H2:H4=\"Texas\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the total account balances for each customer from Utah or Texas?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"H1",
"=",
"\"Utah\"",
"+",
"H1",
"=",
"\"Texas\""
]
},
{
"Formula": "LET(a,SORTBY(B1,F1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Formula2": "LET(a,SORTBY(B2:B4,F2:F4,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Funcs": [
"LET(",
"a",
"SORTBY(",
"Cell",
"Cell",
"Num",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"Num"
],
"Level": "hard",
"Question": "Find the name of customer who has the lowest credit score.",
"Tokens": [
"LET(",
"a",
"SORTBY(",
"B1",
"F1",
"1",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"1"
]
},
{
"Formula": "LET(a,SORTBY(B1,F1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Formula2": "LET(a,SORTBY(B2:B4,F2:F4,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Funcs": [
"LET(",
"a",
"SORTBY(",
"Cell",
"Cell",
"Num",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"Num"
],
"Level": "hard",
"Question": "What is the name of the customer with the worst credit score?",
"Tokens": [
"LET(",
"a",
"SORTBY(",
"B1",
"F1",
"1",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(C1,I1),AVERAGEX(D1),SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,4)<50))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(C2:C4,I2:I4),AVERAGEX(D2:D4),SUMX(F2:F4)),FILTER(query1,CHOOSECOLS(query1,4)<50))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"AVERAGEX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "For each account type, find the average account balance of customers with credit score lower than 50.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"C1",
"I1",
"AVERAGEX(",
"D1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"4",
"<",
"50"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(I1,C1),AVERAGEX(D1),SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,4)<50))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(I2:I4,C2:C4),AVERAGEX(D2:D4),SUMX(F2:F4)),FILTER(query1,CHOOSECOLS(query1,4)<50))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"AVERAGEX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the average account balance of customers with credit score below 50 for the different account types?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"I1",
"C1",
"AVERAGEX(",
"D1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"4",
"<",
"50"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(I1,H1),SUMX(D1),SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,4)>100))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(I2:I4,H2:H4),SUMX(D2:D4),SUMX(F2:F4)),FILTER(query1,CHOOSECOLS(query1,4)>100))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the total account balance for customers with a credit score of above 100 for the different states?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"I1",
"H1",
"SUMX(",
"D1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"4",
">",
"100"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C4))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many types of accounts?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C4))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many types of account?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C4))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many account types?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
}
] | loan_1_customer | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"customer id",
"customer name",
"account type",
"account balance",
"number of loans",
"credit score",
"branch id",
"state",
"customer"
],
[
"2",
"1",
"Mary",
"saving",
"2000",
"2",
"30",
"2",
"Utah",
""
],
[
"3",
"2",
"Jack",
"checking",
"1000",
"1",
"20",
"1",
"Texas",
""
],
[
"4",
"3",
"Owen",
"saving",
"800000",
"0",
"210",
"3",
"New York",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2004),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2004),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What are 2004's notes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2004",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"yuri omeltchenko\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"yuri omeltchenko\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year did Yuri Omeltchenko win Silver?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"yuri omeltchenko\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2000),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2000),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who won Silver in 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2000",
"3"
]
}
] | train_2-17760670-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Gold",
"Silver",
"Bronze",
"Notes"
],
[
"2",
"2000",
"Valentin Novikov",
"Yuri Omeltchenko",
"Tore Sandvik",
"Short distance"
],
[
"3",
"2002",
"Emil Wingstedt",
"HΓ₯kan Pettersson",
"Yuri Omeltchenko",
"3.2km, 10controls"
],
[
"4",
"2004",
"Emil Wingstedt",
"Andrey Khramov",
"MΓ₯rten BostrΓΆm",
"3.0km, 20controls"
],
[
"5",
"2006",
"Emil Wingstedt",
"Jamie Stevenson",
"Andrey Khramov",
"3.07km, 17controls"
],
[
"6",
"2008",
"Emil Wingstedt",
"Daniel Hubmann",
"Andrey Khramov",
"3.3km, 19controls"
],
[
"7",
"2010",
"Fabian Hertner",
"Daniel Hubmann",
"Emil Wingstedt",
"3.3km, 24controls"
],
[
"8",
"2012",
"Jonas Leandersson",
"Kiril Nikolov",
"Jerker Lysell Daniel Hubmann",
"3.54km, 20controls"
]
] |
[
{
"Formula": "UNIQUE(D1)",
"Formula2": "UNIQUE(D2:D16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show building descriptions",
"Tokens": [
"UNIQUE(",
"D1"
]
},
{
"Formula": "UNIQUE(D1)",
"Formula2": "UNIQUE(D2:D16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show any buildng descriptions",
"Tokens": [
"UNIQUE(",
"D1"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,F1=\"emma\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:G16,F2:F16=\"emma\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What's the short name of the building managed by emma?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"emma\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,F1=\"emma\"),UNIQUE(CHOOSECOLS(query1,1,2)))",
"Formula2": "LET(query1,FILTER(A2:G16,F2:F16=\"emma\"),UNIQUE(CHOOSECOLS(query1,1,2)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "ids and short names of buildings managed by emma",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"emma\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"2"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,F1=\"brenden\"),UNIQUE(CHOOSECOLS(query1,5,7,1)))",
"Formula2": "LET(query1,FILTER(A2:G16,F2:F16=\"brenden\"),UNIQUE(CHOOSECOLS(query1,5,7,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "address and phone of the building managed by brenden.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"brenden\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"5",
"7",
"1"
]
},
{
"Formula": "UNIQUE(D1)",
"Formula2": "UNIQUE(D2:D16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "What's the description of building?",
"Tokens": [
"UNIQUE(",
"D1"
]
},
{
"Formula": "UNIQUE(D1)",
"Formula2": "UNIQUE(D2:D16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Any building descriptions?",
"Tokens": [
"UNIQUE(",
"D1"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,F1=\"emma\"),UNIQUE(CHOOSECOLS(query1,1,2)))",
"Formula2": "LET(query1,FILTER(A2:G16,F2:F16=\"emma\"),UNIQUE(CHOOSECOLS(query1,1,2)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "the ids and short names of buildings whose manager is emma",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"emma\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"2"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,F1=\"brenden\"),UNIQUE(CHOOSECOLS(query1,5,7)))",
"Formula2": "LET(query1,FILTER(A2:G16,F2:F16=\"brenden\"),UNIQUE(CHOOSECOLS(query1,5,7)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "the address and phone of the building managed by brenden.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"brenden\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"5",
"7"
]
}
] | rentals_apartment_buildings | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"building id",
"building short name",
"building full name",
"building description",
"building address",
"building manager",
"building phone"
],
[
"2",
"133",
"Normandie Court",
"Normandie Court",
"Studio",
"7950 Casper Vista Apt. 176\nMarquiseberg, CA 70496",
"Emma",
"(948)040-1064x387"
],
[
"3",
"153",
"Mercedes House",
"Mercedes House",
"Studio",
"354 Otto Villages\nCharliefort, VT 71664",
"Brenden",
"915-617-2408x832"
],
[
"4",
"191",
"The Eugene",
"The Eugene",
"Flat",
"71537 Gorczany Inlet\nWisozkburgh, AL 08256",
"Melyssa",
"(609)946-0491"
],
[
"5",
"196",
"VIA 57 WEST",
"VIA 57 WEST",
"Studio",
"959 Ethel Viaduct\nWest Efrainburgh, DE 40074",
"Kathlyn",
"681.772.2454"
],
[
"6",
"225",
"Columbus Square",
"Columbus Square",
"Studio",
"0703 Danika Mountains Apt. 362\nMohrland, AL 56839-5028",
"Kyle",
"1-724-982-9507x640"
],
[
"7",
"532",
"Avalon Park",
"Avalon Park",
"Duplex",
"6827 Kessler Parkway Suite 908\nAhmedberg, WI 48788",
"Albert",
"376-017-3538"
],
[
"8",
"556",
"Peter Cooper Village",
"Peter Cooper Village",
"Flat",
"861 Narciso Glens Suite 392\nEast Ottis, ND 73970",
"Darlene",
"1-224-619-0295x13195"
],
[
"9",
"624",
"Stuyvesant Town",
"Stuyvesant Town",
"Studio",
"101 Queenie Mountains Suite 619\nNew Korbinmouth, KS 88726-1376",
"Marie",
"(145)411-6406"
],
[
"10",
"644",
"The Anthem",
"The Anthem",
"Flat",
"50804 Mason Isle Suite 844\nWest Whitney, ID 66511",
"Ewald",
"(909)086-5221x3455"
],
[
"11",
"673",
"Barclay Tower",
"Barclay Tower",
"Flat",
"1579 Runte Forges Apt. 548\nLeuschkeland, OK 12009-8683",
"Rogers",
"1-326-267-3386x613"
],
[
"12",
"734",
"Windsor Court",
"Windsor Court",
"Studio",
"601 Graham Roads\nPort Luz, VA 29660-6703",
"Olaf",
"(480)480-7401"
],
[
"13",
"744",
"Silver Towers",
"Silver Towers",
"Flat",
"1844 Armstrong Stravenue Suite 853\nMyrnatown, CT 13528",
"Claude",
"1-667-728-2287x3158"
],
[
"14",
"790",
"Biltmore Plaza",
"Biltmore Plaza",
"Duplex",
"489 Josh Orchard Apt. 998\nSipesview, DE 69053",
"Sydni",
"544-148-5565x2847"
],
[
"15",
"808",
"Petersfield",
"Petersfield",
"Studio",
"54686 Christopher Circles Apt. 321\nDaytonland, ID 88081-3991",
"Juvenal",
"318-398-8140"
],
[
"16",
"968",
"The Clinton",
"The Clinton",
"Flat",
"012 Arnoldo Mountain\nGerholdland, ID 23342",
"Holly",
"1-605-511-1973x25011"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (D1=48)*(A1<2007)))",
"Formula2": "SUM(FILTER(C2:C9, (D2:D9=48)*(A2:A9<2007)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Before 2007, how many wins were there when the point total was 48?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"48",
"*",
"A1",
"<",
"2007"
]
},
{
"Formula": "SUM(FILTER(C1, (A1=2011)*(B1=\"michael meadows\")))",
"Formula2": "SUM(FILTER(C2:C9, (A2:A9=2011)*(B2:B9=\"michael meadows\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "In 2011, how many wins did Michael Meadows have?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"2011",
"*",
"B1",
"=",
"\"michael meadows\""
]
}
] | train_2-10701132-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Drivers",
"Wins",
"Points",
"D.C."
],
[
"2",
"2007",
"David Saelens",
"0",
"96",
"6th"
],
[
"3",
"2007",
"Marc Hynes",
"0",
"48",
"11th"
],
[
"4",
"2008",
"Patrick Huisman",
"0",
"98",
"4th"
],
[
"5",
"2008",
"David Saelens",
"0",
"73",
"12th"
],
[
"6",
"2011",
"James Sutton",
"0",
"N/A",
"G"
],
[
"7",
"2011",
"Michael Meadows",
"0",
"N/A",
"G"
],
[
"8",
"2012",
"Glynn Geddie",
"0",
"N/A",
"G"
],
[
"9",
"2012",
"Ahmad Al Harthy",
"0",
"N/A",
"G"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"olympiacos\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"olympiacos\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the name of the player from Olympiacos in 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"olympiacos\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"olympiacos\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"olympiacos\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played for Olympiacos in 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"olympiacos\"",
"1"
]
}
] | train_2-16574235-23 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Height",
"Weight",
"Spike",
"2008 club"
],
[
"2",
"Evgeni Ivanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"JastrzΔbski WΔgiel"
],
[
"3",
"Hristo Tsvetanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Budvanska Rivijera Budva"
],
[
"4",
"Andrey Zhekov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Patron Patra"
],
[
"5",
"Boyan Yordanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Olympiacos"
],
[
"6",
"Krasimir Gaydarski Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Olympiacos"
],
[
"7",
"Matey Kaziyski Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Trentino Volley"
],
[
"8",
"Vladimir Nikolov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Trentino Volley"
],
[
"9",
"Teodor Salparov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"CSKA Sofia"
],
[
"10",
"Kostadin Stoykov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"VC Nova"
],
[
"11",
"Todor Aleksiev Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Levski Siconco"
],
[
"12",
"Plamen Konstantinov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Iraklis"
],
[
"13",
"Ivan Tassev Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"CSKA Sofia"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1>0.166)*(B1=\"3-5\")))",
"Formula2": "SUM(FILTER(D2:D8, (C2:C8>0.166)*(B2:B8=\"3-5\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what total made has a percent made greater than 0.166 and a 3pm-a of 3-5",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
">",
"0.166",
"*",
"B1",
"=",
"\"3-5\""
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"5-5\")*(E1<14)))",
"Formula2": "SUM(FILTER(D2:D8, (B2:B8=\"5-5\")*(E2:E8<14)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the total made with a 3pm-a of 5-5 and a total attempted less than 14",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"5-5\"",
"*",
"E1",
"<",
"14"
]
},
{
"Formula": "SUM(FILTER(F1, (E1<49)*(C1=0.777)))",
"Formula2": "SUM(FILTER(F2:F8, (E2:E8<49)*(C2:C8=0.777)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the total series percent that has total attempted less than 49, and a percent made of 0.777",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"<",
"49",
"*",
"C1",
"=",
"0.777"
]
},
{
"Formula": "SUM(FILTER(E1, D1=16))",
"Formula2": "SUM(FILTER(E2:E8, D2:D8=16))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the total attempted with a total made 16",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"16"
]
}
] | train_2-17107550-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"3PM-A",
"Percent Made",
"Total Made",
"Total Attempted",
"Series Percent"
],
[
"2",
"1",
"4-9",
".444",
"4",
"9",
".444"
],
[
"3",
"2",
"5-5",
"1.00",
"9",
"14",
".642"
],
[
"4",
"3",
"7-9",
".777",
"16",
"23",
".700"
],
[
"5",
"4",
"3-5",
".600",
"19",
"28",
".679"
],
[
"6",
"5",
"6-10",
".600",
"25",
"38",
".658"
],
[
"7",
"6",
"1-5",
".200",
"26",
"43",
".605"
],
[
"8",
"7",
"1-6",
".166",
"27",
"49",
".551"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"spain\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"spain\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is To par, when Country is \"Spain\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"spain\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"josΓ© marΓa olazΓ‘bal\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"josΓ© marΓa olazΓ‘bal\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Country, when Player is \"JosΓ© MarΓa OlazΓ‘bal\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"josΓ© marΓa olazΓ‘bal\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"john cook\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"john cook\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Place, when Player is \"John Cook\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"john cook\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"raymond floyd\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"united states\")*(B2:B11=\"raymond floyd\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Score, when Country is \"United States\", and when Player is \"Raymond Floyd\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"raymond floyd\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"larry rinker\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"larry rinker\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is To par, when Player is \"Larry Rinker\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"larry rinker\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t8\")*(D1=\"70-67=137\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t8\")*(D2:D11=\"70-67=137\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Country, when Place is \"T8\", and when Score is \"70-67=137\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t8\"",
"*",
"D1",
"=",
"\"70-67=137\"",
"3"
]
}
] | train_2-18122130-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Nick Faldo",
"England",
"66-64=130",
"β12"
],
[
"3",
"T2",
"Gordon Brand, Jnr",
"Scotland",
"65-68=133",
"β9"
],
[
"4",
"T2",
"John Cook",
"United States",
"66-67=133",
"β9"
],
[
"5",
"4",
"Steve Pate",
"United States",
"64-70=134",
"β8"
],
[
"6",
"T5",
"Ernie Els",
"South Africa",
"66-69=135",
"β7"
],
[
"7",
"T5",
"Raymond Floyd",
"United States",
"64-71=135",
"β7"
],
[
"8",
"T5",
"Donnie Hammond",
"United States",
"70-65=135",
"β7"
],
[
"9",
"T8",
"JosΓ© MarΓa OlazΓ‘bal",
"Spain",
"70-67=137",
"β5"
],
[
"10",
"T8",
"Tom Purtzer",
"United States",
"68-69=137",
"β5"
],
[
"11",
"T8",
"Larry Rinker",
"United States",
"69-68=137",
"β5"
]
] |
[
{
"Formula": "ROWS(FILTER(C1,(A1=\"leon patton\")*(D1>45)))",
"Formula2": "ROWS(FILTER(C2:C12,(A2:A12=\"leon patton\")*(D2:D12>45)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many losses did leon patton have with the longest gain higher than 45?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"A1",
"=",
"\"leon patton\"",
"*",
"D1",
">",
"45"
]
}
] | dev_2-16435990-19 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Gain",
"Loss",
"Long",
"Avg/G"
],
[
"2",
"James Johnson",
"1161",
"58",
"68",
"92.2"
],
[
"3",
"Leon Patton",
"409",
"19",
"45",
"32.5"
],
[
"4",
"Deon Murphy",
"103",
"20",
"21",
"6.9"
],
[
"5",
"Terry Petrie",
"66",
"0",
"17",
"13.2"
],
[
"6",
"Jeremy Reed",
"25",
"0",
"9",
"12.5"
],
[
"7",
"Carson Coffman",
"0",
"3",
"0",
"-0.8"
],
[
"8",
"Jordy Nelson",
"2",
"9",
"1",
"-0.6"
],
[
"9",
"Josh Freeman",
"124",
"164",
"15",
"-3.3"
],
[
"10",
"TEAM",
"0",
"27",
"0",
"-5.4"
],
[
"11",
"Total",
"1893",
"300",
"68",
"132.8"
],
[
"12",
"Opponents",
"2021",
"322",
"45",
"141.6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mario & karina\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"mario & karina\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What result has mario & karina as the couple?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"mario & karina\"",
"5"
]
}
] | test_2-15116785-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Couple",
"Score",
"Style",
"Music",
"Result"
],
[
"2",
"Kristi & Mark",
"29 (10, 9, 10)",
"Paso Doble",
"\" Blue Monday \"β New Order",
"Safe"
],
[
"3",
"Priscilla & Louis",
"22 (7, 7, 8)",
"Viennese Waltz",
"\"Do Right Woman, Do Right Man\"β Etta James",
"Bottom 2"
],
[
"4",
"Adam & Julianne",
"19 (6,7,6)",
"Paso Doble",
"\"Plaza of Execution\"β James Horner",
"Eliminated"
],
[
"5",
"Marlee & Fabian",
"24 (8, 8, 8)",
"Viennese Waltz",
"\" She's Always a Woman \"β Billy Joel",
"Safe"
],
[
"6",
"Mario & Karina",
"24 (8, 7, 9)",
"Paso Doble",
"\" Higher Ground \"β Stevie Wonder",
"Safe"
],
[
"7",
"Jason & Edyta",
"29 (10, 9, 10)",
"Viennese Waltz",
"\" It's a Man's, Man's, Man's World \"β James Brown",
"Safe"
],
[
"8",
"CristiΓ‘n & Cheryl",
"26 (9, 8, 9)",
"Paso Doble",
"\"La Virgen de la Macarena\"β Canadian Brass",
"Safe"
],
[
"9",
"Shannon & Derek",
"28 (9, 10, 9)",
"Viennese Waltz",
"\" Keep Holding On \"β Avril Lavigne",
"Safe"
],
[
"10",
"Marissa & Tony",
"24 (8, 8, 8)",
"Paso Doble",
"\"My Family is My Life\"β James Horner",
"Safe"
]
] |
[
{
"Formula": "SUM(FILTER(C1, B1=48))",
"Formula2": "SUM(FILTER(C2:C15, B2:B15=48))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many seats were won, when the seats contested was 48?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"48"
]
},
{
"Formula": "SUMIFS(B1,A1,\"Independents\")",
"Formula2": "SUMIFS(B2:B15,A2:A15,\"Independents\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many seats are contested for independents?",
"Tokens": [
"SUMIFS(",
"B1",
"A1",
"\"Independents\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Revolutionary Socialist Party\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,A2:A15=\"Revolutionary Socialist Party\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the percentage seats contested for the revolutionary socialist party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"Revolutionary Socialist Party\"",
"6"
]
},
{
"Formula": "SUMIFS(H1,F1,\"38.23%\")",
"Formula2": "SUMIFS(H2:H15,F2:F15,\"38.23%\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the 2003 seat number, when seats contested was at 38.23%",
"Tokens": [
"SUMIFS(",
"H1",
"F1",
"\"38.23%\""
]
},
{
"Formula": "SUMIFS(G1,A1,\"Revolutionary Socialist Party\")",
"Formula2": "SUMIFS(G2:G15,A2:A15,\"Revolutionary Socialist Party\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many seats were forfeited in the revolutionary socialist party?",
"Tokens": [
"SUMIFS(",
"G1",
"A1",
"\"Revolutionary Socialist Party\""
]
}
] | train_1-20728138-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Party",
"Seats Contested",
"Seats Won",
"No. of Votes",
"% of Votes",
"% in Seats contested",
"Seats Forfeited",
"2003 Seats"
],
[
"2",
"Bharatiya Janata Party",
"49",
"0",
"28102",
"1.49%",
"1.79%",
"49",
"0"
],
[
"3",
"Communist Party of India",
"2",
"1",
"27891",
"1.48%",
"48.65%",
"0",
"1"
],
[
"4",
"Communist Party of India (Marxist)",
"56",
"46",
"903009",
"48.01%",
"51.21%",
"0",
"38"
],
[
"5",
"Indian National Congress",
"48",
"10",
"684207",
"36.38%",
"44.38%",
"1",
"13"
],
[
"6",
"Nationalist Congress Party",
"5",
"0",
"1882",
"0.10%",
"0.92%",
"5",
"0"
],
[
"7",
"All India Forward Bloc",
"12",
"0",
"2961",
"0.16%",
"0.74%",
"12",
"0"
],
[
"8",
"All India Trinamool Congress",
"22",
"0",
"6620",
"0.35%",
"0.92%",
"22",
"0"
],
[
"9",
"Indigenous Nationalist Party of Twipra",
"11",
"1",
"116761",
"6.21%",
"38.23%",
"2",
"6"
],
[
"10",
"Janata Dal (United)",
"2",
"0",
"1081",
"0.06%",
"1.74%",
"2",
"0"
],
[
"11",
"Lok Janshakti Party",
"8",
"0",
"2738",
"0.15%",
"1.07%",
"8",
"0"
],
[
"12",
"Revolutionary Socialist Party",
"2",
"2",
"31717",
"1.69%",
"52.58%",
"0",
"2"
],
[
"13",
"Amra Bangalee",
"19",
"0",
"5532",
"0.29%",
"0.96%",
"19",
"0"
],
[
"14",
"Party of Democratic Socialism",
"1",
"0",
"2062",
"0.11%",
"6.13%",
"1",
"0"
],
[
"15",
"Independents",
"62",
"0",
"61010",
"3.24%",
"4.94%",
"58",
"0"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"ags jh23b\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,C2:C9=\"ags jh23b\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which year had 0 points and an AGS JH23B chassis?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"ags jh23b\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (A1>1986)*(C1=\"ags jh23b\")))",
"Formula2": "SUM(FILTER(E2:E9, (A2:A9>1986)*(C2:C9=\"ags jh23b\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many points does the year after 1986 with a AGS JH23B chassis have?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
">",
"1986",
"*",
"C1",
"=",
"\"ags jh23b\""
]
},
{
"Formula": "SUMIFS(E1,B1,\"tyrrell racing organisation\")",
"Formula2": "SUMIFS(E2:E9,B2:B9,\"tyrrell racing organisation\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points did the Tyrrell Racing Organisation have?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"tyrrell racing organisation\""
]
}
] | train_2-1226517-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1984",
"Equipe Renault Elf",
"Renault RE50",
"Renault V6",
"0"
],
[
"3",
"1985",
"Equipe Ligier Gitanes",
"Ligier JS25",
"Renault V6",
"4"
],
[
"4",
"1985",
"Tyrrell Racing Organisation",
"Tyrrell 014",
"Renault V6",
"4"
],
[
"5",
"1986",
"Data General Team Tyrrell",
"Tyrrell 014",
"Renault V6",
"3"
],
[
"6",
"1986",
"Data General Team Tyrrell",
"Tyrrell 015",
"Renault V6",
"3"
],
[
"7",
"1987",
"Data General Team Tyrrell",
"Tyrrell DG016",
"Cosworth V8",
"4"
],
[
"8",
"1988",
"Automobiles Gonfaronnaises Sportives",
"AGS JH23",
"Cosworth V8",
"0"
],
[
"9",
"1989",
"Automobiles Gonfaronnaises Sportives",
"AGS JH23B",
"Cosworth V8",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"6.9 (45)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"6.9 (45)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away team when the score is 6.9 (45)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"6.9 (45)\"",
"3"
]
},
{
"Formula": "SUMIFS(F1,A1,\"footscray\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"footscray\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total of the crowd when the home team is footscray?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"footscray\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"essendon\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"essendon\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away team score when the away team is Essendon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"essendon\"",
"4"
]
},
{
"Formula": "SUMIFS(F1,B1,\"5.9 (39)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"5.9 (39)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the crowd total when the home score is 5.9 (39)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"5.9 (39)\""
]
}
] | train_2-10775890-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"5.9 (39)",
"Hawthorn",
"9.21 (75)",
"Western Oval",
"16,794",
"30 July 1960"
],
[
"3",
"Collingwood",
"9.11 (65)",
"Essendon",
"6.9 (45)",
"Victoria Park",
"39,110",
"30 July 1960"
],
[
"4",
"Carlton",
"10.12 (72)",
"St Kilda",
"11.17 (83)",
"Princes Park",
"24,684",
"30 July 1960"
],
[
"5",
"Richmond",
"9.13 (67)",
"North Melbourne",
"12.7 (79)",
"Punt Road Oval",
"8,500",
"30 July 1960"
],
[
"6",
"South Melbourne",
"10.10 (70)",
"Melbourne",
"16.13 (109)",
"Lake Oval",
"18,000",
"30 July 1960"
],
[
"7",
"Geelong",
"7.11 (53)",
"Fitzroy",
"14.11 (95)",
"Kardinia Park",
"15,022",
"30 July 1960"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, C1=\"24:33\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A8, C2:C8=\"24:33\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes ran 24:33?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"\"24:33\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"25April1970\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"25April1970\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "On broadcast date is 25april1970, how many people tuned in?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"25April1970\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"28March1970\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"28March1970\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "On broadcast date is 28march1970, how many people tuned in?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"28March1970\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"21March1970\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"21March1970\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "On broadcast date is 21march1970, how many people tuned in?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"21March1970\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"18April1970\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"18April1970\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the archive of the show that aired on 18april1970?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"18April1970\"",
"5"
]
}
] | train_1-2102898-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode",
"Broadcast date",
"Run time",
"Viewers (in millions)",
"Archive"
],
[
"2",
"\" Episode 1 \"",
"21March1970",
"24:33",
"7.1",
"PAL 2\" colour videotape"
],
[
"3",
"\" Episode 2 \"",
"28March1970",
"24:39",
"7.6",
"Chroma dot colour recovery"
],
[
"4",
"\" Episode 3 \"",
"4April1970",
"24:38",
"8.0",
"Chroma dot colour recovery"
],
[
"5",
"\" Episode 4 \"",
"11April1970",
"24:37",
"9.3",
"Chroma dot colour recovery"
],
[
"6",
"\" Episode 5 \"",
"18April1970",
"24:17",
"7.1",
"PAL D3 colour restoration"
],
[
"7",
"\" Episode 6 \"",
"25April1970",
"24:31",
"6.9",
"Chroma dot colour recovery"
],
[
"8",
"\" Episode 7 \"",
"2May1970",
"24:32",
"6.4",
"Chroma dot colour recovery"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"21 app / 6 goals\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"21 app / 6 goals\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the national cup statistics when the Championship is 21 app / 6 goals?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"21 app / 6 goals\"",
"5"
]
}
] | train_1-19333752-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Club",
"Country",
"Championship",
"National Cup",
"International Cup"
],
[
"2",
"2006β2007",
"CA Bizerte",
"Tunisian Ligue",
"? app / 0 goals",
"β app / β goal",
"β app / β goal"
],
[
"3",
"2007β2008",
"CA Bizerte",
"Tunisian Ligue",
"? app / 7 goals",
"β app / β goal",
"β app / β goal"
],
[
"4",
"2007β2008",
"EspΓ©rance Tunis",
"Tunisian Ligue",
"8 app / 1 goals",
"β app / β goal",
"β app / β goal"
],
[
"5",
"2008β2009",
"EspΓ©rance Tunis",
"Tunisian Ligue",
"21 app / 6 goals",
"β app / β goal",
"β app / β goal"
],
[
"6",
"2009β2010",
"EspΓ©rance Tunis",
"Tunisian Ligue",
"11 app / 6 goals",
"β app / β goal",
"β app / β goal"
],
[
"7",
"2009β2010",
"BSC Young Boys",
"Swiss Super League",
"15 app / 5 goals",
"β app / β goal",
"β app / β goal"
],
[
"8",
"2010β2011",
"BSC Young Boys",
"Swiss Super League",
"34 app / 16 goals",
"3 app / 3 goal",
"10 app / 3 goals"
],
[
"9",
"2011β2012",
"BSC Young Boys",
"Swiss Super League",
"6 app / 0 goals",
"β app / β goal",
"4 app / 1 goals"
],
[
"10",
"2011β2012",
"FenerbahΓ§e",
"SΓΌper Lig",
"36 app / 8 goals",
"3 app / 4 goals",
"β app / β goal"
],
[
"11",
"2012β2013",
"FenerbahΓ§e",
"SΓΌper Lig",
"2 app / 0 goals",
"0 app / 0 goals",
"3 app / 0 goal"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"2-1\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"2-1\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the DjurgΓ₯rden scorers that have a Score of 2-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"2-1\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"sjΓΆlund (2)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"sjΓΆlund (2)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the Opponents that have DjurgΓ₯rden scorers of sjΓΆlund (2)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"sjΓΆlund (2)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"2005-10-29\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"2005-10-29\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score that has a Date of 2005-10-29?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"2005-10-29\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"4 679\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"4 679\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score that has an Attendance of 4 679?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"4 679\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"semifinal\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"semifinal\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date that has a Round of semifinal?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"semifinal\"",
"1"
]
}
] | train_2-16514823-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Venue",
"Opponents",
"Score",
"Round",
"DjurgΓ₯rden scorers",
"Attendance"
],
[
"2",
"2005-04-21",
"GrenadjΓ€rvallen",
"Rynninge",
"3-1",
"Round 2",
"Larsen (2), Kuivasto",
"1 276"
],
[
"3",
"2005-05-05",
"Vilundavallen",
"VΓ€sby",
"2-0",
"Round 3",
"Larsen , Barsom",
"2 383"
],
[
"4",
"2005-06-10",
"Enskede IP",
"Enskede",
"5-1",
"Round 4",
"Kusi-Asare (3), Amoah , SjΓΆlund",
"2 437"
],
[
"5",
"2005-07-22",
"Brovallens IP",
"Γlme",
"6-0",
"Quarterfinal",
"SjΓΆlund (3), HysΓ©n , Γrnason , Amoah",
"2 808"
],
[
"6",
"2005-09-22",
"Stadion",
"Elfsborg",
"2-1",
"Semifinal",
"SjΓΆlund (2)",
"4 679"
],
[
"7",
"2005-10-29",
"RΓ₯sunda",
"Γ
tvidaberg",
"2-0",
"Final",
"Kuivasto , HysΓ©n",
"11 613"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (D1=1)*(B1>7)))",
"Formula2": "SUM(FILTER(E2:E12, (D2:D12=1)*(B2:B12>7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many podiums associated with 1 vuelta and over 7 tours?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"1",
"*",
"B1",
">",
"7"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=\"miguel indurΓ‘in\")*(D1>1)))",
"Formula2": "SUM(FILTER(E2:E12, (A2:A12=\"miguel indurΓ‘in\")*(D2:D12>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total for miguel indurΓ‘in with a Vuelta larger than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"\"miguel indurΓ‘in\"",
"*",
"D1",
">",
"1"
]
}
] | train_2-1286819-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Tour",
"Giro",
"Vuelta",
"Total"
],
[
"2",
"Jacques Anquetil",
"6",
"6",
"1",
"13"
],
[
"3",
"Bernard Hinault",
"7",
"3",
"2",
"12"
],
[
"4",
"Eddy Merckx",
"6",
"5",
"1",
"12"
],
[
"5",
"Felice Gimondi",
"2",
"9",
"1",
"12"
],
[
"6",
"Raymond Poulidor",
"8",
"0",
"2",
"10"
],
[
"7",
"Gino Bartali",
"3",
"7",
"0",
"10"
],
[
"8",
"Miguel IndurΓ‘in",
"5",
"3",
"1",
"9"
],
[
"9",
"Fausto Coppi",
"2",
"7",
"0",
"9"
],
[
"10",
"Joop Zoetemelk",
"7",
"0",
"1",
"8"
],
[
"11",
"Pedro Delgado",
"3",
"0",
"5",
"8"
],
[
"12",
"Jan Ullrich",
"6",
"0",
"1",
"7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"at Minnesota Vikings\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"at Minnesota Vikings\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many opponents are at Minnesota Vikings?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"at Minnesota Vikings\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"New England Patriots\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"New England Patriots\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date when the opponent is the New England Patriots?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"New England Patriots\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(B2:B16,SUMX(E2:E16)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "How many dates do the dolphins have 6 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_1-18847736-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Dolphins points",
"Opponents",
"Record",
"Attendance"
],
[
"2",
"1",
"Sept. 2",
"at Buffalo Bills",
"Win",
"9",
"7",
"1β0",
"69441"
],
[
"3",
"2",
"Sept. 9",
"Seattle Seahawks",
"Win",
"19",
"10",
"2β0",
"56233"
],
[
"4",
"3",
"Sept. 16",
"at Minnesota Vikings",
"Win",
"27",
"12",
"3β0",
"46187"
],
[
"5",
"4",
"Sept. 23",
"Chicago Bears",
"Win",
"31",
"16",
"4β0",
"66011"
],
[
"6",
"5",
"Sept. 30",
"at New York Jets",
"Loss",
"27",
"33",
"4β1",
"51496"
],
[
"7",
"6",
"Oct. 8",
"at Oakland Raiders",
"Loss",
"3",
"13",
"4β2",
"52419"
],
[
"8",
"7",
"Oct. 14",
"Buffalo Bills",
"Win",
"17",
"7",
"5β2",
"45597"
],
[
"9",
"8",
"Oct. 21",
"at New England Patriots",
"Loss",
"13",
"28",
"5β3",
"61096"
],
[
"10",
"9",
"Oct. 28",
"Green Bay Packers",
"Win",
"27",
"7",
"6β3",
"47741"
],
[
"11",
"10",
"Nov. 5",
"Houston Oilers",
"Loss",
"6",
"9",
"6β4",
"70273"
],
[
"12",
"11",
"Nov. 11",
"Baltimore Colts",
"Win",
"19",
"0",
"7β4",
"50193"
],
[
"13",
"12",
"Nov. 18",
"at Cleveland Browns",
"Loss (OT)",
"24",
"30",
"7β5",
"80374"
],
[
"14",
"13",
"Nov. 25",
"at Baltimore Colts",
"Win",
"28",
"24",
"8β5",
"38016"
],
[
"15",
"14",
"Nov. 29",
"New England Patriots",
"Win",
"39",
"24",
"9β5",
"69174"
],
[
"16",
"15",
"Dec. 9",
"at Detroit Lions",
"Win",
"28",
"10",
"10β5",
"78087"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did Melbourne play as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"melbourne\"",
"7"
]
}
] | train_2-10807253-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"10.19 (79)",
"South Melbourne",
"10.13 (73)",
"Glenferrie Oval",
"8,000",
"10 August 1940"
],
[
"3",
"Geelong",
"12.15 (87)",
"Richmond",
"16.11 (107)",
"Corio Oval",
"10,000",
"10 August 1940"
],
[
"4",
"Essendon",
"10.12 (72)",
"Fitzroy",
"10.15 (75)",
"Windy Hill",
"18,000",
"10 August 1940"
],
[
"5",
"Collingwood",
"12.21 (93)",
"North Melbourne",
"6.17 (53)",
"Victoria Park",
"6,500",
"10 August 1940"
],
[
"6",
"St Kilda",
"13.9 (87)",
"Footscray",
"15.22 (112)",
"Junction Oval",
"13,000",
"10 August 1940"
],
[
"7",
"Melbourne",
"14.12 (96)",
"Carlton",
"20.13 (133)",
"MCG",
"16,500",
"10 August 1940"
]
] |
[
{
"Formula": "MAX(FILTER(F1,(D1=\"1958β1965\")*(E1<11)))",
"Formula2": "MAX(FILTER(F2:F11,(D2:D11=\"1958β1965\")*(E2:E11<11)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of FCWC in the Years of 1958β1965, and an ICFC smaller than 11?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"D1",
"=",
"\"1958β1965\"",
"*",
"E1",
"<",
"11"
]
},
{
"Formula": "MIN(FILTER(A1,G1=23))",
"Formula2": "MIN(FILTER(A2:A11,G2:G11=23))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the lowest ranking associated with a total of 23?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"G1",
"=",
"23"
]
}
] | dev_2-14707564-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Ranking",
"Nationality",
"Name",
"Years",
"ICFC",
"FCWC",
"Total"
],
[
"2",
"1",
"Argentina",
"Lionel Messi Category:Articles with hCards",
"2004β",
"0",
"4",
"68"
],
[
"3",
"2",
"Brazil",
"Rivaldo",
"1997β2002",
"0",
"0",
"31"
],
[
"4",
"3",
"Spain",
"Luis Enrique Category:Articles with hCards",
"1996β2004",
"0",
"0",
"27"
],
[
"5",
"3",
"Brazil",
"Evaristo de Macedo Category:Articles with hCards",
"1957β1962",
"17",
"0",
"27"
],
[
"6",
"5",
"Netherlands",
"Patrick Kluivert Category:Articles with hCards",
"1998β2004",
"0",
"0",
"26"
],
[
"7",
"6",
"Spain",
"Carles Rexach Category:Articles with hCards",
"1965β1981",
"4",
"0",
"25"
],
[
"8",
"7",
"Bulgaria",
"Hristo Stoichkov Category:Articles with hCards",
"1990β1995 1996β1998",
"0",
"1",
"23"
],
[
"9",
"8",
"Spain",
"JosΓ© ZaldΓΊa Category:Articles with hCards",
"1961β1971",
"18",
"0",
"22"
],
[
"10",
"9",
"Hungary",
"SΓ‘ndor Kocsis Category:Articles with hCards",
"1958β1965",
"11",
"0",
"21"
],
[
"11",
"10",
"Brazil",
"Ronaldinho",
"2003β2008",
"0",
"1",
"19"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"1.6 duratec ti-vct\")*(D1=\"ps (kw; hp)@6300\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(A2:A8=\"1.6 duratec ti-vct\")*(D2:D8=\"ps (kw; hp)@6300\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Code of 1.6 duratec ti-vct, and a Power@rpm of ps (kw; hp)@6300 has what torque@rpm?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"1.6 duratec ti-vct\"",
"*",
"D1",
"=",
"\"ps (kw; hp)@6300\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"1.6 duratec ti-vct\")*(D1=\"ps (kw; hp)@6000\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(A2:A8=\"1.6 duratec ti-vct\")*(D2:D8=\"ps (kw; hp)@6000\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Code of 1.6 duratec ti-vct, and a Power@rpm of ps (kw; hp)@6000 has what torque@rpm?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"1.6 duratec ti-vct\"",
"*",
"D1",
"=",
"\"ps (kw; hp)@6000\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"nΒ·m (lbΒ·ft)@4050\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"nΒ·m (lbΒ·ft)@4050\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "torque@rpm of nΒ·m (lbΒ·ft)@4050 has what code?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"nΒ·m (lbΒ·ft)@4050\"",
"1"
]
}
] | train_2-1462769-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Code",
"Years",
"Displacement (bore x stroke)/Type",
"Power@rpm",
"torque@rpm",
"Compression (:1)"
],
[
"2",
"1.5 Duratec Ti-VCT",
"2013-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6300",
"NΒ·m (lbΒ·ft)@4300",
"11.0:1"
],
[
"3",
"1.6 Duratec Ti-VCT",
"2004-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6000",
"NΒ·m (lbΒ·ft)@4150",
"11.0:1"
],
[
"4",
"1.6 Duratec Ti-VCT",
"2007-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6000",
"NΒ·m (lbΒ·ft)@4050",
"11.0:1"
],
[
"5",
"1.6 Duratec Ti-VCT",
"2007-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6300",
"NΒ·m (lbΒ·ft)@4100",
"11.0:1"
],
[
"6",
"1.6 Duratec Ti-VCT",
"2008-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6300",
"NΒ·m (lbΒ·ft)@4100",
"11.0:1"
],
[
"7",
"1.6 Duratec Ti-VCT",
"2010-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6000",
"NΒ·m (lbΒ·ft)@4000-4500",
"11.0:1"
],
[
"8",
"1.6 Duratec Ti-VCT",
"2011-",
"cc (L; cu in) (mm (in)?xmm (in)?) I4",
"PS (kW; hp)@6700",
"NΒ·m (lbΒ·ft)@4250",
"11.0:1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Mark Critz (D) 50.8% Tim Burns (R) 49.2%\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"Mark Critz (D) 50.8% Tim Burns (R) 49.2%\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When mark critz (d) 50.8% tim burns (r) 49.2% are the candidates what is the party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Mark Critz (D) 50.8% Tim Burns (R) 49.2%\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Chris Carney\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Chris Carney\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When chris carney is the incumbent what are the results?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Chris Carney\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1994),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=1994),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "When 1994 is the first elected what is the district?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1994",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Pennsylvania 3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"Pennsylvania 3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When pennsylvania 3 is the district who is the incumbent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Pennsylvania 3\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1984),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=1984),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "When 1984 is the first elected who are the candidates?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1984",
"6"
]
}
] | train_1-19753079-41 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Pennsylvania 1",
"Bob Brady",
"Democratic",
"1998",
"Re-elected",
"Bob Brady (D) unopposed"
],
[
"3",
"Pennsylvania 2",
"Chaka Fattah",
"Democratic",
"1994",
"Re-elected",
"Chaka Fattah (D) 89.3% Rick Hellberg (R) 10.7%"
],
[
"4",
"Pennsylvania 3",
"Kathy Dahlkemper",
"Democratic",
"2008",
"Lost re-election Republican gain",
"Mike Kelly (R) 55.7% Kathy Dahlkemper (D) 44.3%"
],
[
"5",
"Pennsylvania 4",
"Jason Altmire",
"Democratic",
"2006",
"Re-elected",
"Jason Altmire (D) 50.8% Keith Rothfuss (R) 49.2%"
],
[
"6",
"Pennsylvania 6",
"Jim Gerlach",
"Republican",
"2002",
"Re-elected",
"Jim Gerlach (R) 57.1% Manan Trivedi (D) 42.9%"
],
[
"7",
"Pennsylvania 9",
"Bill Shuster",
"Republican",
"2001",
"Re-elected",
"Bill Shuster (R) 73.1% Tom Conners (D) 26.9%"
],
[
"8",
"Pennsylvania 10",
"Chris Carney",
"Democratic",
"2006",
"Lost re-election Republican gain",
"Tom Marino (R) 55.2% Chris Carney (D) 44.8%"
],
[
"9",
"Pennsylvania 11",
"Paul Kanjorski",
"Democratic",
"1984",
"Lost re-election Republican gain",
"Lou Barletta (R) 54.7% Paul Kanjorski (D) 45.3%"
],
[
"10",
"Pennsylvania 12",
"Mark Critz",
"Democratic",
"2010",
"Re-elected",
"Mark Critz (D) 50.8% Tim Burns (R) 49.2%"
],
[
"11",
"Pennsylvania 13",
"Allyson Schwartz",
"Democratic",
"2004",
"Re-elected",
"Allyson Schwartz (D) 56.3% Dee Adcock (R) 43.7%"
],
[
"12",
"Pennsylvania 16",
"Joe Pitts",
"Republican",
"1996",
"Re-elected",
"Joe Pitts (R) 65.4% Lois Herr (D) 34.6%"
],
[
"13",
"Pennsylvania 17",
"Tim Holden",
"Democratic",
"1992",
"Re-elected",
"Tim Holden (D) 55.5% Dave Argall (R) 44.5%"
]
] |
[
{
"Formula": "FILTER(D1,A1=\"webometrics\")",
"Formula2": "FILTER(D2:D9,A2:A9=\"webometrics\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the 2009 ranking for Webometrics?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"webometrics\""
]
}
] | dev_2-1625631-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Ranking",
"2007",
"2008",
"2009",
"2010"
],
[
"2",
"Compas",
"2",
"2",
"2",
"4"
],
[
"3",
"Zerkalo Nedeli / UNESCO",
"3",
"9",
"8",
"β"
],
[
"4",
"Dengi",
"2",
"2",
"2",
"β"
],
[
"5",
"Korespondent.net",
"2",
"3",
"β",
"2"
],
[
"6",
"Kommentarii:",
"β",
"β",
"β",
"2"
],
[
"7",
"Kiev student council",
"β",
"β",
"3",
"β"
],
[
"8",
"Webometrics",
"β",
"β",
"9",
"2"
],
[
"9",
"4 International Colleges & Universities",
"β",
"β",
"β",
"9"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=\"chevrolet\")*(C1=\"jack sprague\")*(B1<2)))",
"Formula2": "SUM(FILTER(A2:A11, (D2:D11=\"chevrolet\")*(C2:C11=\"jack sprague\")*(B2:B11<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Pos has a Make of chevrolet, and a Driver of jack sprague, and a Car # smaller than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"chevrolet\"",
"*",
"C1",
"=",
"\"jack sprague\"",
"*",
"B1",
"<",
"2"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=\"erik darnell\")*(A1<2)))",
"Formula2": "SUM(FILTER(B2:B11, (C2:C11=\"erik darnell\")*(A2:A11<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Car numbers have a Driver of erik darnell, and a Pos smaller than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"\"erik darnell\"",
"*",
"A1",
"<",
"2"
]
},
{
"Formula": "SUM(FILTER(A1, B1=33))",
"Formula2": "SUM(FILTER(A2:A11, B2:B11=33))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Pos has a Car # of 33?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"33"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"circle bar racing\")*(B1<14)))",
"Formula2": "SUM(FILTER(A2:A11, (E2:E11=\"circle bar racing\")*(B2:B11<14)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Pos has a Team of circle bar racing, and a Car # smaller than 14?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"circle bar racing\"",
"*",
"B1",
"<",
"14"
]
},
{
"Formula": "SUM(FILTER(A1, (B1>2)*(E1=\"billy ballew motorsports\")))",
"Formula2": "SUM(FILTER(A2:A11, (B2:B11>2)*(E2:E11=\"billy ballew motorsports\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Pos has a Car # larger than 2, and a Team of billy ballew motorsports?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
">",
"2",
"*",
"E1",
"=",
"\"billy ballew motorsports\""
]
}
] | train_2-14292964-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pos.",
"Car #",
"Driver",
"Make",
"Team"
],
[
"2",
"1",
"33",
"Ron Hornaday",
"Chevrolet",
"Kevin Harvick Incorporated"
],
[
"3",
"2",
"99",
"Erik Darnell",
"Ford",
"Roush Fenway Racing"
],
[
"4",
"3",
"88",
"Matt Crafton",
"Chevrolet",
"ThorSport Racing"
],
[
"5",
"4",
"14",
"Rick Crawford",
"Ford",
"Circle Bar Racing"
],
[
"6",
"5",
"11",
"David Starr",
"Toyota",
"Red Horse Racing"
],
[
"7",
"6",
"2",
"Jack Sprague",
"Chevrolet",
"Kevin Harvick Incorporated"
],
[
"8",
"7",
"5",
"Mike Skinner",
"Toyota",
"Bill Davis Racing"
],
[
"9",
"8",
"09",
"Bobby East",
"Ford",
"Roush Fenway Racing"
],
[
"10",
"9",
"51",
"Shane Sieg",
"Toyota",
"Billy Ballew Motorsports"
],
[
"11",
"10",
"4",
"Stacy Compton",
"Dodge",
"Bobby Hamilton Racing-Virginia"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (F1=10)*(E1<4)))",
"Formula2": "SUM(FILTER(C2:C6, (F2:F6=10)*(E2:E6<4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of appearances in the premier league when there were 10 appearances at UEFA and less than 4 at league cup?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"10",
"*",
"E1",
"<",
"4"
]
},
{
"Formula": "MAX(FILTER(G1, D1<4))",
"Formula2": "MAX(FILTER(G2:G6, D2:D6<4))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest total number of appearances when there were less than 4 at the FA cup?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"D1",
"<",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1),SUMX(C1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)=33)*(CHOOSECOLS(query1,4)>5)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6),SUMX(C2:C6),SUMX(F2:F6)),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)=33)*(CHOOSECOLS(query1,4)>5)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What player had less than 6 appearances at the FA cup, 33 at the premier league, and more than 5 at the UEFA cup?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"SUMX(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"33",
"*",
"CHOOSECOLS(",
"query1",
"4",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(E1, (B1=\"defender\")*(F1<10)))",
"Formula2": "SUM(FILTER(E2:E6, (B2:B6=\"defender\")*(F2:F6<10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the appearances at the league cup for the defender who had less than 10 appearances at the UEFA cup?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"\"defender\"",
"*",
"F1",
"<",
"10"
]
}
] | train_2-17583318-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Premier League",
"FA Cup",
"League Cup",
"UEFA Cup",
"Total"
],
[
"2",
"Michael Dawson",
"Defender",
"37",
"6",
"4",
"10",
"57"
],
[
"3",
"Paul Robinson",
"Goalkeeper",
"38",
"4",
"3",
"9",
"54"
],
[
"4",
"Pascal Chimbonda",
"Defender",
"33",
"4",
"4",
"10",
"51"
],
[
"5",
"Jermain Defoe",
"Forward",
"33",
"5",
"5",
"5",
"48"
],
[
"6",
"Robbie Keane",
"Forward",
"27",
"5",
"3",
"9",
"44"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"sociology\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,E2:E20=\"sociology\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "list the male to female ratio of sociology",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"sociology\"",
"8"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,B1=\"united kingdom\"),UNIQUE(CHOOSECOLS(query1,8,1)))",
"Formula2": "LET(query1,FILTER(A2:H20,B2:B20=\"united kingdom\"),UNIQUE(CHOOSECOLS(query1,8,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "list male to female ratio of each university in UK",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"united kingdom\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"8",
"1"
]
},
{
"Formula": "FILTER(A1:H1, G1>0.998)",
"Formula2": "FILTER(A2:H20, G2:G20>0.998)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "list graduation rate which is equal to 99.80% or higher than 99.80%",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
">",
"0.998"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"world economics\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,E2:E20=\"world economics\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "show the male to female ratio of world economics",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"world economics\"",
"8"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,(B1=\"japan\")*(G1=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,5,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,(B2:B20=\"japan\")*(G2:G20=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,5,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "show the major that university is in Japan, required score is 72 and graduation rate is 99.99%",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"japan\"",
"*",
"G1",
"=",
"0.9999",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"5",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"72"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MAXX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the maximum required score >75 and the graduation rate <= 99.8% in majors. ",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MAXX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"75"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MAXX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the maximum required score >75 and the graduation rate <= 99.8% in majors. ",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MAXX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"75"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MAXX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the maximum required score >75 and the graduation rate <= 99.8% in majors. ",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MAXX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"75"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MAXX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the maximum required score >75 and the graduation rate <= 99.8% in majors. ",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MAXX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"75"
]
},
{
"Formula": "AVERAGE(FILTER(G1, C1>0.998))",
"Formula2": "AVERAGE(FILTER(G2:G20, C2:C20>0.998))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Any graduation rate with a rank over 0.998?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"C1",
">",
"0.998"
]
},
{
"Formula": "AVERAGEIFS(G1,A1,\"fudan university\")",
"Formula2": "AVERAGEIFS(G2:G20,A2:A20,\"fudan university\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the graduation rate of Fudan University?",
"Tokens": [
"AVERAGEIFS(",
"G1",
"A1",
"\"fudan university\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,(B1=\"japan\")*(G1=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,(B2:B20=\"japan\")*(G2:G20=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Does Japan have any universities or majors requiring a score of 72 with a graduation rate 99.99%?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"japan\"",
"*",
"G1",
"=",
"0.9999",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"72"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"sociology\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,E2:E20=\"sociology\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the male to female ratio in the major of sociology?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"sociology\"",
"8"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MINX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MINX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MINX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "The majors with a graduation rate less than or equal to 99.8% and which have a minimum required score of 75.",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MINX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"75"
]
},
{
"Formula": "FILTER(A1:H1, C1=108)",
"Formula2": "FILTER(A2:H20, C2:C20=108)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Table when rank is 108",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"108"
]
},
{
"Formula": "FILTER(A1:H1, C1<=47)",
"Formula2": "FILTER(A2:H20, C2:C20<=47)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "Table where rank is <= 47.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"C1",
"<=",
"47"
]
},
{
"Formula": "FILTER(A1:H1, E1=\"Dance\")",
"Formula2": "FILTER(A2:H20, E2:E20=\"Dance\")",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Data for dance majors",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"Dance\""
]
},
{
"Formula": "SORT(SUMMARIZE(HSTACK(B1,A1),AVERAGEX(G1)), 3, 1)",
"Formula2": "SORT(SUMMARIZE(HSTACK(B2:B20,A2:A20),AVERAGEX(G2:G20)), 3, 1)",
"Funcs": [
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num"
],
"Level": "hard",
"Question": "Graduation rates from lowest to highest in different countries and universities.",
"Tokens": [
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"B1",
"A1",
"AVERAGEX(",
"G1",
"3",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,(B1=\"japan\")*(G1=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,(B2:B20=\"japan\")*(G2:G20=0.9999)),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,5)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,3)=72))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Does Japan have any university or major requiring a 72 score with a graduation rate 99.99%?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"japan\"",
"*",
"G1",
"=",
"0.9999",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"72"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"sociology\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,E2:E20=\"sociology\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the male to female ratio of sociology?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"sociology\"",
"8"
]
},
{
"Formula": "FILTER(A1:H1, C1=108)",
"Formula2": "FILTER(A2:H20, C2:C20=108)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "The table when the rank is 108.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"108"
]
},
{
"Formula": "FILTER(A1:H1, E1=\"Dance\")",
"Formula2": "FILTER(A2:H20, E2:E20=\"Dance\")",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Table about dance major",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"Dance\""
]
},
{
"Formula": "SORT(SUMMARIZE(HSTACK(B1,A1),AVERAGEX(G1)), 3, 1)",
"Formula2": "SORT(SUMMARIZE(HSTACK(B2:B20,A2:A20),AVERAGEX(G2:G20)), 3, 1)",
"Funcs": [
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num"
],
"Level": "hard",
"Question": "Graduation rates from the bottom to the top in different countries and universities.",
"Tokens": [
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"B1",
"A1",
"AVERAGEX(",
"G1",
"3",
"1"
]
},
{
"Formula": "SORT(HSTACK(AVERAGE(G1), SUM(F1)), 1, -1)",
"Formula2": "SORT(HSTACK(AVERAGE(G2:G20), SUM(F2:F20)), 1, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"AVERAGE(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "Required scores by graduation rates from highest to lowest.",
"Tokens": [
"SORT(",
"HSTACK(",
"AVERAGE(",
"G1",
"SUM(",
"F1",
"1",
"-",
"1"
]
},
{
"Formula": "SORT(HSTACK(AVERAGE(G1), SUM(F1)), 1, -1)",
"Formula2": "SORT(HSTACK(AVERAGE(G2:G20), SUM(F2:F20)), 1, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"AVERAGE(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "Required scores by graduation rates from the highest to the lowest.",
"Tokens": [
"SORT(",
"HSTACK(",
"AVERAGE(",
"G1",
"SUM(",
"F1",
"1",
"-",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H20,G2:G20<=0.998),SUMMARIZE(CHOOSECOLS(query1,5),MAXX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>75))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"MAXX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the maximum required score >75 and the graduation rate <= 99.8% in majors. ",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"0.998",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"MAXX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"75"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,AVERAGEX(F1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,AVERAGEX(F2:F20)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "lowest Average required score country",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"AVERAGEX(",
"F1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,AVERAGEX(F1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,AVERAGEX(F2:F20)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "country with the lowest mean required score.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"AVERAGEX(",
"F1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,MEDIANX(C1)), 2, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,MEDIANX(C2:C20)), 2, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 highest median rank countries",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"MEDIANX(",
"C1",
"2",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,MEDIANX(C1)), 2, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,MEDIANX(C2:C20)), 2, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 countries having the highest median ranks.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"MEDIANX(",
"C1",
"2",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,MEDIANX(C1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E20,MEDIANX(C2:C20)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 lowest median rank majors.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"MEDIANX(",
"C1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,MEDIANX(C1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E20,MEDIANX(C2:C20)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "show me 2 majors which have the lowest median ranks.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"MEDIANX(",
"C1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,AVERAGEX(G1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,AVERAGEX(G2:G20)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "highest graduation rate university?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"AVERAGEX(",
"G1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,AVERAGEX(G1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,AVERAGEX(G2:G20)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "which university has the highest graduation rate?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"AVERAGEX(",
"G1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,SUMX(F2:F20)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Top 2 total score required universities",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,SUMX(F2:F20)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Top 2 universities by total scores required.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(HSTACK(B1,A1),SUMX(C1)), 3, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(B2:B20,A2:A20),SUMX(C2:C20)), 3, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 highest university ranking countries",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"B1",
"A1",
"SUMX(",
"C1",
"3",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(HSTACK(B1,A1),SUMX(C1)), 3, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(B2:B20,A2:A20),SUMX(C2:C20)), 3, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 countries having highest university ranks.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"B1",
"A1",
"SUMX(",
"C1",
"3",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,SUMX(F2:F20)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Top 3 required score universities",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A20,SUMX(F2:F20)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Top 3 universities by required score.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,SUMX(F2:F20)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "highest score requiring countries?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,SUMX(F2:F20)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which 3 countries require highest scores?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(C1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B20,SUMX(C2:C20)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Bottom 2 countries.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "FILTER(A1:H1, B1=\"japan\")",
"Formula2": "FILTER(A2:H20, B2:B20=\"japan\")",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Japan appearances?",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"japan\""
]
},
{
"Formula": "ROWS(FILTER(A1:H1, B1=\"Japan\"))",
"Formula2": "ROWS(FILTER(A2:H20, B2:B20=\"Japan\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many times does Japan appear?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Japan\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"aesthetics\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A20, E2:E20=\"aesthetics\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many universities offer aesthetics as a major?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"\"aesthetics\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"aesthetics\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A20, E2:E20=\"aesthetics\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many universities have aesthetics majors?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"\"aesthetics\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,COUNTX(B1)),FILTER(query1,CHOOSECOLS(query1,2)>28))",
"Formula2": "LET(query1,SUMMARIZE(B2:B20,COUNTX(B2:B20)),FILTER(query1,CHOOSECOLS(query1,2)>28))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which countries were mentioned more than 28 times in this table?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"COUNTX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"28"
]
},
{
"Formula": "ROWS(UNIQUE(B1))",
"Formula2": "ROWS(UNIQUE(B2:B20))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Countries count",
"Tokens": [
"ROWS(",
"UNIQUE(",
"B1"
]
},
{
"Formula": "ROWS(UNIQUE(B1))",
"Formula2": "ROWS(UNIQUE(B2:B20))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many countries involved?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"B1"
]
},
{
"Formula": "ROWS(UNIQUE(A1))",
"Formula2": "ROWS(UNIQUE(A2:A20))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many universities in the table?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,E1))",
"Formula2": "UNIQUE(HSTACK(B2:B20,E2:E20))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "All info about enrollment majors and countries in the table.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"E1"
]
},
{
"Formula": "SUMMARIZE(B1,DCOUNTX(A1))",
"Formula2": "SUMMARIZE(B2:B20,DCOUNTX(A2:A20))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "Each country's respective number of universities. ",
"Tokens": [
"SUMMARIZE(",
"B1",
"DCOUNTX(",
"A1"
]
},
{
"Formula": "SUMMARIZE(B1,DCOUNTX(A1))",
"Formula2": "SUMMARIZE(B2:B20,DCOUNTX(A2:A20))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many universities does each country have?",
"Tokens": [
"SUMMARIZE(",
"B1",
"DCOUNTX(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(A1))",
"Formula2": "ROWS(UNIQUE(A2:A20))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many different universities are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"A1"
]
}
] | universityenrollment(old) | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"University",
"Country",
"Rank",
"New Students Enrollment",
"Major",
"Required Score",
"Graduation Rate",
"Male to Female Ratio"
],
[
"2",
"Harvard Univ USA",
"United States",
"1",
"10",
"Philosophy",
"90",
"99.90%",
"5:06"
],
[
"3",
"Massachusetts Inst Tech (MIT) USA",
"United States",
"5",
"20",
"Aesthetics",
"90",
"99.80%",
"7:08"
],
[
"4",
"Univ Cambridge UK",
"United Kingdom",
"3",
"9",
"Science of Religion",
"85",
"99.99%",
"2:03"
],
[
"5",
"Univ Oxford UK",
"United Kingdom",
"2",
"5",
"World Economics",
"88",
"99.97%",
"4:05"
],
[
"6",
"Beijing University",
"China",
"9",
"30",
"Finance",
"86",
"99.88%",
"4:07"
],
[
"7",
"Tsinghua University",
"China",
"11",
"25",
"Statistics",
"82",
"99.86%",
"7:01"
],
[
"8",
"The Central University of Finance and Economics",
"China",
"20",
"100",
"Science of Law",
"80",
"99.78%",
"6:03"
],
[
"9",
"Fudan University",
"China",
"15",
"60",
"International Politics",
"83",
"99.98%",
"9:08"
],
[
"10",
"Huazhong University of Science and Technology",
"China",
"88",
"70",
"Sociology",
"82",
"99.98%",
"3:04"
],
[
"11",
"Kyoto Univ Japan",
"Japan",
"90",
"20",
"Basic Psychology",
"70",
"99.99%",
"6:04"
],
[
"12",
"Osaka Univ Japan",
"Japan",
"108",
"35",
"Chinese Literature",
"72",
"99.99%",
"7:09"
],
[
"13",
"Univ Toronto Canada",
"Canada",
"56",
"40",
"English Language and Literature",
"86",
"99.68%",
"8:05"
],
[
"14",
"Univ British Columbia Canada",
"Canada",
"79",
"60",
"Communication",
"88",
"99.58%",
"8:03"
],
[
"15",
"Univ Utrecht Netherlands",
"Nederland",
"65",
"8",
"Art",
"90",
"99.98%",
"1:09"
],
[
"16",
"Univ Paris 06 France ",
"France",
"32",
"6",
"Music",
"91",
"99.90%",
"6:09"
],
[
"17",
"Univ Paris 11 France",
"France",
"47",
"3",
"Film",
"86",
"99.89%",
"5:02"
],
[
"18",
"Moscow State Univ Russia",
"Russia",
"26",
"20",
"History",
"75",
"99.98%",
"7:02"
],
[
"19",
"Univ Freiburg Germany",
"Germany",
"55",
"23",
"Dance",
"83",
"99.78%",
"8:06"
],
[
"20",
"Univ Oslo Norway",
"Norway",
"120",
"50",
"Archaeology and Museology",
"60",
"99.99%",
"7:03"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"moorabbin oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"moorabbin oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Moorabbin oval is home to what team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"moorabbin oval\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"10.14 (74)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"10.14 (74)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which away team scored 10.14 (74)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"10.14 (74)\"",
"3"
]
},
{
"Formula": "SUMIFS(F1,B1,\"9.13 (67)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"9.13 (67)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many crowds had a home team score of 9.13 (67)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"9.13 (67)\""
]
},
{
"Formula": "SUMIFS(F1,B1,\"7.10 (52)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"7.10 (52)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people were in the crowd on the day the home team scored 7.10 (52)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"7.10 (52)\""
]
}
] | train_2-10788451-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"9.13 (67)",
"Melbourne",
"19.11 (125)",
"Glenferrie Oval",
"14,900",
"3 July 1965"
],
[
"3",
"Footscray",
"7.10 (52)",
"North Melbourne",
"5.10 (40)",
"Western Oval",
"14,150",
"3 July 1965"
],
[
"4",
"St Kilda",
"12.8 (80)",
"Carlton",
"10.14 (74)",
"Moorabbin Oval",
"35,794",
"3 July 1965"
],
[
"5",
"Richmond",
"23.20 (158)",
"South Melbourne",
"12.10 (82)",
"MCG",
"35,200",
"10 July 1965"
],
[
"6",
"Essendon",
"12.16 (88)",
"Geelong",
"6.9 (45)",
"Windy Hill",
"27,000",
"10 July 1965"
],
[
"7",
"Collingwood",
"10.14 (74)",
"Fitzroy",
"4.6 (30)",
"Victoria Park",
"20,657",
"10 July 1965"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (C1=\"vancouver canucks\")*(B1<4)))",
"Formula2": "MAX(FILTER(A2:A13, (C2:C13=\"vancouver canucks\")*(B2:B13<4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What Vancouver canucks game was on a date closest to November 4?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"vancouver canucks\"",
"*",
"B1",
"<",
"4"
]
}
] | train_2-14318917-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"November",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"14",
"4",
"Vancouver Canucks",
"3β4",
"8β6β0",
"16"
],
[
"3",
"15",
"6",
"@ New York Islanders",
"6β3",
"9β6β0",
"18"
],
[
"4",
"16",
"7",
"New York Islanders",
"2β2",
"9β6β1",
"19"
],
[
"5",
"17",
"10",
"@ Buffalo Sabres",
"2β7",
"9β7β1",
"19"
],
[
"6",
"18",
"11",
"New York Rangers",
"7β3",
"10β7β1",
"21"
],
[
"7",
"19",
"13",
"Edmonton Oilers",
"3β4",
"10β8β1",
"21"
],
[
"8",
"20",
"18",
"Calgary Flames",
"3β2",
"11β8β1",
"23"
],
[
"9",
"21",
"20",
"@ Montreal Canadiens",
"4β6",
"11β9β1",
"23"
],
[
"10",
"22",
"21",
"St. Louis Blues",
"3β1",
"12β9β1",
"25"
],
[
"11",
"23",
"24",
"Boston Bruins",
"4β4",
"12β9β2",
"26"
],
[
"12",
"24",
"27",
"@ Los Angeles Kings",
"4β0",
"13β9β2",
"28"
],
[
"13",
"25",
"28",
"@ Vancouver Canucks",
"5β5",
"13β9β3",
"29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"2001 2001\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"2001 2001\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "with delivery date of 2001 2001 what is the owns?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"2001 2001\"",
"2"
]
},
{
"Formula": "SUMIFS(E1,D1,\"2001 2001\")",
"Formula2": "SUMIFS(E2:E6,D2:D6,\"2001 2001\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "with delivery date of 2001 2001 what is gross tonnage?",
"Tokens": [
"SUMIFS(",
"E1",
"D1",
"\"2001 2001\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1997 1997\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"1997 1997\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "with delivery date 1997 1997 what is the owns?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1997 1997\"",
"2"
]
}
] | train_2-13580133-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Type",
"Owns",
"Length",
"Delivery Date",
"Gross Tonnage"
],
[
"2",
"General cargo ship",
"Yes",
"83.5152 m (LBP)",
"1 June 1980",
"2,266"
],
[
"3",
"General cargo ship/container ship",
"Yes",
"100.59 100.59 m (LOA)",
"1997 1997",
"4,276"
],
[
"4",
"Petroleum tanker",
"Yes",
"109.1 109.1 m (LOA)",
"2001 2001",
"3,469"
],
[
"5",
"Deck cargo barge",
"Yes",
"76.2 76.2 m (LBP)",
"1983 1 September 1983",
"2,529"
],
[
"6",
"Tugboat",
"Yes",
"27.7764 27.7764 m (LBP)",
"1974 1 September 1974",
"189"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"12.20 (92)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"12.20 (92)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the away team when the home team scores 12.20 (92)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"12.20 (92)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"12.17 (89)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"12.17 (89)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team that scores 12.17 (89)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"12.17 (89)\"",
"1"
]
},
{
"Formula": "MAXIFS(F1,B1,\"10.12 (72)\")",
"Formula2": "MAXIFS(F2:F7,B2:B7,\"10.12 (72)\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest attendance when the home team scores 10.12 (72)?",
"Tokens": [
"MAXIFS(",
"F1",
"B1",
"\"10.12 (72)\""
]
}
] | test_2-10776330-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"14.17 (101)",
"South Melbourne",
"5.16 (46)",
"Western Oval",
"19,242",
"12 August 1961"
],
[
"3",
"Essendon",
"10.12 (72)",
"Hawthorn",
"11.13 (79)",
"Windy Hill",
"27,200",
"12 August 1961"
],
[
"4",
"Carlton",
"9.16 (70)",
"North Melbourne",
"10.8 (68)",
"Princes Park",
"15,439",
"12 August 1961"
],
[
"5",
"St Kilda",
"12.19 (91)",
"Richmond",
"0.8 (8)",
"Junction Oval",
"20,600",
"12 August 1961"
],
[
"6",
"Melbourne",
"12.17 (89)",
"Geelong",
"12.15 (87)",
"MCG",
"48,245",
"12 August 1961"
],
[
"7",
"Fitzroy",
"12.20 (92)",
"Collingwood",
"10.10 (70)",
"Brunswick Street Oval",
"23,768",
"12 August 1961"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)>813)*(CHOOSECOLS(query1,3)>0.152)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,C2:C9=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)>813)*(CHOOSECOLS(query1,3)>0.152)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What mark has over 813 points in the United States, and a 0.152 react?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"813",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"0.152"
]
}
] | train_2-16584956-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Lane",
"Name",
"Country",
"Mark",
"React",
"Points"
],
[
"2",
"2",
"Bryan Clay",
"United States",
"6.71 SB",
"0.152",
"988"
],
[
"3",
"8",
"Andres Raja",
"Estonia",
"6.95 PB",
"0.149",
"900"
],
[
"4",
"7",
"Donovan Kilmartin",
"United States",
"7.02 PB",
"0.166",
"875"
],
[
"5",
"3",
"Mikhail Logvinenko",
"Russia",
"7.03 PB",
"0.139",
"872"
],
[
"6",
"6",
"Aleksandr Pogorelov",
"Russia",
"7.06 SB",
"0.167",
"861"
],
[
"7",
"1",
"Roman Ε ebrle",
"Czech Republic",
"7.16",
"0.245",
"826"
],
[
"8",
"5",
"Andrei Krauchanka",
"Belarus",
"7.19",
"0.301",
"816"
],
[
"9",
"4",
"Dmitriy Karpov",
"Kazakhstan",
"7.20",
"0.259",
"813"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=7),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=7),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE HOME TEAM WITH A TIE NUMBER OF 7?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"7",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chelsea\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"chelsea\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE AWAY TEAM WITH A HOME TEAM OF CHELSEA?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"chelsea\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=13),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=13),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE SCORE WITH A TIE NUMBER OF 13?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"13",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"reading\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"reading\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE ATTENDANCE WITH A READING AWAY TEAM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"reading\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"reading\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"reading\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE ATTENDANCE WITH A READING AWAY TEAM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"reading\"",
"5"
]
}
] | test_2-17004128-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Attendance"
],
[
"2",
"1",
"Leicester City",
"2β1",
"Norwich City",
"25 January 1997"
],
[
"3",
"2",
"Blackburn Rovers",
"1β2",
"Coventry City",
"15 February 1997"
],
[
"4",
"3",
"Bolton Wanderers",
"2β3",
"Chesterfield",
"4 February 1997"
],
[
"5",
"4",
"Hednesford Town",
"2β3",
"Middlesbrough",
"25 January 1997"
],
[
"6",
"5",
"Derby County",
"3β1",
"Aston Villa",
"25 January 1997"
],
[
"7",
"6",
"Everton",
"2β3",
"Bradford City",
"25 January 1997"
],
[
"8",
"7",
"Newcastle United",
"1β2",
"Nottingham Forest",
"26 January 1997"
],
[
"9",
"8",
"Manchester City",
"3β1",
"Watford",
"5 February 1997"
],
[
"10",
"9",
"Queens Park Rangers",
"3β2",
"Barnsley",
"25 January 1997"
],
[
"11",
"10",
"Portsmouth",
"3β0",
"Reading",
"25 January 1997"
],
[
"12",
"11",
"Manchester United",
"1β1",
"Wimbledon",
"25 January 1997"
],
[
"13",
"Replay",
"Wimbledon",
"1β0",
"Manchester United",
"4 February 1997"
],
[
"14",
"12",
"Carlisle United",
"0β2",
"Sheffield Wednesday",
"25 January 1997"
],
[
"15",
"13",
"Chelsea",
"4β2",
"Liverpool",
"27,950"
],
[
"16",
"14",
"Arsenal",
"0β1",
"Leeds United",
"4 February 1997"
],
[
"17",
"15",
"Peterborough United",
"2β4",
"Wrexham",
"4 February 1997"
],
[
"18",
"16",
"Birmingham City",
"3β1",
"Stockport County",
"25 January 1997"
]
] |
[
{
"Formula": "SORTBY(B1,E1,1)",
"Formula2": "SORTBY(B2:B11,E2:E11,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "Show the shop addresses ordered by their opening year.",
"Tokens": [
"SORTBY(",
"B1",
"E1",
"1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(A1,B1,E1)), 3, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(A2:A11,B2:B11,E2:E11)), 3, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "shop ids and addresses by opening years earliest to latest",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"A1",
"B1",
"E1",
"3",
"1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(A1,B1,E1)), 3, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(A2:A11,B2:B11,E2:E11)), 3, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "the shop ids, addresses from earliest open year to latest",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"A1",
"B1",
"E1",
"3",
"1"
]
}
] | coffee_shop_shop | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"shop id",
"address",
"num of staff",
"score",
"open year"
],
[
"2",
"1",
"1200 Main Street",
"13",
"42",
"2010"
],
[
"3",
"2",
"1111 Main Street",
"19",
"38",
"2008"
],
[
"4",
"3",
"1330 Baltimore Street",
"42",
"36",
"2010"
],
[
"5",
"4",
"909 Walnut Street",
"27",
"32",
"2010"
],
[
"6",
"5",
"414 E. 12th Street",
"24",
"30",
"2011"
],
[
"7",
"6",
"1201 Walnut Street",
"34",
"30",
"2010"
],
[
"8",
"7",
"2345 McGee Street",
"425",
"40",
"2008"
],
[
"9",
"8",
"909 Main Street",
"28",
"30",
"2011"
],
[
"10",
"9",
"1100 Main Street",
"23",
"30",
"2006"
],
[
"11",
"10",
"324 E. 11th Street",
"16",
"28",
"2008"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"12 november 2006\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"12 november 2006\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament happened on 12 november 2006?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"12 november 2006\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"6 june 2010\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"6 june 2010\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what was the score on 6 june 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"6 june 2010\"",
"6"
]
}
] | train_2-12397961-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Winner",
"12 November 2006",
"Nashville , United States",
"Hard",
"Kristian Pless",
"7β6 (11β9) , 6β3"
],
[
"3",
"Winner",
"4 March 2007",
"Wolfsburg , Germany",
"Carpet (i)",
"Daniel Brands",
"6β2, 3β6, 6β1"
],
[
"4",
"Winner",
"23 March 2008",
"Sunrise , United States",
"Hard",
"SΓ©bastien Grosjean",
"7β5, 5β7, 6β1"
],
[
"5",
"Winner",
"21 March 2010",
"Caltanissetta , Italy",
"Clay",
"Matteo Trevisan",
"7β5, 6β3"
],
[
"6",
"Winner",
"6 June 2010",
"FΓΌrth , Germany",
"Clay",
"Tobias Kamke",
"6β4, 6β2"
],
[
"7",
"Winner",
"8 August 2010",
"City of San Marino , San Marino",
"Clay",
"Filippo Volandri",
"6β2, 7β6 (10β8)"
],
[
"8",
"Winner",
"29 August 2010",
"Manerbio , Italy",
"Clay",
"Marco Crugnola",
"6β3, 6β2"
],
[
"9",
"Winner",
"5 September 2010",
"Como , Italy",
"Clay",
"Ivo MinΓ‘Ε",
"6β4, 6β3"
],
[
"10",
"Runnerβup",
"9 June 2013",
"Caltanissetta , Italy",
"Clay",
"DuΕ‘an LajoviΔ",
"6β7 (4β7) , 3β6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"st. louis\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"st. louis\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of the game when St. Louis was the visiting team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"st. louis\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"7β5\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"7β5\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record at the game with a score of 7β5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"7β5\"",
"5"
]
}
] | test_2-14083524-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"March 2",
"Vancouver",
"3β7",
"Boston",
"16β41β6"
],
[
"3",
"March 4",
"Vancouver",
"0β5",
"Montreal",
"16β42β6"
],
[
"4",
"March 5",
"Vancouver",
"1β6",
"New York",
"16β43β6"
],
[
"5",
"March 8",
"Philadelphia",
"6β5",
"Vancouver",
"16β44β6"
],
[
"6",
"March 10",
"Buffalo",
"2β3",
"Vancouver",
"17β44β6"
],
[
"7",
"March 14",
"Pittsburgh",
"7β4",
"Vancouver",
"17β45β6"
],
[
"8",
"March 16",
"Vancouver",
"2β6",
"Minnesota",
"17β46β6"
],
[
"9",
"March 17",
"Vancouver",
"6β2",
"Buffalo",
"18β46β6"
],
[
"10",
"March 19",
"St. Louis",
"3β3",
"Vancouver",
"18β46β7"
],
[
"11",
"March 21",
"Detroit",
"7β5",
"Vancouver",
"18β47β7"
],
[
"12",
"March 24",
"Toronto",
"3β5",
"Vancouver",
"19β47β7"
],
[
"13",
"March 26",
"Vancouver",
"1β4",
"Philadelphia",
"19β48β7"
],
[
"14",
"March 28",
"Vancouver",
"1β2",
"St. Louis",
"19β49β7"
],
[
"15",
"March 29",
"Vancouver",
"2β4",
"Los Angeles",
"19β50β7"
],
[
"16",
"March 31",
"Los Angeles",
"4β4",
"Vancouver",
"19β50β8"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=2.09),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,G2:G13=2.09),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "if the 2.09 million US viewers watched this episode, who was it written by",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"2.09",
"4"
]
},
{
"Formula": "MINIFS(A1,C1,\"Michael Offer\")",
"Formula2": "MINIFS(A2:A13,C2:C13,\"Michael Offer\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "If the episode was directed by Michael Offer, what was the episode number?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"Michael Offer\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Incoming\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C13, B2:B13=\"Incoming\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many directors directed the episode titled \"Incoming\"?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"\"Incoming\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Michael Offer\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Michael Offer\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the episode was directed by Michael Offer, how many US Viewers watched it?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Michael Offer\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"The Way Through\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"The Way Through\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many US viewers watched the episode titled \"The Way through\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"The Way Through\"",
"7"
]
}
] | train_1-25084227-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No.",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. Viewers (in millions)"
],
[
"2",
"1",
"\"Pilot\"",
"Michael Rymer",
"Christopher McQuarrie",
"June7,2010",
"4002-08-101",
"4.29"
],
[
"3",
"2",
"\"The Edge\"",
"Bill Eagles",
"Remi Aubuchon",
"June14,2010",
"4002-08-102",
"3.45"
],
[
"4",
"3",
"\"The Way Through\"",
"Bill Eagles",
"Sandy Isaac",
"June21,2010",
"4002-08-103",
"3.43"
],
[
"5",
"4",
"\"Exit One\"",
"Leon Ichaso",
"Michael R. Perry",
"June28,2010",
"4002-08-104",
"2.90"
],
[
"6",
"5",
"\"Incoming\"",
"Jonathan Frakes",
"Linda McGibney",
"July5,2010",
"4002-08-105",
"2.96"
],
[
"7",
"6",
"\"The Truth\"",
"Steve Shill",
"Sandy Isaac",
"July17,2010",
"4002-08-106",
"1.69"
],
[
"8",
"7",
"\"Smoke and Steel\"",
"Rod Hardy",
"Michael R. Perry",
"July24,2010",
"4002-08-107",
"2.09"
],
[
"9",
"8",
"\"Saved\"",
"Bill Eagles",
"Linda McGibney",
"July31,2010",
"4002-08-108",
"1.60"
],
[
"10",
"9",
"\"Static\"",
"Michael Offer",
"Henry Robles",
"August7,2010",
"4002-08-109",
"1.26"
],
[
"11",
"10",
"\"Identity [β ]\"",
"Jonathan Frakes",
"Sandy Isaac",
"August21,2010",
"4002-08-110",
"1.30"
],
[
"12",
"11",
"\"Seven Sacrifices [β‘ ]\"",
"Tim Matheson",
"Michael R. Perry",
"August21,2010 (NBC.com)",
"4002-08-111",
"N/A"
],
[
"13",
"12",
"\"And Then There Was One [β ]\"",
"Jonathan Frakes",
"Linda McGibney",
"August28,2010",
"4002-08-112",
"2.97"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Pep's\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,A2:A20=\"Pep's\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What number-one single is performed by artist Pep's?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Pep's\"",
"3"
]
}
] | train_1-27441210-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Artist",
"Country",
"Number-one single(s)",
"Year",
"Weeks at #1",
"Straight to #1 ?"
],
[
"2",
"Paco",
"Viet Nam",
"\"Amor de mis amores\"",
"1988",
"5",
"No"
],
[
"3",
"Pagny, Florent",
"France",
"\" N'importe quoi \"",
"1988",
"8",
"No"
],
[
"4",
"Pagny, Florent",
"France",
"\" Savoir aimer \"",
"1997",
"9",
"No"
],
[
"5",
"Pagny, Florent",
"France",
"\" Ma libertΓ© de penser \"",
"2003",
"6",
"No"
],
[
"6",
"Pakito",
"France",
"\" Living on Video \"",
"2004",
"4",
"No"
],
[
"7",
"Paradis, Vanessa",
"France",
"\" Joe le taxi \"",
"1987",
"11",
"No"
],
[
"8",
"Parker Jr., Ray",
"United States",
"\" Ghostbusters \"",
"1984",
"5",
"No"
],
[
"9",
"Parker, Tony",
"France",
"\" Balance-toi \"",
"2007",
"1",
"Yes"
],
[
"10",
"Passi",
"France",
"\" Laisse parler les gens \" 1",
"2003",
"3",
"No"
],
[
"11",
"Patti, Guesch",
"France",
"\" Γtienne \"",
"1987",
"5",
"No"
],
[
"12",
"Pep's",
"France",
"\"Liberta\"",
"2009",
"2",
"Yes"
],
[
"13",
"Peter & Sloane",
"France",
"\"Besoin de rien, envie de toi\"",
"1984",
"9",
"No"
],
[
"14",
"Pietri, Julie",
"France",
"\" Γve lΓ¨ve-toi \"",
"1986",
"1",
"No"
],
[
"15",
"Pigloo",
"France",
"\" Le Papa Pingouin \"",
"2006",
"3",
"No"
],
[
"16",
"Pitbull",
"United States",
"\" I Know You Want Me (Calle Ocho) \"",
"2009",
"8",
"No"
],
[
"17",
"Plage, La",
"France",
"\" Coup de Boule \"",
"2006",
"3",
"No"
],
[
"18",
"M. Pokora",
"France",
"\" Dangerous \"",
"2008",
"1",
"Yes"
],
[
"19",
"Pow woW",
"France",
"\" Le Chat \"",
"1992",
"7",
"No"
],
[
"20",
"Product G&B, The",
"United States",
"\" Maria Maria \" 1",
"2000",
"4",
"No"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, (D1=\"wide receiver\")*(E1=\"clark university\")*(B1>166)))",
"Formula2": "AVERAGE(FILTER(A2:A12, (D2:D12=\"wide receiver\")*(E2:E12=\"clark university\")*(B2:B12>166)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average round number with wide receiver as position and Clark University as the college and the pick number is bigger than 166?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"=",
"\"wide receiver\"",
"*",
"E1",
"=",
"\"clark university\"",
"*",
"B1",
">",
"166"
]
}
] | train_2-15353123-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round #",
"Pick #",
"Player",
"Position",
"College"
],
[
"2",
"1",
"26",
"Henry Jones",
"Defensive Back",
"Illinois"
],
[
"3",
"2",
"54",
"Phil Hansen",
"Defensive end",
"North Dakota State"
],
[
"4",
"3",
"82",
"Darryl Wren",
"Defensive back",
"Pittsburg State"
],
[
"5",
"4",
"138",
"Shawn Wilbourn",
"Defensive Back",
"Long Beach State"
],
[
"6",
"5",
"166",
"Millard Hamilton",
"Wide receiver",
"Clark University"
],
[
"7",
"6",
"194",
"Amir Rasul",
"Running back",
"Florida A&M"
],
[
"8",
"8",
"222",
"Brad Lamb",
"Wide receiver",
"Anderson"
],
[
"9",
"9",
"249",
"Mark Maddox",
"Linebacker",
"Northern Michigan"
],
[
"10",
"10",
"277",
"Tony DeLorenzo",
"Guard",
"New Mexico State"
],
[
"11",
"11",
"305",
"Dean Kirkland",
"Guard",
"Washington"
],
[
"12",
"12",
"333",
"Stephen Clark",
"Tight End",
"Texas"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (C1=6)*(G1>16)))",
"Formula2": "SUM(FILTER(E2:E7, (C2:C7=6)*(G2:G7>16)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Drawn has a Points of 6, and a Against larger than 16?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"6",
"*",
"G1",
">",
"16"
]
},
{
"Formula": "SUM(FILTER(C1, (H1=3)*(D1<10)))",
"Formula2": "SUM(FILTER(C2:C7, (H2:H7=3)*(D2:D7<10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Points has a Difference of 3, and a Played smaller than 10?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"H1",
"=",
"3",
"*",
"D1",
"<",
"10"
]
},
{
"Formula": "SUM(FILTER(C1, (B1=\"sΓ£o paulo athletic\")*(A1>5)))",
"Formula2": "SUM(FILTER(C2:C7, (B2:B7=\"sΓ£o paulo athletic\")*(A2:A7>5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Points has a Team of sΓ£o paulo athletic, and a Position larger than 5?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"sΓ£o paulo athletic\"",
"*",
"A1",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (D1>9)*(C1<11)*(E1<0)))",
"Formula2": "SUM(FILTER(A2:A7, (D2:D7>9)*(C2:C7<11)*(E2:E7<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Position has a Played larger than 9, and a Points smaller than 11, and a Drawn smaller than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
">",
"9",
"*",
"C1",
"<",
"11",
"*",
"E1",
"<",
"0"
]
}
] | train_2-15420458-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"SC Internacional de SΓ£o Paulo",
"16",
"10",
"2",
"1",
"7",
"16"
],
[
"3",
"2",
"Paulistano",
"11",
"10",
"1",
"4",
"15",
"- 1"
],
[
"4",
"3",
"Americano-SP",
"11",
"10",
"3",
"3",
"17",
"3"
],
[
"5",
"4",
"GermΓ’nia",
"10",
"10",
"0",
"5",
"16",
"2"
],
[
"6",
"5",
"SΓ£o Paulo Athletic",
"6",
"9",
"2",
"5",
"16",
"- 5"
],
[
"7",
"6",
"Internacional de Santos",
"4",
"9",
"2",
"6",
"22",
"- 15"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"AutoCAD Architectural Desktop 3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"AutoCAD Architectural Desktop 3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the version of AutoCAD Architectural Desktop 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"AutoCAD Architectural Desktop 3\"",
"2"
]
}
] | test_1-19329117-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official name",
"Version",
"Release",
"Date of release",
"Comments"
],
[
"2",
"AutoCAD Architectural Desktop 1",
"N/A",
"1",
"1998, October",
"Platform: AutoCAD R14"
],
[
"3",
"AutoCAD Architectural Desktop 2",
"15.0",
"2",
"1999, July",
"Platform: AutoCAD 2000"
],
[
"4",
"AutoCAD Architectural Desktop 2i",
"15.1",
"3",
"2000, July",
"Platform: AutoCAD 2000i"
],
[
"5",
"AutoCAD Architectural Desktop 3",
"15.1",
"4",
"2000, December",
"Platform: AutoCAD 2000i"
],
[
"6",
"AutoCAD Architectural Desktop 3.3",
"15.6",
"5",
"2001, June",
"Platform: AutoCAD 2002"
],
[
"7",
"Architectural Desktop 2004",
"16.0",
"6",
"2003, March",
"Platform: AutoCAD 2004"
],
[
"8",
"Architectural Desktop 2005",
"16.1",
"7",
"2004, April",
"Platform: AutoCAD 2005"
],
[
"9",
"Architectural Desktop 2006",
"16.2",
"8",
"2005, April",
"Platform: AutoCAD 2006"
],
[
"10",
"Architectural Desktop 2007",
"17.0",
"9",
"2006, April",
"Platform: AutoCAD 2007"
],
[
"11",
"AutoCAD Architecture 2008",
"17.1",
"10",
"2007, March",
"Platform: AutoCAD 2008"
],
[
"12",
"AutoCAD Architecture 2010",
"18.0",
"12",
"2009, March",
"Platform: AutoCAD 2010"
],
[
"13",
"AutoCAD Architecture 2011",
"18.1",
"13",
"2010, March",
"Platform: AutoCAD 2011"
],
[
"14",
"AutoCAD Architecture 2012",
"18.2",
"14",
"2011, March 22",
"Platform: AutoCAD 2012"
],
[
"15",
"AutoCAD Architecture 2013",
"19.0",
"15",
"2012, March 27",
"Platform: AutoCAD 2013"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fred couples\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"fred couples\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Fred Couples to par?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"fred couples\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)<68))",
"Formula2": "LET(query1,SUMMARIZE(A2:A19,SUMX(D2:D19)),FILTER(query1,CHOOSECOLS(query1,2)<68))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What place has a score under 68?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"68"
]
}
] | train_2-12626983-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Vijay Singh",
"Fiji",
"67",
"β5"
],
[
"3",
"2",
"Rocco Mediate",
"United States",
"68",
"β4"
],
[
"4",
"3",
"Arron Oberholser",
"United States",
"69",
"β3"
],
[
"5",
"T4",
"Tim Clark",
"South Africa",
"70",
"β2"
],
[
"6",
"T4",
"Retief Goosen",
"South Africa",
"70",
"β2"
],
[
"7",
"T4",
"Phil Mickelson",
"United States",
"70",
"β2"
],
[
"8",
"T4",
"Geoff Ogilvy",
"Australia",
"70",
"β2"
],
[
"9",
"T8",
"Stuart Appleby",
"Australia",
"71",
"β1"
],
[
"10",
"T8",
"Rich Beem",
"United States",
"71",
"β1"
],
[
"11",
"T8",
"Chad Campbell",
"United States",
"71",
"β1"
],
[
"12",
"T8",
"Fred Couples",
"United States",
"71",
"β1"
],
[
"13",
"T8",
"Ben Crenshaw",
"United States",
"71",
"β1"
],
[
"14",
"T8",
"Ben Curtis",
"United States",
"71",
"β1"
],
[
"15",
"T8",
"Ernie Els",
"South Africa",
"71",
"β1"
],
[
"16",
"T8",
"David Howell",
"England",
"71",
"β1"
],
[
"17",
"T8",
"Billy Mayfair",
"United States",
"71",
"β1"
],
[
"18",
"T8",
"Nick O'Hern",
"Australia",
"71",
"β1"
],
[
"19",
"T8",
"Mike Weir",
"Canada",
"71",
"β1"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"essendon\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"essendon\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Who is Essendon's home team?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"essendon\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away team score for North Melbourne's home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"north melbourne\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Geelong's home team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"st kilda\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team score for St Kilda's home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"st kilda\"",
"2"
]
}
] | train_2-10824095-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Essendon",
"19.19 (133)",
"Melbourne",
"12.13 (85)",
"Windy Hill",
"22,403",
"22 May 1982"
],
[
"3",
"Collingwood",
"13.14 (92)",
"Hawthorn",
"17.12 (114)",
"Victoria Park",
"24,904",
"22 May 1982"
],
[
"4",
"Carlton",
"27.23 (185)",
"Swans",
"12.11 (83)",
"Princes Park",
"23,954",
"22 May 1982"
],
[
"5",
"Richmond",
"21.13 (139)",
"Footscray",
"14.14 (98)",
"MCG",
"22,493",
"22 May 1982"
],
[
"6",
"St Kilda",
"16.19 (115)",
"Fitzroy",
"25.12 (162)",
"Moorabbin Oval",
"15,140",
"22 May 1982"
],
[
"7",
"Geelong",
"15.19 (109)",
"North Melbourne",
"9.9 (63)",
"VFL Park",
"25,237",
"22 May 1982"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"Babson College\")",
"Formula2": "SUMIFS(F2:F11,A2:A11,\"Babson College\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's Babson College's enrollment?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Babson College\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Clark University\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"Clark University\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When has Clark University joined the Conference?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Clark University\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"New London, Connecticut\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"New London, Connecticut\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the type of the school in New London, Connecticut? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"New London, Connecticut\"",
"5"
]
},
{
"Formula": "SUMIFS(D1,B1,\"Springfield, Massachusetts\")",
"Formula2": "SUMIFS(D2:D11,B2:B11,\"Springfield, Massachusetts\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When was the school in Springfield, Massachusetts founded?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"Springfield, Massachusetts\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Worcester, Massachusetts\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"Worcester, Massachusetts\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What school is located in Worcester, Massachusetts?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Worcester, Massachusetts\"",
"1"
]
}
] | train_1-1974782-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Institution",
"Location",
"Nickname",
"Founded",
"Type",
"Enrollment",
"Joined"
],
[
"2",
"Babson College",
"Wellesley, Massachusetts",
"Beavers",
"1919",
"Private/Non-sectarian",
"3200",
"1985"
],
[
"3",
"Clark University",
"Worcester, Massachusetts",
"Cougars",
"1887",
"Private/Non-sectarian",
"2780",
"1995"
],
[
"4",
"Emerson College",
"Boston, Massachusetts",
"Lions",
"1880",
"Private/Non-sectarian",
"4290",
"2013"
],
[
"5",
"Massachusetts Institute of Technology",
"Cambridge, Massachusetts",
"Engineers",
"1861",
"Private/Non-sectarian",
"10253",
"1985"
],
[
"6",
"Mount Holyoke College β ",
"South Hadley, Massachusetts",
"Lyons",
"1837",
"Private/Non-sectarian",
"2100",
"1987"
],
[
"7",
"Smith College β ",
"Northampton, Massachusetts",
"Pioneers",
"1871",
"Private/Non-sectarian",
"2600",
"1985"
],
[
"8",
"Springfield College",
"Springfield, Massachusetts",
"Pride",
"1885",
"Private/Non-sectarian",
"5062",
"1998"
],
[
"9",
"United States Coast Guard Academy",
"New London, Connecticut",
"Bears",
"1876",
"Federal/Military",
"990",
"1998"
],
[
"10",
"Wellesley College β ",
"Wellesley, Massachusetts",
"Blue",
"1870",
"Private/Non-sectarian",
"2300",
"1985"
],
[
"11",
"Wheaton College",
"Norton, Massachusetts",
"Lyons",
"1834",
"Private/Non-sectarian",
"1550",
"1985"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"sydney cricket ground\")*(B1=\"parramatta eels\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(E2:E9=\"sydney cricket ground\")*(B2:B9=\"parramatta eels\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the venue at Sydney Cricket Ground, and the opponent was Parramatta Eels?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"sydney cricket ground\"",
"*",
"B1",
"=",
"\"parramatta eels\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1978),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=1978),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the competition in 1978?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"1978",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=80388),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=80388),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What year was the average attendance 80,388?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"80388",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"new zealand warriors\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"new zealand warriors\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score with the opponent being New Zealand Warriors?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"new zealand warriors\"",
"4"
]
}
] | train_2-12573519-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Opponent",
"Competition",
"Score",
"Venue",
"Attendance"
],
[
"2",
"1972",
"Eastern Suburbs Roosters",
"NSWRFL",
"19-14",
"Sydney Cricket Ground",
"54,537"
],
[
"3",
"1973",
"Cronulla-Sutherland Sharks",
"NSWRFL",
"10-7",
"Sydney Cricket Ground",
"52,044"
],
[
"4",
"1976",
"Parramatta Eels",
"NSWRFL",
"13-10",
"Sydney Cricket Ground",
"57,343"
],
[
"5",
"1978",
"Cronulla-Sutherland Sharks",
"NSWRFL",
"16-0",
"Sydney Cricket Ground",
"33,552*"
],
[
"6",
"1987",
"Canberra Raiders",
"NSWRL",
"18-8",
"Sydney Cricket Ground",
"50,201"
],
[
"7",
"1996",
"St George Dragons",
"ARL",
"20-8",
"Sydney Football Stadium",
"40,985"
],
[
"8",
"2008",
"Melbourne Storm",
"NRL",
"40-0",
"ANZ Stadium",
"80,388"
],
[
"9",
"2011",
"New Zealand Warriors",
"NRL",
"24-10",
"ANZ Stadium",
"81,988"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"cleveland mccrae\")",
"Formula2": "SUMIFS(A2:A11,C2:C11,\"cleveland mccrae\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many round values are associated with Cleveland McCrae?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"cleveland mccrae\""
]
}
] | test_2-17261427-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Nationality",
"School/Club Team"
],
[
"2",
"1",
"15",
"Howard Carter",
"United States",
"LSU"
],
[
"3",
"2",
"37",
"David Russel",
"United States",
"St. John's"
],
[
"4",
"3",
"61",
"David Little",
"United States",
"Oklahoma"
],
[
"5",
"4",
"83",
"York Gross",
"United States",
"UC-Santa Barbara"
],
[
"6",
"5",
"107",
"James Braddock",
"United States",
"North Carolina"
],
[
"7",
"6",
"129",
"Glen Green",
"United States",
"Murray State"
],
[
"8",
"7",
"153",
"Maurice McDaniel",
"United States",
"Catawba College"
],
[
"9",
"8",
"175",
"Cliff Tribus",
"United States",
"Davidson"
],
[
"10",
"9",
"198",
"Bobby Van Noy",
"United States",
"Catawba College"
],
[
"11",
"10",
"218",
"Cleveland McCrae",
"United States",
"Catawba College"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"wing\")*(B1=\"michael o'connor\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(A2:A16=\"wing\")*(B2:B16=\"michael o'connor\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For which Game 4 did Michael O'Connor play wing position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"wing\"",
"*",
"B1",
"=",
"\"michael o'connor\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"david boyle\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"david boyle\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For which Game 4, did David Boyle play in Game 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"david boyle\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fullback\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"fullback\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Game 1 has a fullback?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"fullback\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"michael o'connor\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"michael o'connor\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For which Game 4 did Michael O'Connor play during Game 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"michael o'connor\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"andrew farrar\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"andrew farrar\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During Game 2, which position did Andrew Farrar play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"andrew farrar\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"brett kenny\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"brett kenny\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During which Game 4, did Brett Kenny play Game 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"brett kenny\"",
"5"
]
}
] | train_2-11215792-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Position",
"Game 1",
"Game 2",
"Game 3",
"Game 4"
],
[
"2",
"Fullback",
"Garry Jack",
"Garry Jack",
"Garry Jack",
"Jonathan Docking"
],
[
"3",
"Wing",
"Michael O'Connor",
"Michael O'Connor",
"Brian Johnston",
"Brian Johnston"
],
[
"4",
"Centre",
"Mark McGaw",
"Mark McGaw",
"Brett Kenny",
"Mark McGaw"
],
[
"5",
"Centre",
"Brian Johnston",
"Brian Johnston",
"Michael O'Connor",
"Michael O'Connor"
],
[
"6",
"Wing",
"Andrew Ettingshausen",
"Andrew Farrar",
"Andrew Ettingshausen",
"Andrew Ettingshausen"
],
[
"7",
"Five-Eighth",
"Brett Kenny",
"Brett Kenny",
"Cliff Lyons",
"Cliff Lyons"
],
[
"8",
"Halfback",
"Peter Sterling",
"Peter Sterling",
"Peter Sterling",
"Peter Sterling (c)"
],
[
"9",
"Prop",
"Les Davidson",
"David Boyle",
"Peter Tunks",
"Peter Tunks"
],
[
"10",
"Hooker",
"Royce Simmons",
"Royce Simmons",
"Royce Simmons",
"Royce Simmons"
],
[
"11",
"Prop",
"Pat Jarvis",
"Pat Jarvis",
"Phil Daley",
"Phil Daley"
],
[
"12",
"Second Row",
"Steve Folkes",
"Steve Folkes",
"David Boyle",
"Noel Cleal"
],
[
"13",
"Second Row",
"Noel Cleal",
"Les Davidson",
"Les Davidson",
"Les Davidson"
],
[
"14",
"Lock",
"Wayne Pearce (c)",
"Wayne Pearce (c)",
"Wayne Pearce (c)",
"Paul Langmack"
],
[
"15",
"Replacement",
"Des Hasler",
"Des Hasler",
"Mark McGaw",
"Des Hasler"
],
[
"16",
"Replacement",
"David Boyle",
"Paul Langmack",
"Steve Folkes",
"David Boyle"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"14 february\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"14 february\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Year has a Date of 14 February?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"14 february\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"20 july\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"20 july\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Label has a Date of 20 July?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"20 july\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"14 february\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"14 february\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Label has a Date of 14 February?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"14 february\"",
"4"
]
}
] | train_2-11816737-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Date",
"Album",
"Label",
"Format(s)"
],
[
"2",
"2004",
"5 April",
"Stateless",
"Sony Music",
"7\", CDS"
],
[
"3",
"2007",
"14 May",
"Stateless",
"!K7",
"7\""
],
[
"4",
"2007",
"30 July",
"Stateless",
"!K7",
"12\", CDS"
],
[
"5",
"2007",
"29 October",
"Stateless",
"!K7",
"12\", CDS"
],
[
"6",
"2008",
"20 July",
"Single-only",
"First Word Excursions",
"7\""
],
[
"7",
"2010",
"22 November",
"Matilda",
"Ninja Tune",
"Digital"
],
[
"8",
"2011",
"14 February",
"Matilda",
"Ninja Tune",
"Digital"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (B1=72144)*(C1<996439)))",
"Formula2": "SUM(FILTER(E2:E7, (B2:B7=72144)*(C2:C7<996439)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of percentage of marine area with an area of territorial waters of 72,144 and exclusive economic zone area less than 996,439?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"72144",
"*",
"C1",
"<",
"996439"
]
},
{
"Formula": "MIN(FILTER(E1, (A1=\"pacific marine\")*(D1>3.1)))",
"Formula2": "MIN(FILTER(E2:E7, (A2:A7=\"pacific marine\")*(D2:D7>3.1)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the smallest percentage of marine area for Pacific Marine ecozone and percentage of total area greater than 3.1?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"A1",
"=",
"\"pacific marine\"",
"*",
"D1",
">",
"3.1"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=\"atlantic marine\")*(C1<996439)))",
"Formula2": "SUM(FILTER(E2:E7, (A2:A7=\"atlantic marine\")*(C2:C7<996439)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many values for percentage of marine area are for the Atlantic marine ecozone with an exclusive economic zone area less than 996,439?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"\"atlantic marine\"",
"*",
"C1",
"<",
"996439"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (E1>39.3)*(B1<2788349)))",
"Formula2": "AVERAGE(FILTER(D2:D7, (E2:E7>39.3)*(B2:B7<2788349)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average percentage of total area when the percentage of marine area is more than 39.3 and territorial waters area is less than 2,788,349?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
">",
"39.3",
"*",
"B1",
"<",
"2788349"
]
},
{
"Formula": "MIN(FILTER(B1, (C1>704849)*(D1>6.8)))",
"Formula2": "MIN(FILTER(B2:B7, (C2:C7>704849)*(D2:D7>6.8)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the smallest area of territorial waters with an exclusive economic zone area more than 704,849 and a percentage of total area greater than 6.8?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"C1",
">",
"704849",
"*",
"D1",
">",
"6.8"
]
}
] | train_2-15555661-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Ecozone",
"Area (kmΒ²) Territorial waters",
"Area (kmΒ²) Exclusive Economic Zone",
"Percentage of total area (forEEZ)",
"Percentage of marine area (forEEZ)"
],
[
"2",
"Pacific Marine",
"102,920",
"457,646",
"3.1",
"8.3"
],
[
"3",
"Arctic Basin Marine",
"24,997",
"704,849",
"4.8",
"12.7"
],
[
"4",
"Arctic Archipelago Marine",
"2,051,393",
"2,178,998",
"14.8",
"39.3"
],
[
"5",
"Northwest Atlantic Marine",
"536,895",
"1,205,981",
"8.2",
"21.8"
],
[
"6",
"Atlantic Marine",
"72,144",
"996,439",
"6.8",
"17.9"
],
[
"7",
"Total",
"2,788,349",
"5,543,913",
"37.7",
"100.0"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"Say Uncle\")",
"Formula2": "SUMIFS(A2:A15,C2:C15,\"Say Uncle\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the number in series of \"say uncle\"?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Say Uncle\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"David Mamet\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,E2:E15=\"David Mamet\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the title written by David Mamet?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"David Mamet\"",
"3"
]
}
] | train_1-10908676-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date"
],
[
"2",
"126",
"2",
"\"A Case of Klapp\"",
"Scott Brazil",
"Terry Curtis Fox",
"October9,1986"
],
[
"3",
"128",
"4",
"\"Bald Ambition\"",
"Ben Bolt",
"Jeffrey Lewis",
"October30,1986"
],
[
"4",
"129",
"5",
"\"I Come on My Knees\"",
"Don Weis",
"David Milch",
"November6,1986"
],
[
"5",
"130",
"6",
"\"Say Uncle\"",
"Gabrielle Beaumont",
"John Romano",
"November13,1986"
],
[
"6",
"132",
"8",
"\"Falling from Grace\"",
"Dale White",
"Terry Curtis Fox",
"December2,1986"
],
[
"7",
"134",
"10",
"\"More Skinned Against Than Skinning\"",
"Dale White",
"David Black",
"December23,1986"
],
[
"8",
"135",
"11",
"\"She's So Fein\"",
"Christian I. Nyby II",
"Marjorie David",
"January6,1987"
],
[
"9",
"136",
"12",
"\"A Wasted Weekend\"",
"John Patterson",
"David Mamet",
"January13,1987"
],
[
"10",
"137",
"13",
"\"City of Refuse\"",
"Don Weis",
"Peter Silverman",
"January20,1987"
],
[
"11",
"138",
"14",
"\"Der Roachenkavalier\"",
"Christian I. Nyby II",
"Christian Williams & Bob Woodward",
"February3,1987"
],
[
"12",
"140",
"16",
"\"Sorry, Wrong Number\"",
"Christian I. Nyby II",
"Ron Koertge",
"March3,1987"
],
[
"13",
"141",
"17",
"\"The Cookie Crumbles\"",
"John Patterson",
"Robert Ward",
"March10,1987"
],
[
"14",
"144",
"20",
"\"The Runner Falls on His Kisser\"",
"Ken Lavet",
"Jody Taylor Worth",
"April7,1987"
],
[
"15",
"145",
"21",
"\"A Pound of Flesh\"",
"Don Weis",
"Christian Williams",
"May5,1987"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"junction oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"junction oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the listed crowd at junction oval?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"junction oval\""
]
},
{
"Formula": "SUMIFS(F1,C1,\"north melbourne\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"north melbourne\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of crowd(s) when north melbourne is away?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"north melbourne\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"south melbourne\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"south melbourne\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What day is south melbourne away?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"south melbourne\"",
"7"
]
}
] | train_2-10775890-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"10.8 (68)",
"Melbourne",
"16.14 (110)",
"Brunswick Street Oval",
"23,233",
"18 June 1960"
],
[
"3",
"Essendon",
"13.10 (88)",
"South Melbourne",
"12.15 (87)",
"Windy Hill",
"21,000",
"18 June 1960"
],
[
"4",
"Carlton",
"18.12 (120)",
"North Melbourne",
"8.15 (63)",
"Princes Park",
"13,897",
"18 June 1960"
],
[
"5",
"St Kilda",
"7.13 (55)",
"Hawthorn",
"8.19 (67)",
"Junction Oval",
"23,900",
"18 June 1960"
],
[
"6",
"Richmond",
"11.17 (83)",
"Geelong",
"12.11 (83)",
"Punt Road Oval",
"13,000",
"18 June 1960"
],
[
"7",
"Footscray",
"8.19 (67)",
"Collingwood",
"10.14 (74)",
"Western Oval",
"28,098",
"18 June 1960"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"real espaΓ±a\")*(B1=\"2008β09\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"real espaΓ±a\")*(B2:B6=\"2008β09\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the final score when the opponent was Real EspaΓ±a, in the 2008β09 season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"real espaΓ±a\"",
"*",
"B1",
"=",
"\"2008β09\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"atlΓ©tico choloma\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"atlΓ©tico choloma\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the final score when the opponent was AtlΓ©tico Choloma?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"atlΓ©tico choloma\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"2008β09\")*(E1=\"2β3 l\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"2008β09\")*(E2:E6=\"2β3 l\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team was the opponent in the 2008β09 season, with a final score of 2β3 l?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"2008β09\"",
"*",
"E1",
"=",
"\"2β3 l\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"2008β09\")*(E1=\"2β3 l\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"2008β09\")*(E2:E6=\"2β3 l\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the opponent in the 2008β09 season, with a final score of 2β3 l?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"2008β09\"",
"*",
"E1",
"=",
"\"2β3 l\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"real espaΓ±a\")*(B1=\"2012β13\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"real espaΓ±a\")*(B2:B6=\"2012β13\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for playing when the opponent was Real EspaΓ±a, in the 2012β13 season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"real espaΓ±a\"",
"*",
"B1",
"=",
"\"2012β13\"",
"3"
]
}
] | test_2-16251064-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Season",
"Playing for",
"Opponent",
"Final score"
],
[
"2",
"4 October 2008",
"2008β09",
"Motagua",
"Real EspaΓ±a",
"2β3 L"
],
[
"3",
"5 November 2008",
"2008β09",
"Motagua",
"Vida",
"1β0 W"
],
[
"4",
"3 March 2009",
"2008β09",
"Motagua",
"Real Juventud",
"1β1 D"
],
[
"5",
"29 January 2012",
"2011β12",
"Motagua",
"AtlΓ©tico Choloma",
"1β0 W"
],
[
"6",
"16 November 2012",
"2012β13",
"Motagua",
"Real EspaΓ±a",
"4β1 W"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"31-6\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"31-6\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team was the Opponent when the Score was 31-6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"31-6\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"9-3-0\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"9-3-0\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score when the record was 9-3-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"9-3-0\"",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"loss\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>54761))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F13,C2:C13=\"loss\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>54761))",
"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 Record with an attendance of more than 54,761, and a Result of loss?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"loss\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"54761"
]
}
] | train_2-15968360-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Opponent",
"Result",
"Score",
"Record",
"attendance"
],
[
"2",
"09/28/1952",
"at San Francisco 49ers",
"Loss",
"13-17",
"0-1-0",
"54,761"
],
[
"3",
"10/03/1952 (Fri.)",
"at Los Angeles Rams",
"Win",
"17-14",
"1-1-0",
"42,743"
],
[
"4",
"10/12/1952",
"San Francisco 49ers",
"Loss",
"0-28",
"1-2-0",
"56,822"
],
[
"5",
"10/19/1952",
"Los Angeles Rams",
"Win",
"24-16",
"2-2-0",
"40,152"
],
[
"6",
"10/26/1952",
"at Green Bay Packers",
"Win",
"52-17",
"3-2-0",
"24,656"
],
[
"7",
"11/02/1952",
"Cleveland Browns",
"Win",
"17-6",
"4-2-0",
"56,029"
],
[
"8",
"11/09/1952",
"at Pittsburgh Steelers",
"Win",
"31-6",
"5-2-0",
"26,170"
],
[
"9",
"11/16/1952",
"Dallas Texans",
"Win",
"43-13",
"6-2-0",
"33,304"
],
[
"10",
"11/23/1952",
"at Chicago Bears",
"Loss",
"23-24",
"6-3-0",
"37,508"
],
[
"11",
"11/27/1952 (Thur.)",
"Green Bay Packers",
"Win",
"48-24",
"7-3-0",
"39,101"
],
[
"12",
"12/07/1952",
"Chicago Bears",
"Win",
"45-21",
"8-3-0",
"50,410"
],
[
"13",
"12/13/1952 (Sat.)",
"Dallas Texans",
"Win",
"41-6",
"9-3-0",
"12,252"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"jimmy bryan\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"jimmy bryan\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Winning Driver has a Second Driver of jimmy bryan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"jimmy bryan\"",
"3"
]
},
{
"Formula": "AVERAGEIFS(B1,E1,\"manny ayulo\")",
"Formula2": "AVERAGEIFS(B2:B12,E2:E12,\"manny ayulo\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many average Cars Entered have a Third Driver of manny ayulo?",
"Tokens": [
"AVERAGEIFS(",
"B1",
"E1",
"\"manny ayulo\""
]
},
{
"Formula": "MAX(FILTER(B1, A1=1958))",
"Formula2": "MAX(FILTER(B2:B12, A2:A12=1958))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What are the largest Cars Entered with a Season of 1958?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
"=",
"1958"
]
},
{
"Formula": "MAXIFS(A1,E1,\"jimmy davies\")",
"Formula2": "MAXIFS(A2:A12,E2:E12,\"jimmy davies\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the largest season with a Third Driver of jimmy davies?",
"Tokens": [
"MAXIFS(",
"A1",
"E1",
"\"jimmy davies\""
]
},
{
"Formula": "MAX(FILTER(B1, (C1=\"rodger ward\")*(A1<1959)))",
"Formula2": "MAX(FILTER(B2:B12, (C2:C12=\"rodger ward\")*(A2:A12<1959)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the largest Cars Entered with a Winning Driver of rodger ward, and a Season smaller than 1959?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"C1",
"=",
"\"rodger ward\"",
"*",
"A1",
"<",
"1959"
]
}
] | train_2-1235862-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Cars Entered",
"Winning Driver",
"Second Driver",
"Third Driver",
"Race Report"
],
[
"2",
"1950",
"31",
"Johnnie Parsons",
"Bill Holland",
"Mauri Rose",
"Report"
],
[
"3",
"1951",
"32",
"Lee Wallard",
"Mike Nazaruk",
"Manny Ayulo",
"Report"
],
[
"4",
"1952",
"30",
"Troy Ruttman",
"Jim Rathmann",
"Sam Hanks",
"Report"
],
[
"5",
"1953",
"32",
"Bill Vukovich",
"Art Cross",
"Sam Hanks",
"Report"
],
[
"6",
"1954",
"34",
"Bill Vukovich",
"Jimmy Bryan",
"Jack McGrath",
"Report"
],
[
"7",
"1955",
"35",
"Bob Sweikert",
"Tony Bettenhausen",
"Jimmy Davies",
"Report"
],
[
"8",
"1956",
"32",
"Pat Flaherty",
"Sam Hanks",
"Don Freeland",
"Report"
],
[
"9",
"1957",
"31",
"Sam Hanks",
"Jim Rathmann",
"Jimmy Bryan",
"Report"
],
[
"10",
"1958",
"31",
"Jimmy Bryan",
"George Amick",
"Johnny Boyd",
"Report"
],
[
"11",
"1959",
"33",
"Rodger Ward",
"Jim Rathmann",
"Johnny Thomson",
"Report"
],
[
"12",
"1960",
"33",
"Jim Rathmann",
"Rodger Ward",
"Paul Goldsmith",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"'to be, to do'\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"'to be, to do'\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the realization for 'to be, to do'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"'to be, to do'\"",
"2"
]
}
] | train_2-12052170-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Environment",
"Realization",
"Example",
"Pronunciation",
"Gloss"
],
[
"2",
"#C(Λ)#",
"ΙC(Λ)",
"/Ι‘/",
"[ΙΙ‘]",
"'to be, to do'"
],
[
"3",
"#LC#",
"ΙLC or LΙC",
"/ns/",
"[Ιns] ~ [nΙs]",
"'to spend the night'"
],
[
"4",
"#CC#",
"CΙC",
"/tΛ€sΛ€/",
"[tΛ€ΙsΛ€]",
"'to laugh'"
],
[
"5",
"#CΛC#",
"ΙCΛΙC",
"/fΛr/",
"[ΙfΛΙr]",
"'to hide'"
],
[
"6",
"#CCC#",
"CCΙC / C1C2 are not {L H}",
"/Οdm/",
"[ΟdΙm]",
"'to work'"
],
[
"7",
"#CCC#",
"CCΙC / C1C2 are not {L H}",
"/zΚf/",
"[zΚΙf]",
"'to get mad'"
],
[
"8",
"#CCC#",
"ΙCCΙC or #CΙCΙC# / {C1 C3} is {L H}",
"/hdm/",
"[ΙhdΙm] ~ [hΙdΙm]",
"'to demolish'"
],
[
"9",
"#CCC#",
"CΙCΙC / C2C3 = {L H}",
"/dΛ€mn/",
"[dΛ€ΙmΙn]",
"'to guarantee'"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"alianza\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,D2:D12=\"alianza\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what round was the Alianza home game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"alianza\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"round 16\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"round 16\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the visiting team that played a round 16 game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"round 16\"",
"6"
]
}
] | train_2-18522916-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Attendance",
"Round",
"Date",
"Home",
"Score",
"Away",
"Venue",
"Weekday",
"Time of Day"
],
[
"2",
"14,403",
"Final",
"21 December 2008",
"Chalatenango",
"3 β 3",
"MetapΓ‘n",
"Estadio CuscatlΓ‘n",
"Sunday",
"Afternoon"
],
[
"3",
"11,463",
"Semifinal - 2nd leg",
"13 December 2008",
"FAS",
"1 β 3",
"MetapΓ‘n",
"Estadio Oscar QuiteΓ±o",
"Saturday",
"Night"
],
[
"4",
"7,690",
"Round 2",
"6 August 2008",
"Γguila",
"3 β 1",
"FAS",
"Estadio Juan Francisco Barraza",
"Wednesday",
"Night"
],
[
"5",
"6,997",
"Round 16",
"12 November 2008",
"FAS",
"1 β 0",
"Γguila",
"Estadio Oscar QuiteΓ±o",
"Wednesday",
"Night"
],
[
"6",
"6,156",
"Round 8",
"20 September 2008",
"Γguila",
"1 β 0",
"Alianza",
"Estadio Juan Francisco Barraza",
"Saturday",
"Twilight"
],
[
"7",
"5,815",
"Round 15",
"15 November 2008",
"FAS",
"1 β 1",
"MetapΓ‘n",
"Estadio Oscar QuiteΓ±o",
"Saturday",
"Night"
],
[
"8",
"5,307",
"Round 2",
"6 August 2008",
"Alianza",
"3 β 1",
"Independiente",
"Estadio CuscatlΓ‘n",
"Wednesday",
"Afternoon"
],
[
"9",
"5,122",
"Semifinal - 2nd leg",
"13 December 2008",
"Γguila",
"1 β 0",
"Chalatenango",
"Estadio Juan Francisco Barraza",
"Saturday",
"Night"
],
[
"10",
"4,800",
"Semifinal - 1st leg",
"7 December 2008",
"Chalatenango",
"3 β 0",
"Γguila",
"Estadio JosΓ© Gregorio MartΓnez",
"Sunday",
"Afternoon"
],
[
"11",
"4,722",
"Round 13",
"5 November 2008",
"Γguila",
"3 β 2",
"Firpo",
"Estadio Juan Francisco Barraza",
"Wednesday",
"Night"
],
[
"12",
"4,510",
"Round 3",
"9 August 2008",
"Firpo",
"1 β 2",
"Alianza",
"Estadio Sergio Torres",
"Saturday",
"Night"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"manchester united\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"manchester united\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which round has an Opposing Team of manchester united?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"manchester united\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Date has an Against larger than 0?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0"
]
},
{
"Formula": "SUMIFS(B1,E1,\"fourth round\")",
"Formula2": "SUMIFS(B2:B7,E2:E7,\"fourth round\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Against has a Round of fourth round?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"fourth round\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"17/02/2008\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"17/02/2008\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the venue on 17/02/2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"17/02/2008\"",
"4"
]
}
] | train_2-18997174-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Opposing Team",
"Against",
"Date",
"Venue",
"Round"
],
[
"2",
"Ipswich Town",
"0",
"05/01/2008",
"Portman Road , Ipswich",
"Third round"
],
[
"3",
"Plymouth Argyle",
"1",
"26/01/2008",
"Fratton Park , Portsmouth",
"Fourth round"
],
[
"4",
"Preston North End",
"0",
"17/02/2008",
"Deepdale , Preston",
"Fifth round"
],
[
"5",
"Manchester United",
"0",
"08/03/2008",
"Old Trafford , Manchester",
"Sixth round"
],
[
"6",
"West Bromwich Albion",
"0",
"05/04/2008",
"Wembley Stadium , London",
"Semi-final"
],
[
"7",
"Cardiff City",
"0",
"17/05/2008",
"Wembley Stadium , London",
"Final"
]
] |
[
{
"Formula": "MIN(FILTER(D1, E1<1))",
"Formula2": "MIN(FILTER(D2:D14, E2:E14<1))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest number of silver medals for a nation with fewer than 1 bronze?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(C1, A1=6))",
"Formula2": "SUM(FILTER(C2:C14, A2:A14=6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many gold medals for the nation ranked 6?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"6"
]
}
] | test_2-18127126-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Algeria",
"6",
"3",
"4",
"13"
],
[
"3",
"2",
"Tunisia",
"6",
"3",
"2",
"11"
],
[
"4",
"3",
"Egypt",
"2",
"4",
"1",
"7"
],
[
"5",
"4",
"Morocco",
"2",
"0",
"6",
"8"
],
[
"6",
"5",
"Senegal",
"0",
"1",
"4",
"5"
],
[
"7",
"6",
"South Africa",
"0",
"1",
"3",
"4"
],
[
"8",
"7=",
"Madagascar",
"0",
"1",
"2",
"3"
],
[
"9",
"7=",
"Nigeria",
"0",
"1",
"2",
"3"
],
[
"10",
"9",
"Democratic Republic of the Congo",
"0",
"1",
"1",
"2"
],
[
"11",
"10",
"Libya",
"0",
"1",
"0",
"1"
],
[
"12",
"11",
"Cameroon",
"0",
"0",
"4",
"4"
],
[
"13",
"12",
"Mauritius",
"0",
"0",
"2",
"2"
],
[
"14",
"13",
"Angola",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"106 bands\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"106 bands\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "I want to know the events for 106 bands",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"106 bands\"",
"3"
]
}
] | train_2-10311801-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Date",
"Event",
"Days",
"Stages",
"Acts"
],
[
"2",
"2001",
"23 June",
"Rock & Blues Festival",
"2 days",
"1 stage",
"6 bands"
],
[
"3",
"2001",
"14 July",
"A Day at the Races",
"1 day",
"1 stage",
"5 bands"
],
[
"4",
"2002",
"25 May",
"Ozzfest 2002",
"1 day",
"2 stages",
"24 bands"
],
[
"5",
"2003",
"31 May - 1 June",
"Download Festival ft. Deconstruction Festival",
"2 days",
"2 stages",
"57 bands"
],
[
"6",
"2004",
"5β6 June",
"Download Festival",
"2 days",
"3 stages",
"73 bands"
],
[
"7",
"2005",
"10β12 June",
"Download Festival with Ozzfest",
"3 days",
"3 stages",
"99 bands"
],
[
"8",
"2006",
"9β11 June",
"Download Festival",
"3 days",
"4 stages",
"106 bands"
],
[
"9",
"2007",
"8β10 June",
"Download Festival",
"3 days",
"3 stages",
"101 bands"
],
[
"10",
"2008",
"13β15 June",
"Download Festival",
"3 Days",
"3 stages",
"100 bands"
],
[
"11",
"2009",
"14β16 June",
"Download Festival",
"3 days",
"4 stages",
"132 bands."
]
] |
[
{
"Formula": "SUM(FILTER(D1, (E1>0)*(F1<54)*(B1=\"spain\")))",
"Formula2": "SUM(FILTER(D2:D15, (E2:E15>0)*(F2:F15<54)*(B2:B15=\"spain\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many silver medals did spain have when they had more than 0 bronze medals and less than 54 total medals?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"0",
"*",
"F1",
"<",
"54",
"*",
"B1",
"=",
"\"spain\""
]
},
{
"Formula": "MAX(FILTER(C1, D1<0))",
"Formula2": "MAX(FILTER(C2:C15, D2:D15<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the highest number of gold medals when there were 0 silver medals?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"D1",
"<",
"0"
]
}
] | train_2-18618431-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Soviet Union",
"7",
"6",
"3",
"16"
],
[
"3",
"2",
"Romania",
"2",
"2",
"5",
"9"
],
[
"4",
"3",
"East Germany",
"5",
"2",
"1",
"8"
],
[
"5",
"4",
"Hungary",
"2",
"2",
"3",
"7"
],
[
"6",
"5",
"Poland",
"0",
"2",
"2",
"4"
],
[
"7",
"6",
"Norway",
"1",
"1",
"0",
"2"
],
[
"8",
"7",
"Bulgaria",
"0",
"1",
"1",
"2"
],
[
"9",
"8",
"Yugoslavia",
"1",
"0",
"0",
"1"
],
[
"10",
"9",
"Australia",
"0",
"1",
"0",
"1"
],
[
"11",
"10",
"West Germany",
"0",
"1",
"0",
"1"
],
[
"12",
"11",
"Czechoslovakia",
"0",
"0",
"1",
"1"
],
[
"13",
"12",
"France",
"0",
"0",
"1",
"1"
],
[
"14",
"13",
"Spain",
"0",
"0",
"1",
"1"
],
[
"15",
"Total",
"Total",
"18",
"18",
"18",
"54"
]
] |
[
{
"Formula": "FILTER(A1,(B1<2008)*(E1=\"xbox 360\"))",
"Formula2": "FILTER(A2:A7,(B2:B7<2008)*(E2:E7=\"xbox 360\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which title has a year prior to 2008 and xbox 360 as the platform?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"<",
"2008",
"*",
"E1",
"=",
"\"xbox 360\""
]
},
{
"Formula": "FILTER(D1,A1=\"far cry\")",
"Formula2": "FILTER(D2:D7,A2:A7=\"far cry\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which publisher has Far Cry as the title?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"far cry\""
]
},
{
"Formula": "FILTER(A1,(E1=\"xbox\")*(B1<2006))",
"Formula2": "FILTER(A2:A7,(E2:E7=\"xbox\")*(B2:B7<2006))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which title has xbox as the platform with a year prior to 2006?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"xbox\"",
"*",
"B1",
"<",
"2006"
]
},
{
"Formula": "FILTER(C1,E1=\"xbox 360\")",
"Formula2": "FILTER(C2:C7,E2:E7=\"xbox 360\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which developer has xbox 360 as the platform?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"xbox 360\""
]
},
{
"Formula": "AVERAGE(FILTER(B1,A1=\"far cry vengeance\"))",
"Formula2": "AVERAGE(FILTER(B2:B7,A2:A7=\"far cry vengeance\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average year that has far cry vengeance as the title?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"A1",
"=",
"\"far cry vengeance\""
]
}
] | dev_2-1241866-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Year",
"Developer",
"Publisher",
"Platform"
],
[
"2",
"Aion: The Tower of Eternity",
"2008",
"NCsoft",
"NCsoft",
"Microsoft Windows"
],
[
"3",
"Far Cry",
"2004",
"Crytek",
"Ubisoft",
"Microsoft Windows"
],
[
"4",
"Far Cry Instincts",
"2005",
"Ubisoft Montreal",
"Ubisoft",
"Xbox"
],
[
"5",
"Far Cry Instincts: Evolution",
"2006",
"Ubisoft Montreal",
"Ubisoft",
"Xbox"
],
[
"6",
"Far Cry Instincts: Predator",
"2006",
"Ubisoft Montreal",
"Ubisoft",
"Xbox 360"
],
[
"7",
"Far Cry Vengeance",
"2006",
"Ubisoft Montreal",
"Ubisoft",
"Wii"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"merrillville\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,A2:A9=\"merrillville\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what county is the school of Merrillville?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"merrillville\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"portage\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,A2:A9=\"portage\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The school of Portage was in what conference previous?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"portage\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"valparaiso\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,B2:B9=\"valparaiso\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the school that is in Valparaiso?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"valparaiso\"",
"1"
]
}
] | train_2-15090962-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"School",
"Location",
"Mascot",
"County",
"Enrollment 08-09",
"IHSAA Class",
"IHSAA Class Football",
"Year Joined",
"Previous Conference"
],
[
"2",
"Chesterton",
"Chesterton",
"Trojans",
"64 Porter",
"1921",
"4A",
"6A",
"1970",
"Calumet"
],
[
"3",
"Crown Point",
"Crown Point",
"Bulldogs",
"45 Lake",
"2426",
"4A",
"6A",
"1993",
"Lake Suburban"
],
[
"4",
"Lake Central",
"Saint John",
"Indians",
"45 Lake",
"3141",
"4A",
"6A",
"2003",
"Independents"
],
[
"5",
"LaPorte",
"LaPorte",
"Slicers",
"46 LaPorte",
"1956",
"4A",
"5A",
"1976",
"Northern Indiana"
],
[
"6",
"Merrillville",
"Merrillville",
"Pirates",
"45 Lake",
"2241",
"4A",
"6A",
"1975",
"Lake Suburban"
],
[
"7",
"Michigan City",
"Michigan City",
"Wolves",
"46 LaPorte",
"1919",
"4A",
"5A",
"1995",
"none (new school)"
],
[
"8",
"Portage",
"Portage",
"Indians",
"64 Porter",
"2618",
"4A",
"6A",
"1970",
"Calumet"
],
[
"9",
"Valparaiso",
"Valparaiso",
"Vikings",
"64 Porter",
"2072",
"4A",
"6A",
"1970",
"Independents"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2007),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=2007),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What platform has a year of 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2007",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2011),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=2011),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which game was released in 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2011",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2009)*(B1=\"wii sports\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7<2009)*(B2:B7=\"wii sports\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What platform came out before 2009 with the game wii sports?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2009",
"*",
"B1",
"=",
"\"wii sports\"",
"4"
]
}
] | train_2-1851722-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Game",
"Genre",
"Platform(s)",
"Developer(s)"
],
[
"2",
"2006",
"Wii Sports",
"Sports game",
"Wii",
"Nintendo EAD"
],
[
"3",
"2007",
"Portal",
"Puzzle , first-person shooter , science fiction",
"Xbox 360 , PlayStation 3 , Windows",
"Valve Corporation"
],
[
"4",
"2008",
"Fallout 3",
"RPG",
"PlayStation 3 , PC , Xbox 360",
"Bethesda Game Studios"
],
[
"5",
"2009",
"Dragon Age: Origins",
"Role-Playing Game",
"Xbox 360 , PlayStation 3 , Windows , Mac OS X",
"BioWare , Edge of Reality"
],
[
"6",
"2010",
"Red Dead Redemption",
"Action Adventure",
"PlayStation 3 , Xbox 360",
"Rockstar Games"
],
[
"7",
"2011",
"Portal 2",
"Puzzle",
"Xbox 360 , PlayStation 3 , PC",
"Valve Corporation"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"9 jun 2002\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"9 jun 2002\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which tournament was held on 9 Jun 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"9 jun 2002\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"4 strokes\")*(B1=\"nec invitational\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"4 strokes\")*(B2:B15=\"nec invitational\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the winning score with a margin of victory of 4 strokes for the NEC Invitational tournament?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"4 strokes\"",
"*",
"B1",
"=",
"\"nec invitational\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"β8 (71-69-67-73=280)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"β8 (71-69-67-73=280)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the runner-up where the winning score is β8 (71-69-67-73=280)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"β8 (71-69-67-73=280)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"1 stroke\")*(B1=\"linde german masters\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"1 stroke\")*(B2:B15=\"linde german masters\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the winning score for Tournament of linde german masters with a margin of victory of 1 stroke?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1 stroke\"",
"*",
"B1",
"=",
"\"linde german masters\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"3 strokes\")*(C1=\"β6 (65-70-70-69=274)\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"3 strokes\")*(C2:C15=\"β6 (65-70-70-69=274)\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is runner-up where the winning score is β6 (65-70-70-69=274) and the margin of victory is 3 strokes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"3 strokes\"",
"*",
"C1",
"=",
"\"β6 (65-70-70-69=274)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"1 stroke\")*(E1=\"robert-jan derksen\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(D2:D15=\"1 stroke\")*(E2:E15=\"robert-jan derksen\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the winning score where the runner-up is Robert-Jan Derksen and the margin of victory is 1 stroke?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1 stroke\"",
"*",
"E1",
"=",
"\"robert-jan derksen\"",
"3"
]
}
] | train_2-1456085-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Tournament",
"Winning score",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"10 Oct 1993",
"Alfred Dunhill Open",
"β14 (68-68-66-68=270)",
"2 strokes",
"Nick Faldo , Vijay Singh"
],
[
"3",
"6 Oct 1996",
"Linde German Masters",
"β24 (70-64-67-63=264)",
"1 stroke",
"Mark Davis"
],
[
"4",
"17 May 1998",
"Benson & Hedges International Open",
"β15 (70-69-67-67=273)",
"3 strokes",
"Santiago Luna"
],
[
"5",
"1 Nov 1998",
"Volvo Masters",
"β17 (67-73-68-63=271)",
"2 strokes",
"Andrew Coltart"
],
[
"6",
"6 Jun 1999",
"Compass Group English Open",
"β20 (68-65-67-68=268)",
"2 strokes",
"John Bickerton"
],
[
"7",
"27 Feb 2000",
"Andersen Consulting Match Play Championship",
"4 & 3",
"4 & 3",
"Tiger Woods"
],
[
"8",
"4 Jun 2000",
"Compass Group English Open",
"β13 (70-72-68-65=275)",
"1 stroke",
"Michael Campbell , Mark James"
],
[
"9",
"8 Jul 2001",
"Smurfit European Open",
"β15 (68-68-71-66=273)",
"3 strokes",
"Thomas BjΓΈrn , PΓ‘draig Harrington , Ian Woosnam"
],
[
"10",
"9 Jun 2002",
"Compass Group English Open",
"β17 (65-70-68-68=271)",
"3 strokes",
"SΓΈren Hansen"
],
[
"11",
"24 Aug 2003",
"NEC Invitational",
"β12 (65-70-66-67=268)",
"4 strokes",
"Jonathan Kaye"
],
[
"12",
"27 Apr 2008",
"BMW Asian Open 1",
"β8 (71-69-67-73=280)",
"1 stroke",
"Robert-Jan Derksen"
],
[
"13",
"24 Aug 2008",
"KLM Open",
"β16 (68-64-66-66=264)",
"4 strokes",
"Paul McGinley"
],
[
"14",
"15 May 2011",
"Iberdrola Open",
"β6 (65-70-70-69=274)",
"3 strokes",
"David Lynn , Chris Wood"
],
[
"15",
"17 Jul 2011",
"The Open Championship",
"β5 (68-68-69-70=275)",
"3 strokes",
"Dustin Johnson , Phil Mickelson"
]
] |
[
{
"Formula": "FILTER(A1,(E1=\"2 strokes\")*(D1=\"β16\"))",
"Formula2": "FILTER(A2:A6,(E2:E6=\"2 strokes\")*(D2:D6=\"β16\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "A tournament on which date has a margin of victory of 2 strokes and a par of β16?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"2 strokes\"",
"*",
"D1",
"=",
"\"β16\""
]
},
{
"Formula": "FILTER(F1,(E1=\"2 strokes\")*(D1=\"β16\"))",
"Formula2": "FILTER(F2:F6,(E2:E6=\"2 strokes\")*(D2:D6=\"β16\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the runner-up in the tournament that has a margin of victory of 2 strokes, and a To par of β16?",
"Tokens": [
"FILTER(",
"F1",
"E1",
"=",
"\"2 strokes\"",
"*",
"D1",
"=",
"\"β16\""
]
},
{
"Formula": "FILTER(D1,F1=\"ken duke\")",
"Formula2": "FILTER(D2:D6,F2:F6=\"ken duke\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the to par of the tournament that had Ken Duke as a runner-up?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"ken duke\""
]
},
{
"Formula": "FILTER(E1,F1=\"brandt snedeker\")",
"Formula2": "FILTER(E2:E6,F2:F6=\"brandt snedeker\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the margin of victory when Brandt Snedeker was runner-up?",
"Tokens": [
"FILTER(",
"E1",
"F1",
"=",
"\"brandt snedeker\""
]
},
{
"Formula": "FILTER(A1,C1=\"67-70-68-67=272\")",
"Formula2": "FILTER(A2:A6,C2:C6=\"67-70-68-67=272\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the date that has a winning score of 67-70-68-67=272?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"67-70-68-67=272\""
]
}
] | dev_2-10856203-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Tournament",
"Winning score",
"To par",
"Margin of victory",
"Runner-up"
],
[
"2",
"Apr 22, 2007",
"Zurich Classic of New Orleans",
"69-67-68-69=273",
"β15",
"3 strokes",
"Ken Duke"
],
[
"3",
"Feb 8, 2009",
"Buick Invitational",
"69-69-71-68=277",
"β11",
"1 stroke",
"John Rollins"
],
[
"4",
"Mar 13, 2011",
"WGC-Cadillac Championship",
"67-70-68-67=272",
"β16",
"2 strokes",
"Dustin Johnson"
],
[
"5",
"Jul 3, 2011",
"AT&T National",
"70-69-62-66=267",
"β13",
"2 strokes",
"K. J. Choi"
],
[
"6",
"Aug 26, 2012",
"The Barclays",
"65-69-71-69=274",
"β10",
"3 strokes",
"Brandt Snedeker"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"agp\")*(B1=\"400\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"agp\")*(B2:B9=\"400\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which model(s) has AGP graphics and 400 FSB (MHz)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"agp\"",
"*",
"B1",
"=",
"\"400\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"intel 955\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"intel 955\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which model's chipset is intel 955?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"intel 955\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"rambus\")*(B1=\"400 or 533\")*(A1=\"precision 340\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"rambus\")*(B2:B9=\"400 or 533\")*(A2:A9=\"precision 340\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the chipset in the Precision 340 model that has the rambus memory and 400 or 533 FSB (MHz)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"rambus\"",
"*",
"B1",
"=",
"\"400 or 533\"",
"*",
"A1",
"=",
"\"precision 340\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"intel 850e\")*(A1=\"precision 340\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"intel 850e\")*(A2:A9=\"precision 340\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of graphics are present in the Precision 340 model with the intel 850e chipset?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"intel 850e\"",
"*",
"A1",
"=",
"\"precision 340\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"pci express\")*(A1=\"precision t3400\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(E2:E9=\"pci express\")*(A2:A9=\"precision t3400\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of chipset is in the Precision t3400 model with the PCI Express graphics?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"pci express\"",
"*",
"A1",
"=",
"\"precision t3400\"",
"3"
]
}
] | test_2-11946231-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Model",
"FSB (MHz)",
"Chipset",
"Memory",
"Graphics"
],
[
"2",
"Precision 330",
"400",
"Intel 850",
"Rambus",
"AGP"
],
[
"3",
"Precision 340",
"400 or 533",
"Intel 850E",
"Rambus",
"AGP"
],
[
"4",
"Precision 350",
"400 or 533",
"Intel 850E",
"Rambus",
"AGP 4X"
],
[
"5",
"Precision 360",
"800",
"Intel 875",
"DDR ECC",
"AGP 8X"
],
[
"6",
"Precision 370",
"800",
"Intel 925",
"DDR2 ECC",
"PCI Express"
],
[
"7",
"Precision 380",
"800 or 1066",
"Intel 955",
"DDR2 ECC",
"PCI Express"
],
[
"8",
"Precision 390",
"800 or 1066",
"Intel 975",
"DDR2 ECC",
"PCI Express"
],
[
"9",
"Precision T3400",
"1066 or 1333",
"Intel X38 Express",
"DDR2 ECC",
"PCI Express"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"grass\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"grass\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the partner that played a match on a grass court?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"grass\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"mardy fish\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"mardy fish\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score of the match in which mardy fish was the partner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"mardy fish\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"hard\")*(A1=\"runner-up\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(C2:C7=\"hard\")*(A2:A7=\"runner-up\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the opponents in the match that was played on a hard court and had a runner-up outcome?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"hard\"",
"*",
"A1",
"=",
"\"runner-up\"",
"5"
]
}
] | train_2-12509095-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Winner",
"July 7, 2008",
"Grass",
"Mardy Fish",
"Rohan Bopanna Aisam-ul-Haq Qureshi",
"6β4, 7β6 (7β1)"
],
[
"3",
"Winner",
"February 21, 2010",
"Hard",
"Sam Querrey",
"Ross Hutchins Jordan Kerr",
"6β4, 6β4"
],
[
"4",
"Runner-up",
"May 2, 2010",
"Clay",
"Sam Querrey",
"Bob Bryan Mike Bryan",
"2β6, 3β6"
],
[
"5",
"Runner-up",
"April 9, 2011",
"Clay",
"Sam Querrey",
"Bob Bryan Mike Bryan",
"7β6 (7β4) , 2β6, [5β10]"
],
[
"6",
"Winner",
"May 15, 2011",
"Clay",
"Sam Querrey",
"Mardy Fish Andy Roddick",
"w/o"
],
[
"7",
"Runner-up",
"March 18, 2012",
"Hard",
"Sam Querrey",
"Marc LΓ³pez Rafael Nadal",
"2β6, 6β7 (3β7)"
]
] |
[
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many debates are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SORT(SUMMARIZE(C1,SUMX(D1)), 2, 1)",
"Formula2": "SORT(SUMMARIZE(C2:C7,SUMX(D2:D7)), 2, 1)",
"Funcs": [
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the venues in ascending order of the num of audience",
"Tokens": [
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"2",
"1"
]
},
{
"Formula": "CHOOSE({1,2},B1,C1)",
"Formula2": "CHOOSE({1,2},B2:B7,C2:C7)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the date and venue of each debate?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"B1",
"C1"
]
},
{
"Formula": "UNIQUE(C1)",
"Formula2": "UNIQUE(C2:C7)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show the distinct venues of debates",
"Tokens": [
"UNIQUE(",
"C1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many debates have been held?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,A1))",
"Formula2": "UNIQUE(HSTACK(B2:B7,C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "All debates held in all venues on different dates",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(C1,A1))",
"Formula2": "UNIQUE(HSTACK(C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "Debates across all different venues",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"C1",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many debates?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(B1,C1,A1))",
"Formula2": "UNIQUE(HSTACK(B2:B7,C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "The debates in different venues on all dates.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(C1,A1))",
"Formula2": "UNIQUE(HSTACK(C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "The debates in different venues.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"C1",
"A1"
]
}
] | debate_debate | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"debate id",
"date",
"venue",
"num of audience"
],
[
"2",
"1",
"21-Oct-11",
"Manama , Bahrain",
"342"
],
[
"3",
"2",
"17-Dec-14",
"Doha , Qatar",
"134"
],
[
"4",
"3",
"3-Aug-15",
"Manama , Bahrain",
"90"
],
[
"5",
"4",
"27-Oct-15",
"Manama , Bahrain",
"209"
],
[
"6",
"5",
"12-Jan-17",
"Dubai , UAE",
"313"
],
[
"7",
"6",
"21-Jan-17",
"Abu Dhabi , UAE",
"159"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"october 21\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"october 21\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which finalist played in the week of October 21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"october 21\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"october 21\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"october 21\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what surface did they play the match in the week of October 21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"october 21\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"monte carlo\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"monte carlo\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the finalist in the Monte Carlo Tournament?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"monte carlo\"",
"5"
]
}
] | train_2-16381189-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"Surface",
"Week",
"Winner and score",
"Finalist",
"Semifinalists"
],
[
"2",
"Indian Wells",
"Hard",
"March 11",
"Michael Chang 7β5, 6β1, 6β1",
"Paul Haarhuis",
"Goran IvaniΕ‘eviΔ Marcelo RΓos"
],
[
"3",
"Key Biscane",
"Hard",
"March 18",
"Andre Agassi 3β0 Ret.",
"Goran IvaniΕ‘eviΔ",
"Arnaud Boetsch Pete Sampras"
],
[
"4",
"Monte Carlo",
"Clay",
"April 22",
"Thomas Muster 6β3, 5β7, 4β6, 6β3, 6β2",
"Albert Costa",
"CΓ©dric Pioline Marcelo RΓos"
],
[
"5",
"Hamburg",
"Clay",
"May 6",
"Roberto Carretero 2β6, 6β4, 6β4, 6β4",
"Γlex Corretja",
"Yevgeny Kafelnikov Marcelo RΓos"
],
[
"6",
"Rome",
"Clay",
"May 13",
"Thomas Muster 6β2, 6β4, 3β6, 6β3",
"Richard Krajicek",
"Albert Costa Wayne Ferreira"
],
[
"7",
"Cincinnati",
"Hard",
"August 5",
"Andre Agassi 7β6(4), 6β4",
"Michael Chang",
"Thomas Enqvist Thomas Muster"
],
[
"8",
"Toronto",
"Hard",
"August 19",
"Wayne Ferreira 6β2, 6β4",
"Todd Woodbridge",
"Marcelo RΓos Todd Martin"
],
[
"9",
"Stuttgart",
"Carpet (i)",
"October 21",
"Boris Becker 3β6, 6β3, 3β6, 6β3, 6β4",
"Pete Sampras",
"Jan Siemerink Michael Chang"
],
[
"10",
"Paris",
"Carpet (i)",
"October 28",
"Thomas Enqvist 6β2, 6β4, 7β5",
"Yevgeny Kafelnikov",
"Magnus Gustafsson Petr Korda"
],
[
"11",
"Hanover ( AWC )",
"Carpet (i)",
"November 18",
"Pete Sampras 3β6, 7β6(5), 7β6(4), 6β7(11), 6β4",
"Boris Becker",
"Richard Krajicek Goran IvaniΕ‘eviΔ"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"vrc melbourne cup\")",
"Formula2": "SUMIFS(D2:D11,B2:B11,\"vrc melbourne cup\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the weight when the race was the VRC Melbourne Cup?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"vrc melbourne cup\""
]
},
{
"Formula": "SUM(FILTER(D1, (C1=\"8f\")*(B1=\"rrc hill stakes (wfa)\")))",
"Formula2": "SUM(FILTER(D2:D11, (C2:C11=\"8f\")*(B2:B11=\"rrc hill stakes (wfa)\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What weight has a distance of 8F, and RRC Hill Stakes (wfa) as the race?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"\"8f\"",
"*",
"B1",
"=",
"\"rrc hill stakes (wfa)\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=9.2))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)=9.2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the distance when the weight is 9.2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9.2"
]
}
] | test_2-174003-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Result",
"Race",
"Distance",
"Weight",
"Winner or 2nd",
"Pos'n"
],
[
"2",
"Won",
"WRC Underwood Stakes (wfa)",
"8f",
"9.0",
"Rondalina",
"2nd"
],
[
"3",
"Won",
"VATC Memsie Stakes (wfa)",
"9f",
"9.8",
"Rondalina",
"2nd"
],
[
"4",
"Won",
"RRC Hill Stakes (wfa)",
"8f",
"9.0",
"Chide",
"2nd"
],
[
"5",
"Won",
"AJC Spring Stakes (wfa)",
"12f",
"9.2",
"Chide",
"2nd"
],
[
"6",
"Won",
"AJC Craven Plate (wfa)",
"10f",
"9.1",
"Pentheus",
"2nd"
],
[
"7",
"Won",
"AJC Randwick Plate (wfa)",
"2 m",
"9.3",
"Chide",
"2nd"
],
[
"8",
"Won",
"MVRC W.S. Cox Plate (wfa)",
"9 Β½ f",
"9.4",
"Chatham",
"2nd"
],
[
"9",
"Won",
"VRC Melbourne Stakes (wfa)",
"10f",
"9.1",
"Concentrate",
"2nd"
],
[
"10",
"8th",
"VRC Melbourne Cup",
"2 m",
"10.10",
"White Nose",
"1st"
],
[
"11",
"Won",
"Agua Caliente Hcp",
"10f",
"9.3",
"Reveille Boy",
"2nd"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"53-24\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"53-24\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent has a 53-24 record?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"53-24\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=73),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=73),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent for game 73?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"73",
"3"
]
}
] | train_2-18493040-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location Attendance",
"Record"
],
[
"2",
"73",
"April 2",
"at Charlotte Hornets",
"L 84-95",
"Charlotte Coliseum 24,042",
"50-23"
],
[
"3",
"Game",
"Date",
"Opponent",
"Score",
"Location Attendance",
"Record"
],
[
"4",
"74",
"April 4",
"vs Detroit Pistons",
"W 103-89",
"Omni Coliseum 16,378",
"51-23"
],
[
"5",
"75",
"April 5",
"vs New York Knicks",
"L 97-102",
"Omni Coliseum 16,378",
"51-24"
],
[
"6",
"76",
"April 9",
"at Philadelphia 76ers",
"W 116-101",
"CoreStates Center 16,549",
"52-24"
],
[
"7",
"77",
"April 11",
"at Indiana Pacers",
"W 104-92",
"Market Square Arena 16,403",
"53-24"
],
[
"8",
"78",
"April 12",
"at Minnesota Timberwolves",
"W 80-66",
"Target Center 18,874",
"54-24"
],
[
"9",
"79",
"April 15",
"vs New Jersey Nets",
"W 109-101",
"Omni Coliseum 14,458",
"55-24"
],
[
"10",
"80",
"April 16",
"at New York Knicks",
"L 92-96",
"Madison Square Garden 19,763",
"55-25"
],
[
"11",
"81",
"April 19",
"vs Philadelphia 76ers",
"W 136-104",
"Omni Coliseum 16,457",
"56-25"
],
[
"12",
"82",
"April 20",
"at New Jersey Nets",
"L 92-108",
"Continental Airlines Arena 18,702",
"56-26"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"db\")",
"Formula2": "SUMIFS(A2:A9,D2:D9,\"db\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the pick number of the DB?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"db\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"t\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>13))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,D2:D9=\"t\"),SUMMARIZE(CHOOSECOLS(query1,5),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": "What college did the T who was pick after 13 go to?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"t\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"13"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"boston college\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"boston college\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which CFL team drafted a pick from Boston College?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"boston college\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"saskatchewan\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"saskatchewan\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position did the Saskatchewan player get drafted as?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"saskatchewan\"",
"4"
]
}
] | train_2-10812403-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"9",
"Saskatchewan Roughriders (via Hamilton)",
"David McKoy",
"WR",
"Guelph"
],
[
"3",
"10",
"Edmonton Eskimos",
"Jason Nedd",
"DB",
"Akron"
],
[
"4",
"11",
"Winnipeg Blue Bombers",
"Corey Mace",
"DT",
"Wyoming"
],
[
"5",
"12",
"Hamilton Tiger-Cats (via Saskatchewan)",
"Jordan Rempel",
"OL",
"Saskatchewan"
],
[
"6",
"13",
"Hamilton Tiger-Cats (via Edmonton via Toronto)",
"Eric Ince",
"OL",
"St. Mary's"
],
[
"7",
"14",
"Calgary Stampeders",
"Kevin Challenger",
"WR",
"Boston College"
],
[
"8",
"15",
"Montreal Alouettes",
"Darryl Conrad",
"T",
"Manitoba"
],
[
"9",
"16",
"BC Lions",
"Josh Bean",
"LB",
"Boise State"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=45),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=45),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the record after game 45?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"45",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"delta center\")*(F1=\"35-14\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"delta center\")*(F2:F8=\"35-14\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of the game at the delta center when the record was 35-14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"delta center\"",
"*",
"F1",
"=",
"\"35-14\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"keyarena at seattle center\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"keyarena at seattle center\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent, during the game at the location of keyarena at seattle center?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"keyarena at seattle center\"",
"3"
]
}
] | train_2-17382296-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location/Attendance",
"Record"
],
[
"2",
"45",
"Feb 1",
"at Dallas Mavericks",
"97-100 L",
"Reunion Arena",
"31-14"
],
[
"3",
"Game",
"Date",
"Opponent",
"Score",
"Location/Attendance",
"Record"
],
[
"4",
"46",
"Feb 3",
"vs Washington Bullets",
"111-89 W",
"Delta Center",
"32-14"
],
[
"5",
"47",
"Feb 5",
"at Seattle SuperSonics",
"99-95 W",
"KeyArena at Seattle Center",
"33-14"
],
[
"6",
"48",
"Feb 11",
"at Sacramento Kings",
"120-98 W",
"ARCO Arena",
"34-14"
],
[
"7",
"49",
"Feb 13",
"vs Portland Trail Blazers",
"110-86 W",
"Delta Center",
"35-14"
],
[
"8",
"50",
"Feb 15",
"vs Dallas Mavericks",
"99-84 W",
"Delta Center",
"36-14"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>32)*(CHOOSECOLS(query1,3)=311)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(D2:D6),SUMX(E2:E6)),FILTER(query1,(CHOOSECOLS(query1,2)>32)*(CHOOSECOLS(query1,3)=311)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What team has more than 32 games and 311 rebounds?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"32",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"311"
]
},
{
"Formula": "MAX(FILTER(A1, (C1=\"akasvayu girona\")*(E1<311)))",
"Formula2": "MAX(FILTER(A2:A6, (C2:C6=\"akasvayu girona\")*(E2:E6<311)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest rank team akasvayu girona had with less than 311 rebounds?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"akasvayu girona\"",
"*",
"E1",
"<",
"311"
]
},
{
"Formula": "SUM(FILTER(D1, (C1=\"iurbentia bilbao\")*(E1>212)))",
"Formula2": "SUM(FILTER(D2:D6, (C2:C6=\"iurbentia bilbao\")*(E2:E6>212)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many games did team iurbentia bilbao have with rebounds higher than 212?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"\"iurbentia bilbao\"",
"*",
"E1",
">",
"212"
]
},
{
"Formula": "MIN(FILTER(D1, (A1>1)*(E1>212)))",
"Formula2": "MIN(FILTER(D2:D6, (A2:A6>1)*(E2:E6>212)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How few games are there for a rank more than 1 and more than 212 rebounds?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"A1",
">",
"1",
"*",
"E1",
">",
"212"
]
}
] | test_2-16362719-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Team",
"Games",
"Rebounds"
],
[
"2",
"1.",
"Marc Gasol",
"Akasvayu Girona",
"37",
"311"
],
[
"3",
"2.",
"FrΓ©dΓ©ric Weis",
"Iurbentia Bilbao",
"30",
"212"
],
[
"4",
"3.",
"Felipe Reyes",
"Real Madrid",
"31",
"211"
],
[
"5",
"4.",
"Pete Mickeal",
"TAU CerΓ‘mica",
"32",
"197"
],
[
"6",
"5.",
"Chris Moss",
"Vive Menorca",
"34",
"209"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"kingdome\")*(D1=\"w 24-6\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(E2:E17=\"kingdome\")*(D2:D17=\"w 24-6\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Game site of kingdome, and a Result of w 24-6 has what record?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"kingdome\"",
"*",
"D1",
"=",
"\"w 24-6\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"at cleveland browns\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>60967))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G17,C2:C17=\"at cleveland browns\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>60967))",
"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": "Attendance larger than 60,967, and a Opponent of at cleveland browns has what record?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"at cleveland browns\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"7",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"60967"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"september 25, 1983\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=\"september 25, 1983\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Date of september 25, 1983 is what game site?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"september 25, 1983\"",
"5"
]
}
] | train_2-13258876-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Record",
"Attendance"
],
[
"2",
"1",
"September 4, 1983",
"at Kansas City Chiefs",
"L 13-17",
"Arrowhead Stadium",
"0-1",
"42,531"
],
[
"3",
"2",
"September 11, 1983",
"at New York Jets",
"W 17-10",
"Shea Stadium",
"1-1",
"50,066"
],
[
"4",
"3",
"September 18, 1983",
"San Diego Chargers",
"W 34-31",
"Kingdome",
"2-1",
"61,714"
],
[
"5",
"4",
"September 25, 1983",
"Washington Redskins",
"L 17-27",
"Kingdome",
"2-2",
"60,718"
],
[
"6",
"5",
"October 2, 1983",
"at Cleveland Browns",
"W 24-9",
"Cleveland Stadium",
"3-2",
"75,446"
],
[
"7",
"6",
"October 9, 1983",
"at San Diego Chargers",
"L 21-28",
"Jack Murphy Stadium",
"3-3",
"49,132"
],
[
"8",
"7",
"October 16, 1983",
"Los Angeles Raiders",
"W 38-36",
"Kingdome",
"4-3",
"60,967"
],
[
"9",
"8",
"October 23, 1983",
"Pittsburgh Steelers",
"L 21-27",
"Kingdome",
"4-4",
"61,615"
],
[
"10",
"9",
"October 30, 1983",
"at Los Angeles Raiders",
"W 34-21",
"Los Angeles Memorial Coliseum",
"5-4",
"49,708"
],
[
"11",
"10",
"November 6, 1983",
"Denver Broncos",
"W 27-19",
"Kingdome",
"6-4",
"61,189"
],
[
"12",
"11",
"November 13, 1983",
"at St. Louis Cardinals",
"L 28-33",
"Busch Memorial Stadium",
"6-5",
"33,280"
],
[
"13",
"12",
"November 20, 1983",
"at Denver Broncos",
"L 27-38",
"Mile High Stadium",
"6-6",
"74,710"
],
[
"14",
"13",
"November 27, 1983",
"Kansas City Chiefs",
"W 51-48 OT",
"Kingdome",
"7-6",
"56,793"
],
[
"15",
"14",
"December 4, 1983",
"Dallas Cowboys",
"L 10-35",
"Kingdome",
"7-7",
"63,352"
],
[
"16",
"15",
"December 11, 1983",
"at New York Giants",
"W 17-12",
"Giants Stadium",
"8-7",
"48,945"
],
[
"17",
"16",
"December 18, 1983",
"New England Patriots",
"W 24-6",
"Kingdome",
"9-7",
"59,688"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Carolina Hurricanes\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J14,C2:C14=\"Carolina Hurricanes\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record for the game where the opponent was the Carolina Hurricanes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"C1",
"=",
"\"Carolina Hurricanes\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=\"27-28-11\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J14,I2:I14=\"27-28-11\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date was the record of 27-28-11 set?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"I1",
"=",
"\"27-28-11\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=\"29-28-12\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J14,I2:I14=\"29-28-12\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who made the decision on the game where the record was 29-28-12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"I1",
"=",
"\"29-28-12\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=\"27-28-11\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J14,I2:I14=\"27-28-11\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who made the decision on the game where the record was 27-28-11?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"I1",
"=",
"\"27-28-11\"",
"6"
]
}
] | train_1-27537518-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"First Star",
"Decision",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"64",
"March 1",
"Montreal Canadiens",
"1-3",
"C. Price",
"C. Mason",
"Philips Arena",
"11156",
"26-27-11",
"63"
],
[
"3",
"65",
"March 3",
"Ottawa Senators",
"1-3",
"B. Bulter",
"C. Mason",
"Philips Arena",
"10461",
"26-28-11",
"63"
],
[
"4",
"66",
"March 5",
"Florida Panthers",
"4-3 OT",
"A. Ladd",
"C. Mason",
"Philips Arena",
"15799",
"27-28-11",
"65"
],
[
"5",
"67",
"March 9",
"Carolina Hurricanes",
"3-2 OT",
"O. Pavelec",
"O. Pavelec",
"RBC Center",
"16126",
"28-28-11",
"67"
],
[
"6",
"68",
"March 11",
"New Jersey Devils",
"2-3 OT",
"T. Zajac",
"O. Pavelec",
"Philips Arena",
"16073",
"28-28-12",
"68"
],
[
"7",
"69",
"March 12",
"Philadelphia Flyers",
"5-4 OT",
"V. Leino",
"C. Mason",
"Wells Fargo Center",
"19892",
"29-28-12",
"70"
],
[
"8",
"70",
"March 15",
"New Jersey Devils",
"2-4",
"J. Josefson",
"O. Pavelec",
"Prudential Center",
"16188",
"29-29-12",
"70"
],
[
"9",
"71",
"March 17",
"Philadelphia Flyers",
"4-3 SO",
"R. Hainsey",
"O. Pavelec",
"Philips Arena",
"16502",
"30-29-12",
"72"
],
[
"10",
"72",
"March 19",
"Buffalo Sabres",
"2-8",
"M. Mancari",
"O. Pavelec",
"HSBC Arena",
"18690",
"30-30-12",
"72"
],
[
"11",
"73",
"March 24",
"New York Islanders",
"2-1",
"B. Wheeler",
"C. Mason",
"Nassau Coliseum",
"11874",
"31-30-12",
"74"
],
[
"12",
"74",
"March 25",
"Vancouver Canucks",
"1-3",
"R. Luongo",
"C. Mason",
"Philips Arena",
"16237",
"31-31-12",
"74"
],
[
"13",
"75",
"March 27",
"Ottawa Senators",
"5-4 SO",
"B. Maxwell",
"C. Mason",
"Philips Arena",
"16392",
"32-31-12",
"76"
],
[
"14",
"76",
"March 29",
"Montreal Canadiens",
"1-3",
"C. Price",
"O. Pavelec",
"Bell Centre",
"21273",
"32-32-12",
"76"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (B1>1)*(A1<7)))",
"Formula2": "SUM(FILTER(C2:C9, (B2:B9>1)*(A2:A9<7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Lost has a Drawn larger than 1, and Games smaller than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
">",
"1",
"*",
"A1",
"<",
"7"
]
},
{
"Formula": "SUM(FILTER(B1, A1<7))",
"Formula2": "SUM(FILTER(B2:B9, A2:A9<7))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Drawn has Games smaller than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"<",
"7"
]
},
{
"Formula": "SUM(FILTER(A1, (B1<1)*(C1>4)))",
"Formula2": "SUM(FILTER(A2:A9, (B2:B9<1)*(C2:C9>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Games have a Drawn smaller than 1, and a Lost larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"<",
"1",
"*",
"C1",
">",
"4"
]
}
] | train_2-14155555-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Games",
"Drawn",
"Lost",
"Points difference",
"Points"
],
[
"2",
"7",
"1",
"0",
"48 - 25",
"13"
],
[
"3",
"7",
"1",
"2",
"33 - 26",
"9"
],
[
"4",
"7",
"1",
"2",
"42 - 23",
"9"
],
[
"5",
"7",
"0",
"4",
"24 - 43",
"6"
],
[
"6",
"7",
"1",
"4",
"27 - 30",
"5"
],
[
"7",
"7",
"3",
"3",
"20 - 27",
"5"
],
[
"8",
"7",
"1",
"4",
"32 - 47",
"5"
],
[
"9",
"7",
"0",
"5",
"22 - 27",
"4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"dnf\")*(D1=\"gt1\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"dnf\")*(D2:D14=\"gt1\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the co-driver in the DNF position in the GT1 class?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"dnf\"",
"*",
"D1",
"=",
"\"gt1\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1<1986)*(B1=\"martini lancia\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(A2:A14<1986)*(B2:B14=\"martini lancia\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which co-driver was part of team Martini Lancia earlier than 1986?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"<",
"1986",
"*",
"B1",
"=",
"\"martini lancia\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"le mans porsche team joest racing\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"le mans porsche team joest racing\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The Le Mans Porsche team Joest Racing is in which class?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"le mans porsche team joest racing\"",
"4"
]
}
] | train_2-1226503-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Team",
"Co-Drivers",
"Class",
"Pos.",
"Class Pos."
],
[
"2",
"1984",
"Martini Racing",
"Paolo Barilla Hans Heyer",
"C1",
"DNF",
"DNF"
],
[
"3",
"1985",
"Martini Lancia",
"Henri Pescarolo",
"C1",
"7th",
"7th"
],
[
"4",
"1986",
"Liqui Moly Equipe",
"Price Cobb Rob Dyson",
"C1",
"9th",
"7th"
],
[
"5",
"1988",
"Team Sauber Mercedes",
"James Weaver Jochen Mass",
"C1",
"DNS",
"DNS"
],
[
"6",
"1989",
"Team Sauber Mercedes",
"Kenny Acheson Gianfranco Brancatelli",
"C1",
"2nd",
"2nd"
],
[
"7",
"1991",
"Peugeot Talbot Sport",
"Philippe Alliot Jean-Pierre Jabouille",
"C1",
"DNF",
"DNF"
],
[
"8",
"1992",
"Peugeot Talbot Sport",
"Philippe Alliot Jean-Pierre Jabouille",
"C1",
"3rd",
"3rd"
],
[
"9",
"1993",
"Peugeot Talbot Sport",
"Philippe Alliot Jean-Pierre Jabouille",
"C1",
"3rd",
"3rd"
],
[
"10",
"1994",
"Le Mans Porsche Team Joest Racing",
"Yannick Dalmas Hurley Haywood",
"GT1",
"1st",
"1st"
],
[
"11",
"1997",
"Konrad Motorsport",
"Franz Konrad Robert Nearn",
"GT1",
"DNF",
"DNF"
],
[
"12",
"1998",
"Moretti Racing",
"Gianpiero Moretti Didier Theys",
"LMP1",
"14th",
"3rd"
],
[
"13",
"1999",
"JB Racing",
"JΓ©rΓ΄me Policand Christian Pescatori",
"LMP",
"DNF",
"DNF"
],
[
"14",
"2000",
"Team Den BlΓ₯ Avis",
"John Nielsen Klaus Graf",
"LMP900",
"NC",
"NC"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Ogu and Mampato in Rapa Nui\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"Ogu and Mampato in Rapa Nui\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Spanish title of the film whose title used in nomination was Ogu and Mampato in Rapa Nui? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Ogu and Mampato in Rapa Nui\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"Not Nominated\")*(C1=\"Play\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,(E2:E18=\"Not Nominated\")*(C2:C18=\"Play\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the director of the film that was not nominated and had the Spanish title of play? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Not Nominated\"",
"*",
"C1",
"=",
"\"Play\"",
"4"
]
}
] | train_1-20404716-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year (Ceremony)",
"Film title used in nomination",
"Spanish title",
"Director",
"Result"
],
[
"2",
"1990: (63rd)",
"The Moon in the Mirror",
"La Luna en el espejo",
"Silvio Caiozzi Category:Articles with hCards",
"Not Nominated"
],
[
"3",
"1991: (64th)",
"The Frontier",
"La Frontera",
"Ricardo LarraΓn Category:Articles with hCards",
"Not Nominated"
],
[
"4",
"1993: (66th)",
"Johnny 100 Pesos",
"Johnny 100 Pesos",
"Gustavo Graef-Marino Category:Articles with hCards",
"Not Nominated"
],
[
"5",
"1994: (67th)",
"Amnesia",
"Amnesia",
"Gonzalo Justiniano Category:Articles with hCards",
"Not Nominated"
],
[
"6",
"2000: (73rd)",
"Coronation",
"CoronaciΓ³n",
"Silvio Caiozzi Category:Articles with hCards",
"Not Nominated"
],
[
"7",
"2001: (74th)",
"A Cab for Three",
"Taxi para tres",
"Orlando Lubbert Category:Articles with hCards",
"Not Nominated"
],
[
"8",
"2002: (75th)",
"Ogu and Mampato in Rapa Nui",
"Ogu y Mampato en Rapa Nui",
"Alejandro Rojas Category:Articles with hCards",
"Not Nominated"
],
[
"9",
"2003: (76th)",
"Los Debutantes",
"Los Debutantes",
"Andres Waissbluth Category:Articles with hCards",
"Not Nominated"
],
[
"10",
"2004: (77th)",
"Machuca",
"Machuca",
"AndrΓ©s Wood Category:Articles with hCards",
"Not Nominated"
],
[
"11",
"2005: (78th)",
"Play",
"Play",
"Alicia Scherson Category:Articles with hCards",
"Not Nominated"
],
[
"12",
"2006: (79th)",
"In Bed",
"En la cama",
"MatΓas Bize Category:Articles with hCards",
"Not Nominated"
],
[
"13",
"2007: (80th)",
"Padre Nuestro",
"Padre Nuestro",
"Rodrigo SepΓΊlveda Category:Articles with hCards",
"Not Nominated"
],
[
"14",
"2008: (81st)",
"Tony Manero",
"Tony Manero",
"Pablo Larrain Category:Articles with hCards",
"Not Nominated"
],
[
"15",
"2009: (82nd)",
"Dawson, Island 10",
"Dawson, Isla 10",
"Miguel LittΓn Category:Articles with hCards",
"Not Nominated"
],
[
"16",
"2010: (83rd)",
"The Life of Fish",
"La vida de los peces",
"MatΓas Bize Category:Articles with hCards",
"Not Nominated"
],
[
"17",
"2011: (84th)",
"Violeta Went to Heaven",
"Violeta se fue a los cielos",
"AndrΓ©s Wood Category:Articles with hCards",
"Not Nominated"
],
[
"18",
"2012: (85th)",
"No",
"No",
"Pablo LarraΓn Category:Articles with hCards",
"Nominee"
]
] |
[
{
"Formula": "FILTER(B1,(A1<200)*(C1=\"travis davis\"))",
"Formula2": "FILTER(B2:B13,(A2:A13<200)*(C2:C13=\"travis davis\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which NFL team has a pick# less than 200 for Travis Davis?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"<",
"200",
"*",
"C1",
"=",
"\"travis davis\""
]
},
{
"Formula": "FILTER(C1,(D1=\"running back\")*(E1=\"san jose state\"))",
"Formula2": "FILTER(C2:C13,(D2:D13=\"running back\")*(E2:E13=\"san jose state\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which player was a running back from San Jose State?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"running back\"",
"*",
"E1",
"=",
"\"san jose state\""
]
},
{
"Formula": "FILTER(A1,E1=\"south dakota\")",
"Formula2": "FILTER(A2:A13,E2:E13=\"south dakota\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the pick# from South Dakota college?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"south dakota\""
]
},
{
"Formula": "FILTER(E1,D1=\"nose tackle\")",
"Formula2": "FILTER(E2:E13,D2:D13=\"nose tackle\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which college has a nose tackle position?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"nose tackle\""
]
}
] | dev_2-16710987-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"NFL Team",
"Player",
"Position",
"College"
],
[
"2",
"32",
"Phoenix Cardinals",
"Anthony Thompson",
"Running Back",
"Indiana"
],
[
"3",
"59",
"Phoenix Cardinals",
"Ricky Proehl",
"Wide Receiver",
"Wake Forest"
],
[
"4",
"86",
"Phoenix Cardinals",
"Travis Davis",
"Nose Tackle",
"Michigan State"
],
[
"5",
"116",
"Phoenix Cardinals",
"Larry Centers",
"Fullback",
"Stephen F. Austin"
],
[
"6",
"143",
"Phoenix Cardinals",
"Tyrone Shavers",
"Wide Receiver",
"Lamar"
],
[
"7",
"170",
"Phoenix Cardinals",
"Johnny Johnson",
"Running Back",
"San Jose State"
],
[
"8",
"200",
"Phoenix Cardinals",
"Mickey Washington",
"Cornerback",
"Texas A&M"
],
[
"9",
"226",
"Phoenix Cardinals",
"David Bavaro",
"Inside Linebacker",
"Syracuse"
],
[
"10",
"253",
"Phoenix Cardinals",
"Dave Elle",
"Tight End",
"South Dakota"
],
[
"11",
"283",
"Phoenix Cardinals",
"Dempsey Norman",
"Wide Receiver",
"St. Francis, Ill."
],
[
"12",
"309",
"Phoenix Cardinals",
"Donnie Riley",
"Running Back",
"Central Michigan"
],
[
"13",
"331",
"Phoenix Cardinals",
"Ken McMichel",
"Defensive Back",
"Oklahoma"
]
] |
[
{
"Formula": "ROWS(FILTER(A1:D1, C1=\"Yes\"))",
"Formula2": "ROWS(FILTER(A2:D6, C2:C6=\"Yes\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many acting statuses are there?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"D1",
"C1",
"=",
"\"Yes\""
]
}
] | department_management_management | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"department id",
"head id",
"temporary acting",
"management"
],
[
"2",
"2",
"5",
"Yes",
""
],
[
"3",
"15",
"4",
"Yes",
""
],
[
"4",
"2",
"6",
"Yes",
""
],
[
"5",
"7",
"3",
"No",
""
],
[
"6",
"11",
"10",
"No",
""
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=379))",
"Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=379))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Can you tell me the Team that has the Laps of 379?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"379"
]
}
] | train_2-1617309-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Team",
"Co-Drivers",
"Class",
"Laps",
"Pos.",
"Class Pos."
],
[
"2",
"2001",
"Viper Team Oreca",
"Masahiko Kondo Ni Amorim",
"LMP900",
"243",
"DNF",
"DNF"
],
[
"3",
"2002",
"Audi Sport Japan Team Goh",
"Hiroki Katoh Yannick Dalmas",
"LMP900",
"358",
"7th",
"6th"
],
[
"4",
"2003",
"Audi Sport Japan Team Goh",
"Jan Magnussen Marco Werner",
"LMP900",
"370",
"4th",
"2nd"
],
[
"5",
"2004",
"Audi Sport Japan Team Goh",
"Rinaldo Capello Tom Kristensen",
"LMP900",
"379",
"1st",
"1st"
],
[
"6",
"2005",
"Jim Gainer International",
"Ryo Michigami Katsutomo Kaneishi",
"LMP1",
"193",
"DNF",
"DNF"
],
[
"7",
"2009",
"Navi Team Goh",
"Keisuke Kunimoto Sascha Maassen",
"LMP2",
"339",
"DNF",
"DNF"
],
[
"8",
"2012",
"Pescarolo Team",
"Nicolas Minassian SΓ©bastien Bourdais",
"LMP1",
"203",
"NC",
"NC"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=117.5))",
"Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=117.5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which name has a distance for 1st as 117.5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"117.5"
]
},
{
"Formula": "SUM(FILTER(E1, (D1>117.5)*(B1=\"tom hilde\")))",
"Formula2": "SUM(FILTER(E2:E6, (D2:D6>117.5)*(B2:B6=\"tom hilde\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the distance for Tom Hilde for 2nd when the 1st distance is more than 117.5?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"117.5",
"*",
"B1",
"=",
"\"tom hilde\""
]
},
{
"Formula": "MAX(FILTER(F1, (E1<123.5)*(B1=\"thomas morgenstern\")*(A1>4)))",
"Formula2": "MAX(FILTER(F2:F6, (E2:E6<123.5)*(B2:B6=\"thomas morgenstern\")*(A2:A6>4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What are the most points for Thomas Morgenstern with a distance less than 123.5 in 2nd and rank over 4?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"E1",
"<",
"123.5",
"*",
"B1",
"=",
"\"thomas morgenstern\"",
"*",
"A1",
">",
"4"
]
},
{
"Formula": "SUM(FILTER(E1, (A1>4)*(D1<111.5)))",
"Formula2": "SUM(FILTER(E2:E6, (A2:A6>4)*(D2:D6<111.5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the distances in 2nd for ranks higher than 4 and distance for 1st less than 111.5?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
">",
"4",
"*",
"D1",
"<",
"111.5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>247.1)*(CHOOSECOLS(query1,3)<125)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(F2:F6),SUMX(D2:D6)),FILTER(query1,(CHOOSECOLS(query1,2)>247.1)*(CHOOSECOLS(query1,3)<125)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Who had more than 247.1 points and less than 125 meter distance for 1st?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"247.1",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"125"
]
}
] | train_2-14407512-25 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Rank",
"Name",
"Nationality",
"1st (m)",
"2nd (m)",
"Points",
"Overall NT points",
"Overall WC points (Rank)"
],
[
"2",
"1",
"Gregor Schlierenzauer",
"AUT",
"125.0",
"123.5",
"265.3",
"897.6 (1)",
"1361 (2)"
],
[
"3",
"2",
"Tom Hilde",
"NOR",
"119.5",
"123.5",
"256.4",
"878.5 (2)",
"1152 (4)"
],
[
"4",
"3",
"BjΓΈrn Einar RomΓΈren",
"NOR",
"117.5",
"122.0",
"247.1",
"769.6 (11)",
"630 (11)"
],
[
"5",
"4",
"Thomas Morgenstern",
"AUT",
"122.0",
"116.5",
"246.3",
"842.2 (6)",
"1768 (1)"
],
[
"6",
"5",
"Janne Happonen",
"FIN",
"111.5",
"125.5",
"242.6",
"876.8 (3)",
"659 (10)"
]
] |
[
{
"Formula": "SUM(FILTER(E1, C1=813.5))",
"Formula2": "SUM(FILTER(E2:E8, C2:C8=813.5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many games had a score value of 813.5 in post-season play?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"813.5"
]
},
{
"Formula": "SUM(FILTER(E1, C1=860.5))",
"Formula2": "SUM(FILTER(E2:E8, C2:C8=860.5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Did any team score games that totaled up to 860.5?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"860.5"
]
}
] | train_1-1059743-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Member Association",
"Points",
"Group stage",
"Play-off",
"AFC Cup"
],
[
"2",
"1",
"Saudi Arabia",
"860.5",
"4",
"0",
"0"
],
[
"3",
"2",
"Qatar",
"838.2",
"4",
"0",
"0"
],
[
"4",
"3",
"Iran",
"813.5",
"3",
"1",
"0"
],
[
"5",
"4",
"UAE",
"750.2",
"2",
"2",
"0"
],
[
"6",
"5",
"Uzbekistan",
"680.8",
"1",
"0",
"0"
],
[
"7",
"6",
"India",
"β106.4",
"0",
"0",
"2"
],
[
"8",
"7",
"Jordan",
"β128.7",
"0",
"0",
"2"
]
] |
[
{
"Formula": "SUM(FILTER(A1,D1=\"roots and branches\"))",
"Formula2": "SUM(FILTER(A2:A17,D2:D17=\"roots and branches\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total years for roots and branches?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"roots and branches\""
]
}
] | dev_2-1721801-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Title",
"Billboard Hot 100",
"Album",
"Label"
],
[
"2",
"1963",
"Dooley",
"β",
"Back Porch Bluegrass",
"Elektra"
],
[
"3",
"1963",
"Hootin' Banjo [Duelin' Banjo]",
"β",
"Back Porch Bluegrass",
"Elektra"
],
[
"4",
"1965",
"Nobody Knows",
"β",
"singles only",
"Capitol"
],
[
"5",
"1966",
"The Last Thing On My Mind",
"β",
"singles only",
"Capitol"
],
[
"6",
"1968",
"Reason To Believe",
"β",
"Wheatstraw Suite",
"Elektra"
],
[
"7",
"1969",
"Listen To The Sound",
"β",
"Wheatstraw Suite",
"Elektra"
],
[
"8",
"1970",
"Rainmaker",
"β",
"Copperfields",
"Elektra"
],
[
"9",
"1970",
"Close The Door Lightly",
"β",
"Copperfields",
"Elektra"
],
[
"10",
"1970",
"One Too Many Mornings",
"β",
"singles only",
"White Whale"
],
[
"11",
"1970",
"Comin' Home Again",
"β",
"singles only",
"White Whale"
],
[
"12",
"1971",
"It's About Time",
"No.92",
"singles only",
"Anthem"
],
[
"13",
"1972",
"One A.M.",
"No.111",
"Roots and Branches",
"Anthem"
],
[
"14",
"1972",
"America (The Lady Of The Harbor)",
"β",
"single only",
"Anthem"
],
[
"15",
"1973",
"Hot Rod Banjo",
"β",
"Tribute to the American Duck",
"Poppy"
],
[
"16",
"1975",
"Stones Throw Away",
"β",
"single only",
"United Artists"
],
[
"17",
"1977",
"The Poet",
"β",
"The Dillards Vs. The Incredible L.A. Time Machine",
"Sonet"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"republican\")*(E1=\"re-elected\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"republican\")*(E2:E6=\"re-elected\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district re-elected a Republican?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"republican\"",
"*",
"E1",
"=",
"\"re-elected\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1987),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=1987),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which incumbent was first elected in 1987?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"1987",
"2"
]
}
] | train_2-1805191-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Results"
],
[
"2",
"Connecticut 1",
"John Larson",
"Democratic",
"1998",
"Re-elected"
],
[
"3",
"Connecticut 2",
"Rob Simmons",
"Republican",
"2000",
"Lost re-election Democratic gain"
],
[
"4",
"Connecticut 3",
"Rosa DeLauro",
"Democratic",
"1990",
"Re-elected"
],
[
"5",
"Connecticut 4",
"Chris Shays",
"Republican",
"1987",
"Re-elected"
],
[
"6",
"Connecticut 5",
"Nancy Johnson",
"Republican",
"1982",
"Lost re-election Democratic gain"
]
] |
[
{
"Formula": "FILTER(F1,H1=\"Cecil Kellaway\")",
"Formula2": "FILTER(F2:F14,H2:H14=\"Cecil Kellaway\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the leading actor in the film with a supporting actor named Cecil Kellaway?",
"Tokens": [
"FILTER(",
"F1",
"H1",
"=",
"\"Cecil Kellaway\""
]
},
{
"Formula": "FILTER(I1,E1=\"For Whom the Bell Tolls\")",
"Formula2": "FILTER(I2:I14,E2:E14=\"For Whom the Bell Tolls\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the supporting actress in \"For Whom the Bell Tolls\"?",
"Tokens": [
"FILTER(",
"I1",
"E1",
"=",
"\"For Whom the Bell Tolls\""
]
},
{
"Formula": "FILTER(I1,G1=\"Diane Keaton\")",
"Formula2": "FILTER(I2:I14,G2:G14=\"Diane Keaton\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the supporting actress in a film with Diane Keaton as the leading actress?",
"Tokens": [
"FILTER(",
"I1",
"G1",
"=",
"\"Diane Keaton\""
]
},
{
"Formula": "FILTER(G1,(F1=\"Warren Beatty\")*(B1=\"40th\"))",
"Formula2": "FILTER(G2:G14,(F2:F14=\"Warren Beatty\")*(B2:B14=\"40th\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the leading actress in a film with Warren Beatty as the leading actor and also at the 40th Oscars?",
"Tokens": [
"FILTER(",
"G1",
"F1",
"=",
"\"Warren Beatty\"",
"*",
"B1",
"=",
"\"40th\""
]
},
{
"Formula": "FILTER(E1,H1=\"Charles Bickford\")",
"Formula2": "FILTER(E2:E14,H2:H14=\"Charles Bickford\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which film had Charles Bickford as supporting actor?",
"Tokens": [
"FILTER(",
"E1",
"H1",
"=",
"\"Charles Bickford\""
]
},
{
"Formula": "FILTER(I1,A1=1943)",
"Formula2": "FILTER(I2:I14,A2:A14=1943)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was the supporting actress in 1943?",
"Tokens": [
"FILTER(",
"I1",
"A1",
"=",
"1943"
]
}
] | dev_1-24225238-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Year",
"Oscars",
"Noms",
"Wins",
"Film",
"Leading Actor",
"Leading Actress",
"Supporting Actor",
"Supporting Actress"
],
[
"2",
"1936",
"9th",
"6",
"0",
"My Man Godfrey",
"William Powell",
"Carole Lombard",
"Mischa Auer",
"Alice Brady"
],
[
"3",
"1942",
"15th",
"12",
"6",
"Mrs. Miniver",
"Walter Pidgeon",
"Greer Garson",
"Henry Travers",
"Teresa Wright May Whitty"
],
[
"4",
"1943",
"16th",
"8",
"1",
"For Whom the Bell Tolls",
"Gary Cooper",
"Ingrid Bergman",
"Akim Tamiroff",
"Katina Paxinou"
],
[
"5",
"1948",
"20th",
"12",
"1",
"Johnny Belinda",
"Lew Ayres",
"Jane Wyman",
"Charles Bickford",
"Agnes Moorehead"
],
[
"6",
"1950",
"23rd",
"11",
"3",
"Sunset Boulevard",
"William Holden",
"Gloria Swanson",
"Erich von Stroheim",
"Nancy Olson"
],
[
"7",
"1951",
"24th",
"12",
"3",
"A Streetcar Named Desire",
"Marlon Brando",
"Vivien Leigh",
"Karl Malden",
"Kim Hunter"
],
[
"8",
"1953",
"26th",
"13",
"8",
"From Here to Eternity",
"Montgomery Clift Burt Lancaster",
"Deborah Kerr",
"Frank Sinatra",
"Donna Reed"
],
[
"9",
"1966",
"39th",
"13",
"5",
"Who's Afraid of Virginia Woolf?",
"Richard Burton",
"Elizabeth Taylor",
"George Segal",
"Sandy Dennis"
],
[
"10",
"1967",
"40th",
"10",
"2",
"Bonnie and Clyde",
"Warren Beatty",
"Faye Dunaway",
"Gene Hackman Michael J. Pollard",
"Estelle Parsons"
],
[
"11",
"1967",
"40th",
"10",
"2",
"Guess Who's Coming to Dinner",
"Spencer Tracy",
"Katharine Hepburn",
"Cecil Kellaway",
"Beah Richards"
],
[
"12",
"1976",
"49th",
"10",
"4",
"Network",
"Peter Finch William Holden",
"Faye Dunaway",
"Ned Beatty",
"Beatrice Straight"
],
[
"13",
"1978",
"51st",
"8",
"3",
"Coming Home",
"Jon Voight",
"Jane Fonda",
"Bruce Dern",
"Penelope Milford"
],
[
"14",
"1981",
"54th",
"12",
"3",
"Reds",
"Warren Beatty",
"Diane Keaton",
"Jack Nicholson",
"Maureen Stapleton"
]
] |
[
{
"Formula": "FILTER(I1,D1=\"L 93β104 (OT)\")",
"Formula2": "FILTER(I2:I11,D2:D11=\"L 93β104 (OT)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the record for score of l 93β104 (ot)",
"Tokens": [
"FILTER(",
"I1",
"D1",
"=",
"\"L 93β104 (OT)\""
]
}
] | dev_1-17288825-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"49",
"February 3",
"Chicago",
"W 107β100 (OT)",
"Yao Ming (28)",
"Luis Scola (18)",
"Tracy McGrady , Ron Artest (6)",
"Toyota Center 16,653",
"30β19"
],
[
"3",
"50",
"February 4",
"@ Memphis",
"L 93β104 (OT)",
"Tracy McGrady (21)",
"Yao Ming (9)",
"Rafer Alston (6)",
"FedExForum 10,109",
"30β20"
],
[
"4",
"51",
"February 7",
"Minnesota",
"W 107β90 (OT)",
"Yao Ming (30)",
"Luis Scola (10)",
"Rafer Alston , Ron Artest , Shane Battier (6)",
"Toyota Center 16,815",
"31β20"
],
[
"5",
"52",
"February 9",
"@ Milwaukee",
"L 112β124 (OT)",
"Aaron Brooks (23)",
"Yao Ming (10)",
"Tracy McGrady (5)",
"Bradley Center 13,904",
"31β21"
],
[
"6",
"53",
"February 11",
"Sacramento",
"W 94β82 (OT)",
"Yao Ming (24)",
"Yao Ming (18)",
"Rafer Alston (13)",
"Toyota Center 15,626",
"32β21"
],
[
"7",
"54",
"February 17",
"New Jersey",
"W 114β88 (OT)",
"Yao Ming (20)",
"Yao Ming (12)",
"Rafer Alston (11)",
"Toyota Center 14,921",
"33β21"
],
[
"8",
"55",
"February 20",
"Dallas",
"W 93β86 (OT)",
"Yao Ming (22)",
"Luis Scola (15)",
"Aaron Brooks (8)",
"Toyota Center 18,195",
"34β21"
],
[
"9",
"56",
"February 22",
"Charlotte",
"W 99β78 (OT)",
"Ron Artest (26)",
"Luis Scola (10)",
"Shane Battier (5)",
"Toyota Center 17,124",
"35β21"
],
[
"10",
"57",
"February 24",
"Portland",
"W 98β94 (OT)",
"Ron Artest (21)",
"Luis Scola (11)",
"Ron Artest (5)",
"Toyota Center 17,515",
"36β21"
],
[
"11",
"58",
"February 26",
"Cleveland",
"W 93β74 (OT)",
"Yao Ming (28)",
"Luis Scola (9)",
"Kyle Lowry , Aaron Brooks (7)",
"Toyota Center 18,399",
"37β21"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=0.248))",
"Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(F2:F9)),FILTER(query1,CHOOSECOLS(query1,2)=0.248))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Athlete has a Reaction of 0.248?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0.248"
]
},
{
"Formula": "SUM(FILTER(A1, (F1=0.198)*(E1<46.3)))",
"Formula2": "SUM(FILTER(A2:A9, (F2:F9=0.198)*(E2:E9<46.3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Rank has a Reaction of 0.198, and a Time smaller than 46.3?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"0.198",
"*",
"E1",
"<",
"46.3"
]
},
{
"Formula": "SUM(FILTER(B1, E1>47.83))",
"Formula2": "SUM(FILTER(B2:B9, E2:E9>47.83))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Lane has a Time larger than 47.83?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
">",
"47.83"
]
},
{
"Formula": "SUM(FILTER(F1, (A1<4)*(D1=\"trinidad and tobago\")*(E1>45.13)))",
"Formula2": "SUM(FILTER(F2:F9, (A2:A9<4)*(D2:D9=\"trinidad and tobago\")*(E2:E9>45.13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Reaction has a Rank smaller than 4, and a Nationality of trinidad and tobago, and a Time larger than 45.13?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"A1",
"<",
"4",
"*",
"D1",
"=",
"\"trinidad and tobago\"",
"*",
"E1",
">",
"45.13"
]
}
] | train_2-18569105-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Lane",
"Athlete",
"Nationality",
"Time",
"React"
],
[
"2",
"1",
"7",
"Andrew Steele",
"Great Britain",
"44.94",
"0.248"
],
[
"3",
"2",
"5",
"Renny Quow",
"Trinidad and Tobago",
"45.13",
"0.266"
],
[
"4",
"3",
"6",
"Michael Mathieu",
"Bahamas",
"45.17",
"0.193"
],
[
"5",
"4",
"8",
"Michael Blackwood",
"Jamaica",
"45.56",
"0.204"
],
[
"6",
"5",
"2",
"Tyler Christopher",
"Canada",
"45.67",
"0.172"
],
[
"7",
"6",
"3",
"Joel Phillip",
"Grenada",
"46.30",
"0.198"
],
[
"8",
"7",
"9",
"FΓ©lix Martinez",
"Puerto Rico",
"46.46",
"0.347"
],
[
"9",
"8",
"4",
"Daniel DΔ
browski",
"Poland",
"47.83",
"0.260"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Edwin E. Willis\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Edwin E. Willis\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which affiliation does edwin e. willis affiliate with",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Edwin E. Willis\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"James H. Morrison\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"James H. Morrison\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which affiliation is james h. morrison part of",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"James H. Morrison\"",
"3"
]
}
] | train_1-1341930-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Louisiana 2",
"Hale Boggs",
"Democratic",
"1946",
"Re-elected",
"Hale Boggs (D) 91.8% John Patrick Conway (R) 8.2%"
],
[
"3",
"Louisiana 3",
"Edwin E. Willis",
"Democratic",
"1948",
"Re-elected",
"Edwin E. Willis (D) Unopposed"
],
[
"4",
"Louisiana 4",
"Overton Brooks",
"Democratic",
"1936",
"Re-elected",
"Overton Brooks (D) Unopposed"
],
[
"5",
"Louisiana 5",
"Otto Passman",
"Democratic",
"1946",
"Re-elected",
"Otto Passman (D) Unopposed"
],
[
"6",
"Louisiana 6",
"James H. Morrison",
"Democratic",
"1942",
"Re-elected",
"James H. Morrison (D) Unopposed"
],
[
"7",
"Louisiana 7",
"T. Ashton Thompson",
"Democratic",
"1952",
"Re-elected",
"T. Ashton Thompson (D) Unopposed"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(B2:B16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the date of game 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"november 12\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"november 12\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the most points in the game on November 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"november 12\"",
"5"
]
}
] | train_2-17326036-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",
"2",
"November 1",
"Boston",
"W 95β79 (OT)",
"Danny Granger (20)",
"Marquis Daniels (10)",
"Troy Murphy (5)",
"Conseco Fieldhouse 18,165",
"1β1"
],
[
"3",
"3",
"November 5",
"Phoenix",
"L 103β113 (OT)",
"T. J. Ford , Danny Granger (23)",
"Troy Murphy (10)",
"Troy Murphy (4)",
"Conseco Fieldhouse 11,660",
"1β2"
],
[
"4",
"4",
"November 7",
"@ Cleveland",
"L 107β111 (OT)",
"Danny Granger (33)",
"Marquis Daniels (11)",
"Marquis Daniels (7)",
"Quicken Loans Arena 20,562",
"1β3"
],
[
"5",
"5",
"November 8",
"New Jersey",
"W 98β80 (OT)",
"Danny Granger (23)",
"Jeff Foster (13)",
"T. J. Ford (9)",
"Conseco Fieldhouse 14,355",
"2β3"
],
[
"6",
"6",
"November 10",
"Oklahoma City",
"W 107β99 (OT)",
"T. J. Ford (24)",
"T. J. Ford , Danny Granger (7)",
"T. J. Ford (10)",
"Conseco Fieldhouse 10,165",
"3β3"
],
[
"7",
"7",
"November 12",
"@ New Jersey",
"W 98β87 (OT)",
"T. J. Ford (18)",
"T. J. Ford (8)",
"T. J. Ford (9)",
"Izod Center 13,551",
"4β3"
],
[
"8",
"8",
"November 14",
"Philadelphia",
"L 92β94 (OT)",
"Danny Granger (18)",
"Jeff Foster (11)",
"T. J. Ford (7)",
"Conseco Fieldhouse 12,742",
"4β4"
],
[
"9",
"9",
"November 15",
"@ Chicago",
"L 91β104 (OT)",
"T. J. Ford (16)",
"Troy Murphy (13)",
"Troy Murphy (5)",
"United Center 21,759",
"4β5"
],
[
"10",
"10",
"November 18",
"Atlanta",
"W 113β96 (OT)",
"Danny Granger (34)",
"Troy Murphy (19)",
"Radoslav NesteroviΔ , Jarrett Jack (5)",
"Conseco Fieldhouse 13,379",
"5β5"
],
[
"11",
"11",
"November 21",
"Orlando",
"L 98β100 (OT)",
"Marquis Daniels (25)",
"Troy Murphy (10)",
"Radoslav NesteroviΔ (8)",
"Conseco Fieldhouse 14,699",
"5β6"
],
[
"12",
"12",
"November 22",
"@ Miami",
"L 100β109 (OT)",
"Marquis Daniels (25)",
"Troy Murphy (11)",
"Danny Granger , Troy Murphy (6)",
"American Airlines Arena 18,685",
"5β7"
],
[
"13",
"13",
"November 25",
"@ Dallas",
"L 106β109 (OT)",
"Danny Granger (22)",
"Troy Murphy (14)",
"T. J. Ford (7)",
"American Airlines Center 19,996",
"5β8"
],
[
"14",
"14",
"November 26",
"@ Houston",
"W 91β90 (OT)",
"Troy Murphy (21)",
"Troy Murphy (14)",
"Danny Granger (5)",
"Toyota Center 18,194",
"6β8"
],
[
"15",
"15",
"November 28",
"Charlotte",
"L 108β115 (OT)",
"Danny Granger (35)",
"Troy Murphy (12)",
"T. J. Ford (6)",
"Conseco Fieldhouse 17,160",
"6β9"
],
[
"16",
"16",
"November 29",
"@ Orlando",
"L 96β110 (OT)",
"Danny Granger (27)",
"Troy Murphy (11)",
"T. J. Ford , Jarrett Jack (5)",
"Amway Arena 17,172",
"6β10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2.9%\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"2.9%\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the change with share of 2.9%",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"2.9%\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"english democrats\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"english democrats\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the change for english democrats",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"english democrats\"",
"4"
]
},
{
"Formula": "AVERAGEIFS(B1,A1,\"one london\")",
"Formula2": "AVERAGEIFS(B2:B15,A2:A15,\"one london\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the average votes for one london",
"Tokens": [
"AVERAGEIFS(",
"B1",
"A1",
"\"one london\""
]
}
] | train_2-15163175-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Party",
"Votes",
"Share",
"Change",
"Seats"
],
[
"2",
"Conservative",
"835,535",
"34.05%",
"+6.2%",
"3"
],
[
"3",
"Labour",
"665,443",
"27.12%",
"+2.7%",
"2"
],
[
"4",
"Liberal Democrat",
"252,556",
"11.22%",
"β5.3%",
"3"
],
[
"5",
"Green",
"203,465",
"8.29%",
"β0.1%",
"2"
],
[
"6",
"BNP",
"130,714",
"5.3%",
"+0.6%",
"1"
],
[
"7",
"Christian Peoples",
"70,294",
"2.9%",
"+0.0%",
"β"
],
[
"8",
"Abolish the Congestion Charge",
"63,596",
"2.6%",
"N/A",
"β"
],
[
"9",
"Respect",
"59,721",
"2.4%",
"β2.1%",
"β"
],
[
"10",
"UKIP",
"46,617",
"1.9%",
"β6.3%",
"0"
],
[
"11",
"English Democrats",
"25,569",
"1.0%",
"N/A",
"β"
],
[
"12",
"Left List",
"22,583",
"0.9%",
"N/A",
"β"
],
[
"13",
"Unity for Peace and Socialism",
"6,394",
"0.3%",
"N/A",
"β"
],
[
"14",
"Rathy Alagaratnam",
"3,974",
"0.2%",
"N/A",
"β"
],
[
"15",
"One London",
"3,430",
"0.1%",
"N/A",
"β"
]
] |
[
{
"Formula": "MINIFS(F1,C1,\"footscray\")",
"Formula2": "MINIFS(F2:F7,C2:C7,\"footscray\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest attendance when footscray is the away team?",
"Tokens": [
"MINIFS(",
"F1",
"C1",
"\"footscray\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"essendon\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"essendon\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue featured essendon as home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"essendon\"",
"5"
]
},
{
"Formula": "SUMIFS(F1,E1,\"princes park\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"princes park\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of crowd(s) at princes park?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"princes park\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"10.13 (73)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"10.13 (73)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away team that scored 10.13 (73)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"10.13 (73)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away team that features a home team of south melbourne?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"south melbourne\"",
"4"
]
},
{
"Formula": "MINIFS(F1,A1,\"collingwood\")",
"Formula2": "MINIFS(F2:F7,A2:A7,\"collingwood\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest crowd when collingwood is home team?",
"Tokens": [
"MINIFS(",
"F1",
"A1",
"\"collingwood\""
]
}
] | test_2-10640687-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"16.9 (105)",
"St Kilda",
"16.14 (110)",
"Punt Road Oval",
"15,000",
"18 August 1956"
],
[
"3",
"Fitzroy",
"9.16 (70)",
"Hawthorn",
"10.17 (77)",
"Brunswick Street Oval",
"7,500",
"18 August 1956"
],
[
"4",
"Essendon",
"14.13 (97)",
"Geelong",
"9.15 (69)",
"Windy Hill",
"16,500",
"18 August 1956"
],
[
"5",
"Collingwood",
"9.6 (60)",
"Melbourne",
"10.13 (73)",
"Victoria Park",
"31,089",
"18 August 1956"
],
[
"6",
"Carlton",
"6.9 (45)",
"Footscray",
"8.14 (62)",
"Princes Park",
"44,878",
"18 August 1956"
],
[
"7",
"South Melbourne",
"13.9 (87)",
"North Melbourne",
"7.13 (55)",
"Lake Oval",
"10,000",
"18 August 1956"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.