Indianhousesdatanalyses
my data analysis is based on Indian houses
@kaggle.willianoliveiragibin_indianhousesdatanalyses
my data analysis is based on Indian houses
@kaggle.willianoliveiragibin_indianhousesdatanalyses
my data analysis is based on Indian houses, their shape, how much is spent on creating them and their means of survival, to maintain them, Indian houses, how long do they stay under the care of a single family? So this one dates back to how many years a family stays in a house
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.