Rodent Inspection
City of New York
@usgov.city_of_new_york_rodent_inspection
City of New York
@usgov.city_of_new_york_rodent_inspection
CREATE TABLE table_1 (
"inspection_type" VARCHAR,
"job_ticket_or_work_order_id" BIGINT,
"job_id" VARCHAR,
"job_progress" BIGINT,
"bbl" DOUBLE,
"boro_code" BIGINT,
"block" BIGINT,
"lot" BIGINT,
"house_number" VARCHAR,
"street_name" VARCHAR,
"zip_code" DOUBLE,
"x_coord" DOUBLE,
"y_coord" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"borough" VARCHAR,
"inspection_date" VARCHAR,
"result" VARCHAR,
"approved_date" VARCHAR,
"location" VARCHAR,
"community_board" DOUBLE,
"council_district" DOUBLE,
"census_tract" DOUBLE,
"bin" DOUBLE,
"nta" VARCHAR
);
Anyone who has the link will be able to view this.