Brooklyn Bridge Automated Pedestrian Counts Demonstration Project
City of New York
@usgov.city_of_new_york_brooklyn_bridge_automated_pedestrian__31ac82c3
City of New York
@usgov.city_of_new_york_brooklyn_bridge_automated_pedestrian__31ac82c3
CREATE TABLE table_1 (
"hour_beginning" VARCHAR,
"location" VARCHAR,
"pedestrians" BIGINT,
"towards_manhattan" BIGINT,
"towards_brooklyn" BIGINT,
"weather_summary" VARCHAR,
"temperature" DOUBLE,
"precipitation" DOUBLE,
"lat" DOUBLE,
"long" DOUBLE,
"events" VARCHAR,
"location1" VARCHAR
);
Anyone who has the link will be able to view this.