housing_dataset / README.md
HathawayLiu's picture
Update README.md
69d3bba verified
|
raw
history blame
No virus
11.9 kB
metadata
language:
  - en
tags:
  - housing
  - permits
  - Seattle
size_categories:
  - 100K<n<1M

Dataset Card for Housing_Dataset

This typical dataset contains all the building permits issued or in progress within the city of Seattle starting from 2000 to recent, and this dataset is still updating as time flows. Information includes permit records urls, detailed address, and building costs etc., which will be presented in the housing_dataset.py file and the following description

Dataset Details

Dataset Description

This Seattle Housing permits dataset is authorized by Seattle Government and could be found in Seattle Government open data portal. The Building Permits dataset from the City of Seattle's Open Data portal provides comprehensive information about building permits issued or currently in progress within Seattle. This dataset, which dates back to 1990 and continues to be updated, includes a wide range of details such as permit numbers, types, descriptions, estimated project costs, and related contractor information could be found in the .csv table in the official website, which in total contains 25 columns. Moreover, Seattle is divided in 13 Neighborhood District. Based on the Seattle Neighborhood District GeoJson File found on Seattle government website, there will a new column created, namely NeighborhoodDistrict. With the provided GeoJson file, every housing will be assigned to the corresponding neighborhood district using the Latitude and Longitude columns in the csv for future usage.

Dataset Sources

Uses

The Building Permits dataset from the City of Seattle is intended for use in various urban development and research applications. It can assist in understanding building trends in Seattle, aid city planning, and support academic research on urban development. The dataset is also a valuable tool for residents and businesses to stay informed about construction activities and regulations in the city. Specifically for residents, this dataset provides starting information for choosing future housing by looking at housing cost, neighborhood district, and other information in the dataset. Additionally, it supports transparency and public engagement in city planning processes.

Direct Use

The Building Permits dataset from the City of Seattle is suitable for several use cases:

  • Urban Planning and Development: Planners and developers can analyze trends in building permits to inform city development strategies and infrastructure planning.
  • Academic Research: Researchers in urban studies, economics, and social sciences can use the data for studies on urban growth, housing, and economic activity.
  • Real Estate Analysis: Real estate professionals can assess building activities in neighborhoods for market analysis and investment decisions.
  • Public Awareness: The general public can use this data to stay informed about construction activities and developmental changes in their community.
  • Government and Policy Making: Local government officials can utilize this data to make informed decisions on housing policies, zoning laws, and community development projects.
  • Residents housing choice: Residents could access this dataset for relevant information for their future housing choice.

Out-of-Scope Use

The Building Permits dataset from the City of Seattle should not be used for purposes that could infringe on privacy or for activities that are not in line with ethical standards. This includes any form of misuse or malicious use such as targeting individuals or businesses based on the information provided in the dataset. Additionally, the dataset may not be suitable for applications requiring highly specialized or non-public information about building structures, as it primarily contains permit-related data.

Dataset Structure

The cleaned and modified full dataset[Building_Permits_Cleaned.csv], the splited train[housing_train_dataset.csv] and test[housing_test_dataset.csv] dataset, and the script to achieve that are provided in the following Github Repo: [https://github.com/HathawayLiu/Housing_dataset]

The cleaned dataset in total contains 26 columns:

  • PermitNum(string): The tracking number used to refer to this permit in SDCI's tracking system.
  • PermitClass(string): The permit class tells you the type of project.
  • PermitClassMapped(string): A description of whether the permit is for a residential or non-residential project.
  • PermitTypeMapped(string): The permit type by category, such as building, demolition, roofing, grading, and environmentally critical areas.
  • PermitTypeDesc(string): Additional information about the type of permit. For example, whether it is an addition/alternation or a new project.
  • Description(string): A brief description of the work that will be done under this permit. This description is subject to change before SDCI issues the permit. The description is generally more stable if we have issued the permit. Very long descriptions have been truncated.
  • HousingUnits(int): The number of housing units included at the beginning of the project.
  • HousingUnitsRemoved(int) The number of housing units removed during the project.
  • HousingUnitsAdded(int): The number of housing units added during the project.
  • EstProjectCost(float): The estimated project cost of the work being proposed is based on fair market value (parts plus labor). The estimated cost (if any) represents the best available information to date, and is subject to change if the project is modified. We do not collect the estimated project cost for all permit types.
  • AppliedDate(string): The date SDCI accepted the application as a complete submittal.
  • IssuedDate(string): The date SDCI issued the permit. If there is an Application Date but no Issue Date, this generally means the application is still under review.
  • ExpiresDate(string): The date the application is due to expire. Generally, this is the date by which work is supposed to be completed (barring renewals or further extensions). If there is not an Expiration Date, this generally means the permit has not been issued.
  • CompletedDate(string): The date the permit had all its inspections completed. If there is an Issue Date but not a Completed Date, this generally means the permit is still under inspection.
  • RelatedMup(string): The land use permit that is related to this building permit, if there is one.
  • OriginalAddress1(string): The street name and number of the project.
  • OriginalCity(string): The city for the project's address.
  • OriginalState(string): The state for the project's address.
  • OriginalZip(string): The Zip code for the project's address.
  • ContractorCompanyName(string): The contractor(s) associated with this permit.
  • Link(string): A link to view full details and current status information about this permit at SDCI's website.
  • Latitude(float): Latitude of the worksite where permit activity occurs. May be missing for a small number of permits considered "unaddressable."
  • Longitude(float): Longitude of the worksite where permit activity occurs. May be missing for a small number of permits considered "unaddressable."
  • Location1(string): The latitude and longitude location for mapping purposes.
  • (New added column)NeighborhoodDistrict(string): The district that the housing belongs to according to location

Dataset Creation

Curation Rationale

The Building Permits dataset from the City of Seattle was created to foster transparency, public awareness, and engagement in the city's urban development processes. It provides residents, professionals, and researchers with detailed information about building activities, facilitating informed decision-making and community involvement in city planning and development. Regarding the importance fo 13 neighborhood districts in Seattle, the new added columns for corresponding neighborhood district gives chance for residents and government to investigate the building activities and life quality in the aspect of different neighborhood districts. The dataset supports the city's commitment to open data and the promotion of data-driven insights for improving urban infrastructure and living conditions.

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

The Building Permits dataset is originally created and maintained by the City of Seattle, specifically by its Department of Construction and Inspections. This department is responsible for overseeing building and land use in Seattle, ensuring safety and compliance with city codes. The dataset reflects the department's ongoing work in managing and documenting building permits issued in the city. For detailed information, visit the Seattle Department of Construction & Inspections.

Bias, Risks, and Limitations

The Building Permits dataset from the City of Seattle has both technical and sociotechnical limitations:

  1. Technical Limitations:

    • Data Completeness: Not all building permits may be captured, especially older records. Data for specific columns like IssuedDate, CompletedDate, AppliedDate, RelatedMup, and etc. contains lots of missing values.
    • Data Accuracy: There may be errors or inconsistencies in the data, especially in historical records.
    • Timeliness: The dataset might not be updated in real-time, causing delays in reflecting the most current information.
  2. Sociotechnical Limitations:

    • Privacy Concerns: Detailed permit data could potentially be used to infer private information about property owners or residents.
    • Bias in Planning Decisions: The data might be used to reinforce existing biases in urban planning, affecting marginalized communities.
    • Dependence on Technical Proficiency: The dataset's utility is limited by the user's ability to interpret and analyze the data effectively.
  3. Bias: The dataset reflects only permitted construction, not all building activities. This can bias analyses towards formal, recorded developments, overlooking informal or unpermitted construction.

  4. Risk: Misuse can occur if data is used to unfairly target specific neighborhoods or communities for enforcement or political reasons. These limitations should be considered when using this dataset for research, policy-making, or urban planning.

Recommendations

To address the bias and limitations above, users should intake the following recommendations:

  • Cross-Verification: Use supplementary data sources for a more comprehensive view.
  • Privacy and Ethical Use: Handle data responsibly, respecting privacy and avoiding discriminatory practices.
  • Data Cleaning and Validation: Regularly update and clean the dataset to maintain accuracy and reliability.

BibTeX:

[More Information Needed]