NYC Subway Entrance And Exit
Entrance & Exit locations of the NYC subway
@kaggle.thedevastator_nyc_subway_entrance_and_exit
Entrance & Exit locations of the NYC subway
@kaggle.thedevastator_nyc_subway_entrance_and_exit
CREATE TABLE nyc_transit_subway_entrance_and_exit_data (
"division" VARCHAR,
"line" VARCHAR,
"station_name" VARCHAR,
"station_latitude" DOUBLE,
"station_longitude" DOUBLE,
"route1" VARCHAR,
"route2" VARCHAR,
"route3" VARCHAR,
"route4" VARCHAR,
"route5" VARCHAR,
"route6" VARCHAR,
"route7" VARCHAR,
"route8" DOUBLE,
"route9" DOUBLE,
"route10" DOUBLE,
"route11" DOUBLE,
"entrance_type" VARCHAR,
"entry" VARCHAR,
"exit_only" VARCHAR,
"vending" VARCHAR,
"staffing" VARCHAR,
"staff_hours" VARCHAR,
"ada" BOOLEAN,
"ada_notes" VARCHAR,
"free_crossover" BOOLEAN,
"north_south_street" VARCHAR,
"east_west_street" VARCHAR,
"corner" VARCHAR,
"entrance_latitude" DOUBLE,
"entrance_longitude" DOUBLE,
"station_location" VARCHAR,
"entrance_location" VARCHAR
);
Anyone who has the link will be able to view this.