Baselight

Homes Dataset

Homes dataset for further exploratory and predictive analysis

@kaggle.totoro29_homes_dataset

Loading...
Loading...

About this Dataset

Homes Dataset

Content

This dataset comprises data that was scraped. It includes:
The price of the property.
The size of the property.
The number of bedrooms.
The number of bathrooms.
The place where it is located.

📌 Note :
This dataset contains 1500 different properties waiting to be analyzed and created a model based on it.

Tables

Homes

@kaggle.totoro29_homes_dataset.homes
  • 46.93 kB
  • 1,700 rows
  • 6 columns
Loading...
CREATE TABLE homes (
  "address" VARCHAR,
  "price" VARCHAR,
  "beds" VARCHAR,
  "bath" VARCHAR,
  "size" VARCHAR,
  "place" VARCHAR
);

Share link

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