Skip to content

angiehjort/ddf--gapminder_world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddf--gapminder_world

source

  1. concept file
  2. entities
  3. datapoints
  4. metadata and translation file from vizabi

How to run the script

Implementation Notes

  • concept properties of indicators (all measure types):
    • name should be ddf_name from source file
    • unit should be ddf_unit from source file
    • description should be tooltip from source file
    • interpolation should be interpolation from source file
    • scales should be based on scale from source file:
      • If scale = lin: ["linear", "log"]
      • If scale = log: ["log", "linear"]
      • If undefined: ["linear", "log"] (don’t leave empty!)
  • Metadata.json and en.json
    • metadata.json is build from scratch using the source data
    • en.json is updated base on the source en.json and graph_settings spreadsheet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.3%
  • Python 1.7%