Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 773 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 773 Bytes

MaricopaBuilders

Scraper for Maricopa County, AZ building permits.

I downloaded weekly permit records from Maricopa County Building Department's online archive and filtered that data to only new and production residential permits.

I then created a subset of owner names for owners that own at least five homes and used this list of owner names to scrape business names, addresses and contact information from each owner name's first permit.

I merged this owner information with the permit data, kept only the permits pertaining to the owner names used for the previous step and created dataframe grouped by Business Name with columns for Business Name, sum of permit valuations, count of permits, contact name, contact phone number and contact email address.