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