Baselight

House Data

King County house price prediction

@kaggle.arathipraj_house_data

Loading...
Loading...

About this Dataset

House Data

Content

The dataset consists of Price of Houses in King County , Washington from sales between May 2014 and May 2015. Along with house price it consists of information on 18 house features, date of sale and ID of sale.

Attribute information

  1. id - Unique id for each home sold
  2. date - Date of the home saled
  3. price - Price of each home sold
  4. bedrooms - Number of bedrooms
  5. bathrooms - Number of bathrooms
  6. sqft _ living - Square footage of the apartments interior living space
  7. sqft _ lot - Square footage of the land space
  8. floors - Number of floors
  9. waterfront - A dummy variable for whether the apartment was overlooking the waterfront or not
  10. view - An index from 0 to 4 of how good the view of the property was
  11. condition - an index from 1 to 5 on the condition of the apartment
  12. grade - An index from 1 to 13 , where 1-3falls short of building construction and design, 7 has an average level of construction and design , and 11-13 have a high quality level of construction and design
  13. sqft _ above - the square footage of the interior housing space that is above ground level
  14. sqft _ basement - the square footage of the inerior housing space that is below ground level
  15. yr _ built - The year of the house was initially built
  16. yr _ renovated - The year of the house's last renovation
  17. zipcode - What zipcode area the house is in
  18. lat - Lattitude
  19. long - Longitude
  20. sqft _ living15 - The square footage of inerior housing living space for the nearest nearest 15 neighbours
  21. sqft _ lot15 - the square footage of the land lots of the nearest 15 neighbours

Tables

House Data

@kaggle.arathipraj_house_data.house_data
  • 712.5 KB
  • 21613 rows
  • 21 columns
Loading...

CREATE TABLE house_data (
  "id" BIGINT,
  "date" TIMESTAMP,
  "price" BIGINT,
  "bedrooms" BIGINT,
  "bathrooms" DOUBLE,
  "sqft_living" BIGINT,
  "sqft_lot" BIGINT,
  "floors" DOUBLE,
  "waterfront" BIGINT,
  "view" BIGINT,
  "condition" BIGINT,
  "grade" BIGINT,
  "sqft_above" BIGINT,
  "sqft_basement" BIGINT,
  "yr_built" BIGINT,
  "yr_renovated" BIGINT,
  "zipcode" BIGINT,
  "lat" DOUBLE,
  "long" DOUBLE,
  "sqft_living15" BIGINT,
  "sqft_lot15" BIGINT
);

Share link

Anyone who has the link will be able to view this.