SF Housing Inventory
From San Francisco Open Data
@kaggle.san_francisco_sf_housing_inventory
From San Francisco Open Data
@kaggle.san_francisco_sf_housing_inventory
Excel workbook of all housing construction from the 2013 Housing Inventory.
This is a dataset hosted by the city of San Francisco. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore San Francisco's Data using Kaggle and all of the data sources available through the San Francisco organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Jason Leung on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE n_2013_housing_inventory (
"stdaddress" VARCHAR,
"prj_name" VARCHAR,
"block" VARCHAR,
"lot" DOUBLE,
"units" BIGINT,
"netunits" BIGINT,
"aff_hsg" DOUBLE,
"aff_target" VARCHAR,
"cng_type" VARCHAR,
"existuse" VARCHAR,
"propuse" VARCHAR,
"actdate" TIMESTAMP,
"n__zoning" VARCHAR -- Zoning,
"pd_no" BIGINT,
"sd_no" BIGINT,
"planarea" VARCHAR
);Anyone who has the link will be able to view this.