openknowledge-archive / dpr-api

DEPRECATED - Data Package Registry API and Frontend
http://frictionlessdata.io/
MIT License
7 stars 6 forks source link

Fix the invalid year/date for some of datapackages #321

Closed zelima closed 7 years ago

zelima commented 7 years ago

Some of the datapackages Like Purchasing power parity (PPP) fail to load data

Error message: Wrong type for header: Year and value: ////

Suggested solution

One suggested solution would be to change type for Year column to number - this worked for https://staging.datapackaged.com/core/ppp

rufuspollock commented 7 years ago

@zelima i think we want to think more about the exact solution. Switching to number is not really correct IMO. See discussion in https://github.com/frictionlessdata/dpr-js/issues/121

Options:

zelima commented 7 years ago

This now becomes DUPLICATE of #331