Factors Affecting USA National Home Prices Dataset
Factors Affecting USA National Home Prices
@kaggle.madhurpant_factors_affecting_usa_national_home_prices
Factors Affecting USA National Home Prices
@kaggle.madhurpant_factors_affecting_usa_national_home_prices
This dataset contains a comprehensive collection of indicators which dictate the housing prices in the United States.
CREATE TABLE consumer_price_index (
"date" TIMESTAMP,
"cpiaucsl" DOUBLE
);CREATE TABLE fedfunds (
"date" TIMESTAMP,
"fedfunds" DOUBLE
);CREATE TABLE gdp (
"date" TIMESTAMP,
"gdp" DOUBLE
);CREATE TABLE home_price_index (
"date" TIMESTAMP,
"csushpisa" DOUBLE
);CREATE TABLE mortgage (
"date" TIMESTAMP,
"mortgage30us" DOUBLE
);CREATE TABLE population_growth (
"date" TIMESTAMP,
"sppopgrowusa" DOUBLE
);CREATE TABLE unemployment_rate (
"date" TIMESTAMP,
"unrate" DOUBLE
);Anyone who has the link will be able to view this.