DOB NOW: Safety Boiler
City of New York
@usgov.city_of_new_york_dob_now_safety_boiler
City of New York
@usgov.city_of_new_york_dob_now_safety_boiler
Annual compliance filings for high and low pressure boilers installed in buildings.
The Department of Buildings’ Boiler Unit oversees the installation and operation of New York City’s boilers. Property owners are responsible for ensuring that their boilers operate safely and are in compliance with the Building Code and all related regulations.
Organization: City of New York
Last updated: 2020-11-10T17:00:44.799868
Tags: boiler, compliance, inspection, pressure
CREATE TABLE table_1 (
"tracking_number" VARCHAR,
"boiler_id" VARCHAR,
"report_type" VARCHAR,
"applicantfirst_name" VARCHAR,
"applicant_last_name" VARCHAR,
"applicant_license_type" VARCHAR,
"applicant_license_number" DOUBLE,
"owner_first_name" VARCHAR,
"owner_last_name" VARCHAR,
"boiler_make" VARCHAR,
"boiler_model" VARCHAR,
"pressure_type" VARCHAR,
"inspection_type" VARCHAR,
"inspection_date" TIMESTAMP,
"defects_exist" VARCHAR,
"lff_45_days" BIGINT -- LFF (45 Days),
"lff_180_days" BIGINT -- LFF (180 Days),
"filing_fee" BIGINT,
"total_amount_paid" BIGINT,
"report_status" VARCHAR,
"bin_number" BIGINT
);Anyone who has the link will be able to view this.