Baselight

Factors Affecting USA National Home Prices Dataset

Factors Affecting USA National Home Prices

@kaggle.madhurpant_factors_affecting_usa_national_home_prices

Loading...
Loading...

About this Dataset

Factors Affecting USA National Home Prices Dataset

Factors Affecting USA National Home Prices:

Overview:

This dataset contains a comprehensive collection of indicators which dictate the housing prices in the United States.

1. US Mortgage Rates:

  • The average interest rates on mortgage loans in the United States.
  • Used to track the cost of borrowing for housing and its impact on the real estate market.

2. Gross Domestic Product (GDP):

  • The total monetary value of all goods and services produced within the United States during a specified period.
  • A fundamental measure of economic performance, reflecting the overall economic health and growth trends of the country.

3. Unemployment Rates:

  • The percentage of the labor force that is currently unemployed and actively seeking employment.
  • A crucial indicator of labor market health and economic stability, influencing government policies and social welfare programs.

4. FED Funds Rate:

  • The interest rate at which depository institutions lend reserve balances to other depository institutions overnight, as set by the Federal Reserve.
  • This rate is a primary tool for monetary policy, influencing borrowing costs and, subsequently, overall economic activity.

5. Population Growth:

  • The annual rate at which the U.S. population is changing, reflecting births, deaths, and migration.
  • Offers insights into demographic trends, which have implications for labor force, consumer markets, and social services planning.

6. Consumer Price Index (CPI):

  • A measure of the average change over time in the prices paid by urban consumers for a market basket of consumer goods and services.
  • A key indicator for assessing inflation or deflation, influencing consumer spending behavior and economic policy decisions.

S&P Case-Shiller Housing Price Index (USA):

  • Measures changes in the prices of residential real estate properties over time, offering insight into the health and trends of the housing market in the United States.
  • Crucial for assessing the state of the housing market, including property values, trends, and their impact on the broader economy.

Tables

Consumer Price Index

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.consumer_price_index
  • 15.97 kB
  • 921 rows
  • 2 columns
Loading...
CREATE TABLE consumer_price_index (
  "date" TIMESTAMP,
  "cpiaucsl" DOUBLE
);

Fedfunds

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.fedfunds
  • 13.04 kB
  • 831 rows
  • 2 columns
Loading...
CREATE TABLE fedfunds (
  "date" TIMESTAMP,
  "fedfunds" DOUBLE
);

Gdp

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.gdp
  • 7.33 kB
  • 307 rows
  • 2 columns
Loading...
CREATE TABLE gdp (
  "date" TIMESTAMP,
  "gdp" DOUBLE
);

Home Price Index

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.home_price_index
  • 9.32 kB
  • 439 rows
  • 2 columns
Loading...
CREATE TABLE home_price_index (
  "date" TIMESTAMP,
  "csushpisa" DOUBLE
);

Mortgage

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.mortgage
  • 35.81 kB
  • 2,744 rows
  • 2 columns
Loading...
CREATE TABLE mortgage (
  "date" TIMESTAMP,
  "mortgage30us" DOUBLE
);

Population Growth

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.population_growth
  • 3.32 kB
  • 62 rows
  • 2 columns
Loading...
CREATE TABLE population_growth (
  "date" TIMESTAMP,
  "sppopgrowusa" DOUBLE
);

Unemployment Rate

@kaggle.madhurpant_factors_affecting_usa_national_home_prices.unemployment_rate
  • 11.75 kB
  • 909 rows
  • 2 columns
Loading...
CREATE TABLE unemployment_rate (
  "date" TIMESTAMP,
  "unrate" DOUBLE
);

Share link

Anyone who has the link will be able to view this.