t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "AVERAGE(FILTER(E1, C1>78))",
"Formula2": "AVERAGE(FILTER(E2:E6, C2:C6>78))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average goals against average for those playing more than 7... | train_2-12453414-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Years",
"Games played",
"Goals allowed",
"Goals against average"
],
[
"2",
"John Curry",
"2003-07",
"107",
"217",
"2.07"
],
[
"3",
"Dan Brady",
"1969-72",
"51",
... |
[
{
"Formula": "FILTER(B1,E1=\"Bob Vila\")",
"Formula2": "FILTER(B2:B10,E2:E10=\"Bob Vila\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the on the cover when Bob Vila did the 20 Questions?",
"Tokens": [
"F... | dev_1-1566848-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Cover model",
"Centerfold model",
"Interview subject",
"20 Questions",
"Pictorials"
],
[
"2",
"1-87",
"no model pictured",
"Luann Lee",
"Don Johnson",
"John Fogerty",
"J... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"3-0 win\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"3-0 win\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_2-1298631-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"29 February 2005",
"GSP Stadium , Nicosia",
"1–0",
"3–0 Win",
"2006 FIFA World Cup qualification"
],
[
"3",
"12 November 2... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"battle of tel hai\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"battle of tel hai\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
... | train_2-17796039-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Conflicts prior to Israel's independence",
"Military deaths",
"Civilian deaths",
"Total deaths",
"Military and/or Civilian wounded",
"Total casualties"
],
[
"2",
"Battle of Tel Hai",
"6",
"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"colorado 4\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"colorado 4\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-1805191-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Results"
],
[
"2",
"Colorado 1",
"Diana DeGette",
"Democratic",
"1996",
"Re-elected"
],
[
"3",
"Colorado 2",
"Mark Udall",
... |
[
{
"Formula": "SUM(FILTER(C1, (A1=\"stanley\")*(D1>1817)))",
"Formula2": "SUM(FILTER(C2:C15, (A2:A15=\"stanley\")*(D2:D15>1817)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
... | train_2-176533-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Kingsclear",
"Parish",
"303.26",
"6,689",
"545 of 5,008"
],
[
"3",
"Douglas",
"Parish",
"1446... |
[
{
"Formula": "SUM(FILTER(B1, (E1=\"william\")*(C1<2)))",
"Formula2": "SUM(FILTER(B2:B12, (E2:E12=\"william\")*(C2:C12<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Ques... | test_2-14617448-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Total TD's",
"Total TC's",
"Total STC's",
"Strongest storm"
],
[
"2",
"1990–91",
"5",
"3",
"1",
"Sina"
],
[
"3",
"1991–92",
"12",
"11",
"7",
"Fran"
],
[... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:I1,H1=16),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:I20,H2:H20=16),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query... | train_2-17606104-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Drawn",
"Lost",
"Goals For",
"Goals Against",
"Goal Difference",
"Points 1"
],
[
"2",
"1",
"Fleetwood Town",
"36",
"... |
[
{
"Formula": "UNIQUE(HSTACK(C1,D1,A1))",
"Formula2": "UNIQUE(HSTACK(C2:C16,D2:D16,A2:A16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "the names and descriptions of all the sections",
"Tokens": [
"UNIQUE("... | transcripts_tracking_sections | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"section id",
"course id",
"section name",
"section description",
"other details",
""
],
[
"2",
"1",
"9",
"a",
"non",
"",
""
],
[
"3",
"2",
"2",
"b",
"vol... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"taurus\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"taurus\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_2-14850099-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Longitude အင်္သာ",
"Sign ရာသီ",
"Sanskrit",
"Latin",
"Ruling planet ရာသီခွင်"
],
[
"2",
"0°",
"Meittha မိဿ",
"Meṣha मेष",
"Aries",
"Mars"
],
[
"3",
"30°",
"Pyeittha ပြိဿ",
"V... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"san diego\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,B2:B9=\"san diego\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(quer... | train_2-18636608-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"1",
"Kansas City (from Oakland)",
"Buck Buchanan Category:Articles with hCards",
"Defensive Tackle",
"Grambling State"
],
[
"3",... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"lakers\")*(C1=\"85–106\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(D2:D9=\"lakers\")*(C2:C9=\"85–106\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
... | train_2-11965481-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Attendance",
"Record"
],
[
"2",
"April 2",
"Trail Blazers",
"91–104",
"Lakers",
"Kobe Bryant (36)",
"18,997",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1998),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=1998),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medi... | train_2-1601229-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Director",
"Producer",
"Production Cost",
"Singapore Gross"
],
[
"2",
"1991",
"1991",
"1991",
"1991",
"1991"
],
[
"3",
"Medium Rare",
"Arthur Smith",
"Derrol Stepenn... |
[
{
"Formula": "SUMIFS(B1,C1,\"brandon rush\")",
"Formula2": "SUMIFS(B2:B6,C2:C6,\"brandon rush\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "WHAT WAS THE PICK NUMBER FOR BRANDON RUSH?",
"Tokens": [
"SUMIFS(",
"B1",
... | test_2-17058178-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"Nationality",
"College"
],
[
"2",
"1",
"13",
"Brandon Rush",
"Guard",
"USA",
"Kansas"
],
[
"3",
"1",
"27",
"Darrell Ar... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"a1 bm\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"a1 bm\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level... | train_2-18934662-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Class",
"Railway number(s)",
"Quantity",
"Year(s) of manufacture",
"Type"
],
[
"2",
"BW",
"1–5",
"5",
"1887–1900",
"A1 bm"
],
[
"3",
"DW ( de )",
"1–5",
"5",
"1895–1901",... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"waterford\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"waterford\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-1290024-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Class",
"Type",
"Names",
"Quantity made",
"Manufacturer",
"Date made"
],
[
"2",
"Pioneer",
"0-6-2T",
"Pioneer Sligo",
"2",
"Avonside Engine Co.",
"1877"
],
[
"3",
"L... |
[
{
"Formula": "MINIFS(G1,A1,\"Patrick\")",
"Formula2": "MINIFS(G2:G8,A2:A8,\"Patrick\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the least points for patrick",
"Tokens": [
"MINIFS(",
"G1",
"A1",
"\"... | test_1-14342592-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Starter",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Heston",
"Left halfback",
"Yes",
"6",
"0",
"0",
"30"
],
[
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2-1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"2-1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "... | train_2-1637082-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"1995-08-06",
"Kyoto , Japan",
"3-0",
"Won",
"Friendly"
],
[
"3",
"1995-10-24",
"Tokyo , Japan",
"2-1",
"Won",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"w. averell harriman\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"w. averell harriman\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
... | train_2-14792819-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Office",
"Republican ticket",
"Democratic ticket",
"Liberal ticket",
"Independent-Socialist ticket",
"Socialist Labor ticket"
],
[
"2",
"Governor",
"Nelson A. Rockefeller",
"W. Averell Harr... |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=2)))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C10, A2:A10=2)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many people directed episode 2?",
"To... | train_1-29545336-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No.",
"Title",
"Directed by",
"Written by",
"Featured character(s)",
"U.S. viewers (millions)",
"Original air date"
],
[
"2",
"1",
"\"Tony\"",
"Scott Smith",
"Bryan Elsley"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Maryland 6\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Maryland 6\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_1-1341453-22 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Results",
"Candidates"
],
[
"2",
"Maryland 1",
"Wayne Gilchrest",
"Republican",
"1990",
"Re-elected",
"Wayne Gilchrest (R) 69%... |
[
{
"Formula": "MAXIFS(D1,B1,\"arnold palmer\")",
"Formula2": "MAXIFS(D2:D12,B2:B12,\"arnold palmer\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How high did Arnold Palmer score in 1962?",
"Tokens": [
"MAXIFS(",
"D1",... | test_2-13279533-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Gary Player",
"South Africa",
"67",
"–5"
],
[
"3",
"2",
"Julius Boros",
"United States",
"69",
"–3"
]... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:43.79\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"1:43.79\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_2-10854609-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"NAME ATHLETE",
"FINAL",
"LANE",
"SEMI",
"HEAT"
],
[
"2",
"Vebjørn Rodal ( NOR )",
"1:42.58",
"1",
"1:43.96",
"1:45.30"
],
[
"3",
"Hezekiél Sepeng ( RSA )",
"1:42.74",
"6",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"dev patel\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"dev patel\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-1305286-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Category",
"Film",
"Winner/Nominee(s)",
"Result"
],
[
"2",
"2010",
"Worst Actor",
"Imagine That",
"Eddie Murphy",
"Nominated"
],
[
"3",
"2010",
"Worst Actor of the Decade... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"siaosi atiola\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,A2:A11=\"siaosi atiola\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"... | test_2-1074629-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Span",
"Lost",
"Draw",
"Tries",
"Conv",
"Pens",
"Drop"
],
[
"2",
"Nili Latu",
"2006-",
"14",
"0",
"3",
"0",
"1",
"0"
],
[
"3"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Nick Saviano Florin Segărceanu 6–3, 6–4\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"Nick Saviano Florin Segărceanu 6–3, 6–4\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",... | train_1-29296103-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week of",
"Tournament",
"Champion",
"Runner-up",
"Semifinalists",
"Quarterfinalists"
],
[
"2",
"3 October",
"Brisbane , Australia Carpet – $100,000 – S32/D16",
"Pat Cash 4–6, 6–4, 6–3",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"billabong pro\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"billabong pro\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | train_2-16135219-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Location",
"Country",
"Event",
"Winner",
"Runner-up"
],
[
"2",
"February 27-March 11",
"Gold Coast",
"Australia",
"Roxy Pro Gold Coast",
"Chelsea Hedges ( AUS )",
"Caris... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Re-elected\")*(B1=\"Richard Kelly\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(E2:E11=\"Re-elected\")*(B2:B11=\"Richard Kelly\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
... | test_1-1341663-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Florida 2",
"Don Fuqua",
"Democratic",
"1962",
"Re-elected",
"Don Fuqua (D) 81.7% Pete Brathw... |
[
{
"Formula": "FILTER(G1,C1=\"Ken Girotti\")",
"Formula2": "FILTER(G2:G13,C2:C13=\"Ken Girotti\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the US air date when the director is ken girotti?",
"Tokens": [
... | dev_1-30012404-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series #",
"Title",
"Directed by",
"Written by",
"France air date",
"Canadian air date",
"US air date"
],
[
"2",
"1",
"\"Pilot\" \"Pilote\"",
"John Stead & Duane Clark",
"G... |
[
{
"Formula": "FILTER(E1,(D1=\"60%\")*(A1=\"suffolk\"))",
"Formula2": "FILTER(E2:E12,(D2:D12=\"60%\")*(A2:A12=\"suffolk\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which ... | dev_2-16948973-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Poll source",
"Dates administered",
"Arlen Specter*",
"Pat Toomey",
"Tom Ridge*",
"Peg Luksik"
],
[
"2",
"Suffolk",
"May 13, 2010",
"––",
"60%",
"––",
"9%"
],
[
"3",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"wanneroo park\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"wanneroo park\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | train_2-11942973-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Race Title",
"Circuit",
"City / State",
"Date",
"Winner",
"Team"
],
[
"2",
"Launceston",
"Symmons Plains Raceway",
"Launceston , Tasmania",
"1 Mar",
"Dick Johnson",
"Dick Johnso... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Chris McNamara\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,A2:A16=\"Chris McNamara\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Nu... | train_1-29598261-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Name",
"Number",
"Position",
"Height",
"Weight",
"Year",
"Hometown",
"Last School/College"
],
[
"2",
"Marcus Capers",
"0",
"Guard",
"6–4",
"185",
"Juni... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"carlton\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>12000))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,A2:A7=\"carlton\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(quer... | train_2-10809444-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Carlton",
"7.12 (54)",
"Essendon",
"13.16 (94)",
"Princes Park",
... |
[
{
"Formula": "SUM(FILTER(F1, E1=89))",
"Formula2": "SUM(FILTER(F2:F14, E2:E14=89))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the gdp per capita in 2008 for the region that had a combined gross enrol... | test_1-25042332-33 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Region",
"HDI",
"Life expectancy at birth (2001-2002)",
"Adult literacy rate (2009)",
"Combined gross enrollment ratio (2009)",
"GDP (PPP) per capita (2008)"
],
[
"2",
"Arica and Parinacota + Tarap... |
[
{
"Formula": "AVERAGE(FILTER(C1, (A1=\"jack froggatt\")*(D1>0)))",
"Formula2": "AVERAGE(FILTER(C2:C8, (A2:A8=\"jack froggatt\")*(D2:D8>0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Leve... | train_2-17739104-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Club",
"Qualifying Goals",
"Finals Goals",
"Total Goals"
],
[
"2",
"Stan Mortensen",
"Blackpool",
"3",
"1",
"4"
],
[
"3",
"Jack Rowley",
"Manchester United",
"4",
... |
[
{
"Formula": "SUMIFS(A1,B1,\"May 1999\")",
"Formula2": "SUMIFS(A2:A8,B2:B8,\"May 1999\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the model number introduced May 1999?",
"Tokens": [
"SUMIFS(",
"A1",
"... | train_1-10528691-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Model",
"Introduction",
"Discontinued",
"CPU Speed",
"Print resolution (DPI) Resolution is given in dots per inch (DPI)",
"Print speed (PPM)",
"Standard memory",
"Maximum memory"
],... |
[
{
"Formula": "FILTER(A1,C1=\"88.7 fm\")",
"Formula2": "FILTER(A2:A8,C2:C8=\"88.7 fm\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the City of license with a 88.7 fm frequency",
"Tokens": [
"FILTER(",
... | dev_2-16296982-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"City of license",
"Identifier",
"Frequency",
"Power",
"Class",
"RECNet"
],
[
"2",
"Fairview",
"CKYL-FM-3",
"88.5 FM",
"820 s watt",
"A",
"Query"
],
[
"3",
"High Prai... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"adam grupper\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"adam grupper\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | train_2-18169845-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Role",
"Original Broadway cast",
"Closing Broadway cast",
"Original US Tour cast",
"Original NonEquity Tour cast",
"Original São Paulo cast",
"Original Lima cast"
],
[
"2",
"Gomez Adda... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–3\")*(B1=\"jim furyk\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(E2:E14=\"–3\")*(B2:B14=\"jim furyk\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
... | test_2-16514546-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Fred Couples",
"United States",
"69-70-71=210",
"–6"
],
[
"3",
"T2",
"Paul Azinger",
"United States",
"71-7... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"Shinya Nakano's Kawasaki Ninja ZX-RR\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
... | train_1-22915134-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Engine",
"Crankshaft",
"Ignition timing",
"Graphical",
"Example"
],
[
"2",
"I4",
"180°",
"180-180-180-180",
"1-0-1-0-1-0-1-0-",
"Honda CB750"
],
[
"3",
"I4 'Long bang'",
"180°",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly match\")*(D1=\"1-1\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"friendly match\")*(D2:D11=\"1-1\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",... | train_2-12039760-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"20 November 2002",
"Jassim Bin Hamad Stadium , Doha",
"1–0",
"1-2",
"Friendly match"
],
[
"3",
"12 October 2003",
"Buk... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"shooting guard\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"shooting guard\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Nu... | train_2-16494599-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years for Grizzlies",
"School/Club Team"
],
[
"2",
"Hakim Warrick",
"United States",
"Forward",
"2005-2009",
"Syracuse"
],
[
"3",
"Earl Watson",
... |
[
{
"Formula": "SUMIFS(A1,D1,\"may 13, 2012\")",
"Formula2": "SUMIFS(A2:A9,D2:D9,\"may 13, 2012\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which season had a season finale of May 13, 2012?",
"Tokens": [
"SUMIFS(",
"... | train_2-1772130-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Timeslot (EDT)",
"Season premiere",
"Season finale",
"TV season",
"Rank",
"Viewers (in millions)",
"18–49 average"
],
[
"2",
"1",
"Sunday 9:00 P.M.",
"Oc... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Kasımpaşa\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Kasımpaşa\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_1-26998135-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Outgoing manager",
"Manner of departure",
"Date of vacancy",
"Replaced by",
"Date of appointment"
],
[
"2",
"MKE Ankaragücü",
"Roger Lemerre",
"Mutual consent",
"23 May 2010",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"thierry gueorgiou\")*(A1<2008)*(D1=\"valentin novikov\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"thierry gueorgiou\")*(A2:A7<2008)*(D2:D7=\"valentin novikov\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
... | test_2-17760670-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Gold",
"Silver",
"Bronze",
"Notes"
],
[
"2",
"2002",
"Michael Mamleev",
"Yuri Omeltchenko",
"Jamie Stevenson",
"5.2km, 15controls"
],
[
"3",
"2004",
"Thierry Gueorgiou",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"s01e21\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"s01e21\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_2-15187735-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series Ep.",
"Episode",
"Netflix",
"Segment A",
"Segment B",
"Segment C",
"Segment D"
],
[
"2",
"2-01",
"14",
"S01E14",
"Eyeglass Lenses",
"Granite",
"Potato Chips"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Nu... | train_2-10809368-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"11.8 (74)",
"St Kilda",
"13.17 (95)",
"Kardinia Park",
... |
[
{
"Formula": "MIN(FILTER(B1, (E1>262)*(C1>22415)*(D1<335.14)))",
"Formula2": "MIN(FILTER(B2:B14, (E2:E14>262)*(C2:C14>22415)*(D2:D14<335.14)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
... | train_2-1245658-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Municipality",
"Number",
"Population",
"Area¹",
"Density²"
],
[
"2",
"Malmö",
"1",
"309,912",
"335.14",
"925"
],
[
"3",
"Vellinge",
"2",
"33,725",
"143.18",
"236"
]... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 8\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,B2:B7=\"April 8\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_1-27713030-12 | [
[
"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",
"76",
"April 1",
"@ Minnesot... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"cincinnati\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"cincinnati\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | test_2-18652198-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"113",
"Denver Broncos",
"Jeff Jordan Category:Articles with hCards",
"Defensive back",
"Tulsa"
],
[
"3",
"114",
"Houston... |
[
{
"Formula": "SUM(FILTER(F1, B1=2373882))",
"Formula2": "SUM(FILTER(F2:F10, B2:B10=2373882))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many officers o/s were there on the day when the number of USAAF wa... | train_1-23508196-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Total USAAF",
"Tot Officers",
"Tot Enlisted",
"# overseas",
"Officers o/s",
"Enlisted o/s"
],
[
"2",
"31 July 1939",
"24724",
"2636",
"22088",
"3991",
"272"... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"bosko\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<5038))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,C2:C18=\"bosko\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,... | train_2-18792938-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Series",
"Characters",
"Production Num.",
"Release date"
],
[
"2",
"Big Man from the North",
"LT",
"Bosko, Honey",
"4500",
"1931-01-XX"
],
[
"3",
"Ain't Nature Grand!",
... |
[
{
"Formula": "MAX(FILTER(D1, (E1<28)*(C1=\"the 100 greatest metal albums of the decade\")))",
"Formula2": "MAX(FILTER(D2:D9, (E2:E9<28)*(C2:C9=\"the 100 greatest metal albums of the decade\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
... | test_2-159123-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Publication",
"Country",
"Accolade",
"Year",
"Rank"
],
[
"2",
"Dagsavisen",
"Norway",
"The 21 Best Albums of the 21st Century",
"2005",
"16"
],
[
"3",
"VPRO",
"Netherlands",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"zagreb\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"zagreb\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Lev... | train_2-14305653-41 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"City",
"Opponent",
"Results¹",
"Type of game"
],
[
"2",
"March 31",
"Bruxelles , Belgium",
"Belgium",
"1:0",
"Euro '64 Qualifying"
],
[
"3",
"June 19",
"Belgrade",
"S... |
[
{
"Formula": "MIN(FILTER(F1,(C1=\"united states\")*(B1=\"kirk triplett\")))",
"Formula2": "MIN(FILTER(F2:F13,(C2:C13=\"united states\")*(B2:B13=\"kirk triplett\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"... | dev_2-16457250-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Phil Mickelson",
"United States",
"72-69-69-69=279",
"–9",
"1,170,000"
],
[
"3",
"2",
... |
[
{
"Formula": "SUMIFS(B1,G1,\"7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)\")",
"Formula2": "SUMIFS(B2:B13,G2:G13,\"7–6 (7–0) , 6–7 (5–7) , 4–6, 6–2, 6–7 (5–7)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which match was the final sc... | test_1-26202812-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"No.",
"Date",
"Championship",
"Surface",
"Opponent in the final",
"Score in the final"
],
[
"2",
"Winner",
"34.",
"January 8, 2006",
"Doha, Qatar (2)",
"Hard... |
[
{
"Formula": "SUM(FILTER(A1, E1=30751))",
"Formula2": "SUM(FILTER(A2:A7, E2:E7=30751))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the sum of week(s) with an attendance of 30,751?",
"Tokens": [
... | train_2-10651062-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"August 6, 1973",
"San Francisco 49ers",
"L 27–16",
"65,707"
],
[
"3",
"2",
"August 11, 1973",
"at Los Angele... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"30g\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"30g\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level":... | train_2-1195910-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Total fat",
"Saturated fat",
"Monounsaturated fat",
"Polyunsaturated fat",
"Smoke point"
],
[
"2",
"100g",
"11g",
"20g (84g in high oleic variety)",
"69g (4g in high oleic variety)",
"°C ()"
]... |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Whitmell P. Martin\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C8, B2:B8=\"Whitmell P. Martin\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how ... | test_1-1342393-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Louisiana 1",
"James O'Connor",
"Democratic",
"1918",
"Re-elected",
"James O'Connor (D) Unopp... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"3X7557\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"3X7557\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_1-22347090-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (million)"
],
[
"2",
"34",
"1",
"\"Hat... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Mingyinyo\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"Mingyinyo\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_1-26460435-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Monarch",
"Heir",
"Status",
"Relationship to Monarch",
"Became heir; reason",
"Ceased to be heir; reason",
"Next in succession"
],
[
"2",
"Mingyinyo",
"Tabinshwehti",
"Heir app... |
[
{
"Formula": "MAX(FILTER(B1, (C1<17)*(E1>10)))",
"Formula2": "MAX(FILTER(B2:B8, (C2:C8<17)*(E2:E8>10)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the... | train_2-16185816-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Party",
"Medium Gallup, March 2008",
"Strategic Marketing, March 2008",
"CeSID, May 2008",
"Medium Gallup, May 2008"
],
[
"2",
"SRS",
"91",
"90",
"86",
"90"
],
[
"3",
"ZES",
"88"... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"11.14 (80)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>18817))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"11.14 (80)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTE... | train_2-1164217-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"16.17 (113)",
"Melbourne",
"11.8 (74)",
"Glenferrie Oval"... |
[
{
"Formula": "SUM(FILTER(A1, (H1=18)*(E1<8)))",
"Formula2": "SUM(FILTER(A2:A11, (H2:H11=18)*(E2:E11<8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Whate plac... | test_2-17902603-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Place",
"Team",
"Played",
"Draw",
"Lost",
"Goals Scored",
"Goals Conceded",
"Points"
],
[
"2",
"1.",
"Árabe Unido",
"18",
"4",
"3",
"39",
"17",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"troy hudson\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"troy hudson\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | train_2-11545282-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years for Jazz",
"School/Club Team"
],
[
"2",
"Ben Handlogten",
"United States",
"Forward",
"2003-04",
"Western Michigan"
],
[
"3",
"Bobby Hansen... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1964),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=1964),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medi... | train_2-14576140-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Venue",
"Position",
"Event"
],
[
"2",
"1962",
"British Empire and Commonwealth Games",
"Perth , Australia",
"6th",
"High jump"
],
[
"3",
"1964",
"Olympic G... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 115–104 (OT)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,D2:D15=\"W 115–104 (OT)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Nu... | test_1-22669044-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"31",
"January 2",
"Orlando"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"@ buffalo sabres\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"@ buffalo sabres\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
... | test_2-16864968-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"64",
"March 3, 2009",
"New Jersey Devils",
"2–3 (OT)",
"Air Can... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"fa premier league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)<1882))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,D2:D7=\"fa premier league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query... | test_2-1640927-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Sport",
"Founded",
"League",
"Venue"
],
[
"2",
"Aston Villa",
"Football",
"1874",
"FA Premier League",
"Villa Park"
],
[
"3",
"Birmingham City",
"Football",
"1875",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-10808933-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"9.8 (62)",
"South Melbourne",
"11.9 (75)",
"Western Oval... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"amer delic robert kendrick\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"amer delic robert kendrick\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
... | test_2-12397961-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Runner-up",
"5 August 2006",
"Saransk , Russia",
"Clay",
"Dekel Valtzer",
"Ale... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"14.10 (94)\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>25819))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"14.10 (94)\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTE... | train_2-10776868-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"18.10 (118)",
"Hawthorn",
"12.7 (79)",
"Kardinia Park",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"middleweight –75 kg\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=\"middleweight –75 kg\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",... | train_2-10831471-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Athlete",
"Event",
"Round of 32",
"Round of 16",
"Quarterfinal",
"Semifinal",
"Final"
],
[
"2",
"Akbar Ahadi",
"Bantamweight –54 kg",
"Sheikhan W 15–6",
"Tulyakov L 4–12",
... |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"london\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,(CHOOSECOLS(query1,2)>19020)*(CHOOSECOLS(query1,3)>7734)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G12,B2:B12=\"london\"),SUMMARIZE(CHOO... | train_2-142950-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Institution",
"Location",
"Established",
"Gained university status",
"Vice-chancellor",
"Total Number of Students",
"Research Funding (£,000)"
],
[
"2",
"Birkbeck, University of London... |
[
{
"Formula": "SUM(FILTER(F1, (A1<5)*(B1=\"september 18, 1994\")))",
"Formula2": "SUM(FILTER(F2:F17, (A2:A17<5)*(B2:B17=\"september 18, 1994\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Lev... | train_2-10650101-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"TV Time",
"Attendance"
],
[
"2",
"1",
"September 4, 1994",
"at Cincinnati Bengals",
"W 28–20",
"NBC 1:00et",
"52,778"
],
[
"3",
... |
[
{
"Formula": "SUM(FILTER(A1, (C1=5)*(D1=\"1-2-2\")))",
"Formula2": "SUM(FILTER(A2:A10, (C2:C10=5)*(D2:D10=\"1-2-2\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question... | train_2-14181578-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Position",
"Club (City/Town)",
"Games Played",
"W-L-D",
"Goals For/Against",
"Points"
],
[
"2",
"1",
"Texmar Boys ( Mango Creek /Independence)",
"4",
"4-0-0",
"11-0",
"12"
],
... |
[
{
"Formula": "SUMIFS(C1,F1,\"£1,000,000\")",
"Formula2": "SUMIFS(C2:C15,F2:F15,\"£1,000,000\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many matches were there in the round with £1,000,000 in prize money?",
"Tokens": [
... | train_2-11318956-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Date",
"Matches",
"Clubs",
"New entries this round",
"Prize money"
],
[
"2",
"Extra Preliminary Round",
"18 August 2007",
"171",
"729 → 558",
"none",
"£500"
],
[
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"4.12 (36)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"4.12 (36)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-10788451-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"8.16 (64)",
"Essendon",
"11.18 (84)",
"Brunswick Street Ov... |
[
{
"Formula": "FILTER(B1,A1=\"uroporphyrinogen iii synthase\")",
"Formula2": "FILTER(B2:B9,A2:A9=\"uroporphyrinogen iii synthase\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the location of the enzyme Uroporphyrin... | dev_2-182499-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Enzyme",
"Location",
"Substrate",
"Product",
"Chromosome",
"OMIM",
"Porphyria"
],
[
"2",
"ALA synthase",
"Mitochondrion",
"Glycine , succinyl CoA",
"δ-Aminolevulinic acid",... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.21 (105)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.21 (105)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
]... | train_2-10887680-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"21.14 (140)",
"South Melbourne",
"18.11 (119)",
"Princes ... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Western Turnpike Golf Course\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"Western Turnpike Golf Course\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
... | train_1-15315816-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Year",
"Dates",
"Champion",
"Country",
"Score",
"Tournament location",
"Purse ($)",
"Winners share ($)"
],
[
"2",
"2013",
"Jul 12–14",
"Wei-Ling Hsu",
"Taiwan"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"guy edwards\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"guy edwards\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | test_2-10662806-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Name",
"Circuit",
"Date",
"Winning driver",
"Winning car"
],
[
"2",
"1",
"Belgian Cup",
"Zolder",
"April 1",
"Dave Kennedy",
"Wolf WR4"
],
[
"3",
"2",
"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"1st round\")*(C1=\"nasl indoor\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=\"1st round\")*(C2:C12=\"nasl indoor\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"... | test_2-1213933-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Division",
"League",
"Reg. Season",
"Playoffs",
"Open Cup"
],
[
"2",
"1974",
"1",
"NASL",
"1st, Western",
"Champions",
"Did not enter"
],
[
"3",
"1975",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"0.50 m\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"0.50 m\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"L... | train_2-16537783-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Parameter",
"1st stage",
"2nd stage",
"3rd stage",
"4th stage"
],
[
"2",
"Gross mass",
"54,431kg",
"462kg",
"126kg",
"42kg"
],
[
"3",
"Empty mass",
"5,443kg",
"231kg",
"6... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | train_2-10640687-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"11.13 (79)",
"Richmond",
"7.3 (45)",
"MCG",
"26,772"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Mark Cohen\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Mark Cohen\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_1-26436-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Role",
"Original Broadway Cast",
"2005 film",
"2008 Final Performance Film",
"Hollywood Bowl Cast",
"2011 Off-Broadway Revival"
],
[
"2",
"Mark Cohen",
"Anthony Rapp",
"Anthony Rapp",
"... |
[
{
"Formula": "MIN(FILTER(E1, F1=59))",
"Formula2": "MIN(FILTER(E2:E8, F2:F8=59))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the minimum length of the locations where the average climb percentage is e... | test_1-206361-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Number",
"Name",
"Kilometer",
"Pavement",
"Length (in m)",
"Average climb (%)"
],
[
"2",
"10",
"Berg Ter Stene",
"213",
"asphalt",
"1300",
"5"
],
[
"3",
"11",
"L... |
[
{
"Formula": "SUM(FILTER(C1, (B1=14)*(E1>1)))",
"Formula2": "SUM(FILTER(C2:C10, (B2:B10=14)*(E2:E10>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "On Race 14... | train_2-16546257-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Race",
"Podium",
"Pole",
"FLap"
],
[
"2",
"2006",
"7",
"0",
"0",
"0"
],
[
"3",
"2007",
"17",
"1",
"0",
"0"
],
[
"4",
"2008",
"14",
"3",
... |
[
{
"Formula": "SUM(FILTER(B1,A1=11))",
"Formula2": "SUM(FILTER(B2:B13,A2:A13=11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the number of the pick for round 11?",
"Tokens": [
"SUM(",
... | dev_2-11309601-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Name",
"Position",
"School"
],
[
"2",
"1",
"23",
"Jim Jeffcoat",
"Defensive End",
"Arizona State"
],
[
"3",
"2",
"50",
"Michael Walter",
"Linebacker",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"omni coliseum\")*(D1=\"w 105-95\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"omni coliseum\")*(D2:D13=\"w 105-95\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
... | train_2-18493040-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location Attendance",
"Record"
],
[
"2",
"17",
"December 3",
"vs Boston Celtics",
"W 105-95",
"Omni Coliseum",
"10-7"
],
[
"3",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=2010),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J15,C2:C15=2010),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medi... | train_2-12053121-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Ship",
"Built",
"Entered service",
"Route",
"Gross tonnage",
"Length",
"Width",
"Passengers",
"Vessels",
"Knots"
],
[
"2",
"MS Bastia",
"1974... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"edmonton oilers\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,B2:B14=\"edmonton oilers\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"... | train_2-17206737-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record",
"Points"
],
[
"2",
"March 4",
"Montreal Canadiens",
"1–5",
"Buffalo Sabres",
"Price"... |
[
{
"Formula": "SUM(FILTER(A1, F1=20114))",
"Formula2": "SUM(FILTER(A2:A18, F2:F18=20114))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "During what week was the game attended by 20114 people?",
"Tokens": [
... | train_1-23685152-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Location",
"Final Score",
"Attendance",
"Record"
],
[
"2",
"1",
"July 16",
"@ Tiger-Cats",
"Ivor Wynne Stadium",
"L 29–24",
"13157",
... |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>18630))",
"Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)>18630))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"... | train_2-11821711-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"October 6",
"St. Louis",
"5 – 3",
"Los Angeles",
"Bernier",
"18,118",
"1–2–0"
... |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"Stephen Curry , Dorell Wright (27)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, E2:E6=\"Stephen Curry , Dorell Wright (27)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": ... | train_1-27755784-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"77",
"April 2",
"Dallas",
... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"q1\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"q1\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "me... | test_2-12641767-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tournament",
"2007",
"2008",
"2009",
"Career Win-Loss"
],
[
"2",
"Australian Open",
"Q1",
"Q1",
"1R",
"0–1"
],
[
"3",
"French Open",
"Q1",
"Q1",
"1R",
"0–1"
],
[
... |
[
{
"Formula": "FILTER(F1,A1=\"2003-04\")",
"Formula2": "FILTER(F2:F11,A2:A11=\"2003-04\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHich Studio host has a Year of 2003-04?",
"Tokens": [
"FILTER(",
"F1",
... | dev_2-14902507-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Channel",
"Play-by-play",
"Color commentator(s)",
"Courtside reporter",
"Studio host",
"Studio analysts"
],
[
"2",
"2009-10",
"Comcast SportsNet New England",
"Mike Gor... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"netherlands\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"netherlands\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
... | test_2-10044096-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Runs (Balls)",
"Wicket",
"Partnerships",
"Opponent",
"Venue",
"Date"
],
[
"2",
"204 (171)",
"4th",
"Brad Hodge / Michael Clarke",
"Netherlands",
"Basseterre",
"18-03-2007"
],
... |
[
{
"Formula": "SUM(FILTER(A1,(B1=\"south korea\")*(D1>0)))",
"Formula2": "SUM(FILTER(A2:A9,(B2:B9=\"south korea\")*(D2:D9>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Q... | dev_2-17035268-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"1",
"1",
"0",
"2"
],
[
"3",
"2",
"Russia",
"1",
"0",
"1",
"... |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lpm-2899\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"lpm-2899\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
... | train_2-17122961-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"United States",
"March 1, 1964",
"RCA Victor",
"mono vinyl LP",
"LPM-2899"
],
[
"3",
"United States",
"March 1, 1964",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.