Gini Coefficient (after Tax)
The Gini coefficient measures inequality on a scale from 0 to 1.
@kaggle.willianoliveiragibin_gini_coefficient_after_tax
The Gini coefficient measures inequality on a scale from 0 to 1.
@kaggle.willianoliveiragibin_gini_coefficient_after_tax
CREATE TABLE gini_coefficient_1 (
"country" VARCHAR,
"year" BIGINT,
"gini_coefficient" DOUBLE
);
Anyone who has the link will be able to view this.