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_key": [ "GasStationID" ] }
[ [ "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", "Product ID", "Amount", "Price" ], "column_types": [ "integer", "date", "text", "integer", "integer", "integer", "integer", "integer", "real" ], "foreign_keys": [ { "column_name": "CustomerID", "referenced_column_name": "CustomerID", "referenced_table_name": "customers" }, { "column_name": "GasStationID", "referenced_column_name": "GasStationID", "referenced_table_name": "gasstations" }, { "column_name": "ProductID", "referenced_column_name": "ProductID", "referenced_table_name": "products" } ], "primary_key": [ "TransactionID" ] }
[ [ "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": "CustomerID", "referenced_table_name": "customers" } ], "primary_key": [ "CustomerID", "Date" ] }
[ [ "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", "text", "date" ], "foreign_keys": [ { "column_name": "district_id", "referenced_column_name": "district_id", "referenced_table_name": "district" } ], "primary_key": [ "account_id" ] }
[ [ "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", "date" ], "foreign_keys": [ { "column_name": "disp_id", "referenced_column_name": "disp_id", "referenced_table_name": "disp" } ], "primary_key": [ "card_id" ] }
[ [ "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": [ { "column_name": "district_id", "referenced_column_name": "district_id", "referenced_table_name": "district" } ], "primary_key": [ "client_id" ] }
[ [ "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", "integer", "text" ], "foreign_keys": [ { "column_name": "client_id", "referenced_column_name": "client_id", "referenced_table_name": "client" }, { "column_name": "account_id", "referenced_column_name": "account_id", "referenced_table_name": "account" } ], "primary_key": [ "disp_id" ] }
[ [ "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 salary", "unemployment rate 1995", "unemployment rate 1996", "no. of entrepreneurs per 1000 inhabitants", "no. of committed crimes 1995", "no. of committed crimes 1996" ], "column_names_cleaned": [ "location of branch", "district_name", "region", "number of inhabitants", "no. of municipalities with inhabitants < 499", "no. of municipalities with inhabitants 500-1999", "no. of municipalities with inhabitants 2000-9999", "no. of municipalities with inhabitants > 10000", "A9", "ratio of urban inhabitants", "average salary", "unemployment rate 1995", "unemployment rate 1996", "no. of entrepreneurs per 1000 inhabitants", "no. of committed crimes 1995", "no. of committed crimes 1996" ], "column_types": [ "integer", "text", "text", "text", "text", "text", "text", "integer", "integer", "real", "integer", "real", "real", "integer", "integer", "integer" ], "foreign_keys": [], "primary_key": [ "district_id" ] }
[ [ "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", "date", "amount", "duration", "monthly payments", "status" ], "column_types": [ "integer", "integer", "date", "integer", "integer", "real", "text" ], "foreign_keys": [ { "column_name": "account_id", "referenced_column_name": "account_id", "referenced_table_name": "account" } ], "primary_key": [ "loan_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 recipient", "debited amount", "characterization of the payment" ], "column_types": [ "integer", "integer", "text", "integer", "real", "text" ], "foreign_keys": [ { "column_name": "account_id", "referenced_column_name": "account_id", "referenced_table_name": "account" } ], "primary_key": [ "order_id" ] }
[ [ "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 transaction", "+/- transaction", "mode of transaction", "amount of money", "balance after transaction", "characterization of the transaction", "bank of the partner", "account of the partner" ], "column_types": [ "integer", "integer", "date", "text", "text", "integer", "integer", "text", "text", "integer" ], "foreign_keys": [ { "column_name": "account_id", "referenced_column_name": "account_id", "referenced_table_name": "account" } ], "primary_key": [ "trans_id" ] }
[ [ "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": [ "circuit Id", "circuit reference name", "name", "location", "country", "latitude", "longitude", "alt", "url" ], "column_types": [ "integer", "text", "text", "text", "text", "real", "real", "integer", "text" ], "foreign_keys": [], "primary_key": [ "circuitId" ] }
[ [ "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", "Constructor Reference name", "name", "nationality", "url" ], "column_types": [ "integer", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "constructorId" ] }
[ [ "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_cleaned": [ "driver ID", "driver reference name", "number", "code", "forename", "surname", "date of birth", "nationality", "url" ], "column_types": [ "integer", "text", "integer", "text", "text", "text", "date", "text", "text" ], "foreign_keys": [], "primary_key": [ "driverId" ] }
[ [ "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 Id", "name", "date", "time", "url" ], "column_types": [ "integer", "integer", "integer", "integer", "text", "date", "text", "text" ], "foreign_keys": [ { "column_name": "circuitId", "referenced_column_name": "circuitId", "referenced_table_name": "circuits" }, { "column_name": "year", "referenced_column_name": "year", "referenced_table_name": "seasons" } ], "primary_key": [ "raceId" ] }
[ [ "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", "real", "text" ], "foreign_keys": [ { "column_name": "constructorId", "referenced_column_name": "constructorId", "referenced_table_name": "constructors" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "constructorResultsId" ] }
[ [ "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": [ "constructor Standings Id", "race id", "constructor id", "points", "position", "position text", "wins" ], "column_types": [ "integer", "integer", "integer", "real", "integer", "text", "integer" ], "foreign_keys": [ { "column_name": "constructorId", "referenced_column_name": "constructorId", "referenced_table_name": "constructors" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "constructorStandingsId" ] }
[ [ "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_cleaned": [ "driver Standings Id", "constructor Reference name", "driverId", "points", "position", "position text", "wins" ], "column_types": [ "integer", "integer", "integer", "real", "integer", "text", "integer" ], "foreign_keys": [ { "column_name": "driverId", "referenced_column_name": "driverId", "referenced_table_name": "drivers" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "driverStandingsId" ] }
[ [ "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", "time", "milliseconds" ], "column_types": [ "integer", "integer", "integer", "integer", "text", "integer" ], "foreign_keys": [ { "column_name": "driverId", "referenced_column_name": "driverId", "referenced_table_name": "drivers" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "raceId", "driverId", "lap" ] }
[ [ "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", "time", "duration", "milliseconds" ], "column_types": [ "integer", "integer", "integer", "integer", "text", "text", "integer" ], "foreign_keys": [ { "column_name": "driverId", "referenced_column_name": "driverId", "referenced_table_name": "drivers" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "raceId", "driverId", "stop" ] }
[ [ "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 qualifying 2", "time in qualifying 3" ], "column_names_cleaned": [ "qualify Id", "race Id", "driver Id", "constructor id", "number", "position", "qualifying 1", "qualifying 2", "qualifying 3" ], "column_types": [ "integer", "integer", "integer", "integer", "integer", "integer", "text", "text", "text" ], "foreign_keys": [ { "column_name": "constructorId", "referenced_column_name": "constructorId", "referenced_table_name": "constructors" }, { "column_name": "driverId", "referenced_column_name": "driverId", "referenced_table_name": "drivers" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "qualifyId" ] }
[ [ "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 where cars are set into a grid formation in order to start the race.", "The finishing position or track of circuits", "nan", "the finishing order of positions", "points", "lap number", "finish time", "the actual finishing time of drivers in milliseconds", "fastest lap number", "starting rank positioned by fastest lap speed", "fastest Lap Time", "fastest Lap Speed", "status ID" ], "column_names_cleaned": [ "Result ID", "race ID", "driver ID", "constructor Id", "number", "grid", "position", "position text", "position order", "points", "laps", "time", "milliseconds", "fastest lap", "rank", "fastest Lap Time", "fastest Lap Speed", "status Id" ], "column_types": [ "integer", "integer", "integer", "integer", "integer", "integer", "integer", "text", "integer", "real", "integer", "text", "integer", "integer", "integer", "text", "text", "integer" ], "foreign_keys": [ { "column_name": "statusId", "referenced_column_name": "statusId", "referenced_table_name": "status" }, { "column_name": "constructorId", "referenced_column_name": "constructorId", "referenced_table_name": "constructors" }, { "column_name": "driverId", "referenced_column_name": "driverId", "referenced_table_name": "drivers" }, { "column_name": "raceId", "referenced_column_name": "raceId", "referenced_table_name": "races" } ], "primary_key": [ "resultId" ] }
[ [ "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)", "Charter School Number", "Charter Funding Type", "nan", "Low Grade", "High Grade", "Enrollment (K-12)", "Free Meal Count (K-12)", "nan", "Free or Reduced Price Meal Count (K-12)", "nan", "Enrollment (Ages 5-17)", "Free Meal Count (Ages 5-17)", "nan", "nan", "nan", "2013-14 CALPADS Fall 1 Certification Status" ], "column_names_cleaned": [ "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", "Charter Funding Type", "IRC", "Low Grade", "High Grade", "Enrollment (K-12)", "Free Meal Count (K-12)", "Percent (%) Eligible Free (K-12)", "FRPM Count (K-12)", "Percent (%) Eligible FRPM (K-12)", "Enrollment (Ages 5-17)", "Free Meal Count (Ages 5-17)", "Percent (%) Eligible Free (Ages 5-17)", "FRPM Count (Ages 5-17)", "Percent (%) Eligible FRPM (Ages 5-17)", "2013-14 CALPADS Fall 1 Certification Status" ], "column_types": [ "text", "text", "text", "integer", "text", "text", "text", "text", "text", "text", "text", "text", "integer", "text", "text", "integer", "text", "text", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "integer" ], "foreign_keys": [ { "column_name": "CDSCode", "referenced_column_name": "CDSCode", "referenced_table_name": "schools" } ], "primary_key": [ "CDSCode" ] }
[ [ "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", "Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500" ], "column_names_cleaned": [ "cds", "rtype", "school name", "district name", "county name", "enrollment (1st-12nd grade)", "Number of Test Takers", "average scores in Reading", "average scores in Math", "average scores in writing", "Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500" ], "column_types": [ "text", "text", "text", "text", "text", "integer", "integer", "integer", "integer", "integer", "integer" ], "foreign_keys": [ { "column_name": "cds", "referenced_column_name": "CDSCode", "referenced_table_name": "schools" } ], "primary_key": [ "cds" ] }
[ [ "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 district.", "This field represents the 5-digit NCES school identification number. The NCESSchool combined with the NCESDist form a unique 12-digit ID for each school.", "This field identifies the status of the district.", "County name", "District", "School", "Street", "The abbreviated street address of the school, district, or administrative authority’s physical location.", "City", "Zip", "State", "MailStreet", "nan", "nan", "nan", "nan", "Phone", "The phone number extension of the school, district, or administrative authority.", "The website address of the school, district, or administrative authority.", "The date the school opened.", "The date the school closed.", "This field identifies a charter school.", "The charter school number,", "Indicates the charter school funding type", "District Ownership Code", "The District Ownership Code Type is the text description of the DOC category.", "The School Ownership Code is a numeric code used to identify the type of school.", "The School Ownership Code Type is the text description of the type of school.", "The Education Option Code is a short text description of the type of education offered.", "Educational Option Name", "The Educational Instruction Level Code is a short text description of the institution's type relative to the grade range served.", "The Educational Instruction Level Name is the long text description of the institution’s type relative to the grade range served.", "The grade span offered is the lowest grade and the highest grade offered or supported by the school, district, or administrative authority. This field might differ from the grade span served as reported in the most recent certified California Longitudinal Pupil Achievement (CALPADS) Fall 1 data collection.", "It is the lowest grade and the highest grade of student enrollment as reported in the most recent certified CALPADS Fall 1 data collection. Only K–12 enrollment is reported through CALPADS. This field may differ from the grade span offered.", "This field identifies the type of virtual instruction offered by the school. Virtual instruction is instruction in which students and teachers are separated by time and/or location, and interaction occurs via computers and/or telecommunications technologies.", "This field identifies whether a school is a magnet school and/or provides a magnet program.", "The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the equator measured north to south.", "The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the prime meridian (Greenwich, England) measured from west to east.", "administrator's first name", "administrator's last name", "administrator's email address", "nan", "nan", "nan", "nan", "nan", "nan", "nan" ], "column_names_cleaned": [ "CDSCode", "National Center for Educational Statistics school district identification number", "National Center for Educational Statistics school identification number", "StatusType", "County", "District", "School", "Street", "street address", "City", "Zip", "State", "Mail Street", "mailing street address", "mailing city", "mailing zip", "mailing state", "Phone", "extension", "Website", "OpenDate", "ClosedDate", "Charter", "CharterNum", "FundingType", "District Ownership Code", "The District Ownership Code Type", "School Ownership Code", "School Ownership Code Type", "Education Option Code", "Educational Option Name", "Educational Instruction Level Code", "Educational Instruction Level Name", "grade span offered", "grade span served.", "Virtual", "Magnet", "Latitude", "Longitude", "administrator's first name 1", "administrator's last name 1", "administrator's email address 1", "administrator's first name 2", "administrator's last name 2", "administrator's email address 2", "administrator's first name 3", "administrator's last name 3", "administrator's email address 3", "Last Update" ], "column_types": [ "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "date", "date", "integer", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "integer", "real", "real", "text", "text", "text", "text", "text", "text", "text", "text", "text", "date" ], "foreign_keys": [], "primary_key": [ "CDSCode" ] }
[ [ "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 Foil Id", "card Kingdom Id", "A list of all the colors found in manaCost, colorIndicator, and text", "A list of all the colors in the color indicator (The symbol prefixed to a card's types).", "A list of all the colors in manaCost and colorIndicator.", "The converted mana cost of the card. Use the manaValue property.", "The indicator for which duel deck the card is in.", "The card rank on EDHRec", "The converted mana cost or mana value for the face for either half or part of the card.", "The name on the face of the card.", "The promotional card name printed above the true card name on special cards that has no game function.", "The italicized text found below the rules text that has no game function.", "The visual frame effects.", "The version of the card frame style.", "The starting maximum hand size total modifier.", "If the card allows a value other than 4 copies in a deck.", "If the card marked by Wizards of the Coast (opens new window) for having sensitive content. See this official article (opens new window) for more information.", "If the card can be found in foil", "If the card can be found in non-foil", "If the card is an alternate variation to an original printing", "If the card has full artwork.", "If the card is only available in online game variations.", "If the card is oversized.", "If the card is a promotional printing.", "If the card has been reprinted.", "If the card is on the Magic: The Gathering Reserved List (opens new window)", "If the card is found in a starter deck such as Planeswalker/Brawl decks.", "If the card is a Story Spotlight card.", "If the card does not have a text box.", "If the card is time shifted", "A list of keywords found on the card.", "The type of card layout. For a token card, this will be \"token\"", "A list of formats the card is legal to be a commander in", "The starting life total modifier. A plus or minus character precedes an integer.", "The starting loyalty value of the card.", "The mana cost of the card wrapped in brackets for each value.", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "The name of the card.", "The number of the card", "original Release Date", "original Text", "original Type", "other Face Ids", "The power of the card.", "A list of set printing codes the card was printed in, formatted in uppercase.", "A list of promotional types for a card.", "Links that navigate to websites where the card can be purchased.", "The card printing rarity.", "nan", "nan", "nan", "The set printing code that the card is from.", "The identifier of the card side.", "A list of card subtypes found after em-dash.", "A list of card supertypes found before em-dash.", "nan", "The rules text of the card.", "The toughness of the card.", "The type of the card as visible, including any supertypes and subtypes.", "A list of all card types of the card, including Un‑sets and gameplay variants.", "The universal unique identifier (v5) generated by MTGJSON. Each entry is unique.", "nan", "The name of the watermark on the card." ], "column_names_cleaned": [ "unique id number identifying the cards", "artist", "ascii Name", "availability", "border Color", "card Kingdom Foil Id", "card Kingdom Id", "color Identity", "color Indicator", "colors", "converted Mana Cost", "duel Deck", "rec Rank in edh", "face Converted Mana Cost", "face Name", "flavor Name", "flavor Text", "frame Effects", "frame Version", "hand", "has Alternative Deck Limit", "has Content Warning", "has Foil", "has Non Foil", "is Alternative", "is Full Art", "is Online Only", "is Oversized", "is Promotion", "is Reprint", "is Reserved", "is Starter", "is Story Spotlight", "is Text less", "is Time shifted", "keywords", "layout", "leadership Skills", "life", "loyalty", "mana Cost", "mcmId", "mcmMetaId", "mtgArenaId", "mtgjsonV4Id", "mtgoFoilId", "mtgoId", "multiverseId", "name", "number", "originalReleaseDate", "originalText", "originalType", "otherFaceIds", "power", "printings", "promo Types", "purchase Urls", "rarity", "scryfallId", "scryfallIllustrationId", "scryfallOracleId", "Set Code", "side", "subtypes", "super types", "tcg player ProductId", "text", "toughness", "type", "types", "uuid", "variations", "watermark" ], "column_types": [ "integer", "text", "text", "text", "text", "text", "text", "text", "text", "text", "real", "text", "integer", "real", "text", "text", "text", "text", "text", "text", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "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 of the card. Includes any supertypes and subtypes.", "nan" ], "column_names_cleaned": [ "id", "flavor Text", "language", "multiverseid", "name", "text", "type", "uuid" ], "column_types": [ "integer", "text", "text", "integer", "text", "text", "text", "text" ], "foreign_keys": [ { "column_name": "uuid", "referenced_column_name": "uuid", "referenced_table_name": "cards" } ], "primary_key": [ "id" ] }
[ [ "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_name": "uuid", "referenced_column_name": "uuid", "referenced_table_name": "cards" } ], "primary_key": [ "id" ] }
[ [ "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 available only outside the United States of America.", "If the set is only available in non-foil.", "If the set is only available in online game variations.", "If the set is still in preview (spoiled). Preview sets do not have complete data.", "The matching Keyrune code for set image icons.", "The Magic Card Marketset identifier.", "The split Magic Card Market set identifier if a set is printed in two sets. This identifier represents the second set's identifier.", "nan", "The set code for the set as it appears on Magic: The Gathering Online", "The name of the set.", "The parent set code for set variations like promotions, guild kits, etc.", "The release date in ISO 8601 format for the set.", "The group identifier of the set on TCGplayer", "The total number of cards in the set, including promotional and related supplemental products but excluding Alchemy modifications - however those cards are included in the set itself.", "The expansion type of the set." ], "column_names_cleaned": [ "id", "base Set Size", "block", "booster", "code", "is Foil Only", "is Foreign Only", "is Non Foil Only", "is Online Only", "is Partial Preview", "keyrune Code", "magic card market id", "magic card market ID Extras", "magic card market name", "magic the gathering online code", "name", "parent Code", "release Date", "tcg player Group Id", "total Set Size", "type" ], "column_types": [ "integer", "integer", "text", "text", "text", "integer", "integer", "integer", "integer", "integer", "text", "integer", "integer", "text", "text", "text", "text", "date", "integer", "integer", "text" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "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", "text", "text" ], "foreign_keys": [ { "column_name": "setCode", "referenced_column_name": "code", "referenced_table_name": "sets" } ], "primary_key": [ "id" ] }
[ [ "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": [ { "column_name": "uuid", "referenced_column_name": "uuid", "referenced_table_name": "cards" } ], "primary_key": [ "id" ] }
[ [ "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's defensive work rate", "the player's crossing score", "the player's finishing rate", "the player's heading accuracy", "the player's short passing score", "the player's volley score", "the player's dribbling score", "the player's curve score", "the player's free kick accuracy", "the player's long passing score", "the player's ball control score", "the player's acceleration score", "the player's sprint speed", "the player's agility", "the player's reactions score", "the player's balance score", "the player's shot power", "the player's jumping score", "the player's stamina score", "the player's strength score", "the player's long shots score", "the player's aggression score", "the player's interceptions score", "the player's \npositioning score", "the player's vision score", "the player's penalties score", "the player's markingscore", "the player's standing tackle score", "the player's sliding tackle score", "the player's goalkeep diving score", "the player's goalkeep diving score", "the player's goalkeep kicking score", "the player's goalkeep positioning score", "the player's goalkeep reflexes score" ], "column_names_cleaned": [ "id", "player federation international football association 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", "free kick accuracy", "long passing", "ball control", "acceleration", "sprint speed", "agility", "reactions", "balance", "shot power", "jumping", "stamina", "strength", "long shots", "aggression", "interceptions", "positioning", "vision", "penalties", "marking", "standing tackle", "sliding tackle", "goalkeep diving", "goalkeep handling", "goalkeep kicking", "goalkeep positioning", "goalkeep reflexes" ], "column_types": [ "integer", "integer", "integer", "text", "integer", "integer", "text", "text", "text", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer" ], "foreign_keys": [ { "column_name": "player_api_id", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "player_fifa_api_id", "referenced_column_name": "player_fifa_api_id", "referenced_table_name": "Player" } ], "primary_key": [ "id" ] }
[ [ "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", "player federation international football association api id", "birthday", "height", "weight" ], "column_types": [ "integer", "integer", "text", "integer", "text", "integer", "integer" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "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", "referenced_column_name": "id", "referenced_table_name": "Country" } ], "primary_key": [ "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 long name", "team short name" ], "column_types": [ "integer", "integer", "integer", "text", "text" ], "foreign_keys": [], "primary_key": [ "id" ] }
[ [ "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 support from teammates", "the passing class", "A team's freedom of movement in the 1st two thirds of the pitch", "Amount of risk in pass decision and run support", "the chance creation passing class", "The tendency / frequency of crosses into the box", "the chance creation crossing class", "The tendency / frequency of shots taken", "the chance creation shooting class", "A team’s freedom of movement in the final third of the pitch", "Affects how high up the pitch the team will start pressuring", "the defence pressure class", "Affect the team’s approach to tackling the ball possessor", "the defence aggression class", "Affects how much the team will shift to the ball side", "the defence team width class", "Affects the shape and strategy of the defence" ], "column_names_cleaned": [ "id", "team federation international football association api id", "team api id", "date", "build Up Play Speed", "build Up Play Speed Class", "build Up Play Dribbling", "build Up Play Dribbling Class", "build Up Play Passing", "build Up Play Passing Class", "build Up Play Positioning Class", "chance Creation Passing", "chance Creation Passing Class", "chance Creation Crossing", "chance Creation Crossing Class", "chance Creation Shooting", "chance Creation Shooting Class", "chance Creation Positioning Class", "defence Pressure", "defence Pressure Class", "defence Aggression", "defence Aggression Class", "defence Team Width", "defence Team Width Class", "defence Defender Line Class" ], "column_types": [ "integer", "integer", "integer", "text", "integer", "text", "integer", "text", "integer", "text", "text", "integer", "text", "integer", "text", "integer", "text", "text", "integer", "text", "integer", "text", "integer", "text", "text" ], "foreign_keys": [ { "column_name": "team_api_id", "referenced_column_name": "team_api_id", "referenced_table_name": "Team" }, { "column_name": "team_fifa_api_id", "referenced_column_name": "team_fifa_api_id", "referenced_table_name": "Team" } ], "primary_key": [ "id" ] }
[ [ "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", "the goal of the away team", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "the goal of the match", "the shot on goal of the match", "the shot off goal of the match, which is the opposite of shot on", "the fouls occurred in the match", "the cards given in the match", "Balls sent into the opposition team's area from a wide position in the match", "Ball goes out of play for a corner kick in the match", "The duration from a player taking over the ball in the match", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan", "nan" ], "column_names_cleaned": [ "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", "home_player_X6", "home_player_X7", "home_player_X8", "home_player_X9", "home_player_X10", "home_player_X11", "away_player_X1", "away_player_X2", "away_player_X3", "away_player_X4", "away_player_X5", "away_player_X6", "away_player_X7", "away_player_X8", "away_player_X9", "away_player_X10", "away_player_X11", "home_player_Y1", "home_player_Y2", "home_player_Y3", "home_player_Y4", "home_player_Y5", "home_player_Y6", "home_player_Y7", "home_player_Y8", "home_player_Y9", "home_player_Y10", "home_player_Y11", "away_player_Y1", "away_player_Y2", "away_player_Y3", "away_player_Y4", "away_player_Y5", "away_player_Y6", "away_player_Y7", "away_player_Y8", "away_player_Y9", "away_player_Y10", "away_player_Y11", "home_player_1", "home_player_2", "home_player_3", "home_player_4", "home_player_5", "home_player_6", "home_player_7", "home_player_8", "home_player_9", "home_player_10", "home_player_11", "away_player_1", "away_player_2", "away_player_3", "away_player_4", "away_player_5", "away_player_6", "away_player_7", "away_player_8", "away_player_9", "away_player_10", "away_player_11", "goal", "shot on", "shot off", "foul commit", "card", "cross", "corner", "possession", "B365H", "B365D", "B365A", "BWH", "BWD", "BWA", "IWH", "IWD", "IWA", "LBH", "LBD", "LBA", "PSH", "PSD", "PSA", "WHH", "WHD", "WHA", "SJH", "SJD", "SJA", "VCH", "VCD", "VCA", "GBH", "GBD", "GBA", "BSH", "BSD", "BSA" ], "column_types": [ "integer", "integer", "integer", "text", "integer", "text", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "text", "text", "text", "text", "text", "text", "text", "text", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real", "real" ], "foreign_keys": [ { "column_name": "away_player_11", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_10", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_9", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_8", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_7", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_6", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_5", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_4", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_3", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_2", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_player_1", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_11", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_10", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_9", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_8", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_7", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_6", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_5", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_4", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_3", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_2", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "home_player_1", "referenced_column_name": "player_api_id", "referenced_table_name": "Player" }, { "column_name": "away_team_api_id", "referenced_column_name": "team_api_id", "referenced_table_name": "Team" }, { "column_name": "home_team_api_id", "referenced_column_name": "team_api_id", "referenced_table_name": "Team" } ], "primary_key": [ "id" ] }
[ [ "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 antibody (IgA) concentration", "disease names", "measure of degree of coagulation", "measure of degree of coagulation", "measure of degree of coagulation", "other symptoms observed", "degree of thrombosis" ], "column_names_cleaned": [ "ID", "Examination Date", "anti-Cardiolipin antibody (IgG)", "anti-Cardiolipin antibody (IgM)", "anti-nucleus antibody", "pattern observed in the sheet of ANA examination", "anti-Cardiolipin antibody (IgA) concentration", "Diagnosis", "measure of degree of coagulation", "measure of degree of coagulation", "measure of degree of coagulation", "Symptoms", "Thrombosis" ], "column_types": [ "integer", "date", "real", "real", "integer", "text", "integer", "text", "text", "text", "text", "text", "integer" ], "foreign_keys": [ { "column_name": "ID", "referenced_column_name": "ID", "referenced_table_name": "Patient" } ], "primary_key": [] }
[ [ "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" ], "column_names_cleaned": [ "ID", "SEX", "Birthday", "Description", "First Date", "Admission", "Diagnosis" ], "column_types": [ "integer", "text", "date", "date", "date", "text", "text" ], "foreign_keys": [], "primary_key": [ "ID" ] }
[ [ "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 nitrogen", "creatinine", "total bilirubin", "total cholesterol", "triglyceride", "creatinine phosphokinase", "blood glucose", "White blood cell", "Red blood cell", "Hemoglobin", "Hematoclit", "platelet", "prothrombin time", "activated partial prothrombin time", "fibrinogen", "nan", "nan", "nan", "proteinuria", "Ig G", "Ig A", "Ig M", "C-reactive protein", "Rhuematoid Factor", "RAHA", "complement 3", "complement 4", "anti-ribonuclear protein", "anti-SM", "anti-scl70", "anti-SSA", "anti-SSB", "anti-centromere", "anti-DNA", "anti-DNA" ], "column_names_cleaned": [ "ID", "Date", "AST glutamic oxaloacetic transaminase", "ALT glutamic pyruvic transaminase", "lactate dehydrogenase", "alkaliphophatase", "total protein", "albumin", "uric acid", "urea nitrogen", "creatinine", "total bilirubin", "total cholesterol", "triglyceride", "creatinine phosphokinase", "blood glucose", "White blood cell", "Red blood cell", "Hemoglobin", "Hematoclit", "platelet", "prothrombin time", "activated partial prothrombin time", "fibrinogen", "PIC", "TAT", "TAT2", "proteinuria", "Ig G", "Ig A", "Ig M", "C-reactive protein", "Rhuematoid Factor", "RAHA", "complement 3", "complement 4", "anti-ribonuclear protein", "anti-SM", "anti-scl70", "anti-SSA", "anti-SSB", "anti-centromere", "anti-DNA", "anti-DNA" ], "column_types": [ "integer", "date", "integer", "integer", "integer", "integer", "real", "real", "real", "integer", "real", "real", "integer", "integer", "integer", "integer", "real", "real", "real", "real", "integer", "real", "integer", "real", "integer", "integer", "integer", "text", "integer", "integer", "integer", "text", "text", "text", "integer", "integer", "text", "text", "text", "text", "text", "text", "text", "integer" ], "foreign_keys": [ { "column_name": "ID", "referenced_column_name": "ID", "referenced_table_name": "Patient" } ], "primary_key": [ "ID", "Date" ] }
[ [ "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": [ { "column_name": "molecule_id", "referenced_column_name": "molecule_id", "referenced_table_name": "molecule" } ], "primary_key": [ "atom_id" ] }
[ [ "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": [ { "column_name": "molecule_id", "referenced_column_name": "molecule_id", "referenced_table_name": "molecule" } ], "primary_key": [ "bond_id" ] }
[ [ "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_name": "bond_id", "referenced_column_name": "bond_id", "referenced_table_name": "bond" }, { "column_name": "atom_id2", "referenced_column_name": "atom_id", "referenced_table_name": "atom" }, { "column_name": "atom_id", "referenced_column_name": "atom_id", "referenced_table_name": "atom" } ], "primary_key": [ "atom_id", "atom_id2" ] }
[ [ "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 held or the name of such a location", "One of three values indicating if the event is in planning, is opened, or is closed" ], "column_names_cleaned": [ "event id", "event name", "event date", "type", "notes", "location", "status" ], "column_types": [ "text", "text", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "event_id" ] }
[ [ "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" ], "column_types": [ "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "major_id" ] }
[ [ "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 the ZIP pertains" ], "column_names_cleaned": [ "zip code", "type", "city", "county", "state", "short state" ], "column_types": [ "integer", "text", "text", "text", "text", "text" ], "foreign_keys": [], "primary_key": [ "zip_code" ] }
[ [ "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": [ { "column_name": "link_to_member", "referenced_column_name": "member_id", "referenced_table_name": "member" }, { "column_name": "link_to_event", "referenced_column_name": "event_id", "referenced_table_name": "event" } ], "primary_key": [ "link_to_event", "link_to_member" ] }
[ [ "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 amount budgeted for the specified category and event", "the status of the event", "The unique identifier of the event to which the budget line applies." ], "column_names_cleaned": [ "budget id", "category", "spent", "remaining", "amount", "event status", "link to event" ], "column_types": [ "text", "text", "real", "real", "integer", "text", "text" ], "foreign_keys": [ { "column_name": "link_to_event", "referenced_column_name": "event_id", "referenced_table_name": "event" } ], "primary_key": [ "budget_id" ] }
[ [ "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 unique identifier of the record in the Budget table that indicates the expected total expenditure for a given category and event." ], "column_names_cleaned": [ "expense id", "expense description", "expense date", "cost", "approved", "link to member", "link to budget" ], "column_types": [ "text", "text", "text", "real", "text", "text", "text" ], "foreign_keys": [ { "column_name": "link_to_member", "referenced_column_name": "member_id", "referenced_table_name": "member" }, { "column_name": "link_to_budget", "referenced_column_name": "budget_id", "referenced_table_name": "budget" } ], "primary_key": [ "expense_id" ] }
[ [ "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 funds", "link to member" ], "column_names_cleaned": [ "income id", "date received", "amount", "source", "notes", "link to member" ], "column_types": [ "text", "text", "integer", "text", "text", "text" ], "foreign_keys": [ { "column_name": "link_to_member", "referenced_column_name": "member_id", "referenced_table_name": "member" } ], "primary_key": [ "income_id" ] }
[ [ "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 code of the member's hometown", "The unique identifier of the major of the member. References the Major table" ], "column_names_cleaned": [ "member id", "first name", "last name", "email", "position", "t_shirt_size", "phone", "zip", "link to major" ], "column_types": [ "text", "text", "text", "text", "text", "text", "text", "integer", "text" ], "foreign_keys": [ { "column_name": "zip", "referenced_column_name": "zip_code", "referenced_table_name": "zip_code" }, { "column_name": "link_to_major", "referenced_column_name": "major_id", "referenced_table_name": "major" } ], "primary_key": [ "member_id" ] }
[ [ "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", "the id of the superhero's race", "the id of the publisher", "the id of the superhero's alignment", "the height of the superhero", "the weight of the superhero" ], "column_names_cleaned": [ "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" ], "column_types": [ "integer", "text", "text", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer", "integer" ], "foreign_keys": [ { "column_name": "skin_colour_id", "referenced_column_name": "id", "referenced_table_name": "colour" }, { "column_name": "race_id", "referenced_column_name": "id", "referenced_table_name": "race" }, { "column_name": "publisher_id", "referenced_column_name": "id", "referenced_table_name": "publisher" }, { "column_name": "hair_colour_id", "referenced_column_name": "id", "referenced_table_name": "colour" }, { "column_name": "gender_id", "referenced_column_name": "id", "referenced_table_name": "gender" }, { "column_name": "eye_colour_id", "referenced_column_name": "id", "referenced_table_name": "colour" }, { "column_name": "alignment_id", "referenced_column_name": "id", "referenced_table_name": "alignment" } ], "primary_key": [ "id" ] }
[ [ "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" ], "foreign_keys": [ { "column_name": "hero_id", "referenced_column_name": "id", "referenced_table_name": "superhero" }, { "column_name": "attribute_id", "referenced_column_name": "id", "referenced_table_name": "attribute" } ], "primary_key": [] }
[ [ "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", "referenced_column_name": "id", "referenced_table_name": "superpower" }, { "column_name": "hero_id", "referenced_column_name": "id", "referenced_table_name": "superhero" } ], "primary_key": [] }
[ [ "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", "datetime" ], "foreign_keys": [ { "column_name": "UserId", "referenced_column_name": "Id", "referenced_table_name": "users" } ], "primary_key": [ "Id" ] }
[ [ "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", "Score", "Text", "Creation Date", "User Id", "User Display Name" ], "column_types": [ "integer", "integer", "integer", "text", "datetime", "integer", "text" ], "foreign_keys": [ { "column_name": "UserId", "referenced_column_name": "Id", "referenced_table_name": "users" }, { "column_name": "PostId", "referenced_column_name": "Id", "referenced_table_name": "posts" } ], "primary_key": [ "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", "user's display name" ], "column_names_cleaned": [ "Id", "Post History Type Id", "Post Id", "Revision GUID", "Creation Date", "User Id", "Text", "Comment", "User Display Name" ], "column_types": [ "integer", "integer", "integer", "text", "datetime", "integer", "text", "text", "text" ], "foreign_keys": [ { "column_name": "UserId", "referenced_column_name": "Id", "referenced_table_name": "users" }, { "column_name": "PostId", "referenced_column_name": "Id", "referenced_table_name": "posts" } ], "primary_key": [ "Id" ] }
[ [ "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": [ "integer", "datetime", "integer", "integer", "integer" ], "foreign_keys": [ { "column_name": "RelatedPostId", "referenced_column_name": "Id", "referenced_table_name": "posts" }, { "column_name": "PostId", "referenced_column_name": "Id", "referenced_table_name": "posts" } ], "primary_key": [ "Id" ] }
[ [ "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 title of the post", "the tag of the post", "the total number of answers of the post", "the total number of comments of the post", "the total number of favorites of the post", "the id of the last editor", "the last edit date", "the community owned date", "the id of the parent post", "the closed date of the post", "the display name of the post owner", "the display name of the last editor" ], "column_names_cleaned": [ "Id", "Post Type Id", "Accepted Answer Id", "Creation Date", "Score", "View Count", "Body", "Owner User Id", "Last Activity Date", "Title", "Tags", "Answer Count", "Comment Count", "Favorite Count", "Last Editor User Id", "Last Edit Date", "Community Owned Date", "ParentId", "Closed Date", "Owner Display Name", "Last Editor Display Name" ], "column_types": [ "integer", "integer", "integer", "datetime", "integer", "integer", "text", "integer", "datetime", "text", "text", "integer", "integer", "integer", "integer", "datetime", "datetime", "integer", "datetime", "text", "text" ], "foreign_keys": [ { "column_name": "ParentId", "referenced_column_name": "Id", "referenced_table_name": "posts" }, { "column_name": "OwnerUserId", "referenced_column_name": "Id", "referenced_table_name": "users" }, { "column_name": "LastEditorUserId", "referenced_column_name": "Id", "referenced_table_name": "users" } ], "primary_key": [ "Id" ] }
[ [ "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" ], "column_types": [ "integer", "text", "integer", "integer", "integer" ], "foreign_keys": [ { "column_name": "ExcerptPostId", "referenced_column_name": "Id", "referenced_table_name": "posts" } ], "primary_key": [ "Id" ] }
[ [ "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 number of views", "the number of upvotes", "the number of downvotes", "the unique id of the account", "user's age", "the profile image url" ], "column_names_cleaned": [ "Id", "Reputation", "Creation Date", "Display Name", "Last Access Date", "Website Url", "Location", "About Me", "Views", "UpVotes", "DownVotes", "Account Id", "Age", "Profile Image Url" ], "column_types": [ "integer", "integer", "datetime", "text", "datetime", "text", "text", "text", "integer", "integer", "integer", "integer", "integer", "text" ], "foreign_keys": [], "primary_key": [ "Id" ] }
[ [ "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 Id", "Bounty Amount" ], "column_types": [ "integer", "integer", "integer", "date", "integer", "integer" ], "foreign_keys": [ { "column_name": "UserId", "referenced_column_name": "Id", "referenced_table_name": "users" }, { "column_name": "PostId", "referenced_column_name": "Id", "referenced_table_name": "posts" } ], "primary_key": [ "Id" ] }