Baselight

House Price

"Unlocking the Secrets of Real Estate: Analyzing House Prices with Data"

@kaggle.juhibhojani_house_price

Loading...
Loading...

About this Dataset

House Price

The House Price dataset provides valuable information about residential properties, encompassing a range of features such as carpet area, property status, floor, transaction type, furnishing, facing, overlooking, society name, bathroom count, balcony count, car parking availability, ownership type, super area, dimensions, plot area, property title, total amount, price per square foot, and a description of the property's location. This dataset offers insights into the dynamics of the housing market and can aid buyers, sellers, and real estate professionals in making informed decisions.

Source Script :https://github.com/Juhibhojani/Web-Scraping

Tables

House Prices

@kaggle.juhibhojani_house_price.house_prices
  • 14.03 MB
  • 187531 rows
  • 21 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.