t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "MIN(G1)",
"Formula2": "MIN(G2:G18)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What smallest amount in the weeks at peak column?",
"Tokens": [
"MIN(",
"G1"
]
}
] | test_1-26399982-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Entered [A ]",
"Weeks in top 10",
"Single",
"Artist",
"Peak",
"Peak reached [A ]",
"Weeks at peak"
],
[
"2",
"5 Cannot handle non-empty timestamp argument! 1993",
"7",
"\" It's Alright \"",
"East 17",
"3",
"9 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"3",
"9 Cannot handle non-empty timestamp argument! 1994",
"4",
"\" Anything \"",
"Culture Beat",
"5",
"9 Cannot handle non-empty timestamp argument! 1994",
"2"
],
[
"4",
"6 Cannot handle non-empty timestamp argument! 1994",
"2",
"\" A Deeper Love \"",
"Aretha Franklin featuring Lisa Fischer",
"5",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"5",
"6 Cannot handle non-empty timestamp argument! 1994",
"1",
"\" Come In Out of the Rain \"",
"Wendy Moten",
"8",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"6",
"6 Cannot handle non-empty timestamp argument! 1994",
"1",
"\" Sweet Lullaby \"",
"Deep Forest",
"10",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"7",
"6 Cannot handle non-empty timestamp argument! 1994",
"2",
"\" Renaissance \"",
"M People",
"5",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"8",
"6 Cannot handle non-empty timestamp argument! 1994",
"1",
"\" Rocks \" / \" Funky Jam \"",
"Primal Scream",
"7",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"9",
"6 Cannot handle non-empty timestamp argument! 1994",
"1",
"\" The More You Ignore Me, The Closer I Get \"",
"Morrissey",
"8",
"6 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"10",
"3 Cannot handle non-empty timestamp argument! 1994",
"4",
"\" Everything Changes \"",
"Take That",
"1",
"3 Cannot handle non-empty timestamp argument! 1994",
"2"
],
[
"11",
"1 Cannot handle non-empty timestamp argument! 1994",
"6",
"\" Inside \"",
"Stiltskin",
"1",
"8 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"12",
"1 Cannot handle non-empty timestamp argument! 1994",
"2",
"\" Light My Fire \" [F ]",
"Clubhouse featuring Carl",
"7",
"1 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"13",
"5 Cannot handle non-empty timestamp argument! 1994",
"1",
"\" Since I Don't Have You \"",
"Guns N Roses",
"10",
"5 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"14",
"3 Cannot handle non-empty timestamp argument! 1994",
"3",
"\" Love Ain't Here Anymore \"",
"Take That",
"3",
"3 Cannot handle non-empty timestamp argument! 1994",
"2"
],
[
"15",
"3 Cannot handle non-empty timestamp argument! 1994",
"2",
"\" Word Up! \"",
"GUN",
"8",
"3 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"16",
"4 Cannot handle non-empty timestamp argument! 1994",
"3",
"\" Confide in Me \"",
"Kylie Minogue",
"2",
"4 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"17",
"2 Cannot handle non-empty timestamp argument! 1994",
"2",
"\" Secret \"",
"Madonna",
"5",
"2 Cannot handle non-empty timestamp argument! 1994",
"1"
],
[
"18",
"9 Cannot handle non-empty timestamp argument! 1994",
"3",
"\" Sure \"",
"Take That",
"1",
"9 Cannot handle non-empty timestamp argument! 1994",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Face Off\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Face Off\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the writer of \"Face Off\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Face Off\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Nathan Cockerill\")*(B1=\"Nano Nits\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"Nathan Cockerill\")*(B2:B13=\"Nano Nits\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the directors of the episode \"nano nits\" written by nathan cockerill?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Nathan Cockerill\"",
"*",
"B1",
"=",
"\"Nano Nits\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"The Others\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"The Others\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the villains in \"the others\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"The Others\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Nano Nits\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Nano Nits\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the original air date of the episode \"nano nits\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Nano Nits\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"3 (13)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C13, A2:A13=\"3 (13)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many villains were in episode 3 (13)?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"3 (13)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Reg Lacey (AKA Mr. B)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"Reg Lacey (AKA Mr. B)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the title of the episode where reg lacey (aka mr. b) played the villain?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Reg Lacey (AKA Mr. B)\"",
"2"
]
}
] | train_1-23170118-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Episode Number",
"Title",
"Villains",
"Director",
"Writer",
"Original airdate"
],
[
"2",
"1 (11)",
"\"It's a Kind of Magic\"",
"Leah Retsam and The Grandmaster",
"Toby Haynes",
"Keith Brumpton, Nathan Cockerill",
"7January2008"
],
[
"3",
"2 (12)",
"\"You Can Call Me Al\"",
"A.L.L.E.N",
"Toby Haynes",
"Ben Ward",
"7January2008"
],
[
"4",
"3 (13)",
"\"Evil by Design\"",
"Lorenzo Ferrago and The Grandmaster",
"Toby Haynes",
"Nathan Cockerill",
"14January2008"
],
[
"5",
"4 (14)",
"\"Fit Up\"",
"Maximus Fiticus and The Grandmaster",
"Toby Haynes",
"Keith Brumpton",
"21January2008"
],
[
"6",
"5 (15)",
"\"Face Off\"",
"Charlie 'Chuckers' Chuckworth",
"Toby Haynes",
"Nathan Cockerill",
"28January2008"
],
[
"7",
"6 (16)",
"\"Big Sister\"",
"Mary Taylor",
"Simon Hook",
"Katie Douglas, Keith Brumpton",
"4February2008"
],
[
"8",
"7 (17)",
"\"The Cold War\"",
"Gesundheit and The Grandmaster",
"Simon Hook",
"Keith Brumpton",
"11February2008"
],
[
"9",
"8 (18)",
"\"Nano Nits\"",
"Nora Braithwaite and The Grandmaster",
"Simon Hook,",
"Nathan Cockerill",
"18February2008"
],
[
"10",
"9 (19)",
"\"The Others\"",
"James Blond",
"Zam Salim",
"Ben Ward",
"25February2008"
],
[
"11",
"10 (20)",
"\"The Big Bling\"",
"Reg Lacey (AKA Mr. B)",
"Simon Hook",
"Nathan Cockerill",
"3March2008"
],
[
"12",
"11 (21)",
"\"Spy Plane\"",
"Irena Ryfield",
"Zam Salin",
"Nathan Cockerill",
"10March2008"
],
[
"13",
"12 (22)",
"\"Greenfinger\"",
"Charlie Darwin and the hogweeds",
"Zam Salin",
"Keith Brumpton",
"17March2008"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"₩200\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"₩200\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the dimensions of the coin worth ₩200?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"₩200\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Kumsusan Memorial Palace\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"Kumsusan Memorial Palace\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many different dates of issue are the for the coin with kumsusan memorial palace on the obverse?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Kumsusan Memorial Palace\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"Kim Il-sung\")*(G1=1992)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"Kim Il-sung\")*(G2:G7=1992)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What are the dimensions of the coin issued in 1992 with kim il-sung on the obverse?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Kim Il-sung\"",
"*",
"G1",
"=",
"1992",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"₩500\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"₩500\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is on the reverse side of the ₩500 coin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"₩500\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"₩100\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"₩100\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is on the reverse side of the ₩100 coin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"₩100\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Western sea barrage and locks at Taedong Gang\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"Western sea barrage and locks at Taedong Gang\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the dimensions of the coin with western sea barrage and locks at taedong gang on the reverse side?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Western sea barrage and locks at Taedong Gang\"",
"2"
]
}
] | train_1-298883-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Value",
"Dimensions",
"Main Color",
"Obverse",
"Reverse",
"Watermark",
"Date of issue"
],
[
"2",
"₩10",
"136 × 65mm",
"Brown-orange",
"Factory worker, Chollima (1000 Ri horse)",
"Western sea barrage and locks at Taedong Gang",
"Chollima statue",
"1992, 1998"
],
[
"3",
"₩50",
"146 × 70mm",
"Orange",
"Young professionals, Juche Tower",
"Mount Paekdu",
"Juche Tower",
"1992"
],
[
"4",
"₩100",
"156 × 75mm",
"Red and brown",
"Kim Il-sung",
"The birthplace of Kim Il-sung , Mangyongdae-guyok",
"Arch of Triumph",
"1992"
],
[
"5",
"₩200",
"140 × 72mm",
"Blue and green",
"Siebolds-Magnolia (National Flower of Korea)",
"Value",
"Chollima statue",
"2005"
],
[
"6",
"₩500",
"156 × 75mm",
"Dark green",
"Kumsusan Memorial Palace",
"Chongnyu bridge",
"Arch of Triumph",
"1998"
],
[
"7",
"₩1000",
"156 × 75mm",
"Green-cyan",
"Kim Il-sung",
"The birthplace of Kim Il-sung , Mangyongdae-guyok",
"Arch of Triumph",
"2002"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"december 9, 2007\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"december 9, 2007\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Original U.S. air-date for the Original Canadian air-date of december 9, 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"december 9, 2007\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"michael tolkin\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"michael tolkin\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Original Canadian air-date that was directed by Michael Tolkin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"michael tolkin\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\" jerry was a man \"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\" jerry was a man \"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the author of \" jerry was a man \"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\" jerry was a man \"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mark rydell\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"mark rydell\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Original Canadian air-date for the episode directed by mark rydell?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"mark rydell\"",
"5"
]
}
] | train_2-11360615-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Original story author",
"Director",
"Original U.S. air-date",
"Original Canadian air-date"
],
[
"2",
"\" A Clean Escape \"",
"John Kessel",
"Mark Rydell",
"August 4, 2007",
"November 11, 2007"
],
[
"3",
"\"The Awakening\"",
"Howard Fast \" The General Zapped an Angel \"",
"Michael Petroni",
"August 11, 2007",
"November 25, 2007"
],
[
"4",
"\" Jerry Was a Man \"",
"Robert A. Heinlein",
"Michael Tolkin",
"August 18, 2007",
"November 18, 2007"
],
[
"5",
"\" The Discarded \"",
"Harlan Ellison",
"Jonathan Frakes",
"August 25, 2007",
"December 16, 2007"
],
[
"6",
"\" Little Brother \"",
"Walter Mosley",
"Darnell Martin",
"Not scheduled",
"December 2, 2007"
],
[
"7",
"\"Watchbird\"",
"Robert Sheckley",
"Harold Becker",
"Not scheduled",
"December 9, 2007"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ken\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=\"ken\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What pressure is Ken?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"ken\"",
"4"
]
}
] | train_2-18270152-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Dates active",
"Windspeeds",
"Pressure",
"Deaths"
],
[
"2",
"01F",
"December 1– 2",
"Unknown",
"hPa (inHg)",
"None"
],
[
"3",
"02F",
"December 3– 7",
"Unknown",
"hPa (inHg)",
"None"
],
[
"4",
"03F",
"December 10– 11",
"Unknown",
"hPa (inHg)",
"None"
],
[
"5",
"04F",
"January 4– 14",
"Unknown",
"hPa (inHg)",
"None"
],
[
"6",
"05F",
"January 11– 14",
"Unknown",
"hPa (inHg)",
"None"
],
[
"7",
"06F",
"January 19– 23",
"Unknown",
"hPa (inHg)",
"None"
],
[
"8",
"07F",
"January 23– 25",
"Unknown",
"hPa (inHg)",
"None"
],
[
"9",
"Hettie",
"January 24– 31",
"km/h (mph)",
"hPa (inHg)",
"None"
],
[
"10",
"09F",
"February 1– 5",
"55km/h (35mph)",
"hPa (inHg)",
"Unknown"
],
[
"11",
"Innis",
"February 13– 18",
"75km/h (45mph)",
"hPa (inHg)",
"1"
],
[
"12",
"Joni",
"March 10– 14",
"95km/h (60mph)",
"hPa (inHg)",
"Unknown"
],
[
"13",
"Ken",
"March 16– 19",
"95km/h (60mph)",
"hPa (inHg)",
"None"
],
[
"14",
"Jasper",
"March 24– 30",
"100km/h (60mph)",
"hPa (inHg)",
"None"
],
[
"15",
"Lin",
"March 31– April 7",
"110km/h (70mph)",
"hPa (inHg)",
"None"
],
[
"16",
"15F",
"April 7– 10",
"35km/h (25mph)",
"hPa (inHg)",
"None"
],
[
"17",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates",
"Season Aggregates"
],
[
"18",
"15systems",
"December 1– April 10",
"110km/h (70mph)",
"975hPa (28.81inHg)",
"None"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"94-74 w\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,D2:D17=\"94-74 w\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date was the score 94-74 w?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"94-74 w\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"at chicago bulls\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"at chicago bulls\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When they played at Chicago Bulls, what was the Location/Attendance?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"at chicago bulls\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=44),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=44),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent in Game 44?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"44",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"delta center\")*(F1=\"27-13\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(E2:E17=\"delta center\")*(F2:F17=\"27-13\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent when they played at Delta Center with a record of 27-13?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"delta center\"",
"*",
"F1",
"=",
"\"27-13\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=41),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=41),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the date for Game 41?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"41",
"2"
]
}
] | train_2-17382296-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location/Attendance",
"Record"
],
[
"2",
"30",
"Jan 2",
"at San Antonio Spurs",
"80-83 L",
"Alamodome/15,220",
"22-8"
],
[
"3",
"Game",
"Date",
"Opponent",
"Score",
"Location/Attendance",
"Record"
],
[
"4",
"31",
"Jan 4",
"vs Miami Heat",
"83-80 W",
"Delta Center",
"23-8"
],
[
"5",
"32",
"Jan 6",
"at Chicago Bulls",
"89-102 L",
"United Center",
"23-9"
],
[
"6",
"33",
"Jan 8",
"at Milwaukee Bucks",
"112-119 L OT",
"Bradley Center",
"23-10"
],
[
"7",
"34",
"Jan 9",
"at Toronto Raptors",
"96-110 L",
"SkyDome",
"23-11"
],
[
"8",
"35",
"Jan 11",
"at Detroit Pistons",
"77-87 L",
"The Palace of Auburn Hills",
"23-12"
],
[
"9",
"36",
"Jan 13",
"at Philadelphia 76ers",
"97-96 W OT",
"CoreStates Center",
"24-12"
],
[
"10",
"37",
"Jan 16",
"vs Phoenix Suns",
"95-91 W",
"Delta Center",
"25-12"
],
[
"11",
"38",
"Jan 17",
"at Vancouver Grizzlies",
"106-68 W",
"General Motors Place",
"26-12"
],
[
"12",
"39",
"Jan 19",
"at Portland Trail Blazers",
"96-102 L",
"Rose Garden Arena",
"26-13"
],
[
"13",
"40",
"Jan 20",
"vs Cleveland Cavaliers",
"94-74 W",
"Delta Center",
"27-13"
],
[
"14",
"41",
"Jan 22",
"at Phoenix Suns",
"111-99 W",
"America West Arena",
"28-13"
],
[
"15",
"42",
"Jan 25",
"at Houston Rockets",
"105-100 W OT",
"The Summit",
"29-13"
],
[
"16",
"43",
"Jan 28",
"vs Denver Nuggets",
"114-99 W",
"Delta Center",
"30-13"
],
[
"17",
"44",
"Jan 30",
"vs Atlanta Hawks",
"102-96 W",
"Delta Center",
"31-13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"marc gasol (8)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,F2:F16=\"marc gasol (8)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the record when marc gasol (8) had the high rebounds?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"marc gasol (8)\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 8\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"march 8\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score on march 8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"march 8\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 30\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"march 30\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who had the high assists on march 30?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"march 30\"",
"7"
]
}
] | train_2-17121262-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"59",
"March 3",
"@ L.A. Lakers",
"L 89–99 (OT)",
"Marc Gasol , O. J. Mayo (17)",
"Marc Gasol (14)",
"Rudy Gay , Mike Conley, Jr. (6)",
"Staples Center 18,997",
"15–44"
],
[
"3",
"60",
"March 4",
"@ L.A. Clippers",
"W 118–95 (OT)",
"Rudy Gay (35)",
"Rudy Gay , Marc Gasol (8)",
"Marc Gasol (10)",
"Staples Center 13,813",
"16–44"
],
[
"4",
"61",
"March 7",
"Philadelphia",
"L 105–110 (OT)",
"Mike Conley, Jr. (31)",
"Marc Gasol (13)",
"Mike Conley, Jr. (9)",
"FedExForum 14,458",
"16–45"
],
[
"5",
"62",
"March 8",
"@ Houston",
"L 83–93 (OT)",
"Rudy Gay (21)",
"Darrell Arthur (12)",
"Mike Conley, Jr. (7)",
"Toyota Center 16,179",
"16–46"
],
[
"6",
"63",
"March 11",
"@ Minnesota",
"L 79–104 (OT)",
"O. J. Mayo (18)",
"Darko Miličić (10)",
"O. J. Mayo , Mike Conley, Jr. (5)",
"Target Center 12,443",
"16–47"
],
[
"7",
"64",
"March 13",
"@ Boston",
"L 92–102 (OT)",
"Rudy Gay (26)",
"Marc Gasol (15)",
"Mike Conley, Jr. (9)",
"TD Banknorth Garden 18,624",
"16–48"
],
[
"8",
"65",
"March 15",
"@ Detroit",
"W 89–84 (OT)",
"Mike Conley, Jr. (20)",
"Darko Miličić (11)",
"Marc Gasol (4)",
"The Palace of Auburn Hills 22,076",
"17–48"
],
[
"9",
"66",
"March 16",
"Portland",
"L 92–103 (OT)",
"O. J. Mayo (21)",
"Rudy Gay (11)",
"O. J. Mayo (6)",
"FedExForum 11,417",
"17–49"
],
[
"10",
"67",
"March 18",
"Denver",
"L 109–111 (OT)",
"Rudy Gay (30)",
"Marc Gasol (8)",
"Mike Conley, Jr. (10)",
"FedExForum 11,087",
"17–50"
],
[
"11",
"68",
"March 20",
"@ New Orleans",
"L 84–96 (OT)",
"Rudy Gay (23)",
"Marc Gasol , Darko Miličić (6)",
"O. J. Mayo (4)",
"New Orleans Arena 17,837",
"17–51"
],
[
"12",
"69",
"March 21",
"Boston",
"L 87–105 (OT)",
"Hakim Warrick (20)",
"Greg Buckner (7)",
"Rudy Gay , Mike Conley, Jr. (3)",
"FedExForum 18,119",
"17–52"
],
[
"13",
"70",
"March 23",
"@ Miami",
"L 82–94 (OT)",
"O. J. Mayo (21)",
"Marc Gasol (9)",
"Mike Conley, Jr. (5)",
"American Airlines Arena 18,654",
"17–53"
],
[
"14",
"71",
"March 27",
"@ Sacramento",
"W 113–95 (OT)",
"Marc Gasol (27)",
"Rudy Gay (9)",
"Mike Conley, Jr. (5)",
"ARCO Arena 12,987",
"18–53"
],
[
"15",
"72",
"March 28",
"@ Portland",
"L 66–86 (OT)",
"O. J. Mayo (12)",
"Hamed Haddadi , Mike Conley, Jr. (6)",
"O. J. Mayo (5)",
"Rose Garden 20,680",
"18–54"
],
[
"16",
"73",
"March 30",
"@ Golden State",
"W 114–109 (OT)",
"O. J. Mayo (24)",
"Hamed Haddadi (8)",
"O. J. Mayo (10)",
"Oracle Arena 18,471",
"19–54"
]
] |
[
{
"Formula": "ROWS(FILTER(D1,(C1>0)*(B1=5)))",
"Formula2": "ROWS(FILTER(D2:D6,(C2:C6>0)*(B2:B6=5)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total number of field goals a player had when there were more than 0 extra points and there were 5 touchdowns?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"C1",
">",
"0",
"*",
"B1",
"=",
"5"
]
},
{
"Formula": "SUM(FILTER(B1,(C1>0)*(D1<0)))",
"Formula2": "SUM(FILTER(B2:B6,(C2:C6>0)*(D2:D6<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of all the touchdowns when the player had more than 0 extra points and less than 0 field goals?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
">",
"0",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "ROWS(FILTER(D1,(B1<3)*(E1=4)*(C1<4)))",
"Formula2": "ROWS(FILTER(D2:D6,(B2:B6<3)*(E2:E6=4)*(C2:C6<4)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of field goals for a player that had less than 3 touchdowns, had 4 points, and had less than 4 extra points?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"B1",
"<",
"3",
"*",
"E1",
"=",
"4",
"*",
"C1",
"<",
"4"
]
}
] | dev_2-14342210-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Heston",
"3",
"0",
"0",
"15"
],
[
"3",
"Shaw",
"1",
"0",
"0",
"5"
],
[
"4",
"Snow",
"1",
"0",
"0",
"5"
],
[
"5",
"Shorts",
"0",
"4",
"0",
"4"
],
[
"6",
"Total",
"5",
"4",
"0",
"29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner-up\")*(D1=\"clay\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"runner-up\")*(D2:D6=\"clay\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who did Thomaz Bellucci play against when he became runner-up on a clay surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"runner-up\"",
"*",
"D1",
"=",
"\"clay\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner-up\")*(D1=\"clay\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"runner-up\")*(D2:D6=\"clay\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament did Thomaz Bellucci become runner-up on a clay surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"runner-up\"",
"*",
"D1",
"=",
"\"clay\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"tommy robredo\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"tommy robredo\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of surface did Thomaz Bellucci play against tommy robredo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"tommy robredo\"",
"4"
]
}
] | train_2-17436425-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Runner-up",
"14 February 2009",
"Brasil Open , Costa do Sauípe, Brazil",
"Clay",
"Tommy Robredo",
"3–6, 6–3, 4–6"
],
[
"3",
"Winner",
"2 August 2009",
"Swiss Open , Gstaad, Switzerland",
"Clay",
"Andreas Beck",
"6–4, 7–6 (7–2)"
],
[
"4",
"Winner",
"7 February 2010",
"Movistar Open , Santiago, Chile",
"Clay",
"Juan Mónaco",
"6–2, 0–6, 6–4"
],
[
"5",
"Winner",
"22 July 2012",
"Swiss Open , Gstaad, Switzerland (2)",
"Clay",
"Janko Tipsarević",
"6–7 (6–8) , 6–4, 6–2"
],
[
"6",
"Runner-up",
"21 October 2012",
"Kremlin Cup , Moscow, Russia",
"Hard (i)",
"Andreas Seppi",
"6–3, 6–7 (3–7) , 3–6"
]
] |
[
{
"Formula": "SUM(FILTER(E1,F1=\"isbn 91-7713-035-9\"))",
"Formula2": "SUM(FILTER(E2:E7,F2:F7=\"isbn 91-7713-035-9\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many pages associated with isbn 91-7713-035-9?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"\"isbn 91-7713-035-9\""
]
}
] | dev_2-11185807-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Swedish title",
"Norwegian title",
"Translated title",
"Published",
"Pages",
"ISBN"
],
[
"2",
"Alarm",
"Alarm",
"Alarm",
"2004",
"220",
"ISBN 91-7713-030-8"
],
[
"3",
"Anrop",
"Anrop",
"Help",
"2004",
"219",
"ISBN 91-7713-031-6"
],
[
"4",
"Vänskap?",
"Vennskap?",
"Friendship?",
"2004",
"221",
"ISBN 91-7713-032-4"
],
[
"5",
"Nödsignaler",
"Nødsignaler",
"Emergency Signals",
"2004",
"220",
"ISBN 91-7713-033-2"
],
[
"6",
"Stjärnstoft",
"Stjernestøv",
"Stardust",
"2004",
"220",
"ISBN 91-7713-034-0"
],
[
"7",
"Glimt av evigheten",
"Glimt av evigheten",
"Tinge of an Eternity",
"2004",
"221",
"ISBN 91-7713-035-9"
]
] |
[
{
"Formula": "MAX(C1)",
"Formula2": "MAX(C2:C11)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the largest number in L?",
"Tokens": [
"MAX(",
"C1"
]
},
{
"Formula": "SUM(FILTER(E1, D1=73))",
"Formula2": "SUM(FILTER(E2:E11, D2:D11=73))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the PA when the PF is 73?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"73"
]
}
] | train_1-29565601-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Skip (Club)",
"W",
"L",
"PF",
"PA",
"Ends Won",
"Ends Lost",
"Blank Ends",
"Stolen Ends"
],
[
"2",
"Peter Corner (Brampton)",
"8",
"2",
"69",
"54",
"41",
"36",
"8",
"11"
],
[
"3",
"Glenn Howard (Coldwater)",
"8",
"2",
"79",
"35",
"40",
"22",
"8",
"11"
],
[
"4",
"Greg Balsdon (Loonie)",
"7",
"3",
"80",
"57",
"46",
"37",
"5",
"12"
],
[
"5",
"John Epping (Donalda)",
"7",
"3",
"76",
"64",
"43",
"41",
"5",
"10"
],
[
"6",
"Mark Bice (Sarnia)",
"6",
"4",
"70",
"76",
"45",
"44",
"8",
"7"
],
[
"7",
"Chris Gardner (Renfrew)",
"5",
"5",
"73",
"72",
"47",
"41",
"7",
"16"
],
[
"8",
"Dale Matchett (Bradford)",
"4",
"6",
"57",
"75",
"35",
"42",
"7",
"7"
],
[
"9",
"Mark Kean (Annandale)",
"3",
"7",
"53",
"67",
"43",
"35",
"12",
"8"
],
[
"10",
"Howard Rajala (Rideau)",
"3",
"7",
"67",
"71",
"43",
"48",
"5",
"9"
],
[
"11",
"Nick Rizzo (Brantford)",
"3",
"7",
"56",
"74",
"35",
"42",
"4",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"302-2v windsor v8\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"302-2v windsor v8\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the compression ratio for the 302-2v Windsor v8 engine?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"302-2v windsor v8\"",
"5"
]
}
] | train_2-10166535-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Engine",
"Horsepower",
"Torque",
"Carburetor",
"Compression Ratio",
"Bore & Stroke",
"VIN Code"
],
[
"2",
"250-1V I-6",
"hp (kW) @ 3200 rpm",
"lb·ft (N·m) @ 1600 rpm",
"1-barrel",
"8.00:1",
"3.68\" x 3.91\"",
"L"
],
[
"3",
"302-2V Windsor V8",
"hp (kW) @ 4200 rpm",
"lb·ft (N·m) @ 2200 rpm",
"2-barrel",
"8.00:1",
"4.00\" x 3.00\"",
"F"
],
[
"4",
"351-2V Windsor V8",
"hp (kW) @ 3800 rpm",
"lb·ft (N·m) @ 2200 rpm",
"2-barrel",
"8.00:1",
"4.00\" x 3.50\"",
"H"
],
[
"5",
"351-2V Cleveland V8",
"hp (kW) @ 4000 rpm",
"lb·ft (N·m) @ 2400 rpm",
"2-barrel",
"8.00:1",
"4.00\" x 3.50\"",
"H"
],
[
"6",
"351CJ-4V* Cleveland V8",
"hp (kW) @ 5400 rpm",
"lb·ft (N·m) @ 3600 rpm",
"4-barrel",
"8.00:1",
"4.00\" x 3.50\"",
"Q"
],
[
"7",
"400-2V 335 series V8",
"hp (kW) @ 4000 rpm",
"lb·ft (N·m) @ 2000 rpm",
"2-barrel",
"8.00:1",
"4.00\" x 4.00\"",
"S"
],
[
"8",
"429-4V 385 Series V8",
"hp (kW) @ 4400 rpm",
"lb·ft (N·m) @ 2800 rpm",
"4-barrel",
"8.00:1",
"4.36\" x 3.59\"",
"N"
],
[
"9",
"460-4V** 385 Series V8",
"hp (kW) @ 4600 rpm",
"lb·ft (N·m) @ 2800 rpm",
"4-barrel",
"8.80:1",
"4.36\" x 3.85\"",
"C"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"Jack Williams\")",
"Formula2": "SUMIFS(F2:F14,A2:A14,\"Jack Williams\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points per game did Jack Williams score?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Jack Williams\""
]
},
{
"Formula": "SUMIFS(B1,A1,\"Robert Peare\")",
"Formula2": "SUMIFS(B2:B14,A2:A14,\"Robert Peare\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games did Robert Peare play?",
"Tokens": [
"SUMIFS(",
"B1",
"A1",
"\"Robert Peare\""
]
},
{
"Formula": "SUMIFS(D1,A1,\"Charles Pearman\")",
"Formula2": "SUMIFS(D2:D14,A2:A14,\"Charles Pearman\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many free throws did Charles Pearman score?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Charles Pearman\""
]
},
{
"Formula": "SUMIFS(F1,A1,\"Benjamin Weiss\")",
"Formula2": "SUMIFS(F2:F14,A2:A14,\"Benjamin Weiss\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points per game did Benjamin Weiss score?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Benjamin Weiss\""
]
},
{
"Formula": "SUM(FILTER(F1, (B1=15)*(D1=0)))",
"Formula2": "SUM(FILTER(F2:F14, (B2:B14=15)*(D2:D14=0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many points per game did the person who played in 15 games and made 0 free throws score?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"15",
"*",
"D1",
"=",
"0"
]
}
] | test_1-28693349-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Games",
"Field goals",
"Free throws",
"Points",
"Points per game"
],
[
"2",
"Arthur Karpus",
"15",
"29",
"80",
"138",
"9.2"
],
[
"3",
"William Miller",
"15",
"44",
"0",
"88",
"5.9"
],
[
"4",
"R. Jerome Dunne",
"12",
"24",
"0",
"48",
"4.0"
],
[
"5",
"Walter B. Rea",
"14",
"19",
"0",
"38",
"2.7"
],
[
"6",
"Robert Whitlock",
"13",
"18",
"1",
"37",
"2.8"
],
[
"7",
"Benjamin Weiss",
"7",
"8",
"9",
"25",
"3.6"
],
[
"8",
"Jack Williams",
"16",
"8",
"0",
"16",
"1.0"
],
[
"9",
"Kenneth LeGalley",
"2",
"2",
"0",
"4",
"2.0"
],
[
"10",
"Rex Reason",
"2",
"1",
"0",
"2",
"1.0"
],
[
"11",
"Wilford Wilson",
"4",
"0",
"0",
"0",
"0.0"
],
[
"12",
"Robert Peare",
"3",
"0",
"0",
"0",
"0.0"
],
[
"13",
"Howard Rowse",
"1",
"0",
"0",
"0",
"0.0"
],
[
"14",
"Charles Pearman",
"1",
"0",
"0",
"0",
"0.0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"pontiac silverdome\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"pontiac silverdome\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opposing team during a game in the Pontiac Silverdome?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"pontiac silverdome\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"january 23\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,B2:B16=\"january 23\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the final score for the January 23 game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"january 23\"",
"4"
]
}
] | train_2-14828499-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Record"
],
[
"2",
"30",
"January 5",
"Los Angeles Lakers",
"122–120",
"Philadelphia Spectrum",
"25–5"
],
[
"3",
"31",
"January 7",
"@ Washington Bullets",
"106–89",
"Capital Centre",
"26–5"
],
[
"4",
"32",
"January 8",
"Kansas City Kings",
"125–113",
"Philadelphia Spectrum",
"27–5"
],
[
"5",
"33",
"January 11",
"@ Atlanta Hawks",
"109–99",
"Omni Coliseum",
"28–5"
],
[
"6",
"34",
"January 12",
"Milwaukee Bucks",
"122–121",
"Philadelphia Spectrum",
"29–5"
],
[
"7",
"35",
"January 14",
"@ Detroit Pistons",
"115–105",
"Pontiac Silverdome",
"30–5"
],
[
"8",
"36",
"January 15",
"Indiana Pacers",
"114–105",
"Philadelphia Spectrum",
"31–5"
],
[
"9",
"37",
"January 18",
"@ Cleveland Cavaliers",
"98–90",
"Coliseum at Richfield",
"32–5"
],
[
"10",
"38",
"January 19",
"Chicago Bulls",
"126–106",
"Philadelphia Spectrum",
"33–5"
],
[
"11",
"39",
"January 21",
"Seattle SuperSonics",
"130–117",
"Philadelphia Spectrum",
"34–5"
],
[
"12",
"40",
"January 23",
"@ Milwaukee Bucks",
"96–107",
"MECCA Arena",
"34–6"
],
[
"13",
"41",
"January 25",
"@ Chicago Bulls",
"116–99",
"Chicago Stadium",
"35–6"
],
[
"14",
"42",
"January 26",
"Phoenix Suns",
"113–102",
"Philadelphia Spectrum",
"36–6"
],
[
"15",
"43",
"January 28",
"@ Kansas City Kings",
"114–99",
"Kemper Arena",
"37–6"
],
[
"16",
"44",
"January 29",
"@ Utah Jazz",
"126–109",
"Salt Palace",
"38–6"
]
] |
[
{
"Formula": "MAXIFS(F1,B1,\"7.7 (49)\")",
"Formula2": "MAXIFS(F2:F7,B2:B7,\"7.7 (49)\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the biggest crowd when the home side scores 7.7 (49)?",
"Tokens": [
"MAXIFS(",
"F1",
"B1",
"\"7.7 (49)\""
]
},
{
"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 the away side?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"south melbourne\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"11.12 (78)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"11.12 (78)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Whom is the away team when the home team score is 11.12 (78)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"11.12 (78)\"",
"3"
]
}
] | train_2-10774891-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"12.15 (87)",
"North Melbourne",
"8.13 (61)",
"Kardinia Park",
"14,806",
"13 July 1957"
],
[
"3",
"Collingwood",
"7.7 (49)",
"Melbourne",
"6.13 (49)",
"Victoria Park",
"24,216",
"13 July 1957"
],
[
"4",
"Carlton",
"11.15 (81)",
"South Melbourne",
"10.5 (65)",
"Princes Park",
"20,572",
"13 July 1957"
],
[
"5",
"Richmond",
"11.12 (78)",
"Hawthorn",
"10.15 (75)",
"Punt Road Oval",
"22,000",
"13 July 1957"
],
[
"6",
"St Kilda",
"14.16 (100)",
"Footscray",
"14.8 (92)",
"Junction Oval",
"24,400",
"13 July 1957"
],
[
"7",
"Fitzroy",
"7.10 (52)",
"Essendon",
"9.18 (72)",
"Brunswick Street Oval",
"12,500",
"13 July 1957"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"metrostars\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"metrostars\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position did the MLS team metrostars pick?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"metrostars\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"yale university\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"yale university\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What MLS team is affiliated with yale university?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"yale university\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<32))",
"Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)<32))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What affiliations have Pick #s under 32?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"32"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"f\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"f\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What players have a position of F?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"f\"",
"3"
]
}
] | train_2-1004125-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"MLS Team",
"Player",
"Position",
"Affiliation"
],
[
"2",
"31",
"Dallas Burn",
"David Wagenfuhr",
"D",
"Creighton University"
],
[
"3",
"32",
"Columbus Crew",
"Jamal Sutton",
"F",
"SMS (now Missouri State)"
],
[
"4",
"33",
"Los Angeles Galaxy",
"David McGill",
"M",
"UC Santa Barbara"
],
[
"5",
"34",
"D.C. United",
"Josh Gros",
"M",
"Rutgers University"
],
[
"6",
"35",
"Colorado Rapids",
"Kevin Richards",
"D",
"University of Notre Dame"
],
[
"7",
"36",
"MetroStars",
"* Michael Bradley",
"M",
"Project-40"
],
[
"8",
"37",
"Kansas City Wizards",
"Jay Alberts",
"M",
"Yale University"
],
[
"9",
"38",
"Chicago Fire",
"Denny Clanton",
"D",
"University of Dayton"
],
[
"10",
"39",
"Chicago Fire",
"Phil Hucles",
"D",
"The College of William & Mary"
],
[
"11",
"40",
"San Jose Earthquakes",
"Marin Pusek",
"M",
"UAB"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"çevreci peri\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"çevreci peri\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Can Yayınları has a Güzelçamlı’nin Kayıp Panteri of çevreci peri?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"çevreci peri\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"green fairy\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"green fairy\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2005 has a Güzelçamlı’s Lost Panther of green fairy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"green fairy\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"the muse\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"the muse\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2005 has a Güzelçamlı’s Lost Panther of the muse?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"the muse\"",
"5"
]
}
] | train_2-10829100-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Güzelçamlı’nin Kayıp Panteri",
"Güzelçamlı’s Lost Panther",
"Collection of Short Stories",
"Can Yayınları",
"2005"
],
[
"2",
"Çevreci Peri",
"Green Fairy",
"Green Fairytales:1",
"Çizmeli Kedi Yayınları",
"2010"
],
[
"3",
"İlham Perisi",
"The Muse",
"Green Fairytales:2",
"Çizmeli Kedi Yayınları",
"2011"
],
[
"4",
"Uzaylı Peri",
"Extraterrestrial Fairy",
"Green Fairytales:3",
"Çizmeli Kedi Yayınları",
"2011"
],
[
"5",
"Çevreci Dede: Yaklaşan Tehlike",
"Environmentalist Grandpa: Imminent Danger",
"Novel",
"Doğan-Egmont Yayınları",
"2013"
],
[
"6",
"Sultan Peri",
"Sultan Fairy",
"Green Fairytales:4",
"Çizmeli Kedi Yayınları",
"2013"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"runner up\")*(E1=\"lu jiaxiang\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(A2:A12=\"runner up\")*(E2:E12=\"lu jiaxiang\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Date, when Outcome is \"Runner Up\", and when Opponent is \"Lu Jiaxiang\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"runner up\"",
"*",
"E1",
"=",
"\"lu jiaxiang\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"phuket , thailand\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"phuket , thailand\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Opponent, when Tournament is \"Phuket , Thailand\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"phuket , thailand\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"saint joseph , united states\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"saint joseph , united states\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Surface, when Tournament is \"Saint Joseph , United States\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"saint joseph , united states\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"lu jiaxiang\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"lu jiaxiang\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Tournament, when Opponent is \"Lu Jiaxiang\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"lu jiaxiang\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"chiang mai , thailand\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"chiang mai , thailand\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Outcome, when Tournament is \"Chiang Mai , Thailand\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"chiang mai , thailand\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"19 september 2012\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"19 september 2012\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Outcome, when Date is \"19 September 2012\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"19 september 2012\"",
"1"
]
}
] | train_2-18285768-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Runner Up",
"17 June 2007",
"Jakarta , Indonesia",
"Hard",
"Nungnadda Wannasuk",
"3–6, 6–4, 6–3"
],
[
"3",
"Runner Up",
"28 July 2007",
"Bangkok , Thailand",
"Hard",
"Lu Jiaxiang",
"6–2, 2–6, 7–6(5)"
],
[
"4",
"Winner",
"4 May 2008",
"Balikpapan , Indonesia",
"Hard",
"Isha Lakhani",
"6–3, 6–2"
],
[
"5",
"Winner",
"3 August 2008",
"Chiang Mai , Thailand",
"Hard",
"Nungnadda Wannasuk",
"6–2, 6–3"
],
[
"6",
"Runner Up",
"22 March 2009",
"Hamilton , New Zealand",
"Hard",
"Ayu Fani Damayanti",
"6–4, 4–6, 6–3"
],
[
"7",
"Runner Up",
"27 July 2010",
"Saint Joseph , United States",
"Hard",
"Gabriela Paz",
"6–1, 6–4"
],
[
"8",
"Winner",
"5 September 2010",
"Tsukuba , Japan",
"Hard",
"Shiho Akita",
"6–4, 6–1"
],
[
"9",
"Runner Up",
"12 September 2010",
"Cairns , Australia",
"Hard",
"Ana Clara Duarte",
"6–3, 3–6, 6–2"
],
[
"10",
"Winner",
"3 December 2011",
"Dubai , United Arab Emirates",
"Hard",
"Kristina Mladenovic",
"7–5, 6–4"
],
[
"11",
"Runner Up",
"19 September 2012",
"Phuket , Thailand",
"Hard",
"Dinah Pfizenmaier",
"6–2, 6–4"
],
[
"12",
"Runner Up",
"30 April 2012",
"Gifu , Japan",
"Hard",
"Kimiko Date-Krumm",
"6–1, 5–7, 6–3"
]
] |
[
{
"Formula": "AVERAGEIFS(F1,D1,\"14.2 (86)\")",
"Formula2": "AVERAGEIFS(F2:F7,D2:D7,\"14.2 (86)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average crowd size for an away team with a score of 14.2 (86)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"D1",
"\"14.2 (86)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did St KIlda play their away game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"st kilda\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.14 (98)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.14 (98)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team scored 14.14 (98) at an away game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"14.14 (98)\"",
"3"
]
}
] | train_2-10809142-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"11.21 (87)",
"Richmond",
"14.2 (86)",
"Arden Street Oval",
"22,000",
"29 July 1944"
],
[
"3",
"Footscray",
"14.15 (99)",
"St Kilda",
"11.10 (76)",
"Western Oval",
"13,000",
"29 July 1944"
],
[
"4",
"South Melbourne",
"8.30 (78)",
"Geelong",
"8.8 (56)",
"Junction Oval",
"7,000",
"29 July 1944"
],
[
"5",
"Melbourne",
"11.12 (78)",
"Essendon",
"14.14 (98)",
"Punt Road Oval",
"11,000",
"29 July 1944"
],
[
"6",
"Fitzroy",
"12.17 (89)",
"Collingwood",
"4.14 (38)",
"Brunswick Street Oval",
"13,000",
"29 July 1944"
],
[
"7",
"Hawthorn",
"10.2 (62)",
"Carlton",
"13.28 (106)",
"Glenferrie Oval",
"11,000",
"29 July 1944"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (A1>1996)*(E1=\"1st\")*(D1<168)))",
"Formula2": "SUM(FILTER(C2:C8, (A2:A8>1996)*(E2:E8=\"1st\")*(D2:D8<168)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Wins is the highest one that has a Year larger than 1996, and a Championship Finish of 1st, and Points smaller than 168?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"1996",
"*",
"E1",
"=",
"\"1st\"",
"*",
"D1",
"<",
"168"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"walker racing\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"walker racing\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"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 is the highest that has a Team of walker racing, and Wins larger than 1?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"walker racing\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1"
]
},
{
"Formula": "SUM(FILTER(D1, (A1>1998)*(C1=1)))",
"Formula2": "SUM(FILTER(D2:D8, (A2:A8>1998)*(C2:C8=1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Points have a Year larger than 1998, and Wins of 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"1998",
"*",
"C1",
"=",
"1"
]
}
] | train_2-1442773-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Team",
"Wins",
"Points",
"Championship Finish"
],
[
"2",
"1995",
"Hall/VDS Racing",
"1",
"56",
"14th"
],
[
"3",
"1996",
"Hall/VDS Racing",
"1",
"104",
"6th"
],
[
"4",
"1997",
"Walker Racing",
"0",
"162",
"2nd"
],
[
"5",
"1998",
"Walker Racing",
"0",
"67",
"12th"
],
[
"6",
"1999",
"Walker Racing",
"1",
"108",
"8th"
],
[
"7",
"2000",
"Penske Racing",
"2",
"168",
"1st"
],
[
"8",
"2001",
"Penske Racing",
"2",
"199",
"1st"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"8.626 (5)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"8.626 (5)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the swimsuit score when the interview score is 8.626 (5)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"8.626 (5)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"8.367 (10)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"8.367 (10)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the swimsuit score when the semifinal average score is 8.367 (10)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"8.367 (10)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"8.774 (6)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"8.774 (6)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the preliminary average score when the evening gown score is 8.774 (6)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"8.774 (6)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"8.600 (6)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"8.600 (6)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the preliminary average score when the interview score is 8.600 (6)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"8.600 (6)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"9.165 (3)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"9.165 (3)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the swimsuit score when evening gown score is 9.165 (3)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"9.165 (3)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"8.529 (6)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"8.529 (6)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the interview score when the preliminary average is 8.529 (6)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"8.529 (6)\"",
"3"
]
}
] | test_2-16268026-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"State",
"Preliminary Average",
"Interview",
"Swimsuit",
"Evening Gown",
"Semifinal Average"
],
[
"2",
"New Jersey",
"8.510 (7)",
"8.626 (5)",
"8.712 (6)",
"9.165 (3)",
"8.834 (3)"
],
[
"3",
"Colorado",
"8.388 (10)",
"8.638 (4)",
"8.432 (9)",
"8.786 (5)",
"8.618 (7)"
],
[
"4",
"Louisiana",
"8.829 (2)",
"8.600 (6)",
"8.820 (4)",
"8.710 (7)",
"8.710 (5)"
],
[
"5",
"Oklahoma",
"8.662 (3)",
"8.880 (2)",
"8.762 (5)",
"9.214 (2)",
"8.952 (2)"
],
[
"6",
"California",
"8.659 (4)",
"8.313 (8)",
"8.977 (2)",
"8.774 (6)",
"8.688 (6)"
],
[
"7",
"Illinois",
"8.501 (8)",
"7.988 (9)",
"8.432 (9)",
"8.681 (9)",
"8.367 (10)"
],
[
"8",
"Texas",
"9.084 (1)",
"9.425 (1)",
"9.535 (1)",
"9.601 (1)",
"9.520 (1)"
],
[
"9",
"Pennsylvania",
"8.580 (5)",
"8.534 (7)",
"8.467 (8)",
"8.613 (10)",
"8.538 (8)"
],
[
"10",
"Arizona",
"8.529 (6)",
"7.792 (10)",
"8.833 (3)",
"8.703 (8)",
"8.442 (9)"
],
[
"11",
"Georgia",
"8.407 (9)",
"8.821 (3)",
"8.473 (7)",
"9.032 (4)",
"8.775 (4)"
]
] |
[
{
"Formula": "SUMIFS(B1,A1,\"w233ag\")",
"Formula2": "SUMIFS(B2:B10,A2:A10,\"w233ag\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "On what frequency does W233AG broadcast?",
"Tokens": [
"SUMIFS(",
"B1",
"A1",
"\"w233ag\""
]
}
] | test_2-15701357-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Height m ( ft )",
"Class",
"FCC info"
],
[
"2",
"W220CE",
"91.9",
"Southington, CT",
"1",
"m (ft)",
"D",
"FCC"
],
[
"3",
"W220CH",
"91.9",
"West Hartford, CT",
"8",
"m (ft)",
"D",
"FCC"
],
[
"4",
"W233AG",
"94.5",
"New London, CT",
"55",
"m (ft)",
"D",
"FCC"
],
[
"5",
"W233AI",
"94.5",
"Sag Harbor, NY",
"27",
"m (ft)",
"D",
"FCC"
],
[
"6",
"W233AJ",
"94.5",
"Old Saybrook, CT",
"38",
"m (ft)",
"D",
"FCC"
],
[
"7",
"W252AS",
"98.3",
"New Haven, CT",
"19",
"m (ft)",
"D",
"FCC"
],
[
"8",
"W264AJ",
"100.7",
"Southampton, NY",
"250",
"m (ft)",
"D",
"FCC"
],
[
"9",
"W287AZ",
"105.3",
"Southport, CT",
"50",
"m (ft)",
"D",
"FCC"
],
[
"10",
"W289AX",
"105.7",
"East Hampton, NY",
"10",
"m (ft)",
"D",
"FCC"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, (B1=22)*(F1=\"rice\")*(A1>10)))",
"Formula2": "AVERAGE(FILTER(C2:C7, (B2:B7=22)*(F2:F7=\"rice\")*(A2:A7>10)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE OVERALL AVERAGE WITH A 22 PICK, FROM RICE COLLEGE, AND ROUND BIGGER THAN 10?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"B1",
"=",
"22",
"*",
"F1",
"=",
"\"rice\"",
"*",
"A1",
">",
"10"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "WHAT POSITION HAS A 23 PICK?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23"
]
},
{
"Formula": "AVERAGE(FILTER(C1, (A1>9)*(E1=\"rb\")))",
"Formula2": "AVERAGE(FILTER(C2:C7, (A2:A7>9)*(E2:E7=\"rb\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHAT IS THE AVERAGE OVERALL WITH A ROUND LARGER THAN 9, AND RB POSITION?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"A1",
">",
"9",
"*",
"E1",
"=",
"\"rb\""
]
},
{
"Formula": "SUM(FILTER(C1, (A1>7)*(B1=21)))",
"Formula2": "SUM(FILTER(C2:C7, (A2:A7>7)*(B2:B7=21)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE TOTAL NUMBER WITH A ROUND BIGGER THAN 7 AND PICK OF 21?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"7",
"*",
"B1",
"=",
"21"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=273))",
"Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(C2:C7)),FILTER(query1,CHOOSECOLS(query1,2)=273))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "WHAT POSITION IS 273?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"273"
]
}
] | train_2-17100961-47 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"4",
"13",
"97",
"Duncan McColl",
"DE",
"Stanford"
],
[
"3",
"7",
"22",
"189",
"Reggie Haynes",
"TE",
"Nevada-Las Vegas"
],
[
"4",
"9",
"23",
"246",
"Mike Northington",
"RB",
"Purdue"
],
[
"5",
"10",
"22",
"273",
"James Sykes",
"RB",
"Rice"
],
[
"6",
"11",
"21",
"300",
"Don Harris",
"DB",
"Rutgers"
],
[
"7",
"12",
"20",
"327",
"Curtis Kirkland",
"DE",
"Missouri"
]
] |
[
{
"Formula": "MIN(FILTER(C1, (D1=\"40 - 17\")*(A1>6)))",
"Formula2": "MIN(FILTER(C2:C8, (D2:D8=\"40 - 17\")*(A2:A8>6)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of games loss with a Points difference of 40 - 17, and over 6 games?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"=",
"\"40 - 17\"",
"*",
"A1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(C1, A1>6))",
"Formula2": "SUM(FILTER(C2:C8, A2:A8>6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many games lost for teams with over 6 games?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"6"
]
},
{
"Formula": "MAX(FILTER(B1, A1<6))",
"Formula2": "MAX(FILTER(B2:B8, A2:A8<6))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the highest number of games drawn for games numbered under 6?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
"<",
"6"
]
},
{
"Formula": "SUM(FILTER(B1, (D1=\"31 - 33\")*(C1<4)))",
"Formula2": "SUM(FILTER(B2:B8, (D2:D8=\"31 - 33\")*(C2:C8<4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many games drawn with a Points difference of 31 - 33, and under 4 games lost?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"31 - 33\"",
"*",
"C1",
"<",
"4"
]
}
] | train_2-14262243-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Games",
"Drawn",
"Lost",
"Points difference",
"Points"
],
[
"2",
"6",
"2",
"0",
"44 - 08",
"10"
],
[
"3",
"6",
"1",
"1",
"40 - 17",
"9"
],
[
"4",
"6",
"1",
"2",
"32 - 16",
"7"
],
[
"5",
"6",
"1",
"2",
"44 - 21",
"7"
],
[
"6",
"6",
"2",
"2",
"32 - 22",
"6"
],
[
"7",
"6",
"1",
"4",
"31 - 33",
"3"
],
[
"8",
"6",
"0",
"6",
"05 - 111",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"D.M. Lawson\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"D.M. Lawson\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is J.E. Armstrong when W.H. Archer is D.M. Lawson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"D.M. Lawson\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"R. Newman\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"R. Newman\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the fa.brill when w.h. archer is known as r. newman?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"R. Newman\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"R. Cochrane\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"R. Cochrane\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is h.l birkett if w.h. archer is r. cochrane?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"R. Cochrane\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"A.J. Wilson\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"A.J. Wilson\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is h.t. brewer when j.e. armstrong is a.j. wilson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"A.J. Wilson\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"C.P. Greeks\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"C.P. Greeks\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is h.t. brewer when je armstrong is c.p. greeks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"C.P. Greeks\"",
"5"
]
}
] | test_1-1320857-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"W.H. Archer",
"J.E. Armstrong",
"H.L. Birkett",
"F.A. Brill",
"H.T. Brewer"
],
[
"2",
"R. Cochrane",
"R. Crawford",
"L.L. Davidson",
"H.C. Doney",
"W.C. Drummond"
],
[
"3",
"C.I.M. Dryden",
"B.H. Driver",
"F.H. Dunner",
"B.F. Elliott",
"W.S. Evenden"
],
[
"4",
"W.Mc. A. Calpraith",
"C.P. Greeks",
"R.S. Greeks",
"C. Crindrod",
"A. Hadley"
],
[
"5",
"C.M. Herzoc",
"J.J.C. Herzoc",
"A.F. Hill",
"J.L. Howie",
"H.M. Jones"
],
[
"6",
"D.M. Lawson",
"J.R.R. Leys",
"W.H. McKenzie",
"C.E. Makeham",
"J.C. Mill"
],
[
"7",
"A.C.H. Millar",
"A.J. Wilson",
"R. Mollinson",
"A. Moore",
"K.R. Murray"
],
[
"8",
"R. Newman",
"W.C. Pickering",
"C.H. Rose",
"J.D. Rutherford",
"J.D. Shaddick"
],
[
"9",
"R.A. Sinclair",
"Arthur Smith",
"Alex Smith",
"E.P. Smith",
"J. Teaze"
]
] |
[
{
"Formula": "SUM(FILTER(F1,(D1=\"4–1\")*(A1<39)))",
"Formula2": "SUM(FILTER(F2:F16,(D2:D16=\"4–1\")*(A2:A16<39)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Points have a Score of 4–1, and a Game smaller than 39?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"\"4–1\"",
"*",
"A1",
"<",
"39"
]
},
{
"Formula": "SUM(FILTER(B1,(D1=\"7–4\")*(A1<42)))",
"Formula2": "SUM(FILTER(B2:B16,(D2:D16=\"7–4\")*(A2:A16<42)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which January has a Score of 7–4, and a Game smaller than 42?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"7–4\"",
"*",
"A1",
"<",
"42"
]
},
{
"Formula": "ROWS(FILTER(A1,(D1=\"1–0\")*(F1<66)))",
"Formula2": "ROWS(FILTER(A2:A16,(D2:D16=\"1–0\")*(F2:F16<66)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many games have a Score of 1–0, and Points smaller than 66?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"D1",
"=",
"\"1–0\"",
"*",
"F1",
"<",
"66"
]
},
{
"Formula": "MIN(FILTER(F1,(D1=\"1–4\")*(B1<18)))",
"Formula2": "MIN(FILTER(F2:F16,(D2:D16=\"1–4\")*(B2:B16<18)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Points is the lowest one that has a Score of 1–4, and a January smaller than 18?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
"=",
"\"1–4\"",
"*",
"B1",
"<",
"18"
]
}
] | dev_2-14318917-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"January",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"39",
"1",
"@ St. Louis Blues",
"4–1",
"22–12–5",
"49"
],
[
"3",
"40",
"2",
"@ Chicago Black Hawks",
"3–1",
"23–12–5",
"51"
],
[
"4",
"41",
"4",
"Vancouver Canucks",
"4–1",
"24–12–5",
"53"
],
[
"5",
"42",
"8",
"@ Hartford Whalers",
"7–4",
"25–12–5",
"55"
],
[
"6",
"43",
"9",
"Hartford Whalers",
"8–4",
"26–12–5",
"57"
],
[
"7",
"44",
"13",
"Pittsburgh Penguins",
"8–1",
"27–12–5",
"59"
],
[
"8",
"45",
"15",
"Chicago Black Hawks",
"4–4",
"27–12–6",
"60"
],
[
"9",
"46",
"16",
"@ New York Rangers",
"4–0",
"28–12–6",
"62"
],
[
"10",
"47",
"18",
"@ Washington Capitals",
"1–4",
"28–13–6",
"62"
],
[
"11",
"48",
"20",
"Calgary Flames",
"5–2",
"29–13–6",
"64"
],
[
"12",
"49",
"22",
"@ New York Islanders",
"1–0",
"30–13–6",
"66"
],
[
"13",
"50",
"23",
"New York Rangers",
"3–1",
"31–13–6",
"68"
],
[
"14",
"51",
"25",
"New Jersey Devils",
"5–1",
"32–13–6",
"70"
],
[
"15",
"52",
"27",
"Winnipeg Jets",
"5–2",
"33–13–6",
"72"
],
[
"16",
"53",
"29",
"@ Minnesota North Stars",
"2–2",
"33–13–7",
"73"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arizona state\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"arizona state\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which position has a player at Arizona state?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arizona state\"",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"blake miller\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<196)*(CHOOSECOLS(query1,3)>5)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E16,C2:C16=\"blake miller\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<196)*(CHOOSECOLS(query1,3)>5)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which school/club has a pick smaller than 196, a round higher than 5 and has Blake Miller?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"blake miller\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"196",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"5"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (D1=\"tight end\")*(C1=\"randy bethel\")))",
"Formula2": "AVERAGE(FILTER(A2:A16, (D2:D16=\"tight end\")*(C2:C16=\"randy bethel\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average round at which is the position of Tight End and Randy Bethel?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"=",
"\"tight end\"",
"*",
"C1",
"=",
"\"randy bethel\""
]
}
] | train_2-10672413-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"1",
"11",
"Pat Harlow",
"Offensive tackle",
"Southern California"
],
[
"3",
"1",
"14",
"Leonard Russell",
"Running back",
"Arizona State"
],
[
"4",
"2",
"41",
"Jerome Henderson",
"Defensive back",
"Clemson"
],
[
"5",
"3",
"56",
"Calvin Stephens",
"Guard",
"South Carolina"
],
[
"6",
"4",
"84",
"Scott Zolak",
"Quarterback",
"Maryland"
],
[
"7",
"5",
"112",
"Jon Vaughn",
"Running back",
"Michigan"
],
[
"8",
"5",
"124",
"Ben Coates",
"Tight end",
"Livingstone"
],
[
"9",
"6",
"140",
"David Key",
"Defensive back",
"Michigan"
],
[
"10",
"7",
"168",
"Blake Miller",
"Center",
"Louisiana State"
],
[
"11",
"8",
"196",
"Harry Colon",
"Defensive back",
"Missouri"
],
[
"12",
"9",
"224",
"O'Neil Glenn",
"Guard",
"Maryland"
],
[
"13",
"10",
"251",
"Randy Bethel",
"Tight end",
"Miami (FL)"
],
[
"14",
"11",
"279",
"Vince Moore",
"Wide receiver",
"Tennessee"
],
[
"15",
"11",
"303",
"Paul Alsbury",
"Punter",
"Texas State"
],
[
"16",
"12",
"307",
"Tim Edwards",
"Defensive tackle",
"Delta State"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"ou, 7-3\")*(C1=\"ou, 18-3\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(G2:G9=\"ou, 7-3\")*(C2:C9=\"ou, 18-3\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Overall Record when the Last 10 Meetings is ou, 7-3, and Norman is ou, 18-3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"ou, 7-3\"",
"*",
"C1",
"=",
"\"ou, 18-3\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(H1=\"l 1\")*(E1=\"osu, 7-6\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(H2:H9=\"l 1\")*(E2:E9=\"osu, 7-6\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Oklahoma vs. when Current Streak is l 1, and Neutral Site is osu, 7-6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"l 1\"",
"*",
"E1",
"=",
"\"osu, 7-6\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"ou, 27-3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,I2:I9=\"ou, 27-3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Overall Record when Since Beginning of Big 12 is ou, 27-3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"ou, 27-3\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"ou, 18-6\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,C2:C9=\"ou, 18-6\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Last 10 Meetings when Norman is ou, 18-6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"ou, 18-6\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"ou, 7-3\")*(E1=\"ou, 2-1\")*(F1=\"bu, 3-2\")),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(G2:G9=\"ou, 7-3\")*(E2:E9=\"ou, 2-1\")*(F2:F9=\"bu, 3-2\")),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the since beginning of big 12 when last 10 meetings is ou, 7-3, neutral site is ou, 2-1, and last 5 meetings is bu, 3-2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"ou, 7-3\"",
"*",
"E1",
"=",
"\"ou, 2-1\"",
"*",
"F1",
"=",
"\"bu, 3-2\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"osu, 4-1\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,F2:F9=\"osu, 4-1\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the current streak when the last 5 meetings is osu, 4-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"osu, 4-1\"",
"8"
]
}
] | train_2-16551520-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Oklahoma vs.",
"Overall Record",
"at Norman",
"at Opponent's Venue",
"at Neutral Site",
"Last 5 Meetings",
"Last 10 Meetings",
"Current Streak",
"Since Beginning of Big 12"
],
[
"2",
"Baylor",
"OU, 36-8",
"OU, 18-3",
"OU, 16-4",
"OU, 2-1",
"BU, 3-2",
"OU, 7-3",
"W 3",
"OU, 27-3"
],
[
"3",
"Iowa State",
"OU, 110-78",
"OU, 60-22",
"ISU, 45-37",
"OU, 13-11",
"OU, 4-1",
"OU, 7-3",
"L 1",
"OU, 12-6"
],
[
"4",
"Kansas",
"KU, 135-64",
"KU, 45-40",
"KU, 69-16",
"KU, 21-8",
"KU, 5-0",
"KU, 7-3",
"W 1",
"KU, 14-4"
],
[
"5",
"Kansas State",
"OU, 102-91",
"OU, 58-25",
"KSU, 55-35",
"KSU, 11-9",
"KSU, 4-1",
"OU, 6-4",
"L 2",
"OU, 10-6"
],
[
"6",
"Oklahoma State",
"OU, 127-94",
"OU, 78-26",
"OSU, 60-42",
"OSU, 7-6",
"OSU, 4-1",
"OU, 6-4",
"L 1",
"tied, 16-16"
],
[
"7",
"Texas",
"OU, 37-31",
"OU, 23-10",
"UT, 17-16",
"OU, 8-4",
"UT, 4-1",
"UT, 8-2",
"L 1",
"tied, 18-18"
],
[
"8",
"Texas Tech",
"OU, 30-18",
"OU, 18-6",
"TTU, 11-10",
"OU, 2-1",
"OU, 3-2",
"OU, 7-3",
"W 1",
"OU, 21-10"
],
[
"9",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011.",
"*Through games of Wednesday, February 23, 2011."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dnf\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"dnf\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Whice race ended with a DNF?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"dnf\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"01:46:59.69\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"01:46:59.69\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which race ended with a time of 01:46:59.69?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"01:46:59.69\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"superbike\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"superbike\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the speed of the Superbike race?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"superbike\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"2nd\")*(C1=\"01:13:03.39\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"2nd\")*(C2:C7=\"01:13:03.39\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the speed of the race that ended in 2nd place and had a time of 01:13:03.39?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"2nd\"",
"*",
"C1",
"=",
"\"01:13:03.39\"",
"4"
]
}
] | test_2-13063768-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Race",
"Position",
"Time",
"Speed",
"Replica"
],
[
"2",
"Superbike",
"3rd",
"01:46:59.69",
"126.948",
"Silver"
],
[
"3",
"Supersport Race 1",
"2nd",
"01:13:03.39",
"123.948",
"Silver"
],
[
"4",
"Superstock",
"2nd",
"01:11:06.31",
"127.349",
"Silver"
],
[
"5",
"Supersport Race 2",
"DNF",
"DNF",
"DNF",
"DNF"
],
[
"6",
"Senior",
"DNF",
"DNF",
"DNF",
"DNF"
],
[
"7",
"Source:",
"Source:",
"Source:",
"Source:",
"Source:"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=156.64),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=156.64),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the per-capita GDP for the country with an overall GDP of 156.640?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"156.64",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=80.955),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=80.955),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the per-capita GDP of the country with an overall GDP of 80.955?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"80.955",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=871980),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=871980),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which country has an area of 871,980 square km?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"871980",
"1"
]
}
] | train_2-1307842-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Member countries",
"Population",
"Area (km²)",
"GDP (billion US$)",
"GDP per capita (US$)"
],
[
"2",
"Austria",
"8,206,524",
"83,871",
"145.238",
"18,048"
],
[
"3",
"Finland",
"5,261,008",
"338,145",
"80.955",
"15,859"
],
[
"4",
"Sweden",
"9,047,752",
"449,964",
"156.640",
"17,644"
],
[
"5",
"Accession countries",
"22,029,977",
"871,980",
"382.833",
"17,378"
],
[
"6",
"Existing members (1995)",
"350,909,402",
"2,495,174",
"5,894.232",
"16,797"
],
[
"7",
"EU15 (1995)",
"372,939,379 (+6.28%)",
"3,367,154 (+34.95%)",
"6,277.065 (+6.50%)",
"16,831 (+0.20%)"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, (F1=1)*(D1=0)*(A1>16)))",
"Formula2": "AVERAGE(FILTER(E2:E19, (F2:F19=1)*(D2:D19=0)*(A2:A19>16)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of bronze medals associated with 0 silver, 1 total, and ranks over 16?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"F1",
"=",
"1",
"*",
"D1",
"=",
"0",
"*",
"A1",
">",
"16"
]
},
{
"Formula": "MAX(FILTER(F1, (E1=2)*(C1=1)*(D1>0)))",
"Formula2": "MAX(FILTER(F2:F19, (E2:E19=2)*(C2:C19=1)*(D2:D19>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest total number of medals associated with 1 gold, more than 0 silver, and 2 bronze?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"E1",
"=",
"2",
"*",
"C1",
"=",
"1",
"*",
"D1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(F1, (D1>3)*(A1=3)*(E1>2)))",
"Formula2": "SUM(FILTER(F2:F19, (D2:D19>3)*(A2:A19=3)*(E2:E19>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of Total values associated with mroe than 3 silvers, more than 2 bronze, and a rank of 3?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
">",
"3",
"*",
"A1",
"=",
"3",
"*",
"E1",
">",
"2"
]
},
{
"Formula": "MIN(FILTER(D1, (E1=0)*(A1=14)*(C1>0)))",
"Formula2": "MIN(FILTER(D2:D19, (E2:E19=0)*(A2:A19=14)*(C2:C19>0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the smallest Silver value associated with teams having more than 0 gold, 0 bronze, and a rank of 14?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"=",
"0",
"*",
"A1",
"=",
"14",
"*",
"C1",
">",
"0"
]
}
] | train_2-13015362-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"11",
"11",
"9",
"31"
],
[
"3",
"2",
"Japan",
"8",
"7",
"6",
"21"
],
[
"4",
"3",
"Ukraine",
"7",
"4",
"2",
"13"
],
[
"5",
"4",
"China",
"4",
"2",
"6",
"12"
],
[
"6",
"5",
"Italy",
"3",
"3",
"0",
"6"
],
[
"7",
"6",
"Poland",
"2",
"1",
"0",
"3"
],
[
"8",
"6",
"Romania",
"2",
"1",
"0",
"3"
],
[
"9",
"8",
"Russia",
"1",
"3",
"4",
"8"
],
[
"10",
"9",
"France",
"1",
"1",
"5",
"7"
],
[
"11",
"10",
"Czech Republic",
"1",
"1",
"3",
"5"
],
[
"12",
"11",
"Germany",
"1",
"1",
"0",
"2"
],
[
"13",
"12",
"United Kingdom",
"1",
"0",
"2",
"3"
],
[
"14",
"13",
"Australia",
"1",
"0",
"0",
"1"
],
[
"15",
"14",
"Switzerland",
"0",
"1",
"0",
"1"
],
[
"16",
"14",
"Canada",
"0",
"1",
"0",
"1"
],
[
"17",
"16",
"Hungary",
"0",
"0",
"1",
"1"
],
[
"18",
"16",
"Slovenia",
"0",
"0",
"1",
"1"
],
[
"19",
"16",
"Netherlands",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"brazilian grand prix\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"brazilian grand prix\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Pole Position of the Brazilian Grand Prix race?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"brazilian grand prix\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"monza\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"monza\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the winner of the race in monza?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"monza\"",
"6"
]
}
] | test_2-1140077-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Race",
"Date",
"Location",
"Pole Position",
"Fastest Lap",
"Race Winner",
"Constructor",
"Report"
],
[
"2",
"United States Grand Prix West",
"15 March",
"Long Beach",
"Riccardo Patrese",
"Alan Jones",
"Alan Jones",
"Williams - Ford",
"Report"
],
[
"3",
"Brazilian Grand Prix",
"29 March",
"Jacarepaguá",
"Nelson Piquet",
"Marc Surer",
"Carlos Reutemann",
"Williams - Ford",
"Report"
],
[
"4",
"Argentine Grand Prix",
"12 April",
"Buenos Aires",
"Nelson Piquet",
"Nelson Piquet",
"Nelson Piquet",
"Brabham - Ford",
"Report"
],
[
"5",
"San Marino Grand Prix",
"3 May",
"Imola",
"Gilles Villeneuve",
"Gilles Villeneuve",
"Nelson Piquet",
"Brabham - Ford",
"Report"
],
[
"6",
"Belgian Grand Prix",
"17 May",
"Zolder",
"Carlos Reutemann",
"Carlos Reutemann",
"Carlos Reutemann",
"Williams - Ford",
"Report"
],
[
"7",
"Monaco Grand Prix",
"31 May",
"Monaco",
"Nelson Piquet",
"Alan Jones",
"Gilles Villeneuve",
"Ferrari",
"Report"
],
[
"8",
"Spanish Grand Prix",
"21 June",
"Jarama",
"Jacques Laffite",
"Alan Jones",
"Gilles Villeneuve",
"Ferrari",
"Report"
],
[
"9",
"French Grand Prix",
"5 July",
"Dijon-Prenois",
"René Arnoux",
"Alain Prost",
"Alain Prost",
"Renault",
"Report"
],
[
"10",
"British Grand Prix",
"18 July",
"Silverstone",
"René Arnoux",
"René Arnoux",
"John Watson",
"McLaren - Ford",
"Report"
],
[
"11",
"German Grand Prix",
"2 August",
"Hockenheimring",
"Alain Prost",
"Alan Jones",
"Nelson Piquet",
"Brabham - Ford",
"Report"
],
[
"12",
"Austrian Grand Prix",
"16 August",
"Österreichring",
"René Arnoux",
"Jacques Laffite",
"Jacques Laffite",
"Ligier - Matra",
"Report"
],
[
"13",
"Dutch Grand Prix",
"30 August",
"Zandvoort",
"Alain Prost",
"Alan Jones",
"Alain Prost",
"Renault",
"Report"
],
[
"14",
"Italian Grand Prix",
"13 September",
"Monza",
"René Arnoux",
"Carlos Reutemann",
"Alain Prost",
"Renault",
"Report"
],
[
"15",
"Canadian Grand Prix",
"27 September",
"Île Notre-Dame",
"Nelson Piquet",
"John Watson",
"Jacques Laffite",
"Ligier - Matra",
"Report"
],
[
"16",
"Caesars Palace Grand Prix",
"17 October",
"Caesars Palace",
"Carlos Reutemann",
"Didier Pironi",
"Alan Jones",
"Williams - Ford",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=5)*(B1=\"vijay singh\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=5)*(B2:B13=\"vijay singh\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What did vijay singh score with a +5 to par?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"5",
"*",
"B1",
"=",
"\"vijay singh\"",
"4"
]
}
] | train_2-17162214-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Corey Pavin",
"United States",
"72-69-71-68=280",
"E",
"350,000"
],
[
"3",
"2",
"Greg Norman",
"Australia",
"68-67-74-73=282",
"+2",
"207,000"
],
[
"4",
"3",
"Tom Lehman",
"United States",
"70-72-67-74=283",
"+3",
"131,974"
],
[
"5",
"T4",
"Bill Glasson",
"United States",
"69-70-76-69=284",
"+4",
"66,633"
],
[
"6",
"T4",
"Jay Haas",
"United States",
"70-73-72-69=284",
"+4",
"66,633"
],
[
"7",
"T4",
"Neal Lancaster",
"United States",
"70-72-77-65=284",
"+4",
"66,633"
],
[
"8",
"T4",
"Davis Love III",
"United States",
"72-68-73-71=284",
"+4",
"66,633"
],
[
"9",
"T4",
"Jeff Maggert",
"United States",
"69-72-77-66=284",
"+4",
"66,633"
],
[
"10",
"T4",
"Phil Mickelson",
"United States",
"68-70-72-74=284",
"+4",
"66,633"
],
[
"11",
"T10",
"Frank Nobilo",
"New Zealand",
"72-72-70-71=285",
"+5",
"44,184"
],
[
"12",
"T10",
"Vijay Singh",
"Fiji",
"70-71-72-72=285",
"+5",
"44,184"
],
[
"13",
"T10",
"Bob Tway",
"United States",
"69-69-72-75=285",
"+5",
"44,184"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"buffalo sabres\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"buffalo sabres\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Score in the game against the Buffalo Sabres?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"buffalo sabres\"",
"4"
]
}
] | train_2-14306821-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"November",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"10",
"1",
"@ Atlanta Flames",
"0–3",
"3–5–2",
"8"
],
[
"3",
"11",
"2",
"Buffalo Sabres",
"3–3",
"3–5–3",
"9"
],
[
"4",
"12",
"4",
"@ Boston Bruins",
"7–3",
"4–5–3",
"11"
],
[
"5",
"13",
"5",
"Colorado Rockies",
"6–4",
"5–5–3",
"13"
],
[
"6",
"14",
"8",
"@ Los Angeles Kings",
"5–3",
"6–5–3",
"15"
],
[
"7",
"15",
"10",
"@ Colorado Rockies",
"2–2",
"6–5–4",
"16"
],
[
"8",
"16",
"12",
"@ Vancouver Canucks",
"4–0",
"7–5–4",
"18"
],
[
"9",
"17",
"16",
"Chicago Black Hawks",
"3–4",
"7–6–4",
"18"
],
[
"10",
"18",
"18",
"@ New York Islanders",
"2–8",
"7–7–4",
"18"
],
[
"11",
"19",
"19",
"Detroit Red Wings",
"4–3",
"8–7–4",
"20"
],
[
"12",
"20",
"22",
"@ Buffalo Sabres",
"3–2",
"9–7–4",
"22"
],
[
"13",
"21",
"24",
"Minnesota North Stars",
"4–3",
"10–7–4",
"24"
],
[
"14",
"22",
"25",
"@ Pittsburgh Penguins",
"3–1",
"11–7–4",
"26"
],
[
"15",
"23",
"28",
"@ Montreal Canadiens",
"0–3",
"11–8–4",
"26"
],
[
"16",
"24",
"30",
"St. Louis Blues",
"3–0",
"12–8–4",
"28"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=727))",
"Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(D2:D13)),FILTER(query1,CHOOSECOLS(query1,2)=727))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When did the hotel with 727 rooms open?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"727"
]
}
] | train_2-106211-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Casino",
"Opening Date",
"Theme",
"Hotel Rooms",
"Section of Atlantic City"
],
[
"2",
"Atlantic Club",
"December 12, 1980",
"Beach Resort",
"809",
"Downbeach"
],
[
"3",
"Bally's ᴮ",
"December 29, 1979",
"Modern",
"1,749",
"Midtown"
],
[
"4",
"Borgata",
"July 2, 2003",
"Tuscany",
"2,767",
"Marina"
],
[
"5",
"Caesars",
"June 26, 1979",
"Roman Empire",
"1,141",
"Midtown"
],
[
"6",
"Golden Nugget",
"June 19, 1985",
"Gold Rush Era",
"727",
"Marina"
],
[
"7",
"Harrah's",
"November 27, 1980",
"Marina Waterfront",
"2,590",
"Marina"
],
[
"8",
"Resorts",
"May 28, 1978",
"Roaring Twenties",
"942",
"Uptown"
],
[
"9",
"Revel",
"April 2, 2012",
"Oceanfront",
"1,399",
"Uptown"
],
[
"10",
"Showboat",
"April 2, 1987",
"Mardi Gras",
"1,329",
"Uptown"
],
[
"11",
"Tropicana",
"November 26, 1981",
"Old Havana",
"2,078",
"Downbeach"
],
[
"12",
"Trump Plaza ᴬ",
"May 26, 1984",
"Luxury Resort",
"906",
"Midtown"
],
[
"13",
"Taj Mahal",
"April 2, 1990",
"Taj Mahal",
"2,010",
"Uptown"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"conference semifinals\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"conference semifinals\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What regular season did the team reach the conference semifinals in the playoffs?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"conference semifinals\"",
"4"
]
},
{
"Formula": "SUM(FILTER(B1, (D1=\"2nd, northeast\")*(A1<2008)))",
"Formula2": "SUM(FILTER(B2:B7, (D2:D7=\"2nd, northeast\")*(A2:A7<2008)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When the regular season of 2nd, Northeast and the year was less than 2008 what was the total number of Division?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"2nd, northeast\"",
"*",
"A1",
"<",
"2008"
]
},
{
"Formula": "SUMIFS(B1,D1,\"5th, northeast\")",
"Formula2": "SUMIFS(B2:B7,D2:D7,\"5th, northeast\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What division was the regular season 5th, Northeast?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"5th, northeast\""
]
}
] | train_2-15409403-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
[
"2",
"2008",
"4",
"USL PDL",
"2nd, Northeast",
"Conference Semifinals",
"Did not qualify"
],
[
"3",
"2009",
"4",
"USL PDL",
"5th, Northeast",
"Did not qualify",
"Did not qualify"
],
[
"4",
"2010",
"4",
"USL PDL",
"2nd, Mid Atlantic",
"Conference Semifinals",
"Did not qualify"
],
[
"5",
"2011",
"4",
"USL PDL",
"3rd, Mid Atlantic",
"Conference Finals",
"Did not qualify"
],
[
"6",
"2012",
"4",
"USL PDL",
"3rd, Mid Atlantic",
"Conference Quarterfinals",
"Did not qualify"
],
[
"7",
"2013",
"4",
"USL PDL",
"4th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"4-0\")*(E1=\"2002 tiger cup\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"4-0\")*(E2:E6=\"2002 tiger cup\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue has a score of 4-0 with the 2002 Tiger Cup listed as the competition?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"4-0\"",
"*",
"E1",
"=",
"\"2002 tiger cup\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1-3\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"1-3\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What competition has a score of 1-3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1-3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"november 17, 2003\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"november 17, 2003\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What competition listed is dated November 17, 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"november 17, 2003\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"february 22, 2003\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"february 22, 2003\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue listed is dated February 22, 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"february 22, 2003\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"friendly\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"friendly\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue is listed as having a competition titled Friendly?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"friendly\"",
"2"
]
}
] | train_2-18432610-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"May 11, 2002",
"Beijing , China",
"1-3",
"Lost",
"Friendly"
],
[
"3",
"December 27, 2002",
"Jakarta , Indonesia",
"4-0",
"Won",
"2002 Tiger Cup"
],
[
"4",
"February 22, 2003",
"Bangkok , Thailand",
"3-1",
"Won",
"King's Cup 2003"
],
[
"5",
"November 17, 2003",
"Bangkok , Thailand",
"4-0",
"Won",
"2003 Asian Cup Qualification"
],
[
"6",
"November 21, 2003",
"Bangkok , Thailand",
"4-1",
"Won",
"2003 Asian Cup Qualification"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"4-cyl Straight engine DOHC 16V\")*(A1=\"1.5 CRDi\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(C2:C9=\"4-cyl Straight engine DOHC 16V\")*(A2:A9=\"1.5 CRDi\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"4-cyl Straight engine DOHC 16V\"",
"*",
"A1",
"=",
"\"1.5 CRDi\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"1.3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"1.3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the year model for 1.3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"1.3\"",
"2"
]
}
] | train_1-1444201-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Model",
"Year model",
"Engine",
"Cylinder volume",
"Power",
"Torque",
"Fuel system"
],
[
"2",
"1.1",
"2003–2005",
"4-cyl Straight engine SOHC 12V",
"1086 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"3",
"1.1",
"2006–2009",
"4-cyl Straight engine SOHC 12V",
"1086 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"4",
"1.3",
"2003–2005",
"4-cyl Straight engine SOHC 12V",
"1341 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"5",
"1.4",
"2006–2009",
"4-cyl Straight engine DOHC 16V",
"1399 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"6",
"1.6",
"2003–2005",
"4-cyl Straight engine DOHC 16V",
"1594 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"7",
"1.6",
"2006–2009",
"4-cyl Straight engine DOHC 16V",
"1594 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Fuel injection"
],
[
"8",
"1.5 CRDi",
"2004–2005",
"3-cyl Straight engine DOHC 12V",
"1493 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Turbodiesel"
],
[
"9",
"1.5 CRDi",
"2006–2009",
"4-cyl Straight engine DOHC 16V",
"1493 cc",
"PS (kW; hp)",
"N·m (lb·ft)",
"Turbodiesel"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Georgia\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,C2:C7=\"Georgia\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the time for georgia",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Georgia\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"#1 Alabama\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,C2:C7=\"#1 Alabama\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the time for #1 alabama",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"#1 Alabama\"",
"2"
]
}
] | train_1-26842217-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Time",
"Visiting team",
"Home team",
"Site",
"Broadcast",
"Result",
"Attendance"
],
[
"2",
"September 25",
"12:21pm",
"UAB",
"Tennessee",
"Neyland Stadium • Knoxville, TN",
"SEC Network",
"W 32–29 2OT",
"95183"
],
[
"3",
"September 25",
"3:30pm",
"#1 Alabama",
"#10 Arkansas",
"Razorback Stadium • Fayetteville, AR",
"CBS",
"ALA 24–20",
"76808"
],
[
"4",
"September 25",
"7:00pm",
"Kentucky",
"#9 Florida",
"Ben Hill Griffin Stadium • Gainesville, FL",
"ESPNU",
"FLA 48–14",
"90547"
],
[
"5",
"September 25",
"7:00pm",
"Georgia",
"Mississippi State",
"Davis Wade Stadium • Starkville, MS",
"FSN",
"MSST 24–12",
"56721"
],
[
"6",
"September 25",
"7:30pm",
"Fresno State",
"Ole Miss",
"Vaught-Hemingway Stadium • Oxford, MS",
"CSS",
"W 55–38",
"55267"
],
[
"7",
"September 25",
"7:45pm",
"#12 South Carolina",
"#17 Auburn",
"Jordan-Hare Stadium • Auburn, AL",
"ESPN",
"AUB 35–27",
"87237"
]
] |
[
{
"Formula": "FILTER(D1,A1=\"7\")",
"Formula2": "FILTER(D2:D9,A2:A9=\"7\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which away team that had a tie of 7?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"7\""
]
},
{
"Formula": "FILTER(E1,D1=\"solihull moors\")",
"Formula2": "FILTER(E2:E9,D2:D9=\"solihull moors\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the attendance for the away team Solihull Moors?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"solihull moors\""
]
},
{
"Formula": "FILTER(B1,D1=\"southport\")",
"Formula2": "FILTER(B2:B9,D2:D9=\"southport\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which home team had the away team Southport?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"southport\""
]
},
{
"Formula": "FILTER(B1,A1=\"2\")",
"Formula2": "FILTER(B2:B9,A2:A9=\"2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What home team had 2 ties?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"2\""
]
},
{
"Formula": "FILTER(C1,A1=\"7\")",
"Formula2": "FILTER(C2:C9,A2:A9=\"7\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the score when there were 7 ties?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"7\""
]
}
] | dev_2-18569929-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Attendance"
],
[
"2",
"1",
"Blyth Spartans",
"1–2",
"Gateshead",
"632"
],
[
"3",
"2",
"Barrow",
"3–2",
"Fleetwood Town",
"618"
],
[
"4",
"3",
"Hinckley United",
"2–1",
"Tamworth",
"267"
],
[
"5",
"4",
"A.F.C. Telford United",
"2–1",
"Solihull Moors",
"692"
],
[
"6",
"5",
"Vauxhall Motors",
"0–3",
"Southport",
"163"
],
[
"7",
"6",
"Altrincham",
"1–1",
"Farsley Celtic",
"259"
],
[
"8",
"Altrincham won 4–2 on penalties",
"Altrincham won 4–2 on penalties",
"Altrincham won 4–2 on penalties",
"Altrincham won 4–2 on penalties",
"Altrincham won 4–2 on penalties"
],
[
"9",
"7",
"Stafford Rangers",
"3–1",
"Northwich Victoria",
"327"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ICL Pakistan\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"ICL Pakistan\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result when team 1 is ICL Pakistan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ICL Pakistan\"",
"6"
]
},
{
"Formula": "SUMIFS(A1,F1,\"ICL World by 8 wickets\")",
"Formula2": "SUMIFS(A2:A6,F2:F6,\"ICL World by 8 wickets\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the match number where the result is ICL World by 8 wickets?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"ICL World by 8 wickets\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"ICL World by 8 wickets\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"ICL World by 8 wickets\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is team 2 where the result is ICL world by 8 wickets?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"ICL World by 8 wickets\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ICL Pakistan\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"ICL Pakistan\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is man of the match when Team 1 is ICL Pakistan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ICL Pakistan\"",
"7"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, A1=5)))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, A2:A6=5)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many dates have a Match number of 5?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Formula2": "LET(query1,SUMMARIZE(G2:G6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is man of the match for match number 5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"5"
]
}
] | train_1-17103566-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Match Number",
"Date",
"Venue",
"Team 1",
"Team 2",
"Result",
"Man of the Match"
],
[
"2",
"1",
"April 9",
"Hyderabad",
"ICL World",
"ICL India",
"ICL World by 8 wickets",
"Damien Martyn (ICL World)"
],
[
"3",
"2",
"April 10",
"Hyderabad",
"ICL Pakistan",
"ICL World",
"ICL Pakistan by 9 wickets",
"Imran Nazir (ICL Pakistan)"
],
[
"4",
"3",
"April 11",
"Hyderabad",
"ICL India",
"ICL Pakistan",
"ICL India by 4 wickets",
"Ibrahim Khaleel (ICL India)"
],
[
"5",
"4",
"April 12",
"Hyderabad",
"ICL India",
"ICL World",
"ICL India by 4 wickets",
"Stuart Binny (ICL India)"
],
[
"6",
"5",
"April 13",
"Hyderabad",
"ICL India",
"ICL Pakistan",
"ICL India by 4 wickets",
"Tejinder Pal Singh (ICL India)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1>2008),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7>2008),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "What team won after 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
">",
"2008",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)<203))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)<203))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What team has fewer than 203 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"203"
]
},
{
"Formula": "SUM(FILTER(E1, A1=2007))",
"Formula2": "SUM(FILTER(E2:E7, A2:A7=2007))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is total amount of points for the 2007 season?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"2007"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"collé racing\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>206))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"collé racing\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>206))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who is the driver for team Collé Racing with more than 206 points?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"collé racing\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"206"
]
}
] | train_2-15216339-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Driver",
"Team",
"Tyre",
"Points"
],
[
"2",
"2004",
"Donny Crevels",
"Weytech",
"H",
"86"
],
[
"3",
"2005",
"Jeroen Bleekemolen",
"US Carworld Racing",
"H",
"262"
],
[
"4",
"2006",
"Sandor van Es",
"Collé Racing",
"H",
"203"
],
[
"5",
"2007",
"Donald Molenaar",
"Collé Racing",
"H",
"206"
],
[
"6",
"2008",
"Donald Molenaar",
"Collé Racing",
"H",
"230"
],
[
"7",
"2009",
"Donald Molenaar",
"Collé Racing",
"H",
"210"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"h63\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"h63\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When is the completed date of the destroyer with a pennant number h63?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"h63\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"h59\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"h59\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When is the completed date of the destroyer with a pennant number h59?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"h59\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"h05\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"h05\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What ship has a pennant number h05?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"h05\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"h05\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"h05\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What ship has a pennant number h05?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"h05\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"25 february 1936\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"25 february 1936\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the launched date of the destroyer completed 25 February 1936?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"25 february 1936\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1 july 1936\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"1 july 1936\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the launched date of the destroyer completed 1 July 1936?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1 july 1936\"",
"4"
]
}
] | train_2-1210297-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Ship",
"Pennant number",
"Laid down",
"Launched",
"Completed"
],
[
"2",
"Gallant",
"H59",
"15 September 1934",
"26 September 1935",
"25 February 1936"
],
[
"3",
"Garland",
"H37",
"22 August 1934",
"24 October 1935",
"3 March 1936"
],
[
"4",
"Gipsy",
"H63",
"4 September 1934",
"7 November 1935",
"22 February 1936"
],
[
"5",
"Glowworm",
"H92",
"15 August 1934",
"22 July 1935",
"22 January 1936"
],
[
"6",
"Grafton",
"H89",
"30 August 1934",
"18 September 1935",
"20 March 1936"
],
[
"7",
"Grenade",
"H86",
"3 October 1934",
"12 November 1935",
"28 March 1936"
],
[
"8",
"Grenville",
"H03",
"29 September 1934",
"15 August 1935",
"1 July 1936"
],
[
"9",
"Greyhound",
"H05",
"20 September 1934",
"15 August 1935",
"1 February 1936"
],
[
"10",
"Griffin",
"H31",
"20 September 1934",
"15 August 1935",
"6 March 1936"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"13%\")*(H1=\"22%\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(F2:F15=\"13%\")*(H2:H15=\"22%\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What percentage is Karen Handel at in the poll in which Eric Johnson is 13% and undecided is 22%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"13%\"",
"*",
"H1",
"=",
"\"22%\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"13%\")*(C1=\"28%\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(E2:E15=\"13%\")*(C2:C15=\"28%\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what poll is Nathan Deal at 13% and John Oxendine at 28%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"13%\"",
"*",
"C1",
"=",
"\"28%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"12%\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,D2:D15=\"12%\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Eric Johnson at in the poll where Karen Handel is at 12%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"12%\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"32%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,C2:C15=\"32%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what poll is John Oxendine at 32%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"32%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"38%\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,D2:D15=\"38%\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is John Oxendine at in the poll where Karen Handel is at 38%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"38%\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(A1=\"insideradvantage\")*(C1=\"15%\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,(A2:A15=\"insideradvantage\")*(C2:C15=\"15%\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Karen Handel polling at in the Insideradvantage poll where John Oxendine is at 15%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"insideradvantage\"",
"*",
"C1",
"=",
"\"15%\"",
"4"
]
}
] | train_2-13774007-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Poll source",
"Dates administered",
"John Oxendine",
"Karen Handel",
"Nathan Deal",
"Eric Johnson",
"Ray McBerry",
"Undecided"
],
[
"2",
"Magellan Strategies",
"July 18, 2010",
"12%",
"38%",
"20%",
"17%",
"3%",
"7%"
],
[
"3",
"InsiderAdvantage",
"July 14, 2010",
"15%",
"24%",
"16%",
"13%",
"3%",
"22%"
],
[
"4",
"Rasmussen Reports",
"July 13, 2010",
"20%",
"25%",
"25%",
"13%",
"–",
"14%"
],
[
"5",
"Mason-Dixon",
"July 8–13, 2010",
"31%",
"23%",
"18%",
"6%",
"2%",
"19%"
],
[
"6",
"Magellan Strategies",
"July 8, 2010",
"18%",
"32%",
"18%",
"8%",
"3%",
"14%"
],
[
"7",
"Survey USA",
"July 7–8, 2010",
"32%",
"23%",
"12%",
"12%",
"5%",
"10%"
],
[
"8",
"InsiderAdvantage",
"July 1, 2010",
"18%",
"18%",
"12%",
"8%",
"3%",
"34%"
],
[
"9",
"Survey USA",
"June 14–17, 2010",
"34%",
"18%",
"17%",
"6%",
"3%",
"17%"
],
[
"10",
"InsiderAdvantage",
"April 5, 2010",
"26%",
"18%",
"9%",
"5%",
"–",
"31%"
],
[
"11",
"Rasmussen Reports",
"December 15, 2009",
"28%",
"14%",
"13%",
"2%",
"2%",
"32%"
],
[
"12",
"Rasmussen Reports",
"October 20, 2009",
"27%",
"12%",
"9%",
"3%",
"3%",
"35%"
],
[
"13",
"Rasmussen Reports",
"August 18, 2009",
"31%",
"13%",
"13%",
"3%",
"2%",
"31%"
],
[
"14",
"Rasmussen Reports",
"June 17, 2009",
"33%",
"11%",
"10%",
"3%",
"2%",
"33%"
],
[
"15",
"Strategic Vision",
"June 17, 2009",
"35%",
"13%",
"12%",
"4%",
"2%",
"32%"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, (A1=\"forest hills\")*(D1=\"john mcenroe\")*(E1=\"6–3, 6–3\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B15, (A2:A15=\"forest hills\")*(D2:D15=\"john mcenroe\")*(E2:E15=\"6–3, 6–3\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years had a location at Forest Hills and a score of 6–3, 6–3 for John McEnroe?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"\"forest hills\"",
"*",
"D1",
"=",
"\"john mcenroe\"",
"*",
"E1",
"=",
"\"6–3, 6–3\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"7–6, 6–0\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"7–6, 6–0\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the champion with a score of 7–6, 6–0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"7–6, 6–0\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1990),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=1990),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who is the runner-up in 1990?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"1990",
"4"
]
},
{
"Formula": "MINIFS(B1,D1,\"guillermo vilas\")",
"Formula2": "MINIFS(B2:B15,D2:D15,\"guillermo vilas\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When was the earliest year that Guillermo Vilas was the runner-up?",
"Tokens": [
"MINIFS(",
"B1",
"D1",
"\"guillermo vilas\""
]
}
] | train_2-16236714-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Location",
"Year",
"Champion",
"Runner-up",
"Score"
],
[
"2",
"Lakeway",
"1977",
"Harold Solomon",
"Ken Rosewall",
"7–6, 6–2, 2–6, 0–6, 6–3"
],
[
"3",
"Las Vegas",
"1978",
"Björn Borg",
"Vitas Gerulaitis",
"6–5, 5–6, 6–4, 6–5"
],
[
"4",
"Dorado Beach",
"1979",
"Jimmy Connors",
"Vitas Gerulaitis",
"6–5, 6–0, 6–4"
],
[
"5",
"Forest Hills",
"1980",
"Vitas Gerulaitis",
"John McEnroe",
"2–6, 6–2, 6–0"
],
[
"6",
"Forest Hills",
"1981",
"Eddie Dibbs",
"Carlos Kirmayr",
"6–3, 6–2"
],
[
"7",
"Forest Hills",
"1982",
"Ivan Lendl",
"Eddie Dibbs",
"6–1, 6–1"
],
[
"8",
"Forest Hills",
"1983",
"John McEnroe",
"Vitas Gerulaitis",
"6–3, 7–5"
],
[
"9",
"Forest Hills",
"1984",
"John McEnroe",
"Ivan Lendl",
"6–4, 6–2"
],
[
"10",
"Forest Hills",
"1985",
"Ivan Lendl",
"John McEnroe",
"6–3, 6–3"
],
[
"11",
"Forest Hills",
"1986",
"Yannick Noah",
"Guillermo Vilas",
"7–6, 6–0"
],
[
"12",
"Forest Hills",
"1987",
"Andrés Gómez",
"Yannick Noah",
"6–4, 7–6, 7–6"
],
[
"13",
"Forest Hills",
"1988",
"Andre Agassi",
"Slobodan Živojinović",
"7–5, 7–6, 7–5"
],
[
"14",
"Forest Hills",
"1989",
"Ivan Lendl",
"Jaime Yzaga",
"6–2, 6–1"
],
[
"15",
"Forest Hills",
"1990",
"Ivan Lendl",
"Aaron Krickstein",
"6–4, 6–7, 6–3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 16, 2004\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"november 16, 2004\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the catalog number with the date November 16, 2004?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"november 16, 2004\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"sony bmg, epic\")*(E1=5187482)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"sony bmg, epic\")*(E2:E11=5187482)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the date of the item with a label of Sony BMG, Epic and a Catalog number 5187482?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"sony bmg, epic\"",
"*",
"E1",
"=",
"5187482",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"canada\")*(D1=\"cd/dvd\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"canada\")*(D2:D11=\"cd/dvd\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Catalog has a Region of Canada and a Format of cd/dvd?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"canada\"",
"*",
"D1",
"=",
"\"cd/dvd\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"europe\")*(D1=\"cd\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"europe\")*(D2:D11=\"cd\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date for a CD format with a Region of Europe?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"europe\"",
"*",
"D1",
"=",
"\"cd\"",
"2"
]
}
] | train_2-1097545-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"Europe",
"October 11, 2004",
"Sony BMG , Columbia",
"CD",
"COL 518748 9"
],
[
"3",
"Europe",
"October 11, 2004",
"Sony BMG , Columbia",
"CD/ DVD",
"COL 518748 7"
],
[
"4",
"United States",
"October 12, 2004",
"Epic",
"CD",
"5187482"
],
[
"5",
"United States",
"October 12, 2004",
"Epic",
"CD/DVD",
"5187487"
],
[
"6",
"Canada",
"October 12, 2004",
"Sony BMG, Columbia",
"CD",
"5187482"
],
[
"7",
"Canada",
"October 12, 2004",
"Sony BMG, Columbia",
"CD/DVD",
"5187487"
],
[
"8",
"Australia",
"October 15, 2004",
"Sony BMG, Epic",
"CD",
"5187482"
],
[
"9",
"Australia",
"October 15, 2004",
"Sony BMG, Epic",
"CD/DVD",
"5187487"
],
[
"10",
"South Korea",
"November 16, 2004",
"Sony BMG, Columbia",
"CD",
"CPK-3337"
],
[
"11",
"Japan",
"December 22, 2004",
"Sony Music Japan , Epic",
"CD",
"5187482"
]
] |
[
{
"Formula": "SORT(SUMMARIZE(B1,SUMX(C1)), 2, 1)",
"Formula2": "SORT(SUMMARIZE(B2:B6,SUMX(C2:C6)), 2, 1)",
"Funcs": [
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the names of pilots in ascending order of rank.",
"Tokens": [
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"2",
"1"
]
},
{
"Formula": "SUMMARIZE(E1,SUMX(A1))",
"Formula2": "SUMMARIZE(E2:E6,SUMX(A2:A6))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Show each nationality and the number of pilots of each nationality.",
"Tokens": [
"SUMMARIZE(",
"E1",
"SUMX(",
"A1"
]
},
{
"Formula": "SUMMARIZE(F1,SUMX(A1))",
"Formula2": "SUMMARIZE(F2:F6,SUMX(A2:A6))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Show the position and number of pilot in each position.",
"Tokens": [
"SUMMARIZE(",
"F1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(F2:F6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "List the position with at least two pilot.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(B2:B6,A2:A6),b,A2:A6,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A2:A6,SUMX(D2:D6)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "What is the name of the oldest pilot?",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"B1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"-",
"1",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(H1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(H2:H6,SUMX(A2:A6)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which team owns most pilots?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"H1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"charles oakley\")+(B1=\"patrick o'bryant\")))",
"Formula2": "SUM(FILTER(D2:D6, (B2:B6=\"charles oakley\")+(B2:B6=\"patrick o'bryant\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Show the ages of the pilots named \"Patrick O'Bryant\" or \"Charles Oakley\".",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"charles oakley\"",
"+",
"B1",
"=",
"\"patrick o'bryant\""
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(B1,A1)), 1, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(B2:B6,A2:A6)), 1, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the distinct pilots in ascending alphabetical order by name.",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"B1",
"A1",
"1",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,MAXX(D1)),FILTER(query1,CHOOSECOLS(query1,3)>3))",
"Formula2": "LET(query1,SUMMARIZE(E2:E6,MAXX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,3)>3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the maximum age for each nationality that has more than 3 pilots listed?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"MAXX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E6,SUMX(A2:A6)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which nationality has the most pilots?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E6,SUMX(A2:A6)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Find the nationality that the most pilots live in.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)=1))",
"Formula2": "LET(query1,SUMMARIZE(E2:E6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,3)=1))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Show all nationality with only 1 pilot.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E6,SUMX(A2:A6)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which nationality is the most common among pilots?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H6,E2:E6=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"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": "select all pilots from United States that have an age higher than 22",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"22"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H6,E2:E6=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"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": "list all the pilots from United States with an age of over 22",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"22"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H6,E2:E6=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"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": "show all pilots from united states that has age over 22",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"22"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H6,E2:E6=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>22))",
"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": "list all pilots from united states with age > 22",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"22"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"charles oakley\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"charles oakley\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "list all pilot whose name =\"Charles Oakley\"",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"charles oakley\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"charles oakley\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"charles oakley\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "get all pilots with name \"Charles Oakley\"",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"charles oakley\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"charles oakley\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"charles oakley\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Pilots that have \"Charles Oakley\" as name",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"charles oakley\"",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many pilots are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "CHOOSE({1,2},F1,H1)",
"Formula2": "CHOOSE({1,2},F2:F6,H2:H6)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the positions and teams of pilots?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"F1",
"H1"
]
},
{
"Formula": "UNIQUE(FILTER(F1,D1>30))",
"Formula2": "UNIQUE(FILTER(F2:F6,D2:D6>30))",
"Funcs": [
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "List the distinct positions of pilots older than 30.",
"Tokens": [
"UNIQUE(",
"FILTER(",
"F1",
"D1",
">",
"30"
]
},
{
"Formula": "FILTER(B1,(H1=\"Bradley\")+(H1=\"Fordham\"))",
"Formula2": "FILTER(B2:B6,(H2:H6=\"Bradley\")+(H2:H6=\"Fordham\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Show the names of pilots from team \"Bradley\" or \"Fordham\".",
"Tokens": [
"FILTER(",
"B1",
"H1",
"=",
"\"Bradley\"",
"+",
"H1",
"=",
"\"Fordham\""
]
},
{
"Formula": "LET(a,SORTBY(G1,C1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Formula2": "LET(a,SORTBY(G2:G6,C2:C6,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 joined year of the pilot of the highest rank?",
"Tokens": [
"LET(",
"a",
"SORTBY(",
"G1",
"C1",
"1",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "the number of pilots",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(F1,H1,A1))",
"Formula2": "UNIQUE(HSTACK(F2:F6,H2:H6,A2:A6))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "the positions, teams and pilot ids.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"F1",
"H1",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(F1,A1),SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,3)>30))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(F2:F6,A2:A6),SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,3)>30))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Positions and ids of pilots over 30 years old",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"F1",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"30"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"bradley\")+(H1=\"fordham\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,(H2:H6=\"bradley\")+(H2:H6=\"fordham\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "bradley or fordham pilots' names",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"bradley\"",
"+",
"H1",
"=",
"\"fordham\"",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(HSTACK(G1,A1),SUMX(C1)), 3, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(G2:G6,A2:A6),SUMX(C2:C6)), 3, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Joining year and id for highest-ranked pilot",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"G1",
"A1",
"SUMX(",
"C1",
"3",
"1",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"bradley\")+(H1=\"fordham\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,(H2:H6=\"bradley\")+(H2:H6=\"fordham\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "the names of pilots from bradley or fordham",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"bradley\"",
"+",
"H1",
"=",
"\"fordham\"",
"2"
]
},
{
"Formula": "LET(a,HSTACK(G1,A1),b,A1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A1,SUMX(C1)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(G2:G6,A2:A6),b,A2:A6,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A2:A6,SUMX(C2:C6)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "The join year and id for the pilot of highest rank.",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"G1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"2",
"1",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
}
] | pilot_record_pilot | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"pilot id",
"pilot name",
"rank",
"age",
"nationality",
"position",
"join year",
"team"
],
[
"2",
"1",
"Patrick O'Bryant",
"13",
"33",
"United States",
"Center Team",
"1/1/2009",
"Bradley"
],
[
"3",
"2",
"Jermaine O'Neal",
"6",
"40",
"United States",
"Forward-Center Team",
"1/1/2008",
"Eau Claire High School"
],
[
"4",
"3",
"Dan O'Sullivan",
"45",
"37",
"United States",
"Center Team",
"1/1/1999",
"Fordham"
],
[
"5",
"4",
"Charles Oakley",
"34",
"22",
"United Kindom",
"Forward Team",
"1/1/2001",
"Virginia Union"
],
[
"6",
"5",
"Hakeem Olajuwon",
"34",
"32",
"Nigeria",
"Center Team",
"1/10/2010",
"Houston"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1),SUMX(G1)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)>0)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,SUMX(F2:F10),SUMX(G2:G10)),FILTER(query1,(CHOOSECOLS(query1,2)=0)*(CHOOSECOLS(query1,3)>0)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What year has a Top 25 of 0, and a Earnings ($) larger than 0?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"0"
]
},
{
"Formula": "MAX(FILTER(F1, (H1=232)*(C1<2)))",
"Formula2": "MAX(FILTER(F2:F10, (H2:H10=232)*(C2:C10<2)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest Top 25 with a Money list rank of 232 and Cuts smaller than 2?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"H1",
"=",
"232",
"*",
"C1",
"<",
"2"
]
},
{
"Formula": "MIN(FILTER(G1, (H1=6)*(B1<22)))",
"Formula2": "MIN(FILTER(G2:G10, (H2:H10=6)*(B2:B10<22)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest Earnings that has a Money list rank of 6 and Starts smaller than 22?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"H1",
"=",
"6",
"*",
"B1",
"<",
"22"
]
},
{
"Formula": "MAX(FILTER(C1, (E1<8)*(D1>0)))",
"Formula2": "MAX(FILTER(C2:C10, (E2:E10<8)*(D2:D10>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of Cuts made that has a Top 10 smaller than 8 and Wins larger than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
"<",
"8",
"*",
"D1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=2)*(F1>0)*(G1<338067)))",
"Formula2": "SUM(FILTER(B2:B10, (C2:C10=2)*(F2:F10>0)*(G2:G10<338067)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Starts that have Cuts made of 2, Top 25 larger than 0, and Earnings ($) smaller than 338,067?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"2",
"*",
"F1",
">",
"0",
"*",
"G1",
"<",
"338067"
]
}
] | train_2-11106562-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Year",
"Starts",
"Cuts made",
"Wins",
"Top 10",
"Top 25",
"Earnings ($)",
"Money list rank"
],
[
"2",
"2006",
"2",
"2",
"0",
"1",
"2",
"338,067",
"(non-member)"
],
[
"3",
"2007",
"26",
"20",
"0",
"4",
"10",
"1,545,195",
"60"
],
[
"4",
"2008",
"22",
"19",
"2",
"8",
"10",
"4,656,265",
"6"
],
[
"5",
"2009",
"22",
"17",
"0",
"3",
"8",
"1,972,155",
"39"
],
[
"6",
"2010",
"14",
"10",
"1",
"4",
"6",
"2,574,921",
"24"
],
[
"7",
"2011",
"26",
"14",
"0",
"2",
"7",
"1,085,846",
"87"
],
[
"8",
"2012",
"10",
"2",
"0",
"0",
"0",
"33,960",
"232"
],
[
"9",
"2013",
"0",
"0",
"0",
"0",
"0",
"0",
"n/a"
],
[
"10",
"Career*",
"122",
"84",
"3",
"22",
"43",
"12,206,409",
"109"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"may 14\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"may 14\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the game on May 14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"may 14\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"philadelphia\")*(B1=\"may 14\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"philadelphia\")*(B2:B7=\"may 14\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the game on May 14 with Philadelphia as the road team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"philadelphia\"",
"*",
"B1",
"=",
"\"may 14\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"philadelphia\")*(B1=\"may 4\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"philadelphia\")*(B2:B7=\"may 4\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the game on May 4 with Philadelphia as the road team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"philadelphia\"",
"*",
"B1",
"=",
"\"may 4\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"philadelphia\")*(A1=\"game 6\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"philadelphia\")*(A2:A7=\"game 6\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the road team of game 6 with Philadelphia as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"philadelphia\"",
"*",
"A1",
"=",
"\"game 6\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"los angeles\")*(A1=\"game 5\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"los angeles\")*(A2:A7=\"game 5\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of game 5 with Los Angeles as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"los angeles\"",
"*",
"A1",
"=",
"\"game 5\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"philadelphia\")*(D1=\"105-102\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"philadelphia\")*(D2:D7=\"105-102\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the road team of the game with Philadelphia as the home team with a result of 105-102?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"philadelphia\"",
"*",
"D1",
"=",
"\"105-102\"",
"5"
]
}
] | test_2-14828485-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"Date",
"Home Team",
"Result",
"Road Team"
],
[
"2",
"Game 1",
"May 4",
"Los Angeles",
"109-102",
"Philadelphia"
],
[
"3",
"Game 2",
"May 7",
"Los Angeles",
"104-107",
"Philadelphia"
],
[
"4",
"Game 3",
"May 10",
"Philadelphia",
"101-111",
"Los Angeles"
],
[
"5",
"Game 4",
"May 11",
"Philadelphia",
"105-102",
"Los Angeles'"
],
[
"6",
"Game 5",
"May 14",
"Los Angeles",
"108-103",
"Philadelphia"
],
[
"7",
"Game 6",
"May 16",
"Philadelphia",
"107-123",
"Los Angeles"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (F1<3)*(H1=6)*(C1>6)))",
"Formula2": "SUM(FILTER(D2:D7, (F2:F7<3)*(H2:H7=6)*(C2:C7>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Played have a Lost smaller than 3, and a Difference of 6, and Points larger than 6?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"F1",
"<",
"3",
"*",
"H1",
"=",
"6",
"*",
"C1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(C1, E1<0))",
"Formula2": "SUM(FILTER(C2:C7, E2:E7<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Points have a Drawn smaller than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (G1<5)*(D1<3)))",
"Formula2": "SUM(FILTER(E2:E7, (G2:G7<5)*(D2:D7<3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Drawn have an Against smaller than 5, and a Played smaller than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"G1",
"<",
"5",
"*",
"D1",
"<",
"3"
]
},
{
"Formula": "SUM(FILTER(A1, (G1=5)*(E1>0)))",
"Formula2": "SUM(FILTER(A2:A7, (G2:G7=5)*(E2:E7>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Position has an Against of 5, and a Drawn larger than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"5",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (F1<1)*(H1=6)*(G1>2)))",
"Formula2": "SUM(FILTER(D2:D7, (F2:F7<1)*(H2:H7=6)*(G2:G7>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Played is the highest one that has a Lost smaller than 1, and a Difference of 6, and an Against larger than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"F1",
"<",
"1",
"*",
"H1",
"=",
"6",
"*",
"G1",
">",
"2"
]
},
{
"Formula": "SUM(FILTER(C1, A1>5))",
"Formula2": "SUM(FILTER(C2:C7, A2:A7>5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Points is the lowest one that has a Position larger than 5?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"5"
]
}
] | test_2-15266104-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"Flamengo",
"6",
"3",
"0",
"0",
"2",
"6"
],
[
"3",
"2",
"Botafogo",
"5",
"3",
"1",
"0",
"1",
"2"
],
[
"4",
"3",
"Vasco da Gama",
"4",
"3",
"0",
"1",
"2",
"2"
],
[
"5",
"4",
"Palmeiras",
"3",
"3",
"1",
"1",
"3",
"- 1"
],
[
"6",
"5",
"Santos",
"0",
"3",
"0",
"3",
"9",
"- 6"
],
[
"7",
"6",
"Corinthians",
"0",
"3",
"0",
"3",
"5",
"- 5"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"norway\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F13,B2:B13=\"norway\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Where does Norway rank in total medals among countries with fewer than 7 bronzes?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"norway\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"7"
]
}
] | train_2-1603424-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Canada",
"17",
"10",
"7",
"34"
],
[
"3",
"2",
"Scotland",
"9",
"4",
"11",
"24"
],
[
"4",
"3",
"Sweden",
"5",
"11",
"4",
"20"
],
[
"5",
"4",
"Switzerland",
"4",
"7",
"6",
"17"
],
[
"6",
"5",
"United States",
"3",
"0",
"7",
"10"
],
[
"7",
"6",
"Denmark",
"1",
"1",
"0",
"2"
],
[
"8",
"7",
"Germany",
"0",
"2",
"3",
"5"
],
[
"9",
"8",
"Norway",
"0",
"1",
"4",
"5"
],
[
"10",
"9",
"France",
"0",
"1",
"1",
"2"
],
[
"11",
"10",
"Finland",
"0",
"1",
"0",
"1"
],
[
"12",
"10",
"Russia",
"0",
"1",
"0",
"1"
],
[
"13",
"Total",
"Total",
"39",
"39",
"43",
"121"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"ahl\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"ahl\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which disbanded is in the ahl league?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"ahl\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1>2005),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,E2:E6>2005),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which championship was established after 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
">",
"2005",
"7"
]
}
] | train_2-111774-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Club",
"League",
"Sport",
"Venue",
"Established",
"Disbanded",
"Championships"
],
[
"2",
"Peoria Chiefs",
"Midwest League Class-A",
"Baseball",
"Dozer Park",
"1983",
"N/A",
"1 League Title"
],
[
"3",
"Peoria Rivermen",
"SPHL",
"Hockey",
"Carver Arena",
"2013",
"N/A",
"0"
],
[
"4",
"Peoria Rivermen",
"AHL",
"Ice Hockey",
"Carver Arena",
"2005",
"2013",
"0"
],
[
"5",
"Peoria Pirates",
"AF2",
"Arena Football",
"Carver Arena",
"1999",
"2009",
"2 s ArenaCup"
],
[
"6",
"Peoria Redwings",
"AAGPBL",
"Baseball",
"Peoria Stadium",
"1946",
"1951",
"0"
]
] |
[
{
"Formula": "FILTER(A1,E1=\"0:40\")",
"Formula2": "FILTER(A2:A6,E2:E6=\"0:40\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "On what Date is Delta 0:40?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"0:40\""
]
},
{
"Formula": "FILTER(D1,A1=\"june 2, 2007\")",
"Formula2": "FILTER(D2:D6,A2:A6=\"june 2, 2007\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the Winner on June 2, 2007?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"june 2, 2007\""
]
}
] | dev_2-10961088-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Team 1",
"Team 2",
"Winner",
"Delta",
"Score"
],
[
"2",
"June 1, 2007",
"Emirates Team New Zealand ( NZL-92 )",
"Luna Rossa Challenge ( ITA-94 )",
"Emirates Team New Zealand",
"0:08",
"1–0"
],
[
"3",
"June 2, 2007",
"Luna Rossa Challenge ( ITA-94 )",
"Emirates Team New Zealand ( NZL-92 )",
"Emirates Team New Zealand",
"0:40",
"0–2"
],
[
"4",
"June 3, 2007",
"Emirates Team New Zealand ( NZL-92 )",
"Luna Rossa Challenge ( ITA-94 )",
"Emirates Team New Zealand",
"1:38",
"3–0"
],
[
"5",
"June 5, 2007",
"Luna Rossa Challenge ( ITA-94 )",
"Emirates Team New Zealand ( NZL-92 )",
"Emirates Team New Zealand",
"0:52",
"0–4"
],
[
"6",
"June 6, 2007",
"Emirates Team New Zealand ( NZL-92 )",
"Luna Rossa Challenge ( ITA-94 )",
"Emirates Team New Zealand",
"0:22",
"5–0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"meridiana\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,B2:B16=\"meridiana\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the winner of meridiana",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"meridiana\"",
"5"
]
}
] | train_2-14863959-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Winner",
"Jockey",
"Trainer",
"Owner",
"Time"
],
[
"2",
"2013",
"Regalo Mia",
"Luis Contreras",
"Michelle Nihei",
"Steven W. Ciccarone",
"2:23.48"
],
[
"3",
"2012",
"Hit It Rich",
"Javier Castellano",
"Shug McGaughey",
"Stuart S. Janney III",
"2:28.06"
],
[
"4",
"2011",
"La Luna de Miel",
"John Velazquez",
"H. Graham Motion",
"Rashit Shaykhutdinov",
"2:25.76"
],
[
"5",
"2010",
"Speak Easy Gal",
"Elvis Trujillo",
"Marty Wolfson",
"Farnsworth Stables",
"2:28.46"
],
[
"6",
"2009",
"Dress Rehearsal",
"Kent Desormeaux",
"William I. Mott",
"Swettenham Stud",
"2:29.77"
],
[
"7",
"2008",
"Hostess",
"John Velazquez",
"H. James Bond",
"William Clifton Jr.",
"2:25.83"
],
[
"8",
"2007",
"Safari Queen",
"Chris DeCarlo",
"Todd A. Pletcher",
"Arindel Farm",
"2:25.17"
],
[
"9",
"2006",
"Honey Ryder",
"John R. Velazquez",
"Todd A. Pletcher",
"Glencrest Farm LLC",
"2:23.07"
],
[
"10",
"2005",
"Honey Ryder",
"John R. Velazquez",
"Todd A. Pletcher",
"Glencrest Farm LLC",
"2:27.15"
],
[
"11",
"2004",
"Meridiana",
"Edgar Prado",
"Christophe Clement",
"Jon & Sarah Kelly",
"2:26.99"
],
[
"12",
"2003",
"Tweedside",
"Rene Douglas",
"Todd A. Pletcher",
"E. & L. Melnyk",
"2:32.36"
],
[
"13",
"2002",
"Julie Jalouse",
"Jose A. Santos",
"Christophe Clement",
"Skymarc Farm",
"2:25.89"
],
[
"14",
"2001",
"Innuendo",
"Jerry D. Bailey",
"Christophe Clement",
"Gerald W. Leigh",
"2:25.24"
],
[
"15",
"2000",
"Lisieux Rose",
"Jose A. Santos",
"Christophe Clement",
"Moyglare Stud Farm",
"2:25.64"
],
[
"16",
"1999",
"Coretta",
"Jose A. Santos",
"Christophe Clement",
"Gerald W. Leigh",
"2:23.85"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cite-fm-1\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"cite-fm-1\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the format for the one which has a call sign of cite-fm-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cite-fm-1\"",
"3"
]
}
] | train_2-18409243-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Frequency",
"Call sign",
"Format",
"Owner",
"Notes"
],
[
"2",
"FM 88.1",
"CFPP-FM",
"Christian radio",
"Fabrique Notre-Dame du Perpétuel-Secours",
"French"
],
[
"3",
"FM 88.3",
"CFAK-FM",
"campus radio",
"Université de Sherbrooke",
"French"
],
[
"4",
"FM 88.9",
"CJMQ-FM",
"community radio",
"Bishop's University",
"English"
],
[
"5",
"FM 89.7",
"CBM-FM-1",
"public music",
"Canadian Broadcasting Corporation",
"English"
],
[
"6",
"FM 90.7",
"CBFX-FM-2",
"public music",
"Société Radio-Canada",
"French"
],
[
"7",
"FM 91.7",
"CBMB-FM",
"public news / talk",
"Canadian Broadcasting Corporation",
"English"
],
[
"8",
"FM 93.7",
"CFGE-FM",
"adult contemporary",
"Cogeco",
"French"
],
[
"9",
"FM 95.5",
"CFLX-FM",
"community radio",
"Radio communautaire de l'Estrie",
"French"
],
[
"10",
"FM 100.3",
"CIRA-FM-1",
"Christian radio",
"Radio Ville-Marie",
"French"
],
[
"11",
"FM 101.1",
"CBF-FM-10",
"public news / talk",
"Société Radio-Canada",
"French"
],
[
"12",
"FM 102.7",
"CITE-FM-1",
"soft adult contemporary",
"Bell Media Radio",
"French"
],
[
"13",
"FM 106.1",
"CIMO-FM",
"contemporary hit radio",
"Bell Media Radio",
"French"
],
[
"14",
"FM 107.7",
"CKOY-FM",
"Talk radio",
"Cogeco",
"French"
]
] |
[
{
"Formula": "SUMIFS(E1,C1,\"new orleans saints\")",
"Formula2": "SUMIFS(E2:E17,C2:C17,\"new orleans saints\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the attendance when they played the New Orleans Saints?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"new orleans saints\""
]
}
] | test_2-17183882-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 4, 1983",
"at Chicago Bears",
"W 20-17",
"60,165"
],
[
"3",
"2",
"September 11, 1983",
"New York Giants",
"L 16-13",
"58,075"
],
[
"4",
"3",
"September 18, 1983",
"at Detroit Lions",
"W 30-14",
"54,622"
],
[
"5",
"4",
"September 25, 1983",
"at San Francisco 49ers",
"L 24-20",
"57,814"
],
[
"6",
"5",
"October 2, 1983",
"Philadelphia Eagles",
"L 28-24",
"50,621"
],
[
"7",
"6",
"October 9, 1983",
"New Orleans Saints",
"L 19-17",
"51,654"
],
[
"8",
"7",
"October 16, 1983",
"at Los Angeles Rams",
"L 27-21",
"50,404"
],
[
"9",
"8",
"October 23, 1983",
"at New York Jets",
"W 27-21",
"46,878"
],
[
"10",
"9",
"October 30, 1983",
"New England Patriots",
"W 24-13",
"47,546"
],
[
"11",
"10",
"November 6, 1983",
"at New Orleans Saints",
"L 27-10",
"67,062"
],
[
"12",
"11",
"November 14, 1983",
"Los Angeles Rams",
"L 36-13",
"31,202"
],
[
"13",
"12",
"November 20, 1983",
"San Francisco 49ers",
"W 28-24",
"39,782"
],
[
"14",
"13",
"November 27, 1983",
"Green Bay Packers",
"W 47-41",
"35,688"
],
[
"15",
"14",
"December 4, 1983",
"at Washington Redskins",
"L 37-21",
"52,074"
],
[
"16",
"15",
"December 10, 1983",
"at Miami Dolphins",
"L 31-24",
"56,725"
],
[
"17",
"16",
"December 18, 1983",
"Buffalo Bills",
"W 31-14",
"31,015"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did st kilda play as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"st kilda\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10.14 (74)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"10.14 (74)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What home team scored 10.14 (74)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"10.14 (74)\"",
"1"
]
},
{
"Formula": "MAXIFS(F1,A1,\"essendon\")",
"Formula2": "MAXIFS(F2:F7,A2:A7,\"essendon\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How big of a crowd does the home team of essendon have?",
"Tokens": [
"MAXIFS(",
"F1",
"A1",
"\"essendon\""
]
}
] | train_2-1164217-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"14.9 (93)",
"South Melbourne",
"12.19 (91)",
"Junction Oval",
"16,971",
"6 June 1970"
],
[
"3",
"Essendon",
"14.13 (97)",
"Richmond",
"15.14 (104)",
"Windy Hill",
"20,650",
"6 June 1970"
],
[
"4",
"Collingwood",
"14.23 (107)",
"St Kilda",
"15.10 (100)",
"Victoria Park",
"30,858",
"6 June 1970"
],
[
"5",
"Melbourne",
"10.14 (74)",
"Geelong",
"13.13 (91)",
"MCG",
"27,665",
"6 June 1970"
],
[
"6",
"Footscray",
"15.14 (104)",
"Carlton",
"14.10 (94)",
"Western Oval",
"22,262",
"6 June 1970"
],
[
"7",
"North Melbourne",
"9.8 (62)",
"Hawthorn",
"11.9 (75)",
"VFL Park",
"14,214",
"6 June 1970"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "How many were in attendance during week 12?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"l 38-14\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"l 38-14\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was the Result l 38-14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"l 38-14\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"w 24-13\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,D2:D18=\"w 24-13\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "On what date was the week less than 3 with a result of w 24-13?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"w 24-13\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
}
] | train_2-16644703-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 8, 2002",
"at Washington Redskins",
"L 31-23",
"85,140"
],
[
"3",
"2",
"September 15, 2002",
"at Seattle Seahawks",
"W 24-13",
"63,104"
],
[
"4",
"3",
"September 22, 2002",
"San Diego Chargers",
"L 23-15",
"28,980"
],
[
"5",
"4",
"September 29, 2002",
"New York Giants",
"W 21-7",
"30,014"
],
[
"6",
"5",
"October 6, 2002",
"at Carolina Panthers",
"W 16-13",
"72,286"
],
[
"7",
"6",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"8",
"7",
"October 20, 2002",
"Dallas Cowboys",
"W 9-6",
"59,702"
],
[
"9",
"8",
"October 27, 2002",
"at San Francisco 49ers",
"L 38-28",
"67,173"
],
[
"10",
"9",
"November 3, 2002",
"St. Louis Rams",
"L 27-14",
"47,819"
],
[
"11",
"10",
"November 10, 2002",
"Seattle Seahawks",
"L 27-6",
"29,252"
],
[
"12",
"11",
"November 17, 2002",
"at Philadelphia Eagles",
"L 38-14",
"64,990"
],
[
"13",
"12",
"November 24, 2002",
"Oakland Raiders",
"L 41-20",
"58,814"
],
[
"14",
"13",
"December 1, 2002",
"at Kansas City Chiefs",
"L 49-0",
"77,809"
],
[
"15",
"14",
"December 8, 2002",
"Detroit Lions",
"W 23-20",
"28,640"
],
[
"16",
"15",
"December 15, 2002",
"at St. Louis Rams",
"L 30-28",
"65,939"
],
[
"17",
"16",
"December 21, 2002",
"San Francisco 49ers",
"L 17-14",
"44,051"
],
[
"18",
"17",
"December 29, 2002",
"at Denver Broncos",
"L 37-7",
"75,164"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Botafogo\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"Botafogo\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score on the 1st leg if the team 2 is botafogo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Botafogo\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Vitória\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"Vitória\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played against team 1 Vitória?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Vitória\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Liverpool\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"Liverpool\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played against team 1 Liverpool? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Liverpool\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Deportivo Anzoátegui\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"Deportivo Anzoátegui\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the game's points against Team 2 Deportivo Anzoátegui?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Deportivo Anzoátegui\"",
"2"
]
}
] | train_1-17282875-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team #1",
"Points",
"Team #2",
"1st leg",
"2nd leg"
],
[
"2",
"Atlético Mineiro",
"2–2 (5–6 p )",
"Goiás",
"1–1",
"1–1"
],
[
"3",
"La Equidad",
"1–4",
"Unión Española",
"2–2",
"0–1"
],
[
"4",
"Vitória",
"3–3 (5–3 p )",
"Coritiba",
"2–0",
"0–2"
],
[
"5",
"Universidad de Chile",
"6–0",
"Deportivo Cali",
"2–1",
"1–0"
],
[
"6",
"Fluminense",
"( a ) 2–2",
"Flamengo",
"0–0",
"1–1"
],
[
"7",
"Liverpool",
"1–4",
"Cienciano",
"0–0",
"0–2"
],
[
"8",
"River Plate",
"0–6",
"Lanús",
"1–2",
"0–1"
],
[
"9",
"Zamora",
"0–6",
"Emelec",
"0–1",
"1–2"
],
[
"10",
"Atlético Paranaense",
"1–4",
"Botafogo",
"0–0",
"2–3"
],
[
"11",
"LDU Quito",
"4–1",
"Libertad",
"1–0",
"1–1"
],
[
"12",
"Tigre",
"3–3 ( a )",
"San Lorenzo",
"2–1",
"0–1"
],
[
"13",
"Alianza Atlético",
"4–1",
"Deportivo Anzoátegui",
"0–0",
"2–1"
],
[
"14",
"Blooming",
"0–6",
"River Plate",
"0–3",
"1–2"
],
[
"15",
"Boca Juniors",
"1–4",
"Vélez Sársfield",
"1–1",
"0–1"
]
] |
[
{
"Formula": "(B2-C2)/C2",
"Formula2": "(B2-C2)/C2",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in ACI on premise between December 31 and September 30, 2019?",
"Tokens": [
"B2",
"-",
"C2",
"/",
"C2"
]
}
] | d28839bf-4989-4ad4-acb4-c76e6eb815a9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"",
"December 31, 2019",
"September 30, 2019",
"June 30, 2019",
"March 31, 2019",
"December 31, 2018"
],
[
"2",
"ACI On Premise",
"$1,977",
"$1,925",
"$1,880",
"$1,861",
"$1,875"
],
[
"3",
"ACI On Demand",
"3,855",
"3,756",
"3,813",
"2,290",
"2,299"
],
[
"4",
"Total",
"$5,832",
"$5,681",
"$5,693",
"$4,151",
"$4,174"
],
[
"5",
"",
"December 31, 2019",
"September 30, 2019",
"June 30, 2019",
"March 31, 2019",
"December 31, 2018"
],
[
"6",
"Committed",
"$2,168",
"$2,003",
"$2,105",
"$1,734",
"$1,832"
],
[
"7",
"Renewal",
"3,664",
"3,678",
"3,588",
"2,417",
"2,342"
],
[
"8",
"Total",
"$5,832",
"$5,681",
"$5,693",
"$4,151",
"$4,174"
]
] |
[
{
"Formula": "(B3 + C3) / 2",
"Formula2": "(B3 + C3) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What was the Licensing of intellectual property including royalty-based fees average?",
"Tokens": [
"B3",
"+",
"C3",
"/",
"2"
]
},
{
"Formula": "B4 - C4",
"Formula2": "B4 - C4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the increase / (decrease) in the Custom development income from 2018 to 2019?",
"Tokens": [
"B4",
"-",
"C4"
]
},
{
"Formula": "B5 - C5",
"Formula2": "B5 - C5",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the increase / (decrease) in the Sales/other transfers of intellectual property from 2018 to 2019?",
"Tokens": [
"B5",
"-",
"C5"
]
}
] | 4fae6b70-bc7b-46e9-898b-6f51c95c4a3b | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"($ in millions)",
"",
"",
"Percent"
],
[
"2",
"For the year ended December 31:",
"2019",
"2018",
"Yr.-to-Yr. Percent Change"
],
[
"3",
"Licensing of intellectual property including royalty-based fees",
"$367",
"$723",
"(43.2)%"
],
[
"4",
"Custom development income",
"246",
"275",
"(10.5)"
],
[
"5",
"Sales/other transfers of intellectual property",
"34",
"28",
"22.6"
],
[
"6",
"Total",
"$648",
"$1,026",
"(36.9)%"
]
] |
[
{
"Formula": "B19-C19",
"Formula2": "B19-C19",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the change in Net deferred tax liabilities from December 31, 2018 to 2019?",
"Tokens": [
"B19",
"-",
"C19"
]
},
{
"Formula": "(B19+C19) / B7",
"Formula2": "(B19+C19) / B7",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the average Net deferred tax liabilities for December 31, 2018 to 2019?",
"Tokens": [
"B19",
"+",
"C19",
"/",
"B7"
]
}
] | d278c08b-1f55-4f4e-a7ac-29fb5583db5b | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"December 31,",
""
],
[
"2",
"",
"2019",
"2018"
],
[
"3",
"Deferred tax liabilities: ",
"",
""
],
[
"4",
"Vessels and other property (1)",
"$128,026",
"$128,226"
],
[
"5",
"Prepaid expenditures",
"5,621",
"7,108"
],
[
"6",
"Operating lease right-of-use assets",
"72,298",
"—"
],
[
"7",
"Other-net",
"2",
"4"
],
[
"8",
"Total deferred tax liabilities",
"205,947",
"135,338"
],
[
"9",
"Deferred tax assets:",
"",
""
],
[
"10",
"Loss carryforwards",
"68,917",
"66,737"
],
[
"11",
"Operating lease liability",
"71,779",
"—"
],
[
"12",
"Finance lease liability",
"6,333",
"—"
],
[
"13",
"Employee compensation and benefit plans",
"3,869",
"4,287"
],
[
"14",
"Financing and professional fees",
"2,003",
"1,859"
],
[
"15",
"Accrued expenses and other",
"1,165",
"51"
],
[
"16",
"Total deferred tax assets",
"154,066",
"72,934"
],
[
"17",
"Valuation allowance",
"20,952",
"10,961"
],
[
"18",
"Net deferred tax assets",
"133,114",
"61,973"
],
[
"19",
"Net deferred tax liabilities",
"$72,833",
"$73,365"
]
] |
[
{
"Formula": "C4-D4",
"Formula2": "C4-D4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in the average price per share between 2017 and 2018?",
"Tokens": [
"C4",
"-",
"D4"
]
}
] | 1d810b1f-8b1e-4495-a2c1-4896dfec7e67 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"Year Ended",
""
],
[
"2",
"",
"April 26, 2019",
"April 27, 2018",
"April 28, 2017"
],
[
"3",
"Number of shares repurchased",
"29",
"15",
"22"
],
[
"4",
"Average price per share",
"72.87",
"51.57",
"32.72"
],
[
"5",
"Aggregate purchase price",
"2111",
"794",
"705"
],
[
"6",
"Remaining authorization at end of period",
"1889",
"4000",
"794"
]
] |
[
{
"Formula": "C4-B4",
"Formula2": "C4-B4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in interest carry-forwards in FY2019 from FY2018?",
"Tokens": [
"C4",
"-",
"B4"
]
},
{
"Formula": "(C4-B4)/B4",
"Formula2": "(C4-B4)/B4",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in interest carry-forwards in FY2019 from FY2018?",
"Tokens": [
"C4",
"-",
"B4",
"/",
"B4"
]
}
] | 0f69ef4a-6d23-4e5e-9781-dbd44d5b99a0 | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"€ million",
"30/9/2018",
"30/9/2019"
],
[
"2",
"Corporate tax losses",
"4,320",
"4,883"
],
[
"3",
"Trade tax losses",
"3,296",
"3,679"
],
[
"4",
"Interest carry-forwards",
"57",
"83"
],
[
"5",
"Temporary differences",
"104",
"120"
]
] |
[
{
"Formula": "B5-C5",
"Formula2": "B5-C5",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in Dilutive impact of share-based compensation arrangements in 2019 from 2018?",
"Tokens": [
"B5",
"-",
"C5"
]
},
{
"Formula": "(B5-C5)/C5",
"Formula2": "(B5-C5)/C5",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in Dilutive impact of share-based compensation arrangements in 2019 from 2018?",
"Tokens": [
"B5",
"-",
"C5",
"/",
"C5"
]
}
] | 1202cacf-37b8-4e92-92b7-8b222e666204 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"Fiscal",
""
],
[
"2",
"",
"2019",
"2018",
"2017"
],
[
"3",
"",
"",
"(in millions)",
""
],
[
"4",
"Basic",
"338",
"350",
"355"
],
[
"5",
"Dilutive impact of share-based compensation arrangements",
"2",
"3",
"3"
],
[
"6",
"Diluted",
"340",
"353",
"358"
]
] |
[
{
"Formula": "B7 / B8 ",
"Formula2": "B7 / B8 ",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage amount of Bitcoin revenue among the total net revenue in 2018?",
"Tokens": [
"B7",
"/",
"B8"
]
}
] | 688b3aed-1f69-4ad7-a5c2-9e1321ed4e89 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"",
"",
"Year Ended December 31,",
"",
"2017 to 2018",
"2016 to 2017"
],
[
"2",
"",
"2018",
"2017",
"2016",
"% Change",
"% Change"
],
[
"3",
"Transaction-based revenue",
"$2,471,451",
"$1,920,174",
"$1,456,160",
"29%",
"32%"
],
[
"4",
"Starbucks transaction-based revenue",
"—",
"—",
"78,903",
"NM",
"(100)%"
],
[
"5",
"Subscription and services-based revenue",
"591,706",
"252,664",
"129,351",
"134%",
"95%"
],
[
"6",
"Hardware revenue",
"68,503",
"41,415",
"44,307",
"65%",
"(7)%"
],
[
"7",
"Bitcoin revenue",
"166,517",
"—",
"—",
"NM",
"NM"
],
[
"8",
"Total net revenue",
"$3,298,177",
"$2,214,253",
"$1,708,721",
"49%",
"30%"
]
] |
[
{
"Formula": "(D4/D5) ",
"Formula2": "(D4/D5) ",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage of total revenue that comes from unbilled deferred revenue as of January 31, 2018?",
"Tokens": [
"D4",
"/",
"D5"
]
},
{
"Formula": "C4-D4 ",
"Formula2": "C4-D4 ",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the difference between the unbilled deferred revenue for ASC 605 from January 31, 2018 to January 31, 2019?",
"Tokens": [
"C4",
"-",
"D4"
]
},
{
"Formula": "(C3+D3)/2 ",
"Formula2": "(C3+D3)/2 ",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average deferred revenue from 2018 to 2019 under ASC 605?",
"Tokens": [
"C3",
"+",
"D3",
"/",
"2"
]
}
] | da8188b7-4efe-45c1-947d-190ffd561d63 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"January 31, 2019",
"",
"January 31, 2018"
],
[
"2",
"(in millions)",
"ASC 606",
"ASC 605",
"ASC 605"
],
[
"3",
"Deferred revenue",
"$2,091.4",
"$2,269.2",
"$1,955.1"
],
[
"4",
"Unbilled deferred revenue",
"591.0",
"491.6",
"326.4"
],
[
"5",
"Total deferred revenue",
"$2,682.4",
"$2,760.8",
"$2,281.5"
]
] |
[
{
"Formula": " E3+E4+E5+E6+E7",
"Formula2": " E3+E4+E5+E6+E7",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell"
],
"Level": "Calculation",
"Question": "What is the total value realized on vesting for stock awards for all named executive officers?",
"Tokens": [
"E3",
"+",
"E4",
"+",
"E5",
"+",
"E6",
"+",
"E7"
]
},
{
"Formula": "(E3+E4+E5+E6+E7)/5",
"Formula2": "(E3+E4+E5+E6+E7)/5",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average total value realized on vesting for all named executive officers?",
"Tokens": [
"E3",
"+",
"E4",
"+",
"E5",
"+",
"E6",
"+",
"E7",
"/",
"5"
]
},
{
"Formula": "D3-D4",
"Formula2": "D3-D4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "How much more shares acquired on vesting did Gregory S. Clark have over Nicholas R. Noviello?",
"Tokens": [
"D3",
"-",
"D4"
]
}
] | 7d9f4d88-98b7-49cb-9844-69fa990c1563 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Option Awards",
"",
"",
"Stock Awards",
""
],
[
"2",
"Name",
"Number of Shares Acquired on Exercise (#)",
"Value Realized on Exercise (1)($)$)",
"Number of Shares Acquired on Vesting(2) (#)",
"Value Realized on Vesting (3)($)$)"
],
[
"3",
"Gregory S. Clark",
"—",
"—",
"342,338",
"7,467,791"
],
[
"4",
"Nicholas R. Noviello",
"332,155",
"4,699,993",
"111,855",
"2,419,818"
],
[
"5",
"Amy L. Cappellanti-Wolf",
"—",
"—",
"92,644",
"1,997,239"
],
[
"6",
"Samir Kapuria",
"—",
"—",
"112,125",
"2,497,640"
],
[
"7",
"Scott C. Taylor",
"—",
"—",
"103,798",
"2,216,595"
]
] |
[
{
"Formula": "B4 - C4",
"Formula2": "B4 - C4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase / (decrease) in the external gross profit from 2017 to 2018?",
"Tokens": [
"B4",
"-",
"C4"
]
},
{
"Formula": "(B6 + C6) / 2",
"Formula2": "(B6 + C6) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Pre-tax income?",
"Tokens": [
"B6",
"+",
"C6",
"/",
"2"
]
},
{
"Formula": "B7 - C7",
"Formula2": "B7 - C7",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase / (decrease) in the Pre-tax margin from 2017 to 2018?",
"Tokens": [
"B7",
"-",
"C7"
]
}
] | daa286b8-6e73-41de-bef5-90b5b4bda615 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"($ in millions)",
"",
"",
""
],
[
"2",
"For the year ended December 31:",
"2018*",
"2017*",
"Yr.-to-Yr. Percent/ Margin Change"
],
[
"3",
"Global Business Services",
"",
"",
""
],
[
"4",
"External gross profit",
"$4,448",
"$4,033",
"10.3%"
],
[
"5",
"External gross profit margin",
"26.8%",
"25.1%",
"1.7pts"
],
[
"6",
"Pre-tax income",
"$1,629",
"$1,303",
"25.0%"
],
[
"7",
"Pre-tax margin",
"9.6%",
"7.9%",
"1.7pts"
]
] |
[
{
"Formula": "(F8-F3)/F3",
"Formula2": "(F8-F3)/F3",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change in the total balance from 2018 to 2019?",
"Tokens": [
"F8",
"-",
"F3",
"/",
"F3"
]
},
{
"Formula": "(B8-B3)/B3",
"Formula2": "(B8-B3)/B3",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "Under the Accumulated Foreign Currency Translation Adjustment, what is the percentage change in the balance from 2018 to 2019?",
"Tokens": [
"B8",
"-",
"B3",
"/",
"B3"
]
},
{
"Formula": "(E8-E3)/E3",
"Formula2": "(E8-E3)/E3",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "Under the Accumulated Unrealized Components of Defined Benefit Plans, what is the percentage change in the balance from 2018 to 2019?",
"Tokens": [
"E8",
"-",
"E3",
"/",
"E3"
]
}
] | ea1f0fff-a213-4475-8b1c-221157649595 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"",
"Accumulated Foreign Currency Translation Adjustment",
"Accumulated Unrealised Gains or Losses on Cash Flow Hedges",
"Accumulated Unrealized Holding Gain or Loss on Available-For- Sale Investments",
"Accumulated Unrealized Components of Defined Benefit Plans",
"Total"
],
[
"2",
"",
"",
"",
"(inthousands)",
"",
""
],
[
"3",
"Balance as of June 24, 2018",
"-32722",
"-4042",
"-1190",
"-19495",
"-57449"
],
[
"4",
"Other comprehensive (loss) income before reclassifications",
"(9,470)",
"2,860",
"3,535",
"(1,153)",
"(4,228)"
],
[
"5",
"Losses (gains) reclassified from accumulated other comprehensive income (loss) to net income",
"2,822",
"(2,749)",
"(199)",
"—",
"(126)"
],
[
"6",
"Effects of ASU 2018-02 adoption",
"—",
"(399)",
"—",
"(1,828)",
"(2,227)"
],
[
"7",
"Net current-period other comprehensive income (loss)",
"(6,648)",
"(288)",
"3,336",
"(2,981)",
"(6,581)"
],
[
"8",
"Balance as of June 30, 2019",
"-39370",
"-4330",
"2146",
"-22476",
"-64030"
]
] |
[
{
"Formula": "B3-C3",
"Formula2": "B3-C3",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the change in state taxes from 2018 to 2019?",
"Tokens": [
"B3",
"-",
"C3"
]
},
{
"Formula": "(B4-C4)/C4",
"Formula2": "(B4-C4)/C4",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change in Book expenses not deductible for tax purposes from 2018 to 2019?",
"Tokens": [
"B4",
"-",
"C4",
"/",
"C4"
]
},
{
"Formula": "(B2-C2)/C2",
"Formula2": "(B2-C2)/C2",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change in the Tax benefit computed at the statutory rate from 2018 to 2019?",
"Tokens": [
"B2",
"-",
"C2",
"/",
"C2"
]
}
] | 65817818-3bca-44f7-b7a9-01cfce820782 | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"2019",
"2018"
],
[
"2",
"Tax benefit computed at the statutory rate",
"$(427,244)",
"$(631,497)"
],
[
"3",
"State taxes",
"6,525",
"6,874"
],
[
"4",
"Book expenses not deductible for tax purposes",
"2,980",
"2,882"
],
[
"5",
"Rate Change",
"45,656",
"–"
],
[
"6",
"Other",
"2,517",
"(27,286)"
],
[
"7",
"",
"(369,566)",
"(649,027)"
],
[
"8",
"Change in valuation allowance for deferred tax assets",
"269,203",
"658,650"
],
[
"9",
"Income tax (benefit) expense",
"$(100,363)",
"$9,623"
]
] |
[
{
"Formula": "((B9-B4)/B4+(B14-B9)/B9)/2",
"Formula2": "((B9-B4)/B4+(B14-B9)/B9)/2",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell",
"+",
"Cell",
"-",
"Cell",
"/",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average annual growth rate of Carrying value for Food Care for years 2017-2019?",
"Tokens": [
"B9",
"-",
"B4",
"/",
"B4",
"+",
"B14",
"-",
"B9",
"/",
"B9",
"/",
"2"
]
},
{
"Formula": "D13/D12",
"Formula2": "D13/D12",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is Total Accumulated impairment expressed as a percentage of Gross Carrying Value for 2019?",
"Tokens": [
"D13",
"/",
"D12"
]
},
{
"Formula": "(D14+D9+D4)/3",
"Formula2": "(D14+D9+D4)/3",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the Average total Carrying Value for years 2017-2019?",
"Tokens": [
"D14",
"+",
"D9",
"+",
"D4",
"/",
"3"
]
}
] | 2ac1023d-ab49-45a6-bb8c-0fd11a2cbce3 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"(In millions)",
"Food Care",
"Product Care",
"Total"
],
[
"2",
"Gross Carrying Value at December 31, 2017",
"$ 576.5",
"$ 1,554.1",
"$ 2,130.6"
],
[
"3",
"Accumulated impairment",
"(49.6 )",
"(141.2)",
"(190.8)"
],
[
"4",
"Carrying Value at December 31, 2017",
"$ 526.9",
"$ 1,412.9",
"$ 1,939.8"
],
[
"5",
"Acquisition, purchase price and other adjustments",
"(0.6 )",
"18.2",
"17.6"
],
[
"6",
"Currency translation",
"(6.6 )",
"(3.2)",
"(9.8)"
],
[
"7",
"Gross Carrying Value at December 31, 2018",
"$ 568.9",
"$ 1,568.9",
"$ 2,137.8"
],
[
"8",
"Accumulated impairment",
"(49.2 )",
"(141.0)",
"(190.2)"
],
[
"9",
"Carrying Value at December 31, 2018",
"$ 519.7",
"$ 1,427.9",
"$ 1,947.6"
],
[
"10",
"Acquisition, purchase price and other adjustments",
"6.3",
"257.0",
"263.3"
],
[
"11",
"Currency translation",
"2.0",
"4.1",
"6.1"
],
[
"12",
"Gross Carrying Value at December 31, 2019",
"$ 577.2",
"$ 1,830.0",
"$ 2,407.2"
],
[
"13",
"Accumulated impairment",
"(49.3 )",
"(141.0)",
"(190.3)"
],
[
"14",
"Carrying Value at December 31, 2019",
"$ 527.9",
"$ 1,689.0",
"$ 2,216.9"
]
] |
[
{
"Formula": "(B5 + C5) / 2",
"Formula2": "(B5 + C5) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What was the average orders in the Americas region in 2019 and 2018?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2"
]
},
{
"Formula": "B7 - C7",
"Formula2": "B7 - C7",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase / (decrease) in the orders for Asia and Australia from 2018 to 2019?",
"Tokens": [
"B7",
"-",
"C7"
]
},
{
"Formula": "B9 / C9 - 1",
"Formula2": "B9 / C9 - 1",
"Funcs": [
"Cell",
"/",
"Cell",
"-",
"Num"
],
"Level": "Calculation",
"Question": "What is the percentage increase in the orders for Siemens from 2019 to 2018?",
"Tokens": [
"B9",
"/",
"C9",
"-",
"1"
]
}
] | 0463ccd0-01b5-42fa-a1ab-0a34dc6be4ca | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"",
"Fiscal year",
"",
"% Change"
],
[
"2",
"(in millions of €)",
"2019",
"2018",
"Actual",
"Comp."
],
[
"3",
"Europe, C. I. S., Africa, Middle East",
"44,360",
"42,782",
"4%",
"4%"
],
[
"4",
"therein: Germany",
"12,282",
"11,729",
"5%",
"4 %"
],
[
"5",
"Americas",
"23,796",
"22,115",
"8%",
"3%"
],
[
"6",
"therein: U. S.",
"17,993",
"16,012",
"12%",
"6%"
],
[
"7",
"Asia, Australia",
"18,693",
"18,147",
"3%",
"2%"
],
[
"8",
"therein: China",
"8,405",
"8,102",
"4%",
"3%"
],
[
"9",
"Siemens",
"86,849",
"83,044",
"5 %",
"3 %"
],
[
"10",
"therein: emerging markets1",
"27,607",
"28,272",
"(2) %",
"(2) %"
]
] |
[
{
"Formula": "(B6-B2)/B2 ",
"Formula2": "(B6-B2)/B2 ",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change of the number of Restricted Stock Awards shares outstanding from August 30, 2018, to August 29, 2019?",
"Tokens": [
"B6",
"-",
"B2",
"/",
"B2"
]
}
] | 38eb9da5-5c73-4366-af5f-9bd01019938a | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"Number of Shares",
"Weighted-Average Grant Date Fair Value Per Share"
],
[
"2",
"Outstanding as of August 30, 2018",
"15",
"$25.18"
],
[
"3",
"Granted",
"9",
"41.11"
],
[
"4",
"Restrictions lapsed",
"(6)",
"24.22"
],
[
"5",
"Canceled",
"(2)",
"24.79"
],
[
"6",
"Outstanding as of August 29, 2019",
"16",
"34.72"
]
] |
[
{
"Formula": "(C4+C5)/2",
"Formula2": "(C4+C5)/2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average of average price paid per share between November and December?",
"Tokens": [
"C4",
"+",
"C5",
"/",
"2"
]
},
{
"Formula": "B5-B4",
"Formula2": "B5-B4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in the total number of shares purchased between November and December?",
"Tokens": [
"B5",
"-",
"B4"
]
},
{
"Formula": "(E6-E4)/E4",
"Formula2": "(E6-E4)/E4",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in the Approximate Dollar Value of Shares that May Yet be Purchased Under the Plans or Programs between November and December?",
"Tokens": [
"E6",
"-",
"E4",
"/",
"E4"
]
}
] | ebfc1898-3d94-45a7-a5e7-7e45e54c2f90 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Period",
"Total Number of Shares Purchased (1)",
"Average Price Paid per Share (2)",
"Total Number of Shares Purchased as Part of Publicly Announced Plans or Programs",
"Approximate Dollar Value of Shares that May Yet be Purchased Under the Plans or Programs (3)"
],
[
"2",
"",
"",
"",
"",
"(in millions)"
],
[
"3",
"October 1, 2019 - October 31, 2019",
"—",
"$",
"—",
"$"
],
[
"4",
"November 1, 2019 - November 30, 2019",
"42,800",
"$209.74",
"42,800",
"$103.1"
],
[
"5",
"December 1, 2019 - December 31, 2019",
"50,854",
"$209.59",
"50,854",
"$92.4"
],
[
"6",
"Total Fourth Quarter",
"93,654",
"$209.66",
"93,654",
"$92.4"
]
] |
[
{
"Formula": "(C9-D9)/D9",
"Formula2": "(C9-D9)/D9",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in basic earnings per common share between 2017 and 2018?",
"Tokens": [
"C9",
"-",
"D9",
"/",
"D9"
]
}
] | 3578577b-1c85-415a-b6d3-5449c5ba18a9 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"For the Years Ended December 31,",
""
],
[
"2",
"",
"2019",
"2018",
"2017"
],
[
"3",
"Numerator:",
"",
"",
""
],
[
"4",
"Consolidated net income",
"$1,503",
"$1,848",
"$273"
],
[
"5",
"Denominator:",
"",
"",
""
],
[
"6",
"Denominator for basic earnings per common share—weighted-average common shares outstanding",
"767",
"762",
"754"
],
[
"7",
"Effect of dilutive stock options and awards under the treasury stock method",
"4",
"9",
"12"
],
[
"8",
"Denominator for diluted earnings per common share—weighted-average common shares outstanding plus dilutive common shares under the treasury stock method",
"771",
"771",
"766"
],
[
"9",
"Basic earnings per common share",
"$1.96",
"$2.43",
"$0.36"
],
[
"10",
"Diluted earnings per common share",
"$1.95",
"$2.40",
"$0.36"
]
] |
[
{
"Formula": "(B10-C10)/C10",
"Formula2": "(B10-C10)/C10",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in total long-term debt between 2018 and 2019?",
"Tokens": [
"B10",
"-",
"C10",
"/",
"C10"
]
}
] | 1f6dd6b6-9a7a-43b0-95a2-57940c36af47 | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"December 31,",
""
],
[
"2",
"",
"2019",
"2018"
],
[
"3",
"Term loans",
"$756,060",
"$284,959"
],
[
"4",
"Revolving credit facility",
"239,000",
"—"
],
[
"5",
"5.750% Senior Notes, due August 2026",
"400,000",
"400,000"
],
[
"6",
"Debt issuance costs",
"(21,905 )",
"(13,203 )"
],
[
"7",
"Total debt",
"1,373,155",
"671,756"
],
[
"8",
"Less current portion of term credit facility",
"38,950",
"23,747"
],
[
"9",
"Less current portion of debt issuance costs",
"(4,802 )",
"(2,980 )"
],
[
"10",
"Total long-term debt",
"$1,339,007",
"$650,989"
]
] |
[
{
"Formula": "C6-D6",
"Formula2": "C6-D6",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in Common stock subject to repurchase between 2018 and 2017?",
"Tokens": [
"C6",
"-",
"D6"
]
},
{
"Formula": "(B6-C6)/C6",
"Formula2": "(B6-C6)/C6",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in Common stock subject to repurchase between 2018 and 2019?",
"Tokens": [
"B6",
"-",
"C6",
"/",
"C6"
]
}
] | 442a8e31-6a53-437a-b49a-7580ebea4a22 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"Year Ended December 31,",
""
],
[
"2",
"",
"2019",
"2018",
"2017"
],
[
"3",
"Stock options",
"223,259",
"229,294",
"258,917"
],
[
"4",
"Restricted stock awards",
"—",
"—",
"129"
],
[
"5",
"Restricted stock units",
"136,600",
"148,175",
"188,050"
],
[
"6",
"Common stock subject to repurchase",
"250",
"957",
"13,281"
]
] |
[
{
"Formula": "B4/B6",
"Formula2": "B4/B6",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the Total Operating lease obligations expressed as a percentage of Total obligations?",
"Tokens": [
"B4",
"/",
"B6"
]
},
{
"Formula": "F6/(B6-F6)",
"Formula2": "F6/(B6-F6)",
"Funcs": [
"Cell",
"/",
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the total obligations of July 1, 2024 and beyond expressed as a percentage of total obligations for July 1, 2019-June 30, 2024?",
"Tokens": [
"F6",
"/",
"B6",
"-",
"F6"
]
}
] | 986b00a5-66f1-4de0-945c-1a774ca11d34 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"",
"",
"",
"Payments due between",
"",
""
],
[
"2",
"",
"Total",
"July 1, 2019— June 30, 2020",
"July 1, 2020— June 30, 2022",
"July 1, 2022— June 30, 2024",
"July 1, 2024 and beyond"
],
[
"3",
"Long-term debt obligations (1)",
"$3,408,565",
"$147,059",
"$292,156",
"$1,045,567",
"$1,923,783"
],
[
"4",
"Operating lease obligations (2)",
"318,851",
"72,853",
"106,394",
"59,441",
"80,163"
],
[
"5",
"Purchase obligations",
"11,280",
"8,364",
"2,747",
"169",
"—"
],
[
"6",
"",
"$3,738,696",
"$228,276",
"$401,297",
"$1,105,177",
"$2,003,946"
]
] |
[
{
"Formula": "(C9-D9)/D9",
"Formula2": "(C9-D9)/D9",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in Property and equipment, net between 2018 and 2019?",
"Tokens": [
"C9",
"-",
"D9",
"/",
"D9"
]
}
] | 2266f020-d5ef-4343-86d3-64f3fe883976 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"Estimated Useful Lives (years) (1)",
"December 31, 2019",
"December 31, 2018"
],
[
"2",
"Towers",
"Up to 20",
"$13,930.7",
"$12,777.9"
],
[
"3",
"Equipment (2)",
"2 - 20",
"1,897.3",
"1,667.3"
],
[
"4",
"Buildings and improvements",
"3 - 32",
"638.9",
"628.5"
],
[
"5",
"Land and improvements (3)",
"Up to 20",
"2,486.1",
"2,285.4"
],
[
"6",
"Construction-in-progress",
"",
"372.6",
"358.1"
],
[
"7",
"Total",
"",
"19,325.6",
"17,717.2"
],
[
"8",
"Less accumulated depreciation",
"",
"(7,241.2)",
"(6,470.1)"
],
[
"9",
"Property and equipment, net",
"",
"$12,084.4",
"$11,247.1"
]
] |
[
{
"Formula": "D7/D8",
"Formula2": "D7/D8",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage constitution of the revenues from Asia Pacific among the total revenues in fiscal year ended 2017?",
"Tokens": [
"D7",
"/",
"D8"
]
},
{
"Formula": "B7-C7",
"Formula2": "B7-C7",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the difference in the revenues from Asia Pacific between fiscal years ended 2018 and 2019?",
"Tokens": [
"B7",
"-",
"C7"
]
}
] | 640b6931-f6a2-4e77-9829-24701b5fd7cd | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"Fiscal Year Ended June 30,",
""
],
[
"2",
"",
"2019",
"2018",
"2017"
],
[
"3",
"",
"",
"(U.S. $ in thousands)",
""
],
[
"4",
"",
"",
"*As Adjusted",
"*As Adjusted"
],
[
"5",
"Americas",
"$603,959",
"$439,363",
"$317,432"
],
[
"6",
"EMEA",
"474,712",
"347,509",
"193,790"
],
[
"7",
"Asia Pacific",
"131,456",
"94,106",
"115,462"
],
[
"8",
"",
"$1,210,127",
"$880,978",
"$626,684"
]
] |
[
{
"Formula": "B3-D3",
"Formula2": "B3-D3",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase/ (decrease) in Long-term debt from December 31, 2018 to December 31, 2019?",
"Tokens": [
"B3",
"-",
"D3"
]
},
{
"Formula": "B4-D4",
"Formula2": "B4-D4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase/ (decrease) in Net debt derivative assets valued without any adjustment for credit risk from December 31, 2018 to December 31, 2019?",
"Tokens": [
"B4",
"-",
"D4"
]
},
{
"Formula": "B7-D7",
"Formula2": "B7-D7",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase/ (decrease) in Cash and cash equivalents from December 31, 2018 to December 31, 2019?",
"Tokens": [
"B7",
"-",
"D7"
]
}
] | 238470c9-1df0-48b4-bb8c-52fa57b0488d | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"As at December 31",
"As at January 1",
"As at December 31"
],
[
"2",
"(In millions of dollars, except ratios)",
"2019",
"2019",
"2018"
],
[
"3",
"Long-term debt 1",
"16,130",
"14,404",
"14,404"
],
[
"4",
"Net debt derivative assets valued without any adjustment for credit risk 2",
"(1,414)",
"(1,448)",
"(1,448)"
],
[
"5",
"Short-term borrowings",
"2,238",
"2,255",
"2,255"
],
[
"6",
"Lease liabilities 3",
"1,725",
"1,545",
"–"
],
[
"7",
"Cash and cash equivalents",
"(494)",
"(405)",
"(405)"
],
[
"8",
"Adjusted net debt 4",
"18,185",
"16,351",
"14,806"
],
[
"9",
"Divided by: trailing 12-month adjusted EBITDA 4",
"6,212",
"6,157",
"5,983"
],
[
"10",
"Debt leverage ratio 4",
"2.9",
"2.7",
"2.5"
]
] |
[
{
"Formula": "B5-C5",
"Formula2": "B5-C5",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the change in Interest cost on benefit obligation for pension benefits from December 31, 2018 and 2019?",
"Tokens": [
"B5",
"-",
"C5"
]
},
{
"Formula": "(B5+C5) / 2",
"Formula2": "(B5+C5) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Interest cost on benefit obligation for pension benefits for December 31, 2018 and 2019?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2"
]
}
] | bf3913ba-48b6-4352-8e61-9d97d12aefaf | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"2019",
"2018",
"2019",
"2018"
],
[
"2",
"At December 31,",
"",
"",
"Change in benefit obligation:",
"Change in benefit obligation:"
],
[
"3",
"Benefit obligation at beginning of year",
"$44,015",
"$48,500",
"$3,401",
"$4,548"
],
[
"4",
"Cost of benefits earned (service cost)",
"—",
"—",
"105",
"119"
],
[
"5",
"Interest cost on benefit obligation",
"1,802",
"1,673",
"140",
"142"
],
[
"6",
"Actuarial losses/(gains)",
"3,805",
"(3,456)",
"84",
"(1,206)"
],
[
"7",
"Benefits paid",
"(2,686)",
"(2,702)",
"(158)",
"(202)"
],
[
"8",
"Benefit obligation at year end",
"46,936",
"44,015",
"3,572",
"3,401"
],
[
"9",
"Change in plan assets:",
"",
"",
"",
""
],
[
"10",
"Fair value of plan assets at beginning of year",
"31,929",
"35,591",
"—",
"—"
],
[
"11",
"Actual return on plan assets",
"6,790",
"(1,882)",
"—",
"—"
],
[
"12",
"Employer contributions",
"721",
"922",
"158",
"202"
],
[
"13",
"Benefits paid",
"(2,686)",
"(2,702)",
"(158)",
"(202)"
],
[
"14",
"Fair value of plan assets at year end",
"36,754",
"31,929",
"—",
"—"
],
[
"15",
"Unfunded status at December 31",
"$(10,182)",
"$(12,086)",
"$(3,572)",
"$(3,401)"
]
] |
[
{
"Formula": "(C4 + C7 + C8 + C15 + C16 + C18 + C20)/7 ",
"Formula2": "(C4 + C7 + C8 + C15 + C16 + C18 + C20)/7 ",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average % increase in remuneration in the financial year for the Director, Chief Executive Officer, Chief Financial Officer and Company Secretary?",
"Tokens": [
"C4",
"+",
"C7",
"+",
"C8",
"+",
"C15",
"+",
"C16",
"+",
"C18",
"+",
"C20",
"/",
"7"
]
},
{
"Formula": "B15 - B16 ",
"Formula2": "B15 - B16 ",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the difference in ratio to median remuneration between the two Executive Directors?",
"Tokens": [
"B15",
"-",
"B16"
]
}
] | 6ff8f202-92bf-4828-9de8-62c4d0aad2ff | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"Name",
"Ratio to median remuneration",
"% increase in remuneration in the financial year"
],
[
"2",
"Non-executive directors",
"",
""
],
[
"3",
"N Chandrasekaran@",
"-",
"-"
],
[
"4",
"Aman Mehta",
"51.55",
"5.00"
],
[
"5",
"V Thyagarajan*",
"^",
"^"
],
[
"6",
"Prof Clayton M Christensen**",
"^",
"^"
],
[
"7",
"Dr Ron Sommer",
"36.00",
"4.76"
],
[
"8",
"O P Bhatt",
"35.18",
"7.50"
],
[
"9",
"Aarthi Subramanian@@",
"-",
"-"
],
[
"10",
"Dr Pradeep Kumar Khosla",
"24.55",
"^^"
],
[
"11",
"Hanne Sorensen***",
"^",
"^"
],
[
"12",
"Keki Mistry***",
"^",
"^"
],
[
"13",
"Don Callahan****",
"^",
"^"
],
[
"14",
"Executive directors",
"",
""
],
[
"15",
"Rajesh Gopinathan",
"262.30",
"28.31"
],
[
"16",
"N Ganapathy Subramaniam",
"190.01",
"24.88"
],
[
"17",
"Chief Financial Officer",
"",
""
],
[
"18",
"Ramakrishnan V",
"-",
"22.58"
],
[
"19",
"Company Secretary",
"",
""
],
[
"20",
"Rajendra Moholkar",
"-",
"18.23"
]
] |
[
{
"Formula": "(B3+C3)/2",
"Formula2": "(B3+C3)/2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average processing revenue for 2018 and 2019?",
"Tokens": [
"B3",
"+",
"C3",
"/",
"2"
]
},
{
"Formula": "(B4+C4)/2",
"Formula2": "(B4+C4)/2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average outsourcing & cloud revenue for 2018 and 2019?",
"Tokens": [
"B4",
"+",
"C4",
"/",
"2"
]
},
{
"Formula": "((B3+C3)/2) - ((B4+C4)/2)",
"Formula2": "((B3+C3)/2) - ((B4+C4)/2)",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num",
"-",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the difference between the average processing revenue and the average outsourcing & cloud revenue for 2018-2019?",
"Tokens": [
"B3",
"+",
"C3",
"/",
"2",
"-",
"B4",
"+",
"C4",
"/",
"2"
]
}
] | 32d96f71-57f5-4ff8-97a9-22678afc98e1 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"Year Ended June 30,",
"",
""
],
[
"2",
"",
"2019",
"2018",
"2017"
],
[
"3",
"Processing",
"$594,202",
"$550,058",
"$506,555"
],
[
"4",
"Outsourcing & Cloud",
"405,359",
"361,922",
"327,738"
],
[
"5",
"Product Delivery & Services",
"231,982",
"251,743",
"256,794"
],
[
"6",
"In-House Support",
"321,148",
"307,074",
"297,203"
],
[
"7",
"Services & Support",
"958,489",
"920,739",
"$881,735"
],
[
"8",
"Total Revenue",
"$1,552,691",
"$1,470,797",
"$1,388,290"
]
] |
[
{
"Formula": "C26/B26",
"Formula2": "C26/B26",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage difference of total liabilities when comparing after adjustment to before adjustment?",
"Tokens": [
"C26",
"/",
"B26"
]
},
{
"Formula": "D16-D26",
"Formula2": "D16-D26",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the total equity of the acquisation as of December 31, 2019?",
"Tokens": [
"D16",
"-",
"D26"
]
},
{
"Formula": "D26/D16",
"Formula2": "D26/D16",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the liability to asset ratio as of December 31, 2019?",
"Tokens": [
"D26",
"/",
"D16"
]
}
] | 0a75d1da-9beb-4a61-b2f4-06cff98b755e | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"Revised Preliminary",
"Measurement",
"Revised Preliminary"
],
[
"2",
"",
"Allocation",
"Period",
"Allocation"
],
[
"3",
"(In millions)",
"As of August 1, 2019",
"Adjustments",
"As of December 31, 2019"
],
[
"4",
"Total consideration transferred",
"445.7",
"$ —",
"445.7"
],
[
"5",
"Assets:",
"",
"",
""
],
[
"6",
"Cash and cash equivalents(1)",
"16.0",
"(0.2)",
"15.8"
],
[
"7",
"Trade receivables, net",
"37.3",
"—",
"37.3"
],
[
"8",
"Other receivables(1)",
"0.3",
"—",
"0.3"
],
[
"9",
"Inventories, net",
"40.7",
"(0.7)",
"40.0"
],
[
"10",
"Prepaid expenses and other current assets",
"2.3",
"—",
"2.3"
],
[
"11",
"Property and equipment, net",
"79.3",
"9.3",
"88.6"
],
[
"12",
"Identifiable intangible assets, net",
"78.7",
"(1.4)",
"77.3"
],
[
"13",
"Goodwill",
"261.3",
"(7.4)",
"253.9"
],
[
"14",
"Operating lease right-of-use-assets",
"—",
"4.3",
"4.3"
],
[
"15",
"Other non-current assets",
"24.7",
"1.3",
"26.0"
],
[
"16",
"Total assets",
"540.6",
"5.2",
"545.8"
],
[
"17",
"Liabilities:",
"",
"",
""
],
[
"18",
"Accounts Payable",
"12.0",
"—",
"12.0"
],
[
"19",
"Current portion of long-term debt",
"2.6",
"—",
"2.6"
],
[
"20",
"Current portion of operating lease liabilities",
"—",
"1.5",
"1.5"
],
[
"21",
"Other current liabilities(2)",
"56.2",
"(1.1)",
"55.1"
],
[
"22",
"Long-term debt, less current portion",
"4.3",
"—",
"4.3"
],
[
"23",
"Long-term operating lease liabilities, less current portion",
"—",
"2.8",
"2.8"
],
[
"24",
"Deferred taxes",
"—",
"0.4",
"0.4"
],
[
"25",
"Other non-current liabilities(2)",
"19.8",
"1.6",
"21.4"
],
[
"26",
"Total liabilities",
"94.9",
"5.2",
"100.1"
]
] |
[
{
"Formula": "(B4-C4)/C4",
"Formula2": "(B4-C4)/C4",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in pro forma net income between 2018 and 2019?",
"Tokens": [
"B4",
"-",
"C4",
"/",
"C4"
]
}
] | 1aa6b017-92dc-4f65-829a-b4d5fae3f625 | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"Years Ended December 31,",
""
],
[
"2",
"",
"2019",
"2018"
],
[
"3",
"Pro forma revenue",
"$1,382,957",
"$1,361,729"
],
[
"4",
"Pro forma net income",
"$82,003",
"$88,428"
],
[
"5",
"Pro forma income per share:",
"",
""
],
[
"6",
"Basic",
"$ 0.71",
"$ 0.76"
],
[
"7",
"Diluted",
"$ 0.69",
"$ 0.75"
]
] |
[
{
"Formula": "B2 + B3 + B4",
"Formula2": "B2 + B3 + B4",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell"
],
"Level": "Calculation",
"Question": "What is the total shares of common stock owned by the top three shareholders of the company?",
"Tokens": [
"B2",
"+",
"B3",
"+",
"B4"
]
},
{
"Formula": "C5/C14",
"Formula2": "C5/C14",
"Funcs": [
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What percentage of the total restricted stock units vesting within 60 days are owned by Barry Litwin? ",
"Tokens": [
"C5",
"/",
"C14"
]
}
] | f18c9356-beed-4d7f-b31f-3c46bf436587 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name of Beneficial Owner",
"Shares of Common Stock (a)",
"Restricted Stock Units Vesting within 60 days",
"Stock Options currently exercisable or becoming exercisable within 60 days (1)",
"Percent of Common Stock"
],
[
"2",
"Richard Leeds (2)",
"14,526,816",
"-",
"-",
"38%"
],
[
"3",
"Bruce Leeds (3)",
"13,686,090",
"-",
"-",
"36%"
],
[
"4",
"Robert Leeds (4)",
"13,013,992",
"-",
"-",
"34%"
],
[
"5",
"Barry Litwin",
"5,098",
"1,259",
"-",
"*"
],
[
"6",
"Robert D. Rosenthal",
"69,401",
"1,259",
"10,000",
"*"
],
[
"7",
"Chad M. Lindbloom",
"680",
"1,259",
"-",
"*"
],
[
"8",
"Paul S. Pearlman",
"-",
"849",
"-",
"*"
],
[
"9",
"Lawrence Reinhold",
"159,344 (5)",
"849",
"-",
"*"
],
[
"10",
"Thomas Clark",
"18,233",
"-",
"53,737",
"*"
],
[
"11",
"Robert Dooley",
"70,264",
"-",
"45,348",
"*"
],
[
"12",
"Eric Lerner",
"4,147",
"-",
"18,750",
"*"
],
[
"13",
"Manoj Shetty",
"2,922",
"-",
"51,063",
"*"
],
[
"14",
"All of our current directors and executive officers (16 persons)",
"25,181,435",
"5,475",
"196,496",
"67%"
]
] |
[
{
"Formula": "E4 - B4",
"Formula2": "E4 - B4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the increase / (decrease) in the net revenues from March 31, 2019 to December 31 2019?",
"Tokens": [
"E4",
"-",
"B4"
]
},
{
"Formula": "(B5 + C5 + D5 + E5) / 4",
"Formula2": "(B5 + C5 + D5 + E5) / 4",
"Funcs": [
"Cell",
"+",
"Cell",
"+",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Operating income for each quarter in 2019?",
"Tokens": [
"B5",
"+",
"C5",
"+",
"D5",
"+",
"E5",
"/",
"4"
]
},
{
"Formula": "E6 / B6 - 1",
"Formula2": "E6 / B6 - 1",
"Funcs": [
"Cell",
"/",
"Cell",
"-",
"Num"
],
"Level": "Calculation",
"Question": "What was the total percentage increase / (decrease) in the Net income (loss) attributable to common stockholders from March 2019 to December 2019?",
"Tokens": [
"E6",
"/",
"B6",
"-",
"1"
]
}
] | c66e5d6e-947b-4bc4-bfe2-d6015fc23bb7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"",
"Quarter Ended",
"",
""
],
[
"2",
"2019",
"March 31,",
"June 30,",
"September 30,",
"December 31,"
],
[
"3",
"",
"",
"(In thousands, except per share amounts)",
"",
""
],
[
"4",
"Net revenues",
"$338,649",
"$333,532",
"$333,326",
"$331,035"
],
[
"5",
"Operating income",
"$16,720",
"$14,300",
"$23,542",
"$26,719"
],
[
"6",
"Net income (loss) attributable to common stockholders",
"$(7,265)",
"$(7,387)",
"$257",
"$(5,988)"
],
[
"7",
"Basic and diluted earnings (loss) per share",
"$(0.11)",
"$(0.10)",
"$—",
"$(0.08)"
]
] |
[
{
"Formula": "B4 - C4",
"Formula2": "B4 - C4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in the Net operating loss carryforwards from 2018 to 2019?",
"Tokens": [
"B4",
"-",
"C4"
]
},
{
"Formula": "(B5 + C5) / 2",
"Formula2": "(B5 + C5) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Share-based compensation for 2018 and 2019?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2"
]
}
] | c5cb8752-0e46-4b4d-89d7-9bf2843c72a9 | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"",
"As of March 31,",
""
],
[
"2",
"",
"2019",
"2018"
],
[
"3",
"Deferred tax assets:",
"",
""
],
[
"4",
"Net operating loss carryforwards",
"$35,120",
"$24,159"
],
[
"5",
"Share-based compensation",
"5,687",
"2,760"
],
[
"6",
"Deferred revenue",
"1,761",
"2,237"
],
[
"7",
"Fixed assets ",
"4,187",
"3,593"
],
[
"8",
"Lease liability ",
"11,748",
"17,024"
],
[
"9",
"Accrued compensation ",
"1,211",
"742"
],
[
"10",
"Accrued costs ",
"401",
"1,362"
],
[
"11",
"Deferred rent ",
"320",
"473"
],
[
"12",
"Income tax credits ",
"1,833",
"1,151"
],
[
"13",
"Other ",
"1,247",
"109"
],
[
"14",
"Gross deferred tax assets ",
"63,515",
"53,610"
],
[
"15",
"Deferred tax liabilities: ",
"",
""
],
[
"16",
"Prepaid expenses ",
"(219)",
"(315)"
],
[
"17",
"Fixed assets ",
"(13,855)",
"(19,280)"
],
[
"18",
"Unremitted earnings ",
"(320)",
"(115)"
],
[
"19",
"Intangible assets ",
"(4,818)",
"—"
],
[
"20",
"Capitalized commissions ",
"(7,606)",
"—"
],
[
"21",
"Other ",
"(387)",
"—"
],
[
"22",
"Gross deferred tax liabilities ",
"(27,205)",
"(19,710)"
],
[
"23",
"Valuation allowance ",
"(38,318)",
"(34,008)"
],
[
"24",
"Deferred tax (liabilities) assets, net ",
"$(2,008)",
"$(108)"
]
] |
[
{
"Formula": "(C4 + B4)/2 ",
"Formula2": "(C4 + B4)/2 ",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average service revenue in 2018 and 2019?",
"Tokens": [
"C4",
"+",
"B4",
"/",
"2"
]
},
{
"Formula": "(C5 + B5)/2 ",
"Formula2": "(C5 + B5)/2 ",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average on-net revenue in 2018 and 2019?",
"Tokens": [
"C5",
"+",
"B5",
"/",
"2"
]
},
{
"Formula": "(C6 + B6)/2 ",
"Formula2": "(C6 + B6)/2 ",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average off-net revenue in 2018 and 2019?",
"Tokens": [
"C6",
"+",
"B6",
"/",
"2"
]
}
] | 9a8f8448-ba1b-45a8-bdbd-277ed197de04 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"Year Ended December 31",
"Percent Change",
""
],
[
"2",
"",
"2019",
"2018",
"Change"
],
[
"3",
"",
"(in thousands)",
"",
""
],
[
"4",
"Service revenue",
"$546,159",
"$520,193",
"5.0%"
],
[
"5",
"On-net revenues",
"396,753",
"374,555",
"5.9%"
],
[
"6",
"Off-net revenues",
"148,931",
"145,004",
"2.7%"
],
[
"7",
"Network operations expenses(1)",
"219,801",
"219,526",
"0.1%"
],
[
"8",
"Selling, general, and administrative expenses(2)",
"146,913",
"133,858",
"9.8%"
],
[
"9",
"Depreciation and amortization expenses",
"80,247",
"81,233",
"(1.2)%"
],
[
"10",
"Gains on equipment transactions",
"1,059",
"982",
"7.8%"
],
[
"11",
"Interest expense",
"57,453",
"51,056",
"12.5%"
],
[
"12",
"Income tax expense",
"15,154",
"12,715",
"19.2%"
]
] |
[
{
"Formula": "(B6- B2)/ B2 ",
"Formula2": "(B6- B2)/ B2 ",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change in the number of outstanding options between December 31, 2016 and 2017?",
"Tokens": [
"B6",
"-",
"B2",
"/",
"B2"
]
}
] | 2309249e-a4e4-453b-a1a4-40ad927c18a1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"Number of Options Outstanding (in thousands)",
"Weighted- Average Exercise Price Per Share",
"Weighted- Average Contractual Term (in Years)",
"Aggregate Intrinsic Value (in thousands)"
],
[
"2",
"Outstanding at December 31, 2016",
"7,384",
"$10.59",
"5.3",
"$74,065"
],
[
"3",
"Granted",
"25",
"23.99",
"",
""
],
[
"4",
"Exercised",
"(1,722)",
"10.39",
"",
""
],
[
"5",
"Canceled/Forfeited",
"(401)",
"16.04",
"",
""
],
[
"6",
"Outstanding at December 31, 2017",
"5,286",
"$10.30",
"4.2",
"$201,480"
],
[
"7",
"Granted",
"-",
"-",
"",
""
],
[
"8",
"Exercised",
"(1,138)",
"8.17",
"",
""
],
[
"9",
"Canceled/Forfeited",
"(17)",
"18.79",
"",
""
],
[
"10",
"Outstanding at December 31, 2018",
"4,131",
"$10.86",
"3.3",
"$295,921"
],
[
"11",
"Granted",
"-",
"-",
"",
""
],
[
"12",
"Exercised",
"(1,742)",
"8.53",
"",
""
],
[
"13",
"Canceled/Forfeited",
"(132)",
"2.73",
"",
""
],
[
"14",
"Outstanding at December 31, 2019",
"2,257",
"$13.13",
"2.5",
"$351,428"
],
[
"15",
"Vested and expected to vest as of December 31, 2019",
"2,259",
"$13.13",
"2.5",
"$351,362"
],
[
"16",
"Excercisable as of December 31, 2019",
"2,243",
"$13.10",
"2.5",
"$349,002"
]
] |
[
{
"Formula": "(B2-B7)/B7",
"Formula2": "(B2-B7)/B7",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change between the cost of sales previously reported in 2017 and 2018?",
"Tokens": [
"B2",
"-",
"B7",
"/",
"B7"
]
},
{
"Formula": "(D2-D7)/D7",
"Formula2": "(D2-D7)/D7",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the percentage change between the cost of sales as recasted in 2017 and 2018?",
"Tokens": [
"D2",
"-",
"D7",
"/",
"D7"
]
},
{
"Formula": "(D4-D9)/D9",
"Formula2": "(D4-D9)/D9",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What is the difference between the operating income as recasted in 2017 and 2018?",
"Tokens": [
"D4",
"-",
"D9",
"/",
"D9"
]
}
] | 621cf04e-de32-4390-9420-6bf26f0a12fc | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"Twelve Months Ended September 29, 2018:",
"As Previously Reported",
"Adjustments",
"As Recast"
],
[
"2",
"Cost of Sales",
"$34,926",
"$30",
"$34,956"
],
[
"3",
"Selling, General and Administrative",
"$2,071",
"$(7)",
"$2,064"
],
[
"4",
"Operating Income",
"$3,055",
"$(23)",
"$3,032"
],
[
"5",
"Other (Income) Expense",
"$310",
"$(23)",
"$287"
],
[
"6",
"Twelve Months Ended September 30, 2017:",
"As Previously Reported",
"Adjustments",
"As Recast"
],
[
"7",
"Cost of Sales",
"$33,177",
"$21",
"$33,198"
],
[
"8",
"Selling, General and Administrative",
"$2,152",
"$(11)",
"$2,141"
],
[
"9",
"Operating Income",
"$2,931",
"$(10)",
"$2,921"
],
[
"10",
"Other (Income) Expense",
"$303",
"$(10)",
"$293"
]
] |
[
{
"Formula": "(B5+C5)/2",
"Formula2": "(B5+C5)/2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average revenue for 2018 and 2019?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2"
]
},
{
"Formula": "(C5+D5)/2",
"Formula2": "(C5+D5)/2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average revenue for 2017 and 2018?",
"Tokens": [
"C5",
"+",
"D5",
"/",
"2"
]
},
{
"Formula": "((B5+C5)/2) - ((C5+D5)/2)",
"Formula2": "((B5+C5)/2) - ((C5+D5)/2)",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num",
"-",
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the change in the average revenue between 2017-2018 and 2018-2019?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2",
"-",
"C5",
"+",
"D5",
"/",
"2"
]
}
] | 88762c21-621b-47bd-8881-ce6c776c2295 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"",
"",
"",
"(In Thousands, Except Per Share Data)",
"",
""
],
[
"2",
"",
"",
"",
"YEAR ENDED JUNE 30,",
"",
""
],
[
"3",
"Income Statement Data",
"2019",
"2018",
"2017",
"2016",
"2015"
],
[
"4",
"",
"",
"",
"",
"*Unadjusted",
"*Unadjusted"
],
[
"5",
"Revenue (1)",
"$1,552,691",
"$1,470,797",
"$1,388,290",
"$1,354,646",
"$1,256,190"
],
[
"6",
"Net Income",
"$271,885",
"$365,034",
"$229,561",
"$248,867",
"$211,221"
],
[
"7",
"Basic earnings per share",
"$3.52",
"$4.73",
"$2.95",
"$3.13",
"$2.60"
],
[
"8",
"Diluted earnings per share",
"$3.52",
"$4.70",
"$2.93",
"$3.12",
"$2.59"
],
[
"9",
"Dividends declared per share",
"$1.54",
"$1.36",
"$1.18",
"$1.06",
"$0.94"
],
[
"10",
"Balance Sheet Data",
"",
"",
"",
"",
""
],
[
"11",
"Total deferred revenue",
"$394,306",
"$369,915",
"$368,151",
"$521,054",
"$531,987"
],
[
"12",
"Total assets",
"$2,184,829",
"$2,033,058",
"$1,868,199",
"$1,815,512",
"$1,836,835"
],
[
"13",
"Long-term debt",
"$—",
"$—",
"$50,000",
"$—",
"$50,102"
],
[
"14",
"Stockholders’ equity",
"$1,429,013",
"$1,322,844",
"$1,099,693",
"$996,210",
"$991,534"
]
] |
[
{
"Formula": "C4 - E4",
"Formula2": "C4 - E4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in the animal feed waste avoided from FY18 to FY19?",
"Tokens": [
"C4",
"-",
"E4"
]
},
{
"Formula": "(C3 + E3) / 2",
"Formula2": "(C3 + E3) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average redistribution for human consumption for FY18 and FY19?",
"Tokens": [
"C3",
"+",
"E3",
"/",
"2"
]
},
{
"Formula": "(C7 + E7) / 2",
"Formula2": "(C7 + E7) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average controlled combustion food waste for FY18 and FY19?",
"Tokens": [
"C7",
"+",
"E7",
"/",
"2"
]
}
] | 28574802-614b-4f11-9946-0ca726ecc008 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Category",
"Destination",
"FY19",
"",
"FY18",
""
],
[
"2",
"",
"",
"Tonnes",
"% of production",
"Tonnes",
"% of production"
],
[
"3",
"",
"Redistribution for human consumption",
"950",
"0.3%",
"791",
"0.2%"
],
[
"4",
"Waste avoided",
"Animal feed",
"4,454",
"1.2%",
"4,895",
"1.3%"
],
[
"5",
"",
"Total",
"5,404",
"1.5%",
"5,686",
"1.5%"
],
[
"6",
"",
"Co/Anaerobic digestion",
"24,978",
"6.6%",
"32,202",
"8.3%"
],
[
"7",
"Food waste",
"Controlled combustion",
"1,650",
"0.4%",
"1,964",
"0.5%"
],
[
"8",
"",
"Sewer",
"8,280",
"2.2%",
"6,746",
"1.7%"
],
[
"9",
"",
"Total",
"34,908",
"9.2%",
"40,912",
"10.5%"
]
] |
[
{
"Formula": "C4-E4",
"Formula2": "C4-E4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the change in the fair value of Company-owned life insurance in 2019 from 2018?",
"Tokens": [
"C4",
"-",
"E4"
]
},
{
"Formula": "(C4-E4)/E4",
"Formula2": "(C4-E4)/E4",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the percentage change in the fair value of Company-owned life insurance in 2019 from 2018?",
"Tokens": [
"C4",
"-",
"E4",
"/",
"E4"
]
}
] | fadb9add-a86e-4f26-aab5-67bfec8c3087 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"June 30, 2019",
"",
"June 30, 2018",
""
],
[
"2",
"($ in millions)",
"Carrying Value",
"Fair Value",
"Carrying Value",
"Fair Value"
],
[
"3",
"Long-term debt",
"$550.6",
"$560.6",
"$545.7",
"$558.3"
],
[
"4",
"Company-owned life insurance",
"$17.9",
"$17.9",
"$16.4",
"$16.4"
],
[
"5",
"",
"",
"",
"",
""
]
] |
[
{
"Formula": "D3 - B3",
"Formula2": "D3 - B3",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the increase / (decrease) in the revenue from 2018 to 2019?",
"Tokens": [
"D3",
"-",
"B3"
]
},
{
"Formula": "(B4 + D4) / 2",
"Formula2": "(B4 + D4) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What was the average Adjusted EBITDA between 2018 to 2019?",
"Tokens": [
"B4",
"+",
"D4",
"/",
"2"
]
},
{
"Formula": "D7 - B7",
"Formula2": "D7 - B7",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What was the increase / (decrease) in Free Cash flow from 2018 to 2019?",
"Tokens": [
"D7",
"-",
"B7"
]
}
] | ab59379f-ccca-409d-bc39-a48df76f6117 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"(in millions of dollars, except percentages)",
"Actual Fiscal 2018 (1) $",
"Revised projections (2) Fiscal 2019 (constant currency) (3)",
"Actual Fiscal 2019 (constant currency) (3) $",
"Actual Fiscal 2019 (constant currency) (3) %",
"Achievement of the projections Fiscal 2019"
],
[
"2",
"Financial guidelines",
"",
"",
"",
"",
""
],
[
"3",
"Revenue",
"2,147",
"Increase of 6% to 8%",
"2,294",
"6.8",
"Achieved"
],
[
"4",
"Adjusted EBITDA",
"1,007",
"Increase of 8% to 10%",
"1,092",
"8.5",
"Achieved"
],
[
"5",
"Acquisitions of property, plant and equipment",
"458",
"$450 to $470",
"425",
"(7.1)",
"Surpassed"
],
[
"6",
"Capital intensity",
"21.3%",
"20% to 21%",
"18.5%",
"-",
"Surpassed"
],
[
"7",
"Free cash flow",
"302",
"Increase of 38% to 45%",
"453",
"50.0",
"Surpassed"
]
] |
[
{
"Formula": "(B4+C4) / 2",
"Formula2": "(B4+C4) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Income tax expense for the period September 29, and December 31, 2019?",
"Tokens": [
"B4",
"+",
"C4",
"/",
"2"
]
},
{
"Formula": "(B4+D4) / 2",
"Formula2": "(B4+D4) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What is the average Income tax expense for the period December 31, 2019 and 2018?",
"Tokens": [
"B4",
"+",
"D4",
"/",
"2"
]
},
{
"Formula": "B4-D4",
"Formula2": "B4-D4",
"Funcs": [
"Cell",
"-",
"Cell"
],
"Level": "Calculation",
"Question": "What is the increase/ (decrease) in Income tax expense from the period December 31, 2018 to 2019?",
"Tokens": [
"B4",
"-",
"D4"
]
}
] | 1a97fb64-4422-45a0-98d0-17b7c7fca065 | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"",
"",
"Three Months Ended",
""
],
[
"2",
"",
"December 31, 2019",
"September 29, 2019",
"December 31, 2018"
],
[
"3",
"",
"",
"(Unaudited, in millions)",
""
],
[
"4",
"Income tax expense",
"-62",
"-28",
"-28"
],
[
"5",
"",
"",
"",
""
]
] |
[
{
"Formula": "(B5 + C5) / 2",
"Formula2": "(B5 + C5) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What was the average Research and development expenses in 2017 and 2018?",
"Tokens": [
"B5",
"+",
"C5",
"/",
"2"
]
},
{
"Formula": "(B6 + C6) / 2",
"Formula2": "(B6 + C6) / 2",
"Funcs": [
"Cell",
"+",
"Cell",
"/",
"Num"
],
"Level": "Calculation",
"Question": "What was the average Sales and marketing expenses in 2017 and 2018?",
"Tokens": [
"B6",
"+",
"C6",
"/",
"2"
]
}
] | b1246fe5-2bb4-490c-a751-26acd01a1e1a | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"",
"Year ended March 31,",
"",
"Period-to-period change",
""
],
[
"2",
"% Change ",
"2018",
"2017",
"Amount",
"% Change"
],
[
"3",
"",
"",
"(dollars in thousands)",
"",
""
],
[
"4",
"Operating expenses: ",
"",
"",
"",
""
],
[
"5",
"Research and development",
"$38,373",
"$22,593",
"$15,780",
"70%"
],
[
"6",
"Sales and marketing",
"121,246",
"96,154",
"25,092",
"26%"
],
[
"7",
"General and administrative",
"36,989",
"27,875",
"9,114",
"33%"
],
[
"8",
"Impairment of long-lived assets ",
"1,712",
"—",
"1,712",
"nm "
],
[
"9",
"Restructuring ",
"832",
"—",
"832",
"nm "
],
[
"10",
"Total operating expenses ",
"$199,152",
"$146,622",
"$52,530",
"36%"
]
] |
[
{
"Formula": "(F6 - F11) / F11 ",
"Formula2": "(F6 - F11) / F11 ",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the 2019 percentage change in carrying amount of total non-derivatives?",
"Tokens": [
"F6",
"-",
"F11",
"/",
"F11"
]
},
{
"Formula": "(E6 - E11) / E11 ",
"Formula2": "(E6 - E11) / E11 ",
"Funcs": [
"Cell",
"-",
"Cell",
"/",
"Cell"
],
"Level": "Calculation",
"Question": "What was the 2019 percentage change in total contractual cash flows of total non-derivatives?",
"Tokens": [
"E6",
"-",
"E11",
"/",
"E11"
]
}
] | e11338f6-69a0-48bb-8f07-8733f085dbb2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Contractual Maturities of Financial Liabilities",
"Within 12 months",
"Between 1 and 5 years",
"Over 5 years",
"Total contractual cash flows",
"Carrying amount"
],
[
"2",
"2019",
"$'000",
"$'000",
"$'000",
"$'000",
"$'000"
],
[
"3",
"Trade payables",
"44,840",
"-",
"-",
"44,840",
"44,840"
],
[
"4",
"Unsecured notes",
"46,634",
"900,046",
"-",
"946,680",
"793,849"
],
[
"5",
"Lease liabilities",
"5,008",
"26,709",
"167,214",
"198,931",
"73,328"
],
[
"6",
"Total non-derivatives",
"96,482",
"926,755",
"167,214",
"1,190,451",
"912,017"
],
[
"7",
"2018",
"",
"",
"",
"",
""
],
[
"8",
"Trade payables",
"27,640",
"-",
"-",
"27,640",
"27,640"
],
[
"9",
"Unsecured notes",
"18,750",
"342,000",
"-",
"360,750",
"296,912"
],
[
"10",
"Lease liabilities",
"641",
"2,565",
"5,451",
"8,657",
"6,042"
],
[
"11",
"Total non-derivatives",
"47,031",
"344,565",
"5,451",
"397,047",
"330,594"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.