Baselight

House Prices India

Detailed Analysis of House Prices in Urban India: Trends and Insights.

@kaggle.sukhmandeepsinghbrar_house_prices_india

Loading...
Loading...

About this Dataset

House Prices India

This dataset contains detailed information on residential property prices in India. It includes features such as the number of bedrooms and bathrooms, living and lot area, number of floors, waterfront presence, house condition and grade, construction and renovation years, and geographic coordinates. Additional features include the number of nearby schools, distance from the airport, and property price. This dataset is ideal for real estate market analysis and predictive modeling, providing insights into factors influencing property prices across different regions in India.

Tables

House Price India

@kaggle.sukhmandeepsinghbrar_house_prices_india.house_price_india
  • 467.79 KB
  • 14619 rows
  • 23 columns
Loading...

CREATE TABLE house_price_india (
  "id" BIGINT,
  "date" BIGINT,
  "number_of_bedrooms" BIGINT,
  "number_of_bathrooms" DOUBLE,
  "living_area" BIGINT,
  "lot_area" BIGINT,
  "number_of_floors" DOUBLE,
  "waterfront_present" BIGINT,
  "number_of_views" BIGINT,
  "condition_of_the_house" BIGINT,
  "grade_of_the_house" BIGINT,
  "area_of_the_house_excluding_basement" BIGINT,
  "area_of_the_basement" BIGINT,
  "built_year" BIGINT,
  "renovation_year" BIGINT,
  "postal_code" BIGINT,
  "lattitude" DOUBLE,
  "longitude" DOUBLE,
  "living_area_renov" BIGINT,
  "lot_area_renov" BIGINT,
  "number_of_schools_nearby" BIGINT,
  "distance_from_the_airport" BIGINT,
  "price" BIGINT
);

Share link

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