Housing Prices In Metropolitan Areas Of India
Prices of new and resale houses
@kaggle.ruchi798_housing_prices_in_metropolitan_areas_of_india
Prices of new and resale houses
@kaggle.ruchi798_housing_prices_in_metropolitan_areas_of_india
CREATE TABLE chennai (
"price" BIGINT,
"area" BIGINT,
"location" VARCHAR,
"no_of_bedrooms" BIGINT,
"resale" BIGINT,
"maintenancestaff" BIGINT,
"gymnasium" BIGINT,
"swimmingpool" BIGINT,
"landscapedgardens" BIGINT,
"joggingtrack" BIGINT,
"rainwaterharvesting" BIGINT,
"indoorgames" BIGINT,
"shoppingmall" BIGINT,
"intercom" BIGINT,
"sportsfacility" BIGINT,
"atm" BIGINT,
"clubhouse" BIGINT,
"school" BIGINT,
"n_24x7security" BIGINT,
"powerbackup" BIGINT,
"carparking" BIGINT,
"staffquarter" BIGINT,
"cafeteria" BIGINT,
"multipurposeroom" BIGINT,
"hospital" BIGINT,
"washingmachine" BIGINT,
"gasconnection" BIGINT,
"ac" BIGINT,
"wifi" BIGINT,
"children_splayarea" BIGINT,
"liftavailable" BIGINT,
"bed" BIGINT,
"vaastucompliant" BIGINT,
"microwave" BIGINT,
"golfcourse" BIGINT,
"tv" BIGINT,
"diningtable" BIGINT,
"sofa" BIGINT,
"wardrobe" BIGINT,
"refrigerator" BIGINT
);
Anyone who has the link will be able to view this.