Baselight

Chicago House Price

house prices in the suburbs of chicago

@kaggle.tawfikelmetwally_chicago_house_price

Loading...
Loading...

About this Dataset

Chicago House Price

if you found it useful, Make an upvote 🔼.

you are given dataset which contains information about houses prices in the suburbs of chicago
your task is first analysis the data ,and then to apply a regression model to it.

DATA OVERVIEW:

dataset consists of following variables:

  • Price : price of house
  • Bedroom: number of bedrooms
  • Room: number of rooms
  • Space : size of house (in square feet)
  • Lot : width of a lot
  • Tax : amount of annual tax
  • Bathroom : number of bathrooms
  • Garage : number of garage
  • Condition: condition of house (1 if good , 0 otherwise)

Tables

Realest

@kaggle.tawfikelmetwally_chicago_house_price.realest
  • 8.68 KB
  • 157 rows
  • 9 columns
Loading...

CREATE TABLE realest (
  "price" DOUBLE,
  "bedroom" DOUBLE,
  "space" DOUBLE,
  "room" DOUBLE,
  "lot" DOUBLE,
  "tax" DOUBLE,
  "bathroom" DOUBLE,
  "garage" DOUBLE,
  "condition" DOUBLE
);

Share link

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