Baselight

Zomato Bangalore Data (Clean)

The original Zomato dataset, but cleaned. Yes, no redundancies.

@kaggle.saranimje_zomato_data_clean

Bengaluru House Data
@kaggle.saranimje_zomato_data_clean.bengaluru_house_data

  • 164.74 KB
  • 13320 rows
  • 9 columns
area_type

Area Type

availability

Availability

location

Location

size

Size

society

Society

total_sqft

Total Sqft

bath

Bath

balcony

Balcony

price

Price

Super built-up Area19-DecElectronic City Phase II2 BHKCoomee 10562139.07
Plot AreaReady To MoveChikka Tirupathi4 BedroomTheanmp260053120
Built-up AreaReady To MoveUttarahalli3 BHKnan14402362
Super built-up AreaReady To MoveLingadheeranahalli3 BHKSoiewre15213195
Super built-up AreaReady To MoveKothanur2 BHKnan12002151
Super built-up AreaReady To MoveWhitefield2 BHKDuenaTa11702138
Super built-up Area18-MayOld Airport Road4 BHKJaades 27324204
Super built-up AreaReady To MoveRajaji Nagar4 BHKBrway G33004600
Super built-up AreaReady To MoveMarathahalli3 BHKnan13103163.25
Plot AreaReady To MoveGandhi Bazar6 Bedroomnan10206370

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

Share link

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