Additional Resources For Kiva Crowdfunding
Region inclusion for Kiva locations with poverty decomposition
@kaggle.lucian18_mpi_on_regions
Region inclusion for Kiva locations with poverty decomposition
@kaggle.lucian18_mpi_on_regions
CREATE TABLE country_stats (
"country_name" VARCHAR,
"country_code" VARCHAR,
"country_code3" VARCHAR,
"continent" VARCHAR,
"region" VARCHAR,
"population" BIGINT,
"population_below_poverty_line" DOUBLE,
"hdi" DOUBLE,
"life_expectancy" DOUBLE,
"expected_years_of_schooling" DOUBLE,
"mean_years_of_schooling" DOUBLE,
"gni" DOUBLE,
"kiva_country_name" VARCHAR
);
Anyone who has the link will be able to view this.