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
CREATE TABLE nashville_housing_data_2013_2016 (
"unnamed_0_1" BIGINT,
"unnamed_0" BIGINT,
"parcel_id" VARCHAR,
"land_use" VARCHAR,
"property_address" VARCHAR,
"suite_condo" VARCHAR,
"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.