gapminder

Example dataset from Gapminder.

Flourish charts comes with some example data from Gapminder (gapminder.org) that you can use for experimenting with the Flourish charts libraries.

from flourishcharts.datasets import gapminder
gapminder
python
  • country: Country name, listed in alphabetical order starting with Afghanistan. 142 countries are listed in the data.
  • continent: Continent name.
  • year: Year the data was collected.
  • lifeExp: Life expectancy of people in that country in the given year.
  • pop: Population of country
  • gdpPercap: GDP per capita
  • R: R_package/R/data.R
  • Python: python_package/flourishcharts/data/gapminder.csv