Baselight

Aggregate Household Net Worth, USA, 1979-2021

The aggregate household net worth broken down by race and ethnicity.

@kaggle.sqlrockstar_aggregate_household_net_worth_usa_1979_2021

Loading...
Loading...

About this Dataset

Aggregate Household Net Worth, USA, 1979-2021

The aggregate household net worth in the USA from 1979-2021, broken down into race and ethnicity.

**Original sources **

  1. Federal Reserve Distributional Financial Accounts: https://www.federalreserve.gov/releases/z1/dataviz/dfa/distribute/chart/#quarter:122;series:Net%20worth;demographic:race;population:all;units:levels;range:2005.1,2022.1
  2. USAFacts Financial Analysis Methodology: https://usafacts.org/methodology/
    and https://usafacts.org/data/topics/economy/wealth-and-savings/household-wealth/household-net-worth-aggregate/

Tables

Aggregate Household Net Worth

@kaggle.sqlrockstar_aggregate_household_net_worth_usa_1979_2021.aggregate_household_net_worth
  • 15.66 KB
  • 43 rows
  • 16 columns
Loading...

CREATE TABLE aggregate_household_net_worth (
  "years" BIGINT,
  "aggregate_household_net_worth" BIGINT,
  "agg_black" DOUBLE,
  "agg_hispanic" DOUBLE,
  "agg_white" DOUBLE,
  "agg_other" DOUBLE,
  "n__assets" BIGINT,
  "assets_black" DOUBLE,
  "assets_hispanic" DOUBLE,
  "assets_white" DOUBLE,
  "assets_other" DOUBLE,
  "liabilities" BIGINT,
  "liabilities_black" DOUBLE,
  "liabilities_hispanic" DOUBLE,
  "liabilities_white" DOUBLE,
  "liabilities_other" DOUBLE
);

Share link

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