Sports Stadium Locations
Latitude and Longitude coordinates of MLB, NFL, NBA, NHL, and MLS stadiums
@kaggle.logandonaldson_sports_stadium_locations
Latitude and Longitude coordinates of MLB, NFL, NBA, NHL, and MLS stadiums
@kaggle.logandonaldson_sports_stadium_locations
CREATE TABLE stadiums (
"team" VARCHAR,
"league" VARCHAR,
"division" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE
);
Anyone who has the link will be able to view this.