Giter Club home page Giter Club logo

gdp's Introduction

Country, regional and world GDP in current US Dollars ($). Regional means collections of countries e.g. Europe & Central Asia.

Data

The data is sourced from the World Bank (specifically this dataset) which in turn lists as sources: World Bank national accounts data, and OECD National Accounts data files.

Note that there are a variety of different GDP indicators on offer from the World Bank including:

Preparation

Process is recorded and automated in python script:

scripts/process.py

Automation

Up-to-date (auto-updates every year) gdp dataset could be found on the datahub.io: https://datahub.io/core/gdp

License

This Data Package is made available under the Public Domain Dedication and License v1.0 whose full text can be found at: http://www.opendatacommons.org/licenses/pddl/1.0/

gdp's People

Contributors

acckiygerman avatar bgrayburn avatar mikanebu avatar rufuspollock avatar timgdavies avatar vitorbaptista avatar zelima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gdp's Issues

iso-3-geo-codes/id?

In the datapackage.json there is this:

          {
            "name": "Country Code",
            "type": "string",
            "foreignkey": "iso-3-geo-codes/id"
          }

What does the iso-3-geo-codes/id refer to? It seems like it's meant to be machine readable, but what does it refer to? Am I unaware of some part of the datapackage spec?

Column 3 has bad format

$ goodtables datapackage http://data.okfn.org/data/core/gdp/datapackage.json
DATASET
=======
{'error-count': 999, 'table-count': 1, 'time': 2.588, 'valid': False}

TABLE [1]
=========
{'datapackage': 'http://data.okfn.org/data/core/gdp/datapackage.json',
 'error-count': 999,
 'headers': ['Country Name', 'Country Code', 'Year', 'Value'],
 'row-count': 1000,
 'source': 'https://raw.githubusercontent.com/datasets/gdp/master/data/gdp.csv',
 'time': 1.948,
 'valid': False}
---------
[2,3] [non-castable-value] Row 2 has non castable value in column 3 (type: date, format: yyyy)
[3,3] [non-castable-value] Row 3 has non castable value in column 3 (type: date, format: yyyy)
...

from frictionlessdata/tableschema-py#145

Not compatible with latest JSON Table Schema

Am I correct that "year" field in the data package is not compatible with the latest JSON Table Schema?

The current value is:

          {
            "name": "Year",
            "type": "date",
            "format": "yyyy"
          },

should be:

          {
            "name": "Year",
            "type": "date",
            "format": "fmt:%y"
          },

or:

          {
            "name": "Year",
            "type": "date",
            "format": "any"
          },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.