Boston Marathon Winners (Men & Women)
In honor of the 127th Boston Marathon, look back at all the past winners!
@kaggle.zhikchen_boston_marathon_winners_men_and_women
In honor of the 127th Boston Marathon, look back at all the past winners!
@kaggle.zhikchen_boston_marathon_winners_men_and_women
CREATE TABLE mens_boston_marathon_winners (
"year" DOUBLE,
"winner" VARCHAR,
"country" VARCHAR,
"time" VARCHAR,
"distance_miles" DOUBLE,
"distance_km" DOUBLE
);
CREATE TABLE womens_boston_marathon_winners (
"year" DOUBLE,
"winner" VARCHAR,
"country" VARCHAR,
"time" VARCHAR,
"distance_miles" DOUBLE,
"distance_km" DOUBLE
);
Anyone who has the link will be able to view this.