Baselight

Property Rates In India - 2020

Buying property rates in India

@kaggle.kkhandekar_property_rates_in_india_2020

Loading...
Loading...

About this Dataset

Property Rates In India - 2020

Property Rates in India - 2020

This is a combination of following 4 datasets:

  • Apartments
  • Villas
  • Builder Floors
  • Plot

Each of the dataset contains:

  • City Name
  • Price Range per sqft
  • Average Price per sqft
  • Price Rise

Note: Any cell that has '-' in it means that there was NO data found for that particular city / column.

Tables

Apartment

@kaggle.kkhandekar_property_rates_in_india_2020.apartment
  • 13.95 KB
  • 451 rows
  • 4 columns
Loading...

CREATE TABLE apartment (
  "city" VARCHAR,
  "price_range_per_sqft" VARCHAR,
  "avg_price_per_sqft" VARCHAR,
  "price_rise" VARCHAR
);

Builderfloor

@kaggle.kkhandekar_property_rates_in_india_2020.builderfloor
  • 11.58 KB
  • 451 rows
  • 4 columns
Loading...

CREATE TABLE builderfloor (
  "city" VARCHAR,
  "price_range_per_sqft" VARCHAR,
  "avg_price_per_sqft" VARCHAR,
  "price_rise" VARCHAR
);

Plot

@kaggle.kkhandekar_property_rates_in_india_2020.plot
  • 15.76 KB
  • 451 rows
  • 4 columns
Loading...

CREATE TABLE plot (
  "city" VARCHAR,
  "price_range_per_sqft" VARCHAR,
  "avg_price_per_sqft" VARCHAR,
  "price_rise" VARCHAR
);

Villa

@kaggle.kkhandekar_property_rates_in_india_2020.villa
  • 13.17 KB
  • 451 rows
  • 4 columns
Loading...

CREATE TABLE villa (
  "city" VARCHAR,
  "price_range_per_sqft" VARCHAR,
  "avg_price_per_sqft" VARCHAR,
  "price_rise" VARCHAR
);

Share link

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