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
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.