2023 Marathon Results
Individual race results for every marathon run in the United States in 2023
@kaggle.runningwithrock_2023_marathon_results
Individual race results for every marathon run in the United States in 2023
@kaggle.runningwithrock_2023_marathon_results
CREATE TABLE races (
"race" VARCHAR,
"year" BIGINT,
"date" TIMESTAMP,
"finishers" BIGINT
);
CREATE TABLE results (
"name" VARCHAR,
"race" VARCHAR,
"year" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"finish" BIGINT,
"age_bracket" VARCHAR
);
Anyone who has the link will be able to view this.