Baselight

India House Data

predict the house price

@kaggle.saipavansaketh_pune_house_data

Pune House Data
@kaggle.saipavansaketh_pune_house_data.pune_house_data

  • 134.47 KB
  • 13320 rows
  • 9 columns
area_type

Area Type

availability

Availability

size

Size

society

Society

total_sqft

Total Sqft

bath

Bath

balcony

Balcony

price

Price

site_location

Site Location

Super built-up Area19-Dec2 BHKCoomee 10562139.07Alandi Road
Plot AreaReady To Move4 BedroomTheanmp260053120Ambegaon Budruk
Built-up AreaReady To Move3 BHKnan14402362Anandnagar
Super built-up AreaReady To Move3 BHKSoiewre15213195Aundh
Super built-up AreaReady To Move2 BHKnan12002151Aundh Road
Super built-up AreaReady To Move2 BHKDuenaTa11702138Balaji Nagar
Super built-up Area18-May4 BHKJaades 27324204Baner
Super built-up AreaReady To Move4 BHKBrway G33004600Baner road
Super built-up AreaReady To Move3 BHKnan13103163.25Bhandarkar Road
Plot AreaReady To Move6 Bedroomnan10206370Bhavani Peth

CREATE TABLE pune_house_data (
  "area_type" VARCHAR,
  "availability" VARCHAR,
  "size" VARCHAR,
  "society" VARCHAR,
  "total_sqft" VARCHAR,
  "bath" DOUBLE,
  "balcony" DOUBLE,
  "price" DOUBLE,
  "site_location" VARCHAR
);

Share link

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