House Price
"Unlocking the Secrets of Real Estate: Analyzing House Prices with Data"
@kaggle.juhibhojani_house_price
"Unlocking the Secrets of Real Estate: Analyzing House Prices with Data"
@kaggle.juhibhojani_house_price
CREATE TABLE house_prices (
"index" BIGINT,
"title" VARCHAR,
"description" VARCHAR,
"amount_in_rupees" VARCHAR,
"price_in_rupees" DOUBLE,
"location" VARCHAR,
"carpet_area" VARCHAR,
"status" VARCHAR,
"floor" VARCHAR,
"transaction" VARCHAR,
"furnishing" VARCHAR,
"facing" VARCHAR,
"overlooking" VARCHAR,
"society" VARCHAR,
"bathroom" VARCHAR,
"balcony" VARCHAR,
"car_parking" VARCHAR,
"ownership" VARCHAR,
"super_area" VARCHAR,
"dimensions" VARCHAR,
"plot_area" VARCHAR
);
Anyone who has the link will be able to view this.