Gini Coefficients Of Adjusted Market, Total And After-tax Income
@owid.gini_coefficients
@owid.gini_coefficients
CREATE TABLE owid_gini_coefficients (
"country" VARCHAR,
"year" INTEGER,
"after_tax_income" FLOAT,
"market_income" FLOAT,
"total_income" FLOAT
);
Anyone who has the link will be able to view this.