Real Estate Data Utah 2024
Utah Real Estate Data: Trends, Price Prediction, and Property Analysis
@kaggle.kanchana1990_real_estate_data_utah_2024
Utah Real Estate Data: Trends, Price Prediction, and Property Analysis
@kaggle.kanchana1990_real_estate_data_utah_2024
This dataset contains real estate listings from Utah, comprising 4,440 entries and 14 columns. The data includes various attributes of properties such as type, description, year built, number of bedrooms and bathrooms, garage spaces, lot size, square footage, stories, listing price, and the date the property was last sold. The data was ethically mined from Realtor.com using an API provided by Apify.
Given the size of the dataset (4,440 entries) and the available columns, this dataset is well-suited for various data science applications, including but not limited to:
lastSoldOn column.This dataset was ethically mined from Realtor.com using an API provided by Apify. The data collection process ensured compliance with ethical standards and respect for the source of the information. The dataset is intended for educational and analytical purposes, promoting transparency and responsible data use.
CREATE TABLE real_estate_utah (
  "type" VARCHAR,
  "text" VARCHAR,
  "year_built" DOUBLE,
  "beds" DOUBLE,
  "baths" DOUBLE,
  "baths_full" DOUBLE,
  "baths_half" DOUBLE,
  "garage" DOUBLE,
  "lot_sqft" DOUBLE,
  "sqft" DOUBLE,
  "stories" DOUBLE,
  "lastsoldon" TIMESTAMP,
  "listprice" DOUBLE,
  "status" VARCHAR
);Anyone who has the link will be able to view this.