IndianHousesDataAnalysis
Indian Houses data tells you the information of their living
@kaggle.aemyjutt_indianhousesdataanalysis
Indian Houses data tells you the information of their living
@kaggle.aemyjutt_indianhousesdataanalysis
CREATE TABLE indianhouses (
"area" DOUBLE,
"bhk" BIGINT,
"bathroom" DOUBLE,
"furnishing" VARCHAR,
"locality" VARCHAR,
"parking" DOUBLE,
"price" BIGINT,
"status" VARCHAR,
"transaction" VARCHAR,
"type" VARCHAR,
"per_sqft" DOUBLE
);
Anyone who has the link will be able to view this.