California Housing Prices
Median house prices for California districts derived from the 1990 census.
@kaggle.camnugent_california_housing_prices
Median house prices for California districts derived from the 1990 census.
@kaggle.camnugent_california_housing_prices
CREATE TABLE housing (
"longitude" DOUBLE,
"latitude" DOUBLE,
"housing_median_age" DOUBLE,
"total_rooms" DOUBLE,
"total_bedrooms" DOUBLE,
"population" DOUBLE,
"households" DOUBLE,
"median_income" DOUBLE,
"median_house_value" DOUBLE,
"ocean_proximity" VARCHAR
);
Anyone who has the link will be able to view this.