NYC Pool Inspections
City of New York
@usgov.city_of_new_york_dohmh_pool_inspections
City of New York
@usgov.city_of_new_york_dohmh_pool_inspections
CREATE TABLE table_1 (
"permit_type" VARCHAR,
"accela" BIGINT,
"facility_name" VARCHAR,
"address_no" VARCHAR,
"address_st" VARCHAR,
"bo" VARCHAR,
"zip" BIGINT,
"inspection_date" TIMESTAMP,
"inspection_type" VARCHAR,
"n__of_all_violations" BIGINT,
"n__of_phh_violations" DOUBLE,
"n__of_critical_violations" DOUBLE,
"n__of_general_violations" DOUBLE,
"docket" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"community_board" DOUBLE,
"council_district" DOUBLE,
"census_tract" DOUBLE,
"boro_block_lot" DOUBLE,
"bin" DOUBLE,
"nta" VARCHAR,
"nta_code" VARCHAR
);
Anyone who has the link will be able to view this.