Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update gapminder.json and add source information #580

Merged
merged 6 commits into from
Jul 16, 2024

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    36e8120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fec055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9af98ab View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    66bdccb View commit details
    Browse the repository at this point in the history
  2. feat: Add Gapminder dataset updater script

    This commit introduces a Python script that updates the gapminder.json file
    in the vega-datasets repository. The script:
    
    - Fetches current data from Gapminder's Google Sheets
    - Processes and combines data for life expectancy, population, fertility, and regions
    - Filters results to match countries in the existing dataset
    - Updates consistent with a minor release
    
    The script maintains data consistency by referencing a specific version
    of the existing dataset. This update allows for refreshed Gapminder data
    while preserving the column structure and scope of countries/years expected by dependent visualizations.
    
    Related: vega#580
    dsmedia committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    691d1d7 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    dsmedia committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3def5c3 View commit details
    Browse the repository at this point in the history