Residential Permit
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_residential_permit
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_residential_permit
Data for all Residential Building Permits issued since 2000, including status and work performed.
Update Frequency: Daily
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:20.071952
Tags: licenses, permits, residential
CREATE TABLE table_1 (
"permit_number" BIGINT,
"status" VARCHAR,
"street_number" VARCHAR,
"street_name" VARCHAR,
"street_suffix" VARCHAR,
"post_direction" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" DOUBLE,
"added_date" TIMESTAMP,
"issue_date" TIMESTAMP,
"final_date" TIMESTAMP,
"building_area" DOUBLE,
"declared_valuation" DOUBLE,
"description" VARCHAR,
"application_type" VARCHAR,
"work_type" VARCHAR,
"use_code" VARCHAR,
"pre_direction" VARCHAR,
"location" VARCHAR
);Anyone who has the link will be able to view this.