Sample Datasets
These are sample datasets provided in different shapes and formats. You may use them to experiment using the library and help you get started. Please check the section on data for usage guidance.
Note that these datasets are already included in the Python package if you are using it.
Population
The population count (in millions) for all countries over the years 1960-2021. Each country is counted once a year.
Source: https://github.com/datasets/population
Data item fields: date
, name
, code
, group
, value
JSON
CSV
GDP
Gross domestic product (GDP) for countries over the years 1960-2016.
Source: https://github.com/datasets/gdp
Data item fields: date
, name
, code
, group
, value
JSON
CSV
Covid-19
Number of confirmed cases of Covid-19 per day in different countries, in the period Jan-May 2020.
Source: https://github.com/datasets/covid-19
Data item fields: date
, name
, value
JSON
CSV
Brand Values
Best global brands in the period 2000-2018.
Source: Interbrand
Data item fields: date
, name
, value
JSON
CSV
GitHub Push Events
Number of new push events to GitHub for each programming language over the period 2012-2023.
Source: https://github.com/madnight/githut
Data item fields: date
, name
, value
JSON
CSV
GitHub Stars
Number of new GitHub stars for each programming language over the period 2012-2023.
Source: https://github.com/madnight/githut
Data item fields: date
, name
, value