Baselight

Housing Dataset

House prices, location, number of rooms, size, and other important features.

@kaggle.grandmaster07_housing_dataset

Loading...
Loading...

About this Dataset

Housing Dataset

Housing dataset show the facilities for people. People lives life very easy way according to this dataset .This dataset show the main parts of house and very import for people .so this dataset analysis the houses according to need for people, how to make easy life according to this dataset.
Differenet columns show the area the house, price of the house, bedrooms of the house, bathrooms the house and main parts of this dataset furnishing, sumifurnishing and unfurnishing the house of the society.

Tables

Housing

@kaggle.grandmaster07_housing_dataset.housing
  • 13.94 kB
  • 545 rows
  • 13 columns
Loading...
CREATE TABLE housing (
  "price" BIGINT,
  "area" BIGINT,
  "bedrooms" BIGINT,
  "bathrooms" BIGINT,
  "stories" BIGINT,
  "mainroad" VARCHAR,
  "guestroom" VARCHAR,
  "basement" VARCHAR,
  "hotwaterheating" VARCHAR,
  "airconditioning" VARCHAR,
  "parking" BIGINT,
  "prefarea" VARCHAR,
  "furnishingstatus" VARCHAR
);

Share link

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