Housing Price Index Using Crime Rate Data
To uncover the correlations between crime rate and housing price index
@kaggle.sandeep04201988_housing_price_index_using_crime_rate_data
To uncover the correlations between crime rate and housing price index
@kaggle.sandeep04201988_housing_price_index_using_crime_rate_data
CREATE TABLE merged_dataset (
"year" DOUBLE,
"index_nsa" DOUBLE,
"city_state" VARCHAR,
"population" DOUBLE,
"violent_crimes" DOUBLE,
"homicides" DOUBLE,
"rapes" DOUBLE,
"assaults" DOUBLE,
"robberies" DOUBLE
);
Anyone who has the link will be able to view this.