NYC DOB Job Applications Dataset 2023
New York City Department of Buildings Job Applications Dataset 2000 - 2023
@kaggle.utkarshx27_dob_job_application_filings
New York City Department of Buildings Job Applications Dataset 2000 - 2023
@kaggle.utkarshx27_dob_job_application_filings
CREATE TABLE dob_job_application_filings (
"job" BIGINT,
"doc" BIGINT,
"borough" VARCHAR,
"house" VARCHAR,
"street_name" VARCHAR,
"block" VARCHAR,
"lot" VARCHAR,
"bin" BIGINT,
"job_type" VARCHAR,
"job_status" VARCHAR,
"job_status_descrp" VARCHAR,
"latest_action_date" VARCHAR,
"building_type" VARCHAR,
"community_board" VARCHAR,
"cluster" VARCHAR,
"landmarked" VARCHAR,
"adult_estab" VARCHAR,
"loft_board" VARCHAR,
"city_owned" VARCHAR,
"little_e" VARCHAR,
"pc_filed" VARCHAR,
"efiling_filed" VARCHAR,
"plumbing" VARCHAR,
"mechanical" VARCHAR,
"boiler" VARCHAR,
"fuel_burning" VARCHAR,
"fuel_storage" VARCHAR,
"standpipe" VARCHAR,
"sprinkler" VARCHAR,
"fire_alarm" VARCHAR,
"equipment" VARCHAR,
"fire_suppression" VARCHAR,
"curb_cut" VARCHAR,
"other" VARCHAR,
"other_description" VARCHAR,
"applicant_s_first_name" VARCHAR,
"applicant_s_last_name" VARCHAR,
"applicant_professional_title" VARCHAR,
"applicant_license" VARCHAR,
"professional_cert" VARCHAR,
"pre_filing_date" TIMESTAMP,
"paid" TIMESTAMP,
"fully_paid" TIMESTAMP,
"assigned" TIMESTAMP,
"approved" VARCHAR,
"fully_permitted" VARCHAR,
"initial_cost" VARCHAR,
"total_est_fee" VARCHAR,
"fee_status" VARCHAR,
"existing_zoning_sqft" BIGINT,
"proposed_zoning_sqft" BIGINT,
"horizontal_enlrgmt" VARCHAR,
"vertical_enlrgmt" VARCHAR,
"enlargement_sq_footage" BIGINT,
"street_frontage" BIGINT,
"existingno_of_stories" BIGINT,
"proposed_no_of_stories" BIGINT,
"existing_height" BIGINT,
"proposed_height" BIGINT,
"existing_dwelling_units" VARCHAR,
"proposed_dwelling_units" VARCHAR,
"existing_occupancy" VARCHAR,
"proposed_occupancy" VARCHAR,
"site_fill" VARCHAR,
"zoning_dist1" VARCHAR,
"zoning_dist2" VARCHAR,
"zoning_dist3" VARCHAR,
"special_district_1" VARCHAR,
"special_district_2" VARCHAR,
"owner_type" VARCHAR,
"non_profit" VARCHAR,
"owner_s_first_name" VARCHAR,
"owner_s_last_name" VARCHAR,
"owner_s_business_name" VARCHAR,
"owner_s_house_number" VARCHAR,
"owner_shouse_street_name" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" DOUBLE,
"owner_sphone" VARCHAR,
"job_description" VARCHAR,
"dobrundate" VARCHAR,
"job_s1_no" BIGINT,
"total_construction_floor_area" BIGINT,
"withdrawal_flag" BIGINT,
"signoff_date" VARCHAR,
"special_action_status" VARCHAR,
"special_action_date" VARCHAR,
"building_class" VARCHAR,
"job_no_good_count" BIGINT,
"gis_latitude" DOUBLE,
"gis_longitude" DOUBLE,
"gis_council_district" DOUBLE,
"gis_census_tract" DOUBLE,
"gis_nta_name" VARCHAR,
"gis_bin" DOUBLE
);
Anyone who has the link will be able to view this.