Electric Vehicle Charging Stations
Town of Cary, North Carolina
@usgov.town_of_cary_north_carolina_electric_vehicle_charging__7171f199
Town of Cary, North Carolina
@usgov.town_of_cary_north_carolina_electric_vehicle_charging__7171f199
CREATE TABLE table_1 (
"start_date" TIMESTAMP,
"station_name" VARCHAR,
"charging_time_hh_mm_ss" VARCHAR,
"energy_kwh" DOUBLE,
"address_1" VARCHAR,
"address_2" VARCHAR,
"city" VARCHAR,
"state_province" VARCHAR,
"zip_postal_code" BIGINT,
"fee" DOUBLE,
"model_number" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geopoint" VARCHAR
);
Anyone who has the link will be able to view this.