HathawayLiu
commited on
Commit
•
69d3bba
1
Parent(s):
393ffb9
Update README.md
Browse files
README.md
CHANGED
@@ -11,61 +11,102 @@ size_categories:
|
|
11 |
|
12 |
# Dataset Card for Housing_Dataset
|
13 |
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
17 |
|
18 |
## Dataset Details
|
19 |
|
20 |
### Dataset Description
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
- **License:** [More Information Needed]
|
31 |
|
32 |
-
|
|
|
|
|
33 |
|
34 |
-
|
35 |
|
36 |
-
- **
|
37 |
-
- **
|
38 |
-
- **Demo [optional]:** [More Information Needed]
|
39 |
|
40 |
## Uses
|
41 |
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Direct Use
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
### Out-of-Scope Use
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
55 |
|
56 |
## Dataset Structure
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
## Dataset Creation
|
63 |
|
64 |
### Curation Rationale
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
|
|
|
|
69 |
|
70 |
### Source Data
|
71 |
|
@@ -79,43 +120,35 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
79 |
|
80 |
#### Who are the source data producers?
|
81 |
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
### Annotations [optional]
|
87 |
-
|
88 |
-
<!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
|
89 |
-
|
90 |
-
#### Annotation process
|
91 |
-
|
92 |
-
<!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
|
93 |
-
|
94 |
-
[More Information Needed]
|
95 |
-
|
96 |
-
#### Who are the annotators?
|
97 |
-
|
98 |
-
<!-- This section describes the people or systems who created the annotations. -->
|
99 |
-
|
100 |
-
[More Information Needed]
|
101 |
-
|
102 |
-
#### Personal and Sensitive Information
|
103 |
-
|
104 |
-
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
105 |
-
|
106 |
-
[More Information Needed]
|
107 |
|
108 |
## Bias, Risks, and Limitations
|
109 |
|
110 |
-
|
111 |
-
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
|
114 |
### Recommendations
|
115 |
|
116 |
-
|
|
|
|
|
|
|
117 |
|
118 |
-
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
119 |
|
120 |
**BibTeX:**
|
121 |
|
|
|
11 |
|
12 |
# Dataset Card for Housing_Dataset
|
13 |
|
14 |
+
This typical dataset contains all the building permits issued or in progress
|
15 |
+
within the city of Seattle starting from 2000 to recent, and this dataset is
|
16 |
+
still updating as time flows. Information includes permit records urls,
|
17 |
+
detailed address, and building costs etc., which will be presented in the `housing_dataset.py`
|
18 |
+
file and the following description
|
19 |
|
20 |
## Dataset Details
|
21 |
|
22 |
### Dataset Description
|
23 |
|
24 |
+
This [**Seattle Housing permits dataset**](https://data.seattle.gov/Permitting/Building-Permits/76t5-zqzr/about_data)
|
25 |
+
is authorized by Seattle Government and could be found in Seattle Government open data portal.
|
26 |
+
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.
|
27 |
+
This dataset, which dates back to 1990 and continues to be updated, includes a wide range of details such as permit numbers, types, descriptions,
|
28 |
+
estimated project costs, and related contractor information could be found in the .csv table in the official website, which in total contains 25 columns.
|
29 |
+
Moreover, Seattle is divided in 13 Neighborhood District. Based on the [Seattle Neighborhood District GeoJson File](https://data-seattlecitygis.opendata.arcgis.com/datasets/SeattleCityGIS::neighborhood-map-atlas-districts/about) found on Seattle government website,
|
30 |
+
there will a new column created, namely NeighborhoodDistrict. With the provided GeoJson file, every housing will be assigned to the corresponding
|
31 |
+
neighborhood district using the `Latitude` and `Longitude` columns in the csv for future usage.
|
|
|
32 |
|
33 |
+
- **Curated by:** [Seattle Government Open data portal](https://data.seattle.gov/)
|
34 |
+
- **Language(s) (NLP):** [English]
|
35 |
+
- **License:** [Public Domain by Seattle Government](http://www.seattle.gov/sdci)
|
36 |
|
37 |
+
### Dataset Sources
|
38 |
|
39 |
+
- **Offical Website:** [https://data.seattle.gov/]
|
40 |
+
- **Repository for Cleaned Dataset:** [https://github.com/HathawayLiu/Housing_dataset]
|
|
|
41 |
|
42 |
## Uses
|
43 |
|
44 |
+
The Building Permits dataset from the City of Seattle is intended for use in various urban development and research applications.
|
45 |
+
It can assist in understanding building trends in Seattle, aid city planning, and support academic research on urban development.
|
46 |
+
The dataset is also a valuable tool for residents and businesses to stay informed about construction activities and regulations in the city.
|
47 |
+
Specifically for residents, this dataset provides starting information for choosing future housing by looking at housing cost, neighborhood district,
|
48 |
+
and other information in the dataset.
|
49 |
+
Additionally, it supports transparency and public engagement in city planning processes.
|
50 |
|
51 |
### Direct Use
|
52 |
|
53 |
+
The Building Permits dataset from the City of Seattle is suitable for several use cases:
|
54 |
+
- **Urban Planning and Development:** Planners and developers can analyze trends in building permits to inform city development strategies and infrastructure planning.
|
55 |
+
- **Academic Research:** Researchers in urban studies, economics, and social sciences can use the data for studies on urban growth, housing, and economic activity.
|
56 |
+
- **Real Estate Analysis:** Real estate professionals can assess building activities in neighborhoods for market analysis and investment decisions.
|
57 |
+
- **Public Awareness:** The general public can use this data to stay informed about construction activities and developmental changes in their community.
|
58 |
+
- **Government and Policy Making:** Local government officials can utilize this data to make informed decisions on housing policies, zoning laws,
|
59 |
+
and community development projects.
|
60 |
+
- **Residents housing choice:** Residents could access this dataset for relevant information for their future housing choice.
|
61 |
|
62 |
### Out-of-Scope Use
|
63 |
|
64 |
+
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
|
65 |
+
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.
|
66 |
+
Additionally, the dataset may not be suitable for applications requiring highly specialized or non-public information about building structures,
|
67 |
+
as it primarily contains permit-related data.
|
68 |
|
69 |
## Dataset Structure
|
70 |
|
71 |
+
The cleaned and modified full dataset[`Building_Permits_Cleaned.csv`], the splited train[`housing_train_dataset.csv`] and test[`housing_test_dataset.csv`] dataset,
|
72 |
+
and the script to achieve that are provided in the following Github Repo: [https://github.com/HathawayLiu/Housing_dataset]
|
73 |
+
|
74 |
+
The cleaned dataset in total contains 26 columns:
|
75 |
+
- **`PermitNum`(string):** The tracking number used to refer to this permit in SDCI's tracking system.
|
76 |
+
- **`PermitClass`(string):** The permit class tells you the type of project.
|
77 |
+
- **`PermitClassMapped`(string):** A description of whether the permit is for a residential or non-residential project.
|
78 |
+
- **`PermitTypeMapped`(string):** The permit type by category, such as building, demolition, roofing, grading, and environmentally critical areas.
|
79 |
+
- **`PermitTypeDesc`(string):** Additional information about the type of permit. For example, whether it is an addition/alternation or a new project.
|
80 |
+
- **`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.
|
81 |
+
- **`HousingUnits`(int):** The number of housing units included at the beginning of the project.
|
82 |
+
- **`HousingUnitsRemoved`(int)** The number of housing units removed during the project.
|
83 |
+
- **`HousingUnitsAdded`(int):** The number of housing units added during the project.
|
84 |
+
- **`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.
|
85 |
+
- **`AppliedDate`(string):** The date SDCI accepted the application as a complete submittal.
|
86 |
+
- **`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.
|
87 |
+
- **`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.
|
88 |
+
- **`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.
|
89 |
+
- **`RelatedMup`(string):** The land use permit that is related to this building permit, if there is one.
|
90 |
+
- **`OriginalAddress1`(string):** The street name and number of the project.
|
91 |
+
- **`OriginalCity`(string):** The city for the project's address.
|
92 |
+
- **`OriginalState`(string):** The state for the project's address.
|
93 |
+
- **`OriginalZip`(string):** The Zip code for the project's address.
|
94 |
+
- **`ContractorCompanyName`(string):** The contractor(s) associated with this permit.
|
95 |
+
- **`Link`(string):** A link to view full details and current status information about this permit at SDCI's website.
|
96 |
+
- **`Latitude`(float):** Latitude of the worksite where permit activity occurs. May be missing for a small number of permits considered "unaddressable."
|
97 |
+
- **`Longitude`(float):** Longitude of the worksite where permit activity occurs. May be missing for a small number of permits considered "unaddressable."
|
98 |
+
- **`Location1`(string):** The latitude and longitude location for mapping purposes.
|
99 |
+
- (New added column)**`NeighborhoodDistrict`(string):** The district that the housing belongs to according to location
|
100 |
|
101 |
## Dataset Creation
|
102 |
|
103 |
### Curation Rationale
|
104 |
|
105 |
+
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.
|
106 |
+
It provides residents, professionals, and researchers with detailed information about building activities, facilitating informed decision-making and community involvement in city planning and development.
|
107 |
+
Regarding the importance fo 13 neighborhood districts in Seattle, the new added columns for corresponding neighborhood district gives chance for residents and government
|
108 |
+
to investigate the building activities and life quality in the aspect of different neighborhood districts.
|
109 |
+
The dataset supports the city's commitment to open data and the promotion of data-driven insights for improving urban infrastructure and living conditions.
|
110 |
|
111 |
### Source Data
|
112 |
|
|
|
120 |
|
121 |
#### Who are the source data producers?
|
122 |
|
123 |
+
The Building Permits dataset is originally created and maintained by the City of Seattle, specifically by its Department of Construction and Inspections.
|
124 |
+
This department is responsible for overseeing building and land use in Seattle, ensuring safety and compliance with city codes.
|
125 |
+
The dataset reflects the department's ongoing work in managing and documenting building permits issued in the city.
|
126 |
+
For detailed information, visit the [Seattle Department of Construction & Inspections](https://www.seattle.gov/sdci).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
## Bias, Risks, and Limitations
|
129 |
|
130 |
+
The Building Permits dataset from the City of Seattle has both technical and sociotechnical limitations:
|
131 |
+
1. **Technical Limitations**:
|
132 |
+
- **Data Completeness**: Not all building permits may be captured, especially older records. Data for specific columns like `IssuedDate`, `CompletedDate`, `AppliedDate`,
|
133 |
+
`RelatedMup`, and etc. contains lots of missing values.
|
134 |
+
- **Data Accuracy**: There may be errors or inconsistencies in the data, especially in historical records.
|
135 |
+
- **Timeliness**: The dataset might not be updated in real-time, causing delays in reflecting the most current information.
|
136 |
+
|
137 |
+
2. **Sociotechnical Limitations**:
|
138 |
+
- **Privacy Concerns**: Detailed permit data could potentially be used to infer private information about property owners or residents.
|
139 |
+
- **Bias in Planning Decisions**: The data might be used to reinforce existing biases in urban planning, affecting marginalized communities.
|
140 |
+
- **Dependence on Technical Proficiency**: The dataset's utility is limited by the user's ability to interpret and analyze the data effectively.
|
141 |
+
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.
|
142 |
+
4. **Risk**: Misuse can occur if data is used to unfairly target specific neighborhoods or communities for enforcement or political reasons.
|
143 |
+
These limitations should be considered when using this dataset for research, policy-making, or urban planning.
|
144 |
|
145 |
### Recommendations
|
146 |
|
147 |
+
To address the bias and limitations above, users should intake the following recommendations:
|
148 |
+
- **Cross-Verification**: Use supplementary data sources for a more comprehensive view.
|
149 |
+
- **Privacy and Ethical Use**: Handle data responsibly, respecting privacy and avoiding discriminatory practices.
|
150 |
+
- **Data Cleaning and Validation**: Regularly update and clean the dataset to maintain accuracy and reliability.
|
151 |
|
|
|
152 |
|
153 |
**BibTeX:**
|
154 |
|