Nashville Housing Data
Home value data for the booming Nashville market
@kaggle.tmthyjames_nashville_housing_data
Home value data for the booming Nashville market
@kaggle.tmthyjames_nashville_housing_data
This is home value data for the hot Nashville market.
There are 56,000+ rows altogether. However, I'm missing home detail data for about half. So if anyone wants to track that down then go for it! I'll be looking in the mean time. Enjoy.
Will add the Python file that retrieved this data once I clean it up.
CREATE TABLE nashville_housing_data_2013_2016 (
"unnamed_0_1" BIGINT -- Unnamed: 0.1,
"unnamed_0" BIGINT -- Unnamed: 0,
"parcel_id" VARCHAR,
"land_use" VARCHAR,
"property_address" VARCHAR,
"suite_condo" VARCHAR -- Suite/ Condo #,
"property_city" VARCHAR,
"sale_date" TIMESTAMP,
"sale_price" BIGINT,
"legal_reference" VARCHAR,
"sold_as_vacant" VARCHAR,
"multiple_parcels_involved_in_sale" VARCHAR,
"owner_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"acreage" DOUBLE,
"tax_district" VARCHAR,
"neighborhood" DOUBLE,
"image" VARCHAR,
"land_value" DOUBLE,
"building_value" DOUBLE,
"total_value" DOUBLE,
"finished_area" DOUBLE,
"foundation_type" VARCHAR,
"year_built" DOUBLE,
"exterior_wall" VARCHAR,
"grade" VARCHAR,
"bedrooms" DOUBLE,
"full_bath" DOUBLE,
"half_bath" DOUBLE
);
Anyone who has the link will be able to view this.