NYC EV Fleet Station Network
City of New York
@usgov.city_of_new_york_nyc_ev_fleet_station_network
City of New York
@usgov.city_of_new_york_nyc_ev_fleet_station_network
CREATE TABLE table_1 (
"agency" VARCHAR,
"station_name" VARCHAR,
"type_of_charger" VARCHAR,
"no_of_plugs" BIGINT,
"address" VARCHAR,
"city" VARCHAR,
"postcode" DOUBLE,
"borough" VARCHAR,
"public_charger" VARCHAR,
"fee_for_city_drivers" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_district" DOUBLE,
"council_district" DOUBLE,
"census_tract_2020" DOUBLE,
"bin" DOUBLE,
"bbl" DOUBLE,
"neighborhood_tabulation_area_nta_2020" VARCHAR
);
Anyone who has the link will be able to view this.