Baselight

IndianHousesDataAnalysis

Indian Houses data tells you the information of their living

@kaggle.aemyjutt_indianhousesdataanalysis

Indianhouses
@kaggle.aemyjutt_indianhousesdataanalysis.indianhouses

  • 37 KB
  • 1259 rows
  • 11 columns
area

Area

bhk

BHK

bathroom

Bathroom

furnishing

Furnishing

locality

Locality

parking

Parking

price

Price

status

Status

transaction

Transaction

type

Type

per_sqft

Per Sqft

80032Semi-FurnishedRohini Sector 2516500000Ready_to_moveNew_PropertyBuilder_Floor
75022Semi-FurnishedJ R Designers Floors, Rohini Sector 2415000000Ready_to_moveNew_PropertyApartment6667
95022FurnishedCitizen Apartment, Rohini Sector 13115500000Ready_to_moveResaleApartment6667
60022Semi-FurnishedRohini Sector 2414200000Ready_to_moveResaleBuilder_Floor6667
65022Semi-FurnishedRohini Sector 24 carpet area 650 sqft status Ready to Move floor 4 out of 4 floors transaction New Property furnishing Semi-Furnished facing East overlooking Garden/Park, Main Road car parking 1 Open bathroom 2 balcony 1 ownership Freehold Newly Constructed Property Newly Constructed Property East F…16200000Ready_to_moveNew_PropertyBuilder_Floor6667
130043Semi-FurnishedRohini Sector 24115500000Ready_to_moveNew_PropertyBuilder_Floor6667
135043Semi-FurnishedRohini Sector 24110000000Ready_to_moveResaleBuilder_Floor6667
65022Semi-FurnishedDelhi Homes, Rohini Sector 2414000000Ready_to_moveNew_PropertyApartment6154
98533UnfurnishedRohini Sector 2116800000Almost_readyNew_PropertyBuilder_Floor6154
130044Semi-FurnishedRohini Sector 22115000000Ready_to_moveNew_PropertyBuilder_Floor6154

CREATE TABLE indianhouses (
  "area" DOUBLE,
  "bhk" BIGINT,
  "bathroom" DOUBLE,
  "furnishing" VARCHAR,
  "locality" VARCHAR,
  "parking" DOUBLE,
  "price" BIGINT,
  "status" VARCHAR,
  "transaction" VARCHAR,
  "type" VARCHAR,
  "per_sqft" DOUBLE
);

Share link

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