table listlengths 4 101 | table_id stringlengths 4 20 | database_id stringclasses 11
values | context dict |
|---|---|---|---|
[
[
"CustomerID",
"Segment",
"Currency"
],
[
"3",
"SME",
"EUR"
],
[
"5",
"LAM",
"EUR"
],
[
"6",
"SME",
"EUR"
],
[
"7",
"LAM",
"EUR"
],
[
"9",
"SME",
"EUR"
],
[
"10",
"LAM",
"EUR"
],
[
"20",
"KAM",
... | customers | debit_card_specializing | {
"column_descriptions": [
"identification of the customer",
"client segment",
"Currency"
],
"column_names_cleaned": [
"CustomerID",
"client segment",
"Currency"
],
"column_types": [
"integer",
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"CustomerID"
... |
[
[
"GasStationID",
"ChainID",
"Country",
"Segment"
],
[
"44",
"13",
"CZE",
"Value for money"
],
[
"45",
"6",
"CZE",
"Premium"
],
[
"46",
"23",
"CZE",
"Other"
],
[
"47",
"33",
"CZE",
"Premium"
],
[
"48",
"4",
... | gasstations | debit_card_specializing | {
"column_descriptions": [
"Gas Station ID",
"Chain ID",
"nan",
"chain segment"
],
"column_names_cleaned": [
"Gas Station ID",
"Chain ID",
"Country",
"chain segment"
],
"column_types": [
"integer",
"integer",
"text",
"text"
],
"foreign_keys": [],
"primary_... |
[
[
"ProductID",
"Description"
],
[
"1",
"Rucní zadání"
],
[
"2",
"Nafta"
],
[
"3",
"Special"
],
[
"4",
"Super"
],
[
"5",
"Natural"
],
[
"6",
"Mix"
],
[
"7",
"Oleje,tuky"
],
[
"8",
"Natural +"
],
[
"9",
... | products | debit_card_specializing | {
"column_descriptions": [
"Product ID",
"Description"
],
"column_names_cleaned": [
"Product ID",
"Description"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"ProductID"
]
} |
[
[
"TransactionID",
"Date",
"Time",
"CustomerID",
"CardID",
"GasStationID",
"ProductID",
"Amount",
"Price"
],
[
"1",
"2012-08-24",
"09:41:00",
"31543",
"486621",
"3704",
"2",
"28",
"672.64"
],
[
"2",
"2012-08-24",
"10:03:00",... | transactions_1k | debit_card_specializing | {
"column_descriptions": [
"Transaction ID",
"Date",
"Time",
"Customer ID",
"Card ID",
"Gas Station ID",
"Product ID",
"Amount",
"Price"
],
"column_names_cleaned": [
"Transaction ID",
"Date",
"Time",
"Customer ID",
"Card ID",
"Gas Station ID",
"Produ... |
[
[
"CustomerID",
"Date",
"Consumption"
],
[
"5",
"201207",
"528.3"
],
[
"5",
"201302",
"1598.28"
],
[
"5",
"201303",
"1931.36"
],
[
"5",
"201304",
"1497.14"
],
[
"6",
"201203",
"51.06"
],
[
"6",
"201205",
"49.... | yearmonth | debit_card_specializing | {
"column_descriptions": [
"Customer ID",
"Date",
"consumption"
],
"column_names_cleaned": [
"Customer ID",
"Date",
"Consumption"
],
"column_types": [
"integer",
"text",
"real"
],
"foreign_keys": [
{
"column_name": "CustomerID",
"referenced_column_name":... |
[
[
"account_id",
"district_id",
"frequency",
"date"
],
[
"1",
"18",
"POPLATEK MESICNE",
"1995-03-24"
],
[
"2",
"1",
"POPLATEK MESICNE",
"1993-02-26"
],
[
"3",
"5",
"POPLATEK MESICNE",
"1997-07-07"
],
[
"4",
"12",
"POPLATEK ME... | account | financial | {
"column_descriptions": [
"the id of the account",
"location of branch",
"frequency of the acount",
"the creation date of the account"
],
"column_names_cleaned": [
"account id",
"location of branch",
"frequency",
"date"
],
"column_types": [
"integer",
"integer",
"t... |
[
[
"card_id",
"disp_id",
"type",
"issued"
],
[
"1",
"9",
"gold",
"1998-10-16"
],
[
"2",
"19",
"classic",
"1998-03-13"
],
[
"3",
"41",
"gold",
"1995-09-03"
],
[
"4",
"42",
"classic",
"1998-11-26"
],
[
"5",
"51"... | card | financial | {
"column_descriptions": [
"id number of credit card",
"disposition id",
"type of credit card",
"the date when the credit card issued"
],
"column_names_cleaned": [
"credit card id",
"disposition id",
"type",
"issued"
],
"column_types": [
"integer",
"integer",
"text"... |
[
[
"client_id",
"gender",
"birth_date",
"district_id"
],
[
"1",
"F",
"1970-12-13",
"18"
],
[
"2",
"M",
"1945-02-04",
"1"
],
[
"3",
"F",
"1940-10-09",
"1"
],
[
"4",
"M",
"1956-12-01",
"5"
],
[
"5",
"F",
"19... | client | financial | {
"column_descriptions": [
"the unique number",
"nan",
"birth date",
"location of branch"
],
"column_names_cleaned": [
"client_id",
"gender",
"birth_date",
"location of branch"
],
"column_types": [
"integer",
"text",
"date",
"integer"
],
"foreign_keys": [
... |
[
[
"disp_id",
"client_id",
"account_id",
"type"
],
[
"1",
"1",
"1",
"OWNER"
],
[
"2",
"2",
"2",
"OWNER"
],
[
"3",
"3",
"2",
"DISPONENT"
],
[
"4",
"4",
"3",
"OWNER"
],
[
"5",
"5",
"3",
"DISPONENT"
],
... | disp | financial | {
"column_descriptions": [
"unique number of identifying this row of record",
"id number of client",
"id number of account",
"type of disposition"
],
"column_names_cleaned": [
"disposition id",
"client_id",
"account_id",
"type"
],
"column_types": [
"integer",
"integer",... |
[
[
"district_id",
"A2",
"A3",
"A4",
"A5",
"A6",
"A7",
"A8",
"A9",
"A10",
"A11",
"A12",
"A13",
"A14",
"A15",
"A16"
],
[
"1",
"Hl.m. Praha",
"Prague",
"1204953",
"0",
"0",
"0",
"1",
"1",
"100.0",
"12541",
... | district | financial | {
"column_descriptions": [
"location of branch",
"district_name",
"region",
"nan",
"municipality < district < region",
"municipality < district < region",
"municipality < district < region",
"municipality < district < region",
"nan",
"ratio of urban inhabitants",
"average s... |
[
[
"loan_id",
"account_id",
"date",
"amount",
"duration",
"payments",
"status"
],
[
"4959",
"2",
"1994-01-05",
"80952",
"24",
"3373.0",
"A"
],
[
"4961",
"19",
"1996-04-29",
"30276",
"12",
"2523.0",
"B"
],
[
"4962",
... | loan | financial | {
"column_descriptions": [
"the id number identifying the loan data",
"the id number identifying the account",
"the date when the loan is approved",
"approved amount",
"loan duration",
"monthly payments",
"repayment status"
],
"column_names_cleaned": [
"loan_id",
"account_id",
... |
[
[
"order_id",
"account_id",
"bank_to",
"account_to",
"amount",
"k_symbol"
],
[
"29401",
"1",
"YZ",
"87144583",
"2452.0",
"SIPO"
],
[
"29402",
"2",
"ST",
"89597016",
"3372.7",
"UVER"
],
[
"29403",
"2",
"QR",
"13943797... | order | financial | {
"column_descriptions": [
"identifying the unique order",
"id number of account",
"bank of the recipient",
"account of the recipient",
"debited amount",
"purpose of the payment"
],
"column_names_cleaned": [
"order_id",
"account_id",
"bank of the recipient",
"account of the... |
[
[
"trans_id",
"account_id",
"date",
"type",
"operation",
"amount",
"balance",
"k_symbol",
"bank",
"account"
],
[
"1",
"1",
"1995-03-24",
"PRIJEM",
"VKLAD",
"1000",
"1000",
"None",
"None",
"None"
],
[
"5",
"1",
"1995-... | trans | financial | {
"column_descriptions": [
"transaction id",
"nan",
"date of transaction",
"+/- transaction",
"mode of transaction",
"amount of money",
"balance after transaction",
"nan",
"nan",
"nan"
],
"column_names_cleaned": [
"transaction id",
"account_id",
"date of transac... |
[
[
"circuitId",
"circuitRef",
"name",
"location",
"country",
"lat",
"lng",
"alt",
"url"
],
[
"2",
"sepang",
"Sepang International Circuit",
"Kuala Lumpur",
"Malaysia",
"2.76083",
"101.738",
"None",
"http://en.wikipedia.org/wiki/Sepang_Intern... | circuits | formula_1 | {
"column_descriptions": [
"unique identification number of the circuit",
"circuit reference name",
"full name of circuit",
"location of circuit",
"country of circuit",
"latitude of location of circuit",
"longitude of location of circuit",
"nan",
"url"
],
"column_names_cleaned"... |
[
[
"constructorId",
"constructorRef",
"name",
"nationality",
"url"
],
[
"1",
"mclaren",
"McLaren",
"British",
"http://en.wikipedia.org/wiki/McLaren"
],
[
"2",
"bmw_sauber",
"BMW Sauber",
"German",
"http://en.wikipedia.org/wiki/BMW_Sauber"
],
[
... | constructors | formula_1 | {
"column_descriptions": [
"the unique identification number identifying constructors",
"Constructor Reference name",
"full name of the constructor",
"nationality of the constructor",
"the introduction website of the constructor"
],
"column_names_cleaned": [
"constructor Id",
"Construc... |
[
[
"driverId",
"driverRef",
"number",
"code",
"forename",
"surname",
"dob",
"nationality",
"url"
],
[
"1",
"hamilton",
"44",
"HAM",
"Lewis",
"Hamilton",
"1985-01-07",
"British",
"http://en.wikipedia.org/wiki/Lewis_Hamilton"
],
[
"2",... | drivers | formula_1 | {
"column_descriptions": [
"the unique identification number identifying each driver",
"driver reference name",
"number",
"abbreviated code for drivers",
"forename",
"surname",
"date of birth",
"nationality of drivers",
"the introduction website of the drivers"
],
"column_names... |
[
[
"year",
"url"
],
[
"1950",
"http://en.wikipedia.org/wiki/1950_Formula_One_season"
],
[
"1951",
"http://en.wikipedia.org/wiki/1951_Formula_One_season"
],
[
"1952",
"http://en.wikipedia.org/wiki/1952_Formula_One_season"
],
[
"1953",
"http://en.wikipedia.org/wi... | seasons | formula_1 | {
"column_descriptions": [
"the unique identification number identifying the race",
"website link of season race introduction"
],
"column_names_cleaned": [
"race ID",
"url"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"year"
]
} |
[
[
"raceId",
"year",
"round",
"circuitId",
"name",
"date",
"time",
"url"
],
[
"1",
"2009",
"1",
"1",
"Australian Grand Prix",
"2009-03-29",
"06:00:00",
"http://en.wikipedia.org/wiki/2009_Australian_Grand_Prix"
],
[
"2",
"2009",
"2",
... | races | formula_1 | {
"column_descriptions": [
"the unique identification number identifying the race",
"year",
"round",
"circuit Id",
"name of the race",
"duration time",
"time of the location",
"introduction of races"
],
"column_names_cleaned": [
"race ID",
"year",
"round",
"Circuit ... |
[
[
"constructorResultsId",
"raceId",
"constructorId",
"points",
"status"
],
[
"1",
"18",
"1",
"14.0",
"None"
],
[
"2",
"18",
"2",
"8.0",
"None"
],
[
"3",
"18",
"3",
"9.0",
"None"
],
[
"4",
"18",
"4",
"5.0"... | constructorResults | formula_1 | {
"column_descriptions": [
"constructor Results Id",
"race id",
"constructor id",
"points",
"status"
],
"column_names_cleaned": [
"constructor Results Id",
"race Id",
"constructor Id",
"points",
"status"
],
"column_types": [
"integer",
"integer",
"integer",
... |
[
[
"constructorStandingsId",
"raceId",
"constructorId",
"points",
"position",
"positionText",
"wins"
],
[
"1",
"18",
"1",
"14.0",
"1",
"1",
"1"
],
[
"2",
"18",
"2",
"8.0",
"3",
"3",
"0"
],
[
"3",
"18",
"3",
... | constructorStandings | formula_1 | {
"column_descriptions": [
"unique identification of the constructor standing records",
"id number identifying which races",
"id number identifying which id",
"how many points acquired in each race",
"position or track of circuits",
"nan",
"wins"
],
"column_names_cleaned": [
"const... |
[
[
"driverStandingsId",
"raceId",
"driverId",
"points",
"position",
"positionText",
"wins"
],
[
"1",
"18",
"1",
"10.0",
"1",
"1",
"1"
],
[
"2",
"18",
"2",
"8.0",
"2",
"2",
"0"
],
[
"3",
"18",
"3",
"6.0",
... | driverStandings | formula_1 | {
"column_descriptions": [
"the unique identification number identifying driver standing records",
"id number identifying which races",
"id number identifying which drivers",
"how many points acquired in each race",
"position or track of circuits",
"nan",
"wins"
],
"column_names_cleane... |
[
[
"raceId",
"driverId",
"lap",
"position",
"time",
"milliseconds"
],
[
"1",
"1",
"1",
"13",
"1:49.088",
"109088"
],
[
"1",
"1",
"2",
"12",
"1:33.740",
"93740"
],
[
"1",
"1",
"3",
"11",
"1:31.600",
"91600"
]... | lapTimes | formula_1 | {
"column_descriptions": [
"the identification number identifying race",
"the identification number identifying each driver",
"lap number",
"position or track of circuits",
"lap time",
"milliseconds"
],
"column_names_cleaned": [
"race ID",
"driver ID",
"lap",
"position",
... |
[
[
"raceId",
"driverId",
"stop",
"lap",
"time",
"duration",
"milliseconds"
],
[
"841",
"1",
"1",
"16",
"17:28:24",
"23.227",
"23227"
],
[
"841",
"1",
"2",
"36",
"17:59:29",
"23.199",
"23199"
],
[
"841",
"2",
"... | pitStops | formula_1 | {
"column_descriptions": [
"the identification number identifying race",
"the identification number identifying each driver",
"stop number",
"lap number",
"time",
"duration time",
"milliseconds"
],
"column_names_cleaned": [
"race ID",
"driver ID",
"stop",
"lap",
"ti... |
[
[
"qualifyId",
"raceId",
"driverId",
"constructorId",
"number",
"position",
"q1",
"q2",
"q3"
],
[
"1",
"18",
"1",
"1",
"22",
"1",
"1:26.572",
"1:25.187",
"1:26.714"
],
[
"2",
"18",
"9",
"2",
"4",
"2",
"1:26.1... | qualifying | formula_1 | {
"column_descriptions": [
"the unique identification number identifying qualifying",
"the identification number identifying each race",
"the identification number identifying each driver",
"constructor Id",
"number",
"position or track of circuit",
"time in qualifying 1",
"time in qua... |
[
[
"statusId",
"status"
],
[
"1",
"Finished"
],
[
"2",
"Disqualified"
],
[
"3",
"Accident"
],
[
"4",
"Collision"
],
[
"5",
"Engine"
],
[
"6",
"Gearbox"
],
[
"7",
"Transmission"
],
[
"8",
"Clutch"
],
[
"9",... | status | formula_1 | {
"column_descriptions": [
"the unique identification number identifying status",
"full name of status"
],
"column_names_cleaned": [
"status ID",
"status"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"statusId"
]
} |
[
[
"resultId",
"raceId",
"driverId",
"constructorId",
"number",
"grid",
"position",
"positionText",
"positionOrder",
"points",
"laps",
"time",
"milliseconds",
"fastestLap",
"rank",
"fastestLapTime",
"fastestLapSpeed",
"statusId"
],
[
"1"... | results | formula_1 | {
"column_descriptions": [
"the unique identification number identifying race result",
"the identification number identifying the race",
"the identification number identifying the driver",
"the identification number identifying which constructors",
"number",
"the number identifying the area wh... |
[
[
"CDSCode",
"Academic Year",
"County Code",
"District Code",
"School Code",
"County Name",
"District Name",
"School Name",
"District Type",
"School Type",
"Educational Option Type",
"NSLP Provision Status",
"Charter School (Y/N)",
"Charter School Number",
... | frpm | california_schools | {
"column_descriptions": [
"CDSCode",
"Academic Year",
"County Code",
"District Code",
"School Code",
"County Code",
"District Name",
"School Name",
"District Type",
"School Type",
"Educational Option Type",
"NSLP Provision Status",
"Charter School (Y/N)",
"Char... |
[
[
"cds",
"rtype",
"sname",
"dname",
"cname",
"enroll12",
"NumTstTakr",
"AvgScrRead",
"AvgScrMath",
"AvgScrWrite",
"NumGE1500"
],
[
"1100170000000",
"D",
"None",
"Alameda County Office of Education",
"Alameda",
"398",
"88",
"418",
"4... | satscores | california_schools | {
"column_descriptions": [
"California Department Schools",
"rtype",
"school name",
"district segment",
"county name",
"enrollment (1st-12nd grade)",
"Number of Test Takers in this school",
"average scores in Reading",
"average scores in Math",
"average scores in writing",
... |
[
[
"CDSCode",
"NCESDist",
"NCESSchool",
"StatusType",
"County",
"District",
"School",
"Street",
"StreetAbr",
"City",
"Zip",
"State",
"MailStreet",
"MailStrAbr",
"MailCity",
"MailZip",
"MailState",
"Phone",
"Ext",
"Website",
"OpenDate... | schools | california_schools | {
"column_descriptions": [
"CDSCode",
"This field represents the 7-digit National Center for Educational Statistics (NCES) school district identification number. The first 2 digits identify the state and the last 5 digits identify the school district. Combined, they make a unique 7-digit ID for each school di... |
[
[
"id",
"artist",
"asciiName",
"availability",
"borderColor",
"cardKingdomFoilId",
"cardKingdomId",
"colorIdentity",
"colorIndicator",
"colors",
"convertedManaCost",
"duelDeck",
"edhrecRank",
"faceConvertedManaCost",
"faceName",
"flavorName",
"flav... | cards | card_games | {
"column_descriptions": [
"nan",
"The name of the artist that illustrated the card art.",
"The ASCII(opens new window) (Basic/128) code formatted card name with no special unicode characters.",
"A list of the card's available printing types.",
"The color of the card border.",
"card Kingdom Fo... |
[
[
"id",
"flavorText",
"language",
"multiverseid",
"name",
"text",
"type",
"uuid"
],
[
"1",
"„Es ist der Wille aller, und meine Hand, die ihn ausführt.\"",
"German",
"148411",
"Ausgewählter der Ahnfrau",
"Erstschlag (Diese Kreatur fügt Kampfschaden vor Krea... | foreign_data | card_games | {
"column_descriptions": [
"unique id number identifying this row of data",
"The foreign flavor text of the card.",
"The foreign language of card.",
"The foreign multiverse identifier of the card.",
"The foreign name of the card.",
"The foreign text ruling of the card.",
"The foreign type ... |
[
[
"id",
"format",
"status",
"uuid"
],
[
"1",
"commander",
"Legal",
"5f8287b1-5bb6-5f4c-ad17-316a40d5bb0c"
],
[
"2",
"duel",
"Legal",
"5f8287b1-5bb6-5f4c-ad17-316a40d5bb0c"
],
[
"3",
"legacy",
"Legal",
"5f8287b1-5bb6-5f4c-ad17-316a40d5bb0c"
... | legalities | card_games | {
"column_descriptions": [
"unique id identifying this legality",
"format of play",
"nan",
"nan"
],
"column_names_cleaned": [
"id",
"format",
"status",
"uuid"
],
"column_types": [
"integer",
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_nam... |
[
[
"id",
"baseSetSize",
"block",
"booster",
"code",
"isFoilOnly",
"isForeignOnly",
"isNonFoilOnly",
"isOnlineOnly",
"isPartialPreview",
"keyruneCode",
"mcmId",
"mcmIdExtras",
"mcmName",
"mtgoCode",
"name",
"parentCode",
"releaseDate",
"tcgpl... | sets | card_games | {
"column_descriptions": [
"unique id identifying this set",
"The number of cards in the set.",
"The block name the set was in.",
"A breakdown of possibilities and weights of cards in a booster pack.",
"The set code for the set.",
"If the set is only available in foil.",
"If the set is ava... |
[
[
"id",
"language",
"setCode",
"translation"
],
[
"1",
"Chinese Simplified",
"10E",
"核心系列第十版"
],
[
"2",
"Chinese Traditional",
"10E",
"核心系列第十版"
],
[
"3",
"French",
"10E",
"Dixième édition"
],
[
"4",
"German",
"10E",
"Hau... | set_translations | card_games | {
"column_descriptions": [
"unique id identifying this set",
"language of this card set",
"the set code for this set",
"translation of this card set"
],
"column_names_cleaned": [
"id",
"language",
"set code",
"translation"
],
"column_types": [
"integer",
"text",
"te... |
[
[
"id",
"date",
"text",
"uuid"
],
[
"1",
"2007-07-15",
"You draw the card when Bandage resolves, not when the damage is actually prevented.",
"6d268c95-c176-5766-9a46-c14f739aba1c"
],
[
"2",
"2007-02-01",
"If you double a negative life total, you do the real math.... | rulings | card_games | {
"column_descriptions": [
"unique id identifying this ruling",
"date",
"description about this ruling",
"nan"
],
"column_names_cleaned": [
"id",
"date",
"text",
"uuid"
],
"column_types": [
"integer",
"date",
"text",
"text"
],
"foreign_keys": [
{
"... |
[
[
"id",
"player_fifa_api_id",
"player_api_id",
"date",
"overall_rating",
"potential",
"preferred_foot",
"attacking_work_rate",
"defensive_work_rate",
"crossing",
"finishing",
"heading_accuracy",
"short_passing",
"volleys",
"dribbling",
"curve",
"fr... | Player_Attributes | european_football_2 | {
"column_descriptions": [
"the unique id for players",
"the id of the player fifa api",
"the id of the player api",
"date",
"the overall rating of the player",
"potential of the player",
"the player's preferred foot when attacking",
"the player's attacking work rate",
"the player'... |
[
[
"id",
"player_api_id",
"player_name",
"player_fifa_api_id",
"birthday",
"height",
"weight"
],
[
"1",
"505942",
"Aaron Appindangoye",
"218353",
"1992-02-29 00:00:00",
"182.88",
"187"
],
[
"2",
"155782",
"Aaron Cresswell",
"189615",
... | Player | european_football_2 | {
"column_descriptions": [
"the unique id for players",
"the id of the player api",
"player name",
"the id of the player fifa api",
"the player's birthday",
"the player's height",
"the player's weight"
],
"column_names_cleaned": [
"id",
"player api id",
"player name",
"... |
[
[
"id",
"country_id",
"name"
],
[
"1",
"1",
"Belgium Jupiler League"
],
[
"1729",
"1729",
"England Premier League"
],
[
"4769",
"4769",
"France Ligue 1"
],
[
"7809",
"7809",
"Germany 1. Bundesliga"
],
[
"10257",
"10257",
"It... | League | european_football_2 | {
"column_descriptions": [
"the unique id for leagues",
"the unique id for countries",
"league name"
],
"column_names_cleaned": [
"id",
"country id",
"name"
],
"column_types": [
"integer",
"integer",
"text"
],
"foreign_keys": [
{
"column_name": "country_id",
... |
[
[
"id",
"name"
],
[
"1",
"Belgium"
],
[
"1729",
"England"
],
[
"4769",
"France"
],
[
"7809",
"Germany"
],
[
"10257",
"Italy"
],
[
"13274",
"Netherlands"
],
[
"15722",
"Poland"
],
[
"17642",
"Portugal"
],
[
... | Country | european_football_2 | {
"column_descriptions": [
"the unique id for countries",
"country name"
],
"column_names_cleaned": [
"id",
"name"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"team_api_id",
"team_fifa_api_id",
"team_long_name",
"team_short_name"
],
[
"1",
"9987",
"673",
"KRC Genk",
"GEN"
],
[
"2",
"9993",
"675",
"Beerschot AC",
"BAC"
],
[
"3",
"10000",
"15005",
"SV Zulte-Waregem",
"ZUL"
... | Team | european_football_2 | {
"column_descriptions": [
"the unique id for teams",
"the id of the team api",
"the id of the team fifa api",
"the team's long name",
"the team's short name"
],
"column_names_cleaned": [
"id",
"team api id",
"team federation international football association api id",
"team lo... |
[
[
"id",
"team_fifa_api_id",
"team_api_id",
"date",
"buildUpPlaySpeed",
"buildUpPlaySpeedClass",
"buildUpPlayDribbling",
"buildUpPlayDribblingClass",
"buildUpPlayPassing",
"buildUpPlayPassingClass",
"buildUpPlayPositioningClass",
"chanceCreationPassing",
"chanceCre... | Team_Attributes | european_football_2 | {
"column_descriptions": [
"the unique id for teams",
"the id of the team fifa api",
"the id of the team api",
"Date",
"the speed in which attacks are put together",
"the speed class",
"the tendency/ frequency of dribbling",
"the dribbling class",
"affects passing distance and supp... |
[
[
"id",
"country_id",
"league_id",
"season",
"stage",
"date",
"match_api_id",
"home_team_api_id",
"away_team_api_id",
"home_team_goal",
"away_team_goal",
"home_player_X1",
"home_player_X2",
"home_player_X3",
"home_player_X4",
"home_player_X5",
"hom... | Match | european_football_2 | {
"column_descriptions": [
"the unique id for matches",
"country id",
"league id",
"the season of the match",
"the stage of the match",
"the date of the match",
"the id of the match api",
"the id of the home team api",
"the id of the away team api",
"the goal of the home team",... |
[
[
"ID",
"Examination Date",
"aCL IgG",
"aCL IgM",
"ANA",
"ANA Pattern",
"aCL IgA",
"Diagnosis",
"KCT",
"RVVT",
"LAC",
"Symptoms",
"Thrombosis"
],
[
"14872",
"1997-05-27",
"1.3",
"1.6",
"256",
"P",
"0",
"MCTD, AMI",
"None",
... | Examination | thrombosis_prediction | {
"column_descriptions": [
"identification of the patient",
"Examination Date",
"anti-Cardiolipin antibody (IgG) concentration",
"anti-Cardiolipin antibody (IgM) concentration",
"anti-nucleus antibody concentration",
"pattern observed in the sheet of ANA examination",
"anti-Cardiolipin ant... |
[
[
"ID",
"SEX",
"Birthday",
"Description",
"First Date",
"Admission",
"Diagnosis"
],
[
"2110",
"F",
"1934-02-13",
"1994-02-14",
"1993-02-10",
"+",
"RA susp."
],
[
"11408",
"F",
"1937-05-02",
"1996-12-01",
"1973-01-01",
"+",
"... | Patient | thrombosis_prediction | {
"column_descriptions": [
"identification of the patient",
"Sex",
"Birthday",
"the first date when a patient data was recorded",
"the date when a patient came to the hospital",
"patient was admitted to the hospital (+) or followed at the outpatient clinic (-)",
"disease names"
],
"col... |
[
[
"ID",
"Date",
"GOT",
"GPT",
"LDH",
"ALP",
"TP",
"ALB",
"UA",
"UN",
"CRE",
"T-BIL",
"T-CHO",
"TG",
"CPK",
"GLU",
"WBC",
"RBC",
"HGB",
"HCT",
"PLT",
"PT",
"APTT",
"FG",
"PIC",
"TAT",
"TAT2",
"U-PRO",
... | Laboratory | thrombosis_prediction | {
"column_descriptions": [
"identification of the patient",
"Date of the laboratory tests (YYMMDD)",
"AST glutamic oxaloacetic transaminase",
"ALT glutamic pyruvic transaminase",
"lactate dehydrogenase",
"alkaliphophatase",
"total protein",
"albumin",
"uric acid",
"urea nitroge... |
[
[
"atom_id",
"molecule_id",
"element"
],
[
"TR000_1",
"TR000",
"cl"
],
[
"TR000_2",
"TR000",
"c"
],
[
"TR000_3",
"TR000",
"cl"
],
[
"TR000_4",
"TR000",
"cl"
],
[
"TR000_5",
"TR000",
"h"
],
[
"TR001_1",
"TR001",
... | atom | toxicology | {
"column_descriptions": [
"the unique id of atoms",
"identifying the molecule to which the atom belongs",
"the element of the toxicology"
],
"column_names_cleaned": [
"atom id",
"molecule id",
"element"
],
"column_types": [
"text",
"text",
"text"
],
"foreign_keys": [
... |
[
[
"bond_id",
"molecule_id",
"bond_type"
],
[
"TR000_1_2",
"TR000",
"-"
],
[
"TR000_2_3",
"TR000",
"-"
],
[
"TR000_2_4",
"TR000",
"-"
],
[
"TR000_2_5",
"TR000",
"-"
],
[
"TR001_10_11",
"TR001",
"="
],
[
"TR001_1_12",
... | bond | toxicology | {
"column_descriptions": [
"unique id representing bonds",
"identifying the molecule in which the bond appears",
"type of the bond"
],
"column_names_cleaned": [
"bond_id",
"molecule_id",
"bond_type"
],
"column_types": [
"text",
"text",
"text"
],
"foreign_keys": [
{
... |
[
[
"atom_id",
"atom_id2",
"bond_id"
],
[
"TR000_1",
"TR000_2",
"TR000_1_2"
],
[
"TR000_2",
"TR000_1",
"TR000_1_2"
],
[
"TR000_2",
"TR000_3",
"TR000_2_3"
],
[
"TR000_3",
"TR000_2",
"TR000_2_3"
],
[
"TR000_2",
"TR000_4",
"TR000... | connected | toxicology | {
"column_descriptions": [
"id of the first atom",
"id of the second atom",
"bond id representing bond between two atoms"
],
"column_names_cleaned": [
"atom id",
"atom id 2",
"bond id"
],
"column_types": [
"text",
"text",
"text"
],
"foreign_keys": [
{
"column_... |
[
[
"molecule_id",
"label"
],
[
"TR000",
"+"
],
[
"TR001",
"+"
],
[
"TR002",
"-"
],
[
"TR004",
"-"
],
[
"TR006",
"+"
],
[
"TR007",
"-"
],
[
"TR008",
"-"
],
[
"TR009",
"-"
],
[
"TR010",
"-"
],
[
... | molecule | toxicology | {
"column_descriptions": [
"unique id of molecule",
"whether this molecule is carcinogenic or not"
],
"column_names_cleaned": [
"molecule id",
"label"
],
"column_types": [
"text",
"text"
],
"foreign_keys": [],
"primary_key": [
"molecule_id"
]
} |
[
[
"event_id",
"event_name",
"event_date",
"type",
"notes",
"location",
"status"
],
[
"rec0Si5cQ4rJRVzd6",
"March Meeting",
"2020-03-10T12:00:00",
"Meeting",
"None",
"MU 215",
"Open"
],
[
"rec0akZnLLpGUloLH",
"Officers meeting - January",
"2... | event | student_club | {
"column_descriptions": [
"A unique identifier for the event",
"event name",
"The date the event took place or is scheduled to take place",
"The kind of event, such as game, social, election",
"A free text field for any notes about the event",
"Address where the event was held or is to be hel... |
[
[
"major_id",
"major_name",
"department",
"college"
],
[
"rec06DF6vZ1CyPKpc",
"Outdoor Product Design and Development",
"School of Applied Sciences, Technology and Education",
"College of Agriculture and Applied Sciences"
],
[
"rec09LedkREyskCNv",
"Agricultural Commun... | major | student_club | {
"column_descriptions": [
"A unique identifier for each major",
"major name",
"The name of the department that offers the major",
"The name college that houses the department that offers the major"
],
"column_names_cleaned": [
"major id",
"major name",
"department",
"college"
],... |
[
[
"zip_code",
"type",
"city",
"county",
"state",
"short_state"
],
[
"501",
"Unique",
"Holtsville",
"Suffolk County",
"New York",
"NY"
],
[
"544",
"Unique",
"Holtsville",
"Suffolk County",
"New York",
"NY"
],
[
"601",
"Standa... | zip_code | student_club | {
"column_descriptions": [
"The ZIP code itself. A five-digit number identifying a US post office.",
"The kind of ZIP code",
"The city to which the ZIP pertains",
"The county to which the ZIP pertains",
"The name of the state to which the ZIP pertains",
"The abbreviation of the state to which ... |
[
[
"link_to_event",
"link_to_member"
],
[
"rec2N69DMcrqN9PJC",
"recD078PnS3x2doBe"
],
[
"rec2N69DMcrqN9PJC",
"recP6DJPyi5donvXL"
],
[
"rec2N69DMcrqN9PJC",
"rec28ORZgcm1dtqBZ"
],
[
"rec2N69DMcrqN9PJC",
"recTjHY5xXhvkCdVT"
],
[
"rec2N69DMcrqN9PJC",
"r... | attendance | student_club | {
"column_descriptions": [
"The unique identifier of the event which was attended",
"The unique identifier of the member who attended the event"
],
"column_names_cleaned": [
"link to event",
"link to member"
],
"column_types": [
"text",
"text"
],
"foreign_keys": [
{
"colu... |
[
[
"budget_id",
"category",
"spent",
"remaining",
"amount",
"event_status",
"link_to_event"
],
[
"rec0QmEc3cSQFQ6V2",
"Advertisement",
"67.81",
"7.19",
"75",
"Closed",
"recI43CzsZ0Q625ma"
],
[
"rec1bG6HSft7XIvTP",
"Food",
"121.14",
"28.8... | budget | student_club | {
"column_descriptions": [
"A unique identifier for the budget entry",
"The area for which the amount is budgeted, such as, advertisement, food, parking",
"The total amount spent in the budgeted category for an event.",
"A value calculated as the amount budgeted minus the amount spent",
"The amoun... |
[
[
"expense_id",
"expense_description",
"expense_date",
"cost",
"approved",
"link_to_member",
"link_to_budget"
],
[
"rec017x6R3hQqkLAo",
"Post Cards, Posters",
"2019-08-20",
"122.06",
"true",
"rec4BLdZHS2Blfp4v",
"recvKTAWAFKkVNnXQ"
],
[
"rec1nIjoZK... | expense | student_club | {
"column_descriptions": [
"unique id of income",
"A textual description of what the money was spend for",
"The date the expense was incurred",
"The dollar amount of the expense",
"A true or false value indicating if the expense was approved",
"The member who incurred the expense",
"The un... |
[
[
"income_id",
"date_received",
"amount",
"source",
"notes",
"link_to_member"
],
[
"rec0s9ZrO15zhzUeE",
"2019-10-17",
"50",
"Dues",
"None",
"reccW7q1KkhSKZsea"
],
[
"rec7f5XMQZexgtQJo",
"2019-09-04",
"50",
"Dues",
"None",
"recTjHY5xXhvk... | income | student_club | {
"column_descriptions": [
"A unique identifier for each record of income",
"the date that the fund received",
"amount of funds",
"A value indicating where the funds come from such as dues, or the annual university allocation",
"A free-text value giving any needed details about the receipt of fund... |
[
[
"member_id",
"first_name",
"last_name",
"email",
"position",
"t_shirt_size",
"phone",
"zip",
"link_to_major"
],
[
"rec1x5zBFIqoOuPW8",
"Angela",
"Sanders",
"angela.sanders@lpu.edu",
"Member",
"Medium",
"(651) 928-4507",
"55108",
"recxK3MH... | member | student_club | {
"column_descriptions": [
"unique id of member",
"member's first name",
"member's last name",
"member's email",
"The position the member holds in the club",
"The size of tee shirt that member wants when shirts are ordered",
"The best telephone at which to contact the member",
"the zip... |
[
[
"id",
"alignment"
],
[
"1",
"Good"
],
[
"2",
"Bad"
],
[
"3",
"Neutral"
],
[
"4",
"N/A"
]
] | alignment | superhero | {
"column_descriptions": [
"the unique identifier of the alignment",
"the alignment of the superhero"
],
"column_names_cleaned": [
"id",
"alignment"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"attribute_name"
],
[
"1",
"Intelligence"
],
[
"2",
"Strength"
],
[
"3",
"Speed"
],
[
"4",
"Durability"
],
[
"5",
"Power"
],
[
"6",
"Combat"
]
] | attribute | superhero | {
"column_descriptions": [
"the unique identifier of the attribute",
"the attribute"
],
"column_names_cleaned": [
"id",
"attribute name"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"colour"
],
[
"1",
"No Colour"
],
[
"2",
"Amber"
],
[
"3",
"Auburn"
],
[
"4",
"Black"
],
[
"5",
"Black/Blue"
],
[
"6",
"Blond"
],
[
"7",
"Blue"
],
[
"8",
"Blue/White"
],
[
"9",
"Brown"
],
... | colour | superhero | {
"column_descriptions": [
"the unique identifier of the color",
"the color of the superhero's skin/eye/hair/etc"
],
"column_names_cleaned": [
"id",
"colour"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"gender"
],
[
"1",
"Male"
],
[
"2",
"Female"
],
[
"3",
"N/A"
]
] | gender | superhero | {
"column_descriptions": [
"the unique identifier of the gender",
"the gender of the superhero"
],
"column_names_cleaned": [
"id",
"gender"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"publisher_name"
],
[
"1",
""
],
[
"2",
"ABC Studios"
],
[
"3",
"Dark Horse Comics"
],
[
"4",
"DC Comics"
],
[
"5",
"George Lucas"
],
[
"6",
"Hanna-Barbera"
],
[
"7",
"HarperCollins"
],
[
"8",
"Icon Comic... | publisher | superhero | {
"column_descriptions": [
"the unique identifier of the publisher",
"the name of the publisher"
],
"column_names_cleaned": [
"id",
"publisher_name"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"race"
],
[
"1",
"-"
],
[
"2",
"Alien"
],
[
"3",
"Alpha"
],
[
"4",
"Amazon"
],
[
"5",
"Android"
],
[
"6",
"Animal"
],
[
"7",
"Asgardian"
],
[
"8",
"Atlantean"
],
[
"9",
"Bizarro"
],
[
... | race | superhero | {
"column_descriptions": [
"the unique identifier of the race",
"the race of the superhero"
],
"column_names_cleaned": [
"id",
"race"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"id",
"superhero_name",
"full_name",
"gender_id",
"eye_colour_id",
"hair_colour_id",
"skin_colour_id",
"race_id",
"publisher_id",
"alignment_id",
"height_cm",
"weight_kg"
],
[
"1",
"3-D Man",
"Charles Chandler",
"1",
"9",
"13",
"1",
... | superhero | superhero | {
"column_descriptions": [
"the unique identifier of the superhero",
"the name of the superhero",
"the full name of the superhero",
"the id of the superhero's gender",
"the id of the superhero's eye color",
"the id of the superhero's hair color",
"the id of the superhero's skin color",
... |
[
[
"hero_id",
"attribute_id",
"attribute_value"
],
[
"1",
"1",
"80"
],
[
"2",
"1",
"75"
],
[
"3",
"1",
"95"
],
[
"4",
"1",
"80"
],
[
"5",
"1",
"85"
],
[
"6",
"1",
"100"
],
[
"8",
"1",
"85"
],... | hero_attribute | superhero | {
"column_descriptions": [
"the id of the hero\nMaps to superhero(id)",
"the id of the attribute\nMaps to attribute(id)",
"the attribute value"
],
"column_names_cleaned": [
"hero id",
"attribute id",
"attribute value"
],
"column_types": [
"integer",
"integer",
"integer"
]... |
[
[
"id",
"power_name"
],
[
"1",
"Agility"
],
[
"2",
"Accelerated Healing"
],
[
"3",
"Lantern Power Ring"
],
[
"4",
"Dimensional Awareness"
],
[
"5",
"Cold Resistance"
],
[
"6",
"Durability"
],
[
"7",
"Stealth"
],
[
"8... | superpower | superhero | {
"column_descriptions": [
"the unique identifier of the superpower",
"the superpower name"
],
"column_names_cleaned": [
"id",
"power name"
],
"column_types": [
"integer",
"text"
],
"foreign_keys": [],
"primary_key": [
"id"
]
} |
[
[
"hero_id",
"power_id"
],
[
"1",
"1"
],
[
"1",
"18"
],
[
"1",
"26"
],
[
"1",
"31"
],
[
"2",
"2"
],
[
"2",
"6"
],
[
"2",
"16"
],
[
"2",
"18"
],
[
"2",
"26"
],
[
"2",
"51"
],
[
"2",... | hero_power | superhero | {
"column_descriptions": [
"the id of the hero\nMaps to superhero(id)",
"the id of the power\nMaps to superpower(id)"
],
"column_names_cleaned": [
"hero id",
"power id"
],
"column_types": [
"integer",
"integer"
],
"foreign_keys": [
{
"column_name": "power_id",
"refe... |
[
[
"Id",
"UserId",
"Name",
"Date"
],
[
"1",
"5",
"Teacher",
"2010-07-19 19:39:07.0"
],
[
"2",
"6",
"Teacher",
"2010-07-19 19:39:07.0"
],
[
"3",
"8",
"Teacher",
"2010-07-19 19:39:07.0"
],
[
"4",
"23",
"Teacher",
"2010-07-1... | badges | codebase_community | {
"column_descriptions": [
"the badge id",
"the unique id of the user",
"the badge name the user obtained",
"the date that the user obtained the badge"
],
"column_names_cleaned": [
"Id",
"User Id",
"Name",
"Date"
],
"column_types": [
"integer",
"integer",
"text",
... |
[
[
"Id",
"PostId",
"Score",
"Text",
"CreationDate",
"UserId",
"UserDisplayName"
],
[
"1",
"3",
"5",
"Could be a poster child fo argumentative and subjective. At the least, need to define 'valuable'.",
"2010-07-19 19:15:52.0",
"13",
"None"
],
[
"2",... | comments | codebase_community | {
"column_descriptions": [
"the comment Id",
"the unique id of the post",
"rating score",
"the detailed content of the comment",
"the creation date of the comment",
"the id of the user who post the comment",
"user's display name"
],
"column_names_cleaned": [
"Id",
"Post Id",
... |
[
[
"Id",
"PostHistoryTypeId",
"PostId",
"RevisionGUID",
"CreationDate",
"UserId",
"Text",
"Comment",
"UserDisplayName"
],
[
"1",
"2",
"1",
"e58bf7fd-e60f-4c58-a6e4-dfc91cf98a69",
"2010-07-19 19:12:12.0",
"8",
"How should I elicit prior distributions... | postHistory | codebase_community | {
"column_descriptions": [
"the post history id",
"the id of the post history type",
"the unique id of the post",
"the revision globally unique id of the post",
"the creation date of the post",
"the user who post the post",
"the detailed content of the post",
"comments of the post",
... |
[
[
"Id",
"CreationDate",
"PostId",
"RelatedPostId",
"LinkTypeId"
],
[
"108",
"2010-07-21 14:47:33.0",
"395",
"173",
"1"
],
[
"145",
"2010-07-23 16:30:41.0",
"548",
"539",
"1"
],
[
"217",
"2010-07-26 20:12:15.0",
"375",
"30",
... | postLinks | codebase_community | {
"column_descriptions": [
"the post link id",
"the creation date of the post link",
"the post id",
"the id of the related post",
"the id of the link type"
],
"column_names_cleaned": [
"Id",
"Creation Date",
"Post Id",
"Related Post Id",
"Link Type Id"
],
"column_types"... |
[
[
"Id",
"PostTypeId",
"AcceptedAnswerId",
"CreaionDate",
"Score",
"ViewCount",
"Body",
"OwnerUserId",
"LasActivityDate",
"Title",
"Tags",
"AnswerCount",
"CommentCount",
"FavoriteCount",
"LastEditorUserId",
"LastEditDate",
"CommunityOwnedDate",
... | posts | codebase_community | {
"column_descriptions": [
"the post id",
"the id of the post type",
"the accepted answer id of the post",
"the creation date of the post",
"the score of the post",
"the view count of the post",
"the body of the post",
"the id of the owner user",
"the last activity date",
"the ... |
[
[
"Id",
"TagName",
"Count",
"ExcerptPostId",
"WikiPostId"
],
[
"1",
"bayesian",
"1342",
"20258",
"20257"
],
[
"2",
"prior",
"168",
"62158",
"62157"
],
[
"3",
"elicitation",
"6",
"None",
"None"
],
[
"4",
"normalit... | tags | codebase_community | {
"column_descriptions": [
"the tag id",
"the name of the tag",
"the count of posts that contain this tag",
"the excerpt post id of the tag",
"the wiki post id of the tag"
],
"column_names_cleaned": [
"Id",
"Tag Name",
"Count",
"Excerpt Post Id",
"Wiki Post Id"
],
"colu... |
[
[
"Id",
"Reputation",
"CreationDate",
"DisplayName",
"LastAccessDate",
"WebsiteUrl",
"Location",
"AboutMe",
"Views",
"UpVotes",
"DownVotes",
"AccountId",
"Age",
"ProfileImageUrl"
],
[
"-1",
"1",
"2010-07-19 06:55:26.0",
"Community",
"20... | users | codebase_community | {
"column_descriptions": [
"the user id",
"the user's reputation",
"the creation date of the user account",
"the user's display name",
"the last access date of the user account",
"the website url of the user account",
"user's location",
"the self introduction of the user",
"the num... |
[
[
"Id",
"PostId",
"VoteTypeId",
"CreationDate",
"UserId",
"BountyAmount"
],
[
"1",
"3",
"2",
"2010-07-19",
"None",
"None"
],
[
"2",
"2",
"2",
"2010-07-19",
"None",
"None"
],
[
"3",
"5",
"2",
"2010-07-19",
"None",... | votes | codebase_community | {
"column_descriptions": [
"the vote id",
"the id of the post that is voted",
"the id of the vote type",
"the creation date of the vote",
"the id of the voter",
"the amount of bounty"
],
"column_names_cleaned": [
"Id",
"Post Id",
"Vote Type Id",
"Creation Date",
"User I... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.