Household Income And Wealth, Australia
@owid.household_income_and_wealth_australia
@owid.household_income_and_wealth_australia
CREATE TABLE owid_income (
"country" VARCHAR,
"year" INTEGER,
"gini" FLOAT
);
CREATE TABLE owid_wealth (
"country" VARCHAR,
"year" INTEGER,
"gini" FLOAT
);
Anyone who has the link will be able to view this.