Divvy Bicycle Stations
City of Chicago
@usgov.city_of_chicago_divvy_bicycle_stations
City of Chicago
@usgov.city_of_chicago_divvy_bicycle_stations
CREATE TABLE table_1 (
"id" VARCHAR,
"station_name" VARCHAR,
"short_name" VARCHAR,
"total_docks" BIGINT,
"docks_in_service" BIGINT,
"status" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);
Anyone who has the link will be able to view this.