Baselight

House Price Dataset With Other Information

A ver basic and simple dataset containing over 20K entries on house information.

@kaggle.esratmaria_house_price_dataset_with_other_information

Loading...
Loading...

About this Dataset

House Price Dataset With Other Information

Context

A very simple dataset to predict house prices with great accuracy.

Content

This dataset contains 21 columns that help determine the price of the house and how these components have an effect on house price.

Tables

Kc House Data

@kaggle.esratmaria_house_price_dataset_with_other_information.kc_house_data
  • 712.7 KB
  • 21613 rows
  • 21 columns
Loading...

CREATE TABLE kc_house_data (
  "id" BIGINT,
  "date" TIMESTAMP,
  "price" DOUBLE,
  "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.