Description Usage Format Details Note Source Examples
From the Kaggle website description: Kiva.org is an online crowdfunding platform to extend financial services to poor and financially excluded people around the world. Kiva lenders have provided over $1 billion dollars in loans to over 2 million people. In order to set investment priorities, help inform lenders, and understand their target communities, knowing the level of poverty of each borrower is critical. However, this requires inference based on a limited set of information for each borrower...
1 |
Several data frames combined by id: kiva_loans, kiva_mpi_region_locations, loan_theme_ids, loan_themes_by_region. Original names and descriptions are provided.
Unique ID for loan
The amount disbursed by Kiva to the field agent(USD)
More granular category
High level category
Exact usage of loan amount
ISO country code of country in which loan was disbursed
Full country name of country in which loan was disbursed
Full region name within the country
The currency in which the loan was disbursed
ID of partner organization
The time at which the loan is posted on Kiva by the field agent
The time at which the loan is disbursed by the field agent to the borrower
The time at which the loan posted to Kiva gets funded by lenders completely
The duration for which the loan was disbursed in months
The total number of lenders that contributed to this loan
No description provided
Comma separated Male, Female, where each instance represents a single male/female in the group. This was broken out into separate counts for male and female.
region, country
some sort of unique abbreviation for country
country
region with in country
parts of the world
multidimensional poverty index
(latitude, longitude)
latitude
longitude
Unique ID for loan (Loan ID)
ID for Loan Theme
Category name of type of loan
Unique ID for field partners
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
Kiva has provided a dataset of loans issued over the last two years, and participants are invited to use this data as well as source external public datasets to help Kiva build models for assessing borrower welfare levels... With a stronger understanding of their borrowers and their poverty levels, Kiva will be able to better assess and maximize the impact of their work.
This is a merged version of the four data sets provided at Kaggle. I began with the largest dataset, loan_theme_ids, and joined the others by id to that one. While most did ids had a match across datasets, many did not match.
In terms of cleanup, the 'geo' variables were removed as they were just text strings of latitude and longitude coordinates. The borrower_genders column was broken out into male and female counts. Where possible, strings were converted to integer or date formats. Column names were made more appropriate, and rearranged to reflect conceptual information.
More context on the variables can be found at the links below, but specific information is sparse.
Known issues: Some character strings may have formatting issues.
License is CC0
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.