House Price Dataset With Other Information
A ver basic and simple dataset containing over 20K entries on house information.
@kaggle.esratmaria_house_price_dataset_with_other_information
A ver basic and simple dataset containing over 20K entries on house information.
@kaggle.esratmaria_house_price_dataset_with_other_information
A very simple dataset to predict house prices with great accuracy.
This dataset contains 21 columns that help determine the price of the house and how these components have an effect on house price.
CREATE TABLE kc_house_data (
"id" BIGINT,
"date" TIMESTAMP,
"price" DOUBLE,
"bedrooms" BIGINT,
"bathrooms" DOUBLE,
"sqft_living" BIGINT,
"sqft_lot" BIGINT,
"floors" DOUBLE,
"waterfront" BIGINT,
"view" BIGINT,
"condition" BIGINT,
"grade" BIGINT,
"sqft_above" BIGINT,
"sqft_basement" BIGINT,
"yr_built" BIGINT,
"yr_renovated" BIGINT,
"zipcode" BIGINT,
"lat" DOUBLE,
"long" DOUBLE,
"sqft_living15" BIGINT,
"sqft_lot15" BIGINT
);Anyone who has the link will be able to view this.