NYCDCP Manhattan Bike Counts - Off Street
City of New York
@usgov.city_of_new_york_nycdcp_manhattan_bike_counts_off_street
City of New York
@usgov.city_of_new_york_nycdcp_manhattan_bike_counts_off_street
CREATE TABLE table_1 (
"locationid" BIGINT,
"locationtype" VARCHAR,
"typeoftime" VARCHAR,
"location" VARCHAR,
"location_lat" DOUBLE,
"location_long" DOUBLE,
"year" BIGINT,
"alluservolume" BIGINT,
"cyclists_all" DOUBLE,
"cyc_greenway_only" BIGINT,
"cyc_helmet_greenwy" DOUBLE,
"citibike_all" BIGINT,
"non_citibikecyc" BIGINT,
"rllrbld_scootr" DOUBLE,
"jogger" BIGINT,
"walker" BIGINT,
"cycmalehel_greenwy" DOUBLE,
"cycmale_greenwy" DOUBLE,
"cycfemalehell_greenwy" DOUBLE,
"cycfemale_greenwy" DOUBLE,
"cyclists_male" DOUBLE,
"cyclists_female" DOUBLE
);
Anyone who has the link will be able to view this.