Chennai Housing Sales Price
Chennai house sale price data is shared here to train, visualise & play with it.
@kaggle.kunwarakash_chennai_housing_sales_price
Chennai house sale price data is shared here to train, visualise & play with it.
@kaggle.kunwarakash_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.
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
);Anyone who has the link will be able to view this.