Baselight

Additional Resources For Kiva Crowdfunding

Region inclusion for Kiva locations with poverty decomposition

@kaggle.lucian18_mpi_on_regions

All Kiva Loans
@kaggle.lucian18_mpi_on_regions.all_kiva_loans

  • 106.24 MB
  • 1419607 rows
  • 21 columns
loan_id

Loan Id

funded_amount

Funded Amount

loan_amount

Loan Amount

status

Status

activity_name

Activity Name

sector_name

Sector Name

loan_use

Loan Use

country_code

Country Code

country_name

Country Name

town_name

Town Name

currency_policy

Currency Policy

currency

Currency

partner_id

Partner Id

posted_time

Posted Time

planned_expiration_time

Planned Expiration Time

disburse_time

Disburse Time

raised_time

Raised Time

lender_term

Lender Term

num_lenders_total

Num Lenders Total

borrower_genders

Borrower Genders

repayment_interval

Repayment Interval

657307125125fundedGeneral StoreRetail to buy additional inventories for her sari-sari store businessPHPhilippinesOzamiz - Ozamiz CitysharedPHP1262014-01-15 02:23:45.000 +00002014-02-14 03:30:06.000 +00002013-12-22 08:00:00.000 +00002014-01-15 04:48:22.000 +000073femaleirregular
657259400400fundedUsed ClothingClothingTo buy American clothing such as blouses, shirts, pants, children's clothing, etc. to meet customer demand.HNHondurasLa Lopez, CholomasharedHNL2012014-01-14 20:23:20.000 +00002014-03-26 22:25:07.000 +00002013-12-20 08:00:00.000 +00002014-02-25 06:42:06.000 +0000811femalemonthly
658010400400fundedGeneral StoreRetailto buy stock of rice, sugar and flourPKPakistanLala MusasharedPKR2452014-01-16 11:32:58.000 +00002014-02-15 21:10:05.000 +00002014-01-09 08:00:00.000 +00002014-01-24 23:06:18.000 +00001416femalemonthly
659347625625fundedFarmingAgricultureto buy cucumber and tomato seeds, as well as fertilizers and pesticides.KGKyrgyzstanAravan village, Osh regionsharedKGS1712014-01-20 09:59:48.000 +00002014-02-21 03:10:02.000 +00002014-01-17 08:00:00.000 +00002014-01-22 05:29:28.000 +00001421femalemonthly
656933425425fundedFarmingAgriculture to buy organic fertilizer and agrochemical products for his farming businessPHPhilippinesBaleleng, Sto. Thomas, IsabelasharedPHP1232014-01-14 05:46:21.000 +00002014-02-13 06:10:02.000 +00002013-12-17 08:00:00.000 +00002014-01-14 17:29:27.000 +0000715malebullet
659605350350fundedFarmingAgricultureto buy organic pesticides and a new variety of seedsPHPhilippinesBonifacio, Misamis OccidentalsharedPHP1362014-01-21 01:09:34.000 +00002014-02-20 02:30:07.000 +00002014-01-15 08:00:00.000 +00002014-01-21 03:12:06.000 +0000813femalemonthly
660240125125fundedAgricultureAgricultureto finance farm maintenance and fertilization costs.PHPhilippinesBaliangao, Misamis OccidentalsharedPHP1362014-01-22 03:43:12.000 +00002014-02-21 07:50:11.000 +00002014-01-20 08:00:00.000 +00002014-01-22 10:35:41.000 +000084femaleirregular
66160116001600fundedAgricultureAgricultureto improve the infrastructure of his fishponds and buy cattle.SVEl SalvadornansharedUSD1672014-01-24 16:29:55.000 +00002014-02-25 09:50:03.000 +00002014-01-10 08:00:00.000 +00002014-02-22 17:52:56.000 +00002649maleirregular
661960350350fundedFarmingAgricultureto buy fertilizer for her farmPHPhilippinesPagadian - Navalan, Tukuran, Zamboanga del SursharedPHP1262014-01-26 23:05:52.000 +00002014-02-26 00:10:03.000 +00002014-01-23 08:00:00.000 +00002014-01-27 02:24:03.000 +00001013femaleirregular
66211718251825fundedClothingClothingto buy lots of clothes to resellBIBurundiGitegasharedBIF1622014-01-27 07:22:38.000 +00002014-03-19 13:40:02.000 +00002014-01-10 08:00:00.000 +00002014-02-17 16:39:04.000 +00001046female, female, female, femalemonthly

CREATE TABLE all_kiva_loans (
  "loan_id" BIGINT,
  "funded_amount" DOUBLE,
  "loan_amount" DOUBLE,
  "status" VARCHAR,
  "activity_name" VARCHAR,
  "sector_name" VARCHAR,
  "loan_use" VARCHAR,
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "town_name" VARCHAR,
  "currency_policy" VARCHAR,
  "currency" VARCHAR,
  "partner_id" DOUBLE,
  "posted_time" VARCHAR,
  "planned_expiration_time" VARCHAR,
  "disburse_time" VARCHAR,
  "raised_time" VARCHAR,
  "lender_term" DOUBLE,
  "num_lenders_total" BIGINT,
  "borrower_genders" VARCHAR,
  "repayment_interval" VARCHAR
);

Share link

Anyone who has the link will be able to view this.