Baselight

Chennai Housing Sales Price

Chennai house sale price data is shared here to train, visualise & play with it.

@kaggle.kunwarakash_chennai_housing_sales_price

Loading...
Loading...

About this Dataset

Chennai Housing Sales Price

Real estate transactions are quite opaque sometimes and it may be difficult for a newbie to know the fair price of any given home. Thus, multiple real estate websites have the functionality to predict the prices of houses given different features regarding it. Such forecasting models will help buyers to identify a fair price for the home and also give insights to sellers as to how to build homes that fetch them more money. Chennai house sale price data is shared here and the participants are expected to build a sale price prediction model that will aid the customers to find a fair price for their homes and also help the sellers understand what factors are fetching more money for the houses.

Tables

Chennai Houseing Sale

@kaggle.kunwarakash_chennai_housing_sales_price.chennai_houseing_sale
  • 338.25 KB
  • 7109 rows
  • 22 columns
Loading...

CREATE TABLE chennai_houseing_sale (
  "prt_id" VARCHAR,
  "area" VARCHAR,
  "int_sqft" BIGINT,
  "date_sale" VARCHAR,
  "dist_mainroad" BIGINT,
  "n_bedroom" DOUBLE,
  "n_bathroom" DOUBLE,
  "n_room" BIGINT,
  "sale_cond" VARCHAR,
  "park_facil" VARCHAR,
  "date_build" VARCHAR,
  "buildtype" VARCHAR,
  "utility_avail" VARCHAR,
  "street" VARCHAR,
  "mzzone" VARCHAR,
  "qs_rooms" DOUBLE,
  "qs_bathroom" DOUBLE,
  "qs_bedroom" DOUBLE,
  "qs_overall" DOUBLE,
  "reg_fee" BIGINT,
  "commis" BIGINT,
  "sales_price" BIGINT
);

Share link

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