At a glance

The crowdfunding platform Kiva is dedicated to extend financial services to poor people around the World. This is a general overview of the platform intended for the general public. The data represent Kiva loans data FY2014 and is extracted from Kaggle.

Column

highlight1

9%

highlight2

1%

Column

Top 10 countries borrowing from Kiva by gender of the 1st member of the team

Number of loans borrowed from Kiva by world region

Column

Loans disribution by sector

At a glance - Version 0

Top 10 countries borrowing from Kiva by gender - Version 0


This plot shows the first version of the plot displayed at the top left of the previous page (At a glance). To make this visualization more informative, I wanted to add the gender of borrowers. For this, the gender column included the genders of all team members. For example, for a certain project gender would be displayed as (female, male, female, female) so I had to separate the gender column and I took only the gender of the first team member assuming it’s the leader of the team. I also checkek to make sure the proportions of gender displayed are similar or close to the full data about gender (i.e. considering all team members). This resulted in the plot shown in the following tab.

Top 10 countries borrowing from Kiva by gender - Version 1


This plot now has the information that I want to visualize but I can still improve it to make it easier for dahsboard users. To make this visualization better, first I ordered the countires by total count of loans. Then, I removed the titles of the axis titles given that the labels are self-explanatory. I also removed plot title and subtitle because they are already displayed as a dashboard chart title. Finally, I used ggplotly to display the plot and for that I also removed, the legend since it is part of plotly visualization.

Loans disribution by sector - Version 0


I made a couple of changes in this plot in irder to display the final version that you see on the top right of the first page of the dashboard. First, I changed the color of the fill to steel blue, then I added the labels so you can actually see the exact percentages. I also changed the axis labels as they were very small

Boxplot distribution of funded amount - Version 0


This plot displays the message that I wanted to communicate. However, the color pallette, the order of theme types as well as the scale of the y-axis (displayed as x-axis) need to be improved. I irdred the theme types, logged the funded amount axis (log-10) to deal with some outliers in the distributionm then I changed the pallette to viridis. Finally, I also changed the axis label size and removed the titles because the labels are explained already based on the title and subtitle. The following tab displays the final version of the plot. However, I ended up removing it from the 1st page because as I tried the website on different browsers and on the mobile version, sometimes it worked well and most of the times the 1st page was too crowded, depending on the size of the screen.

Boxplot distribution of funded amount - Grouped by Loan Theme Type (top 50)


N.B. The plot on the bottom left of the first page was straightforward and I did not make any changes to it other than using plotly to make it more interactive.

How do we talk about the loans?

Column


The key message here is to show the difference between how people talk about Kiva loans in social media (Twitter), and how users of these loans describe the purpose of these loans. As I expected, people amplify the impact of the loans beyond their simple use and purpose. They use buzzwords that do not accurately describe the real needs of the populations in need of these loans. While the users’ descriptions seem as basic as they borrow money to buy food and water filters, the community describe these projects in very broad terms using words like Woman, Eco and Vegan. It is very important to grasp this difference, as I personally would lend more money if I see the direct impact of my loan rather than a boilerplate statement telling me there will be an ecological impact and women empowerment. I received feedback on these plots from different reviewers suggesting to create a histogram, as it is more informative in terms of frequency of use of the words. For this reason, I added a histogram and I kept the wordcloud as well to help communicate the message to both audiences.

Column

How do people tweet about Kiva projects? - For Wordcloud fans

How do people tweet about Kiva projects? - For Histogram fans

Column

How users describe Kiva loans - For wordcloud fans

How do users describe Kiva loans? - For Histogram fans

Kiva, inequality and poverty

The relationship between the amount of funded loans and inequality represented by the GINI index for each world region.


This is the plot where I spent most of the time thinking about a visualization that can show the relationship between inequality and Kiva loans or poverty levels and Kiva loans. In this first plot, I plotted the funded amount of loans by GINI coefficient, which represents the inequality index. I faceted the plot by world region. However, I could not really conclude any key information based on this plot. Especially given the density of the points.

NB: For this plot and all the plots displayed in the following tabs, I use the logged Y scale to address some outliers and show the distribution in a better way.

Contrasting the amount of funded loans in Agriculture and wholesale sectors by GINI index.


Following the plot I discussed on the previous tab, I decided to solve the high-density problem by contrasting the Agriculture sector in dark red to the wholesale sector in dark green. These two sectors represent the sector with the highest number of loans versus the sector with the lowest number of loans as shown in the first page [Page 1]. I did not facet by world region, as it was not useful for interpretation, as we have seen in the precedent figure. We could conclude here that agriculture is dominant in regions with low GINI while wholesale loans are mainly used in countries with high GINI index, which seems logical given that countries with high GINI index are usually more industrialized and developed. However, this does not really give me enough information about the relationship that I am trying to explore. Therefore, I instead calculated the average amount of funded loans and displayed it in the plot that you can see in the following tab.

The relationship between the average amount of funded loans and GINI index.


This figure is much cleaner as it shows the averages, which address the high-density issue. I also wanted to highlight the averages that correspond to the Agriculture sector given that it represented over 25% of the loans. I also used ggplotly here to display the information as the users browse the plot. That said; this plot does not really help me figure out the relation between Kiva loans and poverty. For this reason, I decided to use the Global Multidimensional Poverty Index (MPI) index to display the same relationship, which you can see in the following figure. I focused specifically on the MPI rural index, as it is better than the MPI Urban index in indicating the level of poverty.

The relationship between the average amount of funded loans and The Global Multidimensional Poverty Index (MPI)


Based on the final two figures, I do not see a clear relationship between Kiva loans and inequality as these loans are used across different GINI coefficients. The relationship between Kiva loans and poverty is a little bit cleaner given the that loans distribution is more concentrated around low MPI values. The only conclusion from exploring this relationship is that there might be an issue of communicating about the Kiva platform to regions with higher MPI rural index.

The following page will show the distribution of Kiva loans across the world. This will help understand better the regions that have better access to the platform.

Kiva in the world

Following the previous analysis of the relationship between kiva loans and inequality/ poverty. I wanted to explore the distribution of the loans across the world. For this, I used leaflet to display the number of loans across the globe. However, it did not show me the regions where there is a higher concentration. To address this, I had to summarize the number loans by country instead of showing the number of loans in each city/town. I also tried plot_geo with plotly which had a cleaner map version and it helped put more focus on the concentrated regions. This resulted on the final version of the map displayed on the right of this page. As I expected, regions in Africa with high MPI do not use Kiva loans as much as latin amercian regions or asian regions wich have better MPI coeficients. This explains our findings from the previous page of the dashboard.

Column

Number of loans per country - Version 0

Column

Number of loans per country