Bikes In Buildings Requests
City of New York
@usgov.city_of_new_york_bikes_in_buildings_requests
City of New York
@usgov.city_of_new_york_bikes_in_buildings_requests
CREATE TABLE table_1 (
"requestid" BIGINT,
"indexnumber" VARCHAR,
"tenantname" VARCHAR,
"tenantfloor" VARCHAR,
"tenantbuildingnumber" VARCHAR,
"tenantstreetname" VARCHAR,
"tenantcity" VARCHAR,
"tenantstatecode" VARCHAR,
"tenantpostcode" BIGINT,
"tenantborough" VARCHAR,
"ownername" VARCHAR,
"ownerfloor" VARCHAR,
"ownerstreetaddress" VARCHAR,
"ownercity" VARCHAR,
"ownerstatecode" VARCHAR,
"ownerzipcode" BIGINT,
"floorsuiterequested" VARCHAR,
"noofbicyclerequested" BIGINT,
"bbl" BIGINT,
"bin" BIGINT,
"dateofrequest" TIMESTAMP,
"requestdateofentry" TIMESTAMP,
"implementdate" TIMESTAMP,
"planpostdate" TIMESTAMP,
"plansubmitdate" TIMESTAMP,
"exceptionrequestduedate" TIMESTAMP,
"tenantnotificationexceptiondate" TIMESTAMP,
"locationofentrances" VARCHAR,
"routetoelevators" VARCHAR,
"regularhoursofoperation" VARCHAR,
"planddatereceived" TIMESTAMP,
"alternateparkinglocation" VARCHAR,
"alternateparkingdescription" VARCHAR,
"noofbicycleaccomodate" VARCHAR,
"routetoalternateparking" VARCHAR,
"parkingexceptiondatereceived" DOUBLE,
"parkingexceptiondateofentry" TIMESTAMP,
"dobdevicenumber" VARCHAR,
"dateofbuilding" TIMESTAMP,
"dateofelevator" TIMESTAMP,
"methodofelevator" VARCHAR,
"selfserviceoroperator" VARCHAR,
"iscartop" VARCHAR,
"iscardoor" VARCHAR,
"elevatorexceptiondatereceived" TIMESTAMP,
"elevatorexceptionhardcopyreceived" VARCHAR,
"elevatorexceptiondateofentry" TIMESTAMP,
"requeststatus" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"community_board" BIGINT,
"council_district" BIGINT,
"census_tract_2020" BIGINT,
"neighborhood_tabulation_area_nta_2020" VARCHAR
);
Anyone who has the link will be able to view this.