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
The aggregate household net worth broken down by race and ethnicity.
@kaggle.sqlrockstar_aggregate_household_net_worth_usa_1979_2021
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
);
Anyone who has the link will be able to view this.