Threshold Income
The level of income per year below which 90% of the population falls.
@kaggle.willianoliveiragibin_threshold_income
The level of income per year below which 90% of the population falls.
@kaggle.willianoliveiragibin_threshold_income
CREATE TABLE incomes_across_distribution_lis (
"country" VARCHAR,
"year" BIGINT,
"mean_income_after_tax" DOUBLE,
"median_income_after_tax" DOUBLE,
"poorest_decile_after_tax" DOUBLE,
"n_2nd_decile_after_tax" DOUBLE,
"n_3rd_decile_after_tax" DOUBLE,
"n_4th_decile_after_tax" DOUBLE,
"n_5th_decile_median_after_tax" DOUBLE,
"n_6th_decile_after_tax" DOUBLE,
"n_7th_decile_after_tax" DOUBLE,
"n_8th_decile_after_tax" DOUBLE,
"richest_decile_after_tax" DOUBLE,
"poorest_decile_after_tax_1" DOUBLE,
"n_2nd_decile_after_tax_1" DOUBLE,
"n_3rd_decile_after_tax_1" DOUBLE,
"n_4th_decile_after_tax_1" DOUBLE,
"n_5th_decile_after_tax" DOUBLE,
"n_6th_decile_after_tax_1" DOUBLE,
"n_7th_decile_after_tax_1" DOUBLE,
"n_8th_decile_after_tax_1" DOUBLE,
"n_9th_decile_after_tax" DOUBLE,
"richest_decile_after_tax_1" DOUBLE,
"poorest_decile_after_tax_2" DOUBLE,
"n_2nd_decile_after_tax_2" DOUBLE,
"n_3rd_decile_after_tax_2" DOUBLE,
"n_4th_decile_after_tax_2" DOUBLE,
"n_5th_decile_after_tax_1" DOUBLE,
"n_6th_decile_after_tax_2" DOUBLE,
"n_7th_decile_after_tax_2" DOUBLE,
"n_8th_decile_after_tax_2" DOUBLE,
"n_9th_decile_after_tax_1" DOUBLE,
"richest_decile_after_tax_2" DOUBLE,
"mean_income_after_tax_1" DOUBLE,
"median_income_after_tax_1" DOUBLE,
"poorest_decile_after_tax_3" DOUBLE,
"n_2nd_decile_after_tax_3" DOUBLE,
"n_3rd_decile_after_tax_3" DOUBLE,
"n_4th_decile_after_tax_3" DOUBLE,
"n_5th_decile_median_after_tax_1" DOUBLE,
"n_6th_decile_after_tax_3" DOUBLE,
"n_7th_decile_after_tax_3" DOUBLE,
"n_8th_decile_after_tax_3" DOUBLE,
"richest_decile_after_tax_3" DOUBLE,
"poorest_decile_after_tax_4" DOUBLE,
"n_2nd_decile_after_tax_4" DOUBLE,
"n_3rd_decile_after_tax_4" DOUBLE,
"n_4th_decile_after_tax_4" DOUBLE,
"n_5th_decile_after_tax_2" DOUBLE,
"n_6th_decile_after_tax_4" DOUBLE,
"n_7th_decile_after_tax_4" DOUBLE,
"n_8th_decile_after_tax_4" DOUBLE,
"n_9th_decile_after_tax_2" DOUBLE,
"richest_decile_after_tax_4" DOUBLE,
"mean_income_after_tax_2" DOUBLE,
"median_income_after_tax_2" DOUBLE,
"poorest_decile_after_tax_5" DOUBLE,
"n_2nd_decile_after_tax_5" DOUBLE,
"n_3rd_decile_after_tax_5" DOUBLE,
"n_4th_decile_after_tax_5" DOUBLE,
"n_5th_decile_median_after_tax_2" DOUBLE,
"n_6th_decile_after_tax_5" DOUBLE,
"n_7th_decile_after_tax_5" DOUBLE,
"n_8th_decile_after_tax_5" DOUBLE,
"richest_decile_after_tax_5" DOUBLE,
"poorest_decile_after_tax_6" DOUBLE,
"n_2nd_decile_after_tax_6" DOUBLE,
"n_3rd_decile_after_tax_6" DOUBLE,
"n_4th_decile_after_tax_6" DOUBLE,
"n_5th_decile_after_tax_3" DOUBLE,
"n_6th_decile_after_tax_6" DOUBLE,
"n_7th_decile_after_tax_6" DOUBLE,
"n_8th_decile_after_tax_6" DOUBLE,
"n_9th_decile_after_tax_3" DOUBLE,
"richest_decile_after_tax_6" DOUBLE,
"mean_income_after_tax_3" DOUBLE,
"median_income_after_tax_3" DOUBLE,
"poorest_decile_after_tax_7" DOUBLE,
"n_2nd_decile_after_tax_7" DOUBLE,
"n_3rd_decile_after_tax_7" DOUBLE,
"n_4th_decile_after_tax_7" DOUBLE,
"n_5th_decile_median_after_tax_3" DOUBLE,
"n_6th_decile_after_tax_7" DOUBLE,
"n_7th_decile_after_tax_7" DOUBLE,
"n_8th_decile_after_tax_7" DOUBLE,
"richest_decile_after_tax_7" DOUBLE,
"poorest_decile_after_tax_8" DOUBLE,
"n_2nd_decile_after_tax_8" DOUBLE,
"n_3rd_decile_after_tax_8" DOUBLE,
"n_4th_decile_after_tax_8" DOUBLE,
"n_5th_decile_after_tax_4" DOUBLE,
"n_6th_decile_after_tax_8" DOUBLE,
"n_7th_decile_after_tax_8" DOUBLE,
"n_8th_decile_after_tax_8" DOUBLE,
"n_9th_decile_after_tax_4" DOUBLE,
"richest_decile_after_tax_8" DOUBLE,
"mean_income_after_tax_4" DOUBLE,
"median_income_after_tax_4" DOUBLE,
"poorest_decile_after_tax_9" DOUBLE,
"n_2nd_decile_after_tax_9" DOUBLE
);
Anyone who has the link will be able to view this.