Housing Dataset
House prices, location, number of rooms, size, and other important features.
@kaggle.grandmaster07_housing_dataset
House prices, location, number of rooms, size, and other important features.
@kaggle.grandmaster07_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.
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
);
Anyone who has the link will be able to view this.