Commercial Permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_commercial_permits
Montgomery County of Maryland
@usgov.montgomery_county_of_maryland_commercial_permits
Data for all Commercial Building Permits issued since 2000, including status and work performed. Update Frequency: Daily
Organization: Montgomery County of Maryland
Last updated: 2020-11-10T16:58:16.709197
Tags: commercial, permits, permitting
CREATE TABLE table_1 (
"permit_number" BIGINT,
"status" VARCHAR,
"street_number" VARCHAR,
"pre_direction" 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,
"location" VARCHAR
);Anyone who has the link will be able to view this.