gdp icon indicating copy to clipboard operation
gdp copied to clipboard

Country, regional and world GDP in current US Dollars ($)

Results 3 gdp issues
Sort by recently updated
recently updated
newest added

updated the processing script to unpack the zipfile version of the worldbank data. had to modify a few values to fit the file format such as to accommodate skipping more...

```bash $ 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':...

Am I correct that "year" field in the data package is not compatible with the latest [JSON Table Schema](http://specs.frictionlessdata.io/json-table-schema/#date)? The current value is: ``` { "name": "Year", "type": "date", "format":...